0byt3m1n1
Path:
/
data
/
19
/
3
/
93
/
86
/
3093738
/
meta
/
3447532
/
mysql.backup
/
[
Home
]
File: convictcartel1.mysqlv108.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv108 Database: convictcartel1 -- ------------------------------------------------------ -- 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 `action_recorder` -- DROP TABLE IF EXISTS `action_recorder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `action_recorder` ( `id` int(11) NOT NULL auto_increment, `module` varchar(255) NOT NULL, `user_id` int(11) default NULL, `user_name` varchar(255) default NULL, `identifier` varchar(255) NOT NULL, `success` char(1) default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`id`), KEY `idx_action_recorder_module` (`module`), KEY `idx_action_recorder_user_id` (`user_id`), KEY `idx_action_recorder_identifier` (`identifier`), KEY `idx_action_recorder_date_added` (`date_added`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `action_recorder` -- LOCK TABLES `action_recorder` WRITE; /*!40000 ALTER TABLE `action_recorder` DISABLE KEYS */; INSERT INTO `action_recorder` VALUES (1,'ar_admin_login',1,'convictcartel','108.215.61.113','1','2013-08-26 20:51:27'),(2,'ar_admin_login',1,'convictcartel','108.215.61.113','1','2013-08-26 22:41:43'),(3,'ar_admin_login',1,'convictcartel','108.215.61.113','1','2013-08-26 23:33:50'); /*!40000 ALTER TABLE `action_recorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `actions` -- DROP TABLE IF EXISTS `actions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `actions` ( `aid` varchar(255) NOT NULL default '0' COMMENT 'Primary Key: Unique actions ID.', `type` varchar(32) NOT NULL default '' COMMENT 'The object that that action acts on (node, user, comment, system or custom types.)', `callback` varchar(255) NOT NULL default '' COMMENT 'The callback function that executes when the action runs.', `parameters` longblob NOT NULL COMMENT 'Parameters to be passed to the callback function.', `label` varchar(255) NOT NULL default '0' COMMENT 'Label of the action.', PRIMARY KEY (`aid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores action information.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `actions` -- LOCK TABLES `actions` WRITE; /*!40000 ALTER TABLE `actions` DISABLE KEYS */; /*!40000 ALTER TABLE `actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ad_packs` -- DROP TABLE IF EXISTS `ad_packs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ad_packs` ( `id` int(255) NOT NULL auto_increment, `price` decimal(6,2) NOT NULL default '0.00', `days` int(255) NOT NULL default '0', `bought` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ad_packs` -- LOCK TABLES `ad_packs` WRITE; /*!40000 ALTER TABLE `ad_packs` DISABLE KEYS */; INSERT INTO `ad_packs` VALUES (1,'1.00',7,1),(2,'2.00',15,0),(3,'3.50',30,0); /*!40000 ALTER TABLE `ad_packs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `address_book` -- DROP TABLE IF EXISTS `address_book`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `address_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `entry_gender` char(1) default NULL, `entry_company` varchar(255) default NULL, `entry_firstname` varchar(255) NOT NULL, `entry_lastname` varchar(255) NOT NULL, `entry_street_address` varchar(255) NOT NULL, `entry_suburb` varchar(255) default NULL, `entry_postcode` varchar(255) NOT NULL, `entry_city` varchar(255) NOT NULL, `entry_state` varchar(255) default NULL, `entry_country_id` int(11) NOT NULL default '0', `entry_zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_book_id`), KEY `idx_address_book_customers_id` (`customers_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `address_book` -- LOCK TABLES `address_book` WRITE; /*!40000 ALTER TABLE `address_book` DISABLE KEYS */; INSERT INTO `address_book` VALUES (1,1,'m','Convict Cartel','Convict','Cartel','1538 Placentia Ave','Newport Beach','92663','Newport Beach','',223,12); /*!40000 ALTER TABLE `address_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `address_format` -- DROP TABLE IF EXISTS `address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `address_format` ( `address_format_id` int(11) NOT NULL auto_increment, `address_format` varchar(128) NOT NULL, `address_summary` varchar(48) NOT NULL, PRIMARY KEY (`address_format_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `address_format` -- LOCK TABLES `address_format` WRITE; /*!40000 ALTER TABLE `address_format` DISABLE KEYS */; INSERT INTO `address_format` VALUES (1,'$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country','$city / $country'),(2,'$firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country','$city, $state / $country'),(3,'$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country','$state / $country'),(4,'$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country','$postcode / $country'),(5,'$firstname $lastname$cr$streets$cr$postcode $city$cr$country','$city / $country'); /*!40000 ALTER TABLE `address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `addressbook_table` -- DROP TABLE IF EXISTS `addressbook_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `addressbook_table` ( `user_id` int(11) NOT NULL, `contact_name` varchar(100) NOT NULL, `first_name` varchar(100) NOT NULL, `last_name` varchar(100) NOT NULL, `company` varchar(500) NOT NULL, `email` varchar(200) NOT NULL, `address` varchar(500) NOT NULL, `city` varchar(100) NOT NULL, `suburb` varchar(100) NOT NULL, `state` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `zip` varchar(10) NOT NULL, `phone_no` varchar(20) NOT NULL, `fax` varchar(200) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `addressbook_table` -- LOCK TABLES `addressbook_table` WRITE; /*!40000 ALTER TABLE `addressbook_table` DISABLE KEYS */; /*!40000 ALTER TABLE `addressbook_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin` -- DROP TABLE IF EXISTS `admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) collate latin1_general_ci NOT NULL, `password` varchar(255) collate latin1_general_ci NOT NULL, `email` varchar(255) collate latin1_general_ci NOT NULL, `status` enum('0','1') collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin` -- LOCK TABLES `admin` WRITE; /*!40000 ALTER TABLE `admin` DISABLE KEYS */; INSERT INTO `admin` VALUES (1,'convictcartel','legit1234','convictcartel@yahoo.com','1'); /*!40000 ALTER TABLE `admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_activity_table` -- DROP TABLE IF EXISTS `admin_activity_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_activity_table` ( `isAdmin` int(11) NOT NULL, `user_id` varchar(10) NOT NULL, `url` varchar(400) NOT NULL, `visited_on` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_activity_table` -- LOCK TABLES `admin_activity_table` WRITE; /*!40000 ALTER TABLE `admin_activity_table` DISABLE KEYS */; INSERT INTO `admin_activity_table` VALUES (1,'1','/shop/admin/?do=managecategory','2013-09-09 20:15:45'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:16:15'),(1,'1','/shop/admin/?do=manageproducts','2013-09-09 20:17:14'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:17:22'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:21:20'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:21:58'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:22:06'),(1,'1','/shop/admin/?do=manageproducts','2013-09-09 20:22:42'),(1,'1','/shop/admin/?do=showmain&action=search','2013-09-09 20:23:37'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:23:42'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:24:29'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:24:35'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:25:22'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:25:39'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:25:44'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:26:26'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:26:54'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:27:53'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:28:12'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:28:35'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:28:46'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:29:09'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:29:34'),(1,'1','/shop/admin/?do=catexp','2013-09-09 20:30:40'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:31:28'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:32:23'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:32:27'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:35:30'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:35:47'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:35:58'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:39:16'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:39:39'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:40:00'),(1,'1','/shop/admin/?do=productentry','2013-09-09 20:40:08'),(1,'1','/shop/admin/?do=managecategory','2013-09-09 20:40:35'),(1,'1','/shop/admin/?do=managecategory&action=add','2013-09-09 20:41:27'),(1,'1','/shop/admin/?do=prodexp','2013-09-09 20:46:52'); /*!40000 ALTER TABLE `admin_activity_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_settings_table` -- DROP TABLE IF EXISTS `admin_settings_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_settings_table` ( `set_id` int(10) NOT NULL auto_increment, `set_name` varchar(255) NOT NULL, `set_value` mediumtext NOT NULL, PRIMARY KEY (`set_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_settings_table` -- LOCK TABLES `admin_settings_table` WRITE; /*!40000 ALTER TABLE `admin_settings_table` DISABLE KEYS */; INSERT INTO `admin_settings_table` VALUES (1,'Footer Content',''),(2,'Custom Header','<font color=blue><p>Exciting offers for this month !!!! </p></font>'),(3,'Site Logo','images/logo/logo.gif'),(4,'Google Analytics Code',''),(5,'Google AdSense code',''),(6,'Time Zone',''),(7,'www.pricerunner.com Affiliate ID',''),(8,'Homepage Banner Image','images/banner/banner.jpg'),(9,'Site Moto','ZeusCart V 2.3'),(11,'Homepage Banner URL','http://www.zeuscart.com/'),(12,'Site Skin','default'),(13,'Copy Rights','Copy Rights info'),(14,'Admin Email','convictcartel@yahoo.com'),(15,'About Us',''),(16,'Domain Name','convictcartel.com'); /*!40000 ALTER TABLE `admin_settings_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_table` -- DROP TABLE IF EXISTS `admin_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_table` ( `admin_id` int(20) NOT NULL auto_increment, `admin_name` varchar(200) NOT NULL, `admin_password` varchar(200) NOT NULL, PRIMARY KEY (`admin_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_table` -- LOCK TABLES `admin_table` WRITE; /*!40000 ALTER TABLE `admin_table` DISABLE KEYS */; INSERT INTO `admin_table` VALUES (1,'convictcartel','legit1234'); /*!40000 ALTER TABLE `admin_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `administrators` -- DROP TABLE IF EXISTS `administrators`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `administrators` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(255) character set utf8 collate utf8_bin NOT NULL, `user_password` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `administrators` -- LOCK TABLES `administrators` WRITE; /*!40000 ALTER TABLE `administrators` DISABLE KEYS */; INSERT INTO `administrators` VALUES (1,'convictcartel','legit1234'); /*!40000 ALTER TABLE `administrators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admins` -- DROP TABLE IF EXISTS `admins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admins` ( `id` int(255) NOT NULL auto_increment, `login` varchar(32) NOT NULL, `email` varchar(64) NOT NULL, `pass` varchar(32) NOT NULL, `signup` datetime NOT NULL default '0000-00-00 00:00:00', `online` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admins` -- LOCK TABLES `admins` WRITE; /*!40000 ALTER TABLE `admins` DISABLE KEYS */; /*!40000 ALTER TABLE `admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ads` -- DROP TABLE IF EXISTS `ads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ads` ( `id` int(4) NOT NULL auto_increment, `source` varchar(1000) NOT NULL, `active` int(1) NOT NULL, `views` bigint(10) NOT NULL, `date` varchar(25) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ads` -- LOCK TABLES `ads` WRITE; /*!40000 ALTER TABLE `ads` DISABLE KEYS */; /*!40000 ALTER TABLE `ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advertise` -- DROP TABLE IF EXISTS `advertise`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `advertise` ( `id` int(5) NOT NULL auto_increment, `sitename` varchar(100) NOT NULL, `image` varchar(200) NOT NULL, `url` varchar(255) NOT NULL, `status` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `index_id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `advertise` -- LOCK TABLES `advertise` WRITE; /*!40000 ALTER TABLE `advertise` DISABLE KEYS */; /*!40000 ALTER TABLE `advertise` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_keys` -- DROP TABLE IF EXISTS `api_keys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_keys` ( `id` int(11) NOT NULL auto_increment, `api_key` varchar(255) NOT NULL, `owner` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_keys` -- LOCK TABLES `api_keys` WRITE; /*!40000 ALTER TABLE `api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat` -- DROP TABLE IF EXISTS `arrowchat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat` ( `id` int(10) unsigned NOT NULL auto_increment, `from` varchar(255) NOT NULL, `to` varchar(255) NOT NULL, `message` text NOT NULL, `sent` int(10) unsigned NOT NULL, `read` int(10) unsigned NOT NULL, `user_read` tinyint(1) NOT NULL default '0', `direction` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `to` (`to`), KEY `read` (`read`), KEY `user_read` (`user_read`), KEY `from` (`from`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat` -- LOCK TABLES `arrowchat` WRITE; /*!40000 ALTER TABLE `arrowchat` DISABLE KEYS */; INSERT INTO `arrowchat` VALUES (1,'1','6','Yo yo',1377379594,1,0,0),(2,'1','10','Ill edit the site',1377414987,1,1,0),(3,'1','10','but I got a lot to change',1377414998,1,1,0),(4,'1','10','Tell me what looks confusing',1377415016,1,1,0),(5,'1','10','i',1377467612,0,0,0),(6,'5','1','chatter',1377584136,1,1,0),(7,'5','1','ching chonggg',1377584142,1,1,0),(8,'1','5','o',1377584173,1,1,0),(9,'5','1','http://www.youtube.com/channel/UCKBNQVcnbjkvx04_bIe-jFQ',1377768323,1,1,0),(10,'1','5','cool',1377769837,1,1,0),(11,'1','5','<div class=\"arrowchat_action_message\">I have sent you a video chat request. Ignore this message to decline.<br /><a href=\"javascript:jqac.arrowchat.videoWith(4554024380);\">Accept</a></div>',1377928489,1,1,0),(12,'5','1','oh',1378017571,1,1,0),(13,'1','5','color',1378018096,1,1,0),(14,'1','5','no',1378018810,1,1,0),(15,'1','5','mota fycja',1378021019,1,1,0),(16,'1','5','Ginger ALE',1378021028,1,1,0),(17,'1','5','The best KIND',1378021032,1,1,0),(18,'5','1','suck on it',1378021047,1,1,0); /*!40000 ALTER TABLE `arrowchat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_admin` -- DROP TABLE IF EXISTS `arrowchat_admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_admin` ( `id` int(3) unsigned NOT NULL auto_increment, `username` varchar(20) NOT NULL, `password` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_admin` -- LOCK TABLES `arrowchat_admin` WRITE; /*!40000 ALTER TABLE `arrowchat_admin` DISABLE KEYS */; INSERT INTO `arrowchat_admin` VALUES (1,'convictcartel','f59d38525ae2f1b0fdbace295cb6c359','convictcartel@yahoo.com'); /*!40000 ALTER TABLE `arrowchat_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_applications` -- DROP TABLE IF EXISTS `arrowchat_applications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_applications` ( `id` int(3) unsigned NOT NULL auto_increment, `name` varchar(255) character set utf8 collate utf8_bin NOT NULL, `folder` varchar(255) character set utf8 collate utf8_bin NOT NULL, `icon` varchar(255) character set utf8 collate utf8_bin NOT NULL, `width` int(4) unsigned NOT NULL, `height` int(4) unsigned NOT NULL, `link` varchar(255) default NULL, `update_link` varchar(255) default NULL, `version` varchar(20) default NULL, `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_applications` -- LOCK TABLES `arrowchat_applications` WRITE; /*!40000 ALTER TABLE `arrowchat_applications` DISABLE KEYS */; /*!40000 ALTER TABLE `arrowchat_applications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_banlist` -- DROP TABLE IF EXISTS `arrowchat_banlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_banlist` ( `ban_id` int(10) unsigned NOT NULL auto_increment, `ban_userid` int(15) unsigned default NULL, `ban_ip` varchar(255) default NULL, PRIMARY KEY (`ban_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_banlist` -- LOCK TABLES `arrowchat_banlist` WRITE; /*!40000 ALTER TABLE `arrowchat_banlist` DISABLE KEYS */; /*!40000 ALTER TABLE `arrowchat_banlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_chatroom_banlist` -- DROP TABLE IF EXISTS `arrowchat_chatroom_banlist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_chatroom_banlist` ( `user_id` int(10) unsigned NOT NULL, `chatroom_id` int(10) unsigned NOT NULL, `ban_length` int(10) unsigned NOT NULL, `ban_time` int(10) unsigned NOT NULL, PRIMARY KEY (`user_id`), KEY `chatroom_id` (`chatroom_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_chatroom_banlist` -- LOCK TABLES `arrowchat_chatroom_banlist` WRITE; /*!40000 ALTER TABLE `arrowchat_chatroom_banlist` DISABLE KEYS */; /*!40000 ALTER TABLE `arrowchat_chatroom_banlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_chatroom_messages` -- DROP TABLE IF EXISTS `arrowchat_chatroom_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_chatroom_messages` ( `id` int(10) unsigned NOT NULL auto_increment, `chatroom_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `username` varchar(100) collate utf8_bin NOT NULL, `message` text collate utf8_bin NOT NULL, `sent` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `chatroom_id` (`chatroom_id`), KEY `user_id` (`user_id`), KEY `sent` (`sent`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_chatroom_messages` -- LOCK TABLES `arrowchat_chatroom_messages` WRITE; /*!40000 ALTER TABLE `arrowchat_chatroom_messages` DISABLE KEYS */; INSERT INTO `arrowchat_chatroom_messages` VALUES (30,1,1,'Convict','Not even right',1377586949); /*!40000 ALTER TABLE `arrowchat_chatroom_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_chatroom_rooms` -- DROP TABLE IF EXISTS `arrowchat_chatroom_rooms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_chatroom_rooms` ( `id` int(10) unsigned NOT NULL auto_increment, `author_id` int(10) unsigned NOT NULL, `name` varchar(255) collate utf8_bin NOT NULL, `type` tinyint(1) unsigned NOT NULL, `password` varchar(25) collate utf8_bin default NULL, `length` int(10) unsigned NOT NULL, `session_time` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `session_time` (`session_time`), KEY `author_id` (`author_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_chatroom_rooms` -- LOCK TABLES `arrowchat_chatroom_rooms` WRITE; /*!40000 ALTER TABLE `arrowchat_chatroom_rooms` DISABLE KEYS */; INSERT INTO `arrowchat_chatroom_rooms` VALUES (1,1,'Global Chat',1,'',0,1377503103); /*!40000 ALTER TABLE `arrowchat_chatroom_rooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_chatroom_users` -- DROP TABLE IF EXISTS `arrowchat_chatroom_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_chatroom_users` ( `user_id` int(10) unsigned NOT NULL, `chatroom_id` int(10) unsigned NOT NULL, `is_admin` tinyint(1) unsigned NOT NULL default '0', `is_mod` tinyint(1) unsigned NOT NULL default '0', `block_chats` tinyint(4) unsigned NOT NULL default '0', `session_time` int(10) unsigned NOT NULL, PRIMARY KEY (`user_id`), KEY `chatroom_id` (`chatroom_id`), KEY `is_admin` (`is_admin`), KEY `is_mod` (`is_mod`), KEY `session_time` (`session_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_chatroom_users` -- LOCK TABLES `arrowchat_chatroom_users` WRITE; /*!40000 ALTER TABLE `arrowchat_chatroom_users` DISABLE KEYS */; INSERT INTO `arrowchat_chatroom_users` VALUES (1,1,0,1,0,1377586968); /*!40000 ALTER TABLE `arrowchat_chatroom_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_config` -- DROP TABLE IF EXISTS `arrowchat_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_config` ( `config_name` varchar(255) character set utf8 collate utf8_bin NOT NULL, `config_value` text, `is_dynamic` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `config_name` (`config_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_config` -- LOCK TABLES `arrowchat_config` WRITE; /*!40000 ALTER TABLE `arrowchat_config` DISABLE KEYS */; INSERT INTO `arrowchat_config` VALUES ('theme','new_facebook_full',0),('base_url','/phpfox/1/upload/conchat/',0),('online_timeout','30',0),('disable_smilies','0',0),('auto_popup_chatbox','1',0),('heart_beat','3',0),('language','en',0),('idle_time','5',0),('install_time','1377378079',0),('chatrooms_on','0',0),('notifications_on','1',0),('hide_bar_on','1',0),('applications_on','0',0),('popout_chat_on','0',0),('theme_change_on','0',0),('disable_avatars','0',0),('disable_buddy_list','0',0),('search_number','10',0),('chat_maintenance','0',0),('announcement','',0),('multi_language_on','0',0),('admin_chat_all','1',0),('admin_view_maintenance','1',0),('user_chatrooms','1',0),('user_chatrooms_flood','10',0),('user_chatrooms_length','30',0),('guests_can_view','1',0),('video_chat','0',0),('us_time','1',0),('file_transfer_on','0',0),('width_applications','100',0),('width_buddy_list','189',0),('width_chatrooms','100',0),('buddy_list_heart_beat','60',0); /*!40000 ALTER TABLE `arrowchat_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_notifications` -- DROP TABLE IF EXISTS `arrowchat_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_notifications` ( `id` int(25) unsigned NOT NULL auto_increment, `to_id` int(25) unsigned NOT NULL, `author_id` int(25) NOT NULL, `author_name` varchar(255) NOT NULL, `misc1` varchar(255) default NULL, `misc2` varchar(255) default NULL, `misc3` varchar(255) default NULL, `type` int(3) unsigned NOT NULL, `alert_read` int(1) unsigned NOT NULL default '0', `user_read` int(1) unsigned NOT NULL default '0', `alert_time` int(15) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `to_id` (`to_id`), KEY `alert_read` (`alert_read`), KEY `user_read` (`user_read`), KEY `alert_time` (`alert_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_notifications` -- LOCK TABLES `arrowchat_notifications` WRITE; /*!40000 ALTER TABLE `arrowchat_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `arrowchat_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_notifications_markup` -- DROP TABLE IF EXISTS `arrowchat_notifications_markup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_notifications_markup` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL, `type` int(3) unsigned NOT NULL, `markup` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_notifications_markup` -- LOCK TABLES `arrowchat_notifications_markup` WRITE; /*!40000 ALTER TABLE `arrowchat_notifications_markup` DISABLE KEYS */; INSERT INTO `arrowchat_notifications_markup` VALUES (1,'Private Messages',1,'<div class=\"arrowchat_notification_box arrowchat_blue_link\">\r\n <img src=\"/phpfox/1/upload/conchat/themes/new_facebook_full/images/icons/notification_message_icon.png\" class=\"arrowchat_notification_icon\" />\r\n <a href=\"#\">{author_name}</a> has sent you a new message.<br />\r\n <div class=\"arrowchat_received\">Received {longago}</div>\r\n</div>\r\n<div class=\"arrowchat_notifications_divider\"></div>'),(2,'Friend Requests',2,'<div class=\"arrowchat_notification_box arrowchat_blue_link\">\r\n <img src=\"/phpfox/1/upload/conchat/themes/new_facebook_full/images/icons/notification_friend_icon.png\" class=\"arrowchat_notification_icon\" />\r\n <a href=\"#\">{author_name}</a> has sent you a friend request.<br />\r\n <div class=\"arrowchat_received\">Received {longago}</div>\r\n</div>\r\n<div class=\"arrowchat_notifications_divider\"></div>'),(3,'Wall Post',3,'<div class=\"arrowchat_notification_box arrowchat_blue_link\">\r\n <img src=\"/phpfox/1/upload/conchat/themes/new_facebook_full/images/icons/notification_wall_post.png\" class=\"arrowchat_notification_icon\" />\r\n <a href=\"#\">{author_name}</a> has wrote on your wall.<br />\r\n <div class=\"arrowchat_received\">Received {longago}</div>\r\n</div>\r\n<div class=\"arrowchat_notifications_divider\"></div>'); /*!40000 ALTER TABLE `arrowchat_notifications_markup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_smilies` -- DROP TABLE IF EXISTS `arrowchat_smilies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_smilies` ( `id` int(3) unsigned NOT NULL auto_increment, `name` varchar(20) NOT NULL, `code` varchar(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_smilies` -- LOCK TABLES `arrowchat_smilies` WRITE; /*!40000 ALTER TABLE `arrowchat_smilies` DISABLE KEYS */; INSERT INTO `arrowchat_smilies` VALUES (1,'smiley',':)'),(2,'smiley-sad',':('),(3,'smiley-lol',':D'),(4,'smiley-wink',';)'),(5,'smiley-surprise',':o'),(6,'smiley-cool','8)'),(7,'smiley-neutral',':|'),(8,'smiley-cry',':\'('),(9,'smiley-razz',':p'),(10,'smiley-confuse',':s'),(11,'smiley',':-)'),(12,'smiley-sad',':-('),(13,'smiley-wink',';-)'),(14,'smiley-surprise',':-o'),(15,'smiley-cool','8-)'),(16,'smiley-neutral',':-|'),(17,'smiley-razz',':-p'),(18,'smiley-confuse',':-s'),(20,'smiley-mad','>:('); /*!40000 ALTER TABLE `arrowchat_smilies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_status` -- DROP TABLE IF EXISTS `arrowchat_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_status` ( `userid` varchar(100) NOT NULL, `message` text, `status` varchar(10) default NULL, `theme` int(3) unsigned default NULL, `popout` int(11) unsigned default NULL, `typing` text, `hide_bar` tinyint(1) unsigned default NULL, `play_sound` tinyint(1) unsigned default '1', `window_open` tinyint(1) unsigned default NULL, `only_names` tinyint(1) unsigned default NULL, `chatroom_window` varchar(2) NOT NULL default '-1', `chatroom_stay` varchar(2) NOT NULL default '-1', `chatroom_block_chats` tinyint(1) unsigned default NULL, `announcement` tinyint(1) unsigned NOT NULL default '1', `unfocus_chat` text, `focus_chat` varchar(20) default NULL, `last_message` text, `apps_bookmarks` text, `apps_other` text, `session_time` int(20) unsigned NOT NULL default '0', `is_admin` tinyint(1) unsigned NOT NULL default '0', `hash_id` varchar(20) NOT NULL default '0', PRIMARY KEY (`userid`), KEY `hash_id` (`hash_id`), KEY `session_time` (`session_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_status` -- LOCK TABLES `arrowchat_status` WRITE; /*!40000 ALTER TABLE `arrowchat_status` DISABLE KEYS */; INSERT INTO `arrowchat_status` VALUES ('1',NULL,'available',NULL,NULL,'',0,1,0,0,'1','-1',NULL,1,'','',':5/1378023119',NULL,NULL,1378774147,0,'cr1oaTjJH75SxGXgGYg3'),('6',NULL,NULL,NULL,NULL,':1/0',NULL,1,NULL,NULL,'-1','-1',NULL,1,'1:1:1:','',':1/1378613330',NULL,NULL,1378628669,0,'zSlk6RG6Rp5ISuE67rxH'),('10',NULL,NULL,NULL,NULL,':1/0',NULL,1,NULL,NULL,'-1','-1',NULL,1,'','1',':1/1377415021',NULL,NULL,1377463520,0,'f7zQo67JHvopyWpYLs6Z'),('2',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378326777,0,'KHIhn0Aqj9VuqZjkZC8R'),('5',NULL,NULL,NULL,NULL,':1/0',NULL,1,NULL,NULL,'-1','-1',NULL,1,'','1',':1/1378021032',NULL,NULL,1378048681,0,'ZtW6qkCmCwE5EaSYbuSx'),('14',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1377590873,0,'m3SVuzXJEluk8SlHlWjq'),('15',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1377595054,0,'Ai3Oo7DXN1RAZc5cAfDl'),('18',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1377673834,0,'DuUAzDuGFEr9cRRJugoe'),('32',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378133188,0,'MawQCCQKNb4RvLJBX12X'),('36',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378167190,0,'5QlS28aHyFHRcc4PeG4u'),('38',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378123583,0,'MsVKg5cBFAdWBzJjmEGH'),('39',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378142907,0,'cJCM82zLg1Qt0JLvQLj8'),('52',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378546140,0,'JjBBr5cXDYuWaNsFCTWt'),('57',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'-1','-1',NULL,1,NULL,NULL,NULL,NULL,NULL,1378362658,0,'8RuwmIfEiQpdiFJrVGF1'); /*!40000 ALTER TABLE `arrowchat_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_themes` -- DROP TABLE IF EXISTS `arrowchat_themes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_themes` ( `id` int(3) unsigned NOT NULL auto_increment, `folder` varchar(25) NOT NULL, `name` varchar(255) NOT NULL, `active` tinyint(1) unsigned NOT NULL, `update_link` varchar(255) default NULL, `version` varchar(20) default NULL, `default` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_themes` -- LOCK TABLES `arrowchat_themes` WRITE; /*!40000 ALTER TABLE `arrowchat_themes` DISABLE KEYS */; INSERT INTO `arrowchat_themes` VALUES (1,'new_facebook_full','Convict',1,'','2.1',1),(2,'default','TheBest',1,'','2.1',0),(3,'leaf','con',1,'http://www.arrowchat.com/updatecheck.php?id=36','1.0',0),(4,'dark_hd','ss',1,'','2.0',0); /*!40000 ALTER TABLE `arrowchat_themes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrowchat_trayicons` -- DROP TABLE IF EXISTS `arrowchat_trayicons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `arrowchat_trayicons` ( `id` int(3) unsigned NOT NULL auto_increment, `name` varchar(100) character set utf8 collate utf8_bin NOT NULL, `icon` varchar(255) NOT NULL, `location` varchar(255) NOT NULL, `target` varchar(25) default NULL, `width` int(4) unsigned default NULL, `height` int(4) unsigned default NULL, `tray_width` int(3) unsigned default NULL, `tray_name` varchar(100) character set utf8 collate utf8_bin default NULL, `tray_location` int(3) unsigned NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `arrowchat_trayicons` -- LOCK TABLES `arrowchat_trayicons` WRITE; /*!40000 ALTER TABLE `arrowchat_trayicons` DISABLE KEYS */; INSERT INTO `arrowchat_trayicons` VALUES (1,'Home','tray_home.png','http://www.convictcartel.com/','',NULL,NULL,16,'',1,1),(2,'Achievments','notification_trophy_icon.png','http://www.convictcartel.com/phpfox/1/upload/index.php?do=/achievements/','',NULL,NULL,16,'',2,1),(3,'Referrals','notification_friend_icon.png','http://www.convictcartel.com/phpfox/1/upload/index.php?do=/referral/','',NULL,NULL,16,'',3,1),(4,'Credits','notification_credit_icon.png','http://www.convictcartel.com/phpfox/1/upload/index.php?do=/credits/index/','',NULL,NULL,0,'',4,1); /*!40000 ALTER TABLE `arrowchat_trayicons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attribute_table` -- DROP TABLE IF EXISTS `attribute_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attribute_table` ( `attrib_id` int(15) NOT NULL auto_increment, `attrib_name` varchar(200) NOT NULL, PRIMARY KEY (`attrib_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attribute_table` -- LOCK TABLES `attribute_table` WRITE; /*!40000 ALTER TABLE `attribute_table` DISABLE KEYS */; INSERT INTO `attribute_table` VALUES (1,'Color'),(2,'Size'); /*!40000 ALTER TABLE `attribute_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attribute_value_table` -- DROP TABLE IF EXISTS `attribute_value_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `attribute_value_table` ( `attrib_value_id` int(20) NOT NULL auto_increment, `attrib_id` int(20) NOT NULL, `attrib_value` varchar(100) NOT NULL, PRIMARY KEY (`attrib_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `attribute_value_table` -- LOCK TABLES `attribute_value_table` WRITE; /*!40000 ALTER TABLE `attribute_value_table` DISABLE KEYS */; /*!40000 ALTER TABLE `attribute_value_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `authmap` -- DROP TABLE IF EXISTS `authmap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `authmap` ( `aid` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key: Unique authmap ID.', `uid` int(11) NOT NULL default '0' COMMENT 'User’s users.uid.', `authname` varchar(128) NOT NULL default '' COMMENT 'Unique authentication name.', `module` varchar(128) NOT NULL default '' COMMENT 'Module which is controlling the authentication.', PRIMARY KEY (`aid`), UNIQUE KEY `authname` (`authname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores distributed authentication mapping.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `authmap` -- LOCK TABLES `authmap` WRITE; /*!40000 ALTER TABLE `authmap` DISABLE KEYS */; /*!40000 ALTER TABLE `authmap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ban_reasons` -- DROP TABLE IF EXISTS `ban_reasons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ban_reasons` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL default '0', `reason` text NOT NULL, `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user` (`user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ban_reasons` -- LOCK TABLES `ban_reasons` WRITE; /*!40000 ALTER TABLE `ban_reasons` DISABLE KEYS */; /*!40000 ALTER TABLE `ban_reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banner` -- DROP TABLE IF EXISTS `banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `banner` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `sitename` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `status` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `banner` -- LOCK TABLES `banner` WRITE; /*!40000 ALTER TABLE `banner` DISABLE KEYS */; /*!40000 ALTER TABLE `banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banner_images` -- DROP TABLE IF EXISTS `banner_images`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `banner_images` ( `id` int(11) NOT NULL auto_increment, `category` varchar(255) default NULL, `image1` varchar(255) default NULL, `image2` varchar(255) default NULL, `image3` varchar(255) default NULL, `image4` varchar(255) default NULL, `image5` varchar(255) default NULL, `image6` varchar(255) default NULL, `display_name1` varchar(255) default NULL, `display_name2` varchar(255) default NULL, `display_name3` varchar(255) default NULL, `display_name4` varchar(255) default NULL, `display_name5` varchar(255) default NULL, `display_name6` varchar(255) default NULL, `map_id` int(11) default '0', `url_link1` varchar(255) default NULL, `url_link2` varchar(255) default NULL, `url_link3` varchar(255) default NULL, `url_link4` varchar(255) default NULL, `url_link5` varchar(255) default NULL, `url_link6` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `banner_images` -- LOCK TABLES `banner_images` WRITE; /*!40000 ALTER TABLE `banner_images` DISABLE KEYS */; /*!40000 ALTER TABLE `banner_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banners` -- DROP TABLE IF EXISTS `banners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `banners` ( `banners_id` int(11) NOT NULL auto_increment, `banners_title` varchar(64) NOT NULL, `banners_url` varchar(255) NOT NULL, `banners_image` varchar(64) NOT NULL, `banners_group` varchar(10) NOT NULL, `banners_html_text` text, `expires_impressions` int(7) default '0', `expires_date` datetime default NULL, `date_scheduled` datetime default NULL, `date_added` datetime NOT NULL, `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', PRIMARY KEY (`banners_id`), KEY `idx_banners_group` (`banners_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `banners` -- LOCK TABLES `banners` WRITE; /*!40000 ALTER TABLE `banners` DISABLE KEYS */; INSERT INTO `banners` VALUES (1,'osCommerce','http://www.oscommerce.com','banners/oscommerce.gif','468x50','',0,NULL,NULL,'2013-08-26 20:47:51',NULL,1); /*!40000 ALTER TABLE `banners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banners_history` -- DROP TABLE IF EXISTS `banners_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `banners_history` ( `banners_history_id` int(11) NOT NULL auto_increment, `banners_id` int(11) NOT NULL, `banners_shown` int(5) NOT NULL default '0', `banners_clicked` int(5) NOT NULL default '0', `banners_history_date` datetime NOT NULL, PRIMARY KEY (`banners_history_id`), KEY `idx_banners_history_banners_id` (`banners_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `banners_history` -- LOCK TABLES `banners_history` WRITE; /*!40000 ALTER TABLE `banners_history` DISABLE KEYS */; INSERT INTO `banners_history` VALUES (1,1,149,0,'2013-08-26 20:48:32'),(2,1,21,0,'2013-08-27 00:01:20'),(3,1,35,0,'2013-08-28 02:42:10'),(4,1,16,0,'2013-08-29 02:09:58'),(5,1,16,0,'2013-08-30 02:55:17'),(6,1,46,0,'2013-08-31 00:01:31'),(7,1,27,0,'2013-09-01 00:01:16'),(8,1,9,0,'2013-09-02 01:06:02'),(9,1,108,2,'2013-09-03 00:29:58'),(10,1,9,1,'2013-09-04 09:40:33'),(11,1,20,0,'2013-09-05 01:45:59'),(12,1,20,0,'2013-09-06 03:53:44'),(13,1,25,1,'2013-09-07 01:43:53'),(14,1,4,0,'2013-09-08 03:46:27'),(15,1,4,0,'2013-09-08 03:46:27'); /*!40000 ALTER TABLE `banners_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batch` -- DROP TABLE IF EXISTS `batch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `batch` ( `bid` int(10) unsigned NOT NULL COMMENT 'Primary Key: Unique batch ID.', `token` varchar(64) NOT NULL COMMENT 'A string token generated against the current user’s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.', `timestamp` int(11) NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.', `batch` longblob COMMENT 'A serialized array containing the processing data for the batch.', PRIMARY KEY (`bid`), KEY `token` (`token`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores details about batches (processes that run in...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `batch` -- LOCK TABLES `batch` WRITE; /*!40000 ALTER TABLE `batch` DISABLE KEYS */; /*!40000 ALTER TABLE `batch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blacklist` -- DROP TABLE IF EXISTS `blacklist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blacklist` ( `id` int(255) NOT NULL auto_increment, `value` varchar(255) collate utf8_unicode_ci NOT NULL, `type` int(32) NOT NULL default '0', PRIMARY KEY (`id`), KEY `value` (`value`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blacklist` -- LOCK TABLES `blacklist` WRITE; /*!40000 ALTER TABLE `blacklist` DISABLE KEYS */; /*!40000 ALTER TABLE `blacklist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blocked_ips` -- DROP TABLE IF EXISTS `blocked_ips`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blocked_ips` ( `iid` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key: unique ID for IP addresses.', `ip` varchar(40) NOT NULL default '' COMMENT 'IP address', PRIMARY KEY (`iid`), KEY `blocked_ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores blocked IP addresses.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blocked_ips` -- LOCK TABLES `blocked_ips` WRITE; /*!40000 ALTER TABLE `blocked_ips` DISABLE KEYS */; /*!40000 ALTER TABLE `blocked_ips` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blocked_visits` -- DROP TABLE IF EXISTS `blocked_visits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blocked_visits` ( `id` int(11) NOT NULL auto_increment, `ip_adr` varchar(15) NOT NULL default '', `visit_date` date default NULL, `time` time NOT NULL default '00:00:00', `on_page` varchar(100) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blocked_visits` -- LOCK TABLES `blocked_visits` WRITE; /*!40000 ALTER TABLE `blocked_visits` DISABLE KEYS */; /*!40000 ALTER TABLE `blocked_visits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blog` ( `id` int(255) NOT NULL auto_increment, `author` int(255) NOT NULL default '0', `title` varchar(255) NOT NULL, `content` text NOT NULL, `views` int(255) NOT NULL default '0', `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog_comments` -- DROP TABLE IF EXISTS `blog_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blog_comments` ( `id` int(255) NOT NULL auto_increment, `bid` int(255) NOT NULL default '0', `author` int(255) NOT NULL default '0', `comment` text NOT NULL, `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `bid` (`bid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blog_comments` -- LOCK TABLES `blog_comments` WRITE; /*!40000 ALTER TABLE `blog_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `blog_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `c_pack` -- DROP TABLE IF EXISTS `c_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `c_pack` ( `id` int(255) NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `price` decimal(5,2) NOT NULL default '0.00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `c_pack` -- LOCK TABLES `c_pack` WRITE; /*!40000 ALTER TABLE `c_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `c_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `c_transfers` -- DROP TABLE IF EXISTS `c_transfers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `c_transfers` ( `id` int(255) NOT NULL auto_increment, `receiver` int(255) NOT NULL default '0', `sender` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `c_transfers` -- LOCK TABLES `c_transfers` WRITE; /*!40000 ALTER TABLE `c_transfers` DISABLE KEYS */; /*!40000 ALTER TABLE `c_transfers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache` -- DROP TABLE IF EXISTS `cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Generic cache table for caching things not separated out...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache` -- LOCK TABLES `cache` WRITE; /*!40000 ALTER TABLE `cache` DISABLE KEYS */; /*!40000 ALTER TABLE `cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_bootstrap` -- DROP TABLE IF EXISTS `cache_bootstrap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_bootstrap` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache table for data required to bootstrap Drupal, may be...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_bootstrap` -- LOCK TABLES `cache_bootstrap` WRITE; /*!40000 ALTER TABLE `cache_bootstrap` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_bootstrap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_form` -- DROP TABLE IF EXISTS `cache_form`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_form` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache table for the form system to store recently built...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_form` -- LOCK TABLES `cache_form` WRITE; /*!40000 ALTER TABLE `cache_form` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_menu` -- DROP TABLE IF EXISTS `cache_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_menu` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache table for the menu system to store router...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_menu` -- LOCK TABLES `cache_menu` WRITE; /*!40000 ALTER TABLE `cache_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_page` -- DROP TABLE IF EXISTS `cache_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_page` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache table used to store compressed pages for anonymous...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_page` -- LOCK TABLES `cache_page` WRITE; /*!40000 ALTER TABLE `cache_page` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_path` -- DROP TABLE IF EXISTS `cache_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_path` ( `cid` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', `created` int(11) NOT NULL default '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (`cid`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Cache table for path alias lookup.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_path` -- LOCK TABLES `cache_path` WRITE; /*!40000 ALTER TABLE `cache_path` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `categories` ( `categories_id` int(11) NOT NULL auto_increment, `categories_image` varchar(64) default NULL, `parent_id` int(11) NOT NULL default '0', `sort_order` int(3) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`categories_id`), KEY `idx_categories_parent_id` (`parent_id`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (23,'CrossRed.png',0,0,'2013-08-26 20:53:34',NULL); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories_description` -- DROP TABLE IF EXISTS `categories_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `categories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(32) NOT NULL, PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `categories_description` -- LOCK TABLES `categories_description` WRITE; /*!40000 ALTER TABLE `categories_description` DISABLE KEYS */; INSERT INTO `categories_description` VALUES (23,1,'Shirts'); /*!40000 ALTER TABLE `categories_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category_attrib_table` -- DROP TABLE IF EXISTS `category_attrib_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `category_attrib_table` ( `category_attrib_id` int(15) NOT NULL auto_increment, `subcategory_id` int(15) NOT NULL, `attrib_id` int(15) NOT NULL, PRIMARY KEY (`category_attrib_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `category_attrib_table` -- LOCK TABLES `category_attrib_table` WRITE; /*!40000 ALTER TABLE `category_attrib_table` DISABLE KEYS */; INSERT INTO `category_attrib_table` VALUES (1,2,0),(2,4,0),(3,5,0),(4,7,0),(5,8,0); /*!40000 ALTER TABLE `category_attrib_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category_table` -- DROP TABLE IF EXISTS `category_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `category_table` ( `category_id` int(15) NOT NULL auto_increment, `category_name` varchar(200) NOT NULL, `category_parent_id` int(15) NOT NULL, `category_image` varchar(255) NOT NULL, `category_desc` varchar(500) NOT NULL, `category_status` int(1) NOT NULL, `category_content_id` int(15) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `category_table` -- LOCK TABLES `category_table` WRITE; /*!40000 ALTER TABLE `category_table` DISABLE KEYS */; INSERT INTO `category_table` VALUES (1,'T-Shirts',0,'uploadedimages/caticons/2013-09-09-201642NewLogo.png','All of Convict Cartels T-Shirts',1,0),(2,'Men',1,'uploadedimages/caticons/2013-09-09-202429free_diamond_vector.png','',1,0),(5,'Men',1,'uploadedimages/caticons/2013-09-09-203223free_diamond_vector.png','Men',1,0),(4,'Men',1,'uploadedimages/caticons/2013-09-09-202835sleeve.png','Men',1,0),(7,'Men',1,'uploadedimages/caticons/2013-09-09-204000sleeve.png','men',0,0),(8,'Men',1,'uploadedimages/caticons/2013-09-09-204127sleeve.png','men',1,0); /*!40000 ALTER TABLE `category_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms` -- DROP TABLE IF EXISTS `cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms` ( `id` int(11) NOT NULL auto_increment, `page_name` varchar(255) NOT NULL, `page_content` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cms` -- LOCK TABLES `cms` WRITE; /*!40000 ALTER TABLE `cms` DISABLE KEYS */; INSERT INTO `cms` VALUES (1,'index','<h1>Welcome to Click Cash</h1>\r\n <p>Hosted by Convict Cartel</p>'),(2,'left_panel','<ul>\r\n <li><h2>About Us</h2></li>\r\n <li class=\"title\">Convict Cartel</li>\r\n <li class=\"content\">\r\n Convict Cartel pays you for each link click you get that goes to our web page! We are a clothing business with a website that offers quite a lot to the internet world. Help us, help you.\r\n </li>\r\n <li class=\"title\">Earnings</li>\r\n <li class=\"content\">\r\n Each completed link click to our site we pay about 0.10c a visitor! Not very small If you have a huge fan base or just some friends!\r\n </li>\r\n <li class=\"title\">Payout</li>\r\n <li class=\"content\">\r\n When you reach $10 we will check your status and pay you via Paypal! Any questions or problems with money receiving you can contact us at convictcartel@yahoo.com\r\n </li>\r\n </ul>'),(3,'tos','<h1>Terms of Service</h1>\r\n <p>Clicking the link yourself, we know, any cheats, we know, we will refuse to pay any members for cheating us. So be fair and good morale. Those are the only rules.</p>'),(4,'dmca','<h1>DMCA Information</h1>\r\n <p>We are Convict Cartel. Click Cash.</p>'); /*!40000 ALTER TABLE `cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coins_to_cash` -- DROP TABLE IF EXISTS `coins_to_cash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coins_to_cash` ( `id` int(255) NOT NULL auto_increment, `user` int(11) NOT NULL, `coins` int(255) NOT NULL default '0', `cash` decimal(5,2) NOT NULL default '0.00', `conv_rate` int(64) NOT NULL default '0', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coins_to_cash` -- LOCK TABLES `coins_to_cash` WRITE; /*!40000 ALTER TABLE `coins_to_cash` DISABLE KEYS */; /*!40000 ALTER TABLE `coins_to_cash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `comment` -- DROP TABLE IF EXISTS `comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `comment` ( `id` int(10) NOT NULL auto_increment, `invoice` varchar(255) NOT NULL, `customer_id` varchar(255) NOT NULL, `commentlist` varchar(255) NOT NULL, `commented_by` varchar(255) NOT NULL, `date` date NOT NULL, `status` enum('active','inactive','delete') NOT NULL default 'active', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `comment` -- LOCK TABLES `comment` WRITE; /*!40000 ALTER TABLE `comment` DISABLE KEYS */; /*!40000 ALTER TABLE `comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `configuration` -- DROP TABLE IF EXISTS `configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `configuration` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` varchar(255) NOT NULL, `configuration_key` varchar(255) NOT NULL, `configuration_value` text NOT NULL, `configuration_description` varchar(255) NOT NULL, `configuration_group_id` int(11) NOT NULL, `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, `use_function` varchar(255) default NULL, `set_function` varchar(255) default NULL, PRIMARY KEY (`configuration_id`) ) ENGINE=MyISAM AUTO_INCREMENT=259 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `configuration` -- LOCK TABLES `configuration` WRITE; /*!40000 ALTER TABLE `configuration` DISABLE KEYS */; INSERT INTO `configuration` VALUES (1,'Store Name','STORE_NAME','Convict Cartel Apparel','The name of my store',1,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(2,'Store Owner','STORE_OWNER','Convict Cartel','The name of my store owner',1,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(3,'E-Mail Address','STORE_OWNER_EMAIL_ADDRESS','convictcartel@yahoo.com','The e-mail address of my store owner',1,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(4,'E-Mail From','EMAIL_FROM','\"Convict Cartel\" <convictcartel@yahoo.com>','The e-mail address used in (sent) e-mails',1,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(5,'Country','STORE_COUNTRY','223','The country my store is located in <br /><br /><strong>Note: Please remember to update the store zone.</strong>',1,6,NULL,'2013-08-26 20:47:51','tep_get_country_name','tep_cfg_pull_down_country_list('),(6,'Zone','STORE_ZONE','18','The zone my store is located in',1,7,NULL,'2013-08-26 20:47:51','tep_cfg_get_zone_name','tep_cfg_pull_down_zone_list('),(7,'Expected Sort Order','EXPECTED_PRODUCTS_SORT','desc','This is the sort order used in the expected products box.',1,8,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'asc\', \'desc\'), '),(8,'Expected Sort Field','EXPECTED_PRODUCTS_FIELD','date_expected','The column to sort by in the expected products box.',1,9,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'products_name\', \'date_expected\'), '),(9,'Switch To Default Language Currency','USE_DEFAULT_LANGUAGE_CURRENCY','false','Automatically switch to the language\'s currency when it is changed',1,10,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(10,'Send Extra Order Emails To','SEND_EXTRA_ORDER_EMAILS_TO','','Send extra order emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>',1,11,NULL,'2013-08-26 20:47:51',NULL,NULL),(11,'Use Search-Engine Safe URLs','SEARCH_ENGINE_FRIENDLY_URLS','false','Use search-engine safe urls for all site links',1,12,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(12,'Display Cart After Adding Product','DISPLAY_CART','true','Display the shopping cart after adding a product (or return back to their origin)',1,14,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(13,'Allow Guest To Tell A Friend','ALLOW_GUEST_TO_TELL_A_FRIEND','false','Allow guests to tell a friend about a product',1,15,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(14,'Default Search Operator','ADVANCED_SEARCH_DEFAULT_OPERATOR','and','Default search operators',1,17,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'and\', \'or\'), '),(15,'Store Address and Phone','STORE_NAME_ADDRESS','Store Name\nAddress\nCountry\nPhone','This is the Store Name, Address and Phone used on printable documents and displayed online',1,18,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_textarea('),(16,'Show Category Counts','SHOW_COUNTS','true','Count recursively how many products are in each category',1,19,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(17,'Tax Decimal Places','TAX_DECIMAL_PLACES','0','Pad the tax value this amount of decimal places',1,20,NULL,'2013-08-26 20:47:51',NULL,NULL),(18,'Display Prices with Tax','DISPLAY_PRICE_WITH_TAX','false','Display prices with tax included (true) or add the tax at the end (false)',1,21,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(19,'First Name','ENTRY_FIRST_NAME_MIN_LENGTH','2','Minimum length of first name',2,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(20,'Last Name','ENTRY_LAST_NAME_MIN_LENGTH','2','Minimum length of last name',2,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(21,'Date of Birth','ENTRY_DOB_MIN_LENGTH','10','Minimum length of date of birth',2,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(22,'E-Mail Address','ENTRY_EMAIL_ADDRESS_MIN_LENGTH','6','Minimum length of e-mail address',2,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(23,'Street Address','ENTRY_STREET_ADDRESS_MIN_LENGTH','5','Minimum length of street address',2,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(24,'Company','ENTRY_COMPANY_MIN_LENGTH','2','Minimum length of company name',2,6,NULL,'2013-08-26 20:47:51',NULL,NULL),(25,'Post Code','ENTRY_POSTCODE_MIN_LENGTH','4','Minimum length of post code',2,7,NULL,'2013-08-26 20:47:51',NULL,NULL),(26,'City','ENTRY_CITY_MIN_LENGTH','3','Minimum length of city',2,8,NULL,'2013-08-26 20:47:51',NULL,NULL),(27,'State','ENTRY_STATE_MIN_LENGTH','2','Minimum length of state',2,9,NULL,'2013-08-26 20:47:51',NULL,NULL),(28,'Telephone Number','ENTRY_TELEPHONE_MIN_LENGTH','3','Minimum length of telephone number',2,10,NULL,'2013-08-26 20:47:51',NULL,NULL),(29,'Password','ENTRY_PASSWORD_MIN_LENGTH','5','Minimum length of password',2,11,NULL,'2013-08-26 20:47:51',NULL,NULL),(30,'Credit Card Owner Name','CC_OWNER_MIN_LENGTH','3','Minimum length of credit card owner name',2,12,NULL,'2013-08-26 20:47:51',NULL,NULL),(31,'Credit Card Number','CC_NUMBER_MIN_LENGTH','10','Minimum length of credit card number',2,13,NULL,'2013-08-26 20:47:51',NULL,NULL),(32,'Review Text','REVIEW_TEXT_MIN_LENGTH','50','Minimum length of review text',2,14,NULL,'2013-08-26 20:47:51',NULL,NULL),(33,'Best Sellers','MIN_DISPLAY_BESTSELLERS','1','Minimum number of best sellers to display',2,15,NULL,'2013-08-26 20:47:51',NULL,NULL),(34,'Also Purchased','MIN_DISPLAY_ALSO_PURCHASED','1','Minimum number of products to display in the \'This Customer Also Purchased\' box',2,16,NULL,'2013-08-26 20:47:51',NULL,NULL),(35,'Address Book Entries','MAX_ADDRESS_BOOK_ENTRIES','5','Maximum address book entries a customer is allowed to have',3,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(36,'Search Results','MAX_DISPLAY_SEARCH_RESULTS','20','Amount of products to list',3,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(37,'Page Links','MAX_DISPLAY_PAGE_LINKS','5','Number of \'number\' links use for page-sets',3,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(38,'Special Products','MAX_DISPLAY_SPECIAL_PRODUCTS','9','Maximum number of products on special to display',3,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(39,'New Products Module','MAX_DISPLAY_NEW_PRODUCTS','9','Maximum number of new products to display in a category',3,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(40,'Products Expected','MAX_DISPLAY_UPCOMING_PRODUCTS','10','Maximum number of products expected to display',3,6,NULL,'2013-08-26 20:47:51',NULL,NULL),(41,'Manufacturers List','MAX_DISPLAY_MANUFACTURERS_IN_A_LIST','0','Used in manufacturers box; when the number of manufacturers exceeds this number, a drop-down list will be displayed instead of the default list',3,7,NULL,'2013-08-26 20:47:51',NULL,NULL),(42,'Manufacturers Select Size','MAX_MANUFACTURERS_LIST','1','Used in manufacturers box; when this value is \'1\' the classic drop-down list will be used for the manufacturers box. Otherwise, a list-box with the specified number of rows will be displayed.',3,7,NULL,'2013-08-26 20:47:51',NULL,NULL),(43,'Length of Manufacturers Name','MAX_DISPLAY_MANUFACTURER_NAME_LEN','15','Used in manufacturers box; maximum length of manufacturers name to display',3,8,NULL,'2013-08-26 20:47:51',NULL,NULL),(44,'New Reviews','MAX_DISPLAY_NEW_REVIEWS','6','Maximum number of new reviews to display',3,9,NULL,'2013-08-26 20:47:51',NULL,NULL),(45,'Selection of Random Reviews','MAX_RANDOM_SELECT_REVIEWS','10','How many records to select from to choose one random product review',3,10,NULL,'2013-08-26 20:47:51',NULL,NULL),(46,'Selection of Random New Products','MAX_RANDOM_SELECT_NEW','10','How many records to select from to choose one random new product to display',3,11,NULL,'2013-08-26 20:47:51',NULL,NULL),(47,'Selection of Products on Special','MAX_RANDOM_SELECT_SPECIALS','10','How many records to select from to choose one random product special to display',3,12,NULL,'2013-08-26 20:47:51',NULL,NULL),(48,'Categories To List Per Row','MAX_DISPLAY_CATEGORIES_PER_ROW','3','How many categories to list per row',3,13,NULL,'2013-08-26 20:47:51',NULL,NULL),(49,'New Products Listing','MAX_DISPLAY_PRODUCTS_NEW','10','Maximum number of new products to display in new products page',3,14,NULL,'2013-08-26 20:47:51',NULL,NULL),(50,'Best Sellers','MAX_DISPLAY_BESTSELLERS','10','Maximum number of best sellers to display',3,15,NULL,'2013-08-26 20:47:51',NULL,NULL),(51,'Also Purchased','MAX_DISPLAY_ALSO_PURCHASED','6','Maximum number of products to display in the \'This Customer Also Purchased\' box',3,16,NULL,'2013-08-26 20:47:51',NULL,NULL),(52,'Customer Order History Box','MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX','6','Maximum number of products to display in the customer order history box',3,17,NULL,'2013-08-26 20:47:51',NULL,NULL),(53,'Order History','MAX_DISPLAY_ORDER_HISTORY','10','Maximum number of orders to display in the order history page',3,18,NULL,'2013-08-26 20:47:51',NULL,NULL),(54,'Product Quantities In Shopping Cart','MAX_QTY_IN_CART','99','Maximum number of product quantities that can be added to the shopping cart (0 for no limit)',3,19,NULL,'2013-08-26 20:47:51',NULL,NULL),(55,'Small Image Width','SMALL_IMAGE_WIDTH','100','The pixel width of small images',4,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(56,'Small Image Height','SMALL_IMAGE_HEIGHT','110','The pixel height of small images',4,2,'2013-08-26 20:56:08','2013-08-26 20:47:51',NULL,NULL),(57,'Heading Image Width','HEADING_IMAGE_WIDTH','57','The pixel width of heading images',4,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(58,'Heading Image Height','HEADING_IMAGE_HEIGHT','40','The pixel height of heading images',4,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(59,'Subcategory Image Width','SUBCATEGORY_IMAGE_WIDTH','100','The pixel width of subcategory images',4,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(60,'Subcategory Image Height','SUBCATEGORY_IMAGE_HEIGHT','57','The pixel height of subcategory images',4,6,NULL,'2013-08-26 20:47:51',NULL,NULL),(61,'Calculate Image Size','CONFIG_CALCULATE_IMAGE_SIZE','true','Calculate the size of images?',4,7,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(62,'Image Required','IMAGE_REQUIRED','true','Enable to display broken images. Good for development.',4,8,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(63,'Gender','ACCOUNT_GENDER','true','Display gender in the customers account',5,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(64,'Date of Birth','ACCOUNT_DOB','true','Display date of birth in the customers account',5,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(65,'Company','ACCOUNT_COMPANY','true','Display company in the customers account',5,3,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(66,'Suburb','ACCOUNT_SUBURB','true','Display suburb in the customers account',5,4,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(67,'State','ACCOUNT_STATE','true','Display state in the customers account',5,5,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(68,'Installed Modules','MODULE_PAYMENT_INSTALLED','cod.php;paypal_express.php','List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: cod.php;paypal_express.php)',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(69,'Installed Modules','MODULE_ORDER_TOTAL_INSTALLED','ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php','List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(70,'Installed Modules','MODULE_SHIPPING_INSTALLED','flat.php','List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(71,'Installed Modules','MODULE_ACTION_RECORDER_INSTALLED','ar_admin_login.php;ar_contact_us.php;ar_reset_password.php;ar_tell_a_friend.php','List of action recorder module filenames separated by a semi-colon. This is automatically updated. No need to edit.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(72,'Installed Modules','MODULE_SOCIAL_BOOKMARKS_INSTALLED','sb_email.php;sb_google_plus_share.php;sb_facebook.php;sb_twitter.php;sb_pinterest.php','List of social bookmark module filenames separated by a semi-colon. This is automatically updated. No need to edit.',6,0,'2013-08-26 21:45:45','2013-08-26 20:47:51',NULL,NULL),(73,'Enable Cash On Delivery Module','MODULE_PAYMENT_COD_STATUS','False','Do you want to accept Cash On Delevery payments?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(74,'Payment Zone','MODULE_PAYMENT_COD_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,2,NULL,'2013-08-26 20:47:51','tep_get_zone_class_title','tep_cfg_pull_down_zone_classes('),(75,'Sort order of display.','MODULE_PAYMENT_COD_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(76,'Set Order Status','MODULE_PAYMENT_COD_ORDER_STATUS_ID','0','Set the status of orders made with this payment module to this value',6,0,NULL,'2013-08-26 20:47:51','tep_get_order_status_name','tep_cfg_pull_down_order_statuses('),(77,'Enable Flat Shipping','MODULE_SHIPPING_FLAT_STATUS','True','Do you want to offer flat rate shipping?',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(78,'Shipping Cost','MODULE_SHIPPING_FLAT_COST','5.00','The shipping cost for all orders using this shipping method.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(79,'Tax Class','MODULE_SHIPPING_FLAT_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2013-08-26 20:47:51','tep_get_tax_class_title','tep_cfg_pull_down_tax_classes('),(80,'Shipping Zone','MODULE_SHIPPING_FLAT_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2013-08-26 20:47:51','tep_get_zone_class_title','tep_cfg_pull_down_zone_classes('),(81,'Sort Order','MODULE_SHIPPING_FLAT_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(82,'Default Currency','DEFAULT_CURRENCY','USD','Default Currency',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(83,'Default Language','DEFAULT_LANGUAGE','en','Default Language',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(84,'Default Order Status For New Orders','DEFAULT_ORDERS_STATUS_ID','1','When a new order is created, this order status will be assigned to it.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(85,'Display Shipping','MODULE_ORDER_TOTAL_SHIPPING_STATUS','true','Do you want to display the order shipping cost?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(86,'Sort Order','MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER','2','Sort order of display.',6,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(87,'Allow Free Shipping','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING','false','Do you want to allow free shipping?',6,3,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(88,'Free Shipping For Orders Over','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER','50','Provide free shipping for orders over the set amount.',6,4,NULL,'2013-08-26 20:47:51','currencies->format',NULL),(89,'Provide Free Shipping For Orders Made','MODULE_ORDER_TOTAL_SHIPPING_DESTINATION','national','Provide free shipping for orders sent to the set destination.',6,5,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'national\', \'international\', \'both\'), '),(90,'Display Sub-Total','MODULE_ORDER_TOTAL_SUBTOTAL_STATUS','true','Do you want to display the order sub-total cost?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(91,'Sort Order','MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER','1','Sort order of display.',6,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(92,'Display Tax','MODULE_ORDER_TOTAL_TAX_STATUS','true','Do you want to display the order tax value?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(93,'Sort Order','MODULE_ORDER_TOTAL_TAX_SORT_ORDER','3','Sort order of display.',6,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(94,'Display Total','MODULE_ORDER_TOTAL_TOTAL_STATUS','true','Do you want to display the total order value?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(95,'Sort Order','MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER','4','Sort order of display.',6,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(96,'Minimum Minutes Per E-Mail','MODULE_ACTION_RECORDER_CONTACT_US_EMAIL_MINUTES','15','Minimum number of minutes to allow 1 e-mail to be sent (eg, 15 for 1 e-mail every 15 minutes)',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(97,'Minimum Minutes Per E-Mail','MODULE_ACTION_RECORDER_TELL_A_FRIEND_EMAIL_MINUTES','15','Minimum number of minutes to allow 1 e-mail to be sent (eg, 15 for 1 e-mail every 15 minutes)',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(98,'Allowed Minutes','MODULE_ACTION_RECORDER_ADMIN_LOGIN_MINUTES','5','Number of minutes to allow login attempts to occur.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(99,'Allowed Attempts','MODULE_ACTION_RECORDER_ADMIN_LOGIN_ATTEMPTS','3','Number of login attempts to allow within the specified period.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(100,'Allowed Minutes','MODULE_ACTION_RECORDER_RESET_PASSWORD_MINUTES','5','Number of minutes to allow password resets to occur.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(101,'Allowed Attempts','MODULE_ACTION_RECORDER_RESET_PASSWORD_ATTEMPTS','1','Number of password reset attempts to allow within the specified period.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(102,'Enable E-Mail Module','MODULE_SOCIAL_BOOKMARKS_EMAIL_STATUS','True','Do you want to allow products to be shared through e-mail?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(103,'Sort Order','MODULE_SOCIAL_BOOKMARKS_EMAIL_SORT_ORDER','10','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(104,'Enable Google+ Share Module','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_STATUS','True','Do you want to allow products to be shared through Google+?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(105,'Annotation','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_ANNOTATION','None','The annotation to display next to the button.',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Inline\', \'Bubble\', \'Vertical-Bubble\', \'None\'), '),(106,'Width','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_WIDTH','','The maximum width of the button.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(107,'Height','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_HEIGHT','15','Sets the height of the button.',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'15\', \'20\', \'24\', \'60\'), '),(108,'Alignment','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_ALIGN','Left','The alignment of the button assets.',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left\', \'Right\'), '),(109,'Sort Order','MODULE_SOCIAL_BOOKMARKS_GOOGLE_PLUS_SHARE_SORT_ORDER','20','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(110,'Enable Facebook Module','MODULE_SOCIAL_BOOKMARKS_FACEBOOK_STATUS','True','Do you want to allow products to be shared through Facebook?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(111,'Sort Order','MODULE_SOCIAL_BOOKMARKS_FACEBOOK_SORT_ORDER','30','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(112,'Enable Twitter Module','MODULE_SOCIAL_BOOKMARKS_TWITTER_STATUS','True','Do you want to allow products to be shared through Twitter?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(113,'Sort Order','MODULE_SOCIAL_BOOKMARKS_TWITTER_SORT_ORDER','40','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(114,'Enable Pinterest Module','MODULE_SOCIAL_BOOKMARKS_PINTEREST_STATUS','True','Do you want to allow Pinterest Button?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(115,'Layout Position','MODULE_SOCIAL_BOOKMARKS_PINTEREST_BUTTON_COUNT_POSITION','None','Horizontal or Vertical or None',6,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Horizontal\', \'Vertical\', \'None\'), '),(116,'Sort Order','MODULE_SOCIAL_BOOKMARKS_PINTEREST_SORT_ORDER','50','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(117,'Country of Origin','SHIPPING_ORIGIN_COUNTRY','223','Select the country of origin to be used in shipping quotes.',7,1,NULL,'2013-08-26 20:47:51','tep_get_country_name','tep_cfg_pull_down_country_list('),(118,'Postal Code','SHIPPING_ORIGIN_ZIP','NONE','Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.',7,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(119,'Enter the Maximum Package Weight you will ship','SHIPPING_MAX_WEIGHT','50','Carriers have a max weight limit for a single package. This is a common one for all.',7,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(120,'Package Tare weight.','SHIPPING_BOX_WEIGHT','3','What is the weight of typical packaging of small to medium packages?',7,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(121,'Larger packages - percentage increase.','SHIPPING_BOX_PADDING','10','For 10% enter 10',7,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(122,'Display Product Image','PRODUCT_LIST_IMAGE','1','Do you want to display the Product Image?',8,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(123,'Display Product Manufacturer Name','PRODUCT_LIST_MANUFACTURER','0','Do you want to display the Product Manufacturer Name?',8,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(124,'Display Product Model','PRODUCT_LIST_MODEL','0','Do you want to display the Product Model?',8,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(125,'Display Product Name','PRODUCT_LIST_NAME','2','Do you want to display the Product Name?',8,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(126,'Display Product Price','PRODUCT_LIST_PRICE','3','Do you want to display the Product Price',8,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(127,'Display Product Quantity','PRODUCT_LIST_QUANTITY','0','Do you want to display the Product Quantity?',8,6,NULL,'2013-08-26 20:47:51',NULL,NULL),(128,'Display Product Weight','PRODUCT_LIST_WEIGHT','0','Do you want to display the Product Weight?',8,7,NULL,'2013-08-26 20:47:51',NULL,NULL),(129,'Display Buy Now column','PRODUCT_LIST_BUY_NOW','4','Do you want to display the Buy Now column?',8,8,NULL,'2013-08-26 20:47:51',NULL,NULL),(130,'Display Category/Manufacturer Filter (0=disable; 1=enable)','PRODUCT_LIST_FILTER','1','Do you want to display the Category/Manufacturer Filter?',8,9,NULL,'2013-08-26 20:47:51',NULL,NULL),(131,'Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)','PREV_NEXT_BAR_LOCATION','2','Sets the location of the Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)',8,10,NULL,'2013-08-26 20:47:51',NULL,NULL),(132,'Check stock level','STOCK_CHECK','true','Check to see if sufficent stock is available',9,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(133,'Subtract stock','STOCK_LIMITED','true','Subtract product in stock by product orders',9,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(134,'Allow Checkout','STOCK_ALLOW_CHECKOUT','true','Allow customer to checkout even if there is insufficient stock',9,3,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(135,'Mark product out of stock','STOCK_MARK_PRODUCT_OUT_OF_STOCK','***','Display something on screen so customer can see which product has insufficient stock',9,4,NULL,'2013-08-26 20:47:51',NULL,NULL),(136,'Stock Re-order level','STOCK_REORDER_LEVEL','5','Define when stock needs to be re-ordered',9,5,NULL,'2013-08-26 20:47:51',NULL,NULL),(137,'Store Page Parse Time','STORE_PAGE_PARSE_TIME','false','Store the time it takes to parse a page',10,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(138,'Log Destination','STORE_PAGE_PARSE_TIME_LOG','/var/log/www/tep/page_parse_time.log','Directory and filename of the page parse time log',10,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(139,'Log Date Format','STORE_PARSE_DATE_TIME_FORMAT','%d/%m/%Y %H:%M:%S','The date format',10,3,NULL,'2013-08-26 20:47:51',NULL,NULL),(140,'Display The Page Parse Time','DISPLAY_PAGE_PARSE_TIME','true','Display the page parse time (store page parse time must be enabled)',10,4,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(141,'Store Database Queries','STORE_DB_TRANSACTIONS','false','Store the database queries in the page parse time log',10,5,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(142,'Use Cache','USE_CACHE','false','Use caching features',11,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(143,'Cache Directory','DIR_FS_CACHE','//WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/oscommerce-2.3.3.1/catalog/includes/work/','The directory where the cached files are saved',11,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(144,'E-Mail Transport Method','EMAIL_TRANSPORT','sendmail','Defines if this server uses a local connection to sendmail or uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS should change this setting to SMTP.',12,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'sendmail\', \'smtp\'),'),(145,'E-Mail Linefeeds','EMAIL_LINEFEED','LF','Defines the character sequence used to separate mail headers.',12,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'LF\', \'CRLF\'),'),(146,'Use MIME HTML When Sending Emails','EMAIL_USE_HTML','false','Send e-mails in HTML format',12,3,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'),'),(147,'Verify E-Mail Addresses Through DNS','ENTRY_EMAIL_ADDRESS_CHECK','false','Verify e-mail address through a DNS server',12,4,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(148,'Send E-Mails','SEND_EMAILS','true','Send out e-mails',12,5,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(149,'Enable download','DOWNLOAD_ENABLED','false','Enable the products download functions.',13,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(150,'Download by redirect','DOWNLOAD_BY_REDIRECT','false','Use browser redirection for download. Disable on non-Unix systems.',13,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(151,'Expiry delay (days)','DOWNLOAD_MAX_DAYS','7','Set number of days before the download link expires. 0 means no limit.',13,3,NULL,'2013-08-26 20:47:51',NULL,''),(152,'Maximum number of downloads','DOWNLOAD_MAX_COUNT','5','Set the maximum number of downloads. 0 means no download authorized.',13,4,NULL,'2013-08-26 20:47:51',NULL,''),(153,'Enable GZip Compression','GZIP_COMPRESSION','false','Enable HTTP GZip compression.',14,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'true\', \'false\'), '),(154,'Compression Level','GZIP_LEVEL','5','Use this compression level 0-9 (0 = minimum, 9 = maximum).',14,2,NULL,'2013-08-26 20:47:51',NULL,NULL),(155,'Session Directory','SESSION_WRITE_DIRECTORY','//WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/oscommerce-2.3.3.1/catalog/includes/work/','If sessions are file based, store them in this directory.',15,1,NULL,'2013-08-26 20:47:51',NULL,NULL),(156,'Force Cookie Use','SESSION_FORCE_COOKIE_USE','False','Force the use of sessions when cookies are only enabled.',15,2,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(157,'Check SSL Session ID','SESSION_CHECK_SSL_SESSION_ID','False','Validate the SSL_SESSION_ID on every secure HTTPS page request.',15,3,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(158,'Check User Agent','SESSION_CHECK_USER_AGENT','False','Validate the clients browser user agent on every page request.',15,4,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(159,'Check IP Address','SESSION_CHECK_IP_ADDRESS','False','Validate the clients IP address on every page request.',15,5,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(160,'Prevent Spider Sessions','SESSION_BLOCK_SPIDERS','True','Prevent known spiders from starting a session.',15,6,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(161,'Recreate Session','SESSION_RECREATE','True','Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).',15,7,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(162,'Last Update Check Time','LAST_UPDATE_CHECK_TIME','','Last time a check for new versions of osCommerce was run',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(163,'Enable PayPal Express Checkout','MODULE_PAYMENT_PAYPAL_EXPRESS_STATUS','True','Do you want to accept PayPal Express Checkout payments?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(164,'Seller Account','MODULE_PAYMENT_PAYPAL_EXPRESS_SELLER_ACCOUNT','convictcartel@yahoo.com','The email address of the seller account if no API credentials has been setup.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(165,'API Username','MODULE_PAYMENT_PAYPAL_EXPRESS_API_USERNAME','','The username to use for the PayPal API service',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(166,'API Password','MODULE_PAYMENT_PAYPAL_EXPRESS_API_PASSWORD','','The password to use for the PayPal API service',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(167,'API Signature','MODULE_PAYMENT_PAYPAL_EXPRESS_API_SIGNATURE','','The signature to use for the PayPal API service',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(168,'Transaction Server','MODULE_PAYMENT_PAYPAL_EXPRESS_TRANSACTION_SERVER','Live','Use the live or testing (sandbox) gateway server to process transactions?',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Live\', \'Sandbox\'), '),(169,'Transaction Method','MODULE_PAYMENT_PAYPAL_EXPRESS_TRANSACTION_METHOD','Sale','The processing method to use for each transaction.',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Authorization\', \'Sale\'), '),(170,'PayPal Account Optional','MODULE_PAYMENT_PAYPAL_EXPRESS_ACCOUNT_OPTIONAL','False','This must also be enabled in your PayPal account, in Profile > Website Payment Preferences.',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(171,'PayPal Instant Update','MODULE_PAYMENT_PAYPAL_EXPRESS_INSTANT_UPDATE','True','Support PayPal shipping and tax calculations on the PayPal.com site during Express Checkout.',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(172,'PayPal Checkout Image','MODULE_PAYMENT_PAYPAL_EXPRESS_CHECKOUT_IMAGE','Static','Use static or dynamic Express Checkout image buttons. Dynamic images are used with PayPal campaigns.',6,0,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Static\', \'Dynamic\'), '),(173,'Debug E-Mail Address','MODULE_PAYMENT_PAYPAL_EXPRESS_DEBUG_EMAIL','','All parameters of an invalid transaction will be sent to this email address.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(174,'Payment Zone','MODULE_PAYMENT_PAYPAL_EXPRESS_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,2,NULL,'2013-08-26 20:47:51','tep_get_zone_class_title','tep_cfg_pull_down_zone_classes('),(175,'Sort order of display.','MODULE_PAYMENT_PAYPAL_EXPRESS_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(176,'Set Order Status','MODULE_PAYMENT_PAYPAL_EXPRESS_ORDER_STATUS_ID','0','Set the status of orders made with this payment module to this value',6,0,NULL,'2013-08-26 20:47:51','tep_get_order_status_name','tep_cfg_pull_down_order_statuses('),(177,'PayPal Transactions Order Status Level','MODULE_PAYMENT_PAYPAL_EXPRESS_TRANSACTIONS_ORDER_STATUS_ID','4','Include PayPal transaction information in this order status level',6,0,NULL,'2013-08-26 20:47:51','tep_get_order_status_name','tep_cfg_pull_down_order_statuses('),(178,'cURL Program Location','MODULE_PAYMENT_PAYPAL_EXPRESS_CURL','/usr/bin/curl','The location to the cURL program application.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(179,'Installed Modules','MODULE_HEADER_TAGS_INSTALLED','ht_category_title.php;ht_product_title.php;ht_canonical.php;ht_robot_noindex.php','List of header tag module filenames separated by a semi-colon. This is automatically updated. No need to edit.',6,0,'2013-08-26 21:16:36','2013-08-26 20:47:51',NULL,NULL),(180,'Enable Category Title Module','MODULE_HEADER_TAGS_CATEGORY_TITLE_STATUS','True','Do you want to allow category titles to be added to the page title?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(181,'Sort Order','MODULE_HEADER_TAGS_CATEGORY_TITLE_SORT_ORDER','200','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(184,'Enable Product Title Module','MODULE_HEADER_TAGS_PRODUCT_TITLE_STATUS','True','Do you want to allow product titles to be added to the page title?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(185,'Sort Order','MODULE_HEADER_TAGS_PRODUCT_TITLE_SORT_ORDER','300','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(186,'Enable Canonical Module','MODULE_HEADER_TAGS_CANONICAL_STATUS','True','Do you want to enable the Canonical module?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(187,'Sort Order','MODULE_HEADER_TAGS_CANONICAL_SORT_ORDER','400','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(188,'Enable Robot NoIndex Module','MODULE_HEADER_TAGS_ROBOT_NOINDEX_STATUS','True','Do you want to enable the Robot NoIndex module?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(189,'Pages','MODULE_HEADER_TAGS_ROBOT_NOINDEX_PAGES','account.php;account_edit.php;account_history.php;account_history_info.php;account_newsletters.php;account_notifications.php;account_password.php;address_book.php;address_book_process.php;checkout_confirmation.php;checkout_payment.php;checkout_payment_address.php;checkout_process.php;checkout_shipping.php;checkout_shipping_address.php;checkout_success.php;cookie_usage.php;create_account.php;create_account_success.php;login.php;logoff.php;password_forgotten.php;password_reset.php;product_reviews_write.php;shopping_cart.php;ssl_check.php;tell_a_friend.php','The pages to add the meta robot noindex tag to.',6,0,NULL,'2013-08-26 20:47:51','ht_robot_noindex_show_pages','ht_robot_noindex_edit_pages('),(190,'Sort Order','MODULE_HEADER_TAGS_ROBOT_NOINDEX_SORT_ORDER','500','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(191,'Installed Modules','MODULE_ADMIN_DASHBOARD_INSTALLED','d_total_revenue.php;d_total_customers.php;d_orders.php;d_customers.php;d_admin_logins.php;d_security_checks.php;d_latest_news.php;d_latest_addons.php;d_version_check.php;d_reviews.php','List of Administration Tool Dashboard module filenames separated by a semi-colon. This is automatically updated. No need to edit.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(192,'Enable Administrator Logins Module','MODULE_ADMIN_DASHBOARD_ADMIN_LOGINS_STATUS','True','Do you want to show the latest administrator logins on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(193,'Sort Order','MODULE_ADMIN_DASHBOARD_ADMIN_LOGINS_SORT_ORDER','500','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(194,'Enable Customers Module','MODULE_ADMIN_DASHBOARD_CUSTOMERS_STATUS','True','Do you want to show the newest customers on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(195,'Sort Order','MODULE_ADMIN_DASHBOARD_CUSTOMERS_SORT_ORDER','400','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(196,'Enable Latest Add-Ons Module','MODULE_ADMIN_DASHBOARD_LATEST_ADDONS_STATUS','True','Do you want to show the latest osCommerce Add-Ons on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(197,'Sort Order','MODULE_ADMIN_DASHBOARD_LATEST_ADDONS_SORT_ORDER','800','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(198,'Enable Latest News Module','MODULE_ADMIN_DASHBOARD_LATEST_NEWS_STATUS','True','Do you want to show the latest osCommerce News on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(199,'Sort Order','MODULE_ADMIN_DASHBOARD_LATEST_NEWS_SORT_ORDER','700','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(200,'Enable Orders Module','MODULE_ADMIN_DASHBOARD_ORDERS_STATUS','True','Do you want to show the latest orders on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(201,'Sort Order','MODULE_ADMIN_DASHBOARD_ORDERS_SORT_ORDER','300','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(202,'Enable Security Checks Module','MODULE_ADMIN_DASHBOARD_SECURITY_CHECKS_STATUS','True','Do you want to run the security checks for this installation?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(203,'Sort Order','MODULE_ADMIN_DASHBOARD_SECURITY_CHECKS_SORT_ORDER','600','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(204,'Enable Total Customers Module','MODULE_ADMIN_DASHBOARD_TOTAL_CUSTOMERS_STATUS','True','Do you want to show the total customers chart on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(205,'Sort Order','MODULE_ADMIN_DASHBOARD_TOTAL_CUSTOMERS_SORT_ORDER','200','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(206,'Enable Total Revenue Module','MODULE_ADMIN_DASHBOARD_TOTAL_REVENUE_STATUS','True','Do you want to show the total revenue chart on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(207,'Sort Order','MODULE_ADMIN_DASHBOARD_TOTAL_REVENUE_SORT_ORDER','100','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(208,'Enable Version Check Module','MODULE_ADMIN_DASHBOARD_VERSION_CHECK_STATUS','True','Do you want to show the version check results on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(209,'Sort Order','MODULE_ADMIN_DASHBOARD_VERSION_CHECK_SORT_ORDER','900','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(210,'Enable Latest Reviews Module','MODULE_ADMIN_DASHBOARD_REVIEWS_STATUS','True','Do you want to show the latest reviews on the dashboard?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(211,'Sort Order','MODULE_ADMIN_DASHBOARD_REVIEWS_SORT_ORDER','1000','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(212,'Installed Modules','MODULE_BOXES_INSTALLED','bm_categories.php;bm_whats_new.php;bm_information.php;bm_shopping_cart.php;bm_manufacturer_info.php;bm_order_history.php;bm_best_sellers.php;bm_product_notifications.php;bm_product_social_bookmarks.php;bm_specials.php;bm_languages.php','List of box module filenames separated by a semi-colon. This is automatically updated. No need to edit.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(213,'Enable Best Sellers Module','MODULE_BOXES_BEST_SELLERS_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(214,'Content Placement','MODULE_BOXES_BEST_SELLERS_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(215,'Sort Order','MODULE_BOXES_BEST_SELLERS_SORT_ORDER','5030','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(216,'Enable Categories Module','MODULE_BOXES_CATEGORIES_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(217,'Content Placement','MODULE_BOXES_CATEGORIES_CONTENT_PLACEMENT','Left Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(218,'Sort Order','MODULE_BOXES_CATEGORIES_SORT_ORDER','1000','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(222,'Enable Information Module','MODULE_BOXES_INFORMATION_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(223,'Content Placement','MODULE_BOXES_INFORMATION_CONTENT_PLACEMENT','Left Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(224,'Sort Order','MODULE_BOXES_INFORMATION_SORT_ORDER','1050','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(225,'Enable Languages Module','MODULE_BOXES_LANGUAGES_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(226,'Content Placement','MODULE_BOXES_LANGUAGES_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(227,'Sort Order','MODULE_BOXES_LANGUAGES_SORT_ORDER','5080','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(228,'Enable Manufacturer Info Module','MODULE_BOXES_MANUFACTURER_INFO_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(229,'Content Placement','MODULE_BOXES_MANUFACTURER_INFO_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(230,'Sort Order','MODULE_BOXES_MANUFACTURER_INFO_SORT_ORDER','5010','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(234,'Enable Order History Module','MODULE_BOXES_ORDER_HISTORY_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(235,'Content Placement','MODULE_BOXES_ORDER_HISTORY_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(236,'Sort Order','MODULE_BOXES_ORDER_HISTORY_SORT_ORDER','5020','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(237,'Enable Product Notifications Module','MODULE_BOXES_PRODUCT_NOTIFICATIONS_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(238,'Content Placement','MODULE_BOXES_PRODUCT_NOTIFICATIONS_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(239,'Sort Order','MODULE_BOXES_PRODUCT_NOTIFICATIONS_SORT_ORDER','5040','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(240,'Enable Product Social Bookmarks Module','MODULE_BOXES_PRODUCT_SOCIAL_BOOKMARKS_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(241,'Content Placement','MODULE_BOXES_PRODUCT_SOCIAL_BOOKMARKS_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(242,'Sort Order','MODULE_BOXES_PRODUCT_SOCIAL_BOOKMARKS_SORT_ORDER','5050','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(249,'Enable Shopping Cart Module','MODULE_BOXES_SHOPPING_CART_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(250,'Content Placement','MODULE_BOXES_SHOPPING_CART_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(251,'Sort Order','MODULE_BOXES_SHOPPING_CART_SORT_ORDER','5000','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(252,'Enable Specials Module','MODULE_BOXES_SPECIALS_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(253,'Content Placement','MODULE_BOXES_SPECIALS_CONTENT_PLACEMENT','Right Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(254,'Sort Order','MODULE_BOXES_SPECIALS_SORT_ORDER','5060','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(255,'Enable What\'s New Module','MODULE_BOXES_WHATS_NEW_STATUS','True','Do you want to add the module to your shop?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'True\', \'False\'), '),(256,'Content Placement','MODULE_BOXES_WHATS_NEW_CONTENT_PLACEMENT','Left Column','Should the module be loaded in the left or right column?',6,1,NULL,'2013-08-26 20:47:51',NULL,'tep_cfg_select_option(array(\'Left Column\', \'Right Column\'), '),(257,'Sort Order','MODULE_BOXES_WHATS_NEW_SORT_ORDER','1040','Sort order of display. Lowest is displayed first.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL),(258,'Installed Template Block Groups','TEMPLATE_BLOCK_GROUPS','boxes;header_tags','This is automatically updated. No need to edit.',6,0,NULL,'2013-08-26 20:47:51',NULL,NULL); /*!40000 ALTER TABLE `configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `configuration_group` -- DROP TABLE IF EXISTS `configuration_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `configuration_group` ( `configuration_group_id` int(11) NOT NULL auto_increment, `configuration_group_title` varchar(64) NOT NULL, `configuration_group_description` varchar(255) NOT NULL, `sort_order` int(5) default NULL, `visible` int(1) default '1', PRIMARY KEY (`configuration_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `configuration_group` -- LOCK TABLES `configuration_group` WRITE; /*!40000 ALTER TABLE `configuration_group` DISABLE KEYS */; INSERT INTO `configuration_group` VALUES (1,'My Store','General information about my store',1,1),(2,'Minimum Values','The minimum values for functions / data',2,1),(3,'Maximum Values','The maximum values for functions / data',3,1),(4,'Images','Image parameters',4,1),(5,'Customer Details','Customer account configuration',5,1),(6,'Module Options','Hidden from configuration',6,0),(7,'Shipping/Packaging','Shipping options available at my store',7,1),(8,'Product Listing','Product Listing configuration options',8,1),(9,'Stock','Stock configuration options',9,1),(10,'Logging','Logging configuration options',10,1),(11,'Cache','Caching configuration options',11,1),(12,'E-Mail Options','General setting for E-Mail transport and HTML E-Mails',12,1),(13,'Download','Downloadable products options',13,1),(14,'GZip Compression','GZip compression options',14,1),(15,'Sessions','Session options',15,1); /*!40000 ALTER TABLE `configuration_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdata` -- DROP TABLE IF EXISTS `contactdata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `contactdata` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `mobileno` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `f_descriptions` text NOT NULL, `created_on` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `contactdata` -- LOCK TABLES `contactdata` WRITE; /*!40000 ALTER TABLE `contactdata` DISABLE KEYS */; /*!40000 ALTER TABLE `contactdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `conversions` -- DROP TABLE IF EXISTS `conversions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `conversions` ( `id` int(11) NOT NULL auto_increment, `file_id` varchar(255) collate latin1_general_ci NOT NULL, `user_id` int(11) NOT NULL, `ip` varchar(255) collate latin1_general_ci NOT NULL, `date` datetime NOT NULL, `converted` enum('0','1') collate latin1_general_ci NOT NULL, `rand` varchar(255) collate latin1_general_ci NOT NULL, `time_converted` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `conversions` -- LOCK TABLES `conversions` WRITE; /*!40000 ALTER TABLE `conversions` DISABLE KEYS */; /*!40000 ALTER TABLE `conversions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `counter` -- DROP TABLE IF EXISTS `counter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `counter` ( `startdate` char(8) default NULL, `counter` int(12) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `counter` -- LOCK TABLES `counter` WRITE; /*!40000 ALTER TABLE `counter` DISABLE KEYS */; INSERT INTO `counter` VALUES ('20130826',505); /*!40000 ALTER TABLE `counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `counter_history` -- DROP TABLE IF EXISTS `counter_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `counter_history` ( `month` char(8) default NULL, `counter` int(12) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `counter_history` -- LOCK TABLES `counter_history` WRITE; /*!40000 ALTER TABLE `counter_history` DISABLE KEYS */; /*!40000 ALTER TABLE `counter_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries` -- DROP TABLE IF EXISTS `countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `countries` ( `countries_id` int(11) NOT NULL auto_increment, `countries_name` varchar(255) NOT NULL, `countries_iso_code_2` char(2) NOT NULL, `countries_iso_code_3` char(3) NOT NULL, `address_format_id` int(11) NOT NULL, PRIMARY KEY (`countries_id`), KEY `IDX_COUNTRIES_NAME` (`countries_name`) ) ENGINE=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `countries` -- LOCK TABLES `countries` WRITE; /*!40000 ALTER TABLE `countries` DISABLE KEYS */; INSERT INTO `countries` VALUES (1,'Afghanistan','AF','AFG',1),(2,'Albania','AL','ALB',1),(3,'Algeria','DZ','DZA',1),(4,'American Samoa','AS','ASM',1),(5,'Andorra','AD','AND',1),(6,'Angola','AO','AGO',1),(7,'Anguilla','AI','AIA',1),(8,'Antarctica','AQ','ATA',1),(9,'Antigua and Barbuda','AG','ATG',1),(10,'Argentina','AR','ARG',1),(11,'Armenia','AM','ARM',1),(12,'Aruba','AW','ABW',1),(13,'Australia','AU','AUS',1),(14,'Austria','AT','AUT',5),(15,'Azerbaijan','AZ','AZE',1),(16,'Bahamas','BS','BHS',1),(17,'Bahrain','BH','BHR',1),(18,'Bangladesh','BD','BGD',1),(19,'Barbados','BB','BRB',1),(20,'Belarus','BY','BLR',1),(21,'Belgium','BE','BEL',1),(22,'Belize','BZ','BLZ',1),(23,'Benin','BJ','BEN',1),(24,'Bermuda','BM','BMU',1),(25,'Bhutan','BT','BTN',1),(26,'Bolivia','BO','BOL',1),(27,'Bosnia and Herzegowina','BA','BIH',1),(28,'Botswana','BW','BWA',1),(29,'Bouvet Island','BV','BVT',1),(30,'Brazil','BR','BRA',1),(31,'British Indian Ocean Territory','IO','IOT',1),(32,'Brunei Darussalam','BN','BRN',1),(33,'Bulgaria','BG','BGR',1),(34,'Burkina Faso','BF','BFA',1),(35,'Burundi','BI','BDI',1),(36,'Cambodia','KH','KHM',1),(37,'Cameroon','CM','CMR',1),(38,'Canada','CA','CAN',1),(39,'Cape Verde','CV','CPV',1),(40,'Cayman Islands','KY','CYM',1),(41,'Central African Republic','CF','CAF',1),(42,'Chad','TD','TCD',1),(43,'Chile','CL','CHL',1),(44,'China','CN','CHN',1),(45,'Christmas Island','CX','CXR',1),(46,'Cocos (Keeling) Islands','CC','CCK',1),(47,'Colombia','CO','COL',1),(48,'Comoros','KM','COM',1),(49,'Congo','CG','COG',1),(50,'Cook Islands','CK','COK',1),(51,'Costa Rica','CR','CRI',1),(52,'Cote D\'Ivoire','CI','CIV',1),(53,'Croatia','HR','HRV',1),(54,'Cuba','CU','CUB',1),(55,'Cyprus','CY','CYP',1),(56,'Czech Republic','CZ','CZE',1),(57,'Denmark','DK','DNK',1),(58,'Djibouti','DJ','DJI',1),(59,'Dominica','DM','DMA',1),(60,'Dominican Republic','DO','DOM',1),(61,'East Timor','TP','TMP',1),(62,'Ecuador','EC','ECU',1),(63,'Egypt','EG','EGY',1),(64,'El Salvador','SV','SLV',1),(65,'Equatorial Guinea','GQ','GNQ',1),(66,'Eritrea','ER','ERI',1),(67,'Estonia','EE','EST',1),(68,'Ethiopia','ET','ETH',1),(69,'Falkland Islands (Malvinas)','FK','FLK',1),(70,'Faroe Islands','FO','FRO',1),(71,'Fiji','FJ','FJI',1),(72,'Finland','FI','FIN',1),(73,'France','FR','FRA',1),(74,'France, Metropolitan','FX','FXX',1),(75,'French Guiana','GF','GUF',1),(76,'French Polynesia','PF','PYF',1),(77,'French Southern Territories','TF','ATF',1),(78,'Gabon','GA','GAB',1),(79,'Gambia','GM','GMB',1),(80,'Georgia','GE','GEO',1),(81,'Germany','DE','DEU',5),(82,'Ghana','GH','GHA',1),(83,'Gibraltar','GI','GIB',1),(84,'Greece','GR','GRC',1),(85,'Greenland','GL','GRL',1),(86,'Grenada','GD','GRD',1),(87,'Guadeloupe','GP','GLP',1),(88,'Guam','GU','GUM',1),(89,'Guatemala','GT','GTM',1),(90,'Guinea','GN','GIN',1),(91,'Guinea-bissau','GW','GNB',1),(92,'Guyana','GY','GUY',1),(93,'Haiti','HT','HTI',1),(94,'Heard and Mc Donald Islands','HM','HMD',1),(95,'Honduras','HN','HND',1),(96,'Hong Kong','HK','HKG',1),(97,'Hungary','HU','HUN',1),(98,'Iceland','IS','ISL',1),(99,'India','IN','IND',1),(100,'Indonesia','ID','IDN',1),(101,'Iran (Islamic Republic of)','IR','IRN',1),(102,'Iraq','IQ','IRQ',1),(103,'Ireland','IE','IRL',1),(104,'Israel','IL','ISR',1),(105,'Italy','IT','ITA',1),(106,'Jamaica','JM','JAM',1),(107,'Japan','JP','JPN',1),(108,'Jordan','JO','JOR',1),(109,'Kazakhstan','KZ','KAZ',1),(110,'Kenya','KE','KEN',1),(111,'Kiribati','KI','KIR',1),(112,'Korea, Democratic People\'s Republic of','KP','PRK',1),(113,'Korea, Republic of','KR','KOR',1),(114,'Kuwait','KW','KWT',1),(115,'Kyrgyzstan','KG','KGZ',1),(116,'Lao People\'s Democratic Republic','LA','LAO',1),(117,'Latvia','LV','LVA',1),(118,'Lebanon','LB','LBN',1),(119,'Lesotho','LS','LSO',1),(120,'Liberia','LR','LBR',1),(121,'Libyan Arab Jamahiriya','LY','LBY',1),(122,'Liechtenstein','LI','LIE',1),(123,'Lithuania','LT','LTU',1),(124,'Luxembourg','LU','LUX',1),(125,'Macau','MO','MAC',1),(126,'Macedonia, The Former Yugoslav Republic of','MK','MKD',1),(127,'Madagascar','MG','MDG',1),(128,'Malawi','MW','MWI',1),(129,'Malaysia','MY','MYS',1),(130,'Maldives','MV','MDV',1),(131,'Mali','ML','MLI',1),(132,'Malta','MT','MLT',1),(133,'Marshall Islands','MH','MHL',1),(134,'Martinique','MQ','MTQ',1),(135,'Mauritania','MR','MRT',1),(136,'Mauritius','MU','MUS',1),(137,'Mayotte','YT','MYT',1),(138,'Mexico','MX','MEX',1),(139,'Micronesia, Federated States of','FM','FSM',1),(140,'Moldova, Republic of','MD','MDA',1),(141,'Monaco','MC','MCO',1),(142,'Mongolia','MN','MNG',1),(143,'Montserrat','MS','MSR',1),(144,'Morocco','MA','MAR',1),(145,'Mozambique','MZ','MOZ',1),(146,'Myanmar','MM','MMR',1),(147,'Namibia','NA','NAM',1),(148,'Nauru','NR','NRU',1),(149,'Nepal','NP','NPL',1),(150,'Netherlands','NL','NLD',1),(151,'Netherlands Antilles','AN','ANT',1),(152,'New Caledonia','NC','NCL',1),(153,'New Zealand','NZ','NZL',1),(154,'Nicaragua','NI','NIC',1),(155,'Niger','NE','NER',1),(156,'Nigeria','NG','NGA',1),(157,'Niue','NU','NIU',1),(158,'Norfolk Island','NF','NFK',1),(159,'Northern Mariana Islands','MP','MNP',1),(160,'Norway','NO','NOR',1),(161,'Oman','OM','OMN',1),(162,'Pakistan','PK','PAK',1),(163,'Palau','PW','PLW',1),(164,'Panama','PA','PAN',1),(165,'Papua New Guinea','PG','PNG',1),(166,'Paraguay','PY','PRY',1),(167,'Peru','PE','PER',1),(168,'Philippines','PH','PHL',1),(169,'Pitcairn','PN','PCN',1),(170,'Poland','PL','POL',1),(171,'Portugal','PT','PRT',1),(172,'Puerto Rico','PR','PRI',1),(173,'Qatar','QA','QAT',1),(174,'Reunion','RE','REU',1),(175,'Romania','RO','ROM',1),(176,'Russian Federation','RU','RUS',1),(177,'Rwanda','RW','RWA',1),(178,'Saint Kitts and Nevis','KN','KNA',1),(179,'Saint Lucia','LC','LCA',1),(180,'Saint Vincent and the Grenadines','VC','VCT',1),(181,'Samoa','WS','WSM',1),(182,'San Marino','SM','SMR',1),(183,'Sao Tome and Principe','ST','STP',1),(184,'Saudi Arabia','SA','SAU',1),(185,'Senegal','SN','SEN',1),(186,'Seychelles','SC','SYC',1),(187,'Sierra Leone','SL','SLE',1),(188,'Singapore','SG','SGP',4),(189,'Slovakia (Slovak Republic)','SK','SVK',1),(190,'Slovenia','SI','SVN',1),(191,'Solomon Islands','SB','SLB',1),(192,'Somalia','SO','SOM',1),(193,'South Africa','ZA','ZAF',1),(194,'South Georgia and the South Sandwich Islands','GS','SGS',1),(195,'Spain','ES','ESP',3),(196,'Sri Lanka','LK','LKA',1),(197,'St. Helena','SH','SHN',1),(198,'St. Pierre and Miquelon','PM','SPM',1),(199,'Sudan','SD','SDN',1),(200,'Suriname','SR','SUR',1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM',1),(202,'Swaziland','SZ','SWZ',1),(203,'Sweden','SE','SWE',1),(204,'Switzerland','CH','CHE',1),(205,'Syrian Arab Republic','SY','SYR',1),(206,'Taiwan','TW','TWN',1),(207,'Tajikistan','TJ','TJK',1),(208,'Tanzania, United Republic of','TZ','TZA',1),(209,'Thailand','TH','THA',1),(210,'Togo','TG','TGO',1),(211,'Tokelau','TK','TKL',1),(212,'Tonga','TO','TON',1),(213,'Trinidad and Tobago','TT','TTO',1),(214,'Tunisia','TN','TUN',1),(215,'Turkey','TR','TUR',1),(216,'Turkmenistan','TM','TKM',1),(217,'Turks and Caicos Islands','TC','TCA',1),(218,'Tuvalu','TV','TUV',1),(219,'Uganda','UG','UGA',1),(220,'Ukraine','UA','UKR',1),(221,'United Arab Emirates','AE','ARE',1),(222,'United Kingdom','GB','GBR',1),(223,'United States','US','USA',2),(224,'United States Minor Outlying Islands','UM','UMI',1),(225,'Uruguay','UY','URY',1),(226,'Uzbekistan','UZ','UZB',1),(227,'Vanuatu','VU','VUT',1),(228,'Vatican City State (Holy See)','VA','VAT',1),(229,'Venezuela','VE','VEN',1),(230,'Viet Nam','VN','VNM',1),(231,'Virgin Islands (British)','VG','VGB',1),(232,'Virgin Islands (U.S.)','VI','VIR',1),(233,'Wallis and Futuna Islands','WF','WLF',1),(234,'Western Sahara','EH','ESH',1),(235,'Yemen','YE','YEM',1),(236,'Yugoslavia','YU','YUG',1),(237,'Zaire','ZR','ZAR',1),(238,'Zambia','ZM','ZMB',1),(239,'Zimbabwe','ZW','ZWE',1); /*!40000 ALTER TABLE `countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `country` -- DROP TABLE IF EXISTS `country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `country` ( `iso` char(2) NOT NULL, `name` varchar(80) NOT NULL, `printable_name` varchar(80) NOT NULL, `iso3` char(3) default NULL, `numcode` smallint(6) default NULL, PRIMARY KEY (`iso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `country` -- LOCK TABLES `country` WRITE; /*!40000 ALTER TABLE `country` DISABLE KEYS */; INSERT INTO `country` VALUES ('AF','AFGHANISTAN','Afghanistan','AFG',4),('AL','ALBANIA','Albania','ALB',8),('DZ','ALGERIA','Algeria','DZA',12),('AS','AMERICAN SAMOA','American Samoa','ASM',16),('AD','ANDORRA','Andorra','AND',20),('AO','ANGOLA','Angola','AGO',24),('AI','ANGUILLA','Anguilla','AIA',660),('AQ','ANTARCTICA','Antarctica',NULL,NULL),('AG','ANTIGUA AND BARBUDA','Antigua and Barbuda','ATG',28),('AR','ARGENTINA','Argentina','ARG',32),('AM','ARMENIA','Armenia','ARM',51),('AW','ARUBA','Aruba','ABW',533),('AU','AUSTRALIA','Australia','AUS',36),('AT','AUSTRIA','Austria','AUT',40),('AZ','AZERBAIJAN','Azerbaijan','AZE',31),('BS','BAHAMAS','Bahamas','BHS',44),('BH','BAHRAIN','Bahrain','BHR',48),('BD','BANGLADESH','Bangladesh','BGD',50),('BB','BARBADOS','Barbados','BRB',52),('BY','BELARUS','Belarus','BLR',112),('BE','BELGIUM','Belgium','BEL',56),('BZ','BELIZE','Belize','BLZ',84),('BJ','BENIN','Benin','BEN',204),('BM','BERMUDA','Bermuda','BMU',60),('BT','BHUTAN','Bhutan','BTN',64),('BO','BOLIVIA','Bolivia','BOL',68),('BA','BOSNIA AND HERZEGOVINA','Bosnia and Herzegovina','BIH',70),('BW','BOTSWANA','Botswana','BWA',72),('BV','BOUVET ISLAND','Bouvet Island',NULL,NULL),('BR','BRAZIL','Brazil','BRA',76),('IO','BRITISH INDIAN OCEAN TERRITORY','British Indian Ocean Territory',NULL,NULL),('BN','BRUNEI DARUSSALAM','Brunei Darussalam','BRN',96),('BG','BULGARIA','Bulgaria','BGR',100),('BF','BURKINA FASO','Burkina Faso','BFA',854),('BI','BURUNDI','Burundi','BDI',108),('KH','CAMBODIA','Cambodia','KHM',116),('CM','CAMEROON','Cameroon','CMR',120),('CA','CANADA','Canada','CAN',124),('CV','CAPE VERDE','Cape Verde','CPV',132),('KY','CAYMAN ISLANDS','Cayman Islands','CYM',136),('CF','CENTRAL AFRICAN REPUBLIC','Central African Republic','CAF',140),('TD','CHAD','Chad','TCD',148),('CL','CHILE','Chile','CHL',152),('CN','CHINA','China','CHN',156),('CX','CHRISTMAS ISLAND','Christmas Island',NULL,NULL),('CC','COCOS (KEELING) ISLANDS','Cocos (Keeling) Islands',NULL,NULL),('CO','COLOMBIA','Colombia','COL',170),('KM','COMOROS','Comoros','COM',174),('CG','CONGO','Congo','COG',178),('CD','CONGO, THE DEMOCRATIC REPUBLIC OF THE','Congo, the Democratic Republic of the','COD',180),('CK','COOK ISLANDS','Cook Islands','COK',184),('CR','COSTA RICA','Costa Rica','CRI',188),('CI','COTE D\'IVOIRE','Cote D\'Ivoire','CIV',384),('HR','CROATIA','Croatia','HRV',191),('CU','CUBA','Cuba','CUB',192),('CY','CYPRUS','Cyprus','CYP',196),('CZ','CZECH REPUBLIC','Czech Republic','CZE',203),('DK','DENMARK','Denmark','DNK',208),('DJ','DJIBOUTI','Djibouti','DJI',262),('DM','DOMINICA','Dominica','DMA',212),('DO','DOMINICAN REPUBLIC','Dominican Republic','DOM',214),('EC','ECUADOR','Ecuador','ECU',218),('EG','EGYPT','Egypt','EGY',818),('SV','EL SALVADOR','El Salvador','SLV',222),('GQ','EQUATORIAL GUINEA','Equatorial Guinea','GNQ',226),('ER','ERITREA','Eritrea','ERI',232),('EE','ESTONIA','Estonia','EST',233),('ET','ETHIOPIA','Ethiopia','ETH',231),('FK','FALKLAND ISLANDS (MALVINAS)','Falkland Islands (Malvinas)','FLK',238),('FO','FAROE ISLANDS','Faroe Islands','FRO',234),('FJ','FIJI','Fiji','FJI',242),('FI','FINLAND','Finland','FIN',246),('FR','FRANCE','France','FRA',250),('GF','FRENCH GUIANA','French Guiana','GUF',254),('PF','FRENCH POLYNESIA','French Polynesia','PYF',258),('TF','FRENCH SOUTHERN TERRITORIES','French Southern Territories',NULL,NULL),('GA','GABON','Gabon','GAB',266),('GM','GAMBIA','Gambia','GMB',270),('GE','GEORGIA','Georgia','GEO',268),('DE','GERMANY','Germany','DEU',276),('GH','GHANA','Ghana','GHA',288),('GI','GIBRALTAR','Gibraltar','GIB',292),('GR','GREECE','Greece','GRC',300),('GL','GREENLAND','Greenland','GRL',304),('GD','GRENADA','Grenada','GRD',308),('GP','GUADELOUPE','Guadeloupe','GLP',312),('GU','GUAM','Guam','GUM',316),('GT','GUATEMALA','Guatemala','GTM',320),('GN','GUINEA','Guinea','GIN',324),('GW','GUINEA-BISSAU','Guinea-Bissau','GNB',624),('GY','GUYANA','Guyana','GUY',328),('HT','HAITI','Haiti','HTI',332),('HM','HEARD ISLAND AND MCDONALD ISLANDS','Heard Island and Mcdonald Islands',NULL,NULL),('VA','HOLY SEE (VATICAN CITY STATE)','Holy See (Vatican City State)','VAT',336),('HN','HONDURAS','Honduras','HND',340),('HK','HONG KONG','Hong Kong','HKG',344),('HU','HUNGARY','Hungary','HUN',348),('IS','ICELAND','Iceland','ISL',352),('IN','INDIA','India','IND',356),('ID','INDONESIA','Indonesia','IDN',360),('IR','IRAN, ISLAMIC REPUBLIC OF','Iran, Islamic Republic of','IRN',364),('IQ','IRAQ','Iraq','IRQ',368),('IE','IRELAND','Ireland','IRL',372),('IL','ISRAEL','Israel','ISR',376),('IT','ITALY','Italy','ITA',380),('JM','JAMAICA','Jamaica','JAM',388),('JP','JAPAN','Japan','JPN',392),('JO','JORDAN','Jordan','JOR',400),('KZ','KAZAKHSTAN','Kazakhstan','KAZ',398),('KE','KENYA','Kenya','KEN',404),('KI','KIRIBATI','Kiribati','KIR',296),('KP','KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF','Korea, Democratic People\'s Republic of','PRK',408),('KR','KOREA, REPUBLIC OF','Korea, Republic of','KOR',410),('KW','KUWAIT','Kuwait','KWT',414),('KG','KYRGYZSTAN','Kyrgyzstan','KGZ',417),('LA','LAO PEOPLE\'S DEMOCRATIC REPUBLIC','Lao People\'s Democratic Republic','LAO',418),('LV','LATVIA','Latvia','LVA',428),('LB','LEBANON','Lebanon','LBN',422),('LS','LESOTHO','Lesotho','LSO',426),('LR','LIBERIA','Liberia','LBR',430),('LY','LIBYAN ARAB JAMAHIRIYA','Libyan Arab Jamahiriya','LBY',434),('LI','LIECHTENSTEIN','Liechtenstein','LIE',438),('LT','LITHUANIA','Lithuania','LTU',440),('LU','LUXEMBOURG','Luxembourg','LUX',442),('MO','MACAO','Macao','MAC',446),('MK','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF','Macedonia, the Former Yugoslav Republic of','MKD',807),('MG','MADAGASCAR','Madagascar','MDG',450),('MW','MALAWI','Malawi','MWI',454),('MY','MALAYSIA','Malaysia','MYS',458),('MV','MALDIVES','Maldives','MDV',462),('ML','MALI','Mali','MLI',466),('MT','MALTA','Malta','MLT',470),('MH','MARSHALL ISLANDS','Marshall Islands','MHL',584),('MQ','MARTINIQUE','Martinique','MTQ',474),('MR','MAURITANIA','Mauritania','MRT',478),('MU','MAURITIUS','Mauritius','MUS',480),('YT','MAYOTTE','Mayotte',NULL,NULL),('MX','MEXICO','Mexico','MEX',484),('FM','MICRONESIA, FEDERATED STATES OF','Micronesia, Federated States of','FSM',583),('MD','MOLDOVA, REPUBLIC OF','Moldova, Republic of','MDA',498),('MC','MONACO','Monaco','MCO',492),('MN','MONGOLIA','Mongolia','MNG',496),('MS','MONTSERRAT','Montserrat','MSR',500),('MA','MOROCCO','Morocco','MAR',504),('MZ','MOZAMBIQUE','Mozambique','MOZ',508),('MM','MYANMAR','Myanmar','MMR',104),('NA','NAMIBIA','Namibia','NAM',516),('NR','NAURU','Nauru','NRU',520),('NP','NEPAL','Nepal','NPL',524),('NL','NETHERLANDS','Netherlands','NLD',528),('AN','NETHERLANDS ANTILLES','Netherlands Antilles','ANT',530),('NC','NEW CALEDONIA','New Caledonia','NCL',540),('NZ','NEW ZEALAND','New Zealand','NZL',554),('NI','NICARAGUA','Nicaragua','NIC',558),('NE','NIGER','Niger','NER',562),('NG','NIGERIA','Nigeria','NGA',566),('NU','NIUE','Niue','NIU',570),('NF','NORFOLK ISLAND','Norfolk Island','NFK',574),('MP','NORTHERN MARIANA ISLANDS','Northern Mariana Islands','MNP',580),('NO','NORWAY','Norway','NOR',578),('OM','OMAN','Oman','OMN',512),('PK','PAKISTAN','Pakistan','PAK',586),('PW','PALAU','Palau','PLW',585),('PS','PALESTINIAN TERRITORY, OCCUPIED','Palestinian Territory, Occupied',NULL,NULL),('PA','PANAMA','Panama','PAN',591),('PG','PAPUA NEW GUINEA','Papua New Guinea','PNG',598),('PY','PARAGUAY','Paraguay','PRY',600),('PE','PERU','Peru','PER',604),('PH','PHILIPPINES','Philippines','PHL',608),('PN','PITCAIRN','Pitcairn','PCN',612),('PL','POLAND','Poland','POL',616),('PT','PORTUGAL','Portugal','PRT',620),('PR','PUERTO RICO','Puerto Rico','PRI',630),('QA','QATAR','Qatar','QAT',634),('RE','REUNION','Reunion','REU',638),('RO','ROMANIA','Romania','ROM',642),('RU','RUSSIAN FEDERATION','Russian Federation','RUS',643),('RW','RWANDA','Rwanda','RWA',646),('SH','SAINT HELENA','Saint Helena','SHN',654),('KN','SAINT KITTS AND NEVIS','Saint Kitts and Nevis','KNA',659),('LC','SAINT LUCIA','Saint Lucia','LCA',662),('PM','SAINT PIERRE AND MIQUELON','Saint Pierre and Miquelon','SPM',666),('VC','SAINT VINCENT AND THE GRENADINES','Saint Vincent and the Grenadines','VCT',670),('WS','SAMOA','Samoa','WSM',882),('SM','SAN MARINO','San Marino','SMR',674),('ST','SAO TOME AND PRINCIPE','Sao Tome and Principe','STP',678),('SA','SAUDI ARABIA','Saudi Arabia','SAU',682),('SN','SENEGAL','Senegal','SEN',686),('CS','SERBIA AND MONTENEGRO','Serbia and Montenegro',NULL,NULL),('SC','SEYCHELLES','Seychelles','SYC',690),('SL','SIERRA LEONE','Sierra Leone','SLE',694),('SG','SINGAPORE','Singapore','SGP',702),('SK','SLOVAKIA','Slovakia','SVK',703),('SI','SLOVENIA','Slovenia','SVN',705),('SB','SOLOMON ISLANDS','Solomon Islands','SLB',90),('SO','SOMALIA','Somalia','SOM',706),('ZA','SOUTH AFRICA','South Africa','ZAF',710),('GS','SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS','South Georgia and the South Sandwich Islands',NULL,NULL),('ES','SPAIN','Spain','ESP',724),('LK','SRI LANKA','Sri Lanka','LKA',144),('SD','SUDAN','Sudan','SDN',736),('SR','SURINAME','Suriname','SUR',740),('SJ','SVALBARD AND JAN MAYEN','Svalbard and Jan Mayen','SJM',744),('SZ','SWAZILAND','Swaziland','SWZ',748),('SE','SWEDEN','Sweden','SWE',752),('CH','SWITZERLAND','Switzerland','CHE',756),('SY','SYRIAN ARAB REPUBLIC','Syrian Arab Republic','SYR',760),('TW','TAIWAN, PROVINCE OF CHINA','Taiwan, Province of China','TWN',158),('TJ','TAJIKISTAN','Tajikistan','TJK',762),('TZ','TANZANIA, UNITED REPUBLIC OF','Tanzania, United Republic of','TZA',834),('TH','THAILAND','Thailand','THA',764),('TL','TIMOR-LESTE','Timor-Leste',NULL,NULL),('TG','TOGO','Togo','TGO',768),('TK','TOKELAU','Tokelau','TKL',772),('TO','TONGA','Tonga','TON',776),('TT','TRINIDAD AND TOBAGO','Trinidad and Tobago','TTO',780),('TN','TUNISIA','Tunisia','TUN',788),('TR','TURKEY','Turkey','TUR',792),('TM','TURKMENISTAN','Turkmenistan','TKM',795),('TC','TURKS AND CAICOS ISLANDS','Turks and Caicos Islands','TCA',796),('TV','TUVALU','Tuvalu','TUV',798),('UG','UGANDA','Uganda','UGA',800),('UA','UKRAINE','Ukraine','UKR',804),('AE','UNITED ARAB EMIRATES','United Arab Emirates','ARE',784),('GB','UNITED KINGDOM','United Kingdom','GBR',826),('US','UNITED STATES','United States','USA',840),('UM','UNITED STATES MINOR OUTLYING ISLANDS','United States Minor Outlying Islands',NULL,NULL),('UY','URUGUAY','Uruguay','URY',858),('UZ','UZBEKISTAN','Uzbekistan','UZB',860),('VU','VANUATU','Vanuatu','VUT',548),('VE','VENEZUELA','Venezuela','VEN',862),('VN','VIET NAM','Viet Nam','VNM',704),('VG','VIRGIN ISLANDS, BRITISH','Virgin Islands, British','VGB',92),('VI','VIRGIN ISLANDS, U.S.','Virgin Islands, U.s.','VIR',850),('WF','WALLIS AND FUTUNA','Wallis and Futuna','WLF',876),('EH','WESTERN SAHARA','Western Sahara','ESH',732),('YE','YEMEN','Yemen','YEM',887),('ZM','ZAMBIA','Zambia','ZMB',894),('ZW','ZIMBABWE','Zimbabwe','ZWE',716); /*!40000 ALTER TABLE `country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `country_table` -- DROP TABLE IF EXISTS `country_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `country_table` ( `cou_code` varchar(2) NOT NULL, `name` varchar(80) NOT NULL, `cou_name` varchar(80) NOT NULL, `iso3` varchar(3) default NULL, `numcode` int(6) default NULL, PRIMARY KEY (`cou_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `country_table` -- LOCK TABLES `country_table` WRITE; /*!40000 ALTER TABLE `country_table` DISABLE KEYS */; INSERT INTO `country_table` VALUES ('AD','ANDORRA','Andorra','AND',20),('AE','UNITED ARAB EMIRATES','United Arab Emirates','ARE',784),('AF','AFGHANISTAN','Afghanistan','AFG',4),('AG','ANTIGUA AND BARBUDA','Antigua and Barbuda','ATG',28),('AI','ANGUILLA','Anguilla','AIA',660),('AL','ALBANIA','Albania','ALB',8),('AM','ARMENIA','Armenia','ARM',51),('AN','NETHERLANDS ANTILLES','Netherlands Antilles','ANT',530),('AO','ANGOLA','Angola','AGO',24),('AQ','ANTARCTICA','Antarctica',NULL,NULL),('AR','ARGENTINA','Argentina','ARG',32),('AS','AMERICAN SAMOA','American Samoa','ASM',16),('AT','AUSTRIA','Austria','AUT',40),('AU','AUSTRALIA','Australia','AUS',36),('AW','ARUBA','Aruba','ABW',533),('AZ','AZERBAIJAN','Azerbaijan','AZE',31),('BA','BOSNIA AND HERZEGOVINA','Bosnia and Herzegovina','BIH',70),('BB','BARBADOS','Barbados','BRB',52),('BD','BANGLADESH','Bangladesh','BGD',50),('BE','BELGIUM','Belgium','BEL',56),('BF','BURKINA FASO','Burkina Faso','BFA',854),('BG','BULGARIA','Bulgaria','BGR',100),('BH','BAHRAIN','Bahrain','BHR',48),('BI','BURUNDI','Burundi','BDI',108),('BJ','BENIN','Benin','BEN',204),('BM','BERMUDA','Bermuda','BMU',60),('BN','BRUNEI DARUSSALAM','Brunei Darussalam','BRN',96),('BO','BOLIVIA','Bolivia','BOL',68),('BR','BRAZIL','Brazil','BRA',76),('BS','BAHAMAS','Bahamas','BHS',44),('BT','BHUTAN','Bhutan','BTN',64),('BV','BOUVET ISLAND','Bouvet Island',NULL,NULL),('BW','BOTSWANA','Botswana','BWA',72),('BY','BELARUS','Belarus','BLR',112),('BZ','BELIZE','Belize','BLZ',84),('CA','CANADA','Canada','CAN',124),('CC','COCOS (KEELING) ISLANDS','Cocos (Keeling) Islands',NULL,NULL),('CD','CONGO, THE DEMOCRATIC REPUBLIC OF THE','Congo, the Democratic Republic of the','COD',180),('CF','CENTRAL AFRICAN REPUBLIC','Central African Republic','CAF',140),('CG','CONGO','Congo','COG',178),('CH','SWITZERLAND','Switzerland','CHE',756),('CI','COTE D\'IVOIRE','Cote D\'Ivoire','CIV',384),('CK','COOK ISLANDS','Cook Islands','COK',184),('CL','CHILE','Chile','CHL',152),('CM','CAMEROON','Cameroon','CMR',120),('CN','CHINA','China','CHN',156),('CO','COLOMBIA','Colombia','COL',170),('CR','COSTA RICA','Costa Rica','CRI',188),('CS','SERBIA AND MONTENEGRO','Serbia and Montenegro',NULL,NULL),('CU','CUBA','Cuba','CUB',192),('CV','CAPE VERDE','Cape Verde','CPV',132),('CX','CHRISTMAS ISLAND','Christmas Island',NULL,NULL),('CY','CYPRUS','Cyprus','CYP',196),('CZ','CZECH REPUBLIC','Czech Republic','CZE',203),('DE','GERMANY','Germany','DEU',276),('DJ','DJIBOUTI','Djibouti','DJI',262),('DK','DENMARK','Denmark','DNK',208),('DM','DOMINICA','Dominica','DMA',212),('DO','DOMINICAN REPUBLIC','Dominican Republic','DOM',214),('DZ','ALGERIA','Algeria','DZA',12),('EC','ECUADOR','Ecuador','ECU',218),('EE','ESTONIA','Estonia','EST',233),('EG','EGYPT','Egypt','EGY',818),('EH','WESTERN SAHARA','Western Sahara','ESH',732),('ER','ERITREA','Eritrea','ERI',232),('ES','SPAIN','Spain','ESP',724),('ET','ETHIOPIA','Ethiopia','ETH',231),('FI','FINLAND','Finland','FIN',246),('FJ','FIJI','Fiji','FJI',242),('FK','FALKLAND ISLANDS (MALVINAS)','Falkland Islands (Malvinas)','FLK',238),('FM','MICRONESIA, FEDERATED STATES OF','Micronesia, Federated States of','FSM',583),('FO','FAROE ISLANDS','Faroe Islands','FRO',234),('FR','FRANCE','France','FRA',250),('GA','GABON','Gabon','GAB',266),('GB','UNITED KINGDOM','United Kingdom','GBR',826),('GD','GRENADA','Grenada','GRD',308),('GE','GEORGIA','Georgia','GEO',268),('GF','FRENCH GUIANA','French Guiana','GUF',254),('GH','GHANA','Ghana','GHA',288),('GI','GIBRALTAR','Gibraltar','GIB',292),('GL','GREENLAND','Greenland','GRL',304),('GM','GAMBIA','Gambia','GMB',270),('GN','GUINEA','Guinea','GIN',324),('GP','GUADELOUPE','Guadeloupe','GLP',312),('GQ','EQUATORIAL GUINEA','Equatorial Guinea','GNQ',226),('GR','GREECE','Greece','GRC',300),('GS','SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS','South Georgia and the South Sandwich Islands',NULL,NULL),('GT','GUATEMALA','Guatemala','GTM',320),('GU','GUAM','Guam','GUM',316),('GW','GUINEA-BISSAU','Guinea-Bissau','GNB',624),('GY','GUYANA','Guyana','GUY',328),('HK','HONG KONG','Hong Kong','HKG',344),('HM','HEARD ISLAND AND MCDONALD ISLANDS','Heard Island and Mcdonald Islands',NULL,NULL),('HN','HONDURAS','Honduras','HND',340),('HR','CROATIA','Croatia','HRV',191),('HT','HAITI','Haiti','HTI',332),('HU','HUNGARY','Hungary','HUN',348),('ID','INDONESIA','Indonesia','IDN',360),('IE','IRELAND','Ireland','IRL',372),('IL','ISRAEL','Israel','ISR',376),('IN','INDIA','India','IND',356),('IO','BRITISH INDIAN OCEAN TERRITORY','British Indian Ocean Territory',NULL,NULL),('IQ','IRAQ','Iraq','IRQ',368),('IR','IRAN, ISLAMIC REPUBLIC OF','Iran, Islamic Republic of','IRN',364),('IS','ICELAND','Iceland','ISL',352),('IT','ITALY','Italy','ITA',380),('JM','JAMAICA','Jamaica','JAM',388),('JO','JORDAN','Jordan','JOR',400),('JP','JAPAN','Japan','JPN',392),('KE','KENYA','Kenya','KEN',404),('KG','KYRGYZSTAN','Kyrgyzstan','KGZ',417),('KH','CAMBODIA','Cambodia','KHM',116),('KI','KIRIBATI','Kiribati','KIR',296),('KM','COMOROS','Comoros','COM',174),('KN','SAINT KITTS AND NEVIS','Saint Kitts and Nevis','KNA',659),('KP','KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF','Korea, Democratic People\'s Republic of','PRK',408),('KR','KOREA, REPUBLIC OF','Korea, Republic of','KOR',410),('KW','KUWAIT','Kuwait','KWT',414),('KY','CAYMAN ISLANDS','Cayman Islands','CYM',136),('KZ','KAZAKHSTAN','Kazakhstan','KAZ',398),('LA','LAO PEOPLE\'S DEMOCRATIC REPUBLIC','Lao People\'s Democratic Republic','LAO',418),('LB','LEBANON','Lebanon','LBN',422),('LC','SAINT LUCIA','Saint Lucia','LCA',662),('LI','LIECHTENSTEIN','Liechtenstein','LIE',438),('LK','SRI LANKA','Sri Lanka','LKA',144),('LR','LIBERIA','Liberia','LBR',430),('LS','LESOTHO','Lesotho','LSO',426),('LT','LITHUANIA','Lithuania','LTU',440),('LU','LUXEMBOURG','Luxembourg','LUX',442),('LV','LATVIA','Latvia','LVA',428),('LY','LIBYAN ARAB JAMAHIRIYA','Libyan Arab Jamahiriya','LBY',434),('MA','MOROCCO','Morocco','MAR',504),('MC','MONACO','Monaco','MCO',492),('MD','MOLDOVA, REPUBLIC OF','Moldova, Republic of','MDA',498),('MG','MADAGASCAR','Madagascar','MDG',450),('MH','MARSHALL ISLANDS','Marshall Islands','MHL',584),('MK','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF','Macedonia, the Former Yugoslav Republic of','MKD',807),('ML','MALI','Mali','MLI',466),('MM','MYANMAR','Myanmar','MMR',104),('MN','MONGOLIA','Mongolia','MNG',496),('MO','MACAO','Macao','MAC',446),('MP','NORTHERN MARIANA ISLANDS','Northern Mariana Islands','MNP',580),('MQ','MARTINIQUE','Martinique','MTQ',474),('MR','MAURITANIA','Mauritania','MRT',478),('MS','MONTSERRAT','Montserrat','MSR',500),('MT','MALTA','Malta','MLT',470),('MU','MAURITIUS','Mauritius','MUS',480),('MV','MALDIVES','Maldives','MDV',462),('MW','MALAWI','Malawi','MWI',454),('MX','MEXICO','Mexico','MEX',484),('MY','MALAYSIA','Malaysia','MYS',458),('MZ','MOZAMBIQUE','Mozambique','MOZ',508),('NA','NAMIBIA','Namibia','NAM',516),('NC','NEW CALEDONIA','New Caledonia','NCL',540),('NE','NIGER','Niger','NER',562),('NF','NORFOLK ISLAND','Norfolk Island','NFK',574),('NG','NIGERIA','Nigeria','NGA',566),('NI','NICARAGUA','Nicaragua','NIC',558),('NL','NETHERLANDS','Netherlands','NLD',528),('NO','NORWAY','Norway','NOR',578),('NP','NEPAL','Nepal','NPL',524),('NR','NAURU','Nauru','NRU',520),('NU','NIUE','Niue','NIU',570),('NZ','NEW ZEALAND','New Zealand','NZL',554),('OM','OMAN','Oman','OMN',512),('PA','PANAMA','Panama','PAN',591),('PE','PERU','Peru','PER',604),('PF','FRENCH POLYNESIA','French Polynesia','PYF',258),('PG','PAPUA NEW GUINEA','Papua New Guinea','PNG',598),('PH','PHILIPPINES','Philippines','PHL',608),('PK','PAKISTAN','Pakistan','PAK',586),('PL','POLAND','Poland','POL',616),('PM','SAINT PIERRE AND MIQUELON','Saint Pierre and Miquelon','SPM',666),('PN','PITCAIRN','Pitcairn','PCN',612),('PR','PUERTO RICO','Puerto Rico','PRI',630),('PS','PALESTINIAN TERRITORY, OCCUPIED','Palestinian Territory, Occupied',NULL,NULL),('PT','PORTUGAL','Portugal','PRT',620),('PW','PALAU','Palau','PLW',585),('PY','PARAGUAY','Paraguay','PRY',600),('QA','QATAR','Qatar','QAT',634),('RE','REUNION','Reunion','REU',638),('RO','ROMANIA','Romania','ROM',642),('RU','RUSSIAN FEDERATION','Russian Federation','RUS',643),('RW','RWANDA','Rwanda','RWA',646),('SA','SAUDI ARABIA','Saudi Arabia','SAU',682),('SB','SOLOMON ISLANDS','Solomon Islands','SLB',90),('SC','SEYCHELLES','Seychelles','SYC',690),('SD','SUDAN','Sudan','SDN',736),('SE','SWEDEN','Sweden','SWE',752),('SG','SINGAPORE','Singapore','SGP',702),('SH','SAINT HELENA','Saint Helena','SHN',654),('SI','SLOVENIA','Slovenia','SVN',705),('SJ','SVALBARD AND JAN MAYEN','Svalbard and Jan Mayen','SJM',744),('SK','SLOVAKIA','Slovakia','SVK',703),('SL','SIERRA LEONE','Sierra Leone','SLE',694),('SM','SAN MARINO','San Marino','SMR',674),('SN','SENEGAL','Senegal','SEN',686),('SO','SOMALIA','Somalia','SOM',706),('SR','SURINAME','Suriname','SUR',740),('ST','SAO TOME AND PRINCIPE','Sao Tome and Principe','STP',678),('SV','EL SALVADOR','El Salvador','SLV',222),('SY','SYRIAN ARAB REPUBLIC','Syrian Arab Republic','SYR',760),('SZ','SWAZILAND','Swaziland','SWZ',748),('TC','TURKS AND CAICOS ISLANDS','Turks and Caicos Islands','TCA',796),('TD','CHAD','Chad','TCD',148),('TF','FRENCH SOUTHERN TERRITORIES','French Southern Territories',NULL,NULL),('TG','TOGO','Togo','TGO',768),('TH','THAILAND','Thailand','THA',764),('TJ','TAJIKISTAN','Tajikistan','TJK',762),('TK','TOKELAU','Tokelau','TKL',772),('TL','TIMOR-LESTE','Timor-Leste',NULL,NULL),('TM','TURKMENISTAN','Turkmenistan','TKM',795),('TN','TUNISIA','Tunisia','TUN',788),('TO','TONGA','Tonga','TON',776),('TR','TURKEY','Turkey','TUR',792),('TT','TRINIDAD AND TOBAGO','Trinidad and Tobago','TTO',780),('TV','TUVALU','Tuvalu','TUV',798),('TW','TAIWAN, PROVINCE OF CHINA','Taiwan, Province of China','TWN',158),('TZ','TANZANIA, UNITED REPUBLIC OF','Tanzania, United Republic of','TZA',834),('UA','UKRAINE','Ukraine','UKR',804),('UG','UGANDA','Uganda','UGA',800),('UM','UNITED STATES MINOR OUTLYING ISLANDS','United States Minor Outlying Islands',NULL,NULL),('US','UNITED STATES','United States','USA',840),('UY','URUGUAY','Uruguay','URY',858),('UZ','UZBEKISTAN','Uzbekistan','UZB',860),('VA','HOLY SEE (VATICAN CITY STATE)','Holy See (Vatican City State)','VAT',336),('VC','SAINT VINCENT AND THE GRENADINES','Saint Vincent and the Grenadines','VCT',670),('VE','VENEZUELA','Venezuela','VEN',862),('VG','VIRGIN ISLANDS, BRITISH','Virgin Islands, British','VGB',92),('VI','VIRGIN ISLANDS, U.S.','Virgin Islands, U.s.','VIR',850),('VN','VIET NAM','Viet Nam','VNM',704),('VU','VANUATU','Vanuatu','VUT',548),('WF','WALLIS AND FUTUNA','Wallis and Futuna','WLF',876),('WS','SAMOA','Samoa','WSM',882),('YE','YEMEN','Yemen','YEM',887),('YT','MAYOTTE','Mayotte',NULL,NULL),('ZA','SOUTH AFRICA','South Africa','ZAF',710),('ZM','ZAMBIA','Zambia','ZMB',894),('ZW','ZIMBABWE','Zimbabwe','ZWE',716); /*!40000 ALTER TABLE `country_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrywisetax_settings_table` -- DROP TABLE IF EXISTS `countrywisetax_settings_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `countrywisetax_settings_table` ( `id` int(11) NOT NULL auto_increment, `tax_name` varchar(200) NOT NULL, `based_on_amount` varchar(200) NOT NULL, `country_code` varchar(25) NOT NULL, `based_on_address` varchar(200) NOT NULL, `tax_rate_percent` float NOT NULL, `status` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `countrywisetax_settings_table` -- LOCK TABLES `countrywisetax_settings_table` WRITE; /*!40000 ALTER TABLE `countrywisetax_settings_table` DISABLE KEYS */; /*!40000 ALTER TABLE `countrywisetax_settings_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon` -- DROP TABLE IF EXISTS `coupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon` ( `id` int(2) NOT NULL auto_increment, `coupon_id` varchar(255) NOT NULL, `disc_p` varchar(255) default NULL, `disc_a` varchar(255) default NULL, `c_num` varchar(255) default NULL, `total` varchar(255) default NULL, `usedcoupan` varchar(255) default NULL, `userid` int(222) default NULL, `created_on` date default NULL, `expired_on` date default NULL, `invoice` int(11) default NULL, `invoiceamount` int(11) default NULL, `status` int(5) default '0', `sideshow` varchar(255) default '0', `coupontype` varchar(255) default NULL, `obj_type` int(11) default '0', `obj_id` int(11) default '0', `discount_type` int(11) default NULL, `with_discount` int(11) default NULL, `coupon_applied` varchar(255) default '0', `created_by` varchar(255) default NULL, `date` timestamp NULL default CURRENT_TIMESTAMP, `time` time default NULL, `time1` time default NULL, `date1` timestamp NULL default NULL, `domainid` varchar(255) default NULL, `sendmail` int(11) default '0', `maximumdiscountlimit` int(11) default '0', `start_date` date default NULL, `codaplicable` int(5) NOT NULL default '0', `couponwithdhamaka` int(11) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon` -- LOCK TABLES `coupon` WRITE; /*!40000 ALTER TABLE `coupon` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_allow` -- DROP TABLE IF EXISTS `coupon_allow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_allow` ( `id` int(11) NOT NULL auto_increment, `coupon_id` varchar(255) default NULL, `subcat_id` varchar(255) default NULL, `cat_id` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_allow` -- LOCK TABLES `coupon_allow` WRITE; /*!40000 ALTER TABLE `coupon_allow` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_allow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_category_table` -- DROP TABLE IF EXISTS `coupon_category_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_category_table` ( `id` int(15) NOT NULL auto_increment, `coupon_code` varchar(25) NOT NULL, `category_id` int(15) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_category_table` -- LOCK TABLES `coupon_category_table` WRITE; /*!40000 ALTER TABLE `coupon_category_table` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_category_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_object` -- DROP TABLE IF EXISTS `coupon_object`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_object` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, `obj_id` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_object` -- LOCK TABLES `coupon_object` WRITE; /*!40000 ALTER TABLE `coupon_object` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_object` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_offer` -- DROP TABLE IF EXISTS `coupon_offer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_offer` ( `offer_id` int(11) NOT NULL auto_increment, `offer_name` varchar(255) default NULL, `start_date` varchar(255) default NULL, `start_time` int(10) default NULL, `end_date` varchar(255) default NULL, `end_time` int(10) default NULL, `status` varchar(255) default NULL, PRIMARY KEY (`offer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_offer` -- LOCK TABLES `coupon_offer` WRITE; /*!40000 ALTER TABLE `coupon_offer` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_offer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_user_relation_table` -- DROP TABLE IF EXISTS `coupon_user_relation_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_user_relation_table` ( `id` int(15) NOT NULL auto_increment, `coupon_code` varchar(25) NOT NULL, `user_id` int(25) NOT NULL, `no_of_uses` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_user_relation_table` -- LOCK TABLES `coupon_user_relation_table` WRITE; /*!40000 ALTER TABLE `coupon_user_relation_table` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_user_relation_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponcategory` -- DROP TABLE IF EXISTS `couponcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponcategory` ( `categoryid` int(10) NOT NULL auto_increment, `catname` varchar(255) NOT NULL, `urlname` varchar(255) NOT NULL, `status` int(5) default NULL, `cdate` date default NULL, `catimg` varchar(255) default NULL, PRIMARY KEY (`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponcategory` -- LOCK TABLES `couponcategory` WRITE; /*!40000 ALTER TABLE `couponcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `couponcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponcoment` -- DROP TABLE IF EXISTS `couponcoment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponcoment` ( `id` int(10) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `email` varchar(255) NOT NULL, `coment` text NOT NULL, `status` int(5) NOT NULL, `date` date default NULL, `time` varchar(25) default NULL, `storeid` int(10) default NULL, `couponid` varchar(100) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponcoment` -- LOCK TABLES `couponcoment` WRITE; /*!40000 ALTER TABLE `couponcoment` DISABLE KEYS */; /*!40000 ALTER TABLE `couponcoment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponinvoice` -- DROP TABLE IF EXISTS `couponinvoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponinvoice` ( `invid` int(10) NOT NULL auto_increment, `storeid` int(10) NOT NULL, `subtotal` float NOT NULL, `date` date default NULL, `paytype` varchar(30) default 'unpaid', `status` int(5) default NULL, PRIMARY KEY (`invid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponinvoice` -- LOCK TABLES `couponinvoice` WRITE; /*!40000 ALTER TABLE `couponinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `couponinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponmailsub` -- DROP TABLE IF EXISTS `couponmailsub`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponmailsub` ( `id` int(10) NOT NULL auto_increment, `storeid` int(10) NOT NULL, `storename` varchar(255) NOT NULL, `emailid` varchar(255) NOT NULL, `substatus` int(5) NOT NULL, `createdate` date default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponmailsub` -- LOCK TABLES `couponmailsub` WRITE; /*!40000 ALTER TABLE `couponmailsub` DISABLE KEYS */; /*!40000 ALTER TABLE `couponmailsub` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupons` -- DROP TABLE IF EXISTS `coupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupons` ( `id` int(255) NOT NULL auto_increment, `code` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `uses` varchar(255) collate utf8_unicode_ci NOT NULL default '0', `used` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupons` -- LOCK TABLES `coupons` WRITE; /*!40000 ALTER TABLE `coupons` DISABLE KEYS */; /*!40000 ALTER TABLE `coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupons_table` -- DROP TABLE IF EXISTS `coupons_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupons_table` ( `id` int(11) NOT NULL auto_increment, `coupon_code` varchar(25) NOT NULL, `coupan_name` varchar(200) NOT NULL, `created_date` datetime NOT NULL, `discount_amt` double NOT NULL, `discount_type` varchar(20) NOT NULL, `valid_from` date NOT NULL, `valid_to` date NOT NULL, `min_purchase` double NOT NULL, `no_of_uses` int(11) NOT NULL, `applies_to` mediumtext NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupons_table` -- LOCK TABLES `coupons_table` WRITE; /*!40000 ALTER TABLE `coupons_table` DISABLE KEYS */; /*!40000 ALTER TABLE `coupons_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponsale` -- DROP TABLE IF EXISTS `couponsale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponsale` ( `id` int(10) NOT NULL auto_increment, `ct_id` int(10) NOT NULL, `couponcode` varchar(200) NOT NULL, `salevalue` varchar(200) NOT NULL, `payvalue` int(10) NOT NULL, `paytype` int(5) NOT NULL, `status` int(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponsale` -- LOCK TABLES `couponsale` WRITE; /*!40000 ALTER TABLE `couponsale` DISABLE KEYS */; /*!40000 ALTER TABLE `couponsale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `couponstore` -- DROP TABLE IF EXISTS `couponstore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `couponstore` ( `id` int(10) NOT NULL auto_increment, `storename` varchar(200) default NULL, `couponcode` varchar(200) default NULL, `discription` varchar(255) default NULL, `smalldesc` varchar(255) default NULL, `status` int(5) default NULL, `createdon` date default NULL, `strid` int(10) default NULL, `mail` int(5) default NULL, `storeurlc` varchar(255) default NULL, `featured` int(5) NOT NULL default '0', `yvoting` int(5) NOT NULL default '0', `novoting` int(5) NOT NULL default '0', `unrelible` int(5) NOT NULL default '0', `paytype` int(10) default NULL, `paystatus` float default NULL, `expdate` varchar(255) default NULL, `hot_coupon` int(5) default '0', `topcoupon` int(5) NOT NULL default '0', `orderprefer` int(10) default NULL, `countclick` int(10) NOT NULL default '0', `coupon_mail` int(10) NOT NULL default '0', `mailcoupon` text, `coupon_type` varchar(50) default 'coupon', `maildisc` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `couponstore` -- LOCK TABLES `couponstore` WRITE; /*!40000 ALTER TABLE `couponstore` DISABLE KEYS */; /*!40000 ALTER TABLE `couponstore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron` -- DROP TABLE IF EXISTS `cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron` ( `name` varchar(40) NOT NULL default '', `time` bigint(255) NOT NULL default '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron` -- LOCK TABLES `cron` WRITE; /*!40000 ALTER TABLE `cron` DISABLE KEYS */; INSERT INTO `cron` VALUES ('day',1378951787); /*!40000 ALTER TABLE `cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cross_products_table` -- DROP TABLE IF EXISTS `cross_products_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cross_products_table` ( `product_id` int(25) NOT NULL, `cross_product_ids` mediumtext NOT NULL, PRIMARY KEY (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cross_products_table` -- LOCK TABLES `cross_products_table` WRITE; /*!40000 ALTER TABLE `cross_products_table` DISABLE KEYS */; /*!40000 ALTER TABLE `cross_products_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currencies` -- DROP TABLE IF EXISTS `currencies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `currencies` ( `currencies_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` char(3) NOT NULL, `symbol_left` varchar(12) default NULL, `symbol_right` varchar(12) default NULL, `decimal_point` char(1) default NULL, `thousands_point` char(1) default NULL, `decimal_places` char(1) default NULL, `value` float(13,8) default NULL, `last_updated` datetime default NULL, PRIMARY KEY (`currencies_id`), KEY `idx_currencies_code` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `currencies` -- LOCK TABLES `currencies` WRITE; /*!40000 ALTER TABLE `currencies` DISABLE KEYS */; INSERT INTO `currencies` VALUES (1,'U.S. Dollar','USD','$','','.',',','2',1.00000000,'2013-08-26 20:47:51'),(2,'Euro','EUR','','€','.',',','2',1.00000000,'2013-08-26 20:47:51'); /*!40000 ALTER TABLE `currencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency_codes_table` -- DROP TABLE IF EXISTS `currency_codes_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `currency_codes_table` ( `currency_code` varchar(10) character set latin1 collate latin1_general_ci NOT NULL, `country_name` varchar(200) character set latin1 collate latin1_general_ci NOT NULL, `currency_name` varchar(200) character set latin1 collate latin1_general_ci NOT NULL, `numeric_code` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `currency_codes_table` -- LOCK TABLES `currency_codes_table` WRITE; /*!40000 ALTER TABLE `currency_codes_table` DISABLE KEYS */; INSERT INTO `currency_codes_table` VALUES ('AFN','AFGHANISTAN','Afghani',971),('EUR','ÅLAND ISLANDS','Euro',978),('ALL','ALBANIA','Lek',8),('DZD','ALGERIA ','Algerian Dinar',12),('USD','AMERICAN SAMOA','US Dollar',840),('EUR','ANDORRA','Euro',978),('AOA','ANGOLA','Kwanza',973),('XCD','ANGUILLA','East Caribbean Dollar',951),('XCD','ANTIGUA AND BARBUDA','East Caribbean Dollar',951),('ARS','ARGENTINA','Argentine Peso',32),('AMD','ARMENIA','Armenian Dram',51),('AWG','ARUBA','Aruban Guilder',533),('AUD','AUSTRALIA','Australian Dollar',36),('EUR','AUSTRIA','Euro',978),('AZN','AZERBAIJAN','Azerbaijanian Manat',944),('BSD','BAHAMAS','Bahamian Dollar',44),('BHD','BAHRAIN','Bahraini Dinar',48),('BDT','BANGLADESH','Taka',50),('BBD','BARBADOS','Barbados Dollar',52),('BYR','BELARUS','Belarussian Ruble',974),('EUR','BELGIUM','Euro',978),('BZD','BELIZE','Belize Dollar',84),('XOF','BENIN','CFA Franc BCEAO ',952),('BMD','BERMUDA','Bermudian Dollar (customarily known as Bermuda Dollar)',60),('INR','BHUTAN','Indian Rupee',356),('BTN','BHUTAN','Ngultrum',64),('BOB','BOLIVIA','Boliviano',68),('BOV','BOLIVIA','Mvdol',984),('BAM',' BOSNIA AND HERZEGOVINA','Convertible Marks',977),('BWP','BOTSWANA','Pula',72),('NOK','BOUVET ISLAND','Norwegian Krone',578),('BRL','BRAZIL','Brazilian Real',986),('USD','BRITISH INDIAN OCEAN TERRITORY','US Dollar',840),('BND','BRUNEI DARUSSALAM','Brunei Dollar',96),('BGN','BULGARIA','Bulgarian Lev',975),('XOF','BURKINA FASO','CFA Franc BCEAO',952),('BIF','BURUNDI','Burundi Franc',108),('KHR','CAMBODIA','Riel',116),('XAF','CAMEROON','CFA Franc BEAC',950),('CAD','CANADA','Canadian Dollar',124),('CVE','CAPE VERDE','Cape Verde Escudo',132),('KYD','CAYMAN ISLANDS','Cayman Islands Dollar',136),('XAF','CENTRAL AFRICAN REPUBLIC','CFA Franc BEAC',950),('XAF','CHAD','CFA Franc BEAC',950),('CLP','CHILE','Chilean Peso',152),('CLF','CHILE','Unidades de fomento ',990),('CNY','CHINA','Yuan Renminbi',156),('AUD','CHRISTMAS ISLAND','Australian Dollar',36),('AUD','COCOS (KEELING) ISLANDS','Australian Dollar',36),('COP','COLOMBIA','Colombian Peso',170),('COU','COLOMBIA','Unidad de Valor Real',970),('KMF','COMOROS','Comoro Franc',174),('XAF','CONGO','CFA Franc BEAC',950),('CDF','CONGO, THE DEMOCRATIC REPUBLIC OF','Congolese Franc ',976),('NZD','COOK ISLANDS','New Zealand Dollar',554),('CRC','COSTA RICA','Costa Rican Colon',188),('XOF','CÔTE D\'IVOIRE','CFA Franc BCEAO',952),('HRK','CROATIA','Croatian Kuna',191),('CUP','CUBA','Cuban Peso',192),('EUR','CYPRUS','Euro',978),('CZK','CZECH REPUBLIC','Czech Koruna',203),('DKK','DENMARK','Danish Krone',208),('DJF','DJIBOUTI','Djibouti Franc',262),('XCD','DOMINICA','East Caribbean Dollar',951),('DOP','DOMINICAN REPUBLIC','Dominican Peso',214),('USD','ECUADOR','US Dollar',840),('EGP','EGYPT','Egyptian Pound',818),('SVC','EL SALVADOR','El Salvador Colon',222),('USD','EL SALVADOR','US Dollar',840),('XAF','EQUATORIAL GUINEA','CFA Franc BEAC',950),('ERN','ERITREA','Nakfa',232),('EEK','ESTONIA','Kroon',233),('ETB','ETHIOPIA','Ethiopian Birr',230),('FKP','FALKLAND ISLANDS (MALVINAS)','Falkland Islands Pound',238),('DKK','FAROE ISLANDS','Danish Krone',208),('FJD','FIJI','Fiji Dollar',242),('EUR','FINLAND','Euro',978),('EUR','FRANCE','Euro',978),('EUR','FRENCH GUIANA','Euro',978),('XPF','FRENCH POLYNESIA','CFP Franc',953),('EUR','FRENCH SOUTHERN TERRITORIES','Euro',978),('XAF','GABON','CFA Franc BEAC',950),('GMD','GAMBIA','Dalasi',270),('GEL','GEORGIA','Lari',981),('EUR','GERMANY','Euro',978),('GHS','GHANA','Cedi',936),('GIP','GIBRALTAR','Gibraltar Pound',292),('EUR','GREECE','Euro',978),('DKK','GREENLAND','Danish Krone',208),('XCD','GRENADA','East Caribbean Dollar',951),('EUR','GUADELOUPE','Euro',978),('USD','GUAM','US Dollar',840),('GTQ','GUATEMALA','Quetzal',320),('GBP','GUERNSEY','Pound Sterling',826),('GNF','GUINEA','Guinea Franc',324),('GWP','GUINEA-BISSAU','Guinea-Bissau Peso',624),('XOF','GUINEA-BISSAU','CFA Franc BCEAO',952),('GYD','GUYANA','Guyana Dollar',328),('HTG','HAITI','Gourde',332),('USD','HAITI','US Dollar',840),('AUD','HEARD ISLAND AND MCDONALD ISLANDS','Australian Dollar',36),('EUR','HOLY SEE (VATICAN CITY STATE)','Euro',978),('HNL','HONDURAS','Lempira ',340),('HKD','HONG KONG','Hong Kong Dollar',344),('HUF','HUNGARY','Forint',348),('ISK','ICELAND','Iceland Krona',352),('INR','INDIA','Indian Rupee',356),('IDR','INDONESIA','Rupiah',360),('IRR','IRAN, ISLAMIC REPUBLIC OF','Iranian Rial',364),('IQD','IRAQ','Iraqi Dinar',368),('EUR','IRELAND','Euro',978),('ILS','ISRAEL','New Israeli Sheqel',376),('EUR','ITALY','Euro',978),('JMD','JAMAICA','Jamaican Dollar',388),('JPY','JAPAN','Yen',392),('GBP','JERSEY','Pound Sterling',826),('JOD','JORDAN','Jordanian Dinar',400),('KZT','KAZAKHSTAN','Tenge',398),('KES','KENYA','Kenyan Shilling',404),('AUD','KIRIBATI','Australian Dollar',36),('KPW','KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF','North Korean Won',408),('KRW','KOREA, REPUBLIC OF','Won',410),('KWD','KUWAIT','Kuwaiti Dinar',414),('KGS','KYRGYZSTAN','Som',417),('LAK','LAO PEOPLE\'S DEMOCRATIC REPUBLIC','Kip',418),('LVL','LATVIA','Latvian Lats',428),('LBP','LEBANON','Lebanese Pound',422),('ZAR','LESOTHO','Rand',710),('LSL','LESOTHO','Loti',426),('LRD','LIBERIA','Liberian Dollar',430),('LYD','LIBYAN ARAB JAMAHIRIYA','Libyan Dinar',434),('CHF','LIECHTENSTEIN','Swiss Franc',756),('LTL','LITHUANIA','Lithuanian Litas',440),('EUR','LUXEMBOURG','Euro',978),('MOP','MACAO','Pataca',446),('MKD','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF','Denar',807),('MGA','MADAGASCAR','Malagasy Ariary',969),('MWK','MALAWI','Kwacha',454),('MYR','MALAYSIA','Malaysian Ringgit',458),('MVR','MALDIVES','Rufiyaa',462),('XOF','MALI','CFA Franc BCEAO',952),('EUR','MALTA','Euro',978),('USD','MARSHALL ISLANDS','US Dollar',840),('EUR','MARTINIQUE','Euro',978),('MRO','MAURITAN IA','Ouguiya',478),('MUR','MAURITIUS','Mauritius Rupee',480),('EUR','MAYOTTE','Euro',978),('MXN','MEXICO','Mexican Peso',484),('MXV','MEXICO','Mexican Unidad de Inversion (UDI)',979),('USD','MICRONESIA, FEDERATED STATES OF','US Dollar',840),('MDL','MOLDOVA, REPUBLIC OF','Moldovan Leu',498),('EUR','MONACO','Euro',978),('MNT','MONGOLIA','Tugrik',496),('EUR','MONTENEGRO','Euro',978),('XCD','MONTSERRAT','East Caribbean Dollar',951),('MAD','MOROCCO','Moroccan Dirham',504),('MZN','MOZAMBIQUE','Metical ',943),('MMK','MYANMAR','Kyat',104),('ZAR','NAMIBIA','Rand',710),('NAD','NAMIBIA','Namibia Dollar',516),('AUD','NAURU','Australian Dollar',36),('NPR','NEPAL','Nepalese Rupee',524),('EUR','NETHERLANDS','Euro',978),('ANG','NETHERLANDS ANTILLES','Netherlands Antillian Guilder',532),('XPF','NEW CALEDONIA','CFP Franc',953),('NZD','NEW ZEALAND','New Zealand Dollar',554),('NIO','NICARAGUA','Cordoba Oro',558),('XOF','NIGER','CFA Franc BCEAO',952),('NGN','NIGERIA','Naira',566),('NZD','NIUE','New Zealand Dollar',554),('AUD','NORFOLK ISLAND','Australian Dollar',36),('USD','NORTHERN MARIANA ISLANDS','US Dollar',840),('NOK','NORWAY','Norwegian Krone',578),('OMR','OMAN','Rial Omani',512),('PKR','PAKISTAN','Pakistan Rupee',586),('USD ','PALAU','US Dollar',840),('PAB','PANAMA','Balboa',590),('USD','PANAMA','US Dollar',840),('PGK','PAPUA NEW GUINEA','Kina',598),('PYG','PARAGUAY','Guarani',600),('PEN','PERU','Nuevo Sol',604),('PHP','PHILIPPINES','Philippine Peso',608),('NZD','PITCAIRN','New Zealand Dollar',554),('PLN','POLAND','Zloty',985),('EUR','PORTUGAL','Euro',978),('USD','PUERTO RICO','US Dollar',840),('QAR','QATAR','Qatari Rial',634),('EUR','RÉUNION','Euro',978),('RON','ROMANIA','New Leu',946),('RUB','RUSSIAN FEDERATION','Russian Ruble',643),('RWF','RWANDA','Rwanda Franc',646),('EUR','SAINT-BARTHÉLEMY','Euro',978),('SHP','SAINT HELENA','Saint Helena Pound',654),('XCD','SAINT KITTS AND NEVIS','East Caribbean Dollar',951),('XCD','SAINT LUCIA','East Caribbean Dollar',951),('EUR','SAINT MARTIN','Euro',978),('EUR','SAINT PIERRE AND MIQUELON','Euro',978),('XCD','SAINT VINCENT AND THE GRENADINES','East Caribbean Dollar',951),('WST','SAMOA','Tala',882),('EUR','SAN MARINO','Euro',978),('STD','SÃO TOME AND PRINCIPE','Dobra',678),('SAR','SAUDI ARABIA','Saudi Riyal',682),('XOF','SENEGAL','CFA Franc BCEAO',952),('RSD','SERBIA','Serbian Dinar',941),('SCR','SEYCHELLES','Seychelles Rupee',690),('SLL','SIERRA LEONE','Leone',694),('SGD','SINGAPORE','Singapore Dollar',702),('SKK','SLOVAKIA','Slovak Koruna',703),('EUR','SLOVAKIA','Euro (effective 1 January 2009)',978),('EUR','SLOVENIA','Euro',978),('SBD','SOLOMON ISLANDS','Solomon Islands Dollar',90),('SOS','SOMALIA','Somali Shilling',706),('ZAR','SOUTH AFRICA','Rand',710),('EUR','SPAIN','Euro',978),('LKR','SRI LANKA','Sri Lanka Rupee',144),('SDG','SUDAN','Sudanese Pound',938),('SRD','SURINAME','Surinam Dollar',968),('NOK','SVALBARD AND JAN MAYEN','Norwegian Krone',578),('SZL','SWAZILAND','Lilangeni',748),('SEK','SWEDEN','Swedish Krona',752),('CHF','SWITZERLAND','Swiss Franc',756),('CHW','SWITZERLAND','WIR Franc',948),('CHE','SWITZERLAND','WIR Euro',947),('SYP','SYRIAN ARAB REPUBLIC','Syrian Pound',760),('TWD','TAIWAN, PROVINCE OF CHINA','New Taiwan Dollar',901),('TJS','TAJIKISTAN','Somoni',972),('TZS','TANZANIA, UNITED REPUBLIC OF','Tanzanian Shilling',834),('THB','THAILAND','Baht',764),('USD','TIMOR-LESTE','US Dollar',840),('XOF','TOGO','CFA Franc BCEAO',952),('NZD','TOKELAU','New Zealand Dollar',554),('TOP','TONGA','Pa\'anga',776),('TTD','TRINIDAD AND TOBAGO','Trinidad and Tobago Dollar',780),('TND','TUNISIA','Tunisian Dinar',788),('TRY','TURKEY','Turkish Lira',949),('TMM','TURKMENISTAN','Manat',795),('USD','TURKS AND CAICOS ISLANDS','US Dollar',840),('AUD','TUVALU','Australian Dollar',36),('UGX','UGANDA','Uganda Shilling',800),('UAH','UKRAINE','Hryvnia',980),('AED','UNITED ARAB EMIRATES','UAE Dirham',784),('GBP','UNITED KINGDOM','Pound Sterling',826),('USD','UNITED STATES','US Dollar',840),('USS','UNITED STATES','US Dollar (Same day)',998),('USN','UNITED STATES','S Dollar (Next day)',997),('USD','UNITED STATES MINOR OUTLYING ISLANDS','US Dollar',840),('UYU','URUGUAY','Peso Uruguayo',858),('UYI','URUGUAY','Uruguay Peso en Unidades Indexadas',940),('UZS','UZBEKISTAN','Uzbekistan Sum',860),('VUV','VANUATU','Vatu',548),('VEF','VENEZUELA','Bolivar Fuerte ',937),('VND','VIET NAM','Dong',704),('USD ','VIRGIN ISLANDS (BRITISH)','US Dollar',840),('USD','VIRGIN ISLANDS (U.S.)','US Dollar',840),('XPF','WALLIS AND FUTUNA','CFP Franc',953),('MAD','WESTERN SAHARA','Moroccan Dirham',504),('YER','YEMEN','Yemeni Rial',886),('ZMK','ZAMBIA','Zambian Kwacha',894),('ZWR','ZIMBABWE','Zimbabwe Dollar',935),('XAU',' ','Gold',959),('XBA',' ','Bond Markets Units European Composite Unit (EURCO)',955),('XBB',' ','European Monetary Unit (E.M.U.-6) ',956),('XBC',' ','European Unit of Account 9(E.U.A.-9)',957),('XBD',' ','European Unit of Account 17(E.U.A.-17)',958),('XDR','INTERNATIONAL MONETARY FUND (I.M.F) ','SDR',960),('XPD',' ','Palladium',964),('XPT',' ','Platinum',962),('XAG',' ','Silver',961),('XFU',' ','UIC-Franc',0),('XTS',' ','Codes specifically reserved for testing purposes',963),('XXX',' ','The codes assigned for transactions where no currency is involved are:',999); /*!40000 ALTER TABLE `currency_codes_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency_master_table` -- DROP TABLE IF EXISTS `currency_master_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `currency_master_table` ( `id` int(11) NOT NULL auto_increment, `currency_name` varchar(200) NOT NULL, `currency_code` varchar(50) NOT NULL, `country_code` varchar(25) NOT NULL, `conversion_rate` float NOT NULL, `currency_tocken` varchar(25) NOT NULL, `status` int(11) NOT NULL, `default_currency` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `currency_master_table` -- LOCK TABLES `currency_master_table` WRITE; /*!40000 ALTER TABLE `currency_master_table` DISABLE KEYS */; /*!40000 ALTER TABLE `currency_master_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customers` -- DROP TABLE IF EXISTS `customers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customers` ( `customers_id` int(11) NOT NULL auto_increment, `customers_gender` char(1) default NULL, `customers_firstname` varchar(255) NOT NULL, `customers_lastname` varchar(255) NOT NULL, `customers_dob` datetime NOT NULL default '0000-00-00 00:00:00', `customers_email_address` varchar(255) NOT NULL, `customers_default_address_id` int(11) default NULL, `customers_telephone` varchar(255) NOT NULL, `customers_fax` varchar(255) default NULL, `customers_password` varchar(60) NOT NULL, `customers_newsletter` char(1) default NULL, PRIMARY KEY (`customers_id`), KEY `idx_customers_email_address` (`customers_email_address`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customers` -- LOCK TABLES `customers` WRITE; /*!40000 ALTER TABLE `customers` DISABLE KEYS */; INSERT INTO `customers` VALUES (1,'m','Convict','Cartel','2013-08-20 00:00:00','convictcartel@yahoo.com',1,'7146583457','','$P$D9yfLmgsmC9v7Tb3LdZx8URoIkKSic1',''); /*!40000 ALTER TABLE `customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customers_basket` -- DROP TABLE IF EXISTS `customers_basket`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customers_basket` ( `customers_basket_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `products_id` tinytext NOT NULL, `customers_basket_quantity` int(2) NOT NULL, `final_price` decimal(15,4) default NULL, `customers_basket_date_added` char(8) default NULL, PRIMARY KEY (`customers_basket_id`), KEY `idx_customers_basket_customers_id` (`customers_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customers_basket` -- LOCK TABLES `customers_basket` WRITE; /*!40000 ALTER TABLE `customers_basket` DISABLE KEYS */; INSERT INTO `customers_basket` VALUES (1,1,'29',1,NULL,'20130826'); /*!40000 ALTER TABLE `customers_basket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customers_basket_attributes` -- DROP TABLE IF EXISTS `customers_basket_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customers_basket_attributes` ( `customers_basket_attributes_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `products_id` tinytext NOT NULL, `products_options_id` int(11) NOT NULL, `products_options_value_id` int(11) NOT NULL, PRIMARY KEY (`customers_basket_attributes_id`), KEY `idx_customers_basket_att_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customers_basket_attributes` -- LOCK TABLES `customers_basket_attributes` WRITE; /*!40000 ALTER TABLE `customers_basket_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `customers_basket_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customers_info` -- DROP TABLE IF EXISTS `customers_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customers_info` ( `customers_info_id` int(11) NOT NULL, `customers_info_date_of_last_logon` datetime default NULL, `customers_info_number_of_logons` int(5) default NULL, `customers_info_date_account_created` datetime default NULL, `customers_info_date_account_last_modified` datetime default NULL, `global_product_notifications` int(1) default '0', `password_reset_key` char(40) default NULL, `password_reset_date` datetime default NULL, PRIMARY KEY (`customers_info_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `customers_info` -- LOCK TABLES `customers_info` WRITE; /*!40000 ALTER TABLE `customers_info` DISABLE KEYS */; INSERT INTO `customers_info` VALUES (1,NULL,0,'2013-08-26 21:15:31',NULL,0,NULL,NULL); /*!40000 ALTER TABLE `customers_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `custompage_table` -- DROP TABLE IF EXISTS `custompage_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `custompage_table` ( `page_id` int(20) NOT NULL auto_increment, `page_name` varchar(100) NOT NULL, `page_url` varchar(200) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `custompage_table` -- LOCK TABLES `custompage_table` WRITE; /*!40000 ALTER TABLE `custompage_table` DISABLE KEYS */; /*!40000 ALTER TABLE `custompage_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `date_format_locale` -- DROP TABLE IF EXISTS `date_format_locale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `date_format_locale` ( `format` varchar(100) NOT NULL COMMENT 'The date format string.', `type` varchar(64) NOT NULL COMMENT 'The date format type, e.g. medium.', `language` varchar(12) NOT NULL COMMENT 'A languages.language for this format to be used with.', PRIMARY KEY (`type`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores configured date formats for each locale.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `date_format_locale` -- LOCK TABLES `date_format_locale` WRITE; /*!40000 ALTER TABLE `date_format_locale` DISABLE KEYS */; /*!40000 ALTER TABLE `date_format_locale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `date_format_type` -- DROP TABLE IF EXISTS `date_format_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `date_format_type` ( `type` varchar(64) NOT NULL COMMENT 'The date format type, e.g. medium.', `title` varchar(255) NOT NULL COMMENT 'The human readable name of the format type.', `locked` tinyint(4) NOT NULL default '0' COMMENT 'Whether or not this is a system provided format.', PRIMARY KEY (`type`), KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores configured date format types.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `date_format_type` -- LOCK TABLES `date_format_type` WRITE; /*!40000 ALTER TABLE `date_format_type` DISABLE KEYS */; /*!40000 ALTER TABLE `date_format_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `date_formats` -- DROP TABLE IF EXISTS `date_formats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `date_formats` ( `dfid` int(10) unsigned NOT NULL auto_increment COMMENT 'The date format identifier.', `format` varchar(100) character set utf8 collate utf8_bin NOT NULL COMMENT 'The date format string.', `type` varchar(64) NOT NULL COMMENT 'The date format type, e.g. medium.', `locked` tinyint(4) NOT NULL default '0' COMMENT 'Whether or not this format can be modified.', PRIMARY KEY (`dfid`), UNIQUE KEY `formats` (`format`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores configured date formats.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `date_formats` -- LOCK TABLES `date_formats` WRITE; /*!40000 ALTER TABLE `date_formats` DISABLE KEYS */; /*!40000 ALTER TABLE `date_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `digg` -- DROP TABLE IF EXISTS `digg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `digg` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `t_name` varchar(255) NOT NULL, `t_av` varchar(255) NOT NULL, `visits` int(255) NOT NULL default '0', `banned` int(11) NOT NULL default '0', `points` int(255) NOT NULL default '0', `cpc` int(11) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `digg` -- LOCK TABLES `digg` WRITE; /*!40000 ALTER TABLE `digg` DISABLE KEYS */; /*!40000 ALTER TABLE `digg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount_table` -- DROP TABLE IF EXISTS `discount_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `discount_table` ( `id` int(11) NOT NULL auto_increment, `cat_id` varchar(255) default NULL, `subcat_id` varchar(255) default NULL, `pro_id` varchar(255) default NULL, `brand_id` varchar(255) default NULL, `discount` float default '0', `discount_type` varchar(255) default NULL, `specialdiscount` varchar(255) default NULL, `specialdiscounttype` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `discount_table` -- LOCK TABLES `discount_table` WRITE; /*!40000 ALTER TABLE `discount_table` DISABLE KEYS */; /*!40000 ALTER TABLE `discount_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `download_sessions` -- DROP TABLE IF EXISTS `download_sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `download_sessions` ( `id` int(11) NOT NULL auto_increment, `download_ip` varchar(100) NOT NULL, `download_start` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `download_sessions` -- LOCK TABLES `download_sessions` WRITE; /*!40000 ALTER TABLE `download_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `download_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `downloads` -- DROP TABLE IF EXISTS `downloads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloads` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `file_id` varchar(255) collate latin1_general_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `downloads` -- LOCK TABLES `downloads` WRITE; /*!40000 ALTER TABLE `downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dugg` -- DROP TABLE IF EXISTS `dugg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dugg` ( `id` int(11) NOT NULL auto_increment, `site_id` int(255) NOT NULL, `user_id` int(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dugg` -- LOCK TABLES `dugg` WRITE; /*!40000 ALTER TABLE `dugg` DISABLE KEYS */; /*!40000 ALTER TABLE `dugg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `earnings` -- DROP TABLE IF EXISTS `earnings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `earnings` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `amount` varchar(255) collate utf8_unicode_ci NOT NULL, `date` datetime NOT NULL, `file_id` varchar(255) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `earnings` -- LOCK TABLES `earnings` WRITE; /*!40000 ALTER TABLE `earnings` DISABLE KEYS */; /*!40000 ALTER TABLE `earnings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `facebook` -- DROP TABLE IF EXISTS `facebook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `facebook` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `type` int(11) NOT NULL default '0', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `facebook` -- LOCK TABLES `facebook` WRITE; /*!40000 ALTER TABLE `facebook` DISABLE KEYS */; /*!40000 ALTER TABLE `facebook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq` -- DROP TABLE IF EXISTS `faq`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `faq` ( `id` int(255) NOT NULL auto_increment, `question` varchar(255) NOT NULL, `answer` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `faq` -- LOCK TABLES `faq` WRITE; /*!40000 ALTER TABLE `faq` DISABLE KEYS */; /*!40000 ALTER TABLE `faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq_table` -- DROP TABLE IF EXISTS `faq_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `faq_table` ( `faq_id` int(10) NOT NULL auto_increment, `faq_qn` mediumtext NOT NULL, `faq_ans` mediumtext NOT NULL, PRIMARY KEY (`faq_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `faq_table` -- LOCK TABLES `faq_table` WRITE; /*!40000 ALTER TABLE `faq_table` DISABLE KEYS */; INSERT INTO `faq_table` VALUES (2,'What is ZeusCart ?','Zeus Cart offers easy-to-use features to open your first online store quickly, advanced features for additional customization, and integration with desktop administrator control panel. Zeus Cart offers easy-to-use features to open your first online store quickly, advanced features for additional customization, and integration with desktop administrator control panel.Zeus Cart offers easy-to-use features to open your first online store quickly, advanced features for store quickly, advanced features for additional customization, store quickly, advanced features for additional customization, and integration with and integration with additional customization, and integration with desktop administrator control panel.'),(4,'How it helps?','Allows user to purchase any item through online immediately.'); /*!40000 ALTER TABLE `faq_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_photo` -- DROP TABLE IF EXISTS `fb_photo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_photo` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `img` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_photo` -- LOCK TABLES `fb_photo` WRITE; /*!40000 ALTER TABLE `fb_photo` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_photo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_share` -- DROP TABLE IF EXISTS `fb_share`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_share` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_share` -- LOCK TABLES `fb_share` WRITE; /*!40000 ALTER TABLE `fb_share` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_share` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_shared` -- DROP TABLE IF EXISTS `fb_shared`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_shared` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_shared` -- LOCK TABLES `fb_shared` WRITE; /*!40000 ALTER TABLE `fb_shared` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_shared` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fbp_liked` -- DROP TABLE IF EXISTS `fbp_liked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fbp_liked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fbp_liked` -- LOCK TABLES `fbp_liked` WRITE; /*!40000 ALTER TABLE `fbp_liked` DISABLE KEYS */; /*!40000 ALTER TABLE `fbp_liked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `file_managed` -- DROP TABLE IF EXISTS `file_managed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `file_managed` ( `fid` int(10) unsigned NOT NULL auto_increment COMMENT 'File ID.', `uid` int(10) unsigned NOT NULL default '0' COMMENT 'The users.uid of the user who is associated with the file.', `filename` varchar(255) NOT NULL default '' COMMENT 'Name of the file with no path components. This may differ from the basename of the URI if the file is renamed to avoid overwriting an existing file.', `uri` varchar(255) character set utf8 collate utf8_bin NOT NULL default '' COMMENT 'The URI to access the file (either local or remote).', `filemime` varchar(255) NOT NULL default '' COMMENT 'The file’s MIME type.', `filesize` int(10) unsigned NOT NULL default '0' COMMENT 'The size of the file in bytes.', `status` tinyint(4) NOT NULL default '0' COMMENT 'A field indicating the status of the file. Two status are defined in core: temporary (0) and permanent (1). Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during a cron run.', `timestamp` int(10) unsigned NOT NULL default '0' COMMENT 'UNIX timestamp for when the file was added.', PRIMARY KEY (`fid`), UNIQUE KEY `uri` (`uri`), KEY `uid` (`uid`), KEY `status` (`status`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores information for uploaded files.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `file_managed` -- LOCK TABLES `file_managed` WRITE; /*!40000 ALTER TABLE `file_managed` DISABLE KEYS */; /*!40000 ALTER TABLE `file_managed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `file_usage` -- DROP TABLE IF EXISTS `file_usage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `file_usage` ( `fid` int(10) unsigned NOT NULL COMMENT 'File ID.', `module` varchar(255) NOT NULL default '' COMMENT 'The name of the module that is using the file.', `type` varchar(64) NOT NULL default '' COMMENT 'The name of the object type in which the file is used.', `id` int(10) unsigned NOT NULL default '0' COMMENT 'The primary key of the object using the file.', `count` int(10) unsigned NOT NULL default '0' COMMENT 'The number of times this file is used by this object.', PRIMARY KEY (`fid`,`type`,`id`,`module`), KEY `type_id` (`type`,`id`), KEY `fid_count` (`fid`,`count`), KEY `fid_module` (`fid`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Track where a file is used.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `file_usage` -- LOCK TABLES `file_usage` WRITE; /*!40000 ALTER TABLE `file_usage` DISABLE KEYS */; /*!40000 ALTER TABLE `file_usage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `file_visits` -- DROP TABLE IF EXISTS `file_visits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `file_visits` ( `id` int(11) NOT NULL auto_increment, `file_id` varchar(255) collate latin1_general_ci NOT NULL, `country_iso` varchar(255) collate latin1_general_ci NOT NULL, `ip_address` varchar(255) collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `file_visits` -- LOCK TABLES `file_visits` WRITE; /*!40000 ALTER TABLE `file_visits` DISABLE KEYS */; /*!40000 ALTER TABLE `file_visits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `files` -- DROP TABLE IF EXISTS `files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `files` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `folder_id` int(11) NOT NULL, `name` text NOT NULL, `size` bigint(20) NOT NULL, `type` text NOT NULL, `path` text NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `files` -- LOCK TABLES `files` WRITE; /*!40000 ALTER TABLE `files` DISABLE KEYS */; /*!40000 ALTER TABLE `files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `flood` -- DROP TABLE IF EXISTS `flood`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `flood` ( `fid` int(11) NOT NULL auto_increment COMMENT 'Unique flood event ID.', `event` varchar(64) NOT NULL default '' COMMENT 'Name of event (e.g. contact).', `identifier` varchar(128) NOT NULL default '' COMMENT 'Identifier of the visitor, such as an IP address or hostname.', `timestamp` int(11) NOT NULL default '0' COMMENT 'Timestamp of the event.', `expiration` int(11) NOT NULL default '0' COMMENT 'Expiration timestamp. Expired events are purged on cron run.', PRIMARY KEY (`fid`), KEY `allow` (`event`,`identifier`,`timestamp`), KEY `purge` (`expiration`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Flood controls the threshold of events, such as the...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `flood` -- LOCK TABLES `flood` WRITE; /*!40000 ALTER TABLE `flood` DISABLE KEYS */; /*!40000 ALTER TABLE `flood` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `folders` -- DROP TABLE IF EXISTS `folders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `folders` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `parent_id` int(11) NOT NULL, `name` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `folders` -- LOCK TABLES `folders` WRITE; /*!40000 ALTER TABLE `folders` DISABLE KEYS */; INSERT INTO `folders` VALUES (1,1,0,'Images'),(2,1,0,'Images twp'); /*!40000 ALTER TABLE `folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followed` -- DROP TABLE IF EXISTS `followed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `followed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `followed` -- LOCK TABLES `followed` WRITE; /*!40000 ALTER TABLE `followed` DISABLE KEYS */; /*!40000 ALTER TABLE `followed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forgot_password` -- DROP TABLE IF EXISTS `forgot_password`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forgot_password` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `email` text NOT NULL, `link` text NOT NULL, `datetime` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forgot_password` -- LOCK TABLES `forgot_password` WRITE; /*!40000 ALTER TABLE `forgot_password` DISABLE KEYS */; /*!40000 ALTER TABLE `forgot_password` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ftp_settings` -- DROP TABLE IF EXISTS `ftp_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ftp_settings` ( `id` int(11) NOT NULL auto_increment, `hostname` varchar(255) NOT NULL, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `upload_path` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ftp_settings` -- LOCK TABLES `ftp_settings` WRITE; /*!40000 ALTER TABLE `ftp_settings` DISABLE KEYS */; INSERT INTO `ftp_settings` VALUES (1,'037cbcd.netsolhost.com','convictcartelgames','Legit1234','//WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/paid/uploads/'); /*!40000 ALTER TABLE `ftp_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gateway` -- DROP TABLE IF EXISTS `gateway`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `gateway` ( `id` int(11) NOT NULL auto_increment, `gateway_id` varchar(255) collate latin1_general_ci NOT NULL, `publisher_id` varchar(255) collate latin1_general_ci NOT NULL, `network` enum('1','2','3') collate latin1_general_ci NOT NULL, `password` varchar(255) collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `gateway` -- LOCK TABLES `gateway` WRITE; /*!40000 ALTER TABLE `gateway` DISABLE KEYS */; INSERT INTO `gateway` VALUES (1,'2589','4714','3',''); /*!40000 ALTER TABLE `gateway` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `geo_zones` -- DROP TABLE IF EXISTS `geo_zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `geo_zones` ( `geo_zone_id` int(11) NOT NULL auto_increment, `geo_zone_name` varchar(32) NOT NULL, `geo_zone_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `geo_zones` -- LOCK TABLES `geo_zones` WRITE; /*!40000 ALTER TABLE `geo_zones` DISABLE KEYS */; INSERT INTO `geo_zones` VALUES (1,'Florida','Florida local sales tax zone',NULL,'2013-08-26 20:47:51'); /*!40000 ALTER TABLE `geo_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `google` -- DROP TABLE IF EXISTS `google`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `google` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL default '0', `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(64) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '1', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `google` -- LOCK TABLES `google` WRITE; /*!40000 ALTER TABLE `google` DISABLE KEYS */; /*!40000 ALTER TABLE `google` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `haa_administrator` -- DROP TABLE IF EXISTS `haa_administrator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `haa_administrator` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `type` enum('Super','Admin','Vender') NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `status` enum('Active','Inactive') NOT NULL default 'Active', `permissions` varchar(255) NOT NULL, `phoneno` varchar(15) default NULL, `subcategory` text, `shipstatusval` varchar(100) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `haa_administrator` -- LOCK TABLES `haa_administrator` WRITE; /*!40000 ALTER TABLE `haa_administrator` DISABLE KEYS */; INSERT INTO `haa_administrator` VALUES (1,'admin','legit1234','Super','Admin','admin@printbooth.in','Active','1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54',NULL,NULL,'4,5,9,10,12,0,13,1,3,2'); /*!40000 ALTER TABLE `haa_administrator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `haa_cmspages` -- DROP TABLE IF EXISTS `haa_cmspages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `haa_cmspages` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `meta_title` varchar(255) default NULL, `meta_keywords` longtext, `meta_description` longtext, `content` longtext, `status` enum('Active','Inactive') NOT NULL default 'Active', `subcat_id` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `haa_cmspages` -- LOCK TABLES `haa_cmspages` WRITE; /*!40000 ALTER TABLE `haa_cmspages` DISABLE KEYS */; INSERT INTO `haa_cmspages` VALUES (1,'Contactus','Contactus','Contactus','Contactus','<p>Contactus</p>','Active',NULL); /*!40000 ALTER TABLE `haa_cmspages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `haa_settings` -- DROP TABLE IF EXISTS `haa_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `haa_settings` ( `id` int(11) NOT NULL auto_increment, `constant_name` varchar(255) collate latin1_general_ci NOT NULL, `field_value` varchar(255) collate latin1_general_ci NOT NULL, `field_name` varchar(255) collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `haa_settings` -- LOCK TABLES `haa_settings` WRITE; /*!40000 ALTER TABLE `haa_settings` DISABLE KEYS */; INSERT INTO `haa_settings` VALUES (1,'PROJECT_NAME','vbcvbc','Project Name'),(2,'ADMIN_PAGE_TITLE','vbcvbc','Page Title'),(3,'SITE_PATH','Coupons1','Site Path'),(4,'ADMIN_SITE_PATH','Coupons','Admin Site Path'),(5,'PAGINATION_LIMIT','100','Pagination Limit'),(7,'ADMIN_COLOUR','111','Website Colour'),(6,'ADMIN_EMAIL','Coupons','Admin Email'),(8,'RECOMMENDED_COLUMN','Coupons','Recommended Column'),(9,'title','vbcvbc','title'),(10,'metadiscription','vbcvbc','metadiscription'),(11,'Keyword','vbcvbc','Keyword'); /*!40000 ALTER TABLE `haa_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_announcements` -- DROP TABLE IF EXISTS `hd_announcements`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_announcements` ( `id` int(10) NOT NULL auto_increment, `comment` text, `status` int(1) default '1', `priority` varchar(20) default NULL, `date` int(11) NOT NULL, `in_mainpage` int(1) default '0', `onlyclients` int(1) default '0', `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_announcements` -- LOCK TABLES `hd_announcements` WRITE; /*!40000 ALTER TABLE `hd_announcements` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_announcements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_clients` -- DROP TABLE IF EXISTS `hd_clients`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_clients` ( `clientid` int(11) NOT NULL, `first` varchar(20) default NULL, `last` varchar(20) default NULL, `company` varchar(30) default NULL, `address` varchar(255) default NULL, `city` varchar(25) default NULL, `state` int(6) default NULL, `zip` varchar(20) default NULL, `phone` varchar(40) default NULL, `fax` varchar(40) default NULL, `email` varchar(60) NOT NULL default '', `comments` text, `country` int(6) default NULL, `balance` double(20,2) NOT NULL default '0.00', `datepay` int(11) NOT NULL default '1', `password` text NOT NULL, `active` int(11) NOT NULL default '1', `permnote` text, `tempnote` text, `currency` int(3) NOT NULL default '1', `start` int(10) unsigned NOT NULL default '0', `reseller` int(1) NOT NULL default '0', `clientalias` varchar(40) default NULL, `personalized_1` varchar(20) default NULL, `personalized_2` varchar(20) default NULL, `personalized_3` varchar(20) default NULL, `personalized_4` varchar(20) default NULL, `personalized_5` varchar(20) default NULL, `modified` int(11) default NULL, `preflang` varchar(4) default NULL, `promotionalmailing` int(1) NOT NULL default '1', `suspended` int(11) NOT NULL default '0', PRIMARY KEY (`clientid`,`email`), UNIQUE KEY `clientid` (`clientid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_clients` -- LOCK TABLES `hd_clients` WRITE; /*!40000 ALTER TABLE `hd_clients` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_clients_history` -- DROP TABLE IF EXISTS `hd_clients_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_clients_history` ( `clientid` int(11) NOT NULL, `first` varchar(20) default NULL, `last` varchar(20) default NULL, `company` varchar(30) default NULL, `address` varchar(255) default NULL, `city` varchar(25) default NULL, `state` varchar(20) default NULL, `zip` varchar(20) default NULL, `phone` varchar(40) default NULL, `fax` varchar(40) default NULL, `email` varchar(60) NOT NULL default '', `comments` text, `country` varchar(30) default NULL, `balance` double(20,2) NOT NULL default '0.00', `datepay` int(11) NOT NULL default '1', `password` text NOT NULL, `active` int(11) NOT NULL default '1', `permnote` text, `tempnote` text, `currency` int(3) NOT NULL default '1', `start` int(10) unsigned NOT NULL default '0', `reseller` int(1) NOT NULL default '0', `clientalias` varchar(40) default NULL, `personalized_1` varchar(20) default NULL, `personalized_2` varchar(20) default NULL, `personalized_3` varchar(20) default NULL, `personalized_4` varchar(20) default NULL, `personalized_5` varchar(20) default NULL, `modified` int(11) default NULL, `preflang` varchar(4) default NULL, `promotionalmailing` int(1) NOT NULL default '1', `suspended` int(11) NOT NULL default '0', KEY `clientid` (`clientid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_clients_history` -- LOCK TABLES `hd_clients_history` WRITE; /*!40000 ALTER TABLE `hd_clients_history` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_clients_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_config` -- DROP TABLE IF EXISTS `hd_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_config` ( `variable` text NOT NULL, `valor` text NOT NULL, `ref` tinyint(4) NOT NULL default '0', KEY `ref` (`ref`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_config` -- LOCK TABLES `hd_config` WRITE; /*!40000 ALTER TABLE `hd_config` DISABLE KEYS */; INSERT INTO `hd_config` VALUES ('company','Convict Cartel',0),('serverurl','http://www.convictcartel.com/home/helpdesk',1),('page_title','Convict Cartel',2),('language','autodetect',3),('tickets_separator','-- do not reply below this line --',4),('','',5),('df','M/d/Y',6),('show_slogan_line_1_in_header','1',7),('clients_fields','first:on last:on company: country: state: city: address: phone: email:on zip: clientalias: password:on personalized_1: personalized_2: personalized_3: personalized_4: personalized_5: ',8),('Attachments_files','.jpg .gif .png .zip .pdf',9),('Days_to_close_tickets','2',10),('slogan_line1','Living With Consquences',11),('slogan_line2',' ',12),('','0',13),('','/backup',14),('show_slogan_line_2_in_header','0',15),('reminder_mail_from','',16),('reminder_mail_replyto','',17),('reminder_mail_bcc','',18),('admin_mail_from','admin@example.com',19),('admin_mail_replyto','admin@example.com',20),('admin_mail_bcc','',21),('payment_mail_from','',22),('payment_mail_replyto','',23),('payment_mail_bcc','',24),('theme','semilight',25),('','',26),('','',27),('dfs','d/M',28),('','0',29),('','',30),('','0',31),('Lines per page','10',32),('','',33),('','',34),('dec_separator','.',35),('thousands_separator',',',36),('cron_code','739199938',37),('','',38),('','0',39),('serverpath','',40),('personalized_1','',41),('personalized_2','',42),('personalized_3','',43),('personalized_4','',44),('personalized_5','',45),('','',46),('','',47),('','',48),('','',49),('show_company_in_header','1',50),('','',51),('','',52),('refresh_ticket_panel','300',53),('default_country','71',54),('this_version','2013.1',55),('demo','0',56),('decimals','1',57),('','',58),('Send_emails_to_the_queue','0',59),('email_queue_last_activity','1306175545',60),('updated_to','',61),('','0',62),('','0.0',63),('index_option_2 tickets','1.1',64),('index_option_3 contact','1.1',65),('','0.0',66),('index_option_5 faq','1.1',67),('index_option_6 announcements','1.1',68),('index_option_7 downloads','1.1',69),('','0.0',70),('index_option_9 manuals','1.1',71),('charset','UTF-8',72),('index_option_10 home','1.1',73),('allow_signup','1',74),('download directory','download',75),('password_length','10',76),('allowable_characters_4_password','bcdfghjkmnpqrstvwxyz23456789BCDFGHJKMNPQRSTVWXYZ',77),('USE_CAPTCHA_FOR_REGISTERED_USERS','0',78),('USE_CAPTCHA_FOR_UNREGISTERED_USERS','1',79),('show time difference between the responses','1',80),('meta name description','Convict Cartel is an apparel store, online community and much more. All in one, for fun.',81),('allow change theme','1',82),('meta name keywords','upload, community, facebook, myspace, clean, ui, amazing, social, apparel, clothing',83),('use_ssl','0',84),('','0',85),('main_logo','1377499168_ConvictGold.png',86),('mails_logo','1350993328_logomail_dist.gif',87),('invoices_left','',88),('invoices_right','',89),('','',90),('','',91),('','',92),('show_logo_in_header','1',93),('company_color','#FFFFFF',94),('slogan1_color','#FFFFFF',95),('slogan2_color','#FFFFFF',96),('','0',97),('','',98),('','',99),('tickets_show_hours_minutes','2',100),('Digits for clients','4',101),('Digits for products','4',102),('limit form','120',103),('allow change language','0',104),('login attempts','3',105),('login block','300',106),('language for admin','en',107),('','',108),('tickets_translation','0',109),('tickets_show_user','1',110),('','0',111),('','0',112),('','0',113),('','0',114),('','0',115),('','0',116),('','0',117),('','0',118),('','0',119),('fast registration','1',120),('tickets, emails extract','0',121),('Google Analytics ID','UA-',122),('','',123),('Default time zone','America/Montevideo',124),('Download file types','.jpg .gif .png .zip .pdf',125); /*!40000 ALTER TABLE `hd_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_countries` -- DROP TABLE IF EXISTS `hd_countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_countries` ( `id` int(3) NOT NULL auto_increment, `country` varchar(30) NOT NULL, `countrycode` varchar(2) NOT NULL, `phonecode` int(3) NOT NULL, `tax` double(5,2) default '0.00', `taxname` varchar(20) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_countries` -- LOCK TABLES `hd_countries` WRITE; /*!40000 ALTER TABLE `hd_countries` DISABLE KEYS */; INSERT INTO `hd_countries` VALUES (1,'Afganistan','AF',93,0.00,NULL),(2,'Albania','AL',355,0.00,NULL),(3,'Germany','DE',49,0.00,NULL),(4,'American Samoa','AS',1,0.00,NULL),(5,'Andorra','AD',376,0.00,NULL),(6,'Angola','AO',244,0.00,NULL),(7,'Anguila','AI',1,0.00,NULL),(8,'Antigua and Barbuda','AG',1,0.00,NULL),(9,'Netherlands Antilles','AN',599,0.00,NULL),(10,'Antarctica','AQ',672,0.00,NULL),(11,'Saudi Arabia','SA',966,0.00,NULL),(12,'Argelia','DZ',213,0.00,NULL),(13,'Argentina','AR',54,0.00,NULL),(14,'Armenia','AM',374,0.00,NULL),(15,'Aruba','AW',297,0.00,NULL),(16,'France, Metropolitan','FX',0,0.00,NULL),(17,'Australia','AU',61,0.00,NULL),(18,'Austria','AT',43,0.00,NULL),(19,'Azerbaijan','AZ',994,0.00,NULL),(20,'Bahamas','BS',1,0.00,NULL),(21,'Bahrein','BH',973,0.00,NULL),(22,'Bangladesh','BD',880,0.00,NULL),(23,'Barbados','BB',1,0.00,NULL),(24,'Belice','BZ',501,0.00,NULL),(25,'Benin','BJ',229,0.00,NULL),(26,'Bermuda','BM',1,0.00,NULL),(27,'Belarus','BY',375,0.00,NULL),(28,'Bolivia','BO',591,0.00,NULL),(29,'Bosnia and Herzegovina','BA',387,0.00,NULL),(30,'Botswana','BW',267,0.00,NULL),(31,'Bouvet Island','BV',0,0.00,NULL),(32,'Brasil','BR',55,0.00,NULL),(33,'British Indian Ocean Territory','IO',0,0.00,NULL),(34,'Brunei Darussalam','BN',673,0.00,NULL),(35,'Bulgaria','BG',359,0.00,NULL),(36,'Burkina Faso','BF',226,0.00,NULL),(37,'Burundi','BI',257,0.00,NULL),(38,'Bhutan','BT',975,0.00,NULL),(39,'Belgium','BE',32,0.00,NULL),(40,'Cape Verde','CV',238,0.00,NULL),(41,'Camboya','KH',855,0.00,NULL),(42,'Cameroon','CM',237,0.00,NULL),(43,'Reunion','RE',0,0.00,NULL),(44,'Canada','CA',1,0.00,NULL),(45,'Chad','TD',235,0.00,NULL),(46,'Chile','CL',56,0.00,NULL),(47,'China','CN',86,0.00,NULL),(48,'Cyprus','CY',357,0.00,NULL),(49,'Colombia','CO',57,0.00,NULL),(50,'Comoros','KM',269,0.00,NULL),(51,'Congo','CG',242,0.00,NULL),(52,'North Korea','KP',850,0.00,NULL),(53,'South Korea','KR',82,0.00,NULL),(54,'Costa Rica','CR',506,0.00,NULL),(55,'Cote D Ivoire','CI',225,0.00,NULL),(56,'Croatia','HR',385,0.00,NULL),(57,'Cuba','CU',53,0.00,NULL),(58,'Denmark','DK',45,0.00,NULL),(59,'Djibouti','DJ',253,0.00,NULL),(60,'Dominica','DM',1,0.00,NULL),(61,'East Timor','TP',0,0.00,NULL),(62,'Ecuador','EC',593,0.00,NULL),(63,'Egypt','EG',20,0.00,NULL),(64,'El Salvador','SV',503,0.00,NULL),(65,'Vatican City State','VA',39,0.00,NULL),(66,'United Arab Emirate','AE',971,0.00,NULL),(67,'Eritrea','ER',291,0.00,NULL),(68,'Slovakia','SK',421,0.00,NULL),(69,'Slovenia','SI',386,0.00,NULL),(70,'España','ES',34,0.00,NULL),(71,'United States','US',1,0.00,NULL),(72,'Estonia','EE',372,0.00,NULL),(73,'Ethiopia','ET',251,0.00,NULL),(74,'Fiji','FJ',679,0.00,NULL),(75,'Philippines','PH',63,0.00,NULL),(76,'Finland','FI',358,0.00,NULL),(77,'France','FR',33,0.00,NULL),(78,'French Guyana','GF',0,0.00,NULL),(79,'French Polynesia','PF',689,0.00,NULL),(80,'French Southern Territories','TF',0,0.00,NULL),(81,'Gabon','GA',241,0.00,NULL),(82,'Gambia','GM',220,0.00,NULL),(83,'Georgia','GE',995,0.00,NULL),(84,'Ghana','GH',233,0.00,NULL),(85,'Gibraltar','GI',350,0.00,NULL),(86,'Grenada','GD',1,0.00,NULL),(87,'Greece','GR',30,0.00,NULL),(88,'Greenland','GL',299,0.00,NULL),(89,'Guadalupe','GP',0,0.00,NULL),(90,'Guam','GU',1,0.00,NULL),(91,'Guatemala','GT',502,0.00,NULL),(92,'Guinea','GN',224,0.00,NULL),(93,'Equatorial Guinea','GQ',240,0.00,NULL),(94,'Guinea-Bissau','GW',245,0.00,NULL),(95,'Guyana','GY',592,0.00,NULL),(96,'Haiti','HT',509,0.00,NULL),(97,'Heard and McDonald Islands','HM',0,0.00,NULL),(98,'Netherlands','NL',31,0.00,NULL),(99,'Honduras','HN',504,0.00,NULL),(100,'Hong Kong','HK',852,0.00,NULL),(101,'Hungary','HU',36,0.00,NULL),(102,'India','IN',91,0.00,NULL),(103,'Indonesia','ID',62,0.00,NULL),(104,'Iraq','IQ',964,0.00,NULL),(105,'Ireland','IE',353,0.00,NULL),(106,'Cocos Islands','CC',61,0.00,NULL),(107,'Christmas Island','CX',61,0.00,NULL),(108,'Islandia (Iceland)','IS',354,0.00,NULL),(109,'Cayman Islands','KY',1,0.00,NULL),(110,'Cook Islands','CK',682,0.00,NULL),(111,'Faroe Islands','FO',298,0.00,NULL),(112,'Falkland Islands (Malvinas)','FK',500,0.00,NULL),(113,'Marshall Islands','MH',692,0.00,NULL),(114,'Mauritius','MU',230,0.00,NULL),(115,'Solomon Islands','SB',677,0.00,NULL),(116,'South Georgia South Sandwidch ','GS',0,0.00,NULL),(117,'Turks and Caicos Islands','TC',1,0.00,NULL),(118,'Wallis and Futuna Islands','WF',681,0.00,NULL),(119,'Israel','IL',972,0.00,NULL),(120,'Italia','IT',39,0.00,NULL),(121,'Jamaica','JM',1,0.00,NULL),(122,'Japan','JP',81,0.00,NULL),(123,'Jordan','JO',962,0.00,NULL),(124,'Kazakhstan','KZ',7,0.00,NULL),(125,'Kenya','KE',254,0.00,NULL),(126,'Kiribati','KI',686,0.00,NULL),(127,'Kuwait','KW',965,0.00,NULL),(128,'Kyrgyzstan','KG',996,0.00,NULL),(129,'Laos','LA',856,0.00,NULL),(130,'Latvia','LV',371,0.00,NULL),(131,'Lesoto','LS',266,0.00,NULL),(132,'Liberia','LR',231,0.00,NULL),(133,'Libya','LY',218,0.00,NULL),(134,'Liechtenstein','LI',423,0.00,NULL),(135,'Lithuania','LT',370,0.00,NULL),(136,'Luxembourg','LU',352,0.00,NULL),(137,'Lebanon','LB',961,0.00,NULL),(138,'Macao','MO',853,0.00,NULL),(139,'Macedonia','MK',389,0.00,NULL),(140,'Madagascar','MG',261,0.00,NULL),(141,'Malaysia','MY',60,0.00,NULL),(142,'Malawi','MW',265,0.00,NULL),(143,'Maldives','MV',960,0.00,NULL),(144,'Malta','MT',356,0.00,NULL),(145,'Mali','ML',223,0.00,NULL),(146,'Morocco','MA',212,0.00,NULL),(147,'Martinique','MQ',0,0.00,NULL),(148,'Mauritania','MR',222,0.00,NULL),(149,'Mayotte','TY',0,0.00,NULL),(150,'Micronesia','FM',691,0.00,NULL),(151,'Moldova','MD',373,0.00,NULL),(152,'Mongolia','MN',976,0.00,NULL),(153,'Montserrat','MS',1,0.00,NULL),(154,'Mozambique','MZ',258,0.00,NULL),(155,'Myanmar','MM',95,0.00,NULL),(156,'Mexico','MX',52,0.00,NULL),(157,'Monaco','MC',377,0.00,NULL),(158,'Namibia','NA',264,0.00,NULL),(159,'Nauru','NR',674,0.00,NULL),(160,'Nepal','NP',977,0.00,NULL),(161,'Nicaragua','NI',505,0.00,NULL),(162,'Nigeria','NG',234,0.00,NULL),(163,'Niue','NU',683,0.00,NULL),(164,'Norfolk Island','NF',0,0.00,NULL),(165,'Northern Mariana Islands','MP',1,0.00,NULL),(166,'Norway','NO',47,0.00,NULL),(167,'New Caledonia','NC',687,0.00,NULL),(168,'New Zealand','NZ',64,0.00,NULL),(169,'Niger','NE',227,0.00,NULL),(170,'Oman','OM',968,0.00,NULL),(171,'Pakistan','PK',92,0.00,NULL),(172,'Palau','PW',680,0.00,NULL),(173,'Palestinian Territory','PS',0,0.00,NULL),(174,'Panama','PA',507,0.00,NULL),(175,'Papua New Guinea','PG',675,0.00,NULL),(176,'Paraguay','PY',595,0.00,NULL),(177,'Peru','PE',51,0.00,NULL),(178,'Pitcairn','PN',870,0.00,NULL),(179,'Poland','PL',48,0.00,NULL),(180,'Portugal','PT',351,0.00,NULL),(181,'Puerto Rico','PR',1,0.00,NULL),(182,'Qatar','QA',974,0.00,NULL),(183,'United Kingdom','GB',44,0.00,NULL),(184,'Central African Republic','CF',236,0.00,NULL),(185,'Czech Republic','CZ',420,0.00,NULL),(186,'Congo Democratic','CD',243,0.00,NULL),(187,'Republica Dominicana','DO',1,0.00,NULL),(188,'Iran','IR',98,0.00,NULL),(189,'Rwanda','RW',250,0.00,NULL),(190,'Romania','RO',40,0.00,NULL),(191,'Russia','RU',7,0.00,NULL),(192,'Saint Kitts and Nevis','KN',1,0.00,NULL),(193,'St. Pierre and Miquelon','PM',508,0.00,NULL),(194,'Samoa','WS',685,0.00,NULL),(195,'San Marino','SM',378,0.00,NULL),(196,'Saint Vincent and the Grenadin','VC',1,0.00,NULL),(197,'St. Helena','SH',290,0.00,NULL),(198,'Saint Lucia','LC',1,0.00,NULL),(199,'Sao Tome and Principe','ST',239,0.00,NULL),(200,'Senegal','SN',221,0.00,NULL),(201,'Serbia y Montenegro','RS',381,0.00,NULL),(202,'Seychelles','SC',248,0.00,NULL),(203,'Sierra Leone','SL',232,0.00,NULL),(204,'Singapore','SG',65,0.00,NULL),(205,'Syria','SY',963,0.00,NULL),(206,'Somalia','SO',252,0.00,NULL),(207,'Sri Lanka','LK',94,0.00,NULL),(208,'Swaziland','SZ',268,0.00,NULL),(209,'South Africa','ZA',27,0.00,NULL),(210,'Sudan','SD',249,0.00,NULL),(211,'Sweden','SE',46,0.00,NULL),(212,'Switzerland','CH',41,0.00,NULL),(213,'Suriname','SR',597,0.00,NULL),(214,'Svalbarn and Jan Mayen Islands','SJ',0,0.00,NULL),(215,'Thailand','TH',66,0.00,NULL),(216,'Taiwan','TW',886,0.00,NULL),(217,'Tajikistan','TJ',992,0.00,NULL),(218,'Tanzania','TZ',255,0.00,NULL),(219,'Togo','TG',228,0.00,NULL),(220,'Tonga','TO',676,0.00,NULL),(221,'Tokelau','TK',690,0.00,NULL),(222,'Trinidad y Tobago','TT',1,0.00,NULL),(223,'Turkmenistan','TM',993,0.00,NULL),(224,'Turkey','TR',90,0.00,NULL),(225,'Tuvalu','TV',688,0.00,NULL),(226,'Tunisia','TN',216,0.00,NULL),(227,'Ukraine','UA',380,0.00,NULL),(228,'Uganda','UG',256,0.00,NULL),(229,'US Minor Outlying Islands','UM',0,0.00,NULL),(230,'Uruguay','UY',598,0.00,''),(231,'Uzbekistan','UZ',998,0.00,NULL),(232,'Vanuatu','VU',678,0.00,NULL),(233,'Venezuela','VE',58,0.00,NULL),(234,'Vietnam','VN',84,0.00,NULL),(235,'Virgin Islands British','VG',1,0.00,NULL),(236,'Virgin Islands U.S.','VI',1,0.00,NULL),(237,'Western Sahara','EH',0,0.00,NULL),(238,'Yemen','YE',967,0.00,NULL),(239,'Zaire','ZR',0,0.00,NULL),(240,'Zambia','ZM',260,0.00,NULL),(241,'Zimbabwe','ZW',263,0.00,NULL),(242,'Yugoslavia','YU',0,0.00,NULL),(243,'Aland Islands','AX',0,0.00,NULL),(244,'Guernsey','GG',0,0.00,NULL),(245,'Isle of Man','IM',44,0.00,NULL),(246,'Jersey','JE',0,0.00,NULL),(247,'Mayotte','YT',262,0.00,NULL),(248,'Montenegro','ME',382,0.00,NULL),(249,'Saint Barthélemy','BL',590,0.00,NULL),(250,'Saint Martin','MF',1,0.00,NULL),(251,'Timor-Leste','TL',670,0.00,NULL); /*!40000 ALTER TABLE `hd_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_countries_states` -- DROP TABLE IF EXISTS `hd_countries_states`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_countries_states` ( `id` int(5) unsigned NOT NULL auto_increment, `state` varchar(100) NOT NULL, `country` int(4) NOT NULL default '0', `tax` double(5,2) default '0.00', `taxname` varchar(20) default NULL, PRIMARY KEY (`id`), KEY `country-code` (`country`) ) ENGINE=MyISAM AUTO_INCREMENT=4305 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_countries_states` -- LOCK TABLES `hd_countries_states` WRITE; /*!40000 ALTER TABLE `hd_countries_states` DISABLE KEYS */; INSERT INTO `hd_countries_states` VALUES (1,'Badakhshan',1,0.00,NULL),(2,'Badghis',1,0.00,NULL),(3,'Baghlan',1,0.00,NULL),(4,'Balkh',1,0.00,NULL),(5,'Bamian',1,0.00,NULL),(6,'Farah',1,0.00,NULL),(7,'Faryab',1,0.00,NULL),(8,'Ghazni',1,0.00,NULL),(9,'Ghowr',1,0.00,NULL),(10,'Helmand',1,0.00,NULL),(11,'Herat',1,0.00,NULL),(12,'Jowzjan',1,0.00,NULL),(13,'Kabol',1,0.00,NULL),(14,'Kandahar',1,0.00,NULL),(15,'Kapisa',1,0.00,NULL),(16,'Khowst',1,0.00,NULL),(17,'Konar',1,0.00,NULL),(18,'Konar',1,0.00,NULL),(19,'Kondoz',1,0.00,NULL),(20,'Laghman',1,0.00,NULL),(21,'Laghman',1,0.00,NULL),(22,'Lowgar',1,0.00,NULL),(23,'Nangarhar',1,0.00,NULL),(24,'Nimruz',1,0.00,NULL),(25,'Nurestan',1,0.00,NULL),(26,'Oruzgan',1,0.00,NULL),(27,'Paktia',1,0.00,NULL),(28,'Paktia',1,0.00,NULL),(29,'Paktika',1,0.00,NULL),(30,'Parvan',1,0.00,NULL),(31,'Samangan',1,0.00,NULL),(32,'Sar-e Pol',1,0.00,NULL),(33,'Takhar',1,0.00,NULL),(34,'Vardak',1,0.00,NULL),(35,'Zabol',1,0.00,NULL),(36,'Berat',2,0.00,NULL),(37,'Diber',2,0.00,NULL),(38,'Durres',2,0.00,NULL),(39,'Elbasan',2,0.00,NULL),(40,'Fier',2,0.00,NULL),(41,'Gjirokaster',2,0.00,NULL),(42,'Korce',2,0.00,NULL),(43,'Kukes',2,0.00,NULL),(44,'Lezhe',2,0.00,NULL),(45,'Shkoder',2,0.00,NULL),(46,'Tirane',2,0.00,NULL),(47,'Vlore',2,0.00,NULL),(48,'Baden-Wberg Bayern',3,0.00,NULL),(49,'Berlin',3,0.00,NULL),(50,'Brandenburg',3,0.00,NULL),(51,'Bremen',3,0.00,NULL),(52,'Hamburg',3,0.00,NULL),(53,'Hessen',3,0.00,NULL),(54,'Mecklenburg-Vorpommern',3,0.00,NULL),(55,'Niedersachsen',3,0.00,NULL),(56,'Nordrhein-Westfalen',3,0.00,NULL),(57,'Rheinland-Pfalz',3,0.00,NULL),(58,'Saarland',3,0.00,NULL),(59,'Sachsen',3,0.00,NULL),(60,'Sachsen-Anhalt',3,0.00,NULL),(61,'Schleswig-Holstein',3,0.00,NULL),(62,'Thuringen',3,0.00,NULL),(63,'American Samoa (General)',4,0.00,NULL),(64,'Andorra la Vella',5,0.00,''),(65,'Canillo',5,0.00,NULL),(66,'Encamp',5,0.00,NULL),(67,'Escaldes-Engordany',5,0.00,NULL),(68,'La Massana',5,0.00,NULL),(69,'Ordino',5,0.00,NULL),(70,'Sant Julia de Loria',5,0.00,NULL),(71,'Barbuda',5,0.00,NULL),(72,'Saint George',5,0.00,NULL),(73,'Saint John',5,0.00,NULL),(74,'Saint Mary',5,0.00,NULL),(75,'Saint Paul',5,0.00,NULL),(76,'Saint Peter',5,0.00,NULL),(77,'Saint Philip',5,0.00,NULL),(78,'Bengo',6,0.00,NULL),(79,'Benguela',6,0.00,NULL),(80,'Bie',6,0.00,NULL),(81,'Cabinda',6,0.00,NULL),(82,'Cuando Cubango',6,0.00,NULL),(83,'Cuanza Norte',6,0.00,NULL),(84,'Cuanza Sul',6,0.00,NULL),(85,'Cunene',6,0.00,NULL),(86,'Huambo',6,0.00,NULL),(87,'Huila',6,0.00,NULL),(88,'Luanda',6,0.00,NULL),(89,'Luanda Province',6,0.00,NULL),(90,'Lunda Norte',6,0.00,NULL),(91,'Lunda Sul',6,0.00,NULL),(92,'Malanje',6,0.00,NULL),(93,'Moxico',6,0.00,NULL),(94,'Uige',6,0.00,NULL),(95,'Zaire',6,0.00,NULL),(96,'Anguilla (General)',7,0.00,NULL),(97,'Barbuda',8,0.00,NULL),(98,'Saint George',8,0.00,NULL),(99,'Saint John',8,0.00,NULL),(100,'Saint Mary',8,0.00,NULL),(101,'Saint Paul',8,0.00,NULL),(102,'Saint Peter',8,0.00,NULL),(103,'Saint Philip',8,0.00,NULL),(104,'Netherlands Antilles (General)',9,0.00,NULL),(105,'Antarctica (General)',10,0.00,NULL),(106,'Al Bahah',11,0.00,NULL),(107,'Al Hudud ash Shamaliyah',11,0.00,NULL),(108,'Al Jawf',11,0.00,NULL),(109,'Al Jawf',11,0.00,NULL),(110,'Al Madinah',11,0.00,NULL),(111,'Al Qasim',11,0.00,NULL),(112,'Al Qurayyat',11,0.00,NULL),(113,'Ar Riyad',11,0.00,NULL),(114,'Ash Sharqiyah',11,0.00,NULL),(115,'Hail',11,0.00,NULL),(116,'Jizan',11,0.00,NULL),(117,'Makkah',11,0.00,NULL),(118,'Najran',11,0.00,NULL),(119,'Tabuk',11,0.00,NULL),(120,'Adrar',12,0.00,NULL),(121,'Ain Defla',12,0.00,NULL),(122,'Ain Temouchent',12,0.00,NULL),(123,'Alger',12,0.00,NULL),(124,'Annaba',12,0.00,NULL),(125,'Batna',12,0.00,NULL),(126,'Bechar',12,0.00,NULL),(127,'Bejaia',12,0.00,NULL),(128,'Biskra',12,0.00,NULL),(129,'Blida',12,0.00,NULL),(130,'Bordj Bou Arreridj',12,0.00,NULL),(131,'Bouira',12,0.00,NULL),(132,'Boumerdes',12,0.00,NULL),(133,'Chlef',12,0.00,NULL),(134,'Constantine',12,0.00,NULL),(135,'Djelfa',12,0.00,NULL),(136,'El Bayadh',12,0.00,NULL),(137,'El Oued',12,0.00,NULL),(138,'El Tarf',12,0.00,NULL),(139,'Ghardaia',12,0.00,NULL),(140,'Guelma',12,0.00,NULL),(141,'Illizi',12,0.00,NULL),(142,'Jijel',12,0.00,NULL),(143,'Khenchela',12,0.00,NULL),(144,'Laghouat',12,0.00,NULL),(145,'Msila',12,0.00,NULL),(146,'Mascara',12,0.00,NULL),(147,'Medea',12,0.00,NULL),(148,'Mila',12,0.00,NULL),(149,'Mostaganem',12,0.00,NULL),(150,'Naama',12,0.00,NULL),(151,'Oran',12,0.00,NULL),(152,'Ouargla',12,0.00,NULL),(153,'Oum el Bouaghi',12,0.00,NULL),(154,'Relizane',12,0.00,NULL),(155,'Saida',12,0.00,NULL),(156,'Setif',12,0.00,NULL),(157,'Sidi Bel Abbes',12,0.00,NULL),(158,'Skikda',12,0.00,NULL),(159,'Souk Ahras',12,0.00,NULL),(160,'Tamanghasset',12,0.00,NULL),(161,'Tebessa',12,0.00,NULL),(162,'Tiaret',12,0.00,NULL),(163,'Tindouf',12,0.00,NULL),(164,'Tipaza',12,0.00,NULL),(165,'Tissemsilt',12,0.00,NULL),(166,'Tizi Ouzou',12,0.00,NULL),(167,'Tlemcen',12,0.00,NULL),(168,'Buenos Aires',13,0.00,NULL),(169,'Catamarca',13,0.00,NULL),(170,'Chaco',13,0.00,NULL),(171,'Chubut',13,0.00,NULL),(172,'Cordoba',13,0.00,NULL),(173,'Corrientes',13,0.00,NULL),(174,'Distrito Federal',13,0.00,NULL),(175,'Entre Rios',13,0.00,NULL),(176,'Formosa',13,0.00,NULL),(177,'Jujuy',13,0.00,NULL),(178,'La Pampa',13,0.00,NULL),(179,'La Rioja',13,0.00,NULL),(180,'Mendoza',13,0.00,NULL),(181,'Misiones',13,0.00,NULL),(182,'Neuquen',13,0.00,NULL),(183,'Rio Negro',13,0.00,NULL),(184,'Salta',13,0.00,NULL),(185,'San Juan',13,0.00,NULL),(186,'San Luis',13,0.00,NULL),(187,'Santa Cruz',13,0.00,NULL),(188,'Santa Fe',13,0.00,NULL),(189,'Santiago del Estero',13,0.00,NULL),(190,'Tierra del Fuego',13,0.00,NULL),(191,'Tucuman',13,0.00,NULL),(192,'Aragatsotn',14,0.00,NULL),(193,'Ararat',14,0.00,NULL),(194,'Armavir',14,0.00,NULL),(195,'Gegharkunik',14,0.00,NULL),(196,'Kotayk',14,0.00,NULL),(197,'Lorri',14,0.00,NULL),(198,'Shirak',14,0.00,NULL),(199,'Syunik',14,0.00,NULL),(200,'Tavush',14,0.00,NULL),(201,'Vayots Dzor',14,0.00,NULL),(202,'Yerevan',14,0.00,NULL),(203,'Aruba (General)',15,0.00,NULL),(205,'Australian Capital Territory',17,0.00,NULL),(206,'New South Wales',17,0.00,NULL),(207,'Northern Territory',17,0.00,NULL),(208,'Queensland',17,0.00,NULL),(209,'South Australia',17,0.00,NULL),(210,'Tasmania',17,0.00,NULL),(211,'Victoria',17,0.00,NULL),(212,'Western Australia',17,0.00,NULL),(213,'Burgenland',18,0.00,NULL),(214,'Karnten',18,0.00,NULL),(215,'Niederosterreich',18,0.00,NULL),(216,'Oberosterreich',18,0.00,NULL),(217,'Salzburg',18,0.00,NULL),(218,'Steiermark',18,0.00,NULL),(219,'Tirol',18,0.00,NULL),(220,'Vorarlberg',18,0.00,NULL),(221,'Wien',18,0.00,NULL),(222,'Abseron',19,0.00,NULL),(223,'Agcabadi',19,0.00,NULL),(224,'Agdam',19,0.00,NULL),(225,'Agdas',19,0.00,NULL),(226,'Agstafa',19,0.00,NULL),(227,'Agsu',19,0.00,NULL),(228,'Ali Bayramli',19,0.00,NULL),(229,'Astara',19,0.00,NULL),(230,'Baki',19,0.00,NULL),(231,'Balakan',19,0.00,NULL),(232,'Barda',19,0.00,NULL),(233,'Beylaqan',19,0.00,NULL),(234,'Bilasuvar',19,0.00,NULL),(235,'Cabrayil',19,0.00,NULL),(236,'Calilabad',19,0.00,NULL),(237,'Daskasan',19,0.00,NULL),(238,'Davaci',19,0.00,NULL),(239,'Fuzuli',19,0.00,NULL),(240,'Gadabay',19,0.00,NULL),(241,'Ganca',19,0.00,NULL),(242,'Goranboy',19,0.00,NULL),(243,'Goycay',19,0.00,NULL),(244,'Haciqabul',19,0.00,NULL),(245,'Imisli',19,0.00,NULL),(246,'Ismayilli',19,0.00,NULL),(247,'Kalbacar',19,0.00,NULL),(248,'Kurdamir',19,0.00,NULL),(249,'Lacin',19,0.00,NULL),(250,'Lankaran',19,0.00,NULL),(251,'Lankaran',19,0.00,NULL),(252,'Lerik',19,0.00,NULL),(253,'Masalli',19,0.00,NULL),(254,'Mingacevir',19,0.00,NULL),(255,'Naftalan',19,0.00,NULL),(256,'Naxcivan',19,0.00,NULL),(257,'Neftcala',19,0.00,NULL),(258,'Oguz',19,0.00,NULL),(259,'Qabala',19,0.00,NULL),(260,'Qax',19,0.00,NULL),(261,'Qazax',19,0.00,NULL),(262,'Qobustan',19,0.00,NULL),(263,'Quba',19,0.00,NULL),(264,'Qubadli',19,0.00,NULL),(265,'Qusar',19,0.00,NULL),(266,'Saatli',19,0.00,NULL),(267,'Sabirabad',19,0.00,NULL),(268,'Saki',19,0.00,NULL),(269,'Saki',19,0.00,NULL),(270,'Salyan',19,0.00,NULL),(271,'Samaxi',19,0.00,NULL),(272,'Samkir',19,0.00,NULL),(273,'Samux',19,0.00,NULL),(274,'Siyazan',19,0.00,NULL),(275,'Sumqayit',19,0.00,NULL),(276,'Susa',19,0.00,NULL),(277,'Susa',19,0.00,NULL),(278,'Tartar',19,0.00,NULL),(279,'Tovuz',19,0.00,NULL),(280,'Ucar',19,0.00,NULL),(281,'Xacmaz',19,0.00,NULL),(282,'Xankandi',19,0.00,NULL),(283,'Xanlar',19,0.00,NULL),(284,'Xizi',19,0.00,NULL),(285,'Xocali',19,0.00,NULL),(286,'Xocavand',19,0.00,NULL),(287,'Yardimli',19,0.00,NULL),(288,'Yevlax',19,0.00,NULL),(289,'Yevlax',19,0.00,NULL),(290,'Zangilan',19,0.00,NULL),(291,'Zaqatala',19,0.00,NULL),(292,'Zardab',19,0.00,NULL),(293,'Acklins and Crooked Islands',20,0.00,NULL),(294,'Bimini',20,0.00,NULL),(295,'Cat Island',20,0.00,NULL),(296,'Exuma',20,0.00,NULL),(297,'Freeport',20,0.00,NULL),(298,'Fresh Creek',20,0.00,NULL),(299,'Governors Harbour',20,0.00,NULL),(300,'Green Turtle Cay',20,0.00,NULL),(301,'Harbour Island',20,0.00,NULL),(302,'High Rock',20,0.00,NULL),(303,'Inagua',20,0.00,NULL),(304,'Kemps Bay',20,0.00,NULL),(305,'Long Island',20,0.00,NULL),(306,'Marsh Harbour',20,0.00,NULL),(307,'Mayaguana',20,0.00,NULL),(308,'New Providence',20,0.00,NULL),(309,'Nichollstown and Berry Islands',20,0.00,NULL),(310,'Ragged Island',20,0.00,NULL),(311,'Rock Sound',20,0.00,NULL),(312,'San Salvador and Rum Cay',20,0.00,NULL),(313,'Sandy Point',20,0.00,NULL),(314,'Al Hadd',21,0.00,NULL),(315,'Al Manamah',21,0.00,NULL),(316,'Al Mintaqah al Gharbiyah',21,0.00,NULL),(317,'Al Mintaqah al Wusta',21,0.00,NULL),(318,'Al Mintaqah ash Shamaliyah',21,0.00,NULL),(319,'Al Muharraq',21,0.00,NULL),(320,'Ar Rifa',21,0.00,NULL),(321,'Jidd Hafs',21,0.00,NULL),(322,'Madinat',21,0.00,NULL),(323,'Madinat Hamad',21,0.00,NULL),(324,'Mintaqat Juzur Hawar',21,0.00,NULL),(325,'Sitrah',21,0.00,NULL),(326,'Bagerhat',22,0.00,NULL),(327,'Bandarban',22,0.00,NULL),(328,'Barguna',22,0.00,NULL),(329,'Barisal',22,0.00,NULL),(330,'Barisal Division',22,0.00,NULL),(331,'Bhola',22,0.00,NULL),(332,'Bogra',22,0.00,NULL),(333,'Brahmanbaria',22,0.00,NULL),(334,'Chandpur',22,0.00,NULL),(335,'Chapai Nawabganj',22,0.00,NULL),(336,'Chattagram',22,0.00,NULL),(337,'Chuadanga',22,0.00,NULL),(338,'Comilla',22,0.00,NULL),(339,'Coxs Bazar',22,0.00,NULL),(340,'Dhaka',22,0.00,NULL),(341,'Dhaka Division',22,0.00,NULL),(342,'Dinajpur',22,0.00,NULL),(343,'Faridpur',22,0.00,NULL),(344,'Feni',22,0.00,NULL),(345,'Gaibandha',22,0.00,NULL),(346,'Gazipur',22,0.00,NULL),(347,'Gopalganj',22,0.00,NULL),(348,'Habiganj',22,0.00,NULL),(349,'Jaipurhat',22,0.00,NULL),(350,'Jamalpur',22,0.00,NULL),(351,'Jessore',22,0.00,NULL),(352,'Jhalakati',22,0.00,NULL),(353,'Jhenaidah',22,0.00,NULL),(354,'Khagrachari',22,0.00,NULL),(355,'Khulna',22,0.00,NULL),(356,'Khulna Division',22,0.00,NULL),(357,'Kishorganj',22,0.00,NULL),(358,'Kurigram',22,0.00,NULL),(359,'Kushtia',22,0.00,NULL),(360,'Laksmipur',22,0.00,NULL),(361,'Lalmonirhat',22,0.00,NULL),(362,'Madaripur',22,0.00,NULL),(363,'Magura',22,0.00,NULL),(364,'Manikganj',22,0.00,NULL),(365,'Meherpur',22,0.00,NULL),(366,'Moulavibazar',22,0.00,NULL),(367,'Munshiganj',22,0.00,NULL),(368,'Mymensingh',22,0.00,NULL),(369,'Naogaon',22,0.00,NULL),(370,'Narail',22,0.00,NULL),(371,'Narayanganj',22,0.00,NULL),(372,'Narsingdi',22,0.00,NULL),(373,'Nator',22,0.00,NULL),(374,'Netrakona',22,0.00,NULL),(375,'Nilphamari',22,0.00,NULL),(376,'Noakhali',22,0.00,NULL),(377,'Pabna',22,0.00,NULL),(378,'Panchagar',22,0.00,NULL),(379,'Parbattya Chattagram',22,0.00,NULL),(380,'Patuakhali',22,0.00,NULL),(381,'Pirojpur',22,0.00,NULL),(382,'Rajbari',22,0.00,NULL),(383,'Rajshahi',22,0.00,NULL),(384,'Rangpur',22,0.00,NULL),(385,'Rajshahi Division',22,0.00,NULL),(386,'Satkhira',22,0.00,NULL),(387,'Shariyatpur',22,0.00,NULL),(388,'Sherpur',22,0.00,NULL),(389,'Sirajganj',22,0.00,NULL),(390,'Sunamganj',22,0.00,NULL),(391,'Sylhet',22,0.00,NULL),(392,'Sylhet Division',22,0.00,NULL),(393,'Tangail',22,0.00,NULL),(394,'Thakurgaon',22,0.00,NULL),(395,'Christ Church',23,0.00,NULL),(396,'Saint Andrew',23,0.00,NULL),(397,'Saint George',23,0.00,NULL),(398,'Saint James',23,0.00,NULL),(399,'Saint John',23,0.00,NULL),(400,'Saint Joseph',23,0.00,NULL),(401,'Saint Lucy',23,0.00,NULL),(402,'Saint Michael',23,0.00,NULL),(403,'Saint Peter',23,0.00,NULL),(404,'Saint Philip',23,0.00,NULL),(405,'Saint Thomas',23,0.00,NULL),(406,'Belize',24,0.00,NULL),(407,'Cayo',24,0.00,NULL),(408,'Corozal',24,0.00,NULL),(409,'Orange Walk',24,0.00,NULL),(410,'Stann Creek',24,0.00,NULL),(411,'Toledo',24,0.00,NULL),(412,'Atakora',25,0.00,NULL),(413,'Atlantique',25,0.00,NULL),(414,'Borgou',25,0.00,NULL),(415,'Littoral Department',25,0.00,NULL),(416,'Mono',25,0.00,NULL),(417,'Oueme',25,0.00,NULL),(418,'Zou',25,0.00,NULL),(419,'Devonshire',26,0.00,NULL),(420,'Hamilton',26,0.00,NULL),(421,'Hamilton',26,0.00,NULL),(422,'Paget',26,0.00,NULL),(423,'Pembroke',26,0.00,NULL),(424,'Saint George',26,0.00,NULL),(425,'Saint Georges',26,0.00,NULL),(426,'Sandys',26,0.00,NULL),(427,'Smiths',26,0.00,NULL),(428,'Southampton',26,0.00,NULL),(429,'Warwick',26,0.00,NULL),(430,'Brestskaya Voblasts',27,0.00,NULL),(431,'Homyel skaya Voblasts',27,0.00,NULL),(432,'Hrodzyenskaya Voblasts',27,0.00,NULL),(433,'Mahilyowskaya Voblasts',27,0.00,NULL),(434,'Minsk',27,0.00,NULL),(435,'Minskaya Voblasts',27,0.00,NULL),(436,'Vitsyebskaya Voblasts',27,0.00,NULL),(437,'Chuquisaca',28,0.00,NULL),(438,'Cochabamba',28,0.00,NULL),(439,'El Beni',28,0.00,NULL),(440,'La Paz',28,0.00,NULL),(441,'Oruro',28,0.00,NULL),(442,'Pando',28,0.00,NULL),(443,'Potosi',28,0.00,NULL),(444,'Santa Cruz',28,0.00,NULL),(445,'Tarija',28,0.00,NULL),(446,'Bosanska Dubica',29,0.00,NULL),(447,'Federation of Bosnia and Herzegovina',29,0.00,NULL),(448,'Republika Srpska',29,0.00,NULL),(449,'Central',30,0.00,NULL),(450,'Chobe',30,0.00,NULL),(451,'Ghanzi',30,0.00,NULL),(452,'Kgalagadi',30,0.00,NULL),(453,'Kgatleng',30,0.00,NULL),(454,'Kweneng',30,0.00,NULL),(455,'Ngamiland',30,0.00,NULL),(456,'North-East',30,0.00,NULL),(457,'South-East',30,0.00,NULL),(458,'Southern',30,0.00,NULL),(459,'Bouvet Island (General)',31,0.00,NULL),(460,'Acre',32,0.00,NULL),(461,'Alagoas',32,0.00,NULL),(462,'Amapa',32,0.00,NULL),(463,'Amazonas',32,0.00,NULL),(464,'Bahia',32,0.00,NULL),(465,'Ceara',32,0.00,NULL),(466,'Distrito Federal',32,0.00,NULL),(467,'Espirito Santo',32,0.00,NULL),(468,'Goias',32,0.00,NULL),(469,'Maranhao',32,0.00,NULL),(470,'Mato Grosso',32,0.00,NULL),(471,'Mato Grosso do Sul',32,0.00,NULL),(472,'Minas Gerais',32,0.00,NULL),(473,'Para',32,0.00,NULL),(474,'Paraiba',32,0.00,NULL),(475,'Parana',32,0.00,NULL),(476,'Pernambuco',32,0.00,NULL),(477,'Piaui',32,0.00,NULL),(478,'Rio Grande do Norte',32,0.00,NULL),(479,'Rio Grande do Sul',32,0.00,NULL),(480,'Rio de Janeiro',32,0.00,NULL),(481,'Rondonia',32,0.00,NULL),(482,'Roraima',32,0.00,NULL),(483,'Santa Catarina',32,0.00,NULL),(484,'Sao Paulo',32,0.00,NULL),(485,'Sergipe',32,0.00,NULL),(486,'Tocantins',32,0.00,NULL),(487,'British Indian Ocean Territory (General)',33,0.00,NULL),(488,'Alibori',34,0.00,NULL),(489,'Belait',34,0.00,NULL),(490,'Brunei and Muara',34,0.00,NULL),(491,'Collines',34,0.00,NULL),(492,'Donga',34,0.00,NULL),(493,'Kouffo',34,0.00,NULL),(494,'Littoral',34,0.00,NULL),(495,'Oueme',34,0.00,NULL),(496,'Plateau',34,0.00,NULL),(497,'Temburong',34,0.00,NULL),(498,'Tutong',34,0.00,NULL),(499,'Zou',34,0.00,NULL),(500,'Blagoevgrad',35,0.00,NULL),(501,'Burgas',35,0.00,NULL),(502,'Dobrich',35,0.00,NULL),(503,'Gabrovo',35,0.00,NULL),(504,'Grad Sofiya',35,0.00,NULL),(505,'Khaskovo',35,0.00,NULL),(506,'Kurdzhali',35,0.00,NULL),(507,'Kyustendil',35,0.00,NULL),(508,'Lovech',35,0.00,NULL),(509,'Mikhaylovgrad',35,0.00,NULL),(510,'Montana',35,0.00,NULL),(511,'Pazardzhik',35,0.00,NULL),(512,'Pernik',35,0.00,NULL),(513,'Pleven',35,0.00,NULL),(514,'Plovdiv',35,0.00,NULL),(515,'Razgrad',35,0.00,NULL),(516,'Ruse',35,0.00,NULL),(517,'Shumen',35,0.00,NULL),(518,'Silistra',35,0.00,NULL),(519,'Sliven',35,0.00,NULL),(520,'Smolyan',35,0.00,NULL),(521,'Sofiya',35,0.00,NULL),(522,'Stara Zagora',35,0.00,NULL),(523,'Turgovishte',35,0.00,NULL),(524,'Varna',35,0.00,NULL),(525,'Veliko Turnovo',35,0.00,NULL),(526,'Vidin',35,0.00,NULL),(527,'Vratsa',35,0.00,NULL),(528,'Yambol',35,0.00,NULL),(529,'Bale',36,0.00,NULL),(530,'Bam',36,0.00,NULL),(531,'Banwa',36,0.00,NULL),(532,'Bazega',36,0.00,NULL),(533,'Bougouriba',36,0.00,NULL),(534,'Boulgou',36,0.00,NULL),(535,'Boulkiemde',36,0.00,NULL),(536,'Ganzourgou',36,0.00,NULL),(537,'Gnagna',36,0.00,NULL),(538,'Gourma',36,0.00,NULL),(539,'Houet',36,0.00,NULL),(540,'Ioba',36,0.00,NULL),(541,'Kadiogo',36,0.00,NULL),(542,'Kenedougou',36,0.00,NULL),(543,'Komoe',36,0.00,NULL),(544,'Komondjari',36,0.00,NULL),(545,'Kompienga',36,0.00,NULL),(546,'Kossi',36,0.00,NULL),(547,'Koulpelogo',36,0.00,NULL),(548,'Kouritenga',36,0.00,NULL),(549,'Kourweogo',36,0.00,NULL),(550,'Leraba',36,0.00,NULL),(551,'Loroum',36,0.00,NULL),(552,'Mouhoun',36,0.00,NULL),(553,'Namentenga',36,0.00,NULL),(554,'Naouri',36,0.00,NULL),(555,'Nayala',36,0.00,NULL),(556,'Noumbiel',36,0.00,NULL),(557,'Oubritenga',36,0.00,NULL),(558,'Oudalan',36,0.00,NULL),(559,'Passore',36,0.00,NULL),(560,'Poni',36,0.00,NULL),(561,'Sanguie',36,0.00,NULL),(562,'Sanmatenga',36,0.00,NULL),(563,'Seno',36,0.00,NULL),(564,'Sissili',36,0.00,NULL),(565,'Soum',36,0.00,NULL),(566,'Sourou',36,0.00,NULL),(567,'Tapoa',36,0.00,NULL),(568,'Tuy',36,0.00,NULL),(569,'Yagha',36,0.00,NULL),(570,'Yatenga',36,0.00,NULL),(571,'Ziro',36,0.00,NULL),(572,'Zondoma',36,0.00,NULL),(573,'Zoundweogo',36,0.00,NULL),(574,'Bubanza',37,0.00,NULL),(575,'Bujumbura',37,0.00,NULL),(576,'Bururi',37,0.00,NULL),(577,'Cankuzo',37,0.00,NULL),(578,'Cibitoke',37,0.00,NULL),(579,'Gitega',37,0.00,NULL),(580,'Karuzi',37,0.00,NULL),(581,'Kayanza',37,0.00,NULL),(582,'Kirundo',37,0.00,NULL),(583,'Makamba',37,0.00,NULL),(584,'Muramvya',37,0.00,NULL),(585,'Muyinga',37,0.00,NULL),(586,'Mwaro',37,0.00,NULL),(587,'Ngozi',37,0.00,NULL),(588,'Rutana',37,0.00,NULL),(589,'Ruyigi',37,0.00,NULL),(590,'Bumthang',38,0.00,NULL),(591,'Chhukha',38,0.00,NULL),(592,'Chirang',38,0.00,NULL),(593,'Daga',38,0.00,NULL),(594,'Geylegphug',38,0.00,NULL),(595,'Ha',38,0.00,NULL),(596,'Lhuntshi',38,0.00,NULL),(597,'Mongar',38,0.00,NULL),(598,'Paro',38,0.00,NULL),(599,'Pemagatsel',38,0.00,NULL),(600,'Punakha',38,0.00,NULL),(601,'Samchi',38,0.00,NULL),(602,'Samdrup',38,0.00,NULL),(603,'Shemgang',38,0.00,NULL),(604,'Tashigang',38,0.00,NULL),(605,'Thimphu',38,0.00,NULL),(606,'Tongsa',38,0.00,NULL),(607,'Wangdi Phodrang',38,0.00,NULL),(608,'Antwerpen',39,0.00,NULL),(609,'Brabant',39,0.00,NULL),(610,'Brabant Wallon',39,0.00,NULL),(611,'Brussels Hoofdstedelijk Gewest',39,0.00,NULL),(612,'Hainaut',39,0.00,NULL),(613,'Liege',39,0.00,NULL),(614,'Limburg',39,0.00,NULL),(615,'Luxembourg',39,0.00,NULL),(616,'Namur',39,0.00,NULL),(617,'Oost-Vlaanderen',39,0.00,NULL),(618,'Vlaams-Brabant',39,0.00,NULL),(619,'West-Vlaanderen',39,0.00,NULL),(620,'Boa Vista',40,0.00,NULL),(621,'Brava',40,0.00,NULL),(622,'Maio',40,0.00,NULL),(623,'Mosteiros',40,0.00,NULL),(624,'Paul',40,0.00,NULL),(625,'Praia',40,0.00,NULL),(626,'Ribeira Grande',40,0.00,NULL),(627,'Sal',40,0.00,NULL),(628,'Santa Catarina',40,0.00,NULL),(629,'Santa Cruz',40,0.00,NULL),(630,'Sao Domingos',40,0.00,NULL),(631,'Sao Filipe',40,0.00,NULL),(632,'Sao Miguel',40,0.00,NULL),(633,'Sao Nicolau',40,0.00,NULL),(634,'Sao Vicente',40,0.00,NULL),(635,'Tarrafal',40,0.00,NULL),(636,'Batdambang',41,0.00,NULL),(637,'Kampong Cham',41,0.00,NULL),(638,'Kampong Chhnang',41,0.00,NULL),(639,'Kampong Spoe',41,0.00,NULL),(640,'Kampong Thum',41,0.00,NULL),(641,'Kampot',41,0.00,NULL),(642,'Kandal',41,0.00,NULL),(643,'Kaoh Kong',41,0.00,NULL),(644,'Kracheh',41,0.00,NULL),(645,'Mondol Kiri',41,0.00,NULL),(646,'Pailin',41,0.00,NULL),(647,'Phnum Penh',41,0.00,NULL),(648,'Pouthisat',41,0.00,NULL),(649,'Preah Vihear',41,0.00,NULL),(650,'Prey Veng',41,0.00,NULL),(651,'Rotanokiri',41,0.00,NULL),(652,'Siemreab-Otdar Meanchey',41,0.00,NULL),(653,'Stoeng Treng',41,0.00,NULL),(654,'Svay Rieng',41,0.00,NULL),(655,'Takev',41,0.00,NULL),(656,'Adamaoua',42,0.00,NULL),(657,'Centre',42,0.00,NULL),(658,'Est',42,0.00,NULL),(659,'Extreme-Nord',42,0.00,NULL),(660,'Littoral',42,0.00,NULL),(661,'Nord',42,0.00,NULL),(662,'Nord-Ouest',42,0.00,NULL),(663,'Ouest',42,0.00,NULL),(664,'Sud',42,0.00,NULL),(665,'Sud-Ouest',42,0.00,NULL),(666,'Alberta',44,0.00,NULL),(667,'British Columbia',44,0.00,NULL),(668,'Manitoba',44,0.00,NULL),(669,'New Brunswick',44,0.00,NULL),(670,'Newfoundland',44,0.00,NULL),(671,'Northwest Territories',44,0.00,NULL),(672,'Nova Scotia',44,0.00,NULL),(673,'Nunavut',44,0.00,NULL),(674,'Ontario',44,0.00,NULL),(675,'Prince Edward Island',44,0.00,NULL),(676,'Quebec',44,0.00,NULL),(677,'Saskatchewan',44,0.00,NULL),(678,'Yukon Territory',44,0.00,NULL),(679,'Batha',45,0.00,NULL),(680,'Biltine',45,0.00,NULL),(681,'Borkou-Ennedi-Tibesti',45,0.00,NULL),(682,'Chari-Baguirmi',45,0.00,NULL),(683,'Guera',45,0.00,NULL),(684,'Kanem',45,0.00,NULL),(685,'Lac',45,0.00,NULL),(686,'Logone Occidental',45,0.00,NULL),(687,'Logone Oriental',45,0.00,NULL),(688,'Mayo-Kebbi',45,0.00,NULL),(689,'Moyen-Chari',45,0.00,NULL),(690,'Ouaddai',45,0.00,NULL),(691,'Salamat',45,0.00,NULL),(692,'Tandjile',45,0.00,NULL),(693,'Aisen del General Carlos Ibanez del Campo',46,0.00,NULL),(694,'Antofagasta',46,0.00,NULL),(695,'Araucania',46,0.00,NULL),(696,'Atacama',46,0.00,NULL),(697,'Bio-Bio',46,0.00,NULL),(698,'Coquimbo',46,0.00,NULL),(699,'Libertador General Bernardo OHiggins',46,0.00,NULL),(700,'Los Lagos',46,0.00,NULL),(701,'Magallanes y de la Antartica Chilena',46,0.00,NULL),(702,'Maule',46,0.00,NULL),(703,'Region Metropolitana',46,0.00,NULL),(704,'Tarapaca',46,0.00,NULL),(705,'Valparaiso',46,0.00,NULL),(706,'Anhui',47,0.00,NULL),(707,'Beijing',47,0.00,NULL),(708,'Chongqing',47,0.00,NULL),(709,'Fujian',47,0.00,NULL),(710,'Gansu',47,0.00,NULL),(711,'Guangdong',47,0.00,NULL),(712,'Guangxi',47,0.00,NULL),(713,'Guizhou',47,0.00,NULL),(714,'Hainan',47,0.00,NULL),(715,'Hebei',47,0.00,NULL),(716,'Heilongjiang',47,0.00,NULL),(717,'Henan',47,0.00,NULL),(718,'Hubei',47,0.00,NULL),(719,'Hunan',47,0.00,NULL),(720,'Jiangsu',47,0.00,NULL),(721,'Jiangxi',47,0.00,NULL),(722,'Jilin',47,0.00,NULL),(723,'Liaoning',47,0.00,NULL),(724,'Nei Mongol',47,0.00,NULL),(725,'Ningxia',47,0.00,NULL),(726,'Qinghai',47,0.00,NULL),(727,'Shaanxi',47,0.00,NULL),(728,'Shandong',47,0.00,NULL),(729,'Shanghai',47,0.00,NULL),(730,'Shanxi',47,0.00,NULL),(731,'Sichuan',47,0.00,NULL),(732,'Tianjin',47,0.00,NULL),(733,'Xinjiang',47,0.00,NULL),(734,'Xizang',47,0.00,NULL),(735,'Yunnan',47,0.00,NULL),(736,'Zhejiang',47,0.00,NULL),(737,'Famagusta',48,0.00,NULL),(738,'Kyrenia',48,0.00,NULL),(739,'Larnaca',48,0.00,NULL),(740,'Limassol',48,0.00,NULL),(741,'Nicosia',48,0.00,NULL),(742,'Paphos',48,0.00,NULL),(743,'Amazonas',49,0.00,NULL),(744,'Antioquia',49,0.00,NULL),(745,'Arauca',49,0.00,NULL),(746,'Atlantico',49,0.00,NULL),(747,'Bolivar',49,0.00,NULL),(748,'Bolívar Department',49,0.00,NULL),(749,'Boyaca',49,0.00,NULL),(750,'Boyacá Department',49,0.00,NULL),(751,'Caldas',49,0.00,NULL),(752,'Caldas Department',49,0.00,NULL),(753,'Caqueta',49,0.00,NULL),(754,'Casanare',49,0.00,NULL),(755,'Cauca',49,0.00,NULL),(756,'Cesar',49,0.00,NULL),(757,'Choco',49,0.00,NULL),(758,'Cordoba',49,0.00,NULL),(759,'Cundinamarca',49,0.00,NULL),(760,'Distrito Especial',49,0.00,NULL),(761,'Guainia',49,0.00,NULL),(762,'Guaviare',49,0.00,NULL),(763,'Huila',49,0.00,NULL),(764,'La Guajira',49,0.00,NULL),(765,'Magdalena',49,0.00,NULL),(766,'Magdalena Department',49,0.00,NULL),(767,'Meta',49,0.00,NULL),(768,'Narino',49,0.00,NULL),(769,'Norte de Santander',49,0.00,NULL),(770,'Putumayo',49,0.00,NULL),(771,'Quindio',49,0.00,NULL),(772,'Risaralda',49,0.00,NULL),(773,'San Andres y Providencia',49,0.00,NULL),(774,'Santander',49,0.00,NULL),(775,'Sucre',49,0.00,NULL),(776,'Tolima',49,0.00,NULL),(777,'Valle del Cauca',49,0.00,NULL),(778,'Vaupes',49,0.00,NULL),(779,'Vichada',49,0.00,NULL),(780,'Anjouan',50,0.00,NULL),(781,'Grande Comore',50,0.00,NULL),(782,'Moheli',50,0.00,NULL),(783,'Bouenza',51,0.00,NULL),(784,'Brazzaville',51,0.00,NULL),(785,'Cuvette',51,0.00,NULL),(786,'Kouilou',51,0.00,NULL),(787,'Lekoumou',51,0.00,NULL),(788,'Likouala',51,0.00,NULL),(789,'Niari',51,0.00,NULL),(790,'Plateaux',51,0.00,NULL),(791,'Pool',51,0.00,NULL),(792,'Sangha',51,0.00,NULL),(793,'Chagang-do',52,0.00,NULL),(794,'Hamgyong-bukto',52,0.00,NULL),(795,'Hamgyong-namdo',52,0.00,NULL),(796,'Hwanghae-bukto',52,0.00,NULL),(797,'Hwanghae-namdo',52,0.00,NULL),(798,'Kaesong-si',52,0.00,NULL),(799,'Kangwon-do',52,0.00,NULL),(800,'Najin Sonbong-si',52,0.00,NULL),(801,'Nampo-si',52,0.00,NULL),(802,'P yongan-bukto',52,0.00,NULL),(803,'P yongan-namdo',52,0.00,NULL),(804,'P yongyang-si',52,0.00,NULL),(805,'Yanggang-do',52,0.00,NULL),(806,'Ch ungch ong-bukto',53,0.00,NULL),(807,'Ch ungch ong-namdo',53,0.00,NULL),(808,'Cheju-do',53,0.00,NULL),(809,'Cholla-bukto',53,0.00,NULL),(810,'Cholla-namdo',53,0.00,NULL),(811,'Inch on-jikhalsi',53,0.00,NULL),(812,'Kangwon-do',53,0.00,NULL),(813,'Kwangju-jikhalsi',53,0.00,NULL),(814,'Kyonggi-do',53,0.00,NULL),(815,'Kyongsang-bukto',53,0.00,NULL),(816,'Kyongsang-namdo',53,0.00,NULL),(817,'Pusan-jikhalsi',53,0.00,NULL),(818,'Seoul-tukpyolsi',53,0.00,NULL),(819,'Taegu-jikhalsi',53,0.00,NULL),(820,'Taejon-jikhalsi',53,0.00,NULL),(821,'Ulsan-gwangyoksi',53,0.00,NULL),(822,'Alajuela',54,0.00,NULL),(823,'Cartago',54,0.00,NULL),(824,'Guanacaste',54,0.00,NULL),(825,'Heredia',54,0.00,NULL),(826,'Limon',54,0.00,NULL),(827,'Puntarenas',54,0.00,NULL),(828,'San Jose',54,0.00,NULL),(829,'Abengourou',55,0.00,NULL),(830,'Abidjan',55,0.00,NULL),(831,'Aboisso',55,0.00,NULL),(832,'Adiake',55,0.00,NULL),(833,'Adzope',55,0.00,NULL),(834,'Agboville',55,0.00,NULL),(835,'Alepe',55,0.00,NULL),(836,'Bangolo',55,0.00,NULL),(837,'Beoumi',55,0.00,NULL),(838,'Biankouma',55,0.00,NULL),(839,'Bocanda',55,0.00,NULL),(840,'Bondoukou',55,0.00,NULL),(841,'Bongouanou',55,0.00,NULL),(842,'Bouafle',55,0.00,NULL),(843,'Bouake',55,0.00,NULL),(844,'Bouna',55,0.00,NULL),(845,'Boundiali',55,0.00,NULL),(846,'Dabakala',55,0.00,NULL),(847,'Dabou',55,0.00,NULL),(848,'Daloa',55,0.00,NULL),(849,'Danane',55,0.00,NULL),(850,'Daoukro',55,0.00,NULL),(851,'Dimbokro',55,0.00,NULL),(852,'Divo',55,0.00,NULL),(853,'Duekoue',55,0.00,NULL),(854,'Ferkessedougou',55,0.00,NULL),(855,'Gagnoa',55,0.00,NULL),(856,'Grand-Bassam',55,0.00,NULL),(857,'Grand-Lahou',55,0.00,NULL),(858,'Guiglo',55,0.00,NULL),(859,'Haut-Sassandra Region',55,0.00,NULL),(860,'Issia',55,0.00,NULL),(861,'Jacqueville',55,0.00,NULL),(862,'Katiola',55,0.00,NULL),(863,'Korhogo',55,0.00,NULL),(864,'Lagunes Region',55,0.00,NULL),(865,'Lakota',55,0.00,NULL),(866,'Man',55,0.00,NULL),(867,'Mankono',55,0.00,NULL),(868,'Mbahiakro',55,0.00,NULL),(869,'Odienne',55,0.00,NULL),(870,'Oume',55,0.00,NULL),(871,'Sakassou',55,0.00,NULL),(872,'San Pedro',55,0.00,NULL),(873,'Sassandra',55,0.00,NULL),(874,'Seguela',55,0.00,NULL),(875,'Sinfra',55,0.00,NULL),(876,'Soubre',55,0.00,NULL),(877,'Tabou',55,0.00,NULL),(878,'Tanda',55,0.00,NULL),(879,'Tiassale',55,0.00,NULL),(880,'Tiebissou',55,0.00,NULL),(881,'Tingrela',55,0.00,NULL),(882,'Touba',55,0.00,NULL),(883,'Toulepleu',55,0.00,NULL),(884,'Toumodi',55,0.00,NULL),(885,'Vavoua',55,0.00,NULL),(886,'Yamoussoukro',55,0.00,NULL),(887,'Zuenoula',55,0.00,NULL),(888,'Bjelovarsko-Bilogorska',56,0.00,NULL),(889,'Brodsko-Posavska',56,0.00,NULL),(890,'Dubrovacko-Neretvanska',56,0.00,NULL),(891,'Grad Zagreb',56,0.00,NULL),(892,'Istarska',56,0.00,NULL),(893,'Karlovacka',56,0.00,NULL),(894,'Koprivnicko-Krizevacka',56,0.00,NULL),(895,'Krapinsko-Zagorska',56,0.00,NULL),(896,'Licko-Senjska',56,0.00,NULL),(897,'Medimurska',56,0.00,NULL),(898,'Osjecko-Baranjska',56,0.00,NULL),(899,'Pozesko-Slavonska',56,0.00,NULL),(900,'Primorsko-Goranska',56,0.00,NULL),(901,'Sibensko-Kninska',56,0.00,NULL),(902,'Sisacko-Moslavacka',56,0.00,NULL),(903,'Splitsko-Dalmatinska',56,0.00,NULL),(904,'Varazdinska',56,0.00,NULL),(905,'Viroviticko-Podravska',56,0.00,NULL),(906,'Vukovarsko-Srijemska',56,0.00,NULL),(907,'Zadarska',56,0.00,NULL),(908,'Zagrebacka',56,0.00,NULL),(909,'Camaguey',57,0.00,NULL),(910,'Ciego de Avila',57,0.00,NULL),(911,'Cienfuegos',57,0.00,NULL),(912,'Ciudad de la Habana',57,0.00,NULL),(913,'Granma',57,0.00,NULL),(914,'Guantanamo',57,0.00,NULL),(915,'Holguin',57,0.00,NULL),(916,'Isla de la Juventud',57,0.00,NULL),(917,'La Habana',57,0.00,NULL),(918,'Las Tunas',57,0.00,NULL),(919,'Matanzas',57,0.00,NULL),(920,'Pinar del Rio',57,0.00,NULL),(921,'Sancti Spiritus',57,0.00,NULL),(922,'Santiago de Cuba',57,0.00,NULL),(923,'Villa Clara',57,0.00,NULL),(924,'Arhus',58,0.00,NULL),(925,'Bornholm',58,0.00,NULL),(926,'Frederiksborg',58,0.00,NULL),(927,'Fyn',58,0.00,NULL),(928,'Kobenhavn',58,0.00,NULL),(929,'Nordjylland',58,0.00,NULL),(930,'Ribe',58,0.00,NULL),(931,'Ringkobing',58,0.00,NULL),(932,'Roskilde',58,0.00,NULL),(933,'Sonderjylland',58,0.00,NULL),(934,'Staden Kobenhavn',58,0.00,NULL),(935,'Storstrom',58,0.00,NULL),(936,'Vejle',58,0.00,NULL),(937,'Vestsjalland',58,0.00,NULL),(938,'Viborg',58,0.00,NULL),(939,'Dikhil',59,0.00,NULL),(940,'Djibouti',59,0.00,NULL),(941,'Obock',59,0.00,NULL),(942,'Tadjoura',59,0.00,NULL),(943,'Saint Andrew',60,0.00,NULL),(944,'Saint David',60,0.00,NULL),(945,'Saint George',60,0.00,NULL),(946,'Saint John',60,0.00,NULL),(947,'Saint Joseph',60,0.00,NULL),(948,'Saint Luke',60,0.00,NULL),(949,'Saint Mark',60,0.00,NULL),(950,'Saint Patrick',60,0.00,NULL),(951,'Saint Paul',60,0.00,NULL),(952,'Saint Peter',60,0.00,NULL),(953,'East Timor (General)',61,0.00,NULL),(954,'Azuay',62,0.00,NULL),(955,'Bolivar',62,0.00,NULL),(956,'Canar',62,0.00,NULL),(957,'Carchi',62,0.00,NULL),(958,'Chimborazo',62,0.00,NULL),(959,'Cotopaxi',62,0.00,NULL),(960,'El Oro',62,0.00,NULL),(961,'Esmeraldas',62,0.00,NULL),(962,'Galapagos',62,0.00,NULL),(963,'Guayas',62,0.00,NULL),(964,'Imbabura',62,0.00,NULL),(965,'Loja',62,0.00,NULL),(966,'Los Rios',62,0.00,NULL),(967,'Manabi',62,0.00,NULL),(968,'Morona-Santiago',62,0.00,NULL),(969,'Napo',62,0.00,NULL),(970,'Orellana',62,0.00,NULL),(971,'Pastaza',62,0.00,NULL),(972,'Pichincha',62,0.00,NULL),(973,'Sucumbios',62,0.00,NULL),(974,'Tungurahua',62,0.00,NULL),(975,'Zamora-Chinchipe',62,0.00,NULL),(976,'Ad Daqahliyah',63,0.00,NULL),(977,'Al Bahr al Ahmar',63,0.00,NULL),(978,'Al Buhayrah',63,0.00,NULL),(979,'Al Fayyum',63,0.00,NULL),(980,'Al Gharbiyah',63,0.00,NULL),(981,'Al Iskandariyah',63,0.00,NULL),(982,'Al Isma iliyah',63,0.00,NULL),(983,'Al Jizah',63,0.00,NULL),(984,'Al Minufiyah',63,0.00,NULL),(985,'Al Minya',63,0.00,NULL),(986,'Al Qahirah',63,0.00,NULL),(987,'Al Qalyubiyah',63,0.00,NULL),(988,'Al Wadi al Jadid',63,0.00,NULL),(989,'As Suways',63,0.00,NULL),(990,'Ash Sharqiyah',63,0.00,NULL),(991,'Aswan',63,0.00,NULL),(992,'Asyut',63,0.00,NULL),(993,'Bani Suwayf',63,0.00,NULL),(994,'Bur Said',63,0.00,NULL),(995,'Dumyat',63,0.00,NULL),(996,'Janub Sina',63,0.00,NULL),(997,'Kafr ash Shaykh',63,0.00,NULL),(998,'Matruh',63,0.00,NULL),(999,'Qina',63,0.00,NULL),(1000,'Shamal Sina',63,0.00,NULL),(1001,'Suhaj',63,0.00,NULL),(1002,'Ahuachapan',64,0.00,NULL),(1003,'Cabanas',64,0.00,NULL),(1004,'Chalatenango',64,0.00,NULL),(1005,'Cuscatlan',64,0.00,NULL),(1006,'La Libertad',64,0.00,NULL),(1007,'La Paz',64,0.00,NULL),(1008,'La Union',64,0.00,NULL),(1009,'Morazan',64,0.00,NULL),(1010,'San Miguel',64,0.00,NULL),(1011,'San Salvador',64,0.00,NULL),(1012,'San Vicente',64,0.00,NULL),(1013,'Santa Ana',64,0.00,NULL),(1014,'Sonsonate',64,0.00,NULL),(1015,'Usulutan',64,0.00,NULL),(1016,'Holy See (Vatican City State) (General)',65,0.00,NULL),(1017,'Abu Dhabi',66,0.00,NULL),(1018,'Ajman',66,0.00,NULL),(1019,'Dubai',66,0.00,NULL),(1020,'Fujairah',66,0.00,NULL),(1021,'Ras Al Khaimah',66,0.00,NULL),(1022,'Sharjah',66,0.00,NULL),(1023,'Umm Al Quwain',66,0.00,NULL),(1024,'Eritrea (General)',67,0.00,NULL),(1025,'Banska Bystrica',68,0.00,NULL),(1026,'Bratislava',68,0.00,NULL),(1027,'Kosice',68,0.00,NULL),(1028,'Nitra',68,0.00,NULL),(1029,'Presov',68,0.00,NULL),(1030,'Trencin',68,0.00,NULL),(1031,'Trnava',68,0.00,NULL),(1032,'Zilina',68,0.00,NULL),(1033,'Ajdovscina',69,0.00,NULL),(1034,'Beltinci',69,0.00,NULL),(1035,'Bled',69,0.00,NULL),(1036,'Bohinj',69,0.00,NULL),(1037,'Borovnica',69,0.00,NULL),(1038,'Bovec',69,0.00,NULL),(1039,'Brda',69,0.00,NULL),(1040,'Brezice',69,0.00,NULL),(1041,'Brezovica',69,0.00,NULL),(1042,'Celje',69,0.00,NULL),(1043,'Cerklje na Gorenjskem',69,0.00,NULL),(1044,'Cerknica',69,0.00,NULL),(1045,'Cerkno',69,0.00,NULL),(1046,'Crensovci',69,0.00,NULL),(1047,'Crna na Koroskem',69,0.00,NULL),(1048,'Crnomelj',69,0.00,NULL),(1049,'Divaca',69,0.00,NULL),(1050,'Dobrepolje',69,0.00,NULL),(1051,'Dobrova-Horjul-Polhov Gradec',69,0.00,NULL),(1052,'Dol pri Ljubljani',69,0.00,NULL),(1053,'Domzale',69,0.00,NULL),(1054,'Dornava',69,0.00,NULL),(1055,'Dravograd',69,0.00,NULL),(1056,'Duplek',69,0.00,NULL),(1057,'Gorenja Vas-Poljane',69,0.00,NULL),(1058,'Gorisnica',69,0.00,NULL),(1059,'Gornja Radgona',69,0.00,NULL),(1060,'Gornji Grad',69,0.00,NULL),(1061,'Gornji Petrovci',69,0.00,NULL),(1062,'Grosuplje',69,0.00,NULL),(1063,'Hrastnik',69,0.00,NULL),(1064,'Hrpelje-Kozina',69,0.00,NULL),(1065,'Idrija',69,0.00,NULL),(1066,'Ig',69,0.00,NULL),(1067,'Ilirska Bistrica',69,0.00,NULL),(1068,'Ivancna Gorica',69,0.00,NULL),(1069,'Izola-Isola',69,0.00,NULL),(1070,'Jesenice',69,0.00,NULL),(1071,'Jursinci',69,0.00,NULL),(1072,'Kamnik',69,0.00,NULL),(1073,'Kanal',69,0.00,NULL),(1074,'Kidricevo',69,0.00,NULL),(1075,'Kobarid',69,0.00,NULL),(1076,'Kobilje',69,0.00,NULL),(1077,'Kocevje',69,0.00,NULL),(1078,'Komen',69,0.00,NULL),(1079,'Koper-Capodistria',69,0.00,NULL),(1080,'Kozje',69,0.00,NULL),(1081,'Kranj',69,0.00,NULL),(1082,'Kranjska Gora',69,0.00,NULL),(1083,'Krsko',69,0.00,NULL),(1084,'Kungota',69,0.00,NULL),(1085,'Kuzma',69,0.00,NULL),(1086,'Lasko',69,0.00,NULL),(1087,'Lenart',69,0.00,NULL),(1088,'Litija',69,0.00,NULL),(1089,'Ljubljana',69,0.00,NULL),(1090,'Ljubno',69,0.00,NULL),(1091,'Ljutomer',69,0.00,NULL),(1092,'Logatec',69,0.00,NULL),(1093,'Loska Dolina',69,0.00,NULL),(1094,'Loski Potok',69,0.00,NULL),(1095,'Luce',69,0.00,NULL),(1096,'Lukovica',69,0.00,NULL),(1097,'Majsperk',69,0.00,NULL),(1098,'Maribor',69,0.00,NULL),(1099,'Medvode',69,0.00,NULL),(1100,'Menges',69,0.00,NULL),(1101,'Metlika',69,0.00,NULL),(1102,'Mezica',69,0.00,NULL),(1103,'Miren-Kostanjevica',69,0.00,NULL),(1104,'Mislinja',69,0.00,NULL),(1105,'Moravce',69,0.00,NULL),(1106,'Moravske Toplice',69,0.00,NULL),(1107,'Mozirje',69,0.00,NULL),(1108,'Murska Sobota',69,0.00,NULL),(1109,'Muta',69,0.00,NULL),(1110,'Naklo',69,0.00,NULL),(1111,'Nazarje',69,0.00,NULL),(1112,'Nova Gorica',69,0.00,NULL),(1113,'Novo Mesto',69,0.00,NULL),(1114,'Odranci',69,0.00,NULL),(1115,'Ormoz',69,0.00,NULL),(1116,'Osilnica',69,0.00,NULL),(1117,'Pesnica',69,0.00,NULL),(1118,'Piran',69,0.00,NULL),(1119,'Pivka',69,0.00,NULL),(1120,'Podcetrtek',69,0.00,NULL),(1121,'Postojna',69,0.00,NULL),(1122,'Preddvor',69,0.00,NULL),(1123,'Ptuj',69,0.00,NULL),(1124,'Puconci',69,0.00,NULL),(1125,'Racam',69,0.00,NULL),(1126,'Radece',69,0.00,NULL),(1127,'Radenci',69,0.00,NULL),(1128,'Radlje ob Dravi',69,0.00,NULL),(1129,'Radovljica',69,0.00,NULL),(1130,'Ribnica',69,0.00,NULL),(1131,'Rogaska Slatina',69,0.00,NULL),(1132,'Rogasovci',69,0.00,NULL),(1133,'Rogatec',69,0.00,NULL),(1134,'Ruse',69,0.00,NULL),(1135,'Semic',69,0.00,NULL),(1136,'Sencur',69,0.00,NULL),(1137,'Sentilj',69,0.00,NULL),(1138,'Sentjernej',69,0.00,NULL),(1139,'Sentjur pri Celju',69,0.00,NULL),(1140,'Sevnica',69,0.00,NULL),(1141,'Sezana',69,0.00,NULL),(1142,'Skocjan',69,0.00,NULL),(1143,'Skofja Loka',69,0.00,NULL),(1144,'Skofljica',69,0.00,NULL),(1145,'Slovenj Gradec',69,0.00,NULL),(1146,'Slovenska Bistrica',69,0.00,NULL),(1147,'Slovenske Konjice',69,0.00,NULL),(1148,'Smarje pri Jelsah',69,0.00,NULL),(1149,'Smartno ob Paki',69,0.00,NULL),(1150,'Sostanj',69,0.00,NULL),(1151,'Starse',69,0.00,NULL),(1152,'Store',69,0.00,NULL),(1153,'Sveti Jurij',69,0.00,NULL),(1154,'Tolmin',69,0.00,NULL),(1155,'Trbovlje',69,0.00,NULL),(1156,'Trebnje',69,0.00,NULL),(1157,'Trzic',69,0.00,NULL),(1158,'Turnisce',69,0.00,NULL),(1159,'Velenje',69,0.00,NULL),(1160,'Velike Lasce',69,0.00,NULL),(1161,'Videm',69,0.00,NULL),(1162,'Vipava',69,0.00,NULL),(1163,'Vitanje',69,0.00,NULL),(1164,'Vodice',69,0.00,NULL),(1165,'Vojnik',69,0.00,NULL),(1166,'Vrhnika',69,0.00,NULL),(1167,'Vuzenica',69,0.00,NULL),(1168,'Zagorje ob Savi',69,0.00,NULL),(1169,'Zalec',69,0.00,NULL),(1170,'Zavrc',69,0.00,NULL),(1171,'Zelezniki',69,0.00,NULL),(1172,'Ziri',69,0.00,NULL),(1173,'Zrece',69,0.00,NULL),(1174,'Andalucia',70,0.00,NULL),(1175,'Aragon',70,0.00,NULL),(1176,'Asturias',70,0.00,NULL),(1177,'Canarias',70,0.00,NULL),(1178,'Cantabria',70,0.00,NULL),(1179,'Castilla y Leon',70,0.00,NULL),(1180,'Castilla-La Mancha',70,0.00,NULL),(1181,'Cataluna',70,0.00,NULL),(1182,'Comunidad Valenciana',70,0.00,NULL),(1183,'Extremadura',70,0.00,NULL),(1184,'Galicia',70,0.00,NULL),(1185,'Islas Baleares',70,0.00,NULL),(1186,'La Rioja',70,0.00,NULL),(1187,'Madrid',70,0.00,NULL),(1188,'Murcia',70,0.00,NULL),(1189,'Navarra',70,0.00,NULL),(1190,'Pais Vasco',70,0.00,NULL),(1191,'Alabama',71,0.00,NULL),(1192,'Alaska',71,0.00,NULL),(1193,'American Samoa',71,0.00,NULL),(1194,'Arizona',71,0.00,NULL),(1195,'Arkansas',71,0.00,NULL),(1196,'California',71,6.00,'TAX'),(1197,'Colorado',71,0.00,NULL),(1198,'Connecticut',71,0.00,NULL),(1199,'Delaware',71,0.00,NULL),(1200,'District of Columbia',71,0.00,NULL),(1201,'Federated States of Micronesia',71,0.00,NULL),(1202,'Florida',71,0.00,NULL),(1203,'Georgia',71,0.00,NULL),(1204,'Guam',71,0.00,NULL),(1205,'Hawaii',71,0.00,NULL),(1206,'Idaho',71,0.00,NULL),(1207,'Illinois',71,0.00,NULL),(1208,'Indiana',71,0.00,NULL),(1209,'Iowa',71,0.00,NULL),(1210,'Kansas',71,0.00,NULL),(1211,'Kentucky',71,0.00,NULL),(1212,'Louisiana',71,0.00,NULL),(1213,'Maine',71,0.00,NULL),(1214,'Marshall Islands',71,0.00,NULL),(1215,'Maryland',71,0.00,NULL),(1216,'Massachusetts',71,0.00,NULL),(1217,'Michigan',71,0.00,NULL),(1218,'Minnesota',71,0.00,NULL),(1219,'Mississippi',71,0.00,NULL),(1220,'Missouri',71,0.00,NULL),(1221,'Montana',71,0.00,NULL),(1222,'Nebraska',71,0.00,NULL),(1223,'Nevada',71,0.00,NULL),(1224,'New Hampshire',71,0.00,NULL),(1225,'New Jersey',71,0.00,NULL),(1226,'New Mexico',71,0.00,NULL),(1227,'New York',71,0.00,NULL),(1228,'North Carolina',71,0.00,NULL),(1229,'North Dakota',71,0.00,NULL),(1230,'Northern Mariana Islands',71,0.00,NULL),(1231,'Ohio',71,0.00,NULL),(1232,'Oklahoma',71,0.00,NULL),(1233,'Oregon',71,0.00,NULL),(1234,'Palau',71,0.00,NULL),(1235,'Pennsylvania',71,0.00,NULL),(1236,'Puerto Rico',71,0.00,NULL),(1237,'Rhode Island',71,0.00,NULL),(1238,'South Carolina',71,0.00,NULL),(1239,'South Dakota',71,0.00,NULL),(1240,'Tennessee',71,0.00,NULL),(1241,'Texas',71,0.00,NULL),(1242,'Utah',71,0.00,NULL),(1243,'Vermont',71,0.00,NULL),(1244,'Virgin Islands',71,0.00,NULL),(1245,'Virginia',71,0.00,NULL),(1246,'Washington',71,0.00,NULL),(1247,'West Virginia',71,0.00,NULL),(1248,'Wisconsin',71,0.00,NULL),(1249,'Wyoming',71,0.00,NULL),(1250,'Harjumaa',72,0.00,NULL),(1251,'Hiiumaa',72,0.00,NULL),(1252,'Ida-Virumaa',72,0.00,NULL),(1253,'Jarvamaa',72,0.00,NULL),(1254,'Jogevamaa',72,0.00,NULL),(1255,'Kohtla-Jarve',72,0.00,NULL),(1256,'Laane-Virumaa',72,0.00,NULL),(1257,'Laanemaa',72,0.00,NULL),(1258,'Narva',72,0.00,NULL),(1259,'Parnu',72,0.00,NULL),(1260,'Parnumaa',72,0.00,NULL),(1261,'Polvamaa',72,0.00,NULL),(1262,'Raplamaa',72,0.00,NULL),(1263,'Saaremaa',72,0.00,NULL),(1264,'Sillamae',72,0.00,NULL),(1265,'Tallinn',72,0.00,NULL),(1266,'Tartu',72,0.00,NULL),(1267,'Tartumaa',72,0.00,NULL),(1268,'Valgamaa',72,0.00,NULL),(1269,'Viljandimaa',72,0.00,NULL),(1270,'Vorumaa',72,0.00,NULL),(1271,'Addis Abeba',73,0.00,NULL),(1272,'Adis Abeba',73,0.00,NULL),(1273,'Afar',73,0.00,NULL),(1274,'Afar',73,0.00,NULL),(1275,'Amara',73,0.00,NULL),(1276,'Amhara',73,0.00,NULL),(1277,'Benishangul',73,0.00,NULL),(1278,'Binshangul Gumuz',73,0.00,NULL),(1279,'Dire Dawa',73,0.00,NULL),(1280,'Gambela Hizboch',73,0.00,NULL),(1281,'Gambella',73,0.00,NULL),(1282,'Hareri Hizb',73,0.00,NULL),(1283,'Oromiya',73,0.00,NULL),(1284,'Somali',73,0.00,NULL),(1285,'Southern',73,0.00,NULL),(1286,'Sumale',73,0.00,NULL),(1287,'Tigray',73,0.00,NULL),(1288,'Tigray',73,0.00,NULL),(1289,'YeDebub Biheroch Bihereseboch na Hizboch',73,0.00,NULL),(1290,'Central',74,0.00,NULL),(1291,'Eastern',74,0.00,NULL),(1292,'Northern',74,0.00,NULL),(1293,'Rotuma',74,0.00,NULL),(1294,'Western',74,0.00,NULL),(1295,'Abra',75,0.00,NULL),(1296,'Agusan del Norte',75,0.00,NULL),(1297,'Agusan del Sur',75,0.00,NULL),(1298,'Aklan',75,0.00,NULL),(1299,'Albay',75,0.00,NULL),(1300,'Angeles',75,0.00,NULL),(1301,'Antique',75,0.00,NULL),(1302,'Aurora',75,0.00,NULL),(1303,'Bacolod',75,0.00,NULL),(1304,'Bago',75,0.00,NULL),(1305,'Baguio',75,0.00,NULL),(1306,'Bais',75,0.00,NULL),(1307,'Basilan',75,0.00,NULL),(1308,'Basilan City',75,0.00,NULL),(1309,'Bataan',75,0.00,NULL),(1310,'Batanes',75,0.00,NULL),(1311,'Batangas',75,0.00,NULL),(1312,'Batangas City',75,0.00,NULL),(1313,'Benguet',75,0.00,NULL),(1314,'Bohol',75,0.00,NULL),(1315,'Bukidnon',75,0.00,NULL),(1316,'Bulacan',75,0.00,NULL),(1317,'Butuan',75,0.00,NULL),(1318,'Cabanatuan',75,0.00,NULL),(1319,'Cadiz',75,0.00,NULL),(1320,'Cagayan',75,0.00,NULL),(1321,'Cagayan de Oro',75,0.00,NULL),(1322,'Calbayog',75,0.00,NULL),(1323,'Caloocan',75,0.00,NULL),(1324,'Camarines Norte',75,0.00,NULL),(1325,'Camarines Sur',75,0.00,NULL),(1326,'Camiguin',75,0.00,NULL),(1327,'Canlaon',75,0.00,NULL),(1328,'Capiz',75,0.00,NULL),(1329,'Catanduanes',75,0.00,NULL),(1330,'Cavite',75,0.00,NULL),(1331,'Cavite City',75,0.00,NULL),(1332,'Cebu',75,0.00,NULL),(1333,'Cebu City',75,0.00,NULL),(1334,'Cotabato',75,0.00,NULL),(1335,'Dagupan',75,0.00,NULL),(1336,'Danao',75,0.00,NULL),(1337,'Dapitan',75,0.00,NULL),(1338,'Davao',75,0.00,NULL),(1339,'Davao City',75,0.00,NULL),(1340,'Davao Oriental',75,0.00,NULL),(1341,'Davao del Sur',75,0.00,NULL),(1342,'Dipolog',75,0.00,NULL),(1343,'Dumaguete',75,0.00,NULL),(1344,'Eastern Samar',75,0.00,NULL),(1345,'General Santos',75,0.00,NULL),(1346,'Gingoog',75,0.00,NULL),(1347,'Ifugao',75,0.00,NULL),(1348,'Iligan',75,0.00,NULL),(1349,'Ilocos Norte',75,0.00,NULL),(1350,'Ilocos Sur',75,0.00,NULL),(1351,'Iloilo',75,0.00,NULL),(1352,'Iloilo City',75,0.00,NULL),(1353,'Iriga',75,0.00,NULL),(1354,'Isabela',75,0.00,NULL),(1355,'Kalinga-Apayao',75,0.00,NULL),(1356,'La Carlota',75,0.00,NULL),(1357,'La Union',75,0.00,NULL),(1358,'Laguna',75,0.00,NULL),(1359,'Lanao del Norte',75,0.00,NULL),(1360,'Lanao del Sur',75,0.00,NULL),(1361,'Laoag',75,0.00,NULL),(1362,'Lapu-Lapu',75,0.00,NULL),(1363,'Legaspi',75,0.00,NULL),(1364,'Leyte',75,0.00,NULL),(1365,'Lipa',75,0.00,NULL),(1366,'Lucena',75,0.00,NULL),(1367,'Maguindanao',75,0.00,NULL),(1368,'Mandaue',75,0.00,NULL),(1369,'Manila',75,0.00,NULL),(1370,'Marawi',75,0.00,NULL),(1371,'Marinduque',75,0.00,NULL),(1372,'Masbate',75,0.00,NULL),(1373,'Mindoro Occidental',75,0.00,NULL),(1374,'Mindoro Oriental',75,0.00,NULL),(1375,'Misamis Occidental',75,0.00,NULL),(1376,'Misamis Oriental',75,0.00,NULL),(1377,'Mountain',75,0.00,NULL),(1378,'Naga',75,0.00,NULL),(1379,'Negros Occidental',75,0.00,NULL),(1380,'Negros Oriental',75,0.00,NULL),(1381,'North Cotabato',75,0.00,NULL),(1382,'Northern Samar',75,0.00,NULL),(1383,'Nueva Ecija',75,0.00,NULL),(1384,'Nueva Vizcaya',75,0.00,NULL),(1385,'Olongapo',75,0.00,NULL),(1386,'Ormoc',75,0.00,NULL),(1387,'Oroquieta',75,0.00,NULL),(1388,'Ozamis',75,0.00,NULL),(1389,'Pagadian',75,0.00,NULL),(1390,'Palawan',75,0.00,NULL),(1391,'Palayan',75,0.00,NULL),(1392,'Pampanga',75,0.00,NULL),(1393,'Pangasinan',75,0.00,NULL),(1394,'Pasay',75,0.00,NULL),(1395,'Puerto Princesa',75,0.00,NULL),(1396,'Quezon',75,0.00,NULL),(1397,'Quezon City',75,0.00,NULL),(1398,'Quirino',75,0.00,NULL),(1399,'Rizal',75,0.00,NULL),(1400,'Romblon',75,0.00,NULL),(1401,'Roxas',75,0.00,NULL),(1402,'Samar',75,0.00,NULL),(1403,'San Carlos',75,0.00,NULL),(1404,'San Carlos',75,0.00,NULL),(1405,'San Jose',75,0.00,NULL),(1406,'San Pablo',75,0.00,NULL),(1407,'Silay',75,0.00,NULL),(1408,'Siquijor',75,0.00,NULL),(1409,'Sorsogon',75,0.00,NULL),(1410,'South Cotabato',75,0.00,NULL),(1411,'Southern Leyte',75,0.00,NULL),(1412,'Sultan Kudarat',75,0.00,NULL),(1413,'Sulu',75,0.00,NULL),(1414,'Surigao',75,0.00,NULL),(1415,'Surigao del Norte',75,0.00,NULL),(1416,'Surigao del Sur',75,0.00,NULL),(1417,'Tacloban',75,0.00,NULL),(1418,'Tagaytay',75,0.00,NULL),(1419,'Tagbilaran',75,0.00,NULL),(1420,'Tangub',75,0.00,NULL),(1421,'Tarlac',75,0.00,NULL),(1422,'Tawitawi',75,0.00,NULL),(1423,'Toledo',75,0.00,NULL),(1424,'Trece Martires',75,0.00,NULL),(1425,'Zambales',75,0.00,NULL),(1426,'Zamboanga',75,0.00,NULL),(1427,'Zamboanga del Norte',75,0.00,NULL),(1428,'Zamboanga del Sur',75,0.00,NULL),(1429,'Eastern Finland',76,0.00,NULL),(1430,'Lapland',76,0.00,NULL),(1431,'Oulu',76,0.00,NULL),(1432,'Southern Finland',76,0.00,NULL),(1433,'Western Finland',76,0.00,NULL),(1434,'Alsace',77,0.00,NULL),(1435,'Aquitaine',77,0.00,NULL),(1436,'Auvergne',77,0.00,NULL),(1437,'Basse-Normandie',77,0.00,NULL),(1438,'Bourgogne',77,0.00,NULL),(1439,'Bretagne',77,0.00,NULL),(1440,'Centre',77,0.00,NULL),(1441,'Champagne-Ardenne',77,0.00,NULL),(1442,'Corse',77,0.00,NULL),(1443,'Franche-Comte',77,0.00,NULL),(1444,'Haute-Normandie',77,0.00,NULL),(1445,'Ile-de-France',77,0.00,NULL),(1446,'Languedoc-Roussillon',77,0.00,NULL),(1447,'Limousin',77,0.00,NULL),(1448,'Lorraine',77,0.00,NULL),(1449,'Midi-Pyrenees',77,0.00,NULL),(1450,'Nord-Pas-de-Calais',77,0.00,NULL),(1451,'Pays de la Loire',77,0.00,NULL),(1452,'Picardie',77,0.00,NULL),(1453,'Poitou-Charentes',77,0.00,NULL),(1454,'Provence-Alpes-Cote d Azur',77,0.00,NULL),(1455,'Rhone-Alpes',77,0.00,NULL),(1456,'Guyane Département',78,0.00,NULL),(1457,'Polynésie Française Territoire',79,0.00,NULL),(1458,'French Southern Territories (General)',80,0.00,NULL),(1459,'Estuaire',81,0.00,NULL),(1460,'Haut-Ogooue',81,0.00,NULL),(1461,'Moyen-Ogooue',81,0.00,NULL),(1462,'Ngounie',81,0.00,NULL),(1463,'Nyanga',81,0.00,NULL),(1464,'Ogooue-Ivindo',81,0.00,NULL),(1465,'Ogooue-Lolo',81,0.00,NULL),(1466,'Ogooue-Maritime',81,0.00,NULL),(1467,'Woleu-Ntem',81,0.00,NULL),(1468,'Banjul',82,0.00,NULL),(1469,'Lower River',82,0.00,NULL),(1470,'MacCarthy Island',82,0.00,NULL),(1471,'North Bank',82,0.00,NULL),(1472,'Upper River',82,0.00,NULL),(1473,'Western',82,0.00,NULL),(1474,'Abashis Raioni',83,0.00,NULL),(1475,'Abkhazia',83,0.00,NULL),(1476,'Adigenis Raioni',83,0.00,NULL),(1477,'Ajaria',83,0.00,NULL),(1478,'Akhalgoris Raioni',83,0.00,NULL),(1479,'Akhalk alakis Raioni',83,0.00,NULL),(1480,'Akhalts ikhis Raioni',83,0.00,NULL),(1481,'Akhmetis Raioni',83,0.00,NULL),(1482,'Ambrolauris Raioni',83,0.00,NULL),(1483,'Aspindzis Raioni',83,0.00,NULL),(1484,'Baghdat is Raioni',83,0.00,NULL),(1485,'Bolnisis Raioni',83,0.00,NULL),(1486,'Borjomis Raioni',83,0.00,NULL),(1487,'Ch khorotsqus Raioni',83,0.00,NULL),(1488,'Ch okhatauris Raioni',83,0.00,NULL),(1489,'Chiat ura',83,0.00,NULL),(1490,'Dedop listsqaros Raioni',83,0.00,NULL),(1491,'Dmanisis Raioni',83,0.00,NULL),(1492,'Dushet is Raioni',83,0.00,NULL),(1493,'Gardabanis Raioni',83,0.00,NULL),(1494,'Gori',83,0.00,NULL),(1495,'Goris Raioni',83,0.00,NULL),(1496,'Gurjaanis Raioni',83,0.00,NULL),(1497,'Javis Raioni',83,0.00,NULL),(1498,'K arelis Raioni',83,0.00,NULL),(1499,'K ut aisi',83,0.00,NULL),(1500,'Kaspis Raioni',83,0.00,NULL),(1501,'Kharagaulis Raioni',83,0.00,NULL),(1502,'Khashuris Raioni',83,0.00,NULL),(1503,'Khobis Raioni',83,0.00,NULL),(1504,'Khonis Raioni',83,0.00,NULL),(1505,'Lagodekhis Raioni',83,0.00,NULL),(1506,'Lanch khut is Raioni',83,0.00,NULL),(1507,'Lentekhis Raioni',83,0.00,NULL),(1508,'Marneulis Raioni',83,0.00,NULL),(1509,'Martvilis Raioni',83,0.00,NULL),(1510,'Mestiis Raioni',83,0.00,NULL),(1511,'Mts khet is Raioni',83,0.00,NULL),(1512,'Ninotsmindis Raioni',83,0.00,NULL),(1513,'Onis Raioni',83,0.00,NULL),(1514,'Ozurget is Raioni',83,0.00,NULL),(1515,'P ot i',83,0.00,NULL),(1516,'Qazbegis Raioni',83,0.00,NULL),(1517,'Qvarlis Raioni',83,0.00,NULL),(1518,'Rust avi',83,0.00,NULL),(1519,'Sach kheris Raioni',83,0.00,NULL),(1520,'Sagarejos Raioni',83,0.00,NULL),(1521,'Samtrediis Raioni',83,0.00,NULL),(1522,'Senakis Raioni',83,0.00,NULL),(1523,'Sighnaghis Raioni',83,0.00,NULL),(1524,'T bilisi',83,0.00,NULL),(1525,'T elavis Raioni',83,0.00,NULL),(1526,'T erjolis Raioni',83,0.00,NULL),(1527,'T et ritsqaros Raioni',83,0.00,NULL),(1528,'T ianet is Raioni',83,0.00,NULL),(1529,'Tqibuli',83,0.00,NULL),(1530,'Ts ageris Raioni',83,0.00,NULL),(1531,'Tsalenjikhis Raioni',83,0.00,NULL),(1532,'Tsalkis Raioni',83,0.00,NULL),(1533,'Tsqaltubo',83,0.00,NULL),(1534,'Vanis Raioni',83,0.00,NULL),(1535,'Zestap onis Raioni',83,0.00,NULL),(1536,'Zugdidi',83,0.00,NULL),(1537,'Zugdidis Raioni',83,0.00,NULL),(1538,'Ashanti',84,0.00,NULL),(1539,'Brong-Ahafo',84,0.00,NULL),(1540,'Central',84,0.00,NULL),(1541,'Eastern',84,0.00,NULL),(1542,'Greater Accra',84,0.00,NULL),(1543,'Northern',84,0.00,NULL),(1544,'Upper East',84,0.00,NULL),(1545,'Upper West',84,0.00,NULL),(1546,'Volta',84,0.00,NULL),(1547,'Western',84,0.00,NULL),(1548,'Gibraltar (General)',85,0.00,NULL),(1549,'Saint Andrew',86,0.00,NULL),(1550,'Saint David',86,0.00,NULL),(1551,'Saint George',86,0.00,NULL),(1552,'Saint John',86,0.00,NULL),(1553,'Saint Mark',86,0.00,NULL),(1554,'Saint Patrick',86,0.00,NULL),(1555,'Aitolia kai Akarnania',87,0.00,NULL),(1556,'Akhaia',87,0.00,NULL),(1557,'Argolis',87,0.00,NULL),(1558,'Arkadhia',87,0.00,NULL),(1559,'Arta',87,0.00,NULL),(1560,'Attiki',87,0.00,NULL),(1561,'Dhodhekanisos',87,0.00,NULL),(1562,'Drama',87,0.00,NULL),(1563,'Evritania',87,0.00,NULL),(1564,'Evros',87,0.00,NULL),(1565,'Evvoia',87,0.00,NULL),(1566,'Florina',87,0.00,NULL),(1567,'Fokis',87,0.00,NULL),(1568,'Fthiotis',87,0.00,NULL),(1569,'Grevena',87,0.00,NULL),(1570,'Ilia',87,0.00,NULL),(1571,'Imathia',87,0.00,NULL),(1572,'Ioannina',87,0.00,NULL),(1573,'Iraklion',87,0.00,NULL),(1574,'Kardhitsa',87,0.00,NULL),(1575,'Kastoria',87,0.00,NULL),(1576,'Kavala',87,0.00,NULL),(1577,'Kefallinia',87,0.00,NULL),(1578,'Kerkira',87,0.00,NULL),(1579,'Khalkidhiki',87,0.00,NULL),(1580,'Khania',87,0.00,NULL),(1581,'Khios',87,0.00,NULL),(1582,'Kikladhes',87,0.00,NULL),(1583,'Kilkis',87,0.00,NULL),(1584,'Korinthia',87,0.00,NULL),(1585,'Kozani',87,0.00,NULL),(1586,'Lakonia',87,0.00,NULL),(1587,'Larisa',87,0.00,NULL),(1588,'Lasithi',87,0.00,NULL),(1589,'Lesvos',87,0.00,NULL),(1590,'Levkas',87,0.00,NULL),(1591,'Magnisia',87,0.00,NULL),(1592,'Messinia',87,0.00,NULL),(1593,'Pella',87,0.00,NULL),(1594,'Pieria',87,0.00,NULL),(1595,'Preveza',87,0.00,NULL),(1596,'Rethimni',87,0.00,NULL),(1597,'Rodhopi',87,0.00,NULL),(1598,'Samos',87,0.00,NULL),(1599,'Serrai',87,0.00,NULL),(1600,'Thesprotia',87,0.00,NULL),(1601,'Thessaloniki',87,0.00,NULL),(1602,'Trikala',87,0.00,NULL),(1603,'Voiotia',87,0.00,NULL),(1604,'Xanthi',87,0.00,NULL),(1605,'Zakinthos',87,0.00,NULL),(1606,'Nordgronland',88,0.00,NULL),(1607,'Ostgronland',88,0.00,NULL),(1608,'Vestgronland',88,0.00,NULL),(1609,'Guadeloupe Département',89,0.00,NULL),(1610,'Guam (General)',90,0.00,NULL),(1611,'Alta Verapaz',91,0.00,NULL),(1612,'Baja Verapaz',91,0.00,NULL),(1613,'Chimaltenango',91,0.00,NULL),(1614,'Chiquimula',91,0.00,NULL),(1615,'El Progreso',91,0.00,NULL),(1616,'Escuintla',91,0.00,NULL),(1617,'Guatemala',91,0.00,NULL),(1618,'Huehuetenango',91,0.00,NULL),(1619,'Izabal',91,0.00,NULL),(1620,'Jalapa',91,0.00,NULL),(1621,'Jutiapa',91,0.00,NULL),(1622,'Peten',91,0.00,NULL),(1623,'Quetzaltenango',91,0.00,NULL),(1624,'Quiche',91,0.00,NULL),(1625,'Retalhuleu',91,0.00,NULL),(1626,'Sacatepequez',91,0.00,NULL),(1627,'San Marcos',91,0.00,NULL),(1628,'Santa Rosa',91,0.00,NULL),(1629,'Solola',91,0.00,NULL),(1630,'Suchitepequez',91,0.00,NULL),(1631,'Totonicapan',91,0.00,NULL),(1632,'Zacapa',91,0.00,NULL),(1633,'Beyla',92,0.00,NULL),(1634,'Boffa',92,0.00,NULL),(1635,'Boke',92,0.00,NULL),(1636,'Conakry',92,0.00,NULL),(1637,'Coyah',92,0.00,NULL),(1638,'Dabola',92,0.00,NULL),(1639,'Dalaba',92,0.00,NULL),(1640,'Dinguiraye',92,0.00,NULL),(1641,'Dubreka',92,0.00,NULL),(1642,'Faranah',92,0.00,NULL),(1643,'Forecariah',92,0.00,NULL),(1644,'Fria',92,0.00,NULL),(1645,'Gaoual',92,0.00,NULL),(1646,'Gueckedou',92,0.00,NULL),(1647,'Kankan',92,0.00,NULL),(1648,'Kerouane',92,0.00,NULL),(1649,'Kindia',92,0.00,NULL),(1650,'Kissidougou',92,0.00,NULL),(1651,'Koubia',92,0.00,NULL),(1652,'Koundara',92,0.00,NULL),(1653,'Kouroussa',92,0.00,NULL),(1654,'Labe',92,0.00,NULL),(1655,'Lelouma',92,0.00,NULL),(1656,'Lola',92,0.00,NULL),(1657,'Macenta',92,0.00,NULL),(1658,'Mali',92,0.00,NULL),(1659,'Mamou',92,0.00,NULL),(1660,'Mandiana',92,0.00,NULL),(1661,'Nzerekore',92,0.00,NULL),(1662,'Pita',92,0.00,NULL),(1663,'Siguiri',92,0.00,NULL),(1664,'Telimele',92,0.00,NULL),(1665,'Tougue',92,0.00,NULL),(1666,'Yomou',92,0.00,NULL),(1667,'Annobon',93,0.00,NULL),(1668,'Bioko Norte',93,0.00,NULL),(1669,'Bioko Sur',93,0.00,NULL),(1670,'Centro Sur',93,0.00,NULL),(1671,'Kie-Ntem',93,0.00,NULL),(1672,'Litoral',93,0.00,NULL),(1673,'Wele-Nzas',93,0.00,NULL),(1674,'Bafata',94,0.00,NULL),(1675,'Biombo',94,0.00,NULL),(1676,'Bissau',94,0.00,NULL),(1677,'Bolama',94,0.00,NULL),(1678,'Cacheu',94,0.00,NULL),(1679,'Gabu',94,0.00,NULL),(1680,'Oio',94,0.00,NULL),(1681,'Quinara',94,0.00,NULL),(1682,'Tombali',94,0.00,NULL),(1683,'Barima-Waini',95,0.00,NULL),(1684,'Cuyuni-Mazaruni',95,0.00,NULL),(1685,'Demerara-Mahaica',95,0.00,NULL),(1686,'East Berbice-Corentyne',95,0.00,NULL),(1687,'Essequibo Islands-West Demerara',95,0.00,NULL),(1688,'Mahaica-Berbice',95,0.00,NULL),(1689,'Pomeroon-Supenaam',95,0.00,NULL),(1690,'Potaro-Siparuni',95,0.00,NULL),(1691,'Upper Demerara-Berbice',95,0.00,NULL),(1692,'Upper Takutu-Upper Essequibo',95,0.00,NULL),(1693,'Artibonite',96,0.00,NULL),(1694,'Centre',96,0.00,NULL),(1695,'Grand Anse',96,0.00,NULL),(1696,'Nord',96,0.00,NULL),(1697,'Nord-Est',96,0.00,NULL),(1698,'Nord-Ouest',96,0.00,NULL),(1699,'Ouest',96,0.00,NULL),(1700,'Sud',96,0.00,NULL),(1701,'Sud-Est',96,0.00,NULL),(1702,'Heard Island and McDonald Islands (General)',97,0.00,NULL),(1703,'Drenthe',98,0.00,NULL),(1704,'Dronten',98,0.00,NULL),(1705,'Flevoland',98,0.00,NULL),(1706,'Friesland',98,0.00,NULL),(1707,'Gelderland',98,0.00,NULL),(1708,'Groningen',98,0.00,NULL),(1709,'Lelystad',98,0.00,NULL),(1710,'Limburg',98,0.00,NULL),(1711,'Noord-Brabant',98,0.00,NULL),(1712,'Noord-Holland',98,0.00,NULL),(1713,'Overijssel',98,0.00,NULL),(1714,'Overijssel',98,0.00,NULL),(1715,'Utrecht',98,0.00,NULL),(1716,'Zeeland',98,0.00,NULL),(1717,'Zuid-Holland',98,0.00,NULL),(1718,'Zuidelijke IJsselmeerpolders',98,0.00,NULL),(1719,'Atlantida',99,0.00,NULL),(1720,'Choluteca',99,0.00,NULL),(1721,'Colon',99,0.00,NULL),(1722,'Comayagua',99,0.00,NULL),(1723,'Copan',99,0.00,NULL),(1724,'Cortes',99,0.00,NULL),(1725,'El Paraiso',99,0.00,NULL),(1726,'Francisco Morazan',99,0.00,NULL),(1727,'Gracias a Dios',99,0.00,NULL),(1728,'Intibuca',99,0.00,NULL),(1729,'Islas de la Bahia',99,0.00,NULL),(1730,'La Paz',99,0.00,NULL),(1731,'Lempira',99,0.00,NULL),(1732,'Ocotepeque',99,0.00,NULL),(1733,'Olancho',99,0.00,NULL),(1734,'Santa Barbara',99,0.00,NULL),(1735,'Valle',99,0.00,NULL),(1736,'Yoro',99,0.00,NULL),(1737,'Hong Kong (General)',100,0.00,NULL),(1738,'Bacs-Kiskun',101,0.00,NULL),(1739,'Baranya',101,0.00,NULL),(1740,'Bekes',101,0.00,NULL),(1741,'Bekescsaba',101,0.00,NULL),(1742,'Borsod-Abauj-Zemplen',101,0.00,NULL),(1743,'Budapest',101,0.00,NULL),(1744,'Csongrad',101,0.00,NULL),(1745,'Debrecen',101,0.00,NULL),(1746,'Dunaujvaros',101,0.00,NULL),(1747,'Eger',101,0.00,NULL),(1748,'Fejer',101,0.00,NULL),(1749,'Gyor',101,0.00,NULL),(1750,'Gyor-Moson-Sopron',101,0.00,NULL),(1751,'Hajdu-Bihar',101,0.00,NULL),(1752,'Heves',101,0.00,NULL),(1753,'Hodmezovasarhely',101,0.00,NULL),(1754,'Jasz-Nagykun-Szolnok',101,0.00,NULL),(1755,'Kaposvar',101,0.00,NULL),(1756,'Kecskemet',101,0.00,NULL),(1757,'Komarom-Esztergom',101,0.00,NULL),(1758,'Miskolc',101,0.00,NULL),(1759,'Nagykanizsa',101,0.00,NULL),(1760,'Nograd',101,0.00,NULL),(1761,'Nyiregyhaza',101,0.00,NULL),(1762,'Pecs',101,0.00,NULL),(1763,'Pest',101,0.00,NULL),(1764,'Somogy',101,0.00,NULL),(1765,'Sopron',101,0.00,NULL),(1766,'Szabolcs-Szatmar-Bereg',101,0.00,NULL),(1767,'Szeged',101,0.00,NULL),(1768,'Szekesfehervar',101,0.00,NULL),(1769,'Szolnok',101,0.00,NULL),(1770,'Szombathely',101,0.00,NULL),(1771,'Tatabanya',101,0.00,NULL),(1772,'Tolna',101,0.00,NULL),(1773,'Vas',101,0.00,NULL),(1774,'Veszprem',101,0.00,NULL),(1775,'Veszprem',101,0.00,NULL),(1776,'Zala',101,0.00,NULL),(1777,'Zalaegerszeg',101,0.00,NULL),(1778,'Andaman and Nicobar Islands',102,0.00,NULL),(1779,'Andhra Pradesh',102,0.00,NULL),(1780,'Arunachal Pradesh',102,0.00,NULL),(1781,'Assam',102,0.00,NULL),(1782,'Bihar',102,0.00,NULL),(1783,'Chandigarh',102,0.00,NULL),(1784,'Chhattisgarh',102,0.00,NULL),(1785,'Dadra and Nagar Haveli',102,0.00,NULL),(1786,'Daman and Diu',102,0.00,NULL),(1787,'Delhi',102,0.00,NULL),(1788,'Goa',102,0.00,NULL),(1789,'Gujarat',102,0.00,NULL),(1790,'Haryana',102,0.00,NULL),(1791,'Himachal Pradesh',102,0.00,NULL),(1792,'Jammu and Kashmir',102,0.00,NULL),(1793,'Jharkhand',102,0.00,NULL),(1794,'Karnataka',102,0.00,NULL),(1795,'Kerala',102,0.00,NULL),(1796,'Lakshadweep',102,0.00,NULL),(1797,'Madhya Pradesh',102,0.00,NULL),(1798,'Maharashtra',102,0.00,NULL),(1799,'Manipur',102,0.00,NULL),(1800,'Meghalaya',102,0.00,NULL),(1801,'Mizoram',102,0.00,NULL),(1802,'Nagaland',102,0.00,NULL),(1803,'Orissa',102,0.00,NULL),(1804,'Pondicherry',102,0.00,NULL),(1805,'Punjab',102,0.00,NULL),(1806,'Rajasthan',102,0.00,NULL),(1807,'Sikkim',102,0.00,NULL),(1808,'Tamil Nadu',102,0.00,NULL),(1809,'Tripura',102,0.00,NULL),(1810,'Uttar Pradesh',102,0.00,NULL),(1811,'Uttaranchal',102,0.00,NULL),(1812,'West Bengal',102,0.00,NULL),(1813,'Aceh',103,0.00,NULL),(1814,'Bali',103,0.00,NULL),(1815,'Banten',103,0.00,NULL),(1816,'Bengkulu',103,0.00,NULL),(1817,'Gorontalo',103,0.00,NULL),(1818,'Jakarta Raya',103,0.00,NULL),(1819,'Jambi',103,0.00,NULL),(1820,'Jawa Barat',103,0.00,NULL),(1821,'Jawa Tengah',103,0.00,NULL),(1822,'Jawa Timur',103,0.00,NULL),(1823,'Kalimantan Barat',103,0.00,NULL),(1824,'Kalimantan Selatan',103,0.00,NULL),(1825,'Kalimantan Tengah',103,0.00,NULL),(1826,'Kalimantan Timur',103,0.00,NULL),(1827,'Kepulauan Bangka Belitung',103,0.00,NULL),(1828,'Lampung',103,0.00,NULL),(1829,'Maluku',103,0.00,NULL),(1830,'Maluku Province',103,0.00,NULL),(1831,'Maluku Utara',103,0.00,NULL),(1832,'Nusa Tenggara Barat',103,0.00,NULL),(1833,'Nusa Tenggara Timur',103,0.00,NULL),(1834,'Papua',103,0.00,NULL),(1835,'Riau',103,0.00,NULL),(1836,'Sulawesi Selatan',103,0.00,NULL),(1837,'Sulawesi Tengah',103,0.00,NULL),(1838,'Sulawesi Tenggara',103,0.00,NULL),(1839,'Sulawesi Utara',103,0.00,NULL),(1840,'Sumatera Barat',103,0.00,NULL),(1841,'Sumatera Selatan',103,0.00,NULL),(1842,'Sumatera Utara',103,0.00,NULL),(1843,'Yogyakarta',103,0.00,NULL),(1844,'Al Anbar',104,0.00,NULL),(1845,'Al Basrah',104,0.00,NULL),(1846,'Al Muthanna',104,0.00,NULL),(1847,'Al Qadisiyah',104,0.00,NULL),(1848,'An Najaf',104,0.00,NULL),(1849,'Arbil',104,0.00,NULL),(1850,'As Sulaymaniyah',104,0.00,NULL),(1851,'At Tamim',104,0.00,NULL),(1852,'Babil',104,0.00,NULL),(1853,'Baghdad',104,0.00,NULL),(1854,'Dahuk',104,0.00,NULL),(1855,'Dhi Qar',104,0.00,NULL),(1856,'Diyala',104,0.00,NULL),(1857,'Karbala',104,0.00,NULL),(1858,'Maysan',104,0.00,NULL),(1859,'Ninawa',104,0.00,NULL),(1860,'Salah ad Din',104,0.00,NULL),(1861,'Wasit',104,0.00,NULL),(1862,'Carlow',105,0.00,NULL),(1863,'Cavan',105,0.00,NULL),(1864,'Clare',105,0.00,NULL),(1865,'Cork',105,0.00,NULL),(1866,'Donegal',105,0.00,NULL),(1867,'Dublin',105,0.00,NULL),(1868,'Galway',105,0.00,NULL),(1869,'Kerry',105,0.00,NULL),(1870,'Kildare',105,0.00,NULL),(1871,'Kilkenny',105,0.00,NULL),(1872,'Laois',105,0.00,NULL),(1873,'Leitrim',105,0.00,NULL),(1874,'Limerick',105,0.00,NULL),(1875,'Longford',105,0.00,NULL),(1876,'Louth',105,0.00,NULL),(1877,'Mayo',105,0.00,NULL),(1878,'Meath',105,0.00,NULL),(1879,'Monaghan',105,0.00,NULL),(1880,'Offaly',105,0.00,NULL),(1881,'Roscommon',105,0.00,NULL),(1882,'Sligo',105,0.00,NULL),(1883,'Tipperary',105,0.00,NULL),(1884,'Waterford',105,0.00,NULL),(1885,'Westmeath',105,0.00,NULL),(1886,'Wexford',105,0.00,NULL),(1887,'Wicklow',105,0.00,NULL),(1888,'Cocos (Keeling) Islands (General)',106,0.00,NULL),(1889,'Christmas Island (General)',107,0.00,NULL),(1890,'Akranes',108,0.00,NULL),(1891,'Akureyri',108,0.00,NULL),(1892,'Arnessysla',108,0.00,NULL),(1893,'Austur-Bardastrandarsysla',108,0.00,NULL),(1894,'Austur-Hunavatnssysla',108,0.00,NULL),(1895,'Austur-Skaftafellssysla',108,0.00,NULL),(1896,'Borgarfjardarsysla',108,0.00,NULL),(1897,'Dalasysla',108,0.00,NULL),(1898,'Eyjafjardarsysla',108,0.00,NULL),(1899,'Gullbringusysla',108,0.00,NULL),(1900,'Hafnarfjordur',108,0.00,NULL),(1901,'Husavik',108,0.00,NULL),(1902,'Isafjordur',108,0.00,NULL),(1903,'Keflavik',108,0.00,NULL),(1904,'Kjosarsysla',108,0.00,NULL),(1905,'Kopavogur',108,0.00,NULL),(1906,'Myrasysla',108,0.00,NULL),(1907,'Neskaupstadur',108,0.00,NULL),(1908,'Nordur-Isafjardarsysla',108,0.00,NULL),(1909,'Nordur-Mulasysla',108,0.00,NULL),(1910,'Nordur-Tingeyjarsysla',108,0.00,NULL),(1911,'Olafsfjordur',108,0.00,NULL),(1912,'Rangarvallasysla',108,0.00,NULL),(1913,'Reykjavik',108,0.00,NULL),(1914,'Saudarkrokur',108,0.00,NULL),(1915,'Seydisfjordur',108,0.00,NULL),(1916,'Siglufjordur',108,0.00,NULL),(1917,'Skagafjardarsysla',108,0.00,NULL),(1918,'Snafellsnes- og Hnappadalssysla',108,0.00,NULL),(1919,'Strandasysla',108,0.00,NULL),(1920,'Sudur-Mulasysla',108,0.00,NULL),(1921,'Sudur-Tingeyjarsysla',108,0.00,NULL),(1922,'Vestmannaeyjar',108,0.00,NULL),(1923,'Vestur-Bardastrandarsysla',108,0.00,NULL),(1924,'Vestur-Hunavatnssysla',108,0.00,NULL),(1925,'Vestur-Isafjardarsysla',108,0.00,NULL),(1926,'Vestur-Skaftafellssysla',108,0.00,NULL),(1927,'Creek',109,0.00,NULL),(1928,'Eastern',109,0.00,NULL),(1929,'Midland',109,0.00,NULL),(1930,'South Town',109,0.00,NULL),(1931,'Spot Bay',109,0.00,NULL),(1932,'Stake Bay',109,0.00,NULL),(1933,'West End',109,0.00,NULL),(1934,'Western',109,0.00,NULL),(1935,'Cook Islands (General)',110,0.00,NULL),(1936,'Færøerne',111,0.00,NULL),(1937,'Falkland Islands (Malvinas) (General)',112,0.00,NULL),(1938,'Marshall Islands (General)',113,0.00,NULL),(1939,'Agalega Islands',114,0.00,NULL),(1940,'Black River',114,0.00,NULL),(1941,'Cargados Carajos',114,0.00,NULL),(1942,'Flacq',114,0.00,NULL),(1943,'Grand Port',114,0.00,NULL),(1944,'Moka',114,0.00,NULL),(1945,'Pamplemousses',114,0.00,NULL),(1946,'Plaines Wilhems',114,0.00,NULL),(1947,'Port Louis',114,0.00,NULL),(1948,'Riviere du Rempart',114,0.00,NULL),(1949,'Rodrigues',114,0.00,NULL),(1950,'Savanne',114,0.00,NULL),(1951,'Central',115,0.00,NULL),(1952,'Guadalcanal',115,0.00,NULL),(1953,'Isabel',115,0.00,NULL),(1954,'Makira',115,0.00,NULL),(1955,'Malaita',115,0.00,NULL),(1956,'Temotu',115,0.00,NULL),(1957,'Western',115,0.00,NULL),(1958,'South Georgia and the South Sandwich Islands (General)',116,0.00,NULL),(1959,'Turks and Caicos Islands (General)',117,0.00,NULL),(1960,'Wallis and Futuna (General)',118,0.00,NULL),(1961,'HaDarom',119,0.00,NULL),(1962,'HaMerkaz',119,0.00,NULL),(1963,'HaZafon',119,0.00,NULL),(1964,'Hefa',119,0.00,NULL),(1965,'Tel Aviv',119,0.00,NULL),(1966,'Yerushalayim',119,0.00,NULL),(1967,'Abruzzi',120,0.00,NULL),(1968,'Basilicata',120,0.00,NULL),(1969,'Calabria',120,0.00,NULL),(1970,'Campania',120,0.00,NULL),(1971,'Emilia-Romagna',120,0.00,NULL),(1972,'Friuli-Venezia Giulia',120,0.00,NULL),(1973,'Italy (General)',120,0.00,NULL),(1974,'Lazio',120,0.00,NULL),(1975,'Liguria',120,0.00,NULL),(1976,'Lombardia',120,0.00,NULL),(1977,'Marche',120,0.00,NULL),(1978,'Molise',120,0.00,NULL),(1979,'Piemonte',120,0.00,NULL),(1980,'Puglia',120,0.00,NULL),(1981,'Sardegna',120,0.00,NULL),(1982,'Sicilia',120,0.00,NULL),(1983,'Toscana',120,0.00,NULL),(1984,'Trentino-Alto Adige',120,0.00,NULL),(1985,'Umbria',120,0.00,NULL),(1986,'Valle d Aosta',120,0.00,NULL),(1987,'Veneto',120,0.00,NULL),(1988,'Clarendon',121,0.00,NULL),(1989,'Hanover',121,0.00,NULL),(1990,'Kingston',121,0.00,NULL),(1991,'Manchester',121,0.00,NULL),(1992,'Portland',121,0.00,NULL),(1993,'Saint Andrew',121,0.00,NULL),(1994,'Saint Ann',121,0.00,NULL),(1995,'Saint Catherine',121,0.00,NULL),(1996,'Saint Elizabeth',121,0.00,NULL),(1997,'Saint James',121,0.00,NULL),(1998,'Saint Mary',121,0.00,NULL),(1999,'Saint Thomas',121,0.00,NULL),(2000,'Trelawny',121,0.00,NULL),(2001,'Westmoreland',121,0.00,NULL),(2002,'Aichi',122,0.00,NULL),(2003,'Akita',122,0.00,NULL),(2004,'Aomori',122,0.00,NULL),(2005,'Chiba',122,0.00,NULL),(2006,'Ehime',122,0.00,NULL),(2007,'Fukui',122,0.00,NULL),(2008,'Fukuoka',122,0.00,NULL),(2009,'Fukushima',122,0.00,NULL),(2010,'Gifu',122,0.00,NULL),(2011,'Gumma',122,0.00,NULL),(2012,'Hiroshima',122,0.00,NULL),(2013,'Hokkaido',122,0.00,NULL),(2014,'Hyogo',122,0.00,NULL),(2015,'Ibaraki',122,0.00,NULL),(2016,'Ishikawa',122,0.00,NULL),(2017,'Iwate',122,0.00,NULL),(2018,'Kagawa',122,0.00,NULL),(2019,'Kagoshima',122,0.00,NULL),(2020,'Kanagawa',122,0.00,NULL),(2021,'Kochi',122,0.00,NULL),(2022,'Kumamoto',122,0.00,NULL),(2023,'Kyoto',122,0.00,NULL),(2024,'Mie',122,0.00,NULL),(2025,'Miyagi',122,0.00,NULL),(2026,'Miyazaki',122,0.00,NULL),(2027,'Nagano',122,0.00,NULL),(2028,'Nagasaki',122,0.00,NULL),(2029,'Nara',122,0.00,NULL),(2030,'Niigata',122,0.00,NULL),(2031,'Oita',122,0.00,NULL),(2032,'Okayama',122,0.00,NULL),(2033,'Okinawa',122,0.00,NULL),(2034,'Osaka',122,0.00,NULL),(2035,'Saga',122,0.00,NULL),(2036,'Saitama',122,0.00,NULL),(2037,'Shiga',122,0.00,NULL),(2038,'Shimane',122,0.00,NULL),(2039,'Shizuoka',122,0.00,NULL),(2040,'Tochigi',122,0.00,NULL),(2041,'Tokushima',122,0.00,NULL),(2042,'Tokyo',122,0.00,NULL),(2043,'Tottori',122,0.00,NULL),(2044,'Toyama',122,0.00,NULL),(2045,'Wakayama',122,0.00,NULL),(2046,'Yamagata',122,0.00,NULL),(2047,'Yamaguchi',122,0.00,NULL),(2048,'Yamanashi',122,0.00,NULL),(2049,'Al Balqa',123,0.00,NULL),(2050,'Al Karak',123,0.00,NULL),(2051,'Al Mafraq',123,0.00,NULL),(2052,'Amman',123,0.00,NULL),(2053,'At Tafilah',123,0.00,NULL),(2054,'Az Zarqa',123,0.00,NULL),(2055,'Irbid',123,0.00,NULL),(2056,'Ma',123,0.00,NULL),(2057,'Almaty',124,0.00,NULL),(2058,'Almaty City',124,0.00,NULL),(2059,'Aqmola',124,0.00,NULL),(2060,'',124,0.00,NULL),(2061,'Astana City',124,0.00,NULL),(2062,'Atyrau',124,0.00,NULL),(2063,'Bayqonyr',124,0.00,NULL),(2064,'East Kazakhstan',124,0.00,NULL),(2065,'Mangghystau',124,0.00,NULL),(2066,'North Kazakhstan',124,0.00,NULL),(2067,'Pavlodar',124,0.00,NULL),(2068,'Qaraghandy',124,0.00,NULL),(2069,'Qostanay',124,0.00,NULL),(2070,'Qyzylorda',124,0.00,NULL),(2071,'South Kazakhstan',124,0.00,NULL),(2072,'West Kazakhstan',124,0.00,NULL),(2073,'Zhambyl',124,0.00,NULL),(2074,'Central',125,0.00,NULL),(2075,'Coast',125,0.00,NULL),(2076,'Eastern',125,0.00,NULL),(2077,'Nairobi Area',125,0.00,NULL),(2078,'North-Eastern',125,0.00,NULL),(2079,'Nyanza',125,0.00,NULL),(2080,'Rift Valley',125,0.00,NULL),(2081,'Western',125,0.00,NULL),(2082,'Gilbert Islands',126,0.00,NULL),(2083,'Line Islands',126,0.00,NULL),(2084,'Phoenix Islands',126,0.00,NULL),(2085,'Al Ahmadi',127,0.00,NULL),(2086,'Al Jahra',127,0.00,NULL),(2087,'Al Kuwayt',127,0.00,NULL),(2088,'Hawalli',127,0.00,NULL),(2089,'Batken',128,0.00,NULL),(2090,'Bishkek',128,0.00,NULL),(2091,'Chuy',128,0.00,NULL),(2092,'Jalal-Abad',128,0.00,NULL),(2093,'Naryn',128,0.00,NULL),(2094,'Osh',128,0.00,NULL),(2095,'Osh',128,0.00,NULL),(2096,'Talas',128,0.00,NULL),(2097,'Ysyk-Kol',128,0.00,NULL),(2098,'Attapu',129,0.00,NULL),(2099,'Champasak',129,0.00,NULL),(2100,'Houaphan',129,0.00,NULL),(2101,'Khammouan',129,0.00,NULL),(2102,'Louang Namtha',129,0.00,NULL),(2103,'Louangphrabang',129,0.00,NULL),(2104,'Oudomxai',129,0.00,NULL),(2105,'Phongsali',129,0.00,NULL),(2106,'Saravan',129,0.00,NULL),(2107,'Savannakhet',129,0.00,NULL),(2108,'Vientiane',129,0.00,NULL),(2109,'Xaignabouri',129,0.00,NULL),(2110,'Xiangkhoang',129,0.00,NULL),(2111,'Aizkraukles',130,0.00,NULL),(2112,'Aluksnes',130,0.00,NULL),(2113,'Balvu',130,0.00,NULL),(2114,'Bauskas',130,0.00,NULL),(2115,'Daugavpils',130,0.00,NULL),(2116,'Daugavpils',130,0.00,NULL),(2117,'Dobeles',130,0.00,NULL),(2118,'Gulbenes',130,0.00,NULL),(2119,'Jelgava',130,0.00,NULL),(2120,'Jelgavas',130,0.00,NULL),(2121,'Jurmala',130,0.00,NULL),(2122,'Kuldigas',130,0.00,NULL),(2123,'Limbazu',130,0.00,NULL),(2124,'Ludzas',130,0.00,NULL),(2125,'Madonas',130,0.00,NULL),(2126,'Ogres',130,0.00,NULL),(2127,'Preilu',130,0.00,NULL),(2128,'Riga',130,0.00,NULL),(2129,'Rigas',130,0.00,NULL),(2130,'Saldus',130,0.00,NULL),(2131,'Talsu',130,0.00,NULL),(2132,'Tukuma',130,0.00,NULL),(2133,'Valkas',130,0.00,NULL),(2134,'Valmieras',130,0.00,NULL),(2135,'Ventspils',130,0.00,NULL),(2136,'Ventspils',130,0.00,NULL),(2137,'Berea',131,0.00,NULL),(2138,'Butha-Buthe',131,0.00,NULL),(2139,'Leribe',131,0.00,NULL),(2140,'Mafeteng',131,0.00,NULL),(2141,'Maseru',131,0.00,NULL),(2142,'Mohales Hoek',131,0.00,NULL),(2143,'Mokhotlong',131,0.00,NULL),(2144,'Qachas Nek',131,0.00,NULL),(2145,'Quthing',131,0.00,NULL),(2146,'Thaba-Tseka',131,0.00,NULL),(2147,'Bong',132,0.00,NULL),(2148,'Grand Bassa',132,0.00,NULL),(2149,'Grand Cape Mount',132,0.00,NULL),(2150,'Grand Jide',132,0.00,NULL),(2151,'Lofa',132,0.00,NULL),(2152,'Maryland',132,0.00,NULL),(2153,'Monrovia',132,0.00,NULL),(2154,'Montserrado',132,0.00,NULL),(2155,'Nimba',132,0.00,NULL),(2156,'Sino',132,0.00,NULL),(2157,'Ajdabiya',133,0.00,NULL),(2158,'Al',133,0.00,NULL),(2159,'Al Fatih',133,0.00,NULL),(2160,'Al Jabal al Akhdar',133,0.00,NULL),(2161,'Al Jufrah',133,0.00,NULL),(2162,'Al Khums',133,0.00,NULL),(2163,'Al Kufrah',133,0.00,NULL),(2164,'An Nuqat al Khams',133,0.00,NULL),(2165,'Ash Shati',133,0.00,NULL),(2166,'Awbari',133,0.00,NULL),(2167,'Az Zawiyah',133,0.00,NULL),(2168,'Banghazi',133,0.00,NULL),(2169,'Darnah',133,0.00,NULL),(2170,'Ghadamis',133,0.00,NULL),(2171,'Gharyan',133,0.00,NULL),(2172,'Misratah',133,0.00,NULL),(2173,'Murzuq',133,0.00,NULL),(2174,'Sabha',133,0.00,NULL),(2175,'Sawfajjin',133,0.00,NULL),(2176,'Surt',133,0.00,NULL),(2177,'Tarabulus',133,0.00,NULL),(2178,'Tarhunah',133,0.00,NULL),(2179,'Tubruq',133,0.00,NULL),(2180,'Yafran',133,0.00,NULL),(2181,'Zlitan',133,0.00,NULL),(2182,'Balzers',134,0.00,NULL),(2183,'Eschen',134,0.00,NULL),(2184,'Gamprin',134,0.00,NULL),(2185,'Mauren',134,0.00,NULL),(2186,'Planken',134,0.00,NULL),(2187,'Ruggell',134,0.00,NULL),(2188,'Schaan',134,0.00,NULL),(2189,'Schellenberg',134,0.00,NULL),(2190,'Triesen',134,0.00,NULL),(2191,'Triesenberg',134,0.00,NULL),(2192,'Vaduz',134,0.00,NULL),(2193,'Alytaus Apskritis',135,0.00,NULL),(2194,'Kauno Apskritis',135,0.00,NULL),(2195,'Klaipedos Apskritis',135,0.00,NULL),(2196,'Marijampoles Apskritis',135,0.00,NULL),(2197,'Panevezio Apskritis',135,0.00,NULL),(2198,'Siauliu Apskritis',135,0.00,NULL),(2199,'Taurages Apskritis',135,0.00,NULL),(2200,'Telsiu Apskritis',135,0.00,NULL),(2201,'Utenos Apskritis',135,0.00,NULL),(2202,'Vilniaus Apskritis',135,0.00,NULL),(2203,'Diekirch',136,0.00,NULL),(2204,'Grevenmacher',136,0.00,NULL),(2205,'Luxembourg',136,0.00,NULL),(2206,'Beqaa',137,0.00,NULL),(2207,'Beyrouth',137,0.00,NULL),(2208,'Liban-Nord',137,0.00,NULL),(2209,'Liban-Sud',137,0.00,NULL),(2210,'Mont-Liban',137,0.00,NULL),(2211,'Nabatiye',137,0.00,NULL),(2212,'Ilhas',138,0.00,NULL),(2213,'Macau',138,0.00,NULL),(2214,'Aracinovo',139,0.00,NULL),(2215,'Bac',139,0.00,NULL),(2216,'Belcista',139,0.00,NULL),(2217,'Berovo',139,0.00,NULL),(2218,'Bistrica',139,0.00,NULL),(2219,'Bitola',139,0.00,NULL),(2220,'Blatec',139,0.00,NULL),(2221,'Bogdanci',139,0.00,NULL),(2222,'Bogomila',139,0.00,NULL),(2223,'Bogovinje',139,0.00,NULL),(2224,'Bosilovo',139,0.00,NULL),(2225,'Brvenica',139,0.00,NULL),(2226,'Cair',139,0.00,NULL),(2227,'Capari',139,0.00,NULL),(2228,'Caska',139,0.00,NULL),(2229,'Cegrane',139,0.00,NULL),(2230,'Centar',139,0.00,NULL),(2231,'Centar Zupa',139,0.00,NULL),(2232,'Cesinovo',139,0.00,NULL),(2233,'Cucer-Sandevo',139,0.00,NULL),(2234,'Debar',139,0.00,NULL),(2235,'Delcevo',139,0.00,NULL),(2236,'Delogozdi',139,0.00,NULL),(2237,'Demir Hisar',139,0.00,NULL),(2238,'Demir Kapija',139,0.00,NULL),(2239,'Dobrusevo',139,0.00,NULL),(2240,'Dolna Banjica',139,0.00,NULL),(2241,'Dolneni',139,0.00,NULL),(2242,'Dorce Petrov',139,0.00,NULL),(2243,'Drugovo',139,0.00,NULL),(2244,'Dzepciste',139,0.00,NULL),(2245,'Gazi Baba',139,0.00,NULL),(2246,'Gevgelija',139,0.00,NULL),(2247,'Gostivar',139,0.00,NULL),(2248,'Gradsko',139,0.00,NULL),(2249,'Ilinden',139,0.00,NULL),(2250,'Izvor',139,0.00,NULL),(2251,'Jegunovce',139,0.00,NULL),(2252,'Kamenjane',139,0.00,NULL),(2253,'Karbinci',139,0.00,NULL),(2254,'Karpos',139,0.00,NULL),(2255,'Kavadarci',139,0.00,NULL),(2256,'Kicevo',139,0.00,NULL),(2257,'Kisela Voda',139,0.00,NULL),(2258,'Klecevce',139,0.00,NULL),(2259,'Kocani',139,0.00,NULL),(2260,'Konce',139,0.00,NULL),(2261,'Kondovo',139,0.00,NULL),(2262,'Konopiste',139,0.00,NULL),(2263,'Kosel',139,0.00,NULL),(2264,'Kratovo',139,0.00,NULL),(2265,'Kriva Palanka',139,0.00,NULL),(2266,'Krivogastani',139,0.00,NULL),(2267,'Krusevo',139,0.00,NULL),(2268,'Kuklis',139,0.00,NULL),(2269,'Kukurecani',139,0.00,NULL),(2270,'Kumanovo',139,0.00,NULL),(2271,'Labunista',139,0.00,NULL),(2272,'Lipkovo',139,0.00,NULL),(2273,'Lozovo',139,0.00,NULL),(2274,'Lukovo',139,0.00,NULL),(2275,'Makedonska Kamenica',139,0.00,NULL),(2276,'Makedonski Brod',139,0.00,NULL),(2277,'Mavrovi Anovi',139,0.00,NULL),(2278,'Meseista',139,0.00,NULL),(2279,'Miravci',139,0.00,NULL),(2280,'Mogila',139,0.00,NULL),(2281,'Murtino',139,0.00,NULL),(2282,'Negotino',139,0.00,NULL),(2283,'Negotino-Polosko',139,0.00,NULL),(2284,'Novaci',139,0.00,NULL),(2285,'Novo Selo',139,0.00,NULL),(2286,'Oblesevo',139,0.00,NULL),(2287,'Ohrid',139,0.00,NULL),(2288,'Orasac',139,0.00,NULL),(2289,'Orizari',139,0.00,NULL),(2290,'Oslomej',139,0.00,NULL),(2291,'Pehcevo',139,0.00,NULL),(2292,'Petrovec',139,0.00,NULL),(2293,'Plasnica',139,0.00,NULL),(2294,'Podares',139,0.00,NULL),(2295,'Prilep',139,0.00,NULL),(2296,'Probistip',139,0.00,NULL),(2297,'Radovis',139,0.00,NULL),(2298,'Rankovce',139,0.00,NULL),(2299,'Resen',139,0.00,NULL),(2300,'Rosoman',139,0.00,NULL),(2301,'Rostusa',139,0.00,NULL),(2302,'Samokov',139,0.00,NULL),(2303,'Saraj',139,0.00,NULL),(2304,'Sipkovica',139,0.00,NULL),(2305,'Sopiste',139,0.00,NULL),(2306,'Sopotnica',139,0.00,NULL),(2307,'Srbinovo',139,0.00,NULL),(2308,'Star Dojran',139,0.00,NULL),(2309,'Staravina',139,0.00,NULL),(2310,'Staro Nagoricane',139,0.00,NULL),(2311,'Stip',139,0.00,NULL),(2312,'Struga',139,0.00,NULL),(2313,'Strumica',139,0.00,NULL),(2314,'Studenicani',139,0.00,NULL),(2315,'Suto Orizari',139,0.00,NULL),(2316,'Sveti Nikole',139,0.00,NULL),(2317,'Tearce',139,0.00,NULL),(2318,'Tetovo',139,0.00,NULL),(2319,'Topolcani',139,0.00,NULL),(2320,'Valandovo',139,0.00,NULL),(2321,'Vasilevo',139,0.00,NULL),(2322,'Veles',139,0.00,NULL),(2323,'Velesta',139,0.00,NULL),(2324,'Vevcani',139,0.00,NULL),(2325,'Vinica',139,0.00,NULL),(2326,'Vitoliste',139,0.00,NULL),(2327,'Vranestica',139,0.00,NULL),(2328,'Vrapciste',139,0.00,NULL),(2329,'Vratnica',139,0.00,NULL),(2330,'Vrutok',139,0.00,NULL),(2331,'Zajas',139,0.00,NULL),(2332,'Zelenikovo',139,0.00,NULL),(2333,'Zelino',139,0.00,NULL),(2334,'Zitose',139,0.00,NULL),(2335,'Zletovo',139,0.00,NULL),(2336,'Zrnovci',139,0.00,NULL),(2337,'Ilhas',139,0.00,NULL),(2338,'Macau',139,0.00,NULL),(2339,'Antananarivo',140,0.00,NULL),(2340,'Antsiranana',140,0.00,NULL),(2341,'Fianarantsoa',140,0.00,NULL),(2342,'Mahajanga',140,0.00,NULL),(2343,'Toamasina',140,0.00,NULL),(2344,'Toliara',140,0.00,NULL),(2345,'Johor',141,0.00,NULL),(2346,'Kedah',141,0.00,NULL),(2347,'Kelantan',141,0.00,NULL),(2348,'Labuan',141,0.00,NULL),(2349,'Melaka',141,0.00,NULL),(2350,'Negeri Sembilan',141,0.00,NULL),(2351,'Pahang',141,0.00,NULL),(2352,'Perak',141,0.00,NULL),(2353,'Perlis',141,0.00,NULL),(2354,'Pulau Pinang',141,0.00,NULL),(2355,'Sabah',141,0.00,NULL),(2356,'Sarawak',141,0.00,NULL),(2357,'Selangor',141,0.00,NULL),(2358,'Terengganu',141,0.00,NULL),(2359,'Wilayah Persekutuan',141,0.00,NULL),(2360,'Balaka',142,0.00,NULL),(2361,'Blantyre',142,0.00,NULL),(2362,'Chikwawa',142,0.00,NULL),(2363,'Chiradzulu',142,0.00,NULL),(2364,'Chitipa',142,0.00,NULL),(2365,'Dedza',142,0.00,NULL),(2366,'Dowa',142,0.00,NULL),(2367,'Karonga',142,0.00,NULL),(2368,'Kasungu',142,0.00,NULL),(2369,'Likoma',142,0.00,NULL),(2370,'Lilongwe',142,0.00,NULL),(2371,'Machinga',142,0.00,NULL),(2372,'Mangochi',142,0.00,NULL),(2373,'Mchinji',142,0.00,NULL),(2374,'Mulanje',142,0.00,NULL),(2375,'Mwanza',142,0.00,NULL),(2376,'Mzimba',142,0.00,NULL),(2377,'Nkhata Bay',142,0.00,NULL),(2378,'Nkhotakota',142,0.00,NULL),(2379,'Nsanje',142,0.00,NULL),(2380,'Ntcheu',142,0.00,NULL),(2381,'Ntchisi',142,0.00,NULL),(2382,'Phalombe',142,0.00,NULL),(2383,'Rumphi',142,0.00,NULL),(2384,'Salima',142,0.00,NULL),(2385,'Thyolo',142,0.00,NULL),(2386,'Zomba',142,0.00,NULL),(2387,'Aliff',143,0.00,NULL),(2388,'Baa',143,0.00,NULL),(2389,'Daalu',143,0.00,NULL),(2390,'Faafu',143,0.00,NULL),(2391,'Gaafu Aliff',143,0.00,NULL),(2392,'Gaafu Daalu',143,0.00,NULL),(2393,'Haa Aliff',143,0.00,NULL),(2394,'Haa Daalu',143,0.00,NULL),(2395,'Kaafu',143,0.00,NULL),(2396,'Laamu',143,0.00,NULL),(2397,'Laviyani',143,0.00,NULL),(2398,'Male',143,0.00,NULL),(2399,'Meemu',143,0.00,NULL),(2400,'Naviyani',143,0.00,NULL),(2401,'Noonu',143,0.00,NULL),(2402,'Raa',143,0.00,NULL),(2403,'Seenu',143,0.00,NULL),(2404,'Shaviyani',143,0.00,NULL),(2405,'Thaa',143,0.00,NULL),(2406,'Waavu',143,0.00,NULL),(2407,'Malta (General)',144,0.00,NULL),(2408,'Bamako',145,0.00,NULL),(2409,'Gao',145,0.00,NULL),(2410,'Kayes',145,0.00,NULL),(2411,'Kidal',145,0.00,NULL),(2412,'Koulikoro',145,0.00,NULL),(2413,'Mopti',145,0.00,NULL),(2414,'Segou',145,0.00,NULL),(2415,'Sikasso',145,0.00,NULL),(2416,'Tombouctou',145,0.00,NULL),(2417,'Agadir',146,0.00,NULL),(2418,'Al Hoceima',146,0.00,NULL),(2419,'Azilal',146,0.00,NULL),(2420,'Ben Slimane',146,0.00,NULL),(2421,'Beni Mellal',146,0.00,NULL),(2422,'Boulemane',146,0.00,NULL),(2423,'Casablanca',146,0.00,NULL),(2424,'Chaouen',146,0.00,NULL),(2425,'El Jadida',146,0.00,NULL),(2426,'El Kelaa des Srarhna',146,0.00,NULL),(2427,'Er Rachidia',146,0.00,NULL),(2428,'Essaouira',146,0.00,NULL),(2429,'Fes',146,0.00,NULL),(2430,'Figuig',146,0.00,NULL),(2431,'Guelmim',146,0.00,NULL),(2432,'Ifrane',146,0.00,NULL),(2433,'Kenitra',146,0.00,NULL),(2434,'Khemisset',146,0.00,NULL),(2435,'Khenifra',146,0.00,NULL),(2436,'Khouribga',146,0.00,NULL),(2437,'Laayoune',146,0.00,NULL),(2438,'Larache',146,0.00,NULL),(2439,'Marrakech',146,0.00,NULL),(2440,'Meknes',146,0.00,NULL),(2441,'Nador',146,0.00,NULL),(2442,'Ouarzazate',146,0.00,NULL),(2443,'Oujda',146,0.00,NULL),(2444,'Rabat-Sale',146,0.00,NULL),(2445,'Safi',146,0.00,NULL),(2446,'Settat',146,0.00,NULL),(2447,'Sidi Kacem',146,0.00,NULL),(2448,'Tan-Tan',146,0.00,NULL),(2449,'Tanger',146,0.00,NULL),(2450,'Taounate',146,0.00,NULL),(2451,'Taroudannt',146,0.00,NULL),(2452,'Tata',146,0.00,NULL),(2453,'Taza',146,0.00,NULL),(2454,'Tetouan',146,0.00,NULL),(2455,'Tiznit',146,0.00,NULL),(2456,'Martinique Département',147,0.00,NULL),(2457,'Adrar',148,0.00,NULL),(2458,'Assaba',148,0.00,NULL),(2459,'Brakna',148,0.00,NULL),(2460,'Dakhlet Nouadhibou',148,0.00,NULL),(2461,'Gorgol',148,0.00,NULL),(2462,'Guidimaka',148,0.00,NULL),(2463,'Hodh Ech Chargui',148,0.00,NULL),(2464,'Hodh El Gharbi',148,0.00,NULL),(2465,'Inchiri',148,0.00,NULL),(2466,'Tagant',148,0.00,NULL),(2467,'Tiris Zemmour',148,0.00,NULL),(2468,'Trarza',148,0.00,NULL),(2469,'Mayotte (General)',149,0.00,NULL),(2470,'Chuuk',150,0.00,NULL),(2471,'Kosrae',150,0.00,NULL),(2472,'Pohnpei',150,0.00,NULL),(2473,'Yap',150,0.00,NULL),(2474,'Balti',151,0.00,NULL),(2475,'Cahul',151,0.00,NULL),(2476,'Chisinau',151,0.00,NULL),(2477,'Edinet',151,0.00,NULL),(2478,'Gagauzia',151,0.00,NULL),(2479,'Lapusna',151,0.00,NULL),(2480,'Orhei',151,0.00,NULL),(2481,'Soroca',151,0.00,NULL),(2482,'Stinga Nistrului',151,0.00,NULL),(2483,'Tighina',151,0.00,NULL),(2484,'Ungheni',151,0.00,NULL),(2485,'Arhangay',152,0.00,NULL),(2486,'Bayan-Olgiy',152,0.00,NULL),(2487,'Bayanhongor',152,0.00,NULL),(2488,'Bulgan',152,0.00,NULL),(2489,'Darhan',152,0.00,NULL),(2490,'Darhan Uul',152,0.00,NULL),(2491,'Dornod',152,0.00,NULL),(2492,'Dornogovi',152,0.00,NULL),(2493,'Dundgovi',152,0.00,NULL),(2494,'Dzavhan',152,0.00,NULL),(2495,'Erdenet',152,0.00,NULL),(2496,'Govi-Altay',152,0.00,NULL),(2497,'Govi-Sumber',152,0.00,NULL),(2498,'Hentiy',152,0.00,NULL),(2499,'Hovd',152,0.00,NULL),(2500,'Hovsgol',152,0.00,NULL),(2501,'Omnogovi',152,0.00,NULL),(2502,'Orhon',152,0.00,NULL),(2503,'Ovorhangay',152,0.00,NULL),(2504,'Selenge',152,0.00,NULL),(2505,'Suhbaatar',152,0.00,NULL),(2506,'Tov',152,0.00,NULL),(2507,'Ulaanbaatar',152,0.00,NULL),(2508,'Uvs',152,0.00,NULL),(2509,'Saint Anthony',153,0.00,NULL),(2510,'Saint Georges',153,0.00,NULL),(2511,'Saint Peter',153,0.00,NULL),(2512,'Cabo Delgado',154,0.00,NULL),(2513,'Gaza',154,0.00,NULL),(2514,'Inhambane',154,0.00,NULL),(2515,'Manica',154,0.00,NULL),(2516,'Maputo',154,0.00,NULL),(2517,'Nampula',154,0.00,NULL),(2518,'Niassa',154,0.00,NULL),(2519,'Sofala',154,0.00,NULL),(2520,'Tete',154,0.00,NULL),(2521,'Zambezia',154,0.00,NULL),(2522,'Chin State',155,0.00,NULL),(2523,'Irrawaddy',155,0.00,NULL),(2524,'Kachin State',155,0.00,NULL),(2525,'Karan State',155,0.00,NULL),(2526,'Kayah State',155,0.00,NULL),(2527,'Magwe',155,0.00,NULL),(2528,'Mandalay',155,0.00,NULL),(2529,'Mon State',155,0.00,NULL),(2530,'Pegu',155,0.00,NULL),(2531,'Rakhine State',155,0.00,NULL),(2532,'Rangoon',155,0.00,NULL),(2533,'Sagaing',155,0.00,NULL),(2534,'Shan State',155,0.00,NULL),(2535,'Tenasserim',155,0.00,NULL),(2536,'Yangon',155,0.00,NULL),(2537,'Aguascalientes',156,0.00,NULL),(2538,'Baja California',156,0.00,NULL),(2539,'Baja California Sur',156,0.00,NULL),(2540,'Campeche',156,0.00,NULL),(2541,'Chiapas',156,0.00,NULL),(2542,'Chihuahua',156,0.00,NULL),(2543,'Coahuila de Zaragoza',156,0.00,NULL),(2544,'Colima',156,0.00,NULL),(2545,'Distrito Federal',156,0.00,NULL),(2546,'Durango',156,0.00,NULL),(2547,'Guanajuato',156,0.00,NULL),(2548,'Guerrero',156,0.00,NULL),(2549,'Hidalgo',156,0.00,NULL),(2550,'Jalisco',156,0.00,NULL),(2551,'Mexico',156,0.00,NULL),(2552,'Michoacan de Ocampo',156,0.00,NULL),(2553,'Morelos',156,0.00,NULL),(2554,'Nayarit',156,0.00,NULL),(2555,'Nuevo Leon',156,0.00,NULL),(2556,'Oaxaca',156,0.00,NULL),(2557,'Puebla',156,0.00,NULL),(2558,'Queretaro de Arteaga',156,0.00,NULL),(2559,'Quintana Roo',156,0.00,NULL),(2560,'San Luis Potosi',156,0.00,NULL),(2561,'Sinaloa',156,0.00,NULL),(2562,'Sonora',156,0.00,NULL),(2563,'Tabasco',156,0.00,NULL),(2564,'Tamaulipas',156,0.00,NULL),(2565,'Tlaxcala',156,0.00,NULL),(2566,'Veracruz-Llave',156,0.00,NULL),(2567,'Yucatan',156,0.00,NULL),(2568,'Zacatecas',156,0.00,NULL),(2569,'La Condamine',157,0.00,NULL),(2570,'Monaco',157,0.00,NULL),(2571,'Monte-Carlo',157,0.00,NULL),(2572,'Bethanien',158,0.00,NULL),(2573,'Boesmanland',158,0.00,NULL),(2574,'Caprivi',158,0.00,NULL),(2575,'Caprivi Oos',158,0.00,NULL),(2576,'Damaraland',158,0.00,NULL),(2577,'Erongo',158,0.00,NULL),(2578,'Gobabis',158,0.00,NULL),(2579,'Grootfontein',158,0.00,NULL),(2580,'Hardap',158,0.00,NULL),(2581,'Hereroland Oos',158,0.00,NULL),(2582,'Hereroland Wes',158,0.00,NULL),(2583,'Kaokoland',158,0.00,NULL),(2584,'Karas',158,0.00,NULL),(2585,'Karasburg',158,0.00,NULL),(2586,'Karibib',158,0.00,NULL),(2587,'Kavango',158,0.00,NULL),(2588,'Keetmanshoop',158,0.00,NULL),(2589,'Khomas Region',158,0.00,NULL),(2590,'Kunene',158,0.00,NULL),(2591,'Luderitz',158,0.00,NULL),(2592,'Maltahohe',158,0.00,NULL),(2593,'Mariental',158,0.00,NULL),(2594,'Namaland',158,0.00,NULL),(2595,'Ohangwena',158,0.00,NULL),(2596,'Okahandja',158,0.00,NULL),(2597,'Okavango',158,0.00,NULL),(2598,'Omaheke',158,0.00,NULL),(2599,'Omaruru',158,0.00,NULL),(2600,'Omusati',158,0.00,NULL),(2601,'Oshana',158,0.00,NULL),(2602,'Oshikoto',158,0.00,NULL),(2603,'Otjiwarongo',158,0.00,NULL),(2604,'Otjozondjupa',158,0.00,NULL),(2605,'Outjo',158,0.00,NULL),(2606,'Owambo',158,0.00,NULL),(2607,'Rehoboth',158,0.00,NULL),(2608,'Swakopmund',158,0.00,NULL),(2609,'Tsumeb',158,0.00,NULL),(2610,'Windhoek',158,0.00,NULL),(2611,'Aiwo',159,0.00,NULL),(2612,'Anabar',159,0.00,NULL),(2613,'Anetan',159,0.00,NULL),(2614,'Anibare',159,0.00,NULL),(2615,'Baiti',159,0.00,NULL),(2616,'Boe',159,0.00,NULL),(2617,'Buada',159,0.00,NULL),(2618,'Denigomodu',159,0.00,NULL),(2619,'Ewa',159,0.00,NULL),(2620,'Ijuw',159,0.00,NULL),(2621,'Meneng',159,0.00,NULL),(2622,'Nibok',159,0.00,NULL),(2623,'Uaboe',159,0.00,NULL),(2624,'Yaren',159,0.00,NULL),(2625,'Bagmati',160,0.00,NULL),(2626,'Bheri',160,0.00,NULL),(2627,'Bagmati Zone',160,0.00,NULL),(2628,'Dhawalagiri',160,0.00,NULL),(2629,'Gandaki',160,0.00,NULL),(2630,'Janakpur',160,0.00,NULL),(2631,'Karnali',160,0.00,NULL),(2632,'Kosi',160,0.00,NULL),(2633,'Lumbini',160,0.00,NULL),(2634,'Mahakali',160,0.00,NULL),(2635,'Mechi',160,0.00,NULL),(2636,'Narayani',160,0.00,NULL),(2637,'Rapti',160,0.00,NULL),(2638,'Sagarmatha',160,0.00,NULL),(2639,'Seti',160,0.00,NULL),(2640,'Boaco',161,0.00,NULL),(2641,'Carazo',161,0.00,NULL),(2642,'Chinandega',161,0.00,NULL),(2643,'Chontales',161,0.00,NULL),(2644,'Esteli',161,0.00,NULL),(2645,'Granada',161,0.00,NULL),(2646,'Jinotega',161,0.00,NULL),(2647,'Leon',161,0.00,NULL),(2648,'Madriz',161,0.00,NULL),(2649,'Managua',161,0.00,NULL),(2650,'Masaya',161,0.00,NULL),(2651,'Matagalpa',161,0.00,NULL),(2652,'Nueva Segovia',161,0.00,NULL),(2653,'Rio San Juan',161,0.00,NULL),(2654,'Rivas',161,0.00,NULL),(2655,'Zelaya',161,0.00,NULL),(2656,'Abia',162,0.00,NULL),(2657,'Abuja Capital Territory',162,0.00,NULL),(2658,'Adamawa',162,0.00,NULL),(2659,'Akwa Ibom',162,0.00,NULL),(2660,'Anambra',162,0.00,NULL),(2661,'Bauchi',162,0.00,NULL),(2662,'Bayelsa',162,0.00,NULL),(2663,'Benue',162,0.00,NULL),(2664,'Borno',162,0.00,NULL),(2665,'Cross River',162,0.00,NULL),(2666,'Delta',162,0.00,NULL),(2667,'Ebonyi',162,0.00,NULL),(2668,'Edo',162,0.00,NULL),(2669,'Ekiti',162,0.00,NULL),(2670,'Enugu',162,0.00,NULL),(2671,'Gombe',162,0.00,NULL),(2672,'Imo',162,0.00,NULL),(2673,'Jigawa',162,0.00,NULL),(2674,'Kaduna',162,0.00,NULL),(2675,'Kano',162,0.00,NULL),(2676,'Katsina',162,0.00,NULL),(2677,'Kebbi',162,0.00,NULL),(2678,'Kogi',162,0.00,NULL),(2679,'Kwara',162,0.00,NULL),(2680,'Lagos',162,0.00,NULL),(2681,'Nassarawa',162,0.00,NULL),(2682,'Niger',162,0.00,NULL),(2683,'Ogun',162,0.00,NULL),(2684,'Ondo',162,0.00,NULL),(2685,'Ondo',162,0.00,NULL),(2686,'Osun',162,0.00,NULL),(2687,'Oyo',162,0.00,NULL),(2688,'Plateau',162,0.00,NULL),(2689,'Rivers',162,0.00,NULL),(2690,'Rivers',162,0.00,NULL),(2691,'Sokoto',162,0.00,NULL),(2692,'Taraba',162,0.00,NULL),(2693,'Yobe',162,0.00,NULL),(2694,'Zamfara',162,0.00,NULL),(2695,'Niue (General)',163,0.00,NULL),(2696,'Norfolk Island (General)',164,0.00,NULL),(2697,'Northern Mariana Islands (General)',165,0.00,NULL),(2698,'Akershus',166,0.00,NULL),(2699,'Aust-Agder',166,0.00,NULL),(2700,'Buskerud',166,0.00,NULL),(2701,'Finnmark',166,0.00,NULL),(2702,'Hedmark',166,0.00,NULL),(2703,'Hordaland',166,0.00,NULL),(2704,'More og Romsdal',166,0.00,NULL),(2705,'Nord-Trondelag',166,0.00,NULL),(2706,'Nordland',166,0.00,NULL),(2707,'Oppland',166,0.00,NULL),(2708,'Oslo',166,0.00,NULL),(2709,'Ostfold',166,0.00,NULL),(2710,'Rogaland',166,0.00,NULL),(2711,'Sogn og Fjordane',166,0.00,NULL),(2712,'Sor-Trondelag',166,0.00,NULL),(2713,'Telemark',166,0.00,NULL),(2714,'Troms',166,0.00,NULL),(2715,'Vest-Agder',166,0.00,NULL),(2716,'Vestfold',166,0.00,NULL),(2717,'Nouvelle-Calédonie',167,0.00,NULL),(2718,'Akaroa',168,0.00,NULL),(2719,'Amuri',168,0.00,NULL),(2720,'Ashburton',168,0.00,NULL),(2721,'Bay of Islands',168,0.00,NULL),(2722,'Bruce',168,0.00,NULL),(2723,'Buller',168,0.00,NULL),(2724,'Chatham Islands',168,0.00,NULL),(2725,'Cheviot',168,0.00,NULL),(2726,'Clifton',168,0.00,NULL),(2727,'Clutha',168,0.00,NULL),(2728,'Cook',168,0.00,NULL),(2729,'Dannevirke',168,0.00,NULL),(2730,'Egmont',168,0.00,NULL),(2731,'Eketahuna',168,0.00,NULL),(2732,'Ellesmere',168,0.00,NULL),(2733,'Eltham',168,0.00,NULL),(2734,'Eyre',168,0.00,NULL),(2735,'Featherston',168,0.00,NULL),(2736,'Franklin',168,0.00,NULL),(2737,'Golden Bay',168,0.00,NULL),(2738,'Great Barrier Island',168,0.00,NULL),(2739,'Grey',168,0.00,NULL),(2740,'Hauraki Plains',168,0.00,NULL),(2741,'Hawera',168,0.00,NULL),(2742,'Hawkes Bay',168,0.00,NULL),(2743,'Heathcote',168,0.00,NULL),(2744,'Hikurangi',168,0.00,NULL),(2745,'Hobson',168,0.00,NULL),(2746,'Hokianga',168,0.00,NULL),(2747,'Horowhenua',168,0.00,NULL),(2748,'Hurunui',168,0.00,NULL),(2749,'Hutt',168,0.00,NULL),(2750,'Inangahua',168,0.00,NULL),(2751,'Inglewood',168,0.00,NULL),(2752,'Kaikoura',168,0.00,NULL),(2753,'Kairanga',168,0.00,NULL),(2754,'Kiwitea',168,0.00,NULL),(2755,'Lake',168,0.00,NULL),(2756,'Mackenzie',168,0.00,NULL),(2757,'Malvern',168,0.00,NULL),(2758,'Manaia',168,0.00,NULL),(2759,'Manawatu',168,0.00,NULL),(2760,'Mangonui',168,0.00,NULL),(2761,'Maniototo',168,0.00,NULL),(2762,'Marlborough',168,0.00,NULL),(2763,'Masterton',168,0.00,NULL),(2764,'Matamata',168,0.00,NULL),(2765,'Mount Herbert',168,0.00,NULL),(2766,'Ohinemuri',168,0.00,NULL),(2767,'Opotiki',168,0.00,NULL),(2768,'Oroua',168,0.00,NULL),(2769,'Otamatea',168,0.00,NULL),(2770,'Otorohanga',168,0.00,NULL),(2771,'Oxford',168,0.00,NULL),(2772,'Pahiatua',168,0.00,NULL),(2773,'Paparua',168,0.00,NULL),(2774,'Patea',168,0.00,NULL),(2775,'Piako',168,0.00,NULL),(2776,'Pohangina',168,0.00,NULL),(2777,'Raglan',168,0.00,NULL),(2778,'Rangiora',168,0.00,NULL),(2779,'Rangitikei',168,0.00,NULL),(2780,'Rodney',168,0.00,NULL),(2781,'Rotorua',168,0.00,NULL),(2782,'Runanga',168,0.00,NULL),(2783,'Saint Kilda',168,0.00,NULL),(2784,'Silverpeaks',168,0.00,NULL),(2785,'Southland',168,0.00,NULL),(2786,'Stewart Island',168,0.00,NULL),(2787,'Stratford',168,0.00,NULL),(2788,'Strathallan',168,0.00,NULL),(2789,'Taranaki',168,0.00,NULL),(2790,'Taumarunui',168,0.00,NULL),(2791,'Taupo',168,0.00,NULL),(2792,'Tauranga',168,0.00,NULL),(2793,'Thames-Coromandel',168,0.00,NULL),(2794,'Tuapeka',168,0.00,NULL),(2795,'Vincent',168,0.00,NULL),(2796,'Waiapu',168,0.00,NULL),(2797,'Waiheke',168,0.00,NULL),(2798,'Waihemo',168,0.00,NULL),(2799,'Waikato',168,0.00,NULL),(2800,'Waikohu',168,0.00,NULL),(2801,'Waimairi',168,0.00,NULL),(2802,'Waimarino',168,0.00,NULL),(2803,'Waimate',168,0.00,NULL),(2804,'Waimate West',168,0.00,NULL),(2805,'Waimea',168,0.00,NULL),(2806,'Waipa',168,0.00,NULL),(2807,'Waipawa',168,0.00,NULL),(2808,'Waipukurau',168,0.00,NULL),(2809,'Wairarapa South',168,0.00,NULL),(2810,'Wairewa',168,0.00,NULL),(2811,'Wairoa',168,0.00,NULL),(2812,'Waitaki',168,0.00,NULL),(2813,'Waitomo',168,0.00,NULL),(2814,'Waitotara',168,0.00,NULL),(2815,'Wallace',168,0.00,NULL),(2816,'Wanganui',168,0.00,NULL),(2817,'Waverley',168,0.00,NULL),(2818,'Westland',168,0.00,NULL),(2819,'Whakatane',168,0.00,NULL),(2820,'Whangarei',168,0.00,NULL),(2821,'Whangaroa',168,0.00,NULL),(2822,'Woodville',168,0.00,NULL),(2823,'Agadez',169,0.00,NULL),(2824,'Diffa',169,0.00,NULL),(2825,'Dosso',169,0.00,NULL),(2826,'Maradi',169,0.00,NULL),(2827,'Niamey',169,0.00,NULL),(2828,'Tahoua',169,0.00,NULL),(2829,'Zinder',169,0.00,NULL),(2830,'Ad Dakhiliyah',170,0.00,NULL),(2831,'Al Batinah',170,0.00,NULL),(2832,'Al Wusta',170,0.00,NULL),(2833,'Ash Sharqiyah',170,0.00,NULL),(2834,'Az Zahirah',170,0.00,NULL),(2835,'Masqat',170,0.00,NULL),(2836,'Musandam',170,0.00,NULL),(2837,'Zufar',170,0.00,NULL),(2838,'Azad Kashmir',171,0.00,NULL),(2839,'Balochistan',171,0.00,NULL),(2840,'Federally Administered Tribal Areas',171,0.00,NULL),(2841,'Islamabad',171,0.00,NULL),(2842,'North-West Frontier',171,0.00,NULL),(2843,'Northern Areas',171,0.00,NULL),(2844,'Punjab',171,0.00,NULL),(2845,'Sindh',171,0.00,NULL),(2846,'Palau (General)',172,0.00,NULL),(2847,'Palestinian Territory (General)',173,0.00,NULL),(2848,'Bocas del Toro',174,0.00,NULL),(2849,'Chiriqui',174,0.00,NULL),(2850,'Cocle',174,0.00,NULL),(2851,'Colon',174,0.00,NULL),(2852,'Darien',174,0.00,NULL),(2853,'Herrera',174,0.00,NULL),(2854,'Los Santos',174,0.00,NULL),(2855,'Panama',174,0.00,NULL),(2856,'San Blas',174,0.00,NULL),(2857,'Veraguas',174,0.00,NULL),(2858,'Central',175,0.00,NULL),(2859,'Chimbu',175,0.00,NULL),(2860,'East New Britain',175,0.00,NULL),(2861,'East Sepik',175,0.00,NULL),(2862,'Eastern Highlands',175,0.00,NULL),(2863,'Enga',175,0.00,NULL),(2864,'Gulf',175,0.00,NULL),(2865,'Madang',175,0.00,NULL),(2866,'Manus',175,0.00,NULL),(2867,'Milne Bay',175,0.00,NULL),(2868,'Morobe',175,0.00,NULL),(2869,'National Capital',175,0.00,NULL),(2870,'New Ireland',175,0.00,NULL),(2871,'North Solomons',175,0.00,NULL),(2872,'Northern',175,0.00,NULL),(2873,'Sandaun',175,0.00,NULL),(2874,'Southern Highlands',175,0.00,NULL),(2875,'West New Britain',175,0.00,NULL),(2876,'Western',175,0.00,NULL),(2877,'Western Highlands',175,0.00,NULL),(2878,'Alto Paraguay',176,0.00,NULL),(2879,'Alto Parana',176,0.00,NULL),(2880,'Amambay',176,0.00,NULL),(2881,'Boqueron',176,0.00,NULL),(2882,'Caaguazu',176,0.00,NULL),(2883,'Caazapa',176,0.00,NULL),(2884,'Canindeyu',176,0.00,NULL),(2885,'Central',176,0.00,NULL),(2886,'Chaco',176,0.00,NULL),(2887,'Concepcion',176,0.00,NULL),(2888,'Cordillera',176,0.00,NULL),(2889,'Guaira',176,0.00,NULL),(2890,'Itapua',176,0.00,NULL),(2891,'Misiones',176,0.00,NULL),(2892,'Neembucu',176,0.00,NULL),(2893,'Nueva Asuncion',176,0.00,NULL),(2894,'Paraguari',176,0.00,NULL),(2895,'Presidente Hayes',176,0.00,NULL),(2896,'San Pedro',176,0.00,NULL),(2897,'Amazonas',177,0.00,NULL),(2898,'Ancash',177,0.00,NULL),(2899,'Apurimac',177,0.00,NULL),(2900,'Arequipa',177,0.00,NULL),(2901,'Ayacucho',177,0.00,NULL),(2902,'Cajamarca',177,0.00,NULL),(2903,'Callao',177,0.00,NULL),(2904,'Cusco',177,0.00,NULL),(2905,'Huancavelica',177,0.00,NULL),(2906,'Huanuco',177,0.00,NULL),(2907,'Ica',177,0.00,NULL),(2908,'Junin',177,0.00,NULL),(2909,'La Libertad',177,0.00,NULL),(2910,'Lambayeque',177,0.00,NULL),(2911,'Lima',177,0.00,NULL),(2912,'Loreto',177,0.00,NULL),(2913,'Madre de Dios',177,0.00,NULL),(2914,'Moquegua',177,0.00,NULL),(2915,'Pasco',177,0.00,NULL),(2916,'Piura',177,0.00,NULL),(2917,'Puno',177,0.00,NULL),(2918,'San Martin',177,0.00,NULL),(2919,'Tacna',177,0.00,NULL),(2920,'Tumbes',177,0.00,NULL),(2921,'Ucayali',177,0.00,NULL),(2922,'Pitcairn (General)',178,0.00,NULL),(2923,'Biala Podlaska',179,0.00,NULL),(2924,'Bialystok',179,0.00,NULL),(2925,'Bielsko',179,0.00,NULL),(2926,'Bydgoszcz',179,0.00,NULL),(2927,'Chelm',179,0.00,NULL),(2928,'Ciechanow',179,0.00,NULL),(2929,'Czestochowa',179,0.00,NULL),(2930,'Dolnoslaskie',179,0.00,NULL),(2931,'Elblag',179,0.00,NULL),(2932,'Gdansk',179,0.00,NULL),(2933,'Gorzow',179,0.00,NULL),(2934,'Jelenia Gora',179,0.00,NULL),(2935,'Kalisz',179,0.00,NULL),(2936,'Katowice',179,0.00,NULL),(2937,'Kielce',179,0.00,NULL),(2938,'Konin',179,0.00,NULL),(2939,'Koszalin',179,0.00,NULL),(2940,'Krakow',179,0.00,NULL),(2941,'Krosno',179,0.00,NULL),(2942,'Kujawsko-Pomorskie',179,0.00,NULL),(2943,'Legnica',179,0.00,NULL),(2944,'Leszno',179,0.00,NULL),(2945,'Lodz',179,0.00,NULL),(2946,'Lodzkie',179,0.00,NULL),(2947,'Lomza',179,0.00,NULL),(2948,'Lubelskie',179,0.00,NULL),(2949,'Lublin',179,0.00,NULL),(2950,'Lubuskie',179,0.00,NULL),(2951,'Malopolskie',179,0.00,NULL),(2952,'Mazowieckie',179,0.00,NULL),(2953,'Nowy Sacz',179,0.00,NULL),(2954,'Olsztyn',179,0.00,NULL),(2955,'Opole',179,0.00,NULL),(2956,'Opolskie',179,0.00,NULL),(2957,'Ostroleka',179,0.00,NULL),(2958,'Pila',179,0.00,NULL),(2959,'Piotrkow',179,0.00,NULL),(2960,'Plock',179,0.00,NULL),(2961,'Podkarpackie',179,0.00,NULL),(2962,'Podlaskie',179,0.00,NULL),(2963,'Pomorskie',179,0.00,NULL),(2964,'Poznan',179,0.00,NULL),(2965,'Przemysl',179,0.00,NULL),(2966,'Radom',179,0.00,NULL),(2967,'Rzeszow',179,0.00,NULL),(2968,'Siedlce',179,0.00,NULL),(2969,'Sieradz',179,0.00,NULL),(2970,'Skierniewice',179,0.00,NULL),(2971,'Slaskie',179,0.00,NULL),(2972,'Slupsk',179,0.00,NULL),(2973,'Suwalki',179,0.00,NULL),(2974,'Swietokrzyskie',179,0.00,NULL),(2975,'Szczecin',179,0.00,NULL),(2976,'Tarnobrzeg',179,0.00,NULL),(2977,'Tarnow',179,0.00,NULL),(2978,'Torun',179,0.00,NULL),(2979,'Walbrzych',179,0.00,NULL),(2980,'Warminsko-Mazurskie',179,0.00,NULL),(2981,'Warszawa',179,0.00,NULL),(2982,'Wielkopolskie',179,0.00,NULL),(2983,'Wloclawek',179,0.00,NULL),(2984,'Wroclaw',179,0.00,NULL),(2985,'Zachodniopomorskie',179,0.00,NULL),(2986,'Zamosc',179,0.00,NULL),(2987,'Zielona Gora',179,0.00,NULL),(2988,'Aveiro',180,0.00,NULL),(2989,'Azores',180,0.00,NULL),(2990,'Beja',180,0.00,NULL),(2991,'Braga',180,0.00,NULL),(2992,'Braganca',180,0.00,NULL),(2993,'Castelo Branco',180,0.00,NULL),(2994,'Coimbra',180,0.00,NULL),(2995,'Evora',180,0.00,NULL),(2996,'Faro',180,0.00,NULL),(2997,'Guarda',180,0.00,NULL),(2998,'Leiria',180,0.00,NULL),(2999,'Lisboa',180,0.00,NULL),(3000,'Madeira',180,0.00,NULL),(3001,'Portalegre',180,0.00,NULL),(3002,'Porto',180,0.00,NULL),(3003,'Santarem',180,0.00,NULL),(3004,'Setubal',180,0.00,NULL),(3005,'Viana do Castelo',180,0.00,NULL),(3006,'Vila Real',180,0.00,NULL),(3007,'Viseu',180,0.00,NULL),(3008,'Puerto Rico (General)',181,0.00,NULL),(3009,'Ad Dawhah',182,0.00,NULL),(3010,'Al Ghuwariyah',182,0.00,NULL),(3011,'Al Jumaliyah',182,0.00,NULL),(3012,'Al Khawr',182,0.00,NULL),(3013,'Al Wakrah',182,0.00,NULL),(3014,'Al Wakrah Municipality',182,0.00,NULL),(3015,'Ar Rayyan',182,0.00,NULL),(3016,'Jariyan al Batnah',182,0.00,NULL),(3017,'Madinat ach Shamal',182,0.00,NULL),(3018,'Umm Said',182,0.00,NULL),(3019,'Umm Salal',182,0.00,NULL),(3020,'Aberdeen City',183,0.00,NULL),(3021,'Aberdeenshire',183,0.00,NULL),(3022,'Angus',183,0.00,NULL),(3023,'Antrim',183,0.00,NULL),(3024,'Ards',183,0.00,NULL),(3025,'Argyll and Bute',183,0.00,NULL),(3026,'Armagh',183,0.00,NULL),(3027,'Avon',183,0.00,NULL),(3028,'Ballymena',183,0.00,NULL),(3029,'Ballymoney',183,0.00,NULL),(3030,'Banbridge',183,0.00,NULL),(3031,'Barking and Dagenham',183,0.00,NULL),(3032,'Barnet',183,0.00,NULL),(3033,'Barnsley',183,0.00,NULL),(3034,'Bath and North East Somerset',183,0.00,NULL),(3035,'Bedfordshire',183,0.00,NULL),(3036,'Belfast',183,0.00,NULL),(3037,'Berkshire',183,0.00,NULL),(3038,'Bexley',183,0.00,NULL),(3039,'Birmingham',183,0.00,NULL),(3040,'Blackburn with Darwen',183,0.00,NULL),(3041,'Blackpool',183,0.00,NULL),(3042,'Blaenau Gwent',183,0.00,NULL),(3043,'Bolton',183,0.00,NULL),(3044,'Bournemouth',183,0.00,NULL),(3045,'Bracknell Forest',183,0.00,NULL),(3046,'Bradford',183,0.00,NULL),(3047,'Brent',183,0.00,NULL),(3048,'Bridgend',183,0.00,NULL),(3049,'Brighton and Hove',183,0.00,NULL),(3050,'Bristol, City of',183,0.00,NULL),(3051,'Bromley',183,0.00,NULL),(3052,'Buckinghamshire',183,0.00,NULL),(3053,'Bury',183,0.00,NULL),(3054,'Caerphilly',183,0.00,NULL),(3055,'Calderdale',183,0.00,NULL),(3056,'Cambridgeshire',183,0.00,NULL),(3057,'Camden',183,0.00,NULL),(3058,'Cardiff',183,0.00,NULL),(3059,'Carmarthenshire',183,0.00,NULL),(3060,'Carrickfergus',183,0.00,NULL),(3061,'Castlereagh',183,0.00,NULL),(3062,'Central',183,0.00,NULL),(3063,'Ceredigion',183,0.00,NULL),(3064,'Cheshire',183,0.00,NULL),(3065,'Clackmannanshire',183,0.00,NULL),(3066,'Cleveland',183,0.00,NULL),(3067,'Clwyd',183,0.00,NULL),(3068,'Coleraine',183,0.00,NULL),(3069,'Conwy',183,0.00,NULL),(3070,'Cookstown',183,0.00,NULL),(3071,'Cornwall',183,0.00,NULL),(3072,'Coventry',183,0.00,NULL),(3073,'Craigavon',183,0.00,NULL),(3074,'Croydon',183,0.00,NULL),(3075,'Cumbria',183,0.00,NULL),(3076,'Darlington',183,0.00,NULL),(3077,'Denbighshire',183,0.00,NULL),(3078,'Derby',183,0.00,NULL),(3079,'Derbyshire',183,0.00,NULL),(3080,'Derry',183,0.00,NULL),(3081,'Devon',183,0.00,NULL),(3082,'Doncaster',183,0.00,NULL),(3083,'Dorset',183,0.00,NULL),(3084,'Down',183,0.00,NULL),(3085,'Dudley',183,0.00,NULL),(3086,'Dumfries and Galloway',183,0.00,NULL),(3087,'Dundee City',183,0.00,NULL),(3088,'Dungannon',183,0.00,NULL),(3089,'Durham',183,0.00,NULL),(3090,'Dyfed',183,0.00,NULL),(3091,'Ealing',183,0.00,NULL),(3092,'East Ayrshire',183,0.00,NULL),(3093,'East Dunbartonshire',183,0.00,NULL),(3094,'East Lothian',183,0.00,NULL),(3095,'East Renfrewshire',183,0.00,NULL),(3096,'East Riding of Yorkshire',183,0.00,NULL),(3097,'East Sussex',183,0.00,NULL),(3098,'Edinburgh, City of',183,0.00,NULL),(3099,'Eilean Siar',183,0.00,NULL),(3100,'Enfield',183,0.00,NULL),(3101,'Essex',183,0.00,NULL),(3102,'Falkirk',183,0.00,NULL),(3103,'Fermanagh',183,0.00,NULL),(3104,'Fife',183,0.00,NULL),(3105,'Flintshire',183,0.00,NULL),(3106,'Gateshead',183,0.00,NULL),(3107,'Glasgow City',183,0.00,NULL),(3108,'Gloucestershire',183,0.00,NULL),(3109,'Grampian',183,0.00,NULL),(3110,'Greater London',183,0.00,NULL),(3111,'Greater Manchester',183,0.00,NULL),(3112,'Greenwich',183,0.00,NULL),(3113,'Gwent',183,0.00,NULL),(3114,'Gwynedd',183,0.00,NULL),(3115,'Hackney',183,0.00,NULL),(3116,'Halton',183,0.00,NULL),(3117,'Hammersmith and Fulham',183,0.00,NULL),(3118,'Hampshire',183,0.00,NULL),(3119,'Haringey',183,0.00,NULL),(3120,'Harrow',183,0.00,NULL),(3121,'Hartlepool',183,0.00,NULL),(3122,'Havering',183,0.00,NULL),(3123,'Hereford and Worcester',183,0.00,NULL),(3124,'Herefordshire',183,0.00,NULL),(3125,'Hertford',183,0.00,NULL),(3126,'Highland',183,0.00,NULL),(3127,'Hillingdon',183,0.00,NULL),(3128,'Hounslow',183,0.00,NULL),(3129,'Humberside',183,0.00,NULL),(3130,'Inverclyde',183,0.00,NULL),(3131,'Isle of Anglesey',183,0.00,NULL),(3132,'Isle of Wight',183,0.00,NULL),(3133,'Islington',183,0.00,NULL),(3134,'Kensington and Chelsea',183,0.00,NULL),(3135,'Kent',183,0.00,NULL),(3136,'Kingston upon Hull, City of',183,0.00,NULL),(3137,'Kingston upon Thames',183,0.00,NULL),(3138,'Kirklees',183,0.00,NULL),(3139,'Knowsley',183,0.00,NULL),(3140,'Lambeth',183,0.00,NULL),(3141,'Lancashire',183,0.00,NULL),(3142,'Larne',183,0.00,NULL),(3143,'Leeds',183,0.00,NULL),(3144,'Leicester',183,0.00,NULL),(3145,'Leicestershire',183,0.00,NULL),(3146,'Lewisham',183,0.00,NULL),(3147,'Limavady',183,0.00,NULL),(3148,'Lincolnshire',183,0.00,NULL),(3149,'Lisburn',183,0.00,NULL),(3150,'Liverpool',183,0.00,NULL),(3151,'London, City of',183,0.00,NULL),(3152,'Lothian',183,0.00,NULL),(3153,'Luton',183,0.00,NULL),(3154,'Magherafelt',183,0.00,NULL),(3155,'Manchester',183,0.00,NULL),(3156,'Medway',183,0.00,NULL),(3157,'Merseyside',183,0.00,NULL),(3158,'Merthyr Tydfil',183,0.00,NULL),(3159,'Merton',183,0.00,NULL),(3160,'Mid Glamorgan',183,0.00,NULL),(3161,'Middlesbrough',183,0.00,NULL),(3162,'Midlothian',183,0.00,NULL),(3163,'Milton Keynes',183,0.00,NULL),(3164,'Monmouthshire',183,0.00,NULL),(3165,'Moray',183,0.00,NULL),(3166,'Moyle',183,0.00,NULL),(3167,'Neath Port Talbot',183,0.00,NULL),(3168,'Newcastle upon Tyne',183,0.00,NULL),(3169,'Newham',183,0.00,NULL),(3170,'Newport',183,0.00,NULL),(3171,'Newry and Mourne',183,0.00,NULL),(3172,'Newtownabbey',183,0.00,NULL),(3173,'Norfolk',183,0.00,NULL),(3174,'North Ayrshire',183,0.00,NULL),(3175,'North Down',183,0.00,NULL),(3176,'North East Lincolnshire',183,0.00,NULL),(3177,'North Lanarkshire',183,0.00,NULL),(3178,'North Lincolnshire',183,0.00,NULL),(3179,'North Somerset',183,0.00,NULL),(3180,'North Tyneside',183,0.00,NULL),(3181,'North Yorkshire',183,0.00,NULL),(3182,'Northamptonshire',183,0.00,NULL),(3183,'Northumberland',183,0.00,NULL),(3184,'Nottingham',183,0.00,NULL),(3185,'Nottinghamshire',183,0.00,NULL),(3186,'Oldham',183,0.00,NULL),(3187,'Omagh',183,0.00,NULL),(3188,'Orkney',183,0.00,NULL),(3189,'Oxfordshire',183,0.00,NULL),(3190,'Pembrokeshire',183,0.00,NULL),(3191,'Perth and Kinross',183,0.00,NULL),(3192,'Peterborough',183,0.00,NULL),(3193,'Plymouth',183,0.00,NULL),(3194,'Poole',183,0.00,NULL),(3195,'Portsmouth',183,0.00,NULL),(3196,'Powys',183,0.00,NULL),(3197,'Reading',183,0.00,NULL),(3198,'Redbridge',183,0.00,NULL),(3199,'Redcar and Cleveland',183,0.00,NULL),(3200,'Renfrewshire',183,0.00,NULL),(3201,'Rhondda Cynon Taff',183,0.00,NULL),(3202,'Richmond upon Thames',183,0.00,NULL),(3203,'Rochdale',183,0.00,NULL),(3204,'Rotherham',183,0.00,NULL),(3205,'Rutland',183,0.00,NULL),(3206,'Salford',183,0.00,NULL),(3207,'Sandwell',183,0.00,NULL),(3208,'Scottish Borders',183,0.00,NULL),(3209,'The Sefton',183,0.00,NULL),(3210,'Sheffield',183,0.00,NULL),(3211,'Shetland Islands',183,0.00,NULL),(3212,'Shropshire',183,0.00,NULL),(3213,'Slough',183,0.00,NULL),(3214,'Solihull',183,0.00,NULL),(3215,'Somerset',183,0.00,NULL),(3216,'South Ayrshire',183,0.00,NULL),(3217,'South Glamorgan',183,0.00,NULL),(3218,'South Gloucestershire',183,0.00,NULL),(3219,'South Lanarkshire',183,0.00,NULL),(3220,'South Tyneside',183,0.00,NULL),(3221,'South Yorkshire',183,0.00,NULL),(3222,'Southampton',183,0.00,NULL),(3223,'Southend-on-Sea',183,0.00,NULL),(3224,'Southwark',183,0.00,NULL),(3225,'St. Helens',183,0.00,NULL),(3226,'Staffordshire',183,0.00,NULL),(3227,'Stirling',183,0.00,NULL),(3228,'Stockport',183,0.00,NULL),(3229,'Stockton-on-Tees',183,0.00,NULL),(3230,'Stoke-on-Trent',183,0.00,NULL),(3231,'Strabane',183,0.00,NULL),(3232,'Strathclyde',183,0.00,NULL),(3233,'Suffolk',183,0.00,NULL),(3234,'Sunderland',183,0.00,NULL),(3235,'Surrey',183,0.00,NULL),(3236,'Sutton',183,0.00,NULL),(3237,'Swansea',183,0.00,NULL),(3238,'Swindon',183,0.00,NULL),(3239,'Tameside',183,0.00,NULL),(3240,'Tayside',183,0.00,NULL),(3241,'Telford and Wrekin',183,0.00,NULL),(3242,'Thurrock',183,0.00,NULL),(3243,'Torbay',183,0.00,NULL),(3244,'Torfaen',183,0.00,NULL),(3245,'Tower Hamlets',183,0.00,NULL),(3246,'Trafford',183,0.00,NULL),(3247,'Tyne and Wear',183,0.00,NULL),(3248,'Vale of Glamorgan, The',183,0.00,NULL),(3249,'Wakefield',183,0.00,NULL),(3250,'Walsall',183,0.00,NULL),(3251,'Waltham Forest',183,0.00,NULL),(3252,'Wandsworth',183,0.00,NULL),(3253,'Warrington',183,0.00,NULL),(3254,'Warwickshire',183,0.00,NULL),(3255,'West Berkshire',183,0.00,NULL),(3256,'West Dunbartonshire',183,0.00,NULL),(3257,'West Glamorgan',183,0.00,NULL),(3258,'West Lothian',183,0.00,NULL),(3259,'West Midlands',183,0.00,NULL),(3260,'West Sussex',183,0.00,NULL),(3261,'West Yorkshire',183,0.00,NULL),(3262,'Westminster',183,0.00,NULL),(3263,'Wigan',183,0.00,NULL),(3264,'Wiltshire',183,0.00,NULL),(3265,'Windsor and Maidenhead',183,0.00,NULL),(3266,'Wirral',183,0.00,NULL),(3267,'Wokingham',183,0.00,NULL),(3268,'Wolverhampton',183,0.00,NULL),(3269,'Worcestershire',183,0.00,NULL),(3270,'Wrexham',183,0.00,NULL),(3271,'York',183,0.00,NULL),(3272,'Bamingui-Bangoran',184,0.00,NULL),(3273,'Bangui',184,0.00,NULL),(3274,'Basse-Kotto',184,0.00,NULL),(3275,'Haut-Mbomou',184,0.00,NULL),(3276,'Haute-Kotto',184,0.00,NULL),(3277,'Kemo',184,0.00,NULL),(3278,'Lobaye',184,0.00,NULL),(3279,'Mambere-Kadei',184,0.00,NULL),(3280,'Mbomou',184,0.00,NULL),(3281,'Nana-Grebizi',184,0.00,NULL),(3282,'Nana-Mambere',184,0.00,NULL),(3283,'Ombella-Mpoko',184,0.00,NULL),(3284,'Ouaka',184,0.00,NULL),(3285,'Ouham',184,0.00,NULL),(3286,'Ouham-Pende',184,0.00,NULL),(3287,'Sangha-Mbaere',184,0.00,NULL),(3288,'Vakaga',184,0.00,NULL),(3289,'Blansko',185,0.00,NULL),(3290,'Breclav',185,0.00,NULL),(3291,'Hlavni Mesto Praha',185,0.00,NULL),(3292,'Hradec Kralove',185,0.00,NULL),(3293,'Jablonec nad Nisou',185,0.00,NULL),(3294,'Jiein',185,0.00,NULL),(3295,'Jihlava',185,0.00,NULL),(3296,'Jihocesky Kraj',185,0.00,NULL),(3297,'Jihomoravsky Kraj',185,0.00,NULL),(3298,'Karlovarsky Kraj',185,0.00,NULL),(3299,'Kolin',185,0.00,NULL),(3300,'Kralovehradecky Kraj',185,0.00,NULL),(3301,'Liberec',185,0.00,NULL),(3302,'Liberecky Kraj',185,0.00,NULL),(3303,'Melnik',185,0.00,NULL),(3304,'Mlada Boleslav',185,0.00,NULL),(3305,'Moravskoslezsky Kraj',185,0.00,NULL),(3306,'Nachod',185,0.00,NULL),(3307,'Nymburk',185,0.00,NULL),(3308,'Olomoucky Kraj',185,0.00,NULL),(3309,'Pardubice',185,0.00,NULL),(3310,'Pardubicky Kraj',185,0.00,NULL),(3311,'Plzensky Kraj',185,0.00,NULL),(3312,'Semily',185,0.00,NULL),(3313,'Stredocesky Kraj',185,0.00,NULL),(3314,'Trutnov',185,0.00,NULL),(3315,'Ustecky Kraj',185,0.00,NULL),(3316,'Vysocina',185,0.00,NULL),(3317,'Zlinsky Kraj',185,0.00,NULL),(3318,'Congo, The Democratic Republic of the (General)',186,0.00,NULL),(3319,'Azua',187,0.00,NULL),(3320,'Baoruco',187,0.00,NULL),(3321,'Barahona',187,0.00,NULL),(3322,'Dajabon',187,0.00,NULL),(3323,'Distrito Nacional',187,0.00,NULL),(3324,'Duarte',187,0.00,NULL),(3325,'El Seibo',187,0.00,NULL),(3326,'Elias Pina',187,0.00,NULL),(3327,'Espaillat',187,0.00,NULL),(3328,'Hato Mayor',187,0.00,NULL),(3329,'Independencia',187,0.00,NULL),(3330,'La Altagracia',187,0.00,NULL),(3331,'La Romana',187,0.00,NULL),(3332,'La Vega',187,0.00,NULL),(3333,'Maria Trinidad Sanchez',187,0.00,NULL),(3334,'Monsenor Nouel',187,0.00,NULL),(3335,'Monte Cristi',187,0.00,NULL),(3336,'Monte Plata',187,0.00,NULL),(3337,'Pedernales',187,0.00,NULL),(3338,'Peravia',187,0.00,NULL),(3339,'Puerto Plata',187,0.00,NULL),(3340,'Salcedo',187,0.00,NULL),(3341,'Samana',187,0.00,NULL),(3342,'San Cristobal',187,0.00,NULL),(3343,'San Juan',187,0.00,NULL),(3344,'San Pedro De Macoris',187,0.00,NULL),(3345,'Sanchez Ramirez',187,0.00,NULL),(3346,'Santiago',187,0.00,NULL),(3347,'Santiago Rodriguez',187,0.00,NULL),(3348,'Valverde',187,0.00,NULL),(3349,'Ardabil',188,0.00,NULL),(3350,'Azarbayjan-e Bakhtari',188,0.00,NULL),(3351,'Azarbayjan-e Khavari',188,0.00,NULL),(3352,'Bakhtaran',188,0.00,NULL),(3353,'Bushehr',188,0.00,NULL),(3354,'Chahar Mahall va Bakhtiari',188,0.00,NULL),(3355,'East Azarbaijan',188,0.00,NULL),(3356,'Esfahan',188,0.00,NULL),(3357,'Fars',188,0.00,NULL),(3358,'Gilan',188,0.00,NULL),(3359,'Golestan',188,0.00,NULL),(3360,'Hamadan',188,0.00,NULL),(3361,'Hormozgan',188,0.00,NULL),(3362,'Ilam',188,0.00,NULL),(3363,'Kerman',188,0.00,NULL),(3364,'Khorasan',188,0.00,NULL),(3365,'Khuzestan',188,0.00,NULL),(3366,'Kohkiluyeh va Buyer Ahmadi',188,0.00,NULL),(3367,'Kordestan',188,0.00,NULL),(3368,'Lorestan',188,0.00,NULL),(3369,'Markazi',188,0.00,NULL),(3370,'Markazi',188,0.00,NULL),(3371,'Mazandaran',188,0.00,NULL),(3372,'Mazandaran',188,0.00,NULL),(3373,'Qazvin',188,0.00,NULL),(3374,'Qom',188,0.00,NULL),(3375,'Semnan',188,0.00,NULL),(3376,'Sistan va Baluchestan',188,0.00,NULL),(3377,'Tehran',188,0.00,NULL),(3378,'Yazd',188,0.00,NULL),(3379,'Zanjan',188,0.00,NULL),(3380,'Zanjan',188,0.00,NULL),(3381,'Butare',189,0.00,NULL),(3382,'Byumba',189,0.00,NULL),(3383,'Cyangugu',189,0.00,NULL),(3384,'Gikongoro',189,0.00,NULL),(3385,'Gisenyi',189,0.00,NULL),(3386,'Gitarama',189,0.00,NULL),(3387,'Kibungo',189,0.00,NULL),(3388,'Kibuye',189,0.00,NULL),(3389,'Kigali',189,0.00,NULL),(3390,'Ruhengeri',189,0.00,NULL),(3391,'Alba',190,0.00,NULL),(3392,'Arad',190,0.00,NULL),(3393,'Arges',190,0.00,NULL),(3394,'Bacau',190,0.00,NULL),(3395,'Bihor',190,0.00,NULL),(3396,'Bistrita-Nasaud',190,0.00,NULL),(3397,'Botosani',190,0.00,NULL),(3398,'Braila',190,0.00,NULL),(3399,'Brasov',190,0.00,NULL),(3400,'Bucuresti',190,0.00,NULL),(3401,'Buzau',190,0.00,NULL),(3402,'Calarasi',190,0.00,NULL),(3403,'Caras-Severin',190,0.00,NULL),(3404,'Cluj',190,0.00,NULL),(3405,'Constanta',190,0.00,NULL),(3406,'Covasna',190,0.00,NULL),(3407,'Dambovita',190,0.00,NULL),(3408,'Dolj',190,0.00,NULL),(3409,'Galati',190,0.00,NULL),(3410,'Giurgiu',190,0.00,NULL),(3411,'Gorj',190,0.00,NULL),(3412,'Harghita',190,0.00,NULL),(3413,'Hunedoara',190,0.00,NULL),(3414,'Ialomita',190,0.00,NULL),(3415,'Iasi',190,0.00,NULL),(3416,'Ilfov',190,0.00,NULL),(3417,'Maramures',190,0.00,NULL),(3418,'Mehedinti',190,0.00,NULL),(3419,'Mures',190,0.00,NULL),(3420,'Neamt',190,0.00,NULL),(3421,'Olt',190,0.00,NULL),(3422,'Prahova',190,0.00,NULL),(3423,'Salaj',190,0.00,NULL),(3424,'Satu Mare',190,0.00,NULL),(3425,'Sibiu',190,0.00,NULL),(3426,'Suceava',190,0.00,NULL),(3427,'Teleorman',190,0.00,NULL),(3428,'Timis',190,0.00,NULL),(3429,'Tulcea',190,0.00,NULL),(3430,'Valcea',190,0.00,NULL),(3431,'Vaslui',190,0.00,NULL),(3432,'Vrancea',190,0.00,NULL),(3433,'Adygeya, Republic of',191,0.00,NULL),(3434,'Aginsky Buryatsky AO',191,0.00,NULL),(3435,'Altaisky krai',191,0.00,NULL),(3436,'Amur',191,0.00,NULL),(3437,'Arkhangel sk',191,0.00,NULL),(3438,'Astrakhan',191,0.00,NULL),(3439,'Bashkortostan',191,0.00,NULL),(3440,'Belgorod',191,0.00,NULL),(3441,'Bryansk',191,0.00,NULL),(3442,'Buryat',191,0.00,NULL),(3443,'Chechnya',191,0.00,NULL),(3444,'Chechnya Republic',191,0.00,NULL),(3445,'Chelyabinsk',191,0.00,NULL),(3446,'Chita',191,0.00,NULL),(3447,'Chukot',191,0.00,NULL),(3448,'Chuvashia',191,0.00,NULL),(3449,'Dagestan',191,0.00,NULL),(3450,'Evenk',191,0.00,NULL),(3451,'Gorno-Altay',191,0.00,NULL),(3452,'Ingush',191,0.00,NULL),(3453,'Irkutsk',191,0.00,NULL),(3454,'Ivanovo',191,0.00,NULL),(3455,'JA',191,0.00,NULL),(3456,'Kabardin-Balkar',191,0.00,NULL),(3457,'Kaliningrad',191,0.00,NULL),(3458,'Kalmyk',191,0.00,NULL),(3459,'Kaluga',191,0.00,NULL),(3460,'Kamchatka',191,0.00,NULL),(3461,'Karachay-Cherkess',191,0.00,NULL),(3462,'Karelia',191,0.00,NULL),(3463,'Kemerovo',191,0.00,NULL),(3464,'Khabarovsk',191,0.00,NULL),(3465,'Khakass',191,0.00,NULL),(3466,'Khanty-Mansiy',191,0.00,NULL),(3467,'Kirov',191,0.00,NULL),(3468,'Komi',191,0.00,NULL),(3469,'Komi-Permyak',191,0.00,NULL),(3470,'Koryak',191,0.00,NULL),(3471,'Kostroma',191,0.00,NULL),(3472,'Krasnodar',191,0.00,NULL),(3473,'Krasnoyarsk',191,0.00,NULL),(3474,'Kurgan',191,0.00,NULL),(3475,'Kursk',191,0.00,NULL),(3476,'Leningrad',191,0.00,NULL),(3477,'Lipetsk',191,0.00,NULL),(3478,'Magadan',191,0.00,NULL),(3479,'Mariy-El',191,0.00,NULL),(3480,'Mordovia',191,0.00,NULL),(3481,'Moscow City',191,0.00,NULL),(3482,'Moskva',191,0.00,NULL),(3483,'Murmansk',191,0.00,NULL),(3484,'Nenets',191,0.00,NULL),(3485,'Nizhegorod',191,0.00,NULL),(3486,'North Ossetia',191,0.00,NULL),(3487,'Novgorod',191,0.00,NULL),(3488,'Novosibirsk',191,0.00,NULL),(3489,'Omsk',191,0.00,NULL),(3490,'Orel',191,0.00,NULL),(3491,'Orenburg',191,0.00,NULL),(3492,'Penza',191,0.00,NULL),(3493,'Perm',191,0.00,NULL),(3494,'Primor ye',191,0.00,NULL),(3495,'Pskov',191,0.00,NULL),(3496,'Rostov',191,0.00,NULL),(3497,'Ryazan',191,0.00,NULL),(3498,'Saint Petersburg City',191,0.00,NULL),(3499,'Sakha',191,0.00,NULL),(3500,'Sakhalin',191,0.00,NULL),(3501,'Samara',191,0.00,NULL),(3502,'Saratov',191,0.00,NULL),(3503,'Smolensk',191,0.00,NULL),(3504,'Stavropol',191,0.00,NULL),(3505,'Sverdlovsk',191,0.00,NULL),(3506,'Tambovskaya oblast',191,0.00,NULL),(3507,'Tatarstan',191,0.00,NULL),(3508,'Taymyr',191,0.00,NULL),(3509,'Tomsk',191,0.00,NULL),(3510,'Tula',191,0.00,NULL),(3511,'Tuva',191,0.00,NULL),(3512,'Tver',191,0.00,NULL),(3513,'Tyumen',191,0.00,NULL),(3514,'Udmurt',191,0.00,NULL),(3515,'Ul yanovsk',191,0.00,NULL),(3516,'Ust-Orda Buryat',191,0.00,NULL),(3517,'Vladimir',191,0.00,NULL),(3518,'Volgograd',191,0.00,NULL),(3519,'Vologda',191,0.00,NULL),(3520,'Voronezh',191,0.00,NULL),(3521,'Yamal-Nenets',191,0.00,NULL),(3522,'Yaroslavl',191,0.00,NULL),(3523,'Yevrey',191,0.00,NULL),(3524,'Christ Church Nichola Town',192,0.00,NULL),(3525,'Saint Anne Sandy Point',192,0.00,NULL),(3526,'Saint George Basseterre',192,0.00,NULL),(3527,'Saint George Gingerland',192,0.00,NULL),(3528,'Saint James Windward',192,0.00,NULL),(3529,'Saint John Capisterre',192,0.00,NULL),(3530,'Saint John Figtree',192,0.00,NULL),(3531,'Saint Mary Cayon',192,0.00,NULL),(3532,'Saint Paul Capisterre',192,0.00,NULL),(3533,'Saint Paul Charlestown',192,0.00,NULL),(3534,'Saint Peter Basseterre',192,0.00,NULL),(3535,'Saint Thomas Lowland',192,0.00,NULL),(3536,'Saint Thomas Middle Island',192,0.00,NULL),(3537,'Trinity Palmetto Point',192,0.00,NULL),(3538,'Saint-Pierre et Miquelon Collectivité Territoriale',193,0.00,NULL),(3539,'Aiga-i-le-Tai',194,0.00,NULL),(3540,'Atua',194,0.00,NULL),(3541,'Fa',194,0.00,NULL),(3542,'Gaga',194,0.00,NULL),(3543,'Gagaifomauga',194,0.00,NULL),(3544,'Palauli',194,0.00,NULL),(3545,'Satupa',194,0.00,NULL),(3546,'Tuamasaga',194,0.00,NULL),(3547,'Va',194,0.00,NULL),(3548,'Vaisigano',194,0.00,NULL),(3549,'Acquaviva',195,0.00,NULL),(3550,'Borgo Maggiore',195,0.00,NULL),(3551,'Chiesanuova',195,0.00,NULL),(3552,'Domagnano',195,0.00,NULL),(3553,'Faetano',195,0.00,NULL),(3554,'Fiorentino',195,0.00,NULL),(3555,'Monte Giardino',195,0.00,NULL),(3556,'San Marino',195,0.00,NULL),(3557,'Serravalle',195,0.00,NULL),(3558,'Charlotte',196,0.00,NULL),(3559,'Grenadines',196,0.00,NULL),(3560,'Saint Andrew',196,0.00,NULL),(3561,'Saint David',196,0.00,NULL),(3562,'Saint George',196,0.00,NULL),(3563,'Saint Patrick',196,0.00,NULL),(3564,'Ascension',197,0.00,NULL),(3565,'Saint Helena',197,0.00,NULL),(3566,'Tristan da Cunha',197,0.00,NULL),(3567,'Anse-la-Raye',198,0.00,NULL),(3568,'Castries',198,0.00,NULL),(3569,'Choiseul',198,0.00,NULL),(3570,'Dauphin',198,0.00,NULL),(3571,'Dennery',198,0.00,NULL),(3572,'Gros-Islet',198,0.00,NULL),(3573,'Laborie',198,0.00,NULL),(3574,'Micoud',198,0.00,NULL),(3575,'Praslin',198,0.00,NULL),(3576,'Soufriere',198,0.00,NULL),(3577,'Vieux-Fort',198,0.00,NULL),(3578,'Principe',199,0.00,NULL),(3579,'Sao Tome',199,0.00,NULL),(3580,'Dakar',200,0.00,NULL),(3581,'Diourbel',200,0.00,NULL),(3582,'Fatick',200,0.00,NULL),(3583,'Kaolack',200,0.00,NULL),(3584,'Kolda',200,0.00,NULL),(3585,'Louga',200,0.00,NULL),(3586,'Saint-Louis',200,0.00,NULL),(3587,'Saint-Louis Region',200,0.00,NULL),(3588,'Tambacounda',200,0.00,NULL),(3589,'Thies',200,0.00,NULL),(3590,'Ziguinchor',200,0.00,NULL),(3591,'Kosovo',201,0.00,NULL),(3592,'Vojvodina',201,0.00,NULL),(3593,'Anse Boileau',202,0.00,NULL),(3594,'Anse Etoile',202,0.00,NULL),(3595,'Anse Louis',202,0.00,NULL),(3596,'Anse Royale',202,0.00,NULL),(3597,'Anse aux Pins',202,0.00,NULL),(3598,'Baie Lazare',202,0.00,NULL),(3599,'Baie Sainte Anne',202,0.00,NULL),(3600,'Beau Vallon',202,0.00,NULL),(3601,'Bel Air',202,0.00,NULL),(3602,'Bel Ombre',202,0.00,NULL),(3603,'Cascade',202,0.00,NULL),(3604,'Glacis',202,0.00,NULL),(3605,'Grand Anse',202,0.00,NULL),(3606,'Grand Anse',202,0.00,NULL),(3607,'La Digue',202,0.00,NULL),(3608,'La Riviere Anglaise',202,0.00,NULL),(3609,'Mont Buxton',202,0.00,NULL),(3610,'Mont Fleuri',202,0.00,NULL),(3611,'Plaisance',202,0.00,NULL),(3612,'Pointe La Rue',202,0.00,NULL),(3613,'Port Glaud',202,0.00,NULL),(3614,'Saint Louis',202,0.00,NULL),(3615,'Takamaka',202,0.00,NULL),(3616,'Eastern',203,0.00,NULL),(3617,'Northern',203,0.00,NULL),(3618,'Southern',203,0.00,NULL),(3619,'Western Area',203,0.00,NULL),(3620,'Singapore (General)',204,0.00,NULL),(3621,'Al Hasakah',205,0.00,NULL),(3622,'Al Ladhiqiyah',205,0.00,NULL),(3623,'Al Qunaytirah',205,0.00,NULL),(3624,'Ar Raqqah',205,0.00,NULL),(3625,'As Suwayda',205,0.00,NULL),(3626,'Dar',205,0.00,NULL),(3627,'Dayr az Zawr',205,0.00,NULL),(3628,'Dimashq',205,0.00,NULL),(3629,'Halab',205,0.00,NULL),(3630,'Hamah',205,0.00,NULL),(3631,'Hims',205,0.00,NULL),(3632,'Idlib',205,0.00,NULL),(3633,'Rif Dimashq',205,0.00,NULL),(3634,'Tartus',205,0.00,NULL),(3635,'Bakool',206,0.00,NULL),(3636,'Banaadir',206,0.00,NULL),(3637,'Bari',206,0.00,NULL),(3638,'Bay',206,0.00,NULL),(3639,'Galguduud',206,0.00,NULL),(3640,'Gedo',206,0.00,NULL),(3641,'Hiiraan',206,0.00,NULL),(3642,'Jubbada Dhexe',206,0.00,NULL),(3643,'Jubbada Hoose',206,0.00,NULL),(3644,'Mudug',206,0.00,NULL),(3645,'Nugaal',206,0.00,NULL),(3646,'Sanaag',206,0.00,NULL),(3647,'Shabeellaha Dhexe',206,0.00,NULL),(3648,'Shabeellaha Hoose',206,0.00,NULL),(3649,'Togdheer',206,0.00,NULL),(3650,'Woqooyi Galbeed',206,0.00,NULL),(3651,'Amparai',207,0.00,NULL),(3652,'Anuradhapura',207,0.00,NULL),(3653,'Badulla',207,0.00,NULL),(3654,'Batticaloa',207,0.00,NULL),(3655,'Central Province',207,0.00,NULL),(3656,'Colombo',207,0.00,NULL),(3657,'Galle',207,0.00,NULL),(3658,'Gampaha',207,0.00,NULL),(3659,'Hambantota',207,0.00,NULL),(3660,'Jaffna',207,0.00,NULL),(3661,'Kalutara',207,0.00,NULL),(3662,'Kandy',207,0.00,NULL),(3663,'Kegalla',207,0.00,NULL),(3664,'Kurunegala',207,0.00,NULL),(3665,'Mannar',207,0.00,NULL),(3666,'Matale',207,0.00,NULL),(3667,'Matara',207,0.00,NULL),(3668,'Moneragala',207,0.00,NULL),(3669,'Mullaittivu',207,0.00,NULL),(3670,'North Central Province',207,0.00,NULL),(3671,'North Eastern Province',207,0.00,NULL),(3672,'North Western Province',207,0.00,NULL),(3673,'Nuwara Eliya',207,0.00,NULL),(3674,'Polonnaruwa',207,0.00,NULL),(3675,'Puttalam',207,0.00,NULL),(3676,'Ratnapura',207,0.00,NULL),(3677,'Sabaragamuwa Province',207,0.00,NULL),(3678,'Southern Province',207,0.00,NULL),(3679,'Trincomalee',207,0.00,NULL),(3680,'Uva Province',207,0.00,NULL),(3681,'Vavuniya',207,0.00,NULL),(3682,'Western Province',207,0.00,NULL),(3683,'Hhohho',208,0.00,NULL),(3684,'Lubombo',208,0.00,NULL),(3685,'Manzini',208,0.00,NULL),(3686,'Praslin',208,0.00,NULL),(3687,'Shiselweni',208,0.00,NULL),(3688,'Eastern Cape',209,0.00,NULL),(3689,'Free State',209,0.00,NULL),(3690,'Gauteng',209,0.00,NULL),(3691,'KwaZulu-Natal',209,0.00,NULL),(3692,'Limpopo',209,0.00,NULL),(3693,'Mpumalanga',209,0.00,NULL),(3694,'North-West',209,0.00,NULL),(3695,'Northern Cape',209,0.00,NULL),(3696,'Western Cape',209,0.00,NULL),(3697,'Al Istiwaiyah',210,0.00,NULL),(3698,'Al Khartum',210,0.00,NULL),(3699,'Al Wusta',210,0.00,NULL),(3700,'Ash Shamaliyah',210,0.00,NULL),(3701,'Ash Sharqiyah',210,0.00,NULL),(3702,'Bahr al Ghazal',210,0.00,NULL),(3703,'Darfur',210,0.00,NULL),(3704,'Kurdufan',210,0.00,NULL),(3705,'Alvsborgs Lan',211,0.00,NULL),(3706,'Blekinge Lan',211,0.00,NULL),(3707,'Dalarnas Lan',211,0.00,NULL),(3708,'Gavleborgs Lan',211,0.00,NULL),(3709,'Goteborgs och Bohus Lan',211,0.00,NULL),(3710,'Gotlands Lan',211,0.00,NULL),(3711,'Hallands Lan',211,0.00,NULL),(3712,'Jamtlands Lan',211,0.00,NULL),(3713,'Jonkopings Lan',211,0.00,NULL),(3714,'Kalmar Lan',211,0.00,NULL),(3715,'Kristianstads Lan',211,0.00,NULL),(3716,'Kronobergs Lan',211,0.00,NULL),(3717,'Malmohus Lan',211,0.00,NULL),(3718,'Norrbottens Lan',211,0.00,NULL),(3719,'Orebro Lan',211,0.00,NULL),(3720,'Ostergotlands Lan',211,0.00,NULL),(3721,'Skane Lan',211,0.00,NULL),(3722,'Skaraborgs Lan',211,0.00,NULL),(3723,'Sodermanlands Lan',211,0.00,NULL),(3724,'Stockholms Lan',211,0.00,NULL),(3725,'Uppsala Lan',211,0.00,NULL),(3726,'Varmlands Lan',211,0.00,NULL),(3727,'Vasterbottens Lan',211,0.00,NULL),(3728,'Vasternorrlands Lan',211,0.00,NULL),(3729,'Vastmanlands Lan',211,0.00,NULL),(3730,'Vastra Gotaland',211,0.00,NULL),(3731,'Aargau',212,0.00,NULL),(3732,'Ausser-Rhoden',212,0.00,NULL),(3733,'Basel-Landschaft',212,0.00,NULL),(3734,'Basel-Stadt',212,0.00,NULL),(3735,'Bern',212,0.00,NULL),(3736,'Fribourg',212,0.00,NULL),(3737,'Geneve',212,0.00,NULL),(3738,'Glarus',212,0.00,NULL),(3739,'Graubunden',212,0.00,NULL),(3740,'Inner-Rhoden',212,0.00,NULL),(3741,'Jura',212,0.00,NULL),(3742,'Luzern',212,0.00,NULL),(3743,'Neuchatel',212,0.00,NULL),(3744,'Nidwalden',212,0.00,NULL),(3745,'Obwalden',212,0.00,NULL),(3746,'Sankt Gallen',212,0.00,NULL),(3747,'Schaffhausen',212,0.00,NULL),(3748,'Schwyz',212,0.00,NULL),(3749,'Solothurn',212,0.00,NULL),(3750,'Thurgau',212,0.00,NULL),(3751,'Ticino',212,0.00,NULL),(3752,'Uri',212,0.00,NULL),(3753,'Valais',212,0.00,NULL),(3754,'Vaud',212,0.00,NULL),(3755,'Zug',212,0.00,NULL),(3756,'Zurich',212,0.00,NULL),(3757,'Brokopondo',213,0.00,NULL),(3758,'Commewijne',213,0.00,NULL),(3759,'Coronie',213,0.00,NULL),(3760,'Marowijne',213,0.00,NULL),(3761,'Nickerie',213,0.00,NULL),(3762,'Para',213,0.00,NULL),(3763,'Paramaribo',213,0.00,NULL),(3764,'Saramacca',213,0.00,NULL),(3765,'Sipaliwini',213,0.00,NULL),(3766,'Wanica',213,0.00,NULL),(3767,'Svalbard and Jan Mayen (General)',214,0.00,NULL),(3768,'Ang Thong',215,0.00,NULL),(3769,'Buriram',215,0.00,NULL),(3770,'Chachoengsao',215,0.00,NULL),(3771,'Chai Nat',215,0.00,NULL),(3772,'Chaiyaphum',215,0.00,NULL),(3773,'Chanthaburi',215,0.00,NULL),(3774,'Chiang Mai',215,0.00,NULL),(3775,'Chiang Rai',215,0.00,NULL),(3776,'Chon Buri',215,0.00,NULL),(3777,'Chumphon',215,0.00,NULL),(3778,'Kalasin',215,0.00,NULL),(3779,'Kamphaeng Phet',215,0.00,NULL),(3780,'Kanchanaburi',215,0.00,NULL),(3781,'Khon Kaen',215,0.00,NULL),(3782,'Krabi',215,0.00,NULL),(3783,'Krung Thep',215,0.00,NULL),(3784,'Lampang',215,0.00,NULL),(3785,'Lamphun',215,0.00,NULL),(3786,'Loei',215,0.00,NULL),(3787,'Lop Buri',215,0.00,NULL),(3788,'Mae Hong Son',215,0.00,NULL),(3789,'Maha Sarakham',215,0.00,NULL),(3790,'Mukdahan',215,0.00,NULL),(3791,'Nakhon Nayok',215,0.00,NULL),(3792,'Nakhon Pathom',215,0.00,NULL),(3793,'Nakhon Phanom',215,0.00,NULL),(3794,'Nakhon Ratchasima',215,0.00,NULL),(3795,'Nakhon Sawan',215,0.00,NULL),(3796,'Nakhon Si Thammarat',215,0.00,NULL),(3797,'Nan',215,0.00,NULL),(3798,'Narathiwat',215,0.00,NULL),(3799,'Nong Khai',215,0.00,NULL),(3800,'Nonthaburi',215,0.00,NULL),(3801,'Pathum Thani',215,0.00,NULL),(3802,'Pattani',215,0.00,NULL),(3803,'Phangnga',215,0.00,NULL),(3804,'Phatthalung',215,0.00,NULL),(3805,'Phayao',215,0.00,NULL),(3806,'Phetchabun',215,0.00,NULL),(3807,'Phetchaburi',215,0.00,NULL),(3808,'Phichit',215,0.00,NULL),(3809,'Phitsanulok',215,0.00,NULL),(3810,'Phra Nakhon Si Ayutthaya',215,0.00,NULL),(3811,'Phrae',215,0.00,NULL),(3812,'Phuket',215,0.00,NULL),(3813,'Prachin Buri',215,0.00,NULL),(3814,'Prachuap Khiri Khan',215,0.00,NULL),(3815,'Ranong',215,0.00,NULL),(3816,'Ratchaburi',215,0.00,NULL),(3817,'Rayong',215,0.00,NULL),(3818,'Roi Et',215,0.00,NULL),(3819,'Sakon Nakhon',215,0.00,NULL),(3820,'Samut Prakan',215,0.00,NULL),(3821,'Samut Sakhon',215,0.00,NULL),(3822,'Samut Songkhram',215,0.00,NULL),(3823,'Saraburi',215,0.00,NULL),(3824,'Satun',215,0.00,NULL),(3825,'Sing Buri',215,0.00,NULL),(3826,'Sisaket',215,0.00,NULL),(3827,'Songkhla',215,0.00,NULL),(3828,'Sukhothai',215,0.00,NULL),(3829,'Suphan Buri',215,0.00,NULL),(3830,'Surat Thani',215,0.00,NULL),(3831,'Surin',215,0.00,NULL),(3832,'Tak',215,0.00,NULL),(3833,'Trang',215,0.00,NULL),(3834,'Trat',215,0.00,NULL),(3835,'Ubon Ratchathani',215,0.00,NULL),(3836,'Ubon Ratchathani Province',215,0.00,NULL),(3837,'Udon Thani',215,0.00,NULL),(3838,'Uthai Thani',215,0.00,NULL),(3839,'Uttaradit',215,0.00,NULL),(3840,'Yala',215,0.00,NULL),(3841,'Yasothon',215,0.00,NULL),(3842,'Fu-chien',216,0.00,NULL),(3843,'Kao-hsiung',216,0.00,NULL),(3844,'T ai-pei',216,0.00,NULL),(3845,'T ai-wan',216,0.00,NULL),(3846,'Khatlon',217,0.00,NULL),(3847,'Kuhistoni Badakhshon',217,0.00,NULL),(3848,'Sughd',217,0.00,NULL),(3849,'Arusha',218,0.00,NULL),(3850,'Arusha Region',218,0.00,NULL),(3851,'Dar es Salaam',218,0.00,NULL),(3852,'Dodoma',218,0.00,NULL),(3853,'Iringa',218,0.00,NULL),(3854,'Kagera',218,0.00,NULL),(3855,'Kigoma',218,0.00,NULL),(3856,'Kilimanjaro',218,0.00,NULL),(3857,'Lindi',218,0.00,NULL),(3858,'Mara',218,0.00,NULL),(3859,'Mbeya',218,0.00,NULL),(3860,'Morogoro',218,0.00,NULL),(3861,'Mtwara',218,0.00,NULL),(3862,'Mwanza',218,0.00,NULL),(3863,'Pemba North',218,0.00,NULL),(3864,'Pemba South',218,0.00,NULL),(3865,'Pwani',218,0.00,NULL),(3866,'Rukwa',218,0.00,NULL),(3867,'Ruvuma',218,0.00,NULL),(3868,'Shinyanga',218,0.00,NULL),(3869,'Singida',218,0.00,NULL),(3870,'Tabora',218,0.00,NULL),(3871,'Tanga',218,0.00,NULL),(3872,'Zanzibar Central',218,0.00,NULL),(3873,'Zanzibar North',218,0.00,NULL),(3874,'Zanzibar Urban',218,0.00,NULL),(3875,'Amlame',219,0.00,NULL),(3876,'Aneho',219,0.00,NULL),(3877,'Atakpame',219,0.00,NULL),(3878,'Badou',219,0.00,NULL),(3879,'Bafilo',219,0.00,NULL),(3880,'Bassar',219,0.00,NULL),(3881,'Dapaong',219,0.00,NULL),(3882,'Kante',219,0.00,NULL),(3883,'Klouto',219,0.00,NULL),(3884,'Kpagouda',219,0.00,NULL),(3885,'Lama-Kara',219,0.00,NULL),(3886,'Lome',219,0.00,NULL),(3887,'Mango',219,0.00,NULL),(3888,'Maritime Region',219,0.00,NULL),(3889,'Niamtougou',219,0.00,NULL),(3890,'Notse',219,0.00,NULL),(3891,'Sotouboua',219,0.00,NULL),(3892,'Tabligbo',219,0.00,NULL),(3893,'Tchamba',219,0.00,NULL),(3894,'Tchaoudjo',219,0.00,NULL),(3895,'Tsevie',219,0.00,NULL),(3896,'Vogan',219,0.00,NULL),(3897,'Ha',220,0.00,NULL),(3898,'Tongatapu',220,0.00,NULL),(3899,'Vava',220,0.00,NULL),(3900,'Tokelau (General)',221,0.00,NULL),(3901,'Arima',222,0.00,NULL),(3902,'Caroni',222,0.00,NULL),(3903,'Mayaro',222,0.00,NULL),(3904,'Nariva',222,0.00,NULL),(3905,'Port-of-Spain',222,0.00,NULL),(3906,'Saint Andrew',222,0.00,NULL),(3907,'Saint David',222,0.00,NULL),(3908,'Saint George',222,0.00,NULL),(3909,'Saint Patrick',222,0.00,NULL),(3910,'San Fernando',222,0.00,NULL),(3911,'Tobago',222,0.00,NULL),(3912,'Victoria',222,0.00,NULL),(3913,'Ahal',223,0.00,NULL),(3914,'Balkan',223,0.00,NULL),(3915,'Dashoguz',223,0.00,NULL),(3916,'Lebap',223,0.00,NULL),(3917,'Mary',223,0.00,NULL),(3918,'Adana',224,0.00,NULL),(3919,'Adiyaman',224,0.00,NULL),(3920,'Afyon',224,0.00,NULL),(3921,'Agri',224,0.00,NULL),(3922,'Aksaray',224,0.00,NULL),(3923,'Amasya',224,0.00,NULL),(3924,'Ankara',224,0.00,NULL),(3925,'Antalya',224,0.00,NULL),(3926,'Ardahan',224,0.00,NULL),(3927,'Artvin',224,0.00,NULL),(3928,'Aydin',224,0.00,NULL),(3929,'Balikesir',224,0.00,NULL),(3930,'Bartin',224,0.00,NULL),(3931,'Batman',224,0.00,NULL),(3932,'Bayburt',224,0.00,NULL),(3933,'Bilecik',224,0.00,NULL),(3934,'Bingol',224,0.00,NULL),(3935,'Bitlis',224,0.00,NULL),(3936,'Bolu',224,0.00,NULL),(3937,'Burdur',224,0.00,NULL),(3938,'Bursa',224,0.00,NULL),(3939,'Canakkale',224,0.00,NULL),(3940,'Cankiri',224,0.00,NULL),(3941,'Corum',224,0.00,NULL),(3942,'Denizli',224,0.00,NULL),(3943,'Diyarbakir',224,0.00,NULL),(3944,'Duzce',224,0.00,NULL),(3945,'Edirne',224,0.00,NULL),(3946,'Elazig',224,0.00,NULL),(3947,'Erzincan',224,0.00,NULL),(3948,'Erzurum',224,0.00,NULL),(3949,'Eskisehir',224,0.00,NULL),(3950,'Gaziantep',224,0.00,NULL),(3951,'Giresun',224,0.00,NULL),(3952,'Gumushane',224,0.00,NULL),(3953,'Hakkari',224,0.00,NULL),(3954,'Hatay',224,0.00,NULL),(3955,'Icel',224,0.00,NULL),(3956,'Igdir',224,0.00,NULL),(3957,'Isparta',224,0.00,NULL),(3958,'Istanbul',224,0.00,NULL),(3959,'Izmir',224,0.00,NULL),(3960,'Kahramanmaras',224,0.00,NULL),(3961,'Karabuk',224,0.00,NULL),(3962,'Karaman',224,0.00,NULL),(3963,'Kars',224,0.00,NULL),(3964,'Kastamonu',224,0.00,NULL),(3965,'Kayseri',224,0.00,NULL),(3966,'Kilis',224,0.00,NULL),(3967,'Kirikkale',224,0.00,NULL),(3968,'Kirklareli',224,0.00,NULL),(3969,'Kirsehir',224,0.00,NULL),(3970,'Kocaeli',224,0.00,NULL),(3971,'Konya',224,0.00,NULL),(3972,'Kutahya',224,0.00,NULL),(3973,'Malatya',224,0.00,NULL),(3974,'Manisa',224,0.00,NULL),(3975,'Mardin',224,0.00,NULL),(3976,'Mugla',224,0.00,NULL),(3977,'Mus',224,0.00,NULL),(3978,'Nevsehir',224,0.00,NULL),(3979,'Nigde',224,0.00,NULL),(3980,'Ordu',224,0.00,NULL),(3981,'Osmaniye',224,0.00,NULL),(3982,'Rize',224,0.00,NULL),(3983,'Sakarya',224,0.00,NULL),(3984,'Samsun',224,0.00,NULL),(3985,'Sanliurfa',224,0.00,NULL),(3986,'Siirt',224,0.00,NULL),(3987,'Sinop',224,0.00,NULL),(3988,'Sirnak',224,0.00,NULL),(3989,'Sivas',224,0.00,NULL),(3990,'Tekirdag',224,0.00,NULL),(3991,'Tokat',224,0.00,NULL),(3992,'Trabzon',224,0.00,NULL),(3993,'Tunceli',224,0.00,NULL),(3994,'Usak',224,0.00,NULL),(3995,'Van',224,0.00,NULL),(3996,'Yalova',224,0.00,NULL),(3997,'Yozgat',224,0.00,NULL),(3998,'Zonguldak',224,0.00,NULL),(3999,'Tuvalu (General)',225,0.00,NULL),(4000,'Al Mahdiyah',226,0.00,NULL),(4001,'Al Munastir',226,0.00,NULL),(4002,'Al Qasrayn',226,0.00,NULL),(4003,'Al Qayrawan',226,0.00,NULL),(4004,'Ariana',226,0.00,NULL),(4005,'Ariana Governorate',226,0.00,NULL),(4006,'Bajah',226,0.00,NULL),(4007,'Banzart',226,0.00,NULL),(4008,'Bin',226,0.00,NULL),(4009,'Jundubah',226,0.00,NULL),(4010,'Kef',226,0.00,NULL),(4011,'Madanin',226,0.00,NULL),(4012,'Manouba',226,0.00,NULL),(4013,'Nabul',226,0.00,NULL),(4014,'Qabis',226,0.00,NULL),(4015,'Qafsah',226,0.00,NULL),(4016,'Qibili',226,0.00,NULL),(4017,'Safaqis',226,0.00,NULL),(4018,'Sidi Bu Zayd',226,0.00,NULL),(4019,'Silyanah',226,0.00,NULL),(4020,'Susah',226,0.00,NULL),(4021,'Tatawin',226,0.00,NULL),(4022,'Tawzar',226,0.00,NULL),(4023,'Tunis',226,0.00,NULL),(4024,'Zaghwan',226,0.00,NULL),(4025,'Cherkas ka Oblast',227,0.00,NULL),(4026,'Chernihivska Oblast',227,0.00,NULL),(4027,'Chernivets ka Oblast',227,0.00,NULL),(4028,'Dnipropetrovs ka Oblast',227,0.00,NULL),(4029,'Donets ka Oblast',227,0.00,NULL),(4030,'Ivano-Frankivs ka Oblast',227,0.00,NULL),(4031,'Kharkivs ka Oblast',227,0.00,NULL),(4032,'Khersons ka Oblast',227,0.00,NULL),(4033,'Khmel nyts ka Oblast',227,0.00,NULL),(4034,'Kirovohrads ka Oblast',227,0.00,NULL),(4035,'Krym',227,0.00,NULL),(4036,'Kyyiv',227,0.00,NULL),(4037,'Kyyivs ka Oblast',227,0.00,NULL),(4038,'L vivs ka Oblast',227,0.00,NULL),(4039,'Luhans ka Oblast',227,0.00,NULL),(4040,'Mykolayivs ka Oblast',227,0.00,NULL),(4041,'Odes ka Oblast',227,0.00,NULL),(4042,'Poltavs ka Oblast',227,0.00,NULL),(4043,'Rivnens ka Oblast',227,0.00,NULL),(4044,'Sevastopol',227,0.00,NULL),(4045,'Sums ka Oblast',227,0.00,NULL),(4046,'Ternopils ka Oblast',227,0.00,NULL),(4047,'Vinnyts ka Oblast',227,0.00,NULL),(4048,'Volyns ka Oblast',227,0.00,NULL),(4049,'Zakarpats ka Oblast',227,0.00,NULL),(4050,'Zaporiz ka Oblast',227,0.00,NULL),(4051,'Zhytomyrs ka Oblast',227,0.00,NULL),(4052,'Adjumani',228,0.00,NULL),(4053,'Arua',228,0.00,NULL),(4054,'Bugiri',228,0.00,NULL),(4055,'Busia',228,0.00,NULL),(4056,'Busoga',228,0.00,NULL),(4057,'Central',228,0.00,NULL),(4058,'Eastern',228,0.00,NULL),(4059,'Iganga',228,0.00,NULL),(4060,'Kabarole',228,0.00,NULL),(4061,'Kaberamaido',228,0.00,NULL),(4062,'Kampala',228,0.00,NULL),(4063,'Kamwenge',228,0.00,NULL),(4064,'Kanungu',228,0.00,NULL),(4065,'Karamoja',228,0.00,NULL),(4066,'Katakwi',228,0.00,NULL),(4067,'Kayunga',228,0.00,NULL),(4068,'Kitgum',228,0.00,NULL),(4069,'Kyenjojo',228,0.00,NULL),(4070,'Mayuge',228,0.00,NULL),(4071,'Mbale',228,0.00,NULL),(4072,'Moroto',228,0.00,NULL),(4073,'Mpigi',228,0.00,NULL),(4074,'Mukono',228,0.00,NULL),(4075,'Nakapiripirit',228,0.00,NULL),(4076,'Nakasongola',228,0.00,NULL),(4077,'Nile',228,0.00,NULL),(4078,'North Buganda',228,0.00,NULL),(4079,'Northern',228,0.00,NULL),(4080,'Pader',228,0.00,NULL),(4081,'Rukungiri',228,0.00,NULL),(4082,'Sembabule',228,0.00,NULL),(4083,'Sironko',228,0.00,NULL),(4084,'Soroti',228,0.00,NULL),(4085,'South Buganda',228,0.00,NULL),(4086,'Southern',228,0.00,NULL),(4087,'Wakiso',228,0.00,NULL),(4088,'Western',228,0.00,NULL),(4089,'Yumbe',228,0.00,NULL),(4090,'United States Minor Outlying Islands (General)',229,0.00,NULL),(4091,'Artigas',230,0.00,NULL),(4092,'Canelones',230,0.00,''),(4093,'Cerro Largo',230,0.00,NULL),(4094,'Colonia',230,0.00,NULL),(4095,'Durazno',230,0.00,NULL),(4096,'Flores',230,0.00,NULL),(4097,'Florida',230,0.00,NULL),(4098,'Lavalleja',230,0.00,NULL),(4099,'Maldonado',230,0.00,NULL),(4100,'Montevideo',230,0.00,NULL),(4101,'Paysandu',230,0.00,NULL),(4102,'Rio Negro',230,0.00,NULL),(4103,'Rivera',230,0.00,NULL),(4104,'Rocha',230,0.00,NULL),(4105,'Salto',230,0.00,NULL),(4106,'San Jose',230,0.00,NULL),(4107,'Soriano',230,0.00,NULL),(4108,'Tacuarembo',230,0.00,NULL),(4109,'Treinta y Tres',230,0.00,NULL),(4110,'Andijon',231,0.00,NULL),(4111,'Bukhoro',231,0.00,NULL),(4112,'Farghona',231,0.00,NULL),(4113,'Jizzakh',231,0.00,NULL),(4114,'Khorazm',231,0.00,NULL),(4115,'Namangan',231,0.00,NULL),(4116,'Nawoiy',231,0.00,NULL),(4117,'Qashqadaryo',231,0.00,NULL),(4118,'Qoraqalpoghiston',231,0.00,NULL),(4119,'Samarqand',231,0.00,NULL),(4120,'Sirdaryo',231,0.00,NULL),(4121,'Sirdaryo Province',231,0.00,NULL),(4122,'Surkhondaryo',231,0.00,NULL),(4123,'Toshkent',231,0.00,NULL),(4124,'Ambrym',232,0.00,NULL),(4125,'Aoba',232,0.00,NULL),(4126,'Efate',232,0.00,NULL),(4127,'Epi',232,0.00,NULL),(4128,'Malakula',232,0.00,NULL),(4129,'Malampa',232,0.00,NULL),(4130,'Paama',232,0.00,NULL),(4131,'Penama',232,0.00,NULL),(4132,'Pentecote',232,0.00,NULL),(4133,'Sanma',232,0.00,NULL),(4134,'Shefa',232,0.00,NULL),(4135,'Shepherd',232,0.00,NULL),(4136,'Tafea',232,0.00,NULL),(4137,'Torba',232,0.00,NULL),(4138,'Amazonas',233,0.00,NULL),(4139,'Anzoategui',233,0.00,NULL),(4140,'Apure',233,0.00,NULL),(4141,'Aragua',233,0.00,NULL),(4142,'Barinas',233,0.00,NULL),(4143,'Bolivar',233,0.00,NULL),(4144,'Carabobo',233,0.00,NULL),(4145,'Cojedes',233,0.00,NULL),(4146,'Delta Amacuro',233,0.00,NULL),(4147,'Dependencias Federales',233,0.00,NULL),(4148,'Distrito Federal',233,0.00,NULL),(4149,'Falcon',233,0.00,NULL),(4150,'Guarico',233,0.00,NULL),(4151,'Lara',233,0.00,NULL),(4152,'Merida',233,0.00,NULL),(4153,'Miranda',233,0.00,NULL),(4154,'Monagas',233,0.00,NULL),(4155,'Nueva Esparta',233,0.00,NULL),(4156,'Portuguesa',233,0.00,NULL),(4157,'Sucre',233,0.00,NULL),(4158,'Tachira',233,0.00,NULL),(4159,'Trujillo',233,0.00,NULL),(4160,'Vargas',233,0.00,NULL),(4161,'Yaracuy',233,0.00,NULL),(4162,'Zulia',233,0.00,NULL),(4163,'An Giang',234,0.00,NULL),(4164,'An Giang Province',234,0.00,NULL),(4165,'Ba Ria-Vung Tau',234,0.00,NULL),(4166,'Bac Thai',234,0.00,NULL),(4167,'Ben Tre',234,0.00,NULL),(4168,'Binh Dinh',234,0.00,NULL),(4169,'Binh Thuan',234,0.00,NULL),(4170,'Binh Tri Thien',234,0.00,NULL),(4171,'Can Tho',234,0.00,NULL),(4172,'Cao Bang',234,0.00,NULL),(4173,'Cuu Long',234,0.00,NULL),(4174,'Dac Lac',234,0.00,NULL),(4175,'Dac Lak Province',234,0.00,NULL),(4176,'Dong Nai',234,0.00,NULL),(4177,'Dong Nai',234,0.00,NULL),(4178,'Dong Thap',234,0.00,NULL),(4179,'Gia Lai',234,0.00,NULL),(4180,'Gia Lai-Kon Tum',234,0.00,NULL),(4181,'Ha Bac',234,0.00,NULL),(4182,'Ha Giang',234,0.00,NULL),(4183,'Ha Nam Ninh',234,0.00,NULL),(4184,'Ha Noi',234,0.00,NULL),(4185,'Ha Son Binh',234,0.00,NULL),(4186,'Ha Tay',234,0.00,NULL),(4187,'Ha Tinh',234,0.00,NULL),(4188,'Ha Tuyen',234,0.00,NULL),(4189,'Hai Hung',234,0.00,NULL),(4190,'Hai Phong',234,0.00,NULL),(4191,'Hanoi',234,0.00,NULL),(4192,'Hau Giang',234,0.00,NULL),(4193,'Ho Chi Minh',234,0.00,NULL),(4194,'Hoa Binh',234,0.00,NULL),(4195,'Hung Yên Province',234,0.00,NULL),(4196,'Hà Nam Province',234,0.00,NULL),(4197,'H?i Duong Province',234,0.00,NULL),(4198,'H? Chí Minh Municipality',234,0.00,NULL),(4199,'Khanh Hoa',234,0.00,NULL),(4200,'Kien Giang',234,0.00,NULL),(4201,'Ki?n Giang Province',234,0.00,NULL),(4202,'Kon Tum',234,0.00,NULL),(4203,'Lai Chau',234,0.00,NULL),(4204,'Lam Dong',234,0.00,NULL),(4205,'Lang Son',234,0.00,NULL),(4206,'Lao Cai',234,0.00,NULL),(4207,'Long An',234,0.00,NULL),(4208,'Minh Hai',234,0.00,NULL),(4209,'Minh H?i T?nh',234,0.00,NULL),(4210,'Nam Ha',234,0.00,NULL),(4211,'Nghe An',234,0.00,NULL),(4212,'Nghe Tinh',234,0.00,NULL),(4213,'Nghia Binh',234,0.00,NULL),(4214,'Ninh Binh',234,0.00,NULL),(4215,'Ninh Thuan',234,0.00,NULL),(4216,'Phu Khanh',234,0.00,NULL),(4217,'Phu Yen',234,0.00,NULL),(4218,'Quang Binh',234,0.00,NULL),(4219,'Quang Nam-Da Nang',234,0.00,NULL),(4220,'Quang Ngai',234,0.00,NULL),(4221,'Quang Ninh',234,0.00,NULL),(4222,'Quang Tri',234,0.00,NULL),(4223,'Qu?ng Nam Province',234,0.00,NULL),(4224,'Soc Trang',234,0.00,NULL),(4225,'Son La',234,0.00,NULL),(4226,'Song Be',234,0.00,NULL),(4227,'Tay Ninh',234,0.00,NULL),(4228,'Thai Binh',234,0.00,NULL),(4229,'Thanh Hoa',234,0.00,NULL),(4230,'Thua Thien',234,0.00,NULL),(4231,'Thái Nguyên Province',234,0.00,NULL),(4232,'Tien Giang',234,0.00,NULL),(4233,'Tra Vinh',234,0.00,NULL),(4234,'Tuyen Quang',234,0.00,NULL),(4235,'Vinh Long',234,0.00,NULL),(4236,'Vinh Phu',234,0.00,NULL),(4237,'Vinh Phu T?nh',234,0.00,NULL),(4238,'Yen Bai',234,0.00,NULL),(4239,'',234,0.00,NULL),(4240,'Virgin Islands, British (General)',235,0.00,NULL),(4241,'Virgin Islands, U.S. (General)',236,0.00,NULL),(4242,'Western Sahara (General)',237,0.00,NULL),(4243,'Abyan',238,0.00,NULL),(4244,'Adan',238,0.00,NULL),(4245,'Adan Governorate',238,0.00,NULL),(4246,'Al Bayda',238,0.00,NULL),(4247,'Al Hudaydah',238,0.00,NULL),(4248,'Al Jawf',238,0.00,NULL),(4249,'Al Mahrah',238,0.00,NULL),(4250,'Al Mahwit',238,0.00,NULL),(4251,'Dhamar',238,0.00,NULL),(4252,'Hadramawt',238,0.00,NULL),(4253,'Hajjah',238,0.00,NULL),(4254,'Ibb',238,0.00,NULL),(4255,'Lahij',238,0.00,NULL),(4256,'Ma rib',238,0.00,NULL),(4257,'Sa',238,0.00,NULL),(4258,'San',238,0.00,NULL),(4259,'Shabwah',238,0.00,NULL),(4260,'Ta',238,0.00,NULL),(4261,'Taizz Governorate',238,0.00,NULL),(4262,'Bandundu',239,0.00,NULL),(4263,'Bas-Congo',239,0.00,NULL),(4264,'Equateur',239,0.00,NULL),(4265,'Kasai-Occidental',239,0.00,NULL),(4266,'Kasai-Oriental',239,0.00,NULL),(4267,'Katanga',239,0.00,NULL),(4268,'Kinshasa',239,0.00,NULL),(4269,'Kivu',239,0.00,NULL),(4270,'Maniema',239,0.00,NULL),(4271,'Nord-Kivu',239,0.00,NULL),(4272,'Orientale',239,0.00,NULL),(4273,'Sud-Kivu',239,0.00,NULL),(4274,'Central',240,0.00,NULL),(4275,'Copperbelt',240,0.00,NULL),(4276,'Eastern',240,0.00,NULL),(4277,'Luapula',240,0.00,NULL),(4278,'Lusaka',240,0.00,NULL),(4279,'North-Western',240,0.00,NULL),(4280,'Northern',240,0.00,NULL),(4281,'Southern',240,0.00,NULL),(4282,'Western',240,0.00,NULL),(4283,'Bulawayo',241,0.00,NULL),(4284,'Harare',241,0.00,NULL),(4285,'Manicaland',241,0.00,NULL),(4286,'Mashonaland Central',241,0.00,NULL),(4287,'Mashonaland East',241,0.00,NULL),(4288,'Mashonaland West',241,0.00,NULL),(4289,'Masvingo',241,0.00,NULL),(4290,'Matabeleland North',241,0.00,NULL),(4291,'Matabeleland South',241,0.00,NULL),(4292,'Midlands',241,0.00,NULL),(4293,'France, Metropolitan (general)',16,0.00,NULL),(4294,'Reunion (general)',43,0.00,NULL),(4295,'Yugoslavia (general)',242,0.00,NULL),(4296,'Aland Islands (general)',243,0.00,NULL),(4297,'Guernsey (general)',244,0.00,NULL),(4298,'Isle of Man (general)',245,0.00,NULL),(4299,'Jersey (general)',246,0.00,NULL),(4300,'Mayotte (general)',247,0.00,NULL),(4301,'Montenegro (general)',248,0.00,NULL),(4302,'Saint Barthélemy (general)',249,0.00,NULL),(4303,'Saint Martin (general',250,0.00,NULL),(4304,'Timor-Leste (general)',251,0.00,NULL); /*!40000 ALTER TABLE `hd_countries_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_downloads` -- DROP TABLE IF EXISTS `hd_downloads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_downloads` ( `id` int(10) NOT NULL auto_increment, `name` varchar(60) NOT NULL, `description` text, `file` varchar(60) NOT NULL, `date` int(10) NOT NULL, `downloads` int(10) NOT NULL, `onlyclients` int(1) NOT NULL default '0', `position` int(10) NOT NULL, `associated` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_downloads` -- LOCK TABLES `hd_downloads` WRITE; /*!40000 ALTER TABLE `hd_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_emailqueue` -- DROP TABLE IF EXISTS `hd_emailqueue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_emailqueue` ( `email` varchar(60) NOT NULL default '', `subject` varchar(150) NOT NULL default '', `body` longtext NOT NULL, `replyto` varchar(60) NOT NULL default '', `bcc` varchar(60) NOT NULL default '', `datetime` int(11) NOT NULL default '0', `id` int(20) NOT NULL auto_increment, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_emailqueue` -- LOCK TABLES `hd_emailqueue` WRITE; /*!40000 ALTER TABLE `hd_emailqueue` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_emailqueue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_faq` -- DROP TABLE IF EXISTS `hd_faq`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_faq` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned NOT NULL default '0', `subcategory` int(10) unsigned NOT NULL default '0', `question` text, `answer` text, `editor` varchar(80) NOT NULL default 'unknown', `editeddate` int(10) NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `ratingcount` int(10) unsigned NOT NULL default '0', `rating` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `onlyclients` int(1) default '0', `langs` text, PRIMARY KEY (`id`), KEY `category` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_faq` -- LOCK TABLES `hd_faq` WRITE; /*!40000 ALTER TABLE `hd_faq` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_faq_category` -- DROP TABLE IF EXISTS `hd_faq_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_faq_category` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `numfaqs` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_faq_category` -- LOCK TABLES `hd_faq_category` WRITE; /*!40000 ALTER TABLE `hd_faq_category` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_faq_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_faq_comments` -- DROP TABLE IF EXISTS `hd_faq_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_faq_comments` ( `id` int(10) unsigned NOT NULL auto_increment, `comment` text NOT NULL, `faq` int(10) unsigned NOT NULL default '0', `email` varchar(140) NOT NULL default '', `date` int(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_faq_comments` -- LOCK TABLES `hd_faq_comments` WRITE; /*!40000 ALTER TABLE `hd_faq_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_faq_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_faq_subcategory` -- DROP TABLE IF EXISTS `hd_faq_subcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_faq_subcategory` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `category` int(10) unsigned default '0', `numfaqs` int(10) default NULL, `position` int(10) unsigned NOT NULL default '0', `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_faq_subcategory` -- LOCK TABLES `hd_faq_subcategory` WRITE; /*!40000 ALTER TABLE `hd_faq_subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_faq_subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_firstsetup` -- DROP TABLE IF EXISTS `hd_firstsetup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_firstsetup` ( `task` varchar(30) NOT NULL default '', `url` varchar(80) NOT NULL, `order` int(2) NOT NULL default '0', `status` int(1) NOT NULL default '0', `help` varchar(10) NOT NULL, PRIMARY KEY (`order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_firstsetup` -- LOCK TABLES `hd_firstsetup` WRITE; /*!40000 ALTER TABLE `hd_firstsetup` DISABLE KEYS */; INSERT INTO `hd_firstsetup` VALUES ('_LANGUAGE','preferences.php?option=1',10,1,'26'),('_URL','preferences.php?option=3',20,0,'46'),('_COMPANY','preferences.php?option=2',30,0,'69'),('_EMAILS','preferences.php?option=6',60,0,'73'),('_DATE_FORMAT','preferences.php?option=5',82,0,'41'),('_CHANGE_PASSWORD','changepass.php',25,0,'50'),('_OPTIONS_ON_THE_HOMEPAGE','preferences12.php',90,1,'74'),('_DEPARTMENTS','departments.php',84,0,''); /*!40000 ALTER TABLE `hd_firstsetup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_history` -- DROP TABLE IF EXISTS `hd_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_history` ( `eventid` int(11) NOT NULL auto_increment, `action` varchar(255) NOT NULL default '', `clientid` int(11) NOT NULL default '0', `user` varchar(30) NOT NULL default '', `time` int(10) unsigned NOT NULL default '0', `what` char(1) default NULL, PRIMARY KEY (`eventid`), KEY `clientid` (`clientid`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_history` -- LOCK TABLES `hd_history` WRITE; /*!40000 ALTER TABLE `hd_history` DISABLE KEYS */; INSERT INTO `hd_history` VALUES (1,'Failed login attempt ( / legit1234)',0,' (108.215.61.113)',1377498520,'F'),(2,'Failed login attempt ( / legit1234)',0,' (108.215.61.113)',1377498553,'F'),(3,'Failed login attempt ( / admin)',0,' (108.215.61.113)',1377498596,'F'),(4,'_ADMIN_LOGGED',0,'admin (108.215.61.113)',1377498958,'A'),(5,'Failed login attempt (Convict Cartel / Legit1234)',0,' (108.215.61.113)',1377500131,'F'); /*!40000 ALTER TABLE `hd_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_langcodes` -- DROP TABLE IF EXISTS `hd_langcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_langcodes` ( `code` varchar(5) NOT NULL, `name` varchar(40) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_langcodes` -- LOCK TABLES `hd_langcodes` WRITE; /*!40000 ALTER TABLE `hd_langcodes` DISABLE KEYS */; INSERT INTO `hd_langcodes` VALUES ('af','Afrikaans'),('ar','العربية'),('az','Azeri'),('be','Belarusian'),('bg','Български'),('ca','Català'),('cs','Česky'),('cy','Cymru'),('da','Danske'),('de','Deutsch'),('dv','Divehi'),('el','Ελληνικά'),('en','English'),('eo','Esperanto'),('es','Español'),('et','Eesti'),('eu','Basque'),('fa','فارسی'),('fi','Finnish'),('fo','Faroese'),('fr','Français'),('gl','Galician'),('gu','Gujarati'),('he','עברית'),('hi','हिन्दी'),('hr','Hrvatski'),('hu','Magyar'),('hy','Armenian'),('id','Indonesian'),('is','Íslenska'),('it','Italiano'),('ja','日本語'),('ka','ქართული'),('kk','Kazakh'),('kn','Kannada'),('ko','한국어'),('kok','Konkani'),('ky','Kyrgyz'),('lt','Lietuvių'),('lv','Latviešu'),('mi','Maori'),('mk','FYRO Macedonian'),('mn','Mongolian'),('mr','Marathi'),('ms','Melayu'),('mt','Malti'),('nb','Norsk'),('nl','Dutch'),('ns','Northern Sotho'),('pa','Punjabi'),('pl','Polski'),('ps','Pashto'),('pt','Português'),('qu','Quechua'),('ro','Română'),('ru','Русский'),('sa','Sanskrit'),('se','Sami (Northern)'),('sk','Slovenčina'),('sl','Slovenščina'),('sq','Shqiptar'),('sv','Svenska'),('sw','Swahili'),('syr','Syriac'),('ta','தமிழ்'),('te','Telugu'),('th','ไทย'),('tl','Tagalog'),('tn','Tswana'),('tr','Türkçe'),('tt','Tatar'),('ts','Tsonga'),('uk','Українська'),('ur','اردو'),('uz','Uzbek (Latin)'),('vi','Tiếng Việt'),('xh','Xhosa'),('zh','中文'),('zu','Zulu'),('si','සිංහල'),('tg','Тоҷикӣ'),('yi','ייִדיש'); /*!40000 ALTER TABLE `hd_langcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_languages` -- DROP TABLE IF EXISTS `hd_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_languages` ( `original` text, `en` text, `es` text, FULLTEXT KEY `original` (`original`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_languages` -- LOCK TABLES `hd_languages` WRITE; /*!40000 ALTER TABLE `hd_languages` DISABLE KEYS */; INSERT INTO `hd_languages` VALUES ('_ACCESS_DENIED','access denied','acceso denegado'),('_ACCESS_LEVEL','Access level','Nivel de acceso'),('_ACCOUNT','Account','Cuenta'),('_ACCOUNT_HOLDER','Account holder','Titular de la cuenta'),('_ACCOUNTS','Accounts','Cuentas'),('_ACTION','Action','Acción'),('_ACTIVATE','Activate','Activar'),('_ACTIVE','Active','Activo'),('_ACTIVE_CLIENTS','Active clients','Clientes activos'),('_ACTIVE_plural','Actives','Activos'),('_ACTIVES','Actives','Activos'),('_ADD','add','agregar'),('_ADD_A_NEW_CLIENT','Add a new client','Agregar nuevo cliente'),('_ADD_ANNOUNCEMENT','add announcement','agregar anuncio'),('_ADD_CANNED_RESPONSE','add canned response','agregar respuesta genérica'),('_ADD_CATEGORY','add category','agregar categoría'),('_ADD_CHAPTER','add chapter','agregar capítulo'),('_ADD_COUNTRY','add country','agregar pais'),('_ADD_SUB_CATEGORY','add sub-category','agregar sub-categoría'),('_ADD_DEPARTMENT','add department','Agregar departamento'),('_ADD_EVENT_TO_LOG','Add event to log','Agregar evento'),('_ADD_FAQ','add FAQ','agregar FAQ'),('_ADD_FILE','add file','agregar archivo'),('_ADD_FILTER','add filter','agregar filtro'),('_ADD_MANUAL','add manual','agregar manual'),('_ADD_NEW_CLIENT','Add new client','Agregar cliente'),('_ADD_PAGE','add page','agregar página'),('_ADD_STATE','add state','agregar estado/depto/prov'),('_ADD_USER','Add user','Agregar usuario'),('_ADDRESS','Address','Dirección'),('_ADMIN_LOGGED','Admin logged','Ingreso de administrador'),('_ADMINISTRATION','Administration','Administración'),('_ADMINISTRATOR','Administrator','administrador'),('_AFFECTED','affected','afectados'),('_AGO','ago','atras'),('_ALIAS','Alias','Alias'),('_ALL','All','Todos'),('_ALLOWED_FILE_TYPES','allowed file types','tipos de archivos permitidos'),('_ALLOW_CHANGE_THEME','allow change theme','permite cambiar la combinación de colores'),('_ALLOW_SIGNUP','allow signup','permite inscribirse'),('_ALREADY_EXISTS','Already exist','Ya existe'),('_ANALYZE_TABLES','Analyze tables','Analizar tablas'),('_AND','and','y'),('_ANNOUNCEMENT','announcement','anuncio'),('_ANNOUNCEMENTS','announcements','anuncios'),('_ANSWER','answer','respuesta'),('_ANSWERED','answered','respondido'),('_APPLY_COLOR_FILTER_TO_THE_IMAGE_HEADER','apply color filter to the image header','aplicar filtro de color a la imagen del encabezado'),('_APR','Apr','Abr'),('_APRIL','April','Abril'),('_ATTACHMENT','attachment','Adjunto'),('_ATTACHMENTS','attachments','Adjuntos'),('_AUDIT','Audit','Auditoría'),('_AUG','Aug','Ago'),('_AUGUST','August','Agosto'),('_AUTHENTICATION_FAILED','authentication failed','autenticación fallida'),('_AVERAGE','Average','Promedio'),('_BEFORE','Before','Antes'),('_BETWEEN','between','entre'),('_BLANK','Blank','En blanco'),('_BODY','body','cuerpo'),('_BY','by','por'),('_CANNED_RESPONSES','canned responses','respuestas genéricas'),('_CANCEL','Cancel','Cancelar'),('_CATEGORY','category','categoría'),('_CATEGORIES','categories','categorías'),('_CHANGE','Change','Cambiar'),('_CHANGES_HISTORY','changes history','historial de cambios'),('_CHANGE_NOT_ALLOWED_IN_DEMO_MODE','Change not allowed in demo mode','Cambio no permitido en modo demostración'),('_CHANGE_PASSWORD','Change password','cambiar contraseña'),('_CHANGE_THEME','change theme','cambiar combinación de colores'),('_CHANGE_YOUR_PASSWORD','Change your password','cambiar su contraseña'),('_CHAPTER','chapter','capítulo'),('_CHAPTERS','chapters','capítulos'),('_CHARACTERS_ALLOWED_FOR_PASSWORDS','characters allowed for passwords','caracteres permitidos para contraseñas'),('_CHARSET','Charset','Juego de caracteres'),('_CHECK_DUPLICATES','Check duplicates','Chequear duplicados'),('_CHECK_TABLES','Check tables','Chequear tablas'),('_CITY','City','Ciudad'),('_CLICK','click','haga clic'),('_CLICK_HERE_TO_HELP','click here to help','Click aquí para ayuda'),('_CLICK_HERE_IF_THIS_CASE_IS_CONSIDERED_TO_BE_RESOLVED','click here if this case is considered to be resolved','haga click aquí si este caso se considera resuelto'),('_CLIENT','Client','Cliente'),('_CLIENT_ALREADY_REGISTERED','client already registered','cliente ya registrado'),('_CLIENT_COULD_NOT_BE_DELETED','Client could not be deleted','El cliente no pudo ser eliminado'),('_CLIENT_DELETED','Client deleted','Cliente eliminado'),('_CLIENT_ID','Client ID','Cliente N°'),('_CLIENT_LIST','Client list','Listado de clientes'),('_CLIENT_LOGGED','Client logged','Ingreso del cliente'),('_CLIENT_NOT_ADDED','Client not added','Cliente no agregado'),('_CLIENT_OPENS_A_TICKET','client opens a ticket','cliente abre un ticket'),('_CLIENT_RESPONDS','client responds','cliente responde'),('_CLIENT_SINCE','Client since','Cliente desde'),('_CLIENTS','Clients','Clientes'),('_CLIENTS_BY_COUNTRIES','clients by countries','clientes por paises'),('_CLIENTS_BY_STATES','clients by states','clientes por deptos/prov/estados'),('_CLOSED','closed','cerrado'),('_CODE','code','código'),('_CODE_FOR_CRON','Code for cron','Código para el cron'),('_COLOR_FOR_OTHERS_GROUPS','Color for others groups','Color para otros grupos'),('_COLOR_FOR_THIS_GROUP','Color for this group','color para este grupo'),('_COLORS','colors','colores'),('_COMING_SOON','Coming soon','Proximamente'),('_COMMAS_SEPARATED','commas separated','separados por comas'),('_COMMENT','Comment','Comentario'),('_COMMENTS','Comments','Comentarios'),('_COMPANY','Company','Compañía'),('_COMPLETED','completed','completado'),('_CONFIG_PREFERENCES','Config preferences','Preferencias de configuración'),('_CONFIGURATION_DATA_FOR','configuration data for','datos de configuración para'),('_CONFIGURE','configure','configurar'),('_CONNECTION_FAILED','CONNECTION FAILED','ERROR EN LA CONEXION'),('_CONNECTION_OK','CONNECTION OK','CONEXION OK'),('_CONTENT','content','contenido'),('_COPY_OF','copy of','copia de'),('_COUNTRIES','countries','paises'),('_COUNTRY','Country','Pais'),('_COUNTRY_CODE','country code','código del pais'),('_CUSTOMER_REPLY','customer reply','respuesta del cliente'),('_CREATE','Create','Crear'),('_CREATED','created','creado'),('_CUSTOMERS','Customers','Clientes'),('_DATA_OF_THE_CLIENT','data of the client','datos del cliente'),('_DATE','Date','Fecha'),('_DATE_DUE','Date due','Fecha vto.'),('_DATE_FORMAT','Date format','Formato de fecha'),('_DATE_FORMAT_SHORT','Date format short','Formato de fecha corto'),('_DATE_RANGE','Date range','Rango de fechas'),('_DATE_SENT','Date sent','Fecha envío'),('_DATE_TIME','Date and time','Fecha y hora'),('_DAY','day','día'),('_DAYS','days','días'),('_DAYS_BEFORE','days before','días antes'),('_DAYS_FROM_NOW','days from now','días a partir de hoy'),('_DAYS_TO_CLOSE_TICKETS_ALREADY_ANSWERED','days to close tickets already answered','días para cerrar tickets ya respondidos'),('_DEACTIVATED','Deactivated','Desactivado'),('_DEACTIVATED_CLIENTS','Deactivated clients','Clientes desactivados'),('_DEC','Dec','Dic'),('_DECADE','decade','década'),('_DECADES','decades','décadas'),('_DECEMBER','December','Diciembre'),('_DECIMAL_SEPARATOR','decimal seperator','separador decimal'),('_DEFAULT_COUNTRY','default country','pais predeterminado'),('_DELETE','Delete','Eliminar'),('_DELETE_ACCOUNT','Delete account','Eliminar cuenta'),('_DELETE_CLIENT','Delete client','Eliminar cliente'),('_DELETE_THIS_CLIENT','Delete this client','Eliminar este cliente'),('_DENIED_SUSPENSION','Denied suspension','Suspensión denegada'),('_DENY_SUSPENSION','Deny suspension','Denegar suspensión'),('_DEPARTMENT','department','departamento'),('_DEPARTMENTS','departments','departamentos'),('_DESCRIPTION','Description','Descripción'),('_DIFFERENCE','Difference','Diferencia'),('_DIRECTORY_FOR_DOWNLOADS','Directory for downloads','Directorio para descargas'),('_DISPLAY_IN_THE_PAGES','display in the pages','mostrar en las páginas'),('_DOWNLOAD','download','descargar'),('_DOWNLOADS','downloads','descargas'),('_EDIT','Edit','Modificar'),('_EDIT_ACCOUNT','Edit account','Editar cuenta'),('_EDIT_NOTES_AND_COMMENTS','Edit notes and comments','Editar notas y comentarios'),('_EDITED','edited','editado'),('_EDITABLE','editable','editable'),('_EDITABLE_FIELDS','editable_fields','campos editables'),('_EDITOR','editor','editor'),('_ELIMINATED','Eliminated','Eliminado'),('_ELIMINATED_CLIENTS','Eliminated clients','Clientes eliminados'),('_EMAIL','email','email'),('_EMAIL_TO_THE_CLIENT','email to the client','email al cliente'),('_EMAIL_TO_A_GUEST','email to a guest','email al invitado'),('_EMAIL_TO_DEPARTMENT_STAFF','email to department staff','email al personal del departamento'),('_EMAIL_TEMPLATES','email templates','plantillas de emails'),('_EMAILS','emails','emails'),('_ENABLE_DISABLE','Enable/disable','Activar/desactivar'),('_ENABLE_AND_DISABLE_MODULES','Enable and disable modules','Activar y desactivar módulos'),('_ENTER_MESSAGE','Enter message','Ingrese el mensaje'),('_ENTER_NEW_PASSWORD','Enter new password','ingrese la nueva contraseña'),('_ENTER_OLD_PASSWORD','Enter old password','ingrese la contraseña actual'),('_ENTER_SUBJECT','Enter subject','Ingrese el asunto'),('_ENTER_USER_AND_PASSWORD','Enter user and password','Ingrese usuario y contraseña'),('_ERROR','ERROR','ERROR'),('_EVENT_ID','Event ID','Evento N°'),('_EVENT_LOG_FOR_CLIENT','Event log for client','Lista de eventos para el cliente'),('_EXCELLENT','excellent','excelente'),('_EXCHANGE','Exchange','Tipo de cambio'),('_EXISTING_CLIENT','Existing client','Cliente existente'),('_EXISTING_DATA_FROM','existing data from','datos vigentes desde el'),('_EXPIRY_DATE','Expiry date','Fecha de expiración'),('_FAIR','fair','regular'),('_FAQ','FAQ','FAQ'),('_FAQS','FAQs','FAQs'),('_FAX','Fax','Fax'),('_FEB','Feb','Feb'),('_FEBRUARY','February','Febrero'),('_FIELD','Field','Campo'),('_FIELDS','Fields','Campos'),('_FIELD_BCC','Field BCC','Campo BCC (Copia oculta)'),('_FIELD_FROM','Field FROM','Campo FROM (desde)'),('_FIELD_REPLYTO','Field REPLYTO','Campo REPLYTO (respondonder a)'),('_FIELDS_PERSONALIZED_FOR_CLIENTS','Fields personalized for clients','Campos personalizados para clientes'),('_FILE','file','archivo'),('_FILTER_ADDED','filter added','filtro agregado'),('_FILTER_ALREADY_EXISTS','filter already exists','filtro ya existe'),('_FINALIZED','Finalized','Finalizados'),('_FINISHED','Finished','Terminado'),('_FIRST_NAME','First name','Nombre'),('_FIRST_SETUP','First setup','Configuración inicial'),('_FIX_CLIENTS_STATUS','fix clients status','fijar estado de clientes'),('_FIX_THIS_VALUE_IN_ZERO','Fijar este valor en cero','Fijar este valor en cero'),('_FOLDER','folder','carpeta'),('_FONT','Font','Tipo de letra'),('_FOOTER','Footer','Pie'),('_FOR','for','por'),('_FORGOT_PASSWORD','forgot password','olvidó su contraseña'),('_FRI','Fri','Vie'),('_FRIDAY','Friday','Viernes'),('_FROM','from','desde'),('_GUEST','guest','invitado'),('_GUEST_OPENS_A_TICKET','guest opens a ticket','invitado abre un ticket'),('_GUEST_RESPONDS','guest responds','invitado responde'),('_GENERATE_ACCOUNT_PASSWORD','Generate account password','Generar contraseña'),('_GO_TO_THE_ACCOUNT_CLIENT','Go to the account client','Ir a la cuenta del cliente'),('_GO_TO_THIS_TICKET','go to this ticket','ir a este ticket'),('_GOOD','good','bueno'),('_GOTO_HOME','Goto home','Volver a la pagina principal'),('_GROUP','Group','Grupo'),('_HEADER','header','encabezado'),('_HEADER_AND_FOOTER','header and footer','encabezado y pie de página'),('_HELP','help','ayuda'),('_HERE','here','aqui'),('_HIDE','hide','ocultar'),('_HIDE_DATA','hide data','ocultar datos'),('_HIGH','high','alta'),('_HIS_USER_LEVEL_IS_INSUFFICIENT_TO_REALIZE_THIS_ACTION','His user\'s level is insufficient to realize this action.','Su nivel de usuario es insuficiente para realizar esta acción.'),('_HISTORY','History','Historial'),('_HISTORY_FILE','History file','archivo histórico'),('_HOME','Home','Inicio'),('_HOST_NAME','Host name','Nombre del host'),('_HOUR','hour','hora'),('_HOURS','hours','horas'),('_ID','ID','N°'),('_IF_DOES_NOT_WRITE_A_PASSWORD_IT_WILL_BE_GENERATED_AUTOMATICALLY','If does not write a password, it will be generated automatically','Si no escribe una contraseña, se generará automaticamente'),('_IN','in','en'),('_INACTIVE','Inactive','Inactivo'),('_INACTIVE_CLIENTS','Inactive clients','Clientes inactivos'),('_INACTIVES','Inactives','Inactivos'),('_INCOME','Income','Ingresos'),('_INCOMPLETE','incomplete','incompleto'),('_INDEX','index','índice'),('_INFORMATION','Information','información'),('_INFORMATION_OF_ACCESS','Information of access','Datos de acceso'),('_INSTRUCTIONS','Instructions','Instrucciones'),('_INTERNAL_NOTE','Internal note','Nota interna'),('_INVALID_FILE_TYPE_IN_ATTACHMENT','invalid file type in attachment','tipo de archivo no válido en archivo adjunto'),('_INVALID_EMAIL','invalid email','email no válido'),('_IP','IP','IP'),('_IS_BLACKLISTED','is blacklisted','no está permitido'),('_IT_IS_APPLIED_FOR_CLIENTS_IN','It is applied for clients in','Se aplica para clientes en'),('_JAN','Jan','Ene'),('_JANUARY','January','Enero'),('_JUL','Jul','Jul'),('_JULY','July','Julio'),('_JUN','Jun','Jun'),('_JUNE','June','Junio'),('_KEYWORDS','keywords','palabras claves'),('_LANGUAGE','Language','Lenguaje'),('_LAST_10_EVENTS','Last 10 events','Ultimos 10 eventos'),('_LAST_IP','Last IP','Ultima IP'),('_LAST_MAILING','Last mailing','Ultimo envío'),('_LAST_NAME','Last name','Apellido'),('_LAST_PAY','Last pay','Ultimo pago'),('_LAST_REPLIER','last replier','último respondedor'),('_LAST_REPLY','last reply','última respuesta'),('_LAST_WEEK','Last week','Semana anterior'),('_LENGTH_OF_PASSWORDS','length of passwords','Longitud de contraseñas'),('_LEAVE_BLANK','Leave blank','Dejar en blanco'),('_LEVEL','Level','Nivel'),('_LINES_PER_PAGE','Lines per page','Líneas por página'),('_LINK','link','enlace'),('_LINKS','links','enlaces'),('_LINKED_TO','linked to','enlazado a'),('_LOAD','Load','Cargar'),('_LOAD_FROM','Load from','Cargar desde'),('_LOCAL_TIME','Local time','Tiempo local'),('_LOGIN','Login','Ingresar'),('_LOGIN_NOW','Login now','Ingresar ahora'),('_LOGIN_PASSWORD','Login password','Clave de ingreso'),('_LOGOUT','Logout','Salir'),('_LOW','low','baja'),('_MANAGE','manage','administrar'),('_MANUAL','manual','manual'),('_MANUALS','manuals','manuales'),('_MAR','Mar','Mar'),('_MARCH','March','Marzo'),('_MAY','May','May'),('_MARK_AS_SPAM','mark as spam','marcar como spam'),('_MAY_','May','Mayo'),('_MEDIUM','medium','media'),('_menu_ANNOUNCEMENTS','Announcements','Anuncios'),('_menu_ANNOUNCEMENTS_DESCRIPTION','News and announcements','Noticias y anuncios'),('_menu_CONTACT','Contact us','Contáctenos'),('_menu_CONTACT_DESCRIPTION','Click here to contact us','Si desea contactarse con nosotros por favor haga click aquí y complete el formulario.'),('_menu_DOWNLOADS','Downloads','Descargas'),('_menu_DOWNLOADS_DESCRIPTION','View our download section','Vea aquí nuestro catálogo de descargas'),('_menu_FAQ','FAQ','FAQ'),('_menu_FAQ_DESCRIPTION','Frequently Asked Questions','Preguntas frecuentes'),('_menu_MANUALS','Manuals','Manuales'),('_menu_MANUALS_DESCRIPTION','View our manuals','Vea aquí nuestros manuales'),('_menu_TICKETS','Support','Soporte técnico'),('_menu_TICKETS_DESCRIPTION','Click here to submit a support ticket','Haga click aquí para abrir un ticket de soporte técnico'),('_MENU','menu','menu'),('_menu_CLIENTS','Community','The Online Community'),('_menu_CONFIG','Config','Configuración'),('_menu_EXIT','Exit','Salir'),('_menu_HOME','Home','Inicio'),('_menu_REPORTS','Reports','Reportes'),('_menu_MODULES','Modules','Módulos'),('_ENABLE_TRANSLATION','enable translation','activar traducción'),('_menu_THIS_CLIENT','This client','Este cliente'),('_menu_TOOLS','Tools','Herramientas'),('_MERGE','Merge','Mezclar'),('_MERGE_THIS_ACCOUNT_INSIDE_OTHER_ACCOUNT','Merge this account inside other account','Mezclar esta cuenta dentro de otra cuenta'),('_MESSAGE','message','mensaje'),('_MESSAGE_COULD_NOT_BE_SENT','Message could not be sent','No se pudo enviar el mensaje'),('_MESSAGE_EDITED','Message edited','Mensaje editado'),('_MESSAGE_SAVED','Message saved','Mensaje guardado'),('_MESSAGE_SENT','Message sent','Mensaje enviado'),('_MINUTE','minute','minuto'),('_MINUTES','minutes','minutos'),('_MISCELLANEOUS','miscellaneous','varios'),('_MODIFIED','modified','modificado'),('_MON','Mon','Lun'),('_MONDAY','Monday','Lunes'),('_MONTH','month','mes'),('_MONTHLY','monthly','mensual'),('_MONTHS','months','meses'),('_MORE_THAN','more than','más de'),('_MUST_BE_DIFFERENT_TO','must be different to','debe ser distinto a'),('_NAME','Name','Nombre'),('_NAME_OF_THE_MANUAL','name of the manual','nombre del manual'),('_NEW','new','nuevo'),('_NEW_CLIENT','New client','Nuevo cliente'),('_NEW_PASSWORDS_DO_NOT_MATCH','New passwords do not match','Las nuevas contraseñas no son iguales'),('_NEW_VERSION_AVAILABLE','New version available','Nueva versión disponible'),('_NEXT_RECORD_IN','Next record in','Próximo registro en'),('_NEXT_STATUS_OF_THE_TICKET','next status of the ticket','próximo estado del ticket'),('_NEXT_STEP','Next step','Próximo paso'),('_NO','no','no'),('_NO_ACCESS_THIS_PAGE','No access this page','No tiene acceso a esta página'),('_NO_CHANGE','No change','No cambiar'),('_NO_END_DATE_SET','No end date set','Indefinida'),('_NO_ITEMS','No items','No hay items'),('_NO_PLACE_IN_COLUMNS','no place in columns','no colocar en columnas'),('_NONE','none','ninguno/a'),('_NOT_ADDED','not added','no agregado'),('_NOT_FOUND','not found','no encontrado'),('_NOT_UPDATED','not updated','no actualizado'),('_NOT_UPDATED_fem','not updated','no actualizada'),('_NOT_UPDATED_male','not updated','no actualizado'),('_NOT_SPECIFIED','not specified','no especificado/a'),('_NOT_VISIBLE_TO_THE_CLIENT','not visible to the client','no visible para el cliente'),('_NOV','Nov','Nov'),('_NOVEMBER','November','Noviembre'),('_NUMBER_OF_OPTIONS_PER_LINE_IN_THE_MENU','number of options per line in the menu','número de opciones por línea en el menú'),('_NUMBERS_OF_NEXTS_RECORDS','Numbers of nexts records','Números de los proximos registros'),('_OCT','Oct','Oct'),('_OCTOBER','October','Octubre'),('_OF','of','de'),('_OLD_PASSWORD_IS_INVALID','Old password is invalid','contraseña actual no valida'),('_OMIT','omit','omitir'),('_ONLY','only','solo'),('_ONLY_CLIENTS','only clients','solo clientes'),('_ONLY_ALLOW_REGISTERED_CLIENTS_TO_OPEN_TICKETS_IN_THIS_DEPARTMENT','only allow registered clients to open tickets in this department','sólo permitir a los clientes registrados abrir tickets en este departamento'),('_OPEN','open','abierto'),('_OPEN_NEW_TICKET','open new ticket','abrir nuevo ticket'),('_OPEN_TICKETS_PANEL','open tickets panel','abrir panel de tickets'),('_OPTIMIZE_TABLES','Optimize tables','Optimizar tablas'),('_OPTIONAL','Optional','Opcional'),('_OPTIONS','Options','Opciones'),('_OPTIONS_ON_THE_HOMEPAGE','options on the homepage','opciones de la página de inicio'),('_OR','or','o'),('_ORDER','order','orden'),('_OTHERS','Others','Otros'),('_PAGE','Page','Página'),('_PAGE_DESCRIPTION','page description','descripción de página'),('_PAGE_TITLE','page title','título de página'),('_PAGES','Pages','páginas'),('_PANEL','Panel','Panel'),('_PASSWORD','Password','contraseña'),('_PASSWORD_CHANGED_BY_CLIENT','Password changed by client','contraseña cambiada por el cliente'),('_PASSWORD_COULD_NOT_BE_UPDATED','Password could not be updated','la contraseña no pudo ser actualizada'),('_PENDING','Pending','Pendiente'),('_PERIOD','Period','Período'),('_PERIODS','Periods','Períodos'),('_PERSONALIZED','personalized','personalizado'),('_PHONE','Phone','Teléfono'),('_PLEASE_CONTACT_US','Please contact us','Por favor contáctenos'),('_PLEASE_LOGIN','please login','por favor ingrese'),('_PLEASE_LOGIN_OR_SIGNUP','please login or signup','por favor ingrese o inscríbase'),('_PLEASE_SIGNUP','please signup','por favor inscríbase'),('_POOR','poor','malo'),('_POP3_CONFIGURATION_FOR_IMPORTING_DATA','POP3 configuration for importing data','Configuracion POP3 para importar datos'),('_PORT','Port','Puerto'),('_PREFERENCES','Preferences','Preferencias'),('_PRIORITY','priority','prioridad'),('_PUT_IN_THE_LEFT_COLUMN','Put in the left column','colocar en la columna de la izquierda'),('_PUT_IN_THE_RIGHT_COLUMN','Put in the right column','colocar en la columna de la derecha'),('_QUESTION','question','pregunta'),('_QUEUE','queue','cola de espera'),('_RATING','rating','calificación'),('_REASSIGN_TO','reassign to','reasignar a'),('_RECORD_CREATION_DATE','Record creation date','Fecha de creación del registro'),('_RECORDS','records','registros'),('_RECOVER_USER_AND_PASSWORD','Recover user and password','recuperar usuario y contraseña'),('_REENTER_NEW_PASSWORD','Reenter new password','Confirme la nueva contraseña'),('_REFERENCE','reference','referencia'),('_REFERENCE_TICKET','reference ticket','referencia del ticket'),('_REFERENCE_TICKET_INVALID','reference ticket invalid','referencia del ticket no válida'),('_REFERENCES','References','Referencias'),('_REFRESH','refresh','actualizar'),('_REFRESH_THE_TICKETS_PANEL_EVERY','refresh the tickets panel every','actualizar el panel de tickets cada'),('_REGULAR_EXPRESSION','regular expression','expresión regular'),('_RELOAD_IMAGE','reload image','recargar imagen'),('_REMOVE','REMOVE','ELIMINAR'),('_REMOVE_THIS_EVENT_FROM_THE_LOG','Remove this event from the log','Elimina este evento del archivo histórico'),('_REORDER','reorder','reordenar'),('_REPAIR_TABLES','Repair tables','Reparar tablas'),('_REPLY','Reply','Responder'),('_REPLY_TO','Reply to','Responder a'),('_RESET','Reset','Restablecer'),('_RESULTS','Results','Resultados'),('_RETURN','Return','Volver'),('_RETURN_TO_CLIENT_PAGE','Return to client page','Retornar a la página del cliente'),('_SAT','Sat','Sab'),('_SATURDAY','Saturday','Sábado'),('_SAVE','Save','Guardar'),('_SEARCH','search','buscar'),('_SEARCH_FOR_A_CLIENT','Search for a client','Buscar cliente'),('_SEARCH_TICKETS','search tickets','buscar tickets'),('_SECOND','second','segundo'),('_SECONDS','seconds','segundos'),('_SECURITY_CODE','security code','código de seguridad'),('_SEE_ACCESS_DATA','see access data','ver datos de acceso'),('_SEE_ATTACHMENT','see attachment','ver archivo adjunto'),('_SEE_EXISTING_TICKET','see existing ticket','ver ticket existente'),('_SEE_MORE_DATA','see more data','ver más datos'),('_SELECT_AN_OPTION','select an option','Seleccione una opción'),('_SELECT_AN_OPTION_IN_THE_INDEX_ON_THE_LEFT','Select an option in the index on the left','Seleccione una opción en el índice de la izquierda'),('_SELECT_AN_OPTION_IN_THE_LEFT_SIDE_MENU','Select an option in the left side menu','Seleccione una opción en el menú de la izquierda'),('_SELECT_NA_IF_IT_DOES_NOT_APPLY','Select N/A if it does not apply','Seleccione N/A si no aplica'),('_SELECT_THEME','Select theme','seleccione la combinación de colores'),('_SEND','Send','Enviar'),('_SEND_AN_EMAIL_WITH_THE_NEW_PASSWORD','Send an email with the new password','Envia un email con la nueva contraseña'),('_SEND_AND_SAVE','Send and save','Enviar y guardar'),('_SEND_BACKUP_FILE_TO','Send backup file to','Enviar archivo de backup a'),('_SEND_COPY_TO','Send copy to','Enviar copia a'),('_SEND_DATA','Send data','Enviar datos'),('_SEND_EMAILS_TO_THE_QUEUE','Send emails to the queue','Enviar emails a la cola de espera'),('_SEND_MESSAGE','Send message','Enviar mensaje'),('_SEND_MESSAGES','Send messages','Enviar mensajes'),('_NOT_READ_BY_THE_CLIENT','not read by the client','no leido por el cliente'),('_SEND_TO','Send to','Enviar a'),('_SEND_USER_AND_PASSWORD_TO','Send user and password to','Enviar usuario y contraseña a'),('_SENT','Sent','Enviada'),('_SENT_AUTOMATICALLY','sent automatically','enviado automaticamente'),('_SENT_MANUALLY','sent manually','enviado manualmente'),('_SENTmale','sent','enviado'),('_SEP','Sep','Set'),('_SEPARATED_BY_SPACES','separated by spaces','separados por espacios'),('_SEPTEMBER','September','Setiembre'),('_SERVER','Server','Servidor'),('_SERVER_PATH','Server path','Ruta en el servidor'),('_SERVER_URL','Server URL','URL del servidor'),('_SET_LANGUAGE_AS_DEFAULT','Set language as default','Fijar lenguaje por omisión'),('_SET_THEME_AS_DEFAULT','Set theme as default','Fijar combinación de colores por omisión'),('_SETUP_FEE','Setup fee','Cargo por configuración'),('_SHOW','show','ver'),('_SHOW_TIME_DIFFERENCE_BETWEEN_THE_RESPONSES','show time difference between the responses','Mostrar la diferencia de tiempo entre las respuestas'),('_SHOW_IN_THE_HEADER','show in the header','mostrar en el encabezado'),('_SIGNUP','signup','inscribirse'),('_SIZE','size','tamaño'),('_SKIP','Skip','Saltear'),('_SKIP_PAYMENT','Skip payment','Saltear pago'),('_SKIP_SEND_DATA','Skip send data','Saltear envío de datos'),('_SLOGAN_LINE1','Slogan - line 1','Slogan - linea 1'),('_SLOGAN_LINE2','Slogan - line 2','Slogan - linea 2'),('_SPAM_FILTERS','spam filters','filtros de spam'),('_STAFF_RESPONDS','staff responds','personal responde'),('_START','Start','Comienzo'),('_START_DATE','Start date','Fecha comienzo'),('_STATE','state','Depto./Prov.'),('_STATES','states','Deptos./Provs.'),('_STATISTICS','Statistics','Estadísticas'),('_STATUS','Status','Estado'),('_STEP','step','paso'),('_SUB_CATEGORY','sub-category','sub-categoría'),('_SUB_CATEGORIES','sub-categories','sub-categorías'),('_SUB_TOTAL','Sub total','Sub total'),('_SUBJECT','Subject','Asunto'),('_SUBMITTED_BY','submitted by','enviado por'),('_SUPPORT_TICKETS','support tickets','tickets de soporte'),('_SWITCH_TO','switch to','cambiar a'),('_SUMMARY','Summary','Resumen de cuenta'),('_SUN','Sun','Dom'),('_SUNDAY','Sunday','Domingo'),('_SUSPEND','Suspend','Suspender'),('_SUSPENDED','Suspended','Suspendido'),('_SUSPENDED_plural','Suspended','Suspendidos'),('_SYSTEM','system','sistema'),('_TABLES','Tables','Tablas'),('_TARGET_ACCOUNT','Target account','Cuenta destino'),('_TAX_INCLUDED','TAX included','IVA incluido'),('_TERMINATE','Terminate','Terminar'),('_TERMINATED_plural','terminated','terminados'),('_TEXT','text','texto'),('_THANK_YOU','Thank you','Gracias'),('_THE_CHANGES_WHERE_MADE_SUCCESSFULLY','The changes where made successfully','Los cambios fueron realizados con éxito'),('_THEME','Theme','Combinación de colores'),('_THIS_CASE_IS_CONSIDERED_TO_BE_RESOLVED','this case is considered to be resolved','este caso se considera resuelto'),('_THIS_CLIENT','This client','Este cliente'),('_THIS_WEEK','This week','Esta semana'),('_THOUSANDS_SEPARATOR','thousands separator','separador de miles'),('_THU','Thu','Jue'),('_THURSDAY','Thursday','Jueves'),('_TICKET','Ticket','Ticket'),('_TICKETS','Tickets','Tickets'),('_TICKET_SENT','ticket sent','ticket enviado'),('_TICKET_SEPARATOR','ticket separator','separador de ticket'),('_TIME','Time','Hora'),('_TITLE','title','título'),('_TYPE','type','tipo'),('_TO','to','a'),('_TO_RETURN','to return','para volver'),('_TODAY_IS','Today is','Hoy es'),('_TOTAL','Total','Total'),('_TOTALS','Totals','Totales'),('_TOTALS_FOR_EACH_PERIOD','totals for each period','totales por cada período'),('_TRANSFER','Transfer','Transferir'),('_TRANSFERED','Transfered','Transferido'),('_TRANSFERED_FROM_CLIENT','transfered from client','transferido desde el cliente'),('_TRANSFERED_TO_CLIENT','transfered to client','transferido hacia el cliente'),('_TRANSLATE','Translate','Traducir'),('_TRANSLATIONS','Translations','Traducciones'),('_TUE','Tue','Mar'),('_TUESDAY','Tuesday','Martes'),('_TYPE_THE_FOLLOWING_CODE','Type the following code','Escriba el siguiente código'),('_UNREGISTERED_USER','Unregistered user','Usuario no registrado'),('_UNSUSPEND','Unsuspend','Quitar suspensión'),('_UNSUSPENDED','Unsuspended','re-habilitado'),('_UPCOMING_RENEWALS','Upcoming renewals','Próximas renovaciones'),('_UPDATED_EVERY','updated every','actualizado cada'),('_URL','URL','URL'),('_USE_CAPTCHA_FOR_REGISTERED_USERS','use captcha for registered users','usar captcha para usuarios registrados'),('_USE_CAPTCHA_FOR_UNREGISTERED_USERS','use captcha for unregistered users','usar captcha para usuarios no registrados'),('_PUT_IN_THE_CENTER_COLUMN','put in the center column','colocar en la columna central'),('_USED_TO_ENTER_THE_SYSTEM','Used to enter the system','Se utiliza para entrar en el sistema'),('_USER','User','Usuario'),('_USER_ID','User ID','Código de usuario'),('_USER_LOGIN','User login','Ingreso'),('_USER_MANAGEMENT_SYSTEM','User management system','Control de usuarios'),('_USERS','Users','Usuarios'),('_VALUE','value','valor'),('_VARIABLES','variables','variables'),('_VARIABLES_OF_THE_ACCOUNT','variables of the account','variables de la cuenta'),('_VERIFIED','Verified','Verificada'),('_VERY_POOR','very poor','muy malo'),('_VIEWS','views','visitas'),('_VIEW_ALL_RECORDS','View all records','Ver todos los registros'),('_VIEW_EVENT_LOG','View event log','Ver eventos'),('_VIEW_ONLY_THIS_YEAR','View only this year','Ver sólo este año'),('_VIEW_THE_LAST_15_RECORDS','View the last 15 records','Ver los últimos 15 registros'),('_VISIBLE_ONLY_TO_REGISTERED_CLIENTS','visible only to registered clients','visible sólo para clientes registrados'),('_VOTES','votes','votos'),('_WARNING','WARNING','ADVERTENCIA'),('_WE_VE_SENT_AN_EMAIL_WITH_INFORMATION_ON_THIS_TICKET','We have sent an email with information on this ticket','Hemos enviado un correo eléctronico con información sobre este ticket'),('_WEBSITE','website','sitio web'),('_WED','Wed','Mie'),('_WEDNESDAY','Wednesday','Miércoles'),('_WEEK','Week','semana'),('_WEEKS','Weeks','semanas'),('_WELCOME_MESSAGE','Welcome message','Mensaje de bienvenida'),('_WHEN_I_REPLY_THE_STATE_OF_THE_TICKET_WILL_BECOMES','When I reply, the state of the ticket will becomes','Cuando responda, el estado del ticket pasará a ser'),('_ACCESS_KEY','access key','Código de acceso'),('_USE_SSL','Use SSL','Usar SSL'),('_RESET_SEARCH','reset search','cancelar búsqueda'),('_WHOIS','Whois','Whois'),('_WITH','with','con'),('_WRITE','Write','Escriba'),('_WRONG','wrong','incorrecto'),('_YEAR','year','año'),('_YEARS','years','años'),('_YES','yes','si'),('_YOU_ARE_LOGGED_IN_AS','You are logged in as','Ud. ha ingresado como'),('_YOUR_ACCOUNT','Your account','Su cuenta'),('_YOUR_VOTE','your vote','su voto'),('_ZIP_CODE','ZIP code','Código Postal'),('_signup_message','If you are not registered as a client, you must register. Please click the link that is displayed at the top.','Si usted no está registrado como cliente, deberá inscribirse. Por favor haga click en el link que se muestra en la parte superior.'),('_login_message','If you are already a customer, please login into your account.','Si usted ya es cliente, por favor ingrese en su cuenta.'),('_alert_answered_ticket','You have 1 ticket answered. Click here to view your tickets','Usted tiene 1 ticket respondido. Haga click aquí para ver sus tickets'),('_alert_answered_tickets','You have %n% tickets answered. Click here to view your tickets','Usted tiene %n% tickets respondidos. Haga click aquí para ver sus tickets'),('_LANGUAGES','Languages','Lenguajes'),('_LANGUAGE_TO_BE_DELETED','language to be deleted','lenguaje a eliminar'),('_ARE_YOU_SURE','are you sure','está seguro'),('_ADD_LANGUAGE','add language','agregar lenguaje'),('_DELETE_LANGUAGE','delete language','eliminar lenguaje'),('_NEW_LANGUAGE','new language','nuevo lenguaje'),('_SELECT_COLOR','select color','seleccionar color'),('_VIEW','view','ver'),('_VIEW_CHAPTERS_AND_PAGES','view chapters and pages','ver capitulos y páginas'),('_HIDE_CHAPTERS_AND_PAGES','hide chapters and pages','ocultar capítulos y páginas'),('_DUPLICATE','duplicate','duplicar'),('_IT_HAS_OPENED_A_SUPPORT_TICKET_REQUESTING_THE_CHANGE_OF_PLAN','It has opened a support ticket requesting the change of plan','Se ha abierto un ticket de soporte solicitando el cambio de plan'),('_PLEASE_WAIT_FOR_A_RESPONSE','Please wait for a response','Por favor aguarde una respuesta'),('_REQUEST_FOR_CHANGE_OF_PLAN','Request for change of plan','Pedido de cambio de plan'),('_USE_THE_TABS_ON_THE_LEFT_SIDE','Use the tabs on the left side','Utilice las pestañas del lado izquierdo'),('_UPLOAD_THE_FILE_VIA_FTP','Upload the file via FTP','Subir el archivo por FTP'),('_LAST_20_CLIENTS','last 20 clients','últimos 20 clientes'),('_menu_LAST_20','Last 20','Ultimos 20'),('_LOGINS','logins','inicios de sesión'),('_LAST_20_LOGINS','last 20 logins','últimos 20 inicios de sesion'),('_GRAPHICS','graphics','gráficas'),('_REPORTS','reports','reportes'),('_FOLLOW_UP','follow up','seguimiento'),('_USE_SSL_FOR_ADMIN_AND_CLIENT_AREA','Use ssl for admin and client area','Usar ssl para admin y área de clientes'),('_SECURE_LOGIN','secure login','ingreso seguro'),('_CHECK_CONNECTION','check connection','verificar conexión'),('_ONE_MINUTE_AGO','one minute ago','hace un minuto'),('_FIVE_MINUTES_AGO','five minutes ago','hace cinco minutos'),('_FIFTEEN_MINUTES_AGO','fifteen minutes ago','hace quince minutos'),('_DEBUG_MODE','debug mode','modo de depuración'),('_ACTIONS','actions','acciones'),('_WITHOUT_CHANGES','without changes','sin cambios'),('_THERE_WERE_NO_CHANGES','There were no changes','No hubieron cambios'),('_GO_TOP','go top','ir arriba'),('_ADD_NOTE','add note','agregar nota'),('_NOTES','notes','apuntes'),('_NOTE','note','apunte'),('_menu_NOTES','notes','apuntes'),('_VIEW_NOTES','view notes','ver apuntes'),('_TITLES','titles','títulos'),('_SUPPORT_STAFF','support staff','personal de soporte'),('_ACCESS','access','acceso'),('_CHANGED','changed','cambiado'),('_NEW_PASSWORD','new password','nueva contraseña'),('_PASSWORD_CHANGED','password changed','contraseña cambiada'),('_MORE_INFORMATION','more information','más información'),('_LOADING','Loading...','Cargando...'),('_LIMIT','limit','límite'),('_USED','used','usado'),('_ERROR_403','ERROR 403: Forbidden: You dont have permission to access','ERROR 403: No tiene permisos para acceder'),('_CONVERT_TO_UTF8','convert to UTF-8','convertir a UTF-8'),('_INSERT_FROM_FAQS','insert from FAQs','insertar desde FAQs'),('_INSERT_FROM_MANUALS','insert from manuals','insertar desde manuales'),('_IMAGES','images','imágenes'),('_LOGOS','logos','logos'),('_LOGO','logo','logo'),('_LEFT','left','izquierda'),('_RIGHT','right','derecha'),('_BACKGROUND','background','fondo'),('_RESIZED_HERE','resized here','redimensionada aquí'),('_DISCOUNT_ON_FIRST_PAYMENT','discount on first payment','descuento en el primer pago'),('_USERNAME','username','usuario'),('_OTHER','other','otro'),('_INITIATED_BY','initiated by','iniciado por'),('_COMPLETED_BY','completed by','completado por'),('_EDITABLE_FIELDS_BY_THE_CLIENT','editable fields by the client','campos editables por el cliente'),('_NON_EDITABLE_FIELDS_BY_THE_CLIENT','non editable fields by the client','campos no editables por el cliente'),('_YOU_HAVE_PENDING_TASKS','you have pending task','usted tiene tareas pendientes'),('_MARK_TASK_AS_COMPLETED','mark task as completed','marcar la tarea como completada'),('_COMPLETED_TASKS','completed tasks','tareas completadas'),('_UPLOAD_IMAGES','upload images','subir imágenes'),('_IMAGE_UPLOADED','image uploaded','imagen subida'),('_ENABLE_TASKS','enable tasks','activar tareas'),('_HIGHLIGHT_THE_TIME_WITHOUT_REPLY_IN_MINUTES_OR_HOURS','highlight the time without reply in minutes or hours','resaltar el tiempo sin respuesta en minutos u horas'),('_LOG','log','registro'),('_LOGS','logs','registros'),('_PARAMETER','parameter','parámetro'),('_CHECK_AVAILABILITY','check availability','comprobar disponibilidad'),('_AVAILABLE','available','disponible'),('_NOT_AVAILABLE','not available','no disponible'),('_AVAILABLE_VARIABLES','available variables','variables disponibles'),('_PHONE_CODE','phone code','código telefónico'),('_TOO_SHORT','too short','demasiado corto/a'),('_NUMBER_OF_DIGITS_TO_GENERATE_THE_NUMBERS_OF_CUSTOMERS','Number of digits to generate the numbers of customers','Nro. de dígitos para generar los números de clientes'),('_SHOULD_BE','should be','debe ser'),('_ONLY_FOR_THIS_FUNCTION','only for this function','sólo para esta función'),('_LANGUAGE_CODES','language codes','códigos de lenguajes'),('_AUTODETECT','autodetect','autodetectar'),('_ONLY_ARE_DISPLAYED_THE_ITEMS_RELATED_TO_THE_CURRENT_LANGUAGE','only are displayed the items related to the current language','sólo se muestran los items relacionados con el lenguaje actual'),('_THIS_ITEM_WILL_BE_CREATED_ONLY_FOR_THE_CURRENT_LANGUAGE','this item will be created only for the current language','este item será creado únicamente para el lenguaje actual'),('_CONFIGURATION','configuration','configuración'),('_SENDING_LIMIT_EXCEEDED','sending limit exceeded','límite de envío excedido'),('_LIMIT_TIME_BETWEEN_FORM_SUBMISSIONS','limit time between form submissions','limite de tiempo entre envios de formularios'),('_WAIT','wait','espere'),('_EDIT_TITLES_AND_DESCRIPTIONS','edit titles and descriptions','modificar títulos y descripciones'),('_ALLOW_CHANGE_LANGUAGE','allow change language','permitir cambiar el lenguaje'),('_EVERY_L_FAILED_LOGIN_ATTEMPTS_MAKE_A_BLOCK_OF_S_SECONDS','every %L% failed login attempts, make a block of %S% seconds','cada %L% intentos fallidos de ingreso, hacer un bloqueo de %S% segundos'),('_ATTEMPTS_LOGIN','attempts login','intentos de ingreso'),('_ATTEMPTS_OF_LOGIN_EXCEEDED','attempts of login exceeded','intentos de ingreso excedidos'),('_FAILED_LOGIN_ATTEMPT','failed login attempt','intento de ingreso fracasado'),('_ASSOCIATED_TO','associated to','asociado a'),('_UPLOAD_THIS_FILE_TO','upload this file to','suba este archivo a'),('_NAME_OF_TAX','name of tax','nombre del impuesto'),('_CODE_FOR_THE_CENTRALIZED_PANEL_OF_TICKETS','code for the centralized panel of tickets','código para el panel centralizado de tickets'),('_HAVE_A_QUESTION__WRITE_IT_HERE','Have a question? Write it here','Tiene alguna pregunta? Escríbala aquí'),('_CLICK_HERE','Click here','Haga click aquí'),('_PREFERRED_LANGUAGE','Preferred Language','Idioma de preferencia'),('_EXPIRES_IN_N_DAYS','Expires in %n% days','Vence en %n% días'),('_VARIABLE','variable','variable'),('_LANGUAGE_OF_ADMINISTRATION','language of administration','idioma de administracion'),('_DATA_ACCESS_TO_THE_ACCOUNT','data access to the account','datos de acceso a la cuenta'),('_TEXTS','texts','textos'),('_WELCOME_MESSAGE_BY_REGISTERING','Welcome message by registering','Mensaje de bienvenida al registrarse'),('_WELCOME','Welcome','Bienvenido'),('_EDIT_MESSAGES','Edit messages','Modificar mensajes'),('_SELECT_A_MESSAGE_FOR_EACH_LANGUAGE_AVAILABLE_IN_THE_SYSTEM','Select a message for each language available in the system','Seleccione un mensaje por cada idioma disponible en el sistema'),('_ALREADY_ACCREDITED','already accredited','ya acreditado'),('_ACCREDIT_NOW','accredit now','acreditar ahora'),('_TOTAL_EARNINGS','total earnings','Ganancias totales'),('_RECOMMEND','recommend','recomendar'),('_LOCKED','locked','bloqueado'),('_PASSWORD_SENT','password sent','contraseña enviada'),('_SEND_PASSWORD','send password','enviar contraseña'),('_PASSWORD_NOT_SENT','password not sent','contraseña no enviada'),('_MESSAGES_SENT','messages sent','mensajes enviados'),('_ERRORS','errors','errores'),('_YOUR_MESSAGE_RECOMMENDING','your message recommending','su mensaje recomendando'),('_FIX_TLD','fix TLD','configure TLD'),('_EXAMPLE','example','ejemplo'),('_LABEL','label','etiqueta'),('_RESULTS_FOR','results for','resultados para'),('_ANSWERS','answers','respuestas'),('_SEARCH_STRING_TOO_SHORT','search string too short','cadena de busqueda demasiado corta'),('_PRIORITY_FOR_TICKETS','priority for tickets','prioridad para los tickets'),('_THE_CLIENT_WILL_CHOOSE_THE_PRIORITY','the client will choose the priority','el cliente eligira la prioridad'),('_CALCULATE','calculate','calcular'),('_HAS_BEEN_ELIMINATED_BY_THE_CLIENT','has been eliminated by the client','ha sido eliminado por el cliente'),('_RE_ENTER_PASSWORD','re enter password','reingrese la contraseña'),('_THE_PASSWORDS_ENTERED_DO_NOT_MATCH','the passwords entered do not match','las contraseñas ingresadas no son iguales'),('_SENT_TO','sent to','enviado a'),('_I_WANT_TO_RECEIVE_PROMOTIONAL_MAILINGS','I want to receive promotional mailings','Deseo recibir correos promocionales'),('_THE_TRANSFER_IS_STILL_PENDING_KEEP_WAITING','The transfer is still pending. Keep waiting','La transferencia está aun pendiente. Seguir esperando'),('_UNSUBSCRIBE_LINK','unsubscribe link','link para darse de baja'),('_unsubscribe_message','click here to stop receiving promotional emails','Haga click aquí para dejar de recibir correos promocionales'),('_YOU_NO_LONGER_RECEIVE_PROMOTIONAL_MAILINGS','you no longer receive promotional mailings','usted no recibirá más correos promocionales'),('_reverse_promotional_mailings','You have chosen not to receive promotional emails from our company.\r\nIf you want to reverse this action and return to receive promotional emails, click here','Usted ha elegido no recibir correos promocionales de nuestra empresa.\r\nSi desea revertir esta acción y volver a recibir correos promocionales haga click aquí'),('_SUSPEND_CLIENT','suspend client','suspender cliente'),('_CLIENT_SUSPENDED','client suspended','cliente suspendido'),('_SUSPEND_THIS_CLIENT','suspend this client','suspender este cliente'),('_YOUR_ACCOUNT_HAS_BEEN_SUSPENDED','Your account has been suspended','su cuenta ha sido suspendida'),('_YOUR_ACCOUNT_HAS_BEEN_DELETED','Your account has been deleted','su cuenta ha sido eliminada'),('_THIS_ACCOUNT_IS_SUSPENDED','this account is suspended','esta cuenta está suspendida'),('_THIS_ACCOUNT_IS_DELETED','this account is deleted','esta cuenta está eliminada'),('_REMOVE_SUSPENSION','remove suspension','quitar suspensión'),('_REVERSE_ELIMINATION','reverse elimination','revertir eliminación'),('_SUSPENDED_CLIENTS','suspended clients','clientes suspendidos'),('_SUSPENSION_HAS_BEEN_REVERSED','Suspension has been reversed','la suspensión ha sido revertida'),('_ELIMINATION_HAS_BEEN_REVERSED','Elimination has been reversed','la eliminación ha sido revertida'),('_CONTROL_PANEL','control panel','panel de control'),('_THIS_CLIENT_SPEAKS','This client speaks','este cliente habla'),('_DIRECT_CLIENT','direct client','cliente directo'),('_ALL_CLIENTS','all clients','todos los clientes'),('_TRANSLATE_TEXT_MANUALLY','Translate text manually','Traducir los textos en forma manual'),('_AUTO_TRANSLATE_LANGUAGES','Auto translate languages','Auto traducir lenguajes'),('_LANGUAGE_TO_TRANSLATE','Language to translate','Lenguaje a traducir'),('_PHRASES_UNTRANSLATED','phrases untranslated','frases sin traducir'),('_USERS_ONLINE','users online','usuarios online'),('_CLIENTS_NOT_SUBSCRIBED','clients not subscribed','clientes no suscriptos'),('_TRANSLATION','translation','traducción'),('_STAFF','staff','personal de apoyo'),('_WRITE_IN_X_AND_TRANSLATE_INTO_Y','Write in %x% and translate into %y%','Escribir en %x% y traducir al %y%'),('_READ_BY_THE_CLIENT','read by the client','leido por el cliente'),('_MESSAGE_WRITTEN_BY_THE_CLIENT','message written by the client','mensaje escrito por el cliente'),('_MESSAGE_WRITTEN_BY_THE_STAFF','message written by the staff','mensaje escrito por el personal de apoyo'),('_SHOW_USER_ICON_IN_EACH_MESSAGE','show user icon in each message','mostrar icono de usuario en cada mensaje'),('_TOP','top','arriba'),('_DRAG_AND_DROP','drag and drop','arrastrar y soltar'),('_SORT','sort','ordenar'),('_RESET_TO_DEFAULT_IMAGES','reset to default images','restablecer a las imágenes por defecto'),('_UNLIMITED','unlimited','ilimitado'),('_TEMPORARY_URL','temporary URL','URL temporaria'),('_ALTERNATE_EMAIL','alternate email','email alternativo'),('_DATA_ACCESS_WILL_BE_SENT_TO_THIS_ACCOUNT','data access will be sent to this account','se enviarán los datos de acceso a esta cuenta'),('_THESE_DATA_WERE_SENT_TO','these data were sent to','se enviaron estos datos a'),('_ADD_NEW_EMAIL_ACCOUNT','add new email account','agregar nueva cuenta de correo'),('_SUCCESS','success','éxito'),('_FORWARDS','forwards','redirecciones'),('_RESET_PASSWORD','reset password','restablecer contraseña'),('_EDIT_USER','edit user','editar usuario'),('_INCLUDE_ORIGINAL_MESSAGE_IN_AUTORESPONDER','include original message in auto-responder','incluir el mensaje original en la autorespuesta'),('_AUTOMATICALLY_ENDS_ON','automatically ends on','finalizar automáticamente el'),('_EDIT_AUTORESPONDER','edit autoresponder','editar autorespuesta'),('_AUTO_RESPONDER','auto-responder','autorespuesta'),('_OFF','Off','desactivado'),('_ON','On','activado'),('_YOU_CAN_CLOSE_THIS_TAB','you can close this tab','puede cerrar esta pestaña'),('_NUMBER_OF_DECIMAL_PLACES','number of decimal places','número de decimales'),('_SHOW_A_BACKGROUND_IN_THE_MAIN_MENU','show a background in the main menu','mostrar un fondo en el menú principal'),('_YOU_NEED_TO_COMPLETE_YOUR_REGISTRATION_DATA','You need to complete your registration data','Es necesario que complete los datos de su registro'),('_ALLOW_FAST_REGISTRATION','Allow fast registration','Permitir registración rápida'),('_EXTRACT_TICKETS_FROM_EMAIL_ACCOUNTS','Extract tickets from email accounts','Extraer tickets desde las cuentas de email'),('_ACTIVATION_PENDING','Activation pending','Activación pendiente'),('_SEND_DATA_PENDING','Send data pending','Envío de datos pendiente'),('_GOOGLE_ANALYTICS_ID','Google Analytics ID','Código de Google Analytics'),('_DIRECTORY_FOR_DOCUMENTS','Directory for documents','Directorio para documentos'),('_DEFAULT_TIMEZONE','Default timezone','Zona horaria por defecto'),('_DOMAIN','domain','dominio'),('_SETTINGS','Settings','Configuración'),('_ENABLE','enable','activar'),('_DISABLE','disable','desactivar'),('_ENABLED','enabled','activado'),('_DISABLED','disabled','desactivado'),('_COPY_TO_FAQ','copy to FAQ','copiar a FAQ'),('_COPY_TO_MANUALS','copy to manuals','copiar a manuales'),('_NOT_ALLOWED','not allowed','no permitido'),('_ABOUT','About','Acerca de'),('_LICENSE','License','Licencia'); /*!40000 ALTER TABLE `hd_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_manuals_chapters` -- DROP TABLE IF EXISTS `hd_manuals_chapters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_manuals_chapters` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `category` int(10) unsigned default '0', `numfaqs` int(10) default NULL, `position` int(10) unsigned NOT NULL default '0', `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_manuals_chapters` -- LOCK TABLES `hd_manuals_chapters` WRITE; /*!40000 ALTER TABLE `hd_manuals_chapters` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_manuals_chapters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_manuals_manuals` -- DROP TABLE IF EXISTS `hd_manuals_manuals`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_manuals_manuals` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `numfaqs` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_manuals_manuals` -- LOCK TABLES `hd_manuals_manuals` WRITE; /*!40000 ALTER TABLE `hd_manuals_manuals` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_manuals_manuals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_manuals_pages` -- DROP TABLE IF EXISTS `hd_manuals_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_manuals_pages` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned NOT NULL default '0', `subcategory` int(10) unsigned NOT NULL default '0', `question` text, `answer` text, `editor` varchar(80) NOT NULL default 'unknown', `editeddate` int(10) NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `ratingcount` int(10) unsigned NOT NULL default '0', `rating` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `onlyclients` int(1) default '0', `langs` text, PRIMARY KEY (`id`), KEY `category` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_manuals_pages` -- LOCK TABLES `hd_manuals_pages` WRITE; /*!40000 ALTER TABLE `hd_manuals_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_manuals_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_messages` -- DROP TABLE IF EXISTS `hd_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_messages` ( `subject` varchar(80) default NULL, `body` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_messages` -- LOCK TABLES `hd_messages` WRITE; /*!40000 ALTER TABLE `hd_messages` DISABLE KEYS */; INSERT INTO `hd_messages` VALUES ('test','testing'); /*!40000 ALTER TABLE `hd_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_notes` -- DROP TABLE IF EXISTS `hd_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_notes` ( `id` int(10) unsigned NOT NULL auto_increment, `category` int(10) unsigned NOT NULL default '0', `subcategory` int(10) unsigned NOT NULL default '0', `title` text, `description` text, `editor` varchar(80) NOT NULL default 'unknown', `editeddate` int(10) NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `ratingcount` int(10) unsigned NOT NULL default '0', `rating` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `onlyclients` int(1) default '0', PRIMARY KEY (`id`), KEY `category` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_notes` -- LOCK TABLES `hd_notes` WRITE; /*!40000 ALTER TABLE `hd_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_notes_category` -- DROP TABLE IF EXISTS `hd_notes_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_notes_category` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `numnotes` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_notes_category` -- LOCK TABLES `hd_notes_category` WRITE; /*!40000 ALTER TABLE `hd_notes_category` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_notes_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_notes_subcategory` -- DROP TABLE IF EXISTS `hd_notes_subcategory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_notes_subcategory` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(240) NOT NULL default '', `category` int(10) unsigned default '0', `numnotes` int(10) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_notes_subcategory` -- LOCK TABLES `hd_notes_subcategory` WRITE; /*!40000 ALTER TABLE `hd_notes_subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_notes_subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_spamfilters` -- DROP TABLE IF EXISTS `hd_spamfilters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_spamfilters` ( `id` int(10) NOT NULL auto_increment, `type` varchar(7) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_spamfilters` -- LOCK TABLES `hd_spamfilters` WRITE; /*!40000 ALTER TABLE `hd_spamfilters` DISABLE KEYS */; INSERT INTO `hd_spamfilters` VALUES (1,'Email','test@example.com'),(2,'Domain','example.com'),(3,'Domain','localhost'),(5,'Subject','***SPAM***'); /*!40000 ALTER TABLE `hd_spamfilters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_text` -- DROP TABLE IF EXISTS `hd_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_text` ( `variable` text, `valor` text, `ref` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_text` -- LOCK TABLES `hd_text` WRITE; /*!40000 ALTER TABLE `hd_text` DISABLE KEYS */; INSERT INTO `hd_text` VALUES ('','',0),('','',1),('','',2),('','',3),('','',4),('','',5),('','',6),('','',7),('','',8),('','',9),('','',10),('','',11),('','',12),('','',13),('','',14),('','',15),('New ticket opened','<p style=\"text-align: left;\"><strong>%FIRSTNAME% </strong><strong>%LASTNAME%<br /></strong><strong>%CLIENTCOMPANY%</strong><br /><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">A new ticket has been opened.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\">Ticket reference: <strong>%REFERENCE%</strong></p>\r\n<p><strong>Title: </strong>%TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p> </p>\r\n<p style=\"text-align: left;\"><strong>Regards,<br />%DEPT% dept<br />%COMPANY%</strong></p>\r\n<p style=\"text-align: left;\"> </p>',16),('New ticket in your department','<p style=\"text-align: left;\">%DEPT% dept<strong>:<br /></strong><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">A new ticket has been opened in your department.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\">Ticket reference: <strong>%REFERENCE%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket sent by</strong><strong>:</strong> %FIRSTNAME% %LASTNAME% (%CLIENTCOMPANY%)<br /><strong>Title:</strong> %TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p style=\"text-align: left;\"> </p>\r\n<p style=\"text-align: left;\"> </p>\r\n<p> </p>\r\n<p> </p>',17),('New ticket opened','<p style=\"text-align: left;\"><strong>%NAME%:<br /></strong><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">A new ticket has been opened.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket reference:</strong> <strong>%REFERENCE%</strong><br /><strong>Title:</strong> %TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p style=\"text-align: left;\"><strong>Regards,<br />%DEPT% dept<br />%COMPANY%</strong></p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>',18),('New ticket for a guest in your department.','<p style=\"text-align: left;\">%DEPT% department:</p>\r\n<p>A new ticket has been opened in your department.</p>\r\n<p>You can access your tickets at <strong>%URL%</strong></p>\r\n<p>Ticket reference: <strong>%REFERENCE%</strong></p>\r\n<p> </p>\r\n<p>Ticket sent by: <strong>%NAME%</strong></p>\r\n<p>Title: <strong>%TITLE%</strong></p>\r\n<p>Description: <strong>%DESCRIPTION%</strong></p>\r\n<p> </p>',19),('New answer to your ticket','<p style=\"text-align: left;\"><strong>%FIRSTNAME% </strong><strong>%LASTNAME%<br /></strong><strong>%CLIENTCOMPANY%</strong><br /><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">There is a new answer to your ticket.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket reference:</strong> %REFERENCE%</p>\r\n<p><strong>Title:</strong> %TITLE%</p>\r\n<p><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p> </p>\r\n<p style=\"text-align: left;\"><strong>Regards,<br />%DEPT% dept<br />%COMPANY%</strong></p>',20),('New response to a ticket in your department','<p style=\"text-align: left;\">%DEPT% dept<strong>:<br /></strong><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">A new response to a ticket in your department.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\">Ticket reference: <strong>%REFERENCE%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket sent by:</strong> %FIRSTNAME% %LASTNAME% (%CLIENTCOMPANY%)<br /><strong>Title:</strong> %TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>',21),('New answer to your ticket','<p style=\"text-align: left;\"><strong>%NAME%:</strong><strong><br /></strong><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">There is a new answer to your ticket.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket reference:</strong> <strong>%REFERENCE%</strong><br /><strong>Title:</strong> %TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p style=\"text-align: left;\"><strong>Regards,<br />%DEPT% dept<br />%COMPANY%</strong></p>\r\n<p> </p>',22),('New response to a ticket in your department.','<p style=\"text-align: left;\">%DEPT% dept<strong>:<br /></strong><strong><br /></strong></p>\r\n<p style=\"text-align: left;\">A new response to a ticket in your department.</p>\r\n<p style=\"text-align: left;\">You can access your ticket in <strong>%URL%</strong></p>\r\n<p style=\"text-align: left;\">Ticket reference: <strong>%REFERENCE%</strong></p>\r\n<p style=\"text-align: left;\"><strong>Ticket sent by</strong><strong>:</strong> %NAME%<br /><strong>Title:</strong> %TITLE%<br /><strong>Description:</strong> %DESCRIPTION%</p>\r\n<p style=\"text-align: left;\"> </p>\r\n<p> </p>\r\n<p> </p>',23),('','',24),('','',25),('','',26); /*!40000 ALTER TABLE `hd_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_texts` -- DROP TABLE IF EXISTS `hd_texts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_texts` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `title` text NOT NULL, `message` text NOT NULL, `langs` varchar(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_texts` -- LOCK TABLES `hd_texts` WRITE; /*!40000 ALTER TABLE `hd_texts` DISABLE KEYS */; INSERT INTO `hd_texts` VALUES (13,'DATA_ACCESS_TO_THE_ACCOUNT','Data access to the account','PHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O1wiPlRoZSBpbmZvcm1hdGlvbiBvZiBhY2Nlc3MgaXM6PC9wPg0KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O1wiPjxiciAvPlVSTDogJVVSTCUgPGJyIC8+VXNlcjogJVVTRVIlIDxiciAvPlBhc3N3b3JkOiAgJVBBU1MlPC9wPg==','en'),(14,'DATA_ACCESS_TO_THE_ACCOUNT','Datos de acceso a la cuenta','PHAgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7Ij5Fc3RpbWFkbyBjbGllbnRlOjwvcD4NCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBsZWZ0OyI+VGFsIGNvbW8gdXN0ZWQgbG8gc29saWNpdCZvYWN1dGU7LCBsZSBlbnZpYW1vcyBhIGNvbnRpbnVhY2kmb2FjdXRlO24gbG9zIGRhdG9zIGRlIGFjY2VzbyBhIHN1IGN1ZW50YSBlbiBudWVzdHJvIHNpdGlvIHdlYjo8L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogbGVmdDsiPjxiciAvPjxzdHJvbmc+RGViZSBpbmdyZXNhciBlbjo8L3N0cm9uZz4gJVVSTCUgPGJyIC8+PHN0cm9uZz5Vc3VhcmlvOjwvc3Ryb25nPiAlVVNFUiUgPGJyIC8+PHN0cm9uZz5Db250cmFzZSZudGlsZGU7YTo8L3N0cm9uZz4gJVBBU1MlICA8YnIgLz48YnIgLz5BdHRlLiA8YnIgLz5EcHRvLiBDb21lcmNpYWw8L3A+','es'),(17,'WELCOME_MESSAGE_BY_REGISTERING','Welcome message by registering','PHA+SGVsbG8gPHN0cm9uZz4lRklSU1ROQU1FJTwvc3Ryb25nPiA8c3Ryb25nPiVMQVNUTkFNRSU8L3N0cm9uZz48YnIgLz48YnIgLz5UaGFuayB5b3UgZm9yIGNob29zaW5nIDxzdHJvbmc+JUNPTVBBTlklPC9zdHJvbmc+LjxiciAvPjxiciAvPkhlcmUgYXJlIHRoZSBkYXRhIGFjY2VzcyB0byB5b3VyIGFjY291bnQgYXQgb3VyIHdlYnNpdGU6PGJyIC8+PGJyIC8+V0VCIFNJVEU6IDxzdHJvbmc+d3d3LmV4YW1wbGUuY29tL3N1cHBvcnQ8L3N0cm9uZz48YnIgLz5DVVNUT01FUjogPHN0cm9uZz4lVVNFUiU8L3N0cm9uZz48YnIgLz5QQVNTV09SRDogPHN0cm9uZz4lUEFTUyU8L3N0cm9uZz48YnIgLz48YnIgLz48c3Ryb25nPlJlZ2FyZHMsPGJyIC8+Q29tbWVyY2lhbCBEZXBhcnRtZW50PGJyIC8+JUNPTVBBTlklPC9zdHJvbmc+PC9wPg==','en'),(18,'WELCOME_MESSAGE_BY_REGISTERING','Mensaje de bienvenida al registrarse','PHA+RXN0aW1hZG8vYSZuYnNwOyZuYnNwOzxzdHJvbmc+JUZJUlNUTkFNRSUgJUxBU1ROQU1FJTwvc3Ryb25nPjo8L3A+DQo8cD5HcmFjaWFzIHBvciBwcmVmZXJpciA8c3Ryb25nPiVDT01QQU5ZJSA8L3N0cm9uZz5wYXJhIGFsb2phciBzdSBzaXRpbyB3ZWIuPC9wPg0KPHA+QSBjb250aW51YWNpb24gZGV0YWxsYW1vcyBsb3MgZGF0b3MgZGUgYWNjZXNvIGEgc3UgY3VlbnRhIGVuJm5ic3A7bnVlc3RybyBzaXRpbyB3ZWI6PC9wPg0KPHA+VVNVQVJJTzogPHN0cm9uZz4lVVNFUiU8L3N0cm9uZz4gPGJyIC8+Q09OVFJBU0UmTnRpbGRlO0E6IDxzdHJvbmc+JVBBU1MlPC9zdHJvbmc+PC9wPg0KPHA+PHN0cm9uZz5BdHRlLiw8YnIgLz5EcHRvLiBDb21lcmNpYWw8YnIgLz4lQ09NUEFOWSU8L3N0cm9uZz48L3A+DQo8cD4mbmJzcDs8L3A+DQo8cD4mbmJzcDs8L3A+','es'); /*!40000 ALTER TABLE `hd_texts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_texts_names` -- DROP TABLE IF EXISTS `hd_texts_names`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_texts_names` ( `name` text NOT NULL, `multiple` int(11) NOT NULL default '0', `tip` int(11) default NULL, `position` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_texts_names` -- LOCK TABLES `hd_texts_names` WRITE; /*!40000 ALTER TABLE `hd_texts_names` DISABLE KEYS */; INSERT INTO `hd_texts_names` VALUES ('WELCOME_MESSAGE_BY_REGISTERING',0,108,10),('DATA_ACCESS_TO_THE_ACCOUNT',0,109,20); /*!40000 ALTER TABLE `hd_texts_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_tickets` -- DROP TABLE IF EXISTS `hd_tickets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_tickets` ( `ticketid` int(10) NOT NULL auto_increment, `parent` int(10) NOT NULL default '0', `clientid` int(10) default NULL, `name` text NOT NULL, `email` text NOT NULL, `date` int(11) NOT NULL, `title` text NOT NULL, `message` text NOT NULL, `status` int(1) NOT NULL, `priority` text NOT NULL, `product` int(11) default '0', `attachment` text NOT NULL, `depid` int(10) NOT NULL, `user` varchar(10) NOT NULL, `internalnote` text, `reference` bigint(20) default NULL, `lastreply` int(10) default NULL, `lastreplier` varchar(20) NOT NULL, `followup` int(1) NOT NULL default '0', PRIMARY KEY (`ticketid`), UNIQUE KEY `reference` (`reference`), KEY `clientid` (`clientid`), KEY `parent` (`parent`), KEY `product` (`product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_tickets` -- LOCK TABLES `hd_tickets` WRITE; /*!40000 ALTER TABLE `hd_tickets` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_tickets_canned` -- DROP TABLE IF EXISTS `hd_tickets_canned`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_tickets_canned` ( `id` int(11) NOT NULL auto_increment, `name` varchar(30) NOT NULL, `description` text NOT NULL, `dept` int(3) NOT NULL default '0', `orderby` int(3) NOT NULL, `langs` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_tickets_canned` -- LOCK TABLES `hd_tickets_canned` WRITE; /*!40000 ALTER TABLE `hd_tickets_canned` DISABLE KEYS */; INSERT INTO `hd_tickets_canned` VALUES (1,'Por favor aguarde','<p>Por favor aguarde.<br />Muchas gracias</p>',0,1,'es'),(2,'Please wait','<p>Please wait...</p>',0,1,'en'); /*!40000 ALTER TABLE `hd_tickets_canned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_tickets_dep` -- DROP TABLE IF EXISTS `hd_tickets_dep`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_tickets_dep` ( `depid` int(11) NOT NULL auto_increment, `name` text NOT NULL, `description` text NOT NULL, `email` text NOT NULL, `onlyclients` int(1) NOT NULL, `orderby` int(2) NOT NULL, `server` text NOT NULL, `port` text NOT NULL, `user` text NOT NULL, `password` text NOT NULL, PRIMARY KEY (`depid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_tickets_dep` -- LOCK TABLES `hd_tickets_dep` WRITE; /*!40000 ALTER TABLE `hd_tickets_dep` DISABLE KEYS */; INSERT INTO `hd_tickets_dep` VALUES (1,'Sales','','sales@example.com',0,1,'','110','',''),(2,'Support','','support@example.com',1,2,'','110','',''); /*!40000 ALTER TABLE `hd_tickets_dep` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_tickets_replies` -- DROP TABLE IF EXISTS `hd_tickets_replies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_tickets_replies` ( `id` int(10) NOT NULL auto_increment, `parent` int(10) NOT NULL default '0', `clientid` int(10) default NULL, `name` text NOT NULL, `email` text NOT NULL, `date` int(11) NOT NULL, `message` text NOT NULL, `attachment` text NOT NULL, `user` varchar(10) NOT NULL, `isread` text, PRIMARY KEY (`id`), KEY `clientid` (`clientid`), KEY `parent` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_tickets_replies` -- LOCK TABLES `hd_tickets_replies` WRITE; /*!40000 ALTER TABLE `hd_tickets_replies` DISABLE KEYS */; /*!40000 ALTER TABLE `hd_tickets_replies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_tips` -- DROP TABLE IF EXISTS `hd_tips`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_tips` ( `id` int(11) NOT NULL auto_increment, `en` text, `es` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=133 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_tips` -- LOCK TABLES `hd_tips` WRITE; /*!40000 ALTER TABLE `hd_tips` DISABLE KEYS */; INSERT INTO `hd_tips` VALUES (1,'',''),(2,'',''),(3,'',''),(4,'',''),(5,'',''),(6,'',''),(7,'',''),(8,'',''),(9,'',''),(10,'',''),(11,'',''),(12,'',''),(13,'',''),(14,'',''),(15,'',''),(16,'',''),(17,'',''),(18,'',''),(19,'',''),(20,'',''),(21,'',''),(22,'',''),(23,'',''),(24,'',''),(25,'',''),(26,'Choose the language in which you will see the support system if the visitor did not select any language.\nIf you choose to automatically detect, automatically detect the language of the visitor to your website.','Seleccione el lenguaje en que se verá el sitio web si el visitante no ha seleccionado ningún lenguaje.\nSi elije detectar automáticamente, se detectará en forma automática el lenguaje del visitante a su sitio web.'),(27,'Select the default color scheme for Metro Help Desk.','Seleccione la combinación de colores por defecto para el sistema.'),(28,'Enter the name of your company.','Escriba el nombre de su compañía.'),(29,'Enter line 1 of the slogan. Optionally be displayed on the tiles.','Escriba la línea 1 del slogan. Se mostrará opcionalmente en los mosaicos.'),(30,'Enter line 2 of the slogan. Optionally be displayed on the tiles.','Escriba la línea 2 del slogan. Se mostrará opcionalmente en los mosaicos.'),(31,'Enter the title page of your website. The title is displayed in the browser.','Escriba el título de página de su sitio web. Se mostrará como título en el navegador.'),(32,'Enter a description for your site.','Escriba una descripción para su sitio web.'),(33,'Enter keywords for your website.','Escriba las palabras claves para su sitio web.'),(34,'Specify if you allow visitors to your web site can change the color scheme.','Especifique si permite que los visitantes a su sitio web puedan cambiar la combinación de colores.'),(35,'Specify if you allow visitors to your web site can change the language.','Especifique si permite que los visitantes a su sitio web puedan cambiar el lenguaje.'),(36,'This is the default language for the administrative section of Metro Help Desk.','Es el idioma por defecto para la sección administrativa de Metro Help Desk.'),(37,'',''),(38,'',''),(39,'Is your company logo, to be shown on the tiles.','Es el logo de su empresa, que se mostrará en los mosaicos.'),(40,'It is the logo that appears in the header of the emails sent by the system.','Es el logo que aparecerá en el encabezado de los correos enviados por el sistema.'),(41,'',''),(42,'',''),(43,'',''),(44,'',''),(45,'',''),(46,'Is the full URL where you installed Help Desk. <br/>\nIf you leave the field blank, will be completed automatically.','Es la URL completa donde está instalado Help Desk. <br/>\nSi deja el campo en blanco, se completará automáticamente.'),(47,'If checked, SSL is used when a client or an administrator log into their account. <br/>\r\nNote that you must have a SSL certificate for your domain.','Si marca esta casilla, se utilizará SSL cuando un cliente o un administrador ingresan a su cuenta. <br/>\r\nTenga en cuenta que debe tener instalado un certificado SSL para su dominio.'),(48,'Is the path where you installed Metro Help Desk. <br/>\nIf you leave this blank, will be completed automatically.','Es la ruta donde ha instalado Metro Help Desk.<br/>\nSi deja este campo en blanco, se completará automáticamente.'),(49,'',''),(50,'The fields that you check here may be edited by customers when they go to edit your information.','Los campos que usted marque aquí podrán ser editados por los clientes cuando ingresen a modificar sus datos.'),(51,'',''),(52,'Mail account from where administrative emails are sent (welcome message, password recovery, etc).','Cuenta de correo desde donde se envían los emails administrativos (mensaje de bienvenida, recuperación de contraseña, etc).'),(53,'',''),(54,'If checked, all emails sent by the system will be in a queue and then be sent by groups of certain amount. <br/>\r\nThis is useful when hosting companies impose an sending limit per hour.','Si marca esta casilla, todos los correos enviados por el sistema quedarán en una cola de espera y luego se podrán enviar por grupos de determinada cantidad.<br/>\r\nEsto es útil cuando las empresas de hosting imponen un límite de envío por hora.'),(55,'You can enter up to 5 custom fields for customer data.\r\nFor example, typing in MSN, you are prompted MSN address when a customer signs up in the system. <br/>\r\nThe fifth field is special, because if you fill out this field, the same shall be included as an option to enter the system. Eg. if you request a document number, customers can enter with its own document number. <br/>\r\nAll these fields will be requested in optional form to the customer (no fields are compulsory).','Puede ingresar hasta 5 campos personalizados para los datos de sus clientes.\r\nPor ejemplo, si escribe MSN, el sistema solicitará la dirección de MSN cuando un cliente se inscribe en el sistema.<br/>\r\nEl quinto campo es especial, ya que si llena este campo, el mismo se incluirá como una opción de ingreso al sistema. Por ej. si solicita un número de documento, los clientes podrán ingresar con su respectivo número de documento.<br/>\r\nTodos estos campos se solicitarán en forma opcional al cliente (no serán campos obligatorios).'),(56,'Here you can write the next record numbers in each table. <br/>\r\nIt is especially helpful to write what the next invoice number. <br/>\r\nFrom there, the system will begin to be numbered sequentially in each invoice, etc.. <br/>\r\nNote that when you press Send will send the data, but if he returns to the same screen will see not change until it generates a new record. <br/>\r\n\r\nCustomer numbers and product numbers are not generated sequentially but at random, and you can set the number of digits that will each ID. <br/> Eg. if you chose 6, customers will be created with numbers like 494763','Aquí puede escribir los números de los próximos registros en cada tabla.<br/>\r\nEs especialmente útil escribir cual será el próximo número de factura. <br/>\r\nA partir de ahi, el sistema comenzará a numerar en forma secuencial cada factura, etc.<br/>\r\nTenga en cuenta que al presionar Cambiar se enviarán los datos, pero si vuelve a la misma pantalla no verá los cambios hasta que se genere un nuevo registro.<br/><br/>\r\n\r\nLos números de clientes y los números de productos NO se generan en forma secuencial, sino en forma aleatoria, y usted puede fijar el número de dígitos que tendrá cada ID. <br/>Por ej. si elije 6, se crearán clientes con números como 494763 '),(57,'',''),(58,'To prevent anyone with access to centralized ticketing panel, should be set here a code that will be used as parameter of entry into the tickets panel','Para prevenir que cualquiera tenga acceso al panel centralizado de tickets, se debe fijar aquí un código que será usado como parámetro de ingreso al panel de tickets.'),(59,'Specify the number of lines per page to display in the listings of the system.','Especifique la cantidad de líneas por página que desea mostrar en los listados del sistema.'),(60,'Character set to display pages of the system. Metro Help Desk has been modified to work with UTF-8, which allows using the full set of international characters. You can not change this option.','Juego de caracteres para mostrar las páginas del sistema. Metro Help Desk ha sido modificado para funcionar con UTF-8, lo que permite utilizar el conjunto completo de caracteres internacionales. No es posible modificar esta opción.'),(61,'',''),(62,'',''),(63,'',''),(64,'',''),(65,'If you uncheck this option does not show the link to sign up neither allow the registration of new customers in the system.','Si desmarca esta opción, no se mostrará el link para inscribirse ni se permiten las inscripciones de nuevos clientes en el sistema.'),(66,'Select the default country in the list of countries shown in the customer registration form.','Seleccione el país predeterminado en la lista de paises que se muestra en el formulario de inscripción de clientes.'),(67,'Is the length of passwords generated by the system.','Es la longitud de las contraseñas generadas por el sistema.'),(68,'Type the characters allowed in passwords. By default is omitted to avoid confusion similar characters, like the letter O and zero, the letter l and 1, and all the vocals to avoid formation of any unwanted word.','Escriba los caracteres que se permiten en las contraseñas. Por defecto se omiten caracteres similares para evitar confusión, como la letra O y el cero, la letra l y el 1, y todas las vocales para evitar que se forme alguna palabra indeseada.'),(69,'Check this option if you want to display a captcha in forms that are presented to customers who have entered the system with your username and password.','Marque esta opción si desea que se muestre un captcha en los formularios que se presentan a los clientes que han ingresado al sistema con su usuario y contraseña.'),(70,'Check this option if you want to display a captcha in forms that are presented to visitors of your website (persons who have NOT logged into the system.)','Marque esta opción si desea que se muestre un captcha en los formularios que se presentan a los visitantes de su sitio web (personas que NO han iniciado sesión en el sistema).'),(71,'',''),(72,'',''),(73,'Specify the maximum number of consecutive failed attempts to enter the system. Also set the number of seconds that must wait after overcoming the maximum number of attempts to re-enter.','Especifique el número máximo de intentos fallidos consecutivos para ingresar al sistema. También fije el número de segundos que deberá esperar luego de superar el número máximo de intentos, para volver a ingresar.'),(74,'',''),(75,'When you suspend a customer, it can not access your account and you can not register as a new customer for the next 24 hours, using the same PC and same browser. <br/>\r\nTo suspend a client go to the customer account and go to This client > Account > Suspend client.','Cuando usted suspende un cliente, éste no puede ingresar a su cuenta y tampoco podrá inscribirse como nuevo cliente durante las siguientes 24 horas, utilizando la misma PC y el mismo navegador.<br/>\r\nPara suspender un cliente vaya a la cuenta del cliente y vaya a Este cliente > Cuenta > Suspender cliente.'),(76,'When you delete a client, it can not access your account and you can not register as a new customer for the next 24 hours, using the same PC and same browser. <br/>\r\nTo delete a customer go to the customer account and go to This client > Account> Delete client.','Cuando usted elimina un cliente, éste no puede ingresar a su cuenta y tampoco podrá inscribirse como nuevo cliente durante las siguientes 24 horas, utilizando la misma PC y el mismo navegador.<br/>\r\nPara eliminar un cliente vaya a la cuenta del cliente y vaya a Este cliente > Cuenta > Eliminar cliente.'),(77,'',''),(78,'',''),(79,'',''),(80,'',''),(81,'',''),(82,'',''),(83,'',''),(84,'',''),(85,'',''),(86,'',''),(87,'',''),(88,'',''),(89,'',''),(90,'',''),(91,'',''),(92,'',''),(93,'',''),(94,'',''),(95,'',''),(96,'',''),(97,'',''),(98,'',''),(99,'',''),(100,'',''),(101,'',''),(102,'',''),(103,'',''),(104,'Not to make too many consecutive requests to Googles servers, perform the translation into groups of 50 sentences. <br /> Anyway, it is always faster than translating the text manually. <br /> You can then edit the texts for translation does not sound right.','Para no realizar demasiadas peticiones consecutivas a los servidores de Google, realizamos la traducción en grupos de 50 frases.<br />De todas formas, siempre será más rápido que traducir los textos en forma manual.<br />Usted podrá luego editar los textos cuya traducción no le parezca correcta.'),(105,'Refers to the number of phrases that are still untranslated. <br /> You can leave this process at any time. To continue to translate into the future, simply go to Settings, Auto Translation','Se refiere a la cantidad de frases que aun quedan sin traducir.<br />Usted podrá abandonar este proceso cuando lo desee. Para continuar traduciendo en el futuro, simplemente vaya a Configuración, Auto traducción'),(106,'',''),(107,'With the word users we mean people in the companys staff who enter as administrator or technical support. <br /> Depending on the setting, some options are disabled for that user. Only the administrator has full access level to the system.','Con la palabra usuarios nos referimos a las personas del staff de la empresa que ingresan como administrador o soporte técnico.<br />Dependiendo del nivel elegido, algunas opciones no estarán habilitadas para ese usuario. Unicamente el nivel administrador tiene acceso total al sistema.'),(108,'Is the message that is sent to the client when you join the system.','Es el mensaje que se le envía al cliente cuando se inscribe en el sistema.'),(109,'Are data access to the account that is sent to the client when he clicks on the lost password link.','Son los datos de acceso a la cuenta que se envían al cliente cuando éste hace click en el link de contraseña perdida.'),(110,'',''),(111,'',''),(112,'',''),(113,'',''),(114,'',''),(115,'',''),(116,'',''),(117,'',''),(118,'',''),(119,'',''),(120,'',''),(121,'',''),(125,'',''),(122,'',''),(123,'',''),(124,'',''),(130,'By enabling rapid registration, the system will only ask for the email and password, but when the client re-login, will be required to complete their data.','Al permitir la registración rápida, el sistema sólo solicitará el email y la contraseña, pero cuando el cliente vuelva a ingresar al sistema se le solicitará que complete sus datos.'),(126,'',''),(127,'',''),(128,'',''),(129,'',''),(131,'Enter the ID number for Google Analytics (example: UA-1111111-1','Ingrese el número de ID para Google Analytics (ejemplo: UA-1111111-1)'),(132,'Write your timezone','Escriba su zona horaria'); /*!40000 ALTER TABLE `hd_tips` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hd_users` -- DROP TABLE IF EXISTS `hd_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `hd_users` ( `name` varchar(12) NOT NULL default '', `password` varchar(50) NOT NULL default '', `access` int(11) NOT NULL default '3', `depid` int(11) NOT NULL default '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `hd_users` -- LOCK TABLES `hd_users` WRITE; /*!40000 ALTER TABLE `hd_users` DISABLE KEYS */; INSERT INTO `hd_users` VALUES ('admin','21232f297a57a5a743894a0e4a801fc3',4,0); /*!40000 ALTER TABLE `hd_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `html_contents_table` -- DROP TABLE IF EXISTS `html_contents_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `html_contents_table` ( `html_content_id` int(10) NOT NULL auto_increment, `html_content_name` varchar(255) NOT NULL, `html_content` mediumtext NOT NULL, PRIMARY KEY (`html_content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `html_contents_table` -- LOCK TABLES `html_contents_table` WRITE; /*!40000 ALTER TABLE `html_contents_table` DISABLE KEYS */; /*!40000 ALTER TABLE `html_contents_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ip2nation` -- DROP TABLE IF EXISTS `ip2nation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ip2nation` ( `ip` int(11) unsigned NOT NULL default '0', `country` char(2) NOT NULL default '', KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ip2nation` -- LOCK TABLES `ip2nation` WRITE; /*!40000 ALTER TABLE `ip2nation` DISABLE KEYS */; INSERT INTO `ip2nation` VALUES (0,'us'),(687865856,'za'),(689963008,'eg'),(691011584,'za'),(691666944,'ng'),(691732480,'tz'),(691798016,'zm'),(691863552,'za'),(691929088,'sn'),(691994624,'zm'),(692043776,'na'),(692060160,'eg'),(692191232,'ci'),(692207616,'za'),(692240384,'gh'),(692256768,'sd'),(692273152,'eg'),(692289536,'ng'),(692305920,'cm'),(692322304,'eg'),(692453376,'mw'),(692486144,'ao'),(692518912,'za'),(692551680,'ng'),(692584448,'ao'),(692600832,'eg'),(692609024,'zm'),(692617216,'za'),(692625408,'ke'),(692641792,'ga'),(692649984,'ng'),(692658176,'za'),(692666368,'tz'),(692674560,'ml'),(692682752,'ng'),(692690944,'tz'),(692707328,'ng'),(692715520,'bj'),(692719616,'mg'),(692723712,'td'),(692727808,'bw'),(692731904,'ly'),(692736000,'gh'),(692740096,'za'),(692744192,'tz'),(692748288,'cv'),(692752384,'za'),(692756480,'rw'),(692760576,'za'),(692768768,'mg'),(692830208,'ng'),(692834304,'tz'),(692838400,'za'),(692842496,'zm'),(692846592,'mz'),(692848640,'gm'),(692850688,'ls'),(692852736,'gh'),(692854784,'za'),(692856832,'mu'),(692858880,'mw'),(692860928,'za'),(692862976,'ng'),(692869120,'tz'),(692875264,'za'),(692877312,'ga'),(692879360,'za'),(692881408,'cg'),(692883456,'mz'),(692885504,'ng'),(692887552,'ug'),(692889600,'ke'),(692891648,'za'),(692893696,'ke'),(692895744,'ng'),(692897792,'za'),(692969472,'tz'),(692973568,'mz'),(692975616,'eg'),(692977664,'tz'),(692978688,'za'),(692979712,'ng'),(692981760,'ao'),(692982784,'eg'),(692983808,'ke'),(692984832,'za'),(692987904,'gh'),(692989952,'bf'),(692992000,'mw'),(692993024,'eg'),(692994048,'tz'),(692995072,'sl'),(692996096,'so'),(692997120,'zw'),(692998144,'ng'),(692999168,'sl'),(693000192,'ng'),(693001216,'bw'),(693002240,'ga'),(693003264,'ng'),(693004288,'cd'),(693005312,'sd'),(693006336,'zm'),(693007360,'ne'),(693008384,'cf'),(693009408,'gh'),(693010432,'za'),(693011456,'sz'),(693012480,'tg'),(693013504,'za'),(693014528,'gh'),(693015552,'eg'),(693016576,'ga'),(693017600,'ng'),(693018624,'ug'),(693101568,'ke'),(693102592,'cd'),(693103616,'gn'),(693104640,'za'),(693105664,'mz'),(693106688,'tz'),(693107712,'ke'),(693239808,'sn'),(693370880,'za'),(693501952,'lr'),(693510144,'sc'),(693518336,'za'),(693534720,'ng'),(693542912,'tz'),(693551104,'za'),(693559296,'bj'),(693567488,'mw'),(693575680,'ke'),(693583872,'ng'),(693592064,'mu'),(693624832,'za'),(693633024,'eg'),(693698560,'ke'),(693829632,'eg'),(693895168,'ma'),(693927936,'cm'),(693960704,'tz'),(693993472,'gh'),(694026240,'mz'),(694091776,'sd'),(694157312,'dz'),(695205888,'za'),(696254464,'eg'),(696516608,'za'),(696778752,'mu'),(696844288,'ma'),(696909824,'ug'),(696918016,'ne'),(696926208,'za'),(696928256,'bw'),(696930304,'rw'),(696932352,'bj'),(696933376,'tz'),(696934400,'bf'),(696942592,'mr'),(696950784,'ng'),(696958976,'tz'),(696963072,'ug'),(696967168,'mz'),(696971264,'ke'),(696975360,'gh'),(696991744,'ng'),(697008128,'ke'),(697040896,'ma'),(697303040,'za'),(697827328,'eg'),(697958400,'za'),(698023936,'ng'),(698056704,'eg'),(698089472,'za'),(698220544,'ga'),(698351616,'za'),(699400192,'eg'),(699465728,'za'),(699531264,'eg'),(699662336,'za'),(699793408,'na'),(699858944,'za'),(699924480,'ng'),(699990016,'za'),(700055552,'rw'),(700121088,'eg'),(700186624,'mg'),(700203008,'mr'),(700219392,'tz'),(700235776,'za'),(700252160,'ng'),(700260352,'ci'),(700268544,'za'),(700276736,'ci'),(700284928,'gh'),(700293120,'eg'),(700301312,'cd'),(700309504,'dj'),(700317696,'ng'),(700325888,'zw'),(700334080,'bj'),(700335104,'gh'),(700336128,'cg'),(700338176,'cd'),(700339200,'na'),(700340224,'gh'),(700341248,'mw'),(700342272,'na'),(700350464,'ug'),(700358656,'mz'),(700366848,'ug'),(700375040,'cm'),(700376064,'ne'),(700377088,'ke'),(700378112,'mg'),(700379136,'ng'),(700380160,'bw'),(700381184,'eg'),(700382208,'ke'),(700383232,'eg'),(700399616,'ao'),(700400640,'ci'),(700401664,'mz'),(700402688,'ug'),(700403712,'eg'),(700404736,'bj'),(700405760,'za'),(700406784,'tz'),(700407808,'gh'),(700408832,'cm'),(700409856,'lr'),(700410880,'ng'),(700411904,'ke'),(700412928,'zm'),(700413952,'sc'),(700414976,'za'),(700432384,'ke'),(700434432,'ls'),(700436480,'ug'),(700438528,'ke'),(700442624,'zw'),(700444672,'gh'),(700446720,'sl'),(700447744,'dz'),(700448768,'za'),(700710912,'eg'),(700776448,'rw'),(700841984,'za'),(700907520,'eg'),(700973056,'dz'),(701104128,'gh'),(701112320,'za'),(701120512,'ci'),(701145088,'sd'),(701153280,'cm'),(701161472,'ug'),(701169664,'za'),(701186048,'ng'),(701202432,'ne'),(701210624,'za'),(701214720,'ls'),(701218816,'ml'),(701222912,'ke'),(701227008,'bf'),(701231104,'sc'),(701235200,'sz'),(701243392,'gh'),(701251584,'cm'),(701259776,'mg'),(701267968,'tz'),(701276160,'ke'),(701284352,'za'),(701292544,'ng'),(701300736,'cm'),(701308928,'ao'),(701317120,'cm'),(701325312,'eg'),(701333504,'na'),(701341696,'ng'),(701349888,'ma'),(701358080,'sl'),(701366272,'ng'),(701374464,'ke'),(701382656,'ci'),(701399040,'eg'),(701407232,'za'),(701423616,'ng'),(701431808,'ci'),(701440000,'mg'),(701448192,'ke'),(701464576,'mu'),(701472768,'tg'),(701480960,'ci'),(701489152,'za'),(701513728,'ly'),(701530112,'sn'),(701546496,'za'),(701562880,'ke'),(701579264,'sd'),(701595648,'dz'),(701612032,'eg'),(701628416,'gh'),(701644800,'dz'),(701661184,'ug'),(701677568,'ao'),(701693952,'gh'),(701702144,'sz'),(701710336,'mu'),(701718528,'cm'),(701726720,'ga'),(701743104,'ng'),(701759488,'ke'),(701792256,'mu'),(701825024,'za'),(701857792,'re'),(701890560,'sn'),(701923328,'ma'),(701956096,'ke'),(701992960,'sz'),(701997056,'gh'),(702001152,'zm'),(702005248,'ke'),(702009344,'cv'),(702013440,'ke'),(702015488,'za'),(702017536,'eg'),(702018560,'ng'),(702019584,'rw'),(702020608,'cd'),(702021632,'zm'),(702029824,'bj'),(702038016,'zm'),(702046208,'rw'),(702054400,'za'),(702058496,'bf'),(702062592,'ng'),(702066688,'cm'),(702070784,'za'),(702074880,'bw'),(702076928,'tz'),(702078976,'ma'),(702080000,'mw'),(702081024,'ng'),(702082048,'ao'),(702087168,'ng'),(702119936,'cm'),(702128128,'eg'),(702136320,'za'),(702137344,'mg'),(702138368,'tz'),(702139392,'ng'),(702140416,'mz'),(702141440,'mu'),(702142464,'mw'),(702143488,'ke'),(702144512,'eg'),(702146560,'ug'),(702148608,'za'),(702150656,'zm'),(702152704,'sd'),(702169088,'na'),(702185472,'eg'),(702201856,'gh'),(702218240,'sn'),(702234624,'na'),(702251008,'ng'),(702283776,'ug'),(702287872,'zw'),(702291968,'mz'),(702296064,'gh'),(702300160,'ng'),(702304256,'sl'),(702308352,'sc'),(702312448,'ke'),(702316544,'tz'),(702320640,'dz'),(702324736,'mz'),(702328832,'tz'),(702332928,'mz'),(702337024,'ug'),(702341120,'ke'),(702349312,'za'),(702353408,'dz'),(702357504,'tz'),(702365696,'mz'),(702369792,'ug'),(702373888,'mw'),(702377984,'ng'),(702382080,'eg'),(702386176,'zw'),(702390272,'ng'),(702394368,'ml'),(702398464,'cv'),(702402560,'gh'),(702406656,'za'),(702410752,'ao'),(702414848,'ug'),(702416896,'ke'),(702418944,'zm'),(702420992,'tz'),(702423040,'za'),(702425088,'ng'),(702427136,'za'),(702429184,'tz'),(702431232,'ng'),(702435328,'mz'),(702437376,'tz'),(702439424,'mu'),(702441472,'za'),(702443520,'gq'),(702445568,'ke'),(702447616,'eg'),(702449664,'za'),(702451712,'ng'),(702453760,'tz'),(702455808,'ke'),(702457856,'eg'),(702459904,'tz'),(702461952,'mw'),(702464000,'bj'),(702465024,'cd'),(702467072,'sc'),(702468096,'ng'),(702469120,'za'),(702470144,'cd'),(702471168,'za'),(702474240,'gh'),(702475264,'ao'),(702476288,'zm'),(702477312,'rw'),(702478336,'ao'),(702481408,'tz'),(702482432,'za'),(702484480,'tz'),(702485504,'eg'),(702487552,'cm'),(702488576,'za'),(702490624,'ao'),(702493696,'eg'),(702494720,'ke'),(702495744,'za'),(702496768,'ng'),(702497792,'za'),(702498816,'bw'),(702499840,'mu'),(702500864,'na'),(702501888,'ug'),(702502912,'sl'),(702505984,'ao'),(702507008,'cd'),(702508032,'ke'),(702510080,'zm'),(702511104,'za'),(702512128,'mz'),(702513152,'ng'),(702514176,'sl'),(702515200,'ng'),(702516224,'bw'),(702517248,'ng'),(702518272,'ke'),(702519296,'mz'),(702520320,'ao'),(702521344,'sd'),(702522368,'ao'),(702523392,'ng'),(702524416,'za'),(702525440,'dz'),(702526464,'tz'),(702527488,'cf'),(702531584,'sd'),(702532608,'sc'),(702533632,'ci'),(702534656,'gm'),(702535680,'sc'),(702536704,'mu'),(702537728,'rw'),(702538752,'tz'),(702539776,'bf'),(702540800,'mu'),(702541824,'eg'),(702542848,'za'),(702543872,'bj'),(702544896,'mu'),(702545920,'tn'),(703070208,'eg'),(703594496,'za'),(704118784,'ma'),(704380928,'ly'),(1040728064,'ke'),(1040998400,'eg'),(1041784832,'ke'),(1044652032,'ly'),(1044701184,'eg'),(1047658496,'eg'),(1047863296,'eg'),(1049034752,'eg'),(1049296896,'eg'),(1049378816,'eg'),(1051533312,'ng'),(1052852224,'eg'),(1052876800,'ng'),(1055924224,'ly'),(1055940608,'eg'),(1056014336,'eg'),(1056669696,'ma'),(1077506048,'ls'),(1107820544,'za'),(1108492288,'za'),(1161773056,'sz'),(1162027008,'za'),(1306263552,'ke'),(1346920448,'ke'),(1347133440,'eg'),(1347895296,'gh'),(1357955072,'ke'),(1358299136,'dz'),(1358430208,'ng'),(1358446592,'tg'),(1358512128,'dz'),(1358569472,'ng'),(1359216640,'eg'),(1359609856,'eg'),(1360355328,'eg'),(1360412672,'dz'),(1360674816,'dz'),(1360879616,'eg'),(1364975616,'bj'),(1371537408,'ma'),(1382383616,'dz'),(1384120320,'ng'),(1384218624,'eg'),(1385644032,'mr'),(1388937216,'eg'),(1401886720,'bw'),(1411645440,'eg'),(1422745600,'eg'),(1424556032,'eg'),(1476354048,'ke'),(2308833280,'za'),(2312503296,'za'),(2335506432,'za'),(2407530496,'za'),(2409627648,'za'),(2453667840,'za'),(2458714112,'za'),(2461401088,'za'),(2464546816,'za'),(2473459712,'za'),(2557083648,'za'),(2610888704,'za'),(2615672832,'za'),(2617769984,'za'),(2691891200,'za'),(2742616064,'eg'),(2747465728,'za'),(2757230592,'za'),(2761031680,'za'),(2761621504,'za'),(2768437248,'za'),(2768764928,'za'),(2769879040,'za'),(2777612288,'za'),(2779054080,'za'),(2780037120,'za'),(2783379456,'gn'),(2783510528,'za'),(2790588416,'za'),(2823553024,'za'),(2823815168,'za'),(2824404992,'za'),(2826960896,'za'),(2827878400,'za'),(2828730368,'za'),(2829320192,'za'),(2829516800,'bw'),(2829844480,'za'),(2832072704,'za'),(2832269312,'za'),(2843803648,'za'),(2848587776,'za'),(3223390720,'za'),(3224003328,'za'),(3224435968,'za'),(3224692736,'dz'),(3225717248,'tn'),(3225873664,'za'),(3226635776,'za'),(3226792960,'za'),(3227401472,'za'),(3227439616,'za'),(3227447296,'za'),(3227448832,'za'),(3227517184,'za'),(3227779328,'za'),(3227880960,'eg'),(3227912448,'za'),(3228430848,'za'),(3230005760,'za'),(3230152448,'bf'),(3231563264,'za'),(3233588224,'ga'),(3233630976,'za'),(3233647360,'ga'),(3236429312,'za'),(3237319680,'dz'),(3237726720,'gh'),(3239171840,'cm'),(3239307264,'eg'),(3240727040,'dz'),(3244228608,'tn'),(3245086464,'gh'),(3245087744,'gh'),(3245135360,'ug'),(3245145088,'ug'),(3245163008,'ke'),(3245238272,'cd'),(3250325248,'ma'),(3250388992,'ng'),(3250421760,'ng'),(3250716928,'ma'),(3250724864,'ma'),(3250733056,'dz'),(3250749440,'gh'),(3250757632,'gh'),(3252541952,'ci'),(3252879360,'eg'),(3252912128,'eg'),(3255230464,'ma'),(3255386112,'ke'),(3255390720,'ke'),(3259981824,'eg'),(3268198400,'ma'),(3273150464,'dz'),(3273179136,'cm'),(3274168832,'dz'),(3282493440,'ng'),(3284811776,'ke'),(3286923264,'cm'),(3286935552,'eg'),(3286939904,'eg'),(3286957056,'eg'),(3287687168,'eg'),(3288334336,'ug'),(3288399872,'mu'),(3288400896,'ke'),(3288401664,'mu'),(3288401920,'za'),(3288403712,'mu'),(3288403968,'za'),(3288406528,'ke'),(3288407040,'na'),(3288408064,'za'),(3288413184,'tz'),(3288414208,'za'),(3288418048,'za'),(3288418816,'za'),(3288423424,'sn'),(3288425728,'za'),(3288429312,'za'),(3288429568,'gh'),(3288430336,'eg'),(3288430592,'sc'),(3288432640,'za'),(3288433408,'ke'),(3288434944,'gh'),(3288436480,'eg'),(3288436736,'za'),(3288444928,'ng'),(3288449024,'sd'),(3288465920,'za'),(3288466176,'mu'),(3288467456,'bi'),(3288469504,'za'),(3288485888,'ma'),(3288489984,'za'),(3288514560,'eg'),(3288534528,'eg'),(3288545536,'za'),(3288545792,'ke'),(3288546304,'ng'),(3288547328,'gh'),(3288553984,'cm'),(3288554496,'za'),(3288555008,'na'),(3288555520,'mz'),(3288557824,'za'),(3288558336,'za'),(3288558848,'mu'),(3288559104,'za'),(3288568832,'za'),(3288570368,'za'),(3288577024,'ng'),(3288588288,'za'),(3288614656,'za'),(3288616960,'zw'),(3288617216,'za'),(3288661760,'ls'),(3288662016,'za'),(3288727552,'mu'),(3288727808,'za'),(3289041408,'ng'),(3289041664,'za'),(3289086976,'sz'),(3289087232,'za'),(3289123328,'na'),(3289123584,'eg'),(3289123840,'zm'),(3289124864,'za'),(3289153536,'rw'),(3289169920,'ma'),(3289186560,'za'),(3289229312,'sz'),(3289229824,'za'),(3289333760,'za'),(3289645056,'na'),(3289653248,'eg'),(3289661440,'dz'),(3289677824,'mu'),(3289710592,'za'),(3289777408,'eg'),(3289777664,'ng'),(3289777920,'eg'),(3289778176,'cd'),(3289779200,'gw'),(3289780224,'za'),(3289788416,'mz'),(3289792512,'za'),(3289809408,'eg'),(3289809664,'ke'),(3289809920,'za'),(3289812992,'mu'),(3289817088,'za'),(3290120192,'mu'),(3290128384,'zw'),(3290169344,'za'),(3290171136,'sz'),(3290171392,'za'),(3290171904,'ng'),(3290172160,'ke'),(3290172416,'za'),(3290185728,'za'),(3290226688,'mz'),(3290230784,'bf'),(3290234880,'za'),(3290243072,'zw'),(3290245120,'dz'),(3290247168,'tz'),(3290259456,'gh'),(3290267648,'za'),(3290275840,'sd'),(3290284032,'ao'),(3290288128,'ng'),(3290292224,'gh'),(3290296320,'za'),(3290456064,'mz'),(3290460160,'ml'),(3290472448,'za'),(3290480640,'ao'),(3290482688,'cf'),(3290484736,'za'),(3290486784,'sc'),(3290488832,'ng'),(3290489344,'ke'),(3290489856,'eg'),(3290497024,'za'),(3290980352,'za'),(3291029504,'tz'),(3291045888,'za'),(3291078656,'dz'),(3291152384,'za'),(3291168768,'tz'),(3291176960,'zw'),(3291185152,'ug'),(3291217920,'za'),(3291230208,'gh'),(3291234304,'za'),(3291242496,'gh'),(3291250688,'na'),(3291258880,'tz'),(3291262976,'zw'),(3291267072,'za'),(3291279360,'rw'),(3291283456,'na'),(3291287552,'za'),(3291291648,'tz'),(3291295744,'ng'),(3291299840,'za'),(3291316224,'tz'),(3291324416,'ao'),(3291325440,'bw'),(3291326464,'za'),(3291330560,'tz'),(3291331584,'mw'),(3291332608,'za'),(3291348992,'mz'),(3291353088,'ke'),(3291353344,'eg'),(3291353600,'zm'),(3291354112,'ng'),(3291354368,'ao'),(3291354624,'eg'),(3291354880,'za'),(3291355136,'eg'),(3291355392,'za'),(3291355648,'eg'),(3291355904,'ng'),(3291356160,'na'),(3291356416,'eg'),(3291356672,'za'),(3291357184,'mu'),(3291365376,'za'),(3291367424,'ao'),(3291369472,'gh'),(3291373568,'tz'),(3291377664,'za'),(3291379712,'tz'),(3291380736,'zm'),(3291381760,'tz'),(3291383808,'za'),(3291385856,'ng'),(3291386880,'sc'),(3291387904,'bj'),(3291388928,'ga'),(3291389952,'za'),(3291397120,'eg'),(3291398144,'zm'),(3291406336,'za'),(3291408384,'gm'),(3291410432,'ng'),(3291412480,'dz'),(3291414528,'za'),(3291447296,'ci'),(3300917248,'mu'),(3300925440,'mg'),(3300933632,'mu'),(3301441536,'za'),(3301445632,'ke'),(3301453824,'ml'),(3301457920,'ng'),(3301462016,'ml'),(3301466112,'er'),(3301470208,'ng'),(3301474304,'ma'),(3301494784,'mu'),(3301507328,'zw'),(3301507584,'gh'),(3301507840,'eg'),(3301508096,'mw'),(3301508608,'za'),(3301510144,'mw'),(3301511168,'zw'),(3301513216,'eg'),(3301515264,'gh'),(3301523456,'ci'),(3301539840,'ke'),(3301548032,'gh'),(3301556224,'dj'),(3301560320,'ke'),(3301568512,'eg'),(3301605376,'sd'),(3301621760,'ke'),(3301632000,'cm'),(3301634048,'ls'),(3301636096,'za'),(3301637120,'ao'),(3301638144,'tn'),(3301703680,'eg'),(3301834752,'ma'),(3301900288,'ng'),(3301904384,'ke'),(3301908480,'za'),(3301912576,'mu'),(3301949440,'sn'),(3301965824,'za'),(3302490624,'mu'),(3302492160,'mw'),(3302494208,'za'),(3302498304,'na'),(3302506496,'ke'),(3302525952,'eg'),(3302526976,'ng'),(3302529024,'za'),(3302530048,'tn'),(3302531072,'cf'),(3302531328,'ao'),(3302531584,'tz'),(3302531840,'bw'),(3302532096,'na'),(3302533120,'mu'),(3302533632,'za'),(3302533888,'mu'),(3302534144,'za'),(3302535168,'ug'),(3302536192,'gh'),(3302537216,'ng'),(3302552576,'tz'),(3302552832,'ke'),(3302553088,'eg'),(3302553344,'tz'),(3302553600,'ao'),(3302554112,'za'),(3302554368,'ng'),(3302554624,'eg'),(3302554880,'ng'),(3302555136,'mu'),(3302555392,'ng'),(3302555648,'ma'),(3302621184,'eg'),(3302752256,'ng'),(3302760448,'za'),(3302817792,'eg'),(3302883328,'mu'),(3302949120,'ao'),(3302949376,'zm'),(3302949632,'bi'),(3302949888,'ci'),(3302950144,'tz'),(3302950656,'eg'),(3302950912,'za'),(3302951424,'sl'),(3302951680,'ke'),(3302951936,'rw'),(3302952192,'ao'),(3302952448,'za'),(3302952960,'eg'),(3305111552,'tn'),(3315597312,'eg'),(3318218752,'dz'),(3319791616,'mu'),(3320053760,'za'),(3321886720,'mu'),(3325427968,'za'),(3356493824,'za'),(3397058560,'mu'),(3423371264,'za'),(3428299520,'za'),(3432517120,'na'),(3437961216,'za'),(3449769728,'za'),(3470755840,'za'),(3519741952,'za'),(3520356352,'za'),(3556802560,'sd'),(3557613568,'eg'),(3558252544,'ke'),(3559997440,'ke'),(3560210432,'bf'),(3560718336,'gm'),(3562389504,'gh'),(3562561536,'ug'),(3563061248,'gh'),(3563339776,'ng'),(3563560960,'eg'),(3564822528,'eg'),(3570991104,'ma'),(3577167872,'et'),(3582148608,'eg'),(3582484480,'ci'),(3583197184,'ke'),(3583401984,'ke'),(3583418368,'tn'),(3583426560,'ci'),(3583524864,'eg'),(3583647744,'eg'),(3583655936,'sn'),(3583942656,'eg'),(3585318912,'dz'),(3585466368,'eg'),(3586203648,'za'),(3587489792,'eg'),(3589734400,'eg'),(3590291456,'eg'),(3639390208,'za'),(3641593856,'ng'),(3642023936,'eg'),(3642060800,'ke'),(3642589184,'eg'),(3644063744,'eg'),(3644874752,'ml'),(3645718528,'ga'),(3648323584,'ng'),(3649765376,'eg'),(3651833856,'ml'),(3653734400,'ke'),(16777216,'au'),(17367040,'my'),(17435136,'au'),(17498112,'kr'),(17563648,'cn'),(17825792,'kr'),(18153472,'jp'),(18219008,'in'),(18350080,'cn'),(18939904,'jp'),(19005440,'tw'),(19136512,'hk'),(19267584,'in'),(19398656,'au'),(19726336,'cn'),(19791872,'th'),(19922944,'cn'),(20054016,'ap'),(20119552,'cn'),(20185088,'vn'),(20447232,'cn'),(20971520,'hk'),(21102592,'jp'),(21233664,'cn'),(21495808,'jp'),(22020096,'cn'),(23068672,'kr'),(24117248,'jp'),(24379392,'cn'),(24641536,'au'),(27262976,'tw'),(28311552,'kr'),(28442624,'au'),(28573696,'cn'),(28966912,'in'),(29097984,'cn'),(29884416,'ap'),(29949952,'kr'),(30015488,'cn'),(30408704,'kr'),(235012096,'au'),(235405312,'jp'),(236978176,'kr'),(241434624,'sg'),(241500160,'jp'),(241631232,'cn'),(243269632,'ap'),(243335168,'kr'),(245366784,'vn'),(247529472,'jp'),(249561088,'vn'),(452984832,'jp'),(452985856,'my'),(452986880,'sg'),(452987904,'vn'),(452988928,'jp'),(452997120,'in'),(453001216,'au'),(453017600,'jp'),(453050368,'kr'),(453115904,'vn'),(453246976,'in'),(453509120,'cn'),(455081984,'au'),(455213056,'np'),(455245824,'jp'),(455258112,'sg'),(455262208,'jp'),(455270400,'au'),(455274496,'in'),(455278592,'kr'),(455344128,'cn'),(456130560,'in'),(456261632,'ph'),(456262656,'in'),(456263680,'np'),(456264704,'jp'),(456265728,'id'),(456269824,'hk'),(456273920,'au'),(456294400,'cn'),(456327168,'tw'),(456523776,'sg'),(456540160,'au'),(456548352,'jp'),(456553472,'my'),(456554496,'pk'),(456555520,'jp'),(456556544,'au'),(456560640,'in'),(456572928,'cn'),(456589312,'th'),(456654848,'in'),(457179136,'vn'),(458227712,'jp'),(459282432,'tk'),(459284480,'jp'),(459292672,'nz'),(459294720,'jp'),(459297792,'in'),(459298816,'pk'),(459300864,'sg'),(459309056,'kr'),(459325440,'au'),(459341824,'in'),(459407360,'jp'),(459456512,'hk'),(459460608,'cn'),(459472896,'au'),(459540480,'jp'),(459541504,'in'),(459542528,'hk'),(459544576,'au'),(459546624,'jp'),(459547648,'cn'),(459548672,'th'),(459550720,'jp'),(459554816,'tw'),(459571200,'kr'),(459735040,'cn'),(459800576,'sg'),(459866112,'tw'),(459931648,'in'),(459964416,'cn'),(459980800,'au'),(459984896,'jp'),(459986944,'ph'),(459988992,'jp'),(459997184,'in'),(460062720,'ph'),(460128256,'in'),(460144640,'ph'),(460152832,'jp'),(460154880,'sg'),(460155904,'au'),(460156928,'kh'),(460158976,'jp'),(460160000,'id'),(460161024,'mo'),(460193792,'jp'),(460210176,'hk'),(460214272,'my'),(460218368,'jp'),(460224512,'nz'),(460226560,'ph'),(460259328,'au'),(460261376,'kh'),(460262400,'nz'),(460263424,'np'),(460267520,'id'),(460275712,'au'),(460277760,'pg'),(460278784,'jp'),(460279808,'au'),(460283904,'kr'),(460292096,'jp'),(460300288,'hk'),(460312576,'sg'),(460320768,'au'),(460324864,'cn'),(460341248,'id'),(460343296,'au'),(460344320,'id'),(460345344,'cn'),(460349440,'au'),(460351488,'jp'),(460353536,'th'),(460355584,'in'),(460356608,'jp'),(460357632,'kr'),(460423168,'cn'),(460439552,'jp'),(460451840,'au'),(460453888,'jp'),(460454912,'in'),(460455936,'jp'),(460488704,'mv'),(460505088,'sg'),(460521472,'cn'),(460554240,'kr'),(460587008,'jp'),(460591104,'in'),(460593152,'jp'),(460595200,'in'),(460596224,'au'),(460597248,'jp'),(460598272,'cn'),(460599296,'in'),(460601344,'af'),(460602368,'kh'),(460603392,'kr'),(460718080,'jp'),(460722176,'vn'),(460726272,'in'),(460734464,'kr'),(461373440,'cn'),(461504512,'th'),(461570048,'id'),(461572096,'jp'),(461573120,'bd'),(461574144,'jp'),(461578240,'my'),(461586432,'au'),(461602816,'th'),(461619200,'jp'),(461623296,'in'),(461625344,'au'),(461626368,'cn'),(461627392,'jp'),(461633536,'id'),(461635584,'jp'),(462422016,'cn'),(462487552,'th'),(462553088,'my'),(462618624,'tw'),(462635008,'jp'),(462651392,'bd'),(462684160,'cn'),(463470592,'kr'),(465043456,'cn'),(467927040,'jp'),(468189184,'kr'),(468713472,'tw'),(469237760,'in'),(469499904,'nz'),(469630976,'th'),(469696512,'pk'),(469712896,'kr'),(469729280,'in'),(721420288,'jp'),(973078528,'jp'),(973209600,'in'),(973275136,'jp'),(973471744,'au'),(973602816,'th'),(973864960,'jp'),(973996032,'cn'),(974782464,'my'),(974880768,'pk'),(974913536,'nz'),(974979072,'kr'),(975044608,'cn'),(977272832,'th'),(977305600,'hk'),(977338368,'sg'),(977346560,'jp'),(977354752,'kr'),(977371136,'pk'),(977395712,'bd'),(977399808,'id'),(977401856,'au'),(977403904,'cn'),(977534976,'in'),(977567744,'cn'),(977600512,'ph'),(977666048,'jp'),(977731584,'ph'),(977764352,'my'),(977797120,'kr'),(978321408,'jp'),(978452480,'cn'),(978583552,'jp'),(978599936,'au'),(978640896,'nz'),(978649088,'jp'),(978714624,'tw'),(978780160,'au'),(978784256,'jp'),(978788352,'kr'),(978796544,'cn'),(978812928,'jp'),(979369984,'au'),(979435520,'th'),(979501056,'jp'),(979566592,'tw'),(979599360,'cn'),(979763200,'kr'),(979894272,'au'),(980418560,'jp'),(980549632,'tw'),(980680704,'cn'),(980942848,'kr'),(981467136,'cn'),(981991424,'th'),(982122496,'jp'),(982171648,'kr'),(982188032,'my'),(982253568,'kr'),(982515712,'cn'),(982581248,'kr'),(982614016,'au'),(982622208,'jp'),(982624256,'id'),(982628352,'bd'),(982630400,'sg'),(982646784,'jp'),(982671360,'in'),(982679552,'sg'),(982695936,'kr'),(982712320,'th'),(982745088,'af'),(982753280,'jp'),(982755328,'bd'),(982759424,'id'),(982761472,'jp'),(982777856,'kr'),(983040000,'hk'),(983171072,'cn'),(983302144,'jp'),(983564288,'au'),(984612864,'hk'),(984743936,'au'),(984875008,'kr'),(984956928,'au'),(984965120,'pk'),(984973312,'th'),(985006080,'sg'),(985071616,'jp'),(985137152,'kr'),(985202688,'sg'),(985268224,'vn'),(985399296,'jp'),(985661440,'cn'),(987758592,'kr'),(988807168,'cn'),(989855744,'kr'),(991952896,'cn'),(995360768,'jp'),(995532800,'au'),(995540992,'kr'),(995557376,'jp'),(995622912,'in'),(996409344,'au'),(996605952,'pk'),(996671488,'tw'),(996802560,'jp'),(996868096,'cn'),(997195776,'tw'),(998244352,'jp'),(999292928,'in'),(999424000,'jp'),(999555072,'hk'),(999686144,'kr'),(999751680,'cn'),(999784448,'jp'),(999800832,'kr'),(999817216,'bd'),(999849984,'kr'),(999866368,'hk'),(999882752,'jp'),(999948288,'au'),(1000013824,'cn'),(1000079360,'jp'),(1000341504,'in'),(1000734720,'jp'),(1000800256,'au'),(1000865792,'jp'),(1001127936,'cn'),(1001390080,'in'),(1002045440,'kr'),(1002176512,'hk'),(1002242048,'sg'),(1002307584,'jp'),(1002373120,'cn'),(1002405888,'jp'),(1002422272,'au'),(1002434560,'cn'),(1008730112,'jp'),(1009778688,'my'),(1010237440,'cn'),(1010302976,'jp'),(1010761728,'cn'),(1010827264,'jp'),(1017118720,'cn'),(1019215872,'jp'),(1019346944,'cn'),(1019478016,'kr'),(1019609088,'tw'),(1019740160,'cn'),(1021313024,'au'),(1021837312,'cn'),(1021968384,'nz'),(1022033920,'cn'),(1022099456,'jp'),(1022361600,'au'),(1022558208,'in'),(1022623744,'tw'),(1022722048,'cn'),(1022885888,'tw'),(1023148032,'cn'),(1023238144,'id'),(1023246336,'cn'),(1023279104,'in'),(1023311872,'us'),(1023328256,'jp'),(1023344640,'cn'),(1023410176,'in'),(1023672320,'hk'),(1023692800,'cn'),(1023696896,'my'),(1023705088,'jp'),(1023717376,'cn'),(1023721472,'kr'),(1023737856,'id'),(1023770624,'pk'),(1023778816,'kr'),(1023791104,'nc'),(1023795200,'jp'),(1023803392,'my'),(1023852544,'bn'),(1023868928,'jp'),(1023901696,'th'),(1023934464,'au'),(1023950848,'id'),(1023954944,'jp'),(1023959040,'au'),(1023967232,'in'),(1023975424,'cn'),(1023979520,'au'),(1023983616,'sg'),(1024000000,'ph'),(1024032768,'au'),(1024065536,'hk'),(1024131072,'in'),(1024163840,'jp'),(1024184320,'my'),(1024196608,'in'),(1024229376,'jp'),(1024262144,'sg'),(1024327680,'ap'),(1024344064,'sg'),(1024352256,'au'),(1024360448,'ap'),(1024376832,'ph'),(1024393216,'hk'),(1024458752,'sg'),(1024491520,'in'),(1024589824,'hk'),(1024655360,'th'),(1024720896,'tw'),(1024786432,'jp'),(1025245184,'cn'),(1025277952,'ph'),(1025294336,'au'),(1025302528,'vn'),(1025310720,'au'),(1025343488,'cn'),(1025376256,'tw'),(1025507328,'kr'),(1026293760,'jp'),(1026392064,'cn'),(1026408448,'jp'),(1026422784,'ap'),(1026424832,'jp'),(1026490368,'th'),(1026523136,'cn'),(1026539520,'kr'),(1026555904,'cn'),(1027080192,'tw'),(1027866624,'au'),(1027997696,'tw'),(1028128768,'kr'),(1029046272,'jp'),(1029144576,'sg'),(1029160960,'cn'),(1029177344,'au'),(1029242880,'jp'),(1029308416,'th'),(1029439488,'hk'),(1029570560,'id'),(1029636096,'au'),(1029668864,'in'),(1029701632,'kr'),(1030750208,'jp'),(1031798784,'cn'),(1035993088,'jp'),(1037565952,'tw'),(1038614528,'cn'),(1039007744,'hk'),(1039138816,'cn'),(1039400960,'hk'),(1039466496,'jp'),(1039499264,'au'),(1039507456,'lk'),(1039515648,'jp'),(1039523840,'kr'),(1039532032,'in'),(1039597568,'id'),(1039613952,'kr'),(1039638528,'tw'),(1039646720,'kr'),(1039654912,'in'),(1039663104,'kr'),(1845493760,'jp'),(1845755904,'hk'),(1845764096,'jp'),(1845766144,'my'),(1845768192,'jp'),(1845772288,'kr'),(1845788672,'jp'),(1845837824,'ph'),(1845839872,'in'),(1845841920,'au'),(1845846016,'id'),(1845850112,'ws'),(1845851136,'au'),(1845852160,'jp'),(1845854208,'kr'),(1845886976,'cn'),(1846018048,'kr'),(1846542336,'cn'),(1846804480,'au'),(1847066624,'tw'),(1847590912,'au'),(1847721984,'np'),(1847730176,'pk'),(1847734272,'nz'),(1847736320,'ap'),(1847738368,'kr'),(1847754752,'ap'),(1847787520,'kr'),(1847803904,'vn'),(1847808000,'id'),(1847812096,'kr'),(1847853056,'pk'),(1848115200,'cn'),(1848381440,'nz'),(1848383488,'au'),(1848385536,'kr'),(1848393728,'jp'),(1848401920,'ph'),(1848406016,'np'),(1848410112,'ph'),(1848418304,'au'),(1848420352,'id'),(1848422400,'jp'),(1848424448,'vn'),(1848426496,'kr'),(1848639488,'cn'),(1848705024,'th'),(1848770560,'jp'),(1848774656,'au'),(1848778752,'in'),(1848786944,'jp'),(1848791040,'id'),(1848793088,'jp'),(1848803328,'tw'),(1848819712,'jp'),(1848827904,'ph'),(1848832000,'jp'),(1848836096,'cn'),(1849032704,'jp'),(1849065472,'ph'),(1849163776,'cn'),(1849819136,'jp'),(1849950208,'kr'),(1850212352,'cn'),(1850343424,'jp'),(1850376192,'my'),(1850392576,'kh'),(1850400768,'jp'),(1850408960,'cn'),(1850490880,'kr'),(1850507264,'au'),(1850511360,'id'),(1850513408,'th'),(1850515456,'in'),(1850519552,'au'),(1850522624,'hk'),(1850523648,'cn'),(1850572800,'th'),(1850671104,'hk'),(1850736640,'cn'),(1851523072,'jp'),(1851527168,'nz'),(1851529216,'ph'),(1851531264,'jp'),(1851541504,'id'),(1851542528,'hk'),(1851543552,'jp'),(1851547648,'sg'),(1851555840,'kr'),(1851588608,'jp'),(1851590656,'au'),(1851594752,'kr'),(1851596800,'in'),(1851604992,'ph'),(1851613184,'jp'),(1851617280,'kr'),(1851637760,'pk'),(1851654144,'cn'),(1853882368,'jp'),(1854406656,'id'),(1854668800,'au'),(1855455232,'cn'),(1855848448,'jp'),(1855913984,'my'),(1855979520,'jp'),(1856241664,'th'),(1856307200,'kr'),(1856315392,'cn'),(1856323584,'kr'),(1856339968,'jp'),(1856372736,'cn'),(1856503808,'th'),(1856765952,'jp'),(1856770048,'in'),(1856774144,'jp'),(1856779264,'in'),(1856780288,'jp'),(1856782336,'kr'),(1856798720,'in'),(1856815104,'cn'),(1856843776,'hk'),(1856856064,'cn'),(1856864256,'au'),(1856872448,'nz'),(1856880640,'cn'),(1856888832,'au'),(1856892928,'jp'),(1856897024,'au'),(1857028096,'cn'),(1860173824,'in'),(1860435968,'cn'),(1860698112,'jp'),(1860706304,'cn'),(1860714496,'id'),(1860722688,'kr'),(1860726784,'au'),(1860728832,'jp'),(1860734976,'nz'),(1860737024,'jp'),(1860739072,'ph'),(1860743168,'au'),(1860747264,'jp'),(1860759552,'au'),(1860763648,'jp'),(1860829184,'in'),(1860960256,'cn'),(1861091328,'au'),(1861222400,'cn'),(1866465280,'jp'),(1866530816,'sg'),(1866563584,'kr'),(1866579968,'jp'),(1866588160,'nz'),(1866596352,'cn'),(1866661888,'au'),(1866670080,'my'),(1866674176,'tw'),(1866678272,'id'),(1866686464,'kh'),(1866690560,'jp'),(1866711040,'cn'),(1866715136,'kr'),(1866727424,'hk'),(1866731520,'jp'),(1866733568,'id'),(1866735616,'ph'),(1866743808,'cn'),(1866752000,'pk'),(1866756096,'id'),(1866760192,'jp'),(1866792960,'nz'),(1866858496,'tw'),(1866989568,'cn'),(1867513856,'tw'),(1867776000,'th'),(1867841536,'cn'),(1867907072,'jp'),(1868038144,'pk'),(1868103680,'jp'),(1868201984,'my'),(1868210176,'jp'),(1868212224,'in'),(1868214272,'kh'),(1868218368,'sg'),(1868234752,'in'),(1868267520,'kr'),(1868283904,'cn'),(1868292096,'in'),(1868294144,'vn'),(1868295168,'hk'),(1868296192,'jp'),(1868300288,'in'),(1868333056,'pk'),(1868341248,'id'),(1868345344,'au'),(1868349440,'sg'),(1868357632,'hk'),(1868361728,'kh'),(1868362752,'jp'),(1868363776,'bd'),(1868365824,'in'),(1868431360,'id'),(1868562432,'jp'),(1869611008,'cn'),(1870004224,'kr'),(1870036992,'kh'),(1870045184,'au'),(1870049280,'in'),(1870053376,'au'),(1870069760,'ap'),(1870086144,'cn'),(1870110720,'pk'),(1870118912,'in'),(1870135296,'cn'),(1870462976,'jp'),(1870479360,'ph'),(1870495744,'tw'),(1870497792,'in'),(1870499840,'jp'),(1870501888,'af'),(1870503936,'au'),(1870512128,'in'),(1870528512,'cn'),(1873281024,'jp'),(1873412096,'cn'),(1873477632,'kr'),(1873510400,'jp'),(1873543168,'cn'),(1874329600,'tw'),(1874460672,'cn'),(1874591744,'jp'),(1874853888,'cn'),(1876426752,'jp'),(1876557824,'kr'),(1876688896,'au'),(1876754432,'bd'),(1876756480,'sg'),(1876762624,'kr'),(1876764672,'id'),(1876765696,'sg'),(1876766720,'my'),(1876768768,'au'),(1876769792,'jp'),(1876770816,'sg'),(1876787200,'cn'),(1876885504,'ph'),(1876893696,'th'),(1876901888,'sg'),(1876918272,'lk'),(1876934656,'jp'),(1876942848,'au'),(1876946944,'cn'),(1876947968,'af'),(1876948992,'cn'),(1876950016,'id'),(1876951040,'cn'),(1877475328,'jp'),(1877688320,'in'),(1877689344,'th'),(1877690368,'in'),(1877691392,'jp'),(1877692416,'ph'),(1877696512,'cn'),(1877704704,'au'),(1877706752,'sg'),(1877707776,'au'),(1877710848,'ap'),(1877711872,'bd'),(1877712896,'cn'),(1877721088,'tw'),(1877737472,'jp'),(1877999616,'tw'),(1879048192,'cn'),(1883504640,'jp'),(1883766784,'mn'),(1883770880,'kr'),(1883783168,'vn'),(1883799552,'kr'),(1883832320,'cn'),(1884028928,'kr'),(1884160000,'vn'),(1884164096,'tw'),(1884168192,'id'),(1884172288,'ph'),(1884176384,'tw'),(1884184576,'id'),(1884186624,'tw'),(1884188672,'jp'),(1884192768,'id'),(1884209152,'jp'),(1884217344,'sg'),(1884225536,'in'),(1884291072,'cn'),(1885863936,'tw'),(1885995008,'kr'),(1886191616,'ph'),(1886195712,'id'),(1886199808,'kr'),(1886208000,'nz'),(1886224384,'cn'),(1886257152,'in'),(1886322688,'cn'),(1886781440,'hk'),(1886978048,'kr'),(1886986240,'tw'),(1886990336,'in'),(1886994432,'tw'),(1887010816,'th'),(1887019008,'hk'),(1887027200,'kr'),(1887043584,'cn'),(1887764480,'kr'),(1887813632,'in'),(1887830016,'lk'),(1887961088,'jp'),(1887993856,'kr'),(1888026624,'bd'),(1888030720,'hk'),(1888034816,'jp'),(1888059392,'vn'),(1888063488,'jp'),(1888067584,'my'),(1888071680,'kr'),(1888073728,'jp'),(1888239616,'kr'),(1888256000,'jp'),(1888260096,'kr'),(1888264192,'id'),(1888266240,'jp'),(1888268288,'au'),(1888270336,'sg'),(1888271360,'th'),(1888272384,'kr'),(1888288768,'au'),(1888354304,'th'),(1888485376,'kr'),(1891631104,'cn'),(1891893248,'in'),(1891942400,'kr'),(1891950592,'ph'),(1891958784,'vn'),(1892024320,'ph'),(1892122624,'sg'),(1892155392,'ph'),(1892941824,'kr'),(1893015552,'au'),(1893023744,'hk'),(1893027840,'vn'),(1893031936,'hk'),(1893040128,'au'),(1893072896,'kr'),(1893138432,'id'),(1893203968,'kr'),(1893728256,'cn'),(1896480768,'kr'),(1896497152,'sg'),(1896513536,'hk'),(1896546304,'bd'),(1896579072,'id'),(1896587264,'sg'),(1896591360,'id'),(1896593408,'au'),(1896595456,'cn'),(1896603648,'in'),(1896605696,'au'),(1896607744,'vu'),(1896611840,'cn'),(1897070592,'in'),(1897136128,'au'),(1897140224,'in'),(1897141248,'hk'),(1897142272,'au'),(1897144320,'nc'),(1897152512,'fj'),(1897168896,'au'),(1897170944,'id'),(1897172992,'sg'),(1897175040,'jp'),(1897176064,'sg'),(1897177088,'ph'),(1897185280,'jp'),(1897201664,'kr'),(1897209856,'au'),(1897213952,'jp'),(1897218048,'in'),(1897222144,'tw'),(1897226240,'nc'),(1897234432,'my'),(1897242624,'tw'),(1897250816,'hk'),(1897259008,'nz'),(1897260032,'bd'),(1897261056,'jp'),(1897263104,'th'),(1897265152,'jp'),(1897267200,'vn'),(1897365504,'my'),(1897398272,'cn'),(1897660416,'hk'),(1897725952,'ap'),(1897758720,'kr'),(1897779200,'au'),(1897781248,'jp'),(1897783296,'sg'),(1897787392,'au'),(1897789440,'kh'),(1897790464,'hk'),(1897791488,'kr'),(1897824256,'in'),(1897857024,'cn'),(1897922560,'jp'),(1898708992,'cn'),(1899233280,'au'),(1899241472,'vn'),(1899249664,'mo'),(1899266048,'au'),(1899268096,'kr'),(1899270144,'au'),(1899272192,'sg'),(1899273216,'jp'),(1899274240,'cn'),(1899282432,'kr'),(1899290624,'au'),(1899298816,'th'),(1899364352,'cn'),(1899724800,'kr'),(1899741184,'lk'),(1899750400,'jp'),(1899751424,'id'),(1899753472,'hk'),(1899757568,'kr'),(1899831296,'ph'),(1899839488,'au'),(1899849728,'kr'),(1899850752,'vn'),(1899851776,'jp'),(1899855872,'tw'),(1899888640,'cn'),(1904345088,'jp'),(1904361472,'kr'),(1904369664,'cn'),(1904375808,'nz'),(1904377856,'kr'),(1904476160,'cn'),(1905262592,'jp'),(1906311168,'vn'),(1908408320,'au'),(1908441088,'jp'),(1908473856,'in'),(1908539392,'cn'),(1908670464,'tw'),(1908736000,'au'),(1908744192,'jp'),(1908748288,'pk'),(1908752384,'nz'),(1908754432,'ph'),(1908756480,'kr'),(1908760576,'nz'),(1908762624,'in'),(1908764672,'ap'),(1908768768,'jp'),(1908801536,'kr'),(1908899840,'np'),(1908932608,'cn'),(1909129216,'au'),(1909194752,'cn'),(1909456896,'jp'),(1909473280,'hk'),(1909481472,'cn'),(1909587968,'my'),(1909719040,'cn'),(1909735424,'in'),(1909743616,'au'),(1909745664,'jp'),(1909746688,'my'),(1909747712,'id'),(1909751808,'jp'),(1909760000,'id'),(1909762048,'au'),(1909764096,'ph'),(1909768192,'hk'),(1909784576,'cn'),(1909817344,'jp'),(1909850112,'cn'),(1909981184,'kr'),(1910112256,'cn'),(1912340480,'hk'),(1912602624,'id'),(1913651200,'jp'),(1914175488,'tw'),(1914437632,'cn'),(1914503168,'kr'),(1914552320,'ap'),(1914560512,'kh'),(1914568704,'kr'),(1914576896,'tw'),(1914580992,'kr'),(1914585088,'au'),(1914587136,'in'),(1914589184,'id'),(1914593280,'au'),(1914601472,'kr'),(1914634240,'bd'),(1914642432,'kr'),(1914650624,'mn'),(1914652672,'au'),(1914654720,'jp'),(1914658816,'au'),(1914662912,'kr'),(1914667008,'in'),(1914683392,'au'),(1914691584,'in'),(1914695680,'id'),(1914697728,'in'),(1914699776,'tw'),(1915748352,'jp'),(1916010496,'kr'),(1916141568,'cn'),(1916272640,'id'),(1916534784,'cn'),(1917124608,'jp'),(1917169664,'nc'),(1917181952,'in'),(1917190144,'kr'),(1917321216,'au'),(1917779968,'id'),(1917796352,'in'),(1917845504,'cn'),(1919680512,'kr'),(1919729664,'ph'),(1919746048,'th'),(1919811584,'cn'),(1919815680,'id'),(1919817728,'kr'),(1919819776,'nz'),(1919823872,'jp'),(1919827968,'cn'),(1919885312,'kr'),(1919893504,'jp'),(1919909888,'au'),(1919918080,'cn'),(1919926272,'kr'),(1919942656,'cn'),(1920466944,'id'),(1920991232,'th'),(1921056768,'jp'),(1921058816,'bd'),(1921060864,'id'),(1921062912,'la'),(1921064960,'ap'),(1921069056,'jp'),(1921073152,'kr'),(1921089536,'au'),(1921105920,'kr'),(1921122304,'bd'),(1921253376,'cn'),(1921318912,'my'),(1921384448,'nz'),(1921392640,'jp'),(1921400832,'id'),(1921404928,'hk'),(1921406976,'bd'),(1921409024,'jp'),(1921425408,'nz'),(1921433600,'jp'),(1921449984,'cn'),(1921515520,'tw'),(1921646592,'cn'),(1921777664,'tw'),(1921843200,'kr'),(1921851392,'jp'),(1921853440,'kr'),(1921855488,'id'),(1921861632,'ap'),(1921863680,'bd'),(1921865728,'id'),(1921867776,'au'),(1921875968,'cn'),(1921892352,'au'),(1921900544,'kr'),(1921908736,'jp'),(1921943552,'in'),(1921945600,'hk'),(1921949696,'au'),(1921957888,'gu'),(1921974272,'in'),(1922039808,'jp'),(1925447680,'cn'),(1925578752,'au'),(1925611520,'ph'),(1925619712,'tw'),(1925627904,'jp'),(1925638144,'pk'),(1925640192,'id'),(1925644288,'kr'),(1925660672,'ap'),(1925664768,'id'),(1925677056,'kr'),(1926234112,'cn'),(1929379840,'kr'),(1930952704,'cn'),(1931345920,'jp'),(1931354112,'au'),(1931362304,'tw'),(1931378688,'jp'),(1931427840,'ph'),(1931431936,'jp'),(1931433984,'au'),(1931436032,'kr'),(1931444224,'th'),(1931460608,'jp'),(1931468800,'sg'),(1931476992,'cn'),(1931739136,'jp'),(1932001280,'kr'),(1932132352,'au'),(1932148736,'pk'),(1932156928,'jp'),(1932161024,'tw'),(1932163072,'ph'),(1932165120,'sg'),(1932197888,'tw'),(1932263424,'cn'),(1933574144,'au'),(1933639680,'jp'),(1933705216,'sg'),(1933770752,'th'),(1933836288,'kr'),(1933901824,'au'),(1933922304,'in'),(1933926400,'kr'),(1933934592,'in'),(1933942784,'au'),(1933950976,'jp'),(1933955072,'bd'),(1933957120,'id'),(1933959168,'jp'),(1933963264,'in'),(1933967360,'au'),(1934098432,'vn'),(1934622720,'tw'),(1934884864,'cn'),(1934901248,'la'),(1934917632,'mv'),(1934925824,'kr'),(1934927872,'ph'),(1934929920,'vn'),(1934931968,'jp'),(1934934016,'cn'),(1934942208,'ph'),(1934966784,'id'),(1934974976,'jp'),(1934983168,'au'),(1934987264,'tw'),(1934991360,'kr'),(1934999552,'cn'),(1935015936,'kr'),(1935081472,'th'),(1935147008,'kr'),(1935671296,'in'),(1935933440,'cn'),(1936457728,'in'),(1937244160,'cn'),(1937506304,'au'),(1937510400,'cn'),(1937514496,'au'),(1937522688,'id'),(1937530880,'in'),(1937539072,'jp'),(1937637376,'hk'),(1937670144,'nz'),(1937674240,'jp'),(1937678336,'nc'),(1937686528,'kr'),(1937702912,'bd'),(1937768448,'au'),(1938030592,'my'),(1938292736,'kr'),(1938948096,'jp'),(1938964480,'au'),(1938972672,'my'),(1938976768,'sg'),(1938978816,'vn'),(1938980864,'ph'),(1939079168,'cn'),(1939865600,'kr'),(1939898368,'hk'),(1939914752,'in'),(1939931136,'kr'),(1939996672,'jp'),(1940127744,'my'),(1940193280,'jp'),(1940234240,'vn'),(1940236288,'au'),(1940238336,'kr'),(1940240384,'jp'),(1940242432,'tw'),(1940258816,'au'),(1940283392,'id'),(1940291584,'ap'),(1940295680,'jp'),(1940324352,'pk'),(1940357120,'jp'),(1940389888,'cn'),(1940914176,'jp'),(1941045248,'ap'),(1941049344,'au'),(1941051392,'kh'),(1941052416,'au'),(1941053440,'kr'),(1941057536,'id'),(1941059584,'th'),(1941061632,'kr'),(1941069824,'in'),(1941071872,'au'),(1941073920,'jp'),(1941075968,'id'),(1941110784,'jp'),(1941176320,'cn'),(1941438464,'in'),(1941569536,'pk'),(1941618688,'au'),(1941635072,'in'),(1941639168,'np'),(1941643264,'in'),(1941651456,'jp'),(1941655552,'kr'),(1941657600,'mn'),(1941658624,'jp'),(1941659648,'nz'),(1941667840,'au'),(1941700608,'nz'),(1941962752,'cn'),(1945108480,'in'),(1946157056,'id'),(1946161152,'au'),(1946165248,'pk'),(1946173440,'sg'),(1946181632,'my'),(1946189824,'jp'),(1946222592,'cn'),(1946943488,'jp'),(1946951680,'bd'),(1946953728,'id'),(1946955776,'jp'),(1946959872,'lk'),(1946976256,'sg'),(1947009024,'cn'),(1947074560,'sg'),(1947205632,'cn'),(1948254208,'kr'),(1949302784,'hk'),(1949437952,'au'),(1949440000,'id'),(1949442048,'tw'),(1949446144,'jp'),(1949448192,'hk'),(1949450240,'in'),(1949466624,'ph'),(1949499392,'sg'),(1949564928,'cn'),(1949958144,'pk'),(1949990912,'cn'),(1949995008,'jp'),(1950007296,'id'),(1950009344,'bd'),(1950011392,'cn'),(1950015488,'th'),(1950023680,'tw'),(1950089216,'cn'),(1950351360,'jp'),(1950482432,'cn'),(1950515200,'in'),(1950523392,'au'),(1950531584,'np'),(1950533632,'id'),(1950535680,'hk'),(1950539776,'au'),(1950543872,'nz'),(1950545920,'ph'),(1950547968,'kr'),(1950613504,'gu'),(1950621696,'kr'),(1950629888,'in'),(1950646272,'vn'),(1950650368,'th'),(1950654464,'id'),(1950658560,'ph'),(1950660608,'ap'),(1950662656,'bd'),(1950666752,'np'),(1950668800,'jp'),(1950670848,'id'),(1950672896,'kr'),(1950674944,'in'),(1950676992,'id'),(1950679040,'cn'),(1950777344,'jp'),(1950810112,'pk'),(1950875648,'in'),(1951137792,'cn'),(1951399936,'jp'),(1951662080,'kr'),(1951793152,'sg'),(1952022528,'tw'),(1952026624,'cn'),(1952030720,'kr'),(1952038912,'jp'),(1952047104,'nz'),(1952071680,'hk'),(1952073728,'au'),(1952074752,'nz'),(1952075776,'cn'),(1952079872,'pk'),(1952088064,'nz'),(1952092160,'jp'),(1952096256,'id'),(1952102400,'cn'),(1952104448,'jp'),(1952108544,'id'),(1952110592,'kr'),(1952112640,'np'),(1952116736,'in'),(1952120832,'jp'),(1952186368,'sg'),(1952251904,'ph'),(1952284672,'nz'),(1952301056,'kr'),(1952317440,'jp'),(1952382976,'cn'),(1952448512,'vn'),(1953497088,'cn'),(1953890304,'vn'),(1953923072,'tw'),(1953939456,'jp'),(1953951744,'au'),(1953955840,'in'),(1954021376,'kr'),(1954545664,'cn'),(1958805504,'sg'),(1958807552,'mo'),(1958809600,'cn'),(1958821888,'vn'),(1958825984,'kr'),(1958830080,'jp'),(1958838272,'in'),(1958842368,'nz'),(1958846464,'in'),(1958848512,'bd'),(1958852608,'au'),(1958871040,'cn'),(1959067648,'my'),(1959100416,'id'),(1959102464,'jp'),(1959104512,'au'),(1959108608,'np'),(1959110656,'jp'),(1959112704,'hk'),(1959116800,'sg'),(1959133184,'cn'),(1959239680,'kr'),(1959241728,'in'),(1959243776,'jp'),(1959247872,'id'),(1959251968,'nz'),(1959256064,'au'),(1959264256,'kr'),(1959526400,'cn'),(1959657472,'my'),(1959723008,'cn'),(1960050688,'kr'),(1960067072,'au'),(1960069120,'id'),(1960071168,'tw'),(1960075264,'id'),(1960077312,'bd'),(1960079360,'hk'),(1960083456,'kh'),(1960091648,'cn'),(1960095744,'in'),(1960097792,'bd'),(1960099840,'au'),(1960128512,'id'),(1960132608,'cn'),(1960181760,'tw'),(1960185856,'jp'),(1960187904,'in'),(1960189952,'cn'),(1960202240,'jp'),(1960206336,'sg'),(1960214528,'cn'),(1960574976,'jp'),(1960837120,'cn'),(1961885696,'au'),(1962016768,'cn'),(1962541056,'au'),(1962672128,'cn'),(1962803200,'jp'),(1962827776,'id'),(1962829824,'jp'),(1962831872,'id'),(1962835968,'cn'),(1962868736,'au'),(1962901504,'cn'),(1962934272,'vn'),(1963458560,'cn'),(1963982848,'kr'),(1964113920,'hk'),(1964118016,'id'),(1964120064,'jp'),(1964122112,'sg'),(1964130304,'hk'),(1964134400,'nz'),(1964138496,'hk'),(1964146688,'jp'),(1964171264,'bd'),(1964173312,'au'),(1964175360,'pk'),(1964179456,'tw'),(1964244992,'au'),(1964249088,'pk'),(1964253184,'wf'),(1964255232,'sg'),(1964257280,'id'),(1964261376,'au'),(1964263424,'jp'),(1964265472,'kr'),(1964273664,'kh'),(1964275712,'gu'),(1964277760,'sg'),(1964294144,'kr'),(1964310528,'cn'),(1965948928,'jp'),(1966014464,'th'),(1966080000,'cn'),(1966407680,'jp'),(1966419968,'cn'),(1966424064,'kr'),(1966440448,'au'),(1966446592,'my'),(1966447616,'nz'),(1966448640,'au'),(1966452736,'cn'),(1966456832,'kr'),(1966473216,'id'),(1966538752,'jp'),(1966571520,'kr'),(1966587904,'af'),(1966592000,'jp'),(1966596096,'au'),(1966600192,'in'),(1966602240,'kh'),(1966604288,'tw'),(1966669824,'cn'),(1966768128,'kr'),(1966772224,'jp'),(1966776320,'sg'),(1966784512,'ph'),(1966792704,'jp'),(1966796800,'bd'),(1966798848,'au'),(1966800896,'cn'),(1967783936,'jp'),(1967800320,'cn'),(1967808512,'au'),(1967812608,'id'),(1967816704,'cn'),(1969225728,'in'),(1969487872,'cn'),(1969618944,'pk'),(1969635328,'id'),(1969651712,'au'),(1969659904,'id'),(1969661952,'jp'),(1969676288,'id'),(1969688576,'cn'),(1969692672,'id'),(1969704960,'bd'),(1969707008,'mh'),(1969709056,'tw'),(1969713152,'au'),(1969717248,'cn'),(1969721344,'hk'),(1969725440,'jp'),(1969727488,'id'),(1969729536,'jp'),(1969733632,'vn'),(1969750016,'jp'),(1969790976,'au'),(1969795072,'nz'),(1969797120,'sg'),(1969798144,'hk'),(1969799168,'id'),(1969807360,'af'),(1969809408,'in'),(1969811456,'ph'),(1969815552,'sg'),(1969881088,'cn'),(1970012160,'jp'),(1970143232,'kr'),(1970274304,'cn'),(1970798592,'sg'),(1970800640,'au'),(1970804736,'kh'),(1970806784,'nz'),(1970810880,'jp'),(1970814976,'cn'),(1970915328,'id'),(1970917376,'th'),(1970921472,'np'),(1970925568,'sg'),(1970927616,'au'),(1970929664,'vn'),(1970962432,'cn'),(1970995200,'kr'),(1971060736,'cn'),(1975517184,'in'),(1979711488,'jp'),(1981284352,'cn'),(1981808640,'kr'),(1983905792,'cn'),(1984102400,'au'),(1984118784,'jp'),(1984131072,'cn'),(1984135168,'kr'),(1984153600,'kh'),(1984155648,'au'),(1984159744,'in'),(1984167936,'vn'),(1984430080,'cn'),(1985085440,'id'),(1985093632,'au'),(1985101824,'jp'),(1985118208,'nz'),(1985150976,'jp'),(1985216512,'cn'),(1985347584,'jp'),(1985478656,'in'),(1985480704,'ph'),(1985482752,'au'),(1985486848,'cn'),(1985609728,'nz'),(1985675264,'kr'),(1985708032,'id'),(1985712128,'kr'),(1985716224,'np'),(1985720320,'in'),(1985724416,'jp'),(1985732608,'id'),(1985734656,'in'),(1985736704,'cn'),(1985740800,'nz'),(1985871872,'in'),(1986002944,'id'),(1986199552,'hk'),(1986215936,'id'),(1986232320,'tw'),(1986265088,'my'),(1986396160,'vn'),(1986398208,'hk'),(1986400256,'cn'),(1986406400,'jp'),(1986412544,'au'),(1986428928,'in'),(1986461696,'jp'),(1986496512,'bt'),(1986498560,'hk'),(1986502656,'kh'),(1986510848,'kr'),(1986519040,'pk'),(1986523136,'hk'),(1986525184,'bn'),(1986527232,'jp'),(1986723840,'au'),(1986756608,'pk'),(1986760704,'au'),(1986764800,'kr'),(1986768896,'au'),(1986772992,'my'),(1986789376,'jp'),(1987051520,'cn'),(1988034560,'au'),(1988083712,'kr'),(1988362240,'cn'),(1988624384,'id'),(1988755456,'au'),(1988886528,'hk'),(1989148672,'cn'),(1989410816,'nz'),(1989541888,'tw'),(1989607424,'jp'),(1989660672,'in'),(1989661696,'id'),(1989662720,'au'),(1989663744,'id'),(1989664768,'jp'),(1990197248,'tw'),(1990983680,'th'),(1991245824,'kr'),(1991311360,'jp'),(1991376896,'cn'),(1991442432,'bd'),(1991507968,'cn'),(1993342976,'au'),(1993605120,'cn'),(1993736192,'sg'),(1993867264,'kr'),(1994391552,'cn'),(1994850304,'tw'),(1995046912,'kr'),(1995177984,'jp'),(1995374592,'cn'),(1995440128,'jp'),(1995571200,'cn'),(1995636736,'jp'),(1995702272,'cn'),(1996627968,'au'),(1996630016,'id'),(1996634112,'np'),(1996636160,'id'),(1996644352,'bt'),(1996652544,'cn'),(1997176832,'au'),(1997185024,'jp'),(1997187072,'hk'),(1997189120,'id'),(1997191168,'jp'),(1997209600,'au'),(1997242368,'id'),(1997275136,'au'),(1997406208,'tw'),(1997471744,'nz'),(1997488128,'au'),(1997492224,'kh'),(1997496320,'au'),(1997504512,'id'),(1997506560,'cn'),(1997508608,'jp'),(1997510656,'bd'),(1997512704,'vn'),(1997520896,'tw'),(1997537280,'cn'),(1997602816,'kr'),(1997635584,'au'),(1997651968,'vn'),(1997668352,'au'),(1997701120,'vn'),(1997705216,'bd'),(1997707264,'id'),(1997709312,'jp'),(1997715456,'vn'),(1997717504,'cn'),(1997723648,'jp'),(1997725696,'cn'),(1998061568,'jp'),(1998258176,'ap'),(1998274560,'cn'),(1998454784,'au'),(1998458880,'tw'),(1998462976,'bd'),(1998467072,'cn'),(1998471168,'pk'),(1998487552,'kr'),(1998503936,'jp'),(1998520320,'th'),(1998553088,'jp'),(1998561280,'in'),(1998565376,'tw'),(1998569472,'cn'),(1998577664,'au'),(1998581760,'kr'),(1998585856,'cn'),(1999130624,'bd'),(1999134720,'mn'),(1999136768,'au'),(1999138816,'my'),(1999142912,'cn'),(1999257600,'th'),(1999276032,'cn'),(1999278080,'hk'),(1999280128,'in'),(1999282176,'kr'),(1999290368,'sg'),(1999298560,'cn'),(1999306752,'in'),(1999372288,'cn'),(1999503360,'th'),(1999568896,'jp'),(1999589376,'hk'),(1999591424,'id'),(1999593472,'jp'),(1999597568,'nz'),(1999601664,'jp'),(1999634432,'cn'),(2000158720,'sg'),(2000224256,'cn'),(2000355328,'kr'),(2000371712,'jp'),(2000373760,'hk'),(2000375808,'af'),(2000377856,'jp'),(2000388096,'cn'),(2000617472,'ph'),(2000621568,'jp'),(2000625664,'cn'),(2000633856,'th'),(2000642048,'hk'),(2000646144,'jp'),(2000650240,'pk'),(2000658432,'jp'),(2000668672,'au'),(2000674816,'kr'),(2001207296,'jp'),(2001272832,'pk'),(2001305600,'sg'),(2001420288,'kr'),(2001453056,'sg'),(2001457152,'cn'),(2001461248,'jp'),(2001465344,'tw'),(2001469440,'th'),(2001534976,'au'),(2001559552,'kr'),(2001567744,'tw'),(2001600512,'cn'),(2001862656,'au'),(2001866752,'jp'),(2001870848,'kr'),(2001879040,'in'),(2001895424,'vn'),(2001899520,'au'),(2001903616,'jp'),(2001920000,'id'),(2001926144,'kh'),(2001928192,'jp'),(2001993728,'cn'),(2002518016,'ph'),(2002780160,'cn'),(2003304448,'jp'),(2003566592,'cn'),(2003697664,'my'),(2003714048,'id'),(2003720192,'jp'),(2003722240,'my'),(2003726336,'id'),(2003730432,'my'),(2003763200,'ph'),(2003828736,'cn'),(2006188032,'bd'),(2006204416,'au'),(2006212608,'th'),(2006214656,'jp'),(2006216704,'kr'),(2006228992,'cn'),(2006237184,'jp'),(2006253568,'kr'),(2006319104,'jp'),(2006384640,'in'),(2006450176,'pk'),(2007007232,'bn'),(2007023616,'in'),(2007027712,'th'),(2007031808,'au'),(2007035904,'tw'),(2007040000,'kr'),(2007048192,'au'),(2007064576,'my'),(2007066624,'jp'),(2007070720,'ap'),(2007072768,'cn'),(2007498752,'jp'),(2008023040,'cn'),(2009071616,'kr'),(2011168768,'nz'),(2011234304,'au'),(2011299840,'in'),(2011430912,'jp'),(2011693056,'cn'),(2011824128,'sg'),(2011889664,'lk'),(2011893760,'id'),(2011897856,'nz'),(2011899904,'hk'),(2011901952,'in'),(2011906048,'fj'),(2011922432,'cn'),(2011938816,'kr'),(2011942912,'id'),(2011947008,'jp'),(2011951104,'kr'),(2011953152,'id'),(2011955200,'hk'),(2012086272,'jp'),(2012610560,'hk'),(2012741632,'cn'),(2013003776,'au'),(2013028352,'th'),(2013030400,'id'),(2013032448,'fm'),(2013036544,'id'),(2013038592,'hk'),(2013040640,'in'),(2013044736,'id'),(2013048832,'au'),(2013052928,'in'),(2013061120,'pg'),(2013069312,'cn'),(2014314496,'au'),(2014838784,'cn'),(2015100928,'ph'),(2015166464,'au'),(2015199232,'kr'),(2015203328,'jp'),(2015205376,'id'),(2015207424,'jp'),(2015215616,'ap'),(2015223808,'id'),(2015225856,'in'),(2015227904,'au'),(2015232000,'cn'),(2016542720,'bd'),(2016550912,'sg'),(2016555008,'my'),(2016559104,'kr'),(2016583680,'jp'),(2016587776,'bd'),(2016589824,'vn'),(2016591872,'jp'),(2016673792,'cn'),(2016935936,'in'),(2017460224,'cn'),(2017984512,'jp'),(2017988608,'ph'),(2017992704,'cn'),(2018000896,'jp'),(2018004992,'vn'),(2018007040,'in'),(2018009088,'vn'),(2018017280,'cn'),(2018050048,'kr'),(2018115584,'jp'),(2018246656,'cn'),(2019033088,'au'),(2019035136,'cn'),(2019037184,'jp'),(2019041280,'in'),(2019049472,'au'),(2019098624,'ph'),(2019115008,'ap'),(2019117056,'in'),(2019119104,'nz'),(2019123200,'np'),(2019131392,'jp'),(2019164160,'cn'),(2019360768,'jp'),(2019426304,'cn'),(2019557376,'tw'),(2021654528,'cn'),(2022178816,'nz'),(2022182912,'id'),(2022184960,'kh'),(2022187008,'hk'),(2022191104,'nz'),(2022195200,'kr'),(2022211584,'cn'),(2022227968,'jp'),(2022244352,'cn'),(2022277120,'jp'),(2022309888,'ph'),(2022313984,'nz'),(2022318080,'ap'),(2022326272,'vn'),(2022330368,'my'),(2022334464,'in'),(2022342656,'jp'),(2022359040,'in'),(2022375424,'my'),(2022572032,'kr'),(2022637568,'jp'),(2022678528,'kr'),(2022703104,'au'),(2023751680,'id'),(2025848832,'cn'),(2030043136,'au'),(2030047232,'cn'),(2030051328,'jp'),(2030059520,'kr'),(2030108672,'ph'),(2030125056,'kr'),(2030141440,'jp'),(2030305280,'cn'),(2030436352,'sg'),(2030567424,'cn'),(2032926720,'au'),(2033057792,'cn'),(2033319936,'in'),(2033324032,'kr'),(2033328128,'id'),(2033330176,'jp'),(2033336320,'kr'),(2033352704,'id'),(2033356800,'tw'),(2033358848,'jp'),(2033364992,'tw'),(2033369088,'au'),(2033377280,'kr'),(2033385472,'cn'),(2033451008,'id'),(2033487872,'pk'),(2033491968,'cn'),(2033500160,'au'),(2033502208,'sg'),(2033504256,'cn'),(2033516544,'kr'),(2033582080,'ph'),(2033614848,'au'),(2033623040,'ph'),(2033625088,'hk'),(2033631232,'kr'),(2033647616,'cn'),(2033664000,'kr'),(2033696768,'gu'),(2033713152,'cn'),(2033876992,'jp'),(2033881088,'cn'),(2033887232,'in'),(2033889280,'jp'),(2033891328,'id'),(2033893376,'ph'),(2033909760,'cn'),(2034237440,'kr'),(2034499584,'cn'),(2034761728,'nz'),(2035023872,'cn'),(2035154944,'kr'),(2035220480,'au'),(2035253248,'cn'),(2035269632,'nz'),(2035286016,'jp'),(2035810304,'kr'),(2035875840,'cn'),(2035941376,'au'),(2036072448,'jp'),(2036334592,'ph'),(2036465664,'nz'),(2036596736,'id'),(2036598784,'jp'),(2036600832,'id'),(2036604928,'sg'),(2036609024,'af'),(2036613120,'kr'),(2036629504,'cn'),(2036678656,'jp'),(2036695040,'id'),(2036697088,'au'),(2036699136,'in'),(2036703232,'au'),(2036705280,'hk'),(2036707328,'mn'),(2036709376,'id'),(2036711424,'kr'),(2036715520,'cn'),(2036719616,'kr'),(2036727808,'jp'),(2037907456,'my'),(2038169600,'kr'),(2038366208,'ph'),(2038374400,'af'),(2038382592,'kr'),(2038415360,'au'),(2038423552,'hk'),(2038431744,'kr'),(2042626048,'cn'),(2043150336,'au'),(2043166720,'kr'),(2043183104,'jp'),(2043199488,'bd'),(2043201536,'jp'),(2043203584,'au'),(2043215872,'cn'),(2043281408,'hk'),(2043412480,'cn'),(2043674624,'au'),(2044723200,'cn'),(2045771776,'in'),(2046296064,'cn'),(2046558208,'kr'),(2046705664,'tw'),(2046722048,'kr'),(2046754816,'cn'),(2046820352,'th'),(2046822400,'kr'),(2046824448,'my'),(2046828544,'kr'),(2046836736,'cn'),(2046885888,'jp'),(2046951424,'ph'),(2047082496,'cn'),(2047868928,'jp'),(2048917504,'kr'),(2049966080,'cn'),(2050048000,'kr'),(2050064384,'au'),(2050080768,'jp'),(2050082816,'au'),(2050084864,'ph'),(2050088960,'id'),(2050091008,'jp'),(2050097152,'sg'),(2050099200,'in'),(2050101248,'jp'),(2050113536,'sg'),(2050129920,'in'),(2050162688,'cn'),(2050228224,'ph'),(2050490368,'nz'),(2051014656,'cn'),(2053242880,'in'),(2053308416,'tw'),(2053324800,'au'),(2053332992,'bd'),(2053335040,'jp'),(2053337088,'au'),(2053340160,'in'),(2053341184,'kr'),(2053373952,'au'),(2053378048,'jp'),(2053382144,'kr'),(2053390336,'tw'),(2053406720,'mo'),(2053439488,'kr'),(2053505024,'cn'),(2053509120,'au'),(2053513216,'bd'),(2053517312,'id'),(2053521408,'cn'),(2053529600,'au'),(2053537792,'jp'),(2053636096,'au'),(2054160384,'cn'),(2054422528,'tw'),(2054619136,'cn'),(2054684672,'tw'),(2055208960,'jp'),(2055213056,'id'),(2055217152,'kr'),(2055229440,'tw'),(2055231488,'au'),(2055233536,'np'),(2055235584,'hk'),(2055237632,'jp'),(2055241728,'kr'),(2055290880,'pk'),(2055299072,'id'),(2055307264,'au'),(2055323648,'id'),(2055327744,'kr'),(2055331840,'jp'),(2055335936,'kr'),(2055340032,'jp'),(2055733248,'cn'),(2056257536,'id'),(2056259584,'bd'),(2056261632,'in'),(2056263680,'th'),(2056265728,'tw'),(2056273920,'ph'),(2056290304,'cn'),(2056323072,'jp'),(2056388608,'tw'),(2056519680,'au'),(2056781824,'jp'),(2056794112,'bd'),(2056798208,'jp'),(2056830976,'cn'),(2056847360,'kr'),(2056912896,'th'),(2057043968,'cn'),(2057306112,'in'),(2059403264,'cn'),(2059665408,'jp'),(2059796480,'cn'),(2059862016,'au'),(2059878400,'kr'),(2059927552,'id'),(2059931648,'in'),(2059933696,'au'),(2059935744,'jp'),(2059937792,'bd'),(2059939840,'id'),(2059941888,'au'),(2059943936,'cn'),(2059961344,'ap'),(2059962368,'jp'),(2059964416,'id'),(2059966464,'tw'),(2059968512,'au'),(2059976704,'jp'),(2059995136,'vn'),(2059997184,'mn'),(2060001280,'hk'),(2060009472,'au'),(2060025856,'tw'),(2060062720,'jp'),(2060066816,'kr'),(2060075008,'au'),(2060083200,'ph'),(2060091392,'kr'),(2060189696,'cn'),(2060451840,'jp'),(2061500416,'cn'),(2063073280,'bd'),(2063077376,'hk'),(2063085568,'cn'),(2063089664,'jp'),(2063106048,'ap'),(2063138816,'jp'),(2063335424,'au'),(2063341568,'sg'),(2063343616,'jp'),(2063351808,'kr'),(2063368192,'jp'),(2063372288,'au'),(2063376384,'tw'),(2063380480,'kh'),(2063384576,'kr'),(2063392768,'in'),(2063400960,'jp'),(2063466496,'tw'),(2063482880,'mn'),(2063499264,'kr'),(2063532032,'lk'),(2063550464,'in'),(2063552512,'tw'),(2063556608,'my'),(2063564800,'jp'),(2063597568,'kr'),(2063605760,'tw'),(2063613952,'jp'),(2063630336,'cn'),(2063646720,'tw'),(2063663104,'jp'),(2063728640,'au'),(2063859712,'cn'),(2064646144,'vn'),(2065694720,'kr'),(2066743296,'jp'),(2066808832,'bd'),(2066825216,'sg'),(2066841600,'cn'),(2066874368,'jp'),(2066882560,'tw'),(2066890752,'pf'),(2066907136,'au'),(2066915328,'in'),(2066923520,'jp'),(2066939904,'au'),(2066972672,'tw'),(2067005440,'cn'),(2070052864,'au'),(2070056960,'jp'),(2070061056,'kr'),(2070077440,'jp'),(2070085632,'tw'),(2070102016,'kr'),(2070118400,'cn'),(2070159360,'au'),(2070167552,'nz'),(2070183936,'au'),(2070200320,'jp'),(2070208512,'sg'),(2070216704,'cn'),(2070282240,'au'),(2070347776,'cn'),(2070380544,'jp'),(2070677504,'id'),(2070679552,'kr'),(2070683648,'in'),(2070691840,'au'),(2070700032,'id'),(2070702080,'au'),(2070703104,'hk'),(2070704128,'ph'),(2070708224,'cn'),(2070712320,'nz'),(2070716416,'kr'),(2070724608,'jp'),(2070726656,'in'),(2070728704,'cn'),(2070732800,'in'),(2070734848,'jp'),(2070736896,'bd'),(2070738944,'kh'),(2070740992,'kr'),(2070806528,'tw'),(2070872064,'kr'),(2070937600,'cn'),(2072510464,'hk'),(2072514560,'in'),(2072516608,'bd'),(2072518656,'au'),(2072526848,'sg'),(2072528896,'ph'),(2072530944,'cn'),(2072535040,'my'),(2072543232,'in'),(2072576000,'cn'),(2072772608,'kr'),(2073034752,'cn'),(2075131904,'mv'),(2075140096,'in'),(2075144192,'jp'),(2075146240,'bd'),(2075148288,'ph'),(2075150336,'ws'),(2075152384,'cn'),(2075156480,'hk'),(2075158528,'jp'),(2075160576,'au'),(2075162624,'id'),(2075164672,'jp'),(2075197440,'cn'),(2076180480,'tw'),(2076442624,'cn'),(2076573696,'jp'),(2076639232,'kr'),(2076672000,'cn'),(2076704768,'bd'),(2076712960,'jp'),(2076721152,'kr'),(2076737536,'au'),(2076770304,'in'),(2076835840,'hk'),(2076966912,'tw'),(2077097984,'cn'),(2077229056,'au'),(2077491200,'kr'),(2077753344,'jp'),(2078539776,'kr'),(2078670848,'jp'),(2078736384,'lk'),(2078769152,'id'),(2078801920,'cn'),(2079064064,'in'),(2079326208,'tw'),(2079457280,'cn'),(2079490048,'th'),(2079508480,'ph'),(2079510528,'jp'),(2079514624,'hk'),(2079516672,'jp'),(2079518720,'in'),(2079522816,'au'),(2079588352,'cn'),(2079850496,'kr'),(2079916032,'cn'),(2079981568,'kr'),(2080112640,'tw'),(2080145408,'in'),(2080178176,'cn'),(2080243712,'jp'),(2080260096,'kr'),(2080268288,'au'),(2080276480,'kr'),(2080309248,'nz'),(2080325632,'hk'),(2080342016,'jp'),(2080360448,'id'),(2080362496,'au'),(2080366592,'tw'),(2080368640,'jp'),(2080372736,'in'),(2080374784,'kr'),(2080636928,'in'),(2080702464,'kr'),(2080768000,'tw'),(2080776192,'id'),(2080784384,'cn'),(2080800768,'ph'),(2080817152,'nz'),(2080825344,'bd'),(2080833536,'in'),(2080899072,'tw'),(2081226752,'my'),(2081292288,'cn'),(2081554432,'jp'),(2081619968,'au'),(2081652736,'ph'),(2081685504,'cn'),(2081947648,'jp'),(2082209792,'kr'),(2082258944,'cn'),(2082308096,'tw'),(2082324480,'pk'),(2082340864,'in'),(2082406400,'cn'),(2082471936,'jp'),(2083024896,'cn'),(2083053568,'th'),(2083057664,'au'),(2083059712,'id'),(2083061760,'jp'),(2083110912,'np'),(2083127296,'cn'),(2083192832,'lk'),(2083258368,'jp'),(2083389440,'kr'),(2083454976,'cn'),(2083471360,'jp'),(2083520512,'kr'),(2084569088,'cn'),(2084732928,'sg'),(2084741120,'id'),(2084743168,'jp'),(2084745216,'kr'),(2084749312,'jp'),(2084765696,'cn'),(2085617664,'kr'),(2085683200,'id'),(2085748736,'my'),(2085814272,'ph'),(2085847040,'jp'),(2086141952,'cn'),(2086666240,'jp'),(2087190528,'ph'),(2087453696,'kh'),(2087454720,'cn'),(2087457792,'bd'),(2087458816,'fj'),(2087460864,'jp'),(2087462912,'cn'),(2087464960,'kh'),(2087467008,'jp'),(2087469056,'ap'),(2087481344,'sg'),(2087485440,'tw'),(2087501824,'jp'),(2087518208,'th'),(2087519232,'sg'),(2087520256,'fm'),(2087522304,'bd'),(2087524352,'th'),(2087526400,'pk'),(2087534592,'au'),(2087544832,'bd'),(2087545856,'jp'),(2087546880,'tw'),(2087550976,'jp'),(2087649280,'kr'),(2087714816,'cn'),(2088239104,'th'),(2088435712,'in'),(2088632320,'cn'),(2089287680,'kr'),(2089549824,'jp'),(2089943040,'kr'),(2089959424,'jp'),(2090041344,'cn'),(2090074112,'au'),(2090237952,'tw'),(2090240000,'in'),(2090241024,'my'),(2090242048,'jp'),(2090246144,'nz'),(2090250240,'jp'),(2090270720,'cn'),(2090401792,'id'),(2090418176,'in'),(2090434560,'kr'),(2090467328,'jp'),(2090565632,'tw'),(2090582016,'sg'),(2090590208,'nz'),(2090598400,'cn'),(2090680320,'nz'),(2090696704,'th'),(2090729472,'vn'),(2090733568,'au'),(2090736640,'in'),(2090737664,'ph'),(2090745856,'mn'),(2090762240,'id'),(2090778624,'hk'),(2090786816,'my'),(2090795008,'jp'),(2090860544,'cn'),(2091384832,'au'),(2091646976,'cn'),(2091909120,'au'),(2092957696,'cn'),(2093088768,'kr'),(2093154304,'id'),(2093187072,'my'),(2093191168,'jp'),(2093195264,'kr'),(2093203456,'mv'),(2093211648,'kr'),(2093219840,'cn'),(2093285376,'nz'),(2093301760,'sg'),(2093318144,'kr'),(2093342720,'my'),(2093350912,'kr'),(2093383680,'nz'),(2093416448,'kr'),(2093432832,'tw'),(2093449216,'kr'),(2093481984,'cn'),(2094006272,'jp'),(2094530560,'kr'),(2094596096,'ph'),(2094628864,'hk'),(2094645248,'kr'),(2094653440,'my'),(2094661632,'tw'),(2094759936,'jp'),(2094792704,'cn'),(2096152576,'pg'),(2096168960,'jp'),(2096234496,'cn'),(2096300032,'kr'),(2096332800,'au'),(2096349184,'cn'),(2096365568,'hk'),(2096431104,'jp'),(2096496640,'au'),(2096513024,'sg'),(2096529408,'jp'),(2096611328,'in'),(2096627712,'cn'),(2096660480,'nz'),(2096668672,'kh'),(2096676864,'hk'),(2096693248,'cn'),(2096889856,'au'),(2096955392,'in'),(2097020928,'cn'),(2097037312,'au'),(2097053696,'kr'),(2097086464,'jp'),(2097479680,'ph'),(2097545216,'jp'),(2097610752,'au'),(2097643520,'kr'),(2097676288,'jp'),(2098200576,'in'),(2098724864,'th'),(2098987008,'jp'),(2099183616,'mo'),(2099200000,'jp'),(2099216384,'kr'),(2099232768,'cn'),(2100297728,'jp'),(2100854784,'sg'),(2100887552,'kr'),(2100969472,'jp'),(2100985856,'cn'),(2101018624,'hk'),(2101084160,'kr'),(2101116928,'ph'),(2101149696,'kr'),(2101182464,'cn'),(2101231616,'au'),(2101239808,'in'),(2101272576,'tw'),(2101276672,'jp'),(2101280768,'au'),(2101288960,'jp'),(2101297152,'in'),(2101313536,'au'),(2101346304,'cn'),(2103640064,'in'),(2103705600,'jp'),(2103967744,'cn'),(2105540608,'kr'),(2107637760,'id'),(2108162048,'au'),(2108227584,'cn'),(2108293120,'jp'),(2108358656,'cn'),(2108424192,'jp'),(2108686336,'kr'),(2109734912,'jp'),(2110783488,'cn'),(2110799872,'kr'),(2110816256,'id'),(2110832640,'kr'),(2110865408,'pk'),(2110881792,'au'),(2110914560,'cn'),(2111045632,'ph'),(2111078400,'vn'),(2111111168,'cn'),(2111143936,'id'),(2111152128,'au'),(2111160320,'af'),(2111168512,'th'),(2111176704,'vn'),(2111193088,'au'),(2111201280,'cn'),(2111209472,'jp'),(2111217664,'lk'),(2111225856,'hk'),(2111242240,'cn'),(2111258624,'jp'),(2111275008,'hk'),(2111307776,'cn'),(2111832064,'tw'),(2112487424,'vn'),(2112618496,'nz'),(2112880640,'kr'),(2113683456,'ap'),(2113699840,'jp'),(2113716224,'ap'),(2113732608,'au'),(2113765376,'hk'),(2113798144,'au'),(2113812480,'jp'),(2113813504,'au'),(2113830912,'cn'),(2113863680,'au'),(2113929216,'jp'),(2156265472,'kr'),(2159542272,'au'),(2163867648,'au'),(2168193024,'jp'),(2169372672,'au'),(2170421248,'au'),(2170552320,'au'),(2172583936,'au'),(2173173760,'jp'),(2176057344,'au'),(2180579328,'jp'),(2180907008,'kr'),(2183266304,'jp'),(2184577024,'jp'),(2184708096,'au'),(2185560064,'jp'),(2186739712,'jp'),(2187264000,'au'),(2187722752,'au'),(2188640256,'au'),(2189099008,'nz'),(2189557760,'au'),(2191065088,'jp'),(2191196160,'au'),(2191392768,'jp'),(2193752064,'au'),(2193817600,'nz'),(2195193856,'nz'),(2195456000,'au'),(2205155328,'jp'),(2208956416,'au'),(2209087488,'au'),(2209677312,'au'),(2209939456,'au'),(2211119104,'nz'),(2211315712,'jp'),(2212036608,'au'),(2213281792,'au'),(2213675008,'au'),(2213806080,'au'),(2214068224,'jp'),(2226323456,'jp'),(2226454528,'nz'),(2226520064,'jp'),(2229141504,'jp'),(2229927936,'au'),(2231369728,'jp'),(2248605696,'au'),(2249326592,'au'),(2253062144,'kr'),(2255683584,'au'),(2257584128,'au'),(2257846272,'au'),(2258567168,'hk'),(2258632704,'jp'),(2259812352,'au'),(2259943424,'jp'),(2260992000,'cn'),(2261778432,'tw'),(2261975040,'au'),(2263678976,'jp'),(2291728384,'au'),(2293891072,'au'),(2293956608,'jp'),(2294677504,'jp'),(2302935040,'kr'),(2303459328,'au'),(2304507904,'au'),(2305622016,'au'),(2305753088,'au'),(2307129344,'sg'),(2308112384,'au'),(2308505600,'jp'),(2308571136,'au'),(2308767744,'au'),(2309357568,'au'),(2309750784,'au'),(2310864896,'hk'),(2312830976,'au'),(2315714560,'au'),(2316500992,'au'),(2316828672,'au'),(2317221888,'jp'),(2318139392,'au'),(2319908864,'au'),(2320171008,'nz'),(2320302080,'au'),(2320433152,'au'),(2321874944,'jp'),(2322268160,'jp'),(2323775488,'au'),(2327969792,'au'),(2329083904,'nz'),(2329149440,'jp'),(2329477120,'au'),(2330656768,'nz'),(2331181056,'jp'),(2331770880,'au'),(2334916608,'au'),(2335899648,'au'),(2337275904,'nz'),(2337669120,'au'),(2340552704,'au'),(2340683776,'au'),(2340814848,'au'),(2341994496,'jp'),(2342125568,'jp'),(2342715392,'au'),(2343043072,'au'),(2343501824,'tw'),(2344353792,'au'),(2346647552,'tw'),(2347106304,'au'),(2353987584,'au'),(2354118656,'jp'),(2354249728,'au'),(2354839552,'tw'),(2355101696,'tw'),(2355953664,'tw'),(2359230464,'au'),(2359820288,'au'),(2361917440,'nz'),(2365390848,'au'),(2372337664,'id'),(2373451776,'au'),(2374238208,'au'),(2376597504,'au'),(2377252864,'jp'),(2380201984,'kr'),(2380595200,'jp'),(2381512704,'au'),(2404974592,'hk'),(2405040128,'jp'),(2405171200,'au'),(2405302272,'jp'),(2405433344,'nz'),(2406940672,'au'),(2407333888,'jp'),(2408054784,'jp'),(2410348544,'jp'),(2410545152,'au'),(2411462656,'au'),(2412314624,'jp'),(2413297664,'au'),(2413428736,'au'),(2413625344,'jp'),(2414739456,'au'),(2415394816,'kr'),(2415722496,'jp'),(2415984640,'jp'),(2416312320,'au'),(2416967680,'in'),(2419392512,'au'),(2419523584,'au'),(2420244480,'nz'),(2421096448,'au'),(2422276096,'au'),(2423128064,'au'),(2423783424,'fj'),(2424438784,'au'),(2428960768,'my'),(2429353984,'au'),(2429878272,'jp'),(2429943808,'hk'),(2430205952,'au'),(2450194432,'au'),(2452815872,'jp'),(2453143552,'jp'),(2453536768,'au'),(2457075712,'au'),(2457141248,'jp'),(2457206784,'au'),(2458910720,'au'),(2460680192,'nz'),(2461138944,'au'),(2462253056,'au'),(2463956992,'au'),(2466643968,'kr'),(2466775040,'hk'),(2466906112,'au'),(2468937728,'au'),(2469068800,'kr'),(2469265408,'kr'),(2470576128,'au'),(2470772736,'au'),(2471231488,'au'),(2473394176,'au'),(2474901504,'au'),(2476539904,'jp'),(2476605440,'nz'),(2477785088,'jp'),(2479357952,'au'),(2479947776,'au'),(2480078848,'au'),(2492530688,'au'),(2493579264,'jp'),(2494955520,'au'),(2495807488,'au'),(2508652544,'au'),(2509242368,'au'),(2510749696,'au'),(2511011840,'au'),(2511339520,'au'),(2516647936,'jp'),(2523201536,'au'),(2526412800,'kr'),(2526478336,'au'),(2527920128,'au'),(2528575488,'kr'),(2529099776,'au'),(2529492992,'kr'),(2529886208,'au'),(2530082816,'nz'),(2530148352,'au'),(2531590144,'au'),(2541879296,'au'),(2543714304,'jp'),(2544631808,'jp'),(2545025024,'au'),(2555117568,'au'),(2555576320,'au'),(2556100608,'au'),(2556559360,'au'),(2556624896,'kr'),(2556755968,'hk'),(2556821504,'sg'),(2556887040,'hk'),(2557870080,'id'),(2559770624,'au'),(2559901696,'kr'),(2560163840,'nz'),(2564947968,'sg'),(2568224768,'sg'),(2573926400,'au'),(2574188544,'nz'),(2584346624,'kr'),(2585853952,'jp'),(2602565632,'nz'),(2604335104,'nz'),(2604400640,'au'),(2604990464,'sg'),(2605121536,'au'),(2609840128,'au'),(2610954240,'jp'),(2612723712,'au'),(2613903360,'au'),(2615541760,'kr'),(2618097664,'nz'),(2618294272,'au'),(2618687488,'au'),(2619277312,'bn'),(2620522496,'au'),(2621112320,'nz'),(2621308928,'nz'),(2621767680,'nz'),(2626879488,'kr'),(2627010560,'nz'),(2634088448,'jp'),(2638151680,'jp'),(2639593472,'au'),(2640642048,'jp'),(2642411520,'au'),(2644180992,'au'),(2645753856,'th'),(2646605824,'jp'),(2646933504,'kr'),(2647457792,'jp'),(2647851008,'au'),(2648899584,'au'),(2653421568,'au'),(2653683712,'kr'),(2653749248,'au'),(2654339072,'au'),(2656632832,'au'),(2657878016,'th'),(2659450880,'hk'),(2660237312,'in'),(2661351424,'bn'),(2662727680,'hk'),(2663776256,'jp'),(2665021440,'jp'),(2668429312,'au'),(2670985216,'au'),(2672361472,'au'),(2672820224,'jp'),(2674851840,'au'),(2675245056,'nz'),(2680422400,'au'),(2681143296,'au'),(2681405440,'jp'),(2682388480,'cn'),(2682519552,'jp'),(2683830272,'au'),(2684616704,'nz'),(2685075456,'jp'),(2688548864,'au'),(2689204224,'jp'),(2690646016,'sg'),(2696478720,'jp'),(2697854976,'au'),(2698444800,'jp'),(2698903552,'au'),(2699624448,'jp'),(2703032320,'nz'),(2703949824,'au'),(2704408576,'au'),(2705326080,'mo'),(2705391616,'nz'),(2706046976,'jp'),(2707226624,'jp'),(2708799488,'au'),(2708865024,'jp'),(2709127168,'kr'),(2709389312,'sg'),(2710241280,'my'),(2710437888,'my'),(2710503424,'au'),(2710700032,'au'),(2711093248,'au'),(2714238976,'th'),(2714697728,'cn'),(2716139520,'sg'),(2717253632,'th'),(2717384704,'jp'),(2718171136,'jp'),(2724790272,'cn'),(2725249024,'nz'),(2727411712,'au'),(2735144960,'nz'),(2735210496,'au'),(2735538176,'tw'),(2737438720,'jp'),(2738618368,'us'),(2738683904,'jp'),(2742681600,'au'),(2743009280,'au'),(2743205888,'jp'),(2744647680,'kr'),(2746482688,'kr'),(2747072512,'au'),(2748317696,'jp'),(2749890560,'au'),(2750349312,'kr'),(2754281472,'jp'),(2754478080,'jp'),(2754936832,'au'),(2755985408,'jp'),(2756378624,'au'),(2756575232,'sg'),(2756706304,'au'),(2757820416,'au'),(2758017024,'in'),(2758541312,'au'),(2758803456,'au'),(2759000064,'th'),(2759589888,'kr'),(2761949184,'jp'),(2762211328,'in'),(2769027072,'au'),(2769158144,'jp'),(2769616896,'sg'),(2770272256,'au'),(2772631552,'au'),(2772762624,'au'),(2773221376,'jp'),(2773745664,'nz'),(2773876736,'au'),(2774335488,'jp'),(2774532096,'jp'),(2774728704,'jp'),(2775318528,'jp'),(2775973888,'au'),(2776891392,'kr'),(2777481216,'kr'),(2777546752,'au'),(2780430336,'kr'),(2780495872,'au'),(2780758016,'au'),(2780954624,'kr'),(2781478912,'hk'),(2781675520,'nz'),(2781937664,'th'),(2782199808,'kr'),(2782658560,'ph'),(2783182848,'au'),(2783248384,'kr'),(2783969280,'au'),(2784034816,'jp'),(2784165888,'kr'),(2784362496,'kr'),(2789212160,'au'),(2789277696,'nz'),(2790195200,'kr'),(2790326272,'hk'),(2790457344,'nz'),(2791571456,'jp'),(2791768064,'kr'),(2791964672,'nz'),(2792292352,'cn'),(2792751104,'jp'),(2792882176,'au'),(2792947712,'sg'),(2793209856,'kr'),(2803761152,'au'),(2808545280,'au'),(2809856000,'au'),(2810314752,'au'),(2810904576,'cn'),(2812411904,'au'),(2812870656,'jp'),(2813263872,'jp'),(2813526016,'nz'),(2814181376,'au'),(2815229952,'id'),(2823159808,'hk'),(2823684096,'kr'),(2823749632,'jp'),(2824798208,'tw'),(2825519104,'hk'),(2826108928,'kr'),(2826436608,'th'),(2826829824,'kr'),(2827091968,'au'),(2827157504,'kr'),(2827223040,'au'),(2827354112,'au'),(2827747328,'au'),(2828533760,'au'),(2828664832,'kr'),(2829058048,'cn'),(2830761984,'au'),(2830893056,'kr'),(2831548416,'au'),(2832793600,'au'),(2832924672,'kr'),(2834825216,'kr'),(2835087360,'au'),(2844524544,'kr'),(2848522240,'au'),(2848980992,'au'),(2854617088,'my'),(2858352640,'sg'),(2862415872,'au'),(2863857664,'sg'),(2936012800,'cn'),(2937847808,'kh'),(2937848832,'jp'),(2937849856,'sg'),(2937850880,'my'),(2937851904,'jp'),(2937856000,'kr'),(2937860096,'jp'),(2937864192,'sg'),(2937880576,'jp'),(2937913344,'bd'),(2937978880,'cn'),(2938109952,'au'),(2938634240,'in'),(2938699776,'kr'),(2938703872,'hk'),(2938707968,'jp'),(2938710016,'au'),(2938712064,'tw'),(2938716160,'jp'),(2938732544,'sg'),(2938765312,'cn'),(2938961920,'hk'),(2938978304,'au'),(2938996736,'jp'),(2938998784,'au'),(2939002880,'kr'),(2939004928,'jp'),(2939006976,'kp'),(2939008000,'in'),(2939009024,'id'),(2939011072,'kr'),(2939027456,'cn'),(2942304256,'tw'),(2942566400,'kh'),(2942599168,'in'),(2942608384,'hk'),(2942609408,'in'),(2942615552,'hk'),(2942619648,'jp'),(2942631936,'in'),(2942697472,'cn'),(2942763008,'jp'),(2942767104,'au'),(2942771200,'id'),(2942795776,'jp'),(2942959616,'vn'),(2942960640,'au'),(2942961664,'id'),(2942965760,'au'),(2942967808,'af'),(2942976000,'kr'),(2942992384,'cn'),(2943025152,'pk'),(2943041536,'kr'),(2943057920,'au'),(2943090688,'jp'),(2943221760,'pk'),(2943291392,'kr'),(2943295488,'tw'),(2943303680,'jp'),(2943309824,'id'),(2943310848,'jp'),(2943311872,'hk'),(2943312896,'nz'),(2943313920,'sg'),(2943314944,'bd'),(2943315968,'id'),(2943318016,'jp'),(2943320064,'pk'),(2943336448,'tw'),(2943352832,'kr'),(2944401408,'jp'),(2944925696,'my'),(2945581056,'cn'),(2946236416,'sg'),(2946301952,'lk'),(2946367488,'kr'),(2946375680,'id'),(2946383872,'in'),(2946392064,'bd'),(2946393088,'jp'),(2946394112,'au'),(2946396160,'jp'),(2946400256,'nc'),(2946416640,'ph'),(2946433024,'hk'),(2946498560,'cn'),(2947547136,'ph'),(2947579904,'kr'),(2947584000,'to'),(2947586048,'jp'),(2947588096,'id'),(2947590144,'sg'),(2947592192,'hk'),(2947596288,'in'),(2947597312,'jp'),(2947598336,'au'),(2947602432,'nz'),(2947603456,'th'),(2947604480,'hk'),(2947612672,'jp'),(2947678208,'cn'),(2947743744,'jp'),(2947809280,'tw'),(2948071424,'jp'),(2948104192,'cn'),(2948120576,'au'),(2948128768,'id'),(2948132864,'tw'),(2948134912,'id'),(2948135936,'in'),(2948136960,'cn'),(2948595712,'kr'),(3019898880,'jp'),(3024093184,'kr'),(3024617472,'my'),(3024879616,'cn'),(3025141760,'kr'),(3025403904,'cn'),(3025600512,'ap'),(3025649664,'in'),(3025666048,'cn'),(3025928192,'tw'),(3025932288,'jp'),(3025944576,'kr'),(3025960960,'pk'),(3025969152,'in'),(3025973248,'au'),(3025975296,'sg'),(3025977344,'au'),(3025979392,'in'),(3025981440,'au'),(3025985536,'bd'),(3025989632,'kr'),(3025993728,'vn'),(3026059264,'ph'),(3026067456,'bd'),(3026068480,'ph'),(3026069504,'jp'),(3026071552,'ap'),(3026073600,'cn'),(3026075648,'af'),(3026083840,'cn'),(3026087936,'au'),(3026089984,'mn'),(3026092032,'mo'),(3026108416,'jp'),(3026114560,'sg'),(3026115584,'au'),(3026116608,'hk'),(3026118656,'au'),(3026120704,'jp'),(3026124800,'au'),(3026157568,'cn'),(3028287488,'th'),(3028353024,'sg'),(3028385792,'cn'),(3028484096,'kr'),(3028500480,'jp'),(3028516864,'au'),(3028520960,'id'),(3028521984,'la'),(3028523008,'jp'),(3028525056,'hk'),(3028533248,'jp'),(3028549632,'kr'),(3028811776,'cn'),(3029336064,'jp'),(3029598208,'vn'),(3029600256,'au'),(3029606400,'in'),(3029614592,'au'),(3029630976,'vn'),(3029635072,'jp'),(3029637120,'bd'),(3029639168,'jp'),(3029643264,'au'),(3029645312,'jp'),(3029651456,'bd'),(3029654528,'in'),(3029655552,'cn'),(3029663744,'bd'),(3029671936,'in'),(3029680128,'mn'),(3029696512,'cn'),(3029704704,'jp'),(3029712896,'au'),(3029714944,'jp'),(3029716992,'pk'),(3029721088,'ap'),(3029725184,'in'),(3029727232,'au'),(3029728256,'hk'),(3029729280,'au'),(3029762048,'hk'),(3029770240,'cn'),(3029778432,'kr'),(3029788672,'id'),(3029790720,'in'),(3029791744,'id'),(3029792768,'in'),(3029793792,'pg'),(3029794816,'in'),(3029860352,'cn'),(3031433216,'tw'),(3031564288,'in'),(3031572480,'hk'),(3031580672,'au'),(3031582720,'sg'),(3031584768,'jp'),(3031587840,'id'),(3031592960,'hk'),(3031595008,'au'),(3031597056,'pk'),(3031613440,'cn'),(3031629824,'in'),(3031695360,'th'),(3031760896,'au'),(3031826432,'kr'),(3031891968,'th'),(3031957504,'cn'),(3032252416,'hk'),(3032271872,'au'),(3032272896,'jp'),(3032276992,'in'),(3032285184,'jp'),(3032301568,'kr'),(3032317952,'jp'),(3032320000,'au'),(3032323072,'cn'),(3032324096,'au'),(3032326144,'tl'),(3032330240,'kr'),(3032334336,'nz'),(3032350720,'ph'),(3032743936,'jp'),(3033038848,'au'),(3033063424,'jp'),(3033065472,'my'),(3033066496,'bd'),(3033067520,'in'),(3033068544,'au'),(3033069568,'jp'),(3033070592,'cn'),(3033268224,'tw'),(3033530368,'cn'),(3033661440,'kr'),(3033694208,'bd'),(3033710592,'kr'),(3033712640,'sg'),(3033714688,'nz'),(3033716736,'th'),(3033717760,'bd'),(3033718784,'cn'),(3033726976,'kr'),(3033743360,'in'),(3033745408,'jp'),(3033747456,'in'),(3033748480,'jp'),(3033749504,'id'),(3033751552,'in'),(3033759744,'bd'),(3033792512,'cn'),(3033923584,'jp'),(3033939968,'au'),(3033956352,'in'),(3033964544,'hk'),(3033966592,'au'),(3033968640,'tw'),(3033972736,'th'),(3033980928,'jp'),(3033982976,'id'),(3033984000,'vn'),(3033985024,'id'),(3033989120,'in'),(3034054656,'au'),(3034120192,'tw'),(3034251264,'hk'),(3034316800,'jp'),(3034447872,'au'),(3034464256,'nz'),(3034466304,'jp'),(3034472448,'in'),(3034480640,'sg'),(3034482688,'af'),(3034484736,'th'),(3034488832,'au'),(3034499072,'hk'),(3034500096,'tw'),(3034501120,'vu'),(3034503168,'id'),(3034504192,'kr'),(3034505216,'cn'),(3034578944,'kr'),(3035103232,'ph'),(3035168768,'cn'),(3035193344,'jp'),(3035197440,'ap'),(3035199488,'in'),(3035201536,'au'),(3035202560,'jp'),(3035205632,'my'),(3035207680,'id'),(3035209728,'hk'),(3035217920,'kr'),(3035234304,'bd'),(3035299840,'jp'),(3035316224,'cn'),(3035324416,'jp'),(3035326464,'au'),(3035328512,'bd'),(3035332608,'au'),(3035335680,'jp'),(3035337728,'id'),(3035338752,'sg'),(3035340800,'mn'),(3035348992,'au'),(3035365376,'kr'),(3035627520,'id'),(3054501888,'hk'),(3054534656,'ph'),(3054537728,'sg'),(3054538752,'bd'),(3054540800,'nz'),(3054541824,'bd'),(3054542848,'id'),(3054551040,'cn'),(3054559232,'jp'),(3054561280,'sg'),(3054562304,'jp'),(3054563328,'id'),(3054567424,'th'),(3054632960,'cn'),(3054665728,'in'),(3054682112,'ph'),(3054698496,'in'),(3054764032,'jp'),(3054960640,'id'),(3054993408,'in'),(3054997504,'sg'),(3055001600,'id'),(3055005696,'nz'),(3055009792,'au'),(3055013888,'jp'),(3055014912,'au'),(3055015936,'jp'),(3055026176,'id'),(3055550464,'cn'),(3056599040,'jp'),(3056615424,'bd'),(3056623616,'cn'),(3056631808,'nz'),(3056648192,'in'),(3056664576,'cn'),(3056734208,'kr'),(3056746496,'np'),(3056747520,'bd'),(3056748544,'ws'),(3056750592,'th'),(3056754688,'jp'),(3056758784,'cn'),(3056762880,'sg'),(3056771072,'nz'),(3056773120,'ws'),(3056775168,'ap'),(3056779264,'jp'),(3056791552,'id'),(3056795648,'cn'),(3056861184,'th'),(3056992256,'cn'),(3057025024,'ph'),(3057033216,'nz'),(3057041408,'my'),(3057049600,'au'),(3057053696,'jp'),(3057054720,'hk'),(3057055744,'jp'),(3057057792,'sg'),(3057123328,'in'),(3057451008,'cn'),(3057516544,'my'),(3057647616,'in'),(3058696192,'cn'),(3059548160,'mo'),(3059564544,'np'),(3059572736,'jp'),(3059580928,'th'),(3059613696,'in'),(3059744768,'cn'),(3063414784,'hk'),(3063545856,'nz'),(3063676928,'in'),(3063742464,'cn'),(3063808000,'jp'),(3063939072,'mn'),(3063955456,'cn'),(3063963648,'bd'),(3063971840,'au'),(3064004608,'lk'),(3064012800,'my'),(3064020992,'jp'),(3064023040,'sg'),(3064024064,'jp'),(3064025088,'vn'),(3064029184,'kr'),(3064135680,'jp'),(3064160256,'bd'),(3064168448,'kr'),(3064201216,'jp'),(3064725504,'kr'),(3064791040,'tw'),(3064807424,'in'),(3064808448,'tw'),(3064809472,'my'),(3064810496,'hk'),(3064811520,'kr'),(3064823808,'jp'),(3064832000,'kr'),(3064840192,'gu'),(3064856576,'cn'),(3064987648,'pk'),(3066036224,'kr'),(3066560512,'cn'),(3067084800,'kr'),(3068657664,'th'),(3068723200,'tw'),(3068919808,'jp'),(3068948480,'vn'),(3068949504,'au'),(3068950528,'nz'),(3068952576,'cn'),(3068985344,'hk'),(3068986368,'au'),(3068987392,'in'),(3068990464,'vn'),(3068991488,'in'),(3068992512,'ph'),(3068993536,'kr'),(3069018112,'in'),(3069034496,'kr'),(3069050880,'cn'),(3069124608,'ph'),(3069126656,'my'),(3069127680,'tw'),(3069128704,'hk'),(3069149184,'au'),(3069181952,'cn'),(3069706240,'jp'),(3069968384,'kr'),(3069984768,'bd'),(3070001152,'kr'),(3070033920,'id'),(3070099456,'cn'),(3070164992,'id'),(3070167040,'th'),(3070169088,'id'),(3070170112,'my'),(3070171136,'hk'),(3070172160,'au'),(3070173184,'ph'),(3070181376,'jp'),(3070185472,'au'),(3070197760,'kr'),(3070230528,'cn'),(3074949120,'jp'),(3075342336,'my'),(3075375104,'kr'),(3075383296,'in'),(3075385344,'my'),(3075386368,'au'),(3075387392,'jp'),(3075388416,'my'),(3075389440,'in'),(3075390464,'jp'),(3075391488,'kr'),(3075407872,'jp'),(3075473408,'vn'),(3075571712,'fj'),(3075575808,'au'),(3075579904,'my'),(3075581952,'mn'),(3075582976,'th'),(3075584000,'jp'),(3075585024,'cn'),(3075586048,'kh'),(3075588096,'sg'),(3075604480,'in'),(3075735552,'cn'),(3075866624,'jp'),(3075915776,'kr'),(3075932160,'in'),(3075997696,'th'),(3076128768,'sg'),(3076161536,'kr'),(3076169728,'vn'),(3076171776,'th'),(3076173824,'jp'),(3076175872,'hk'),(3076177920,'jp'),(3076194304,'vn'),(3076202496,'hk'),(3076210688,'id'),(3076227072,'cn'),(3076228096,'np'),(3076229120,'th'),(3076231168,'cn'),(3076235264,'vn'),(3076243456,'kr'),(3076259840,'cn'),(3076521984,'kr'),(3078619136,'cn'),(3081437184,'my'),(3081502720,'cn'),(3081764864,'jp'),(3081846784,'ap'),(3081854976,'mn'),(3081859072,'ph'),(3081861120,'au'),(3081862144,'in'),(3081863168,'jp'),(3081895936,'hk'),(3082027008,'jp'),(3082158080,'cn'),(3082166272,'jp'),(3082174464,'ph'),(3082178560,'ap'),(3082179584,'in'),(3082181632,'id'),(3082182656,'la'),(3082190848,'jp'),(3082289152,'cn'),(3221576192,'kr'),(3221608448,'jp'),(3221614592,'au'),(3222031360,'au'),(3222319616,'jp'),(3222320128,'au'),(3222952704,'jp'),(3222953216,'jp'),(3222953984,'jp'),(3222984448,'au'),(3222988800,'au'),(3223286784,'jp'),(3223307520,'jp'),(3223422720,'jp'),(3223534336,'au'),(3223582720,'au'),(3223949824,'au'),(3223955968,'th'),(3223958016,'jp'),(3223964416,'au'),(3223965184,'id'),(3223991296,'au'),(3223993344,'au'),(3223999488,'jp'),(3224004352,'jp'),(3224016640,'au'),(3224038656,'jp'),(3224088064,'jp'),(3224090880,'au'),(3224091904,'jp'),(3224094208,'au'),(3224094976,'jp'),(3224096512,'au'),(3224101376,'au'),(3224104704,'au'),(3224305664,'jp'),(3224399104,'au'),(3224434688,'au'),(3224502272,'jp'),(3224571904,'jp'),(3224651776,'au'),(3224663808,'jp'),(3224677120,'au'),(3224680704,'au'),(3224683520,'au'),(3224791296,'au'),(3224797696,'nz'),(3224798976,'au'),(3224827648,'jp'),(3224828672,'au'),(3224855040,'au'),(3224858112,'jp'),(3224858624,'au'),(3224860160,'jp'),(3224878592,'au'),(3224880640,'au'),(3224883456,'au'),(3224886016,'au'),(3224886272,'jp'),(3224889344,'au'),(3224890880,'jp'),(3225028864,'jp'),(3225051392,'jp'),(3225060608,'au'),(3225506304,'au'),(3225518592,'au'),(3225531904,'au'),(3225540864,'au'),(3225548800,'nz'),(3225549312,'au'),(3225616640,'au'),(3225619456,'au'),(3225637888,'au'),(3225659392,'nz'),(3225660160,'au'),(3225671936,'au'),(3225679872,'au'),(3225710080,'jp'),(3225715712,'au'),(3225717504,'au'),(3225725696,'au'),(3225727744,'au'),(3225742080,'jp'),(3225847552,'au'),(3225857536,'au'),(3225858816,'jp'),(3225868288,'au'),(3225869056,'au'),(3225944832,'tw'),(3225977856,'ch'),(3225978112,'tw'),(3226012672,'au'),(3226014976,'nz'),(3226015232,'au'),(3226015744,'id'),(3226026496,'au'),(3226110720,'au'),(3226237440,'au'),(3226270720,'jp'),(3226273792,'au'),(3226276096,'au'),(3226633216,'jp'),(3226635264,'au'),(3226636032,'au'),(3226640640,'au'),(3226656256,'au'),(3226658304,'au'),(3226691584,'jp'),(3226695168,'au'),(3226696192,'cn'),(3226696448,'au'),(3226705152,'jp'),(3226707456,'tw'),(3226708224,'cn'),(3226708480,'tw'),(3226715648,'au'),(3226720512,'jp'),(3226722304,'au'),(3226724096,'au'),(3226725632,'au'),(3226748672,'jp'),(3226753280,'au'),(3226786560,'au'),(3226789376,'au'),(3226791168,'au'),(3226792192,'au'),(3226795264,'nz'),(3226864640,'nz'),(3226894592,'au'),(3226895360,'sg'),(3226903808,'au'),(3226994176,'au'),(3227013120,'jp'),(3227014400,'nz'),(3227018496,'jp'),(3227023104,'nz'),(3227040512,'au'),(3227041280,'nz'),(3227235072,'au'),(3227236608,'au'),(3227243776,'au'),(3227254272,'hk'),(3227258624,'nz'),(3227396352,'au'),(3227401728,'au'),(3227417088,'bn'),(3227429120,'nz'),(3227430400,'hk'),(3227437056,'au'),(3227439104,'au'),(3227442176,'jp'),(3227443968,'au'),(3227446784,'jp'),(3227448064,'au'),(3227779584,'kr'),(3227784704,'au'),(3227792640,'nz'),(3227798784,'th'),(3227799552,'au'),(3227848704,'nz'),(3227867904,'th'),(3227878912,'au'),(3227891456,'au'),(3227909632,'au'),(3227931392,'th'),(3227933696,'nz'),(3227971328,'au'),(3227974144,'au'),(3227986432,'jp'),(3227986688,'us'),(3227987456,'au'),(3228008960,'au'),(3228045056,'kr'),(3228051456,'jp'),(3228052224,'au'),(3228061696,'jp'),(3228085248,'jp'),(3228100608,'jp'),(3228104192,'jp'),(3228105728,'nz'),(3228109312,'nz'),(3228240128,'au'),(3228240384,'nz'),(3228263680,'au'),(3228266496,'nz'),(3228281600,'nz'),(3228328704,'au'),(3228332288,'au'),(3228362240,'th'),(3228508160,'au'),(3228526080,'nz'),(3228526848,'au'),(3228620544,'au'),(3229254400,'sg'),(3229264640,'nz'),(3229265920,'au'),(3229266944,'nz'),(3229274624,'au'),(3229354496,'au'),(3229358080,'nz'),(3229381888,'au'),(3229390848,'au'),(3229391360,'cn'),(3229814016,'au'),(3229817600,'au'),(3229833728,'au'),(3229874944,'au'),(3229880064,'kr'),(3229884160,'jp'),(3229886720,'au'),(3229900032,'au'),(3229902336,'au'),(3229939456,'kr'),(3229940992,'au'),(3229944320,'th'),(3229945344,'au'),(3229947136,'au'),(3229949696,'nz'),(3229952256,'au'),(3229958656,'nz'),(3229958912,'sg'),(3230095616,'jp'),(3230125824,'au'),(3230126592,'au'),(3230129664,'jp'),(3230148352,'au'),(3230153472,'pf'),(3230174464,'in'),(3230295040,'au'),(3230299648,'sg'),(3230317568,'sg'),(3230333696,'nz'),(3230827776,'nz'),(3230832128,'nz'),(3230840832,'jp'),(3230842112,'au'),(3230844928,'au'),(3230849536,'nz'),(3230853120,'au'),(3230857984,'au'),(3230888448,'au'),(3230897920,'nz'),(3230919424,'au'),(3230922240,'au'),(3230924032,'au'),(3230954496,'au'),(3230981376,'nz'),(3230981888,'au'),(3230995456,'au'),(3230999552,'au'),(3231004160,'au'),(3231028480,'au'),(3231043840,'jp'),(3231051520,'hk'),(3231080448,'au'),(3231083264,'au'),(3231088896,'au'),(3231092736,'nz'),(3231107072,'au'),(3231107584,'au'),(3231111680,'nz'),(3231115776,'au'),(3231118848,'au'),(3231119616,'th'),(3231154432,'in'),(3231204608,'jp'),(3231208960,'au'),(3231217408,'au'),(3231223808,'au'),(3231224320,'au'),(3231237376,'au'),(3231241216,'jp'),(3231254784,'au'),(3231276288,'au'),(3231276800,'jp'),(3231292928,'au'),(3231302656,'au'),(3231309056,'ph'),(3231316736,'nz'),(3231322112,'sg'),(3231484928,'jp'),(3231491328,'nz'),(3231502080,'au'),(3231505408,'jp'),(3231506688,'nz'),(3231512832,'au'),(3231556096,'hk'),(3231563520,'hk'),(3231649792,'sg'),(3231715328,'au'),(3231716096,'au'),(3231718656,'pg'),(3231729408,'au'),(3231750912,'au'),(3231752448,'jp'),(3231754496,'au'),(3231763712,'au'),(3231769088,'nz'),(3231769856,'au'),(3231809536,'nz'),(3232309248,'sg'),(3232555776,'jp'),(3232567296,'nz'),(3232661504,'jp'),(3233557248,'nz'),(3233564416,'nz'),(3233564928,'jp'),(3233572096,'au'),(3233573632,'au'),(3233575680,'au'),(3233579008,'au'),(3233584896,'au'),(3233589760,'cn'),(3233590016,'tw'),(3233590272,'th'),(3233590784,'ph'),(3233591040,'id'),(3233593600,'nz'),(3233593856,'au'),(3233607936,'nz'),(3233617920,'jp'),(3233620480,'nz'),(3233625600,'au'),(3233635840,'au'),(3233646592,'au'),(3233649664,'au'),(3233652480,'au'),(3233665024,'au'),(3233668864,'ph'),(3233670400,'au'),(3233692928,'au'),(3233694208,'au'),(3233704960,'nz'),(3233723392,'au'),(3233729536,'sg'),(3233730560,'au'),(3233808384,'tw'),(3234005504,'au'),(3234007552,'au'),(3234008064,'nz'),(3234013696,'au'),(3234014976,'kr'),(3234016256,'au'),(3234031104,'au'),(3234033664,'au'),(3234043904,'au'),(3234048512,'au'),(3234052608,'nz'),(3234055424,'au'),(3234061056,'nz'),(3234064640,'au'),(3234275328,'au'),(3234349056,'nz'),(3234539008,'au'),(3234550016,'nz'),(3234554624,'nz'),(3234564608,'kr'),(3234568704,'nz'),(3234569216,'au'),(3234574336,'au'),(3234576128,'hk'),(3234578688,'au'),(3234582528,'nz'),(3234583808,'au'),(3234584576,'nz'),(3234588672,'mo'),(3234589440,'au'),(3234592512,'th'),(3234752000,'hk'),(3234753536,'au'),(3234755840,'au'),(3234764800,'nz'),(3234799872,'au'),(3234807808,'th'),(3234814720,'hk'),(3234816000,'au'),(3234820352,'au'),(3234821888,'au'),(3234828032,'nz'),(3234830080,'au'),(3234832640,'au'),(3234833664,'au'),(3234839296,'au'),(3234841856,'au'),(3234853376,'th'),(3234854912,'au'),(3234856448,'th'),(3235512320,'jp'),(3236102400,'ph'),(3236200448,'my'),(3236302848,'nz'),(3236368128,'nz'),(3236372992,'au'),(3236379392,'au'),(3236384000,'au'),(3236396800,'au'),(3236398848,'au'),(3236401152,'au'),(3236406784,'au'),(3236407552,'sg'),(3236411136,'nz'),(3236413696,'au'),(3236416256,'au'),(3236418304,'au'),(3236419584,'au'),(3236420096,'au'),(3236427776,'nz'),(3236438016,'au'),(3236462592,'au'),(3236575744,'jp'),(3236620032,'au'),(3236623616,'au'),(3236958208,'au'),(3237216256,'jp'),(3237284608,'au'),(3237285120,'au'),(3237290496,'au'),(3237291008,'nz'),(3237296640,'sg'),(3237300480,'nz'),(3237305856,'nz'),(3237308672,'au'),(3237321472,'hk'),(3237329152,'nz'),(3237330944,'au'),(3237331968,'hk'),(3237335040,'hk'),(3237335552,'au'),(3237337856,'au'),(3237338112,'nz'),(3237345536,'kr'),(3237478400,'lk'),(3237548032,'kr'),(3237712896,'au'),(3237724928,'au'),(3237726464,'au'),(3237727232,'au'),(3237733120,'th'),(3237733632,'au'),(3237733888,'nz'),(3288400128,'in'),(3288417280,'in'),(3288426496,'in'),(3288427520,'in'),(3288428800,'in'),(3288434176,'in'),(3288547584,'in'),(3288549376,'pk'),(3289128960,'in'),(3289321472,'in'),(3322875904,'au'),(3323003136,'jp'),(3323004672,'cn'),(3323020800,'sg'),(3323030016,'au'),(3323031808,'au'),(3323033088,'jp'),(3323061248,'sg'),(3323064320,'au'),(3323339264,'au'),(3323339520,'th'),(3323340032,'nz'),(3323342592,'au'),(3323346176,'au'),(3323659264,'nz'),(3324579840,'nz'),(3325034496,'nz'),(3325100544,'hk'),(3325100800,'nz'),(3325108224,'au'),(3325122304,'au'),(3325128704,'th'),(3325131776,'au'),(3325232128,'au'),(3325256448,'hk'),(3325256960,'id'),(3325278720,'au'),(3325281024,'nz'),(3325281280,'au'),(3325284864,'au'),(3325562880,'ph'),(3325886720,'nz'),(3325888512,'au'),(3326729216,'jp'),(3328421120,'hk'),(3331194880,'au'),(3334995968,'ph'),(3388997632,'au'),(3389001728,'ph'),(3389005824,'nz'),(3389014016,'au'),(3389014272,'jp'),(3389014784,'au'),(3389015808,'sg'),(3389016064,'jp'),(3389016576,'au'),(3389017088,'jp'),(3389017344,'hk'),(3389018112,'pg'),(3389018368,'id'),(3389018624,'au'),(3389019136,'nz'),(3389019392,'au'),(3389020160,'sg'),(3389020672,'au'),(3389020928,'ph'),(3389021184,'au'),(3389021440,'jp'),(3389021696,'my'),(3389021952,'au'),(3389022464,'nz'),(3389022720,'au'),(3389023232,'hk'),(3389023488,'au'),(3389024000,'id'),(3389024256,'hk'),(3389024512,'au'),(3389025792,'cn'),(3389026048,'th'),(3389026304,'hk'),(3389026560,'au'),(3389027328,'id'),(3389027584,'th'),(3389028608,'nz'),(3389028864,'hk'),(3389029376,'nz'),(3389029888,'sg'),(3389030400,'hk'),(3389035520,'au'),(3389035776,'sg'),(3389036288,'nz'),(3389036544,'sg'),(3389036800,'nz'),(3389037056,'au'),(3389037568,'ap'),(3389038592,'hk'),(3389042688,'cn'),(3389043712,'hk'),(3389044736,'au'),(3389045760,'fr'),(3389046784,'ap'),(3389063168,'au'),(3389064448,'sg'),(3389064704,'hk'),(3389065216,'nz'),(3389067264,'au'),(3389071360,'pg'),(3389079552,'sg'),(3389092352,'ph'),(3389092864,'au'),(3389093888,'in'),(3389095936,'sg'),(3389104128,'sb'),(3389112320,'mv'),(3389116416,'jp'),(3389120512,'au'),(3389122560,'hk'),(3389122816,'au'),(3389123584,'id'),(3389123840,'au'),(3389124352,'sg'),(3389124608,'pg'),(3389128704,'au'),(3389129728,'nz'),(3389132800,'au'),(3389136896,'hk'),(3389142016,'tw'),(3389143040,'au'),(3389145088,'hk'),(3389151232,'jp'),(3389153280,'tv'),(3389161472,'ap'),(3389194240,'au'),(3389195776,'hk'),(3389196288,'au'),(3389197568,'in'),(3389198336,'nz'),(3389202432,'au'),(3389210624,'in'),(3389210880,'au'),(3389211136,'in'),(3389211392,'au'),(3389211648,'th'),(3389212672,'au'),(3389213440,'in'),(3389214464,'au'),(3389222912,'in'),(3389227008,'pf'),(3389227520,'pk'),(3389228032,'au'),(3389228800,'sg'),(3389229056,'jp'),(3389229312,'au'),(3389229568,'sg'),(3389230080,'jp'),(3389235200,'tw'),(3389243392,'au'),(3389247488,'id'),(3389251584,'pf'),(3389259776,'ph'),(3389263872,'nz'),(3389266176,'in'),(3389266432,'hk'),(3389266944,'au'),(3389267968,'ws'),(3389276160,'au'),(3389284352,'bd'),(3389292544,'cn'),(3389300736,'id'),(3389301248,'au'),(3389301760,'in'),(3389302016,'au'),(3389302528,'pk'),(3389302784,'vn'),(3389303040,'tw'),(3389303296,'id'),(3389303808,'in'),(3389304064,'bd'),(3389304320,'ph'),(3389304576,'au'),(3389304832,'vn'),(3389305088,'in'),(3389305600,'id'),(3389305856,'in'),(3389306112,'au'),(3389306368,'in'),(3389306624,'au'),(3389306880,'fj'),(3389307136,'id'),(3389307648,'hk'),(3389307904,'au'),(3389308160,'kh'),(3389308416,'au'),(3389308672,'ph'),(3389308928,'hk'),(3389317120,'au'),(3389322240,'jp'),(3389324032,'vu'),(3389324288,'cn'),(3389325312,'au'),(3389326336,'tw'),(3389326848,'au'),(3389327360,'tw'),(3389333504,'bd'),(3389341696,'jp'),(3389345792,'th'),(3389349888,'au'),(3389358080,'pk'),(3389366272,'au'),(3389374464,'mn'),(3389382656,'tw'),(3389390848,'hk'),(3389391360,'vn'),(3389391616,'au'),(3389392128,'nz'),(3389392896,'au'),(3389411328,'in'),(3389411584,'au'),(3389412352,'nz'),(3389412864,'au'),(3389413120,'nz'),(3389413376,'ap'),(3389413888,'th'),(3389414144,'au'),(3389414656,'nz'),(3389414912,'hk'),(3389415168,'kr'),(3389415424,'vn'),(3389415936,'jp'),(3389416192,'in'),(3389416448,'th'),(3389416960,'sg'),(3389417216,'jp'),(3389417472,'tw'),(3389417984,'au'),(3389418240,'th'),(3389418496,'au'),(3389418752,'nz'),(3389419264,'th'),(3389419520,'au'),(3389420544,'nz'),(3389421056,'au'),(3389421312,'jp'),(3389421568,'ki'),(3389422592,'au'),(3389431808,'sg'),(3389440000,'hk'),(3389444096,'id'),(3389452288,'sg'),(3389453312,'jp'),(3389454336,'au'),(3389455360,'ap'),(3389456384,'nz'),(3389456896,'au'),(3389457408,'nz'),(3389458432,'au'),(3389460480,'jp'),(3389464576,'nz'),(3389469696,'in'),(3389471744,'nz'),(3389472768,'au'),(3389480960,'jp'),(3389489152,'hk'),(3389493248,'au'),(3389521920,'sg'),(3389523456,'jp'),(3389523968,'nz'),(3389525504,'tw'),(3389526016,'au'),(3389528320,'th'),(3389528576,'jp'),(3389529088,'id'),(3389529600,'ph'),(3389529856,'ap'),(3389530112,'au'),(3389532160,'sg'),(3389533184,'nz'),(3389534208,'jp'),(3389538560,'th'),(3389542400,'jp'),(3389543424,'th'),(3389544448,'hk'),(3389545472,'au'),(3389545728,'hk'),(3389545984,'sg'),(3389546496,'au'),(3389554688,'cn'),(3389575168,'jp'),(3389579264,'ph'),(3389587456,'au'),(3389604352,'sg'),(3389604864,'hk'),(3389605120,'id'),(3389605376,'au'),(3389605888,'id'),(3389606400,'au'),(3389606656,'in'),(3389606912,'la'),(3389607424,'au'),(3389607680,'vn'),(3389608192,'th'),(3389608448,'ap'),(3389608704,'au'),(3389608960,'vn'),(3389609216,'id'),(3389609472,'sg'),(3389609728,'au'),(3389609984,'nz'),(3389610240,'in'),(3389610496,'hk'),(3389610752,'in'),(3389611520,'au'),(3389612032,'my'),(3389616128,'in'),(3389640704,'jp'),(3389644800,'nz'),(3389652992,'au'),(3389661184,'in'),(3389669376,'cn'),(3389673472,'au'),(3389677568,'jp'),(3389685760,'au'),(3389718528,'jp'),(3389784064,'nz'),(3389784320,'au'),(3389784576,'sg'),(3389784832,'nz'),(3389785088,'hk'),(3389786112,'jp'),(3389788160,'in'),(3389788416,'ph'),(3389788928,'ap'),(3389789696,'au'),(3389790720,'bn'),(3389790976,'jp'),(3389791232,'ap'),(3389792256,'au'),(3389801984,'nz'),(3389802240,'au'),(3389802752,'th'),(3389803520,'nz'),(3389806080,'au'),(3389807360,'nz'),(3389807616,'au'),(3389808128,'sg'),(3389808640,'nz'),(3389808896,'th'),(3389809152,'au'),(3389809920,'in'),(3389810176,'au'),(3389810688,'nz'),(3389811200,'au'),(3389811712,'nz'),(3389811968,'au'),(3389813760,'th'),(3389814528,'au'),(3389815296,'nz'),(3389816064,'au'),(3389846272,'jp'),(3389847552,'nz'),(3389849600,'jp'),(3389915136,'au'),(3389917184,'tw'),(3389919232,'nz'),(3389931520,'au'),(3389932288,'hk'),(3389933056,'pk'),(3389933568,'in'),(3389933824,'nz'),(3389934592,'au'),(3389935616,'hk'),(3389935872,'au'),(3389936128,'nz'),(3389936896,'ph'),(3389937664,'cn'),(3389937920,'au'),(3389939712,'nz'),(3389940224,'au'),(3389940480,'nz'),(3389940992,'au'),(3389941248,'nz'),(3389941504,'kr'),(3389941760,'au'),(3389942272,'nz'),(3389943296,'au'),(3389944320,'nz'),(3389944832,'au'),(3389945088,'th'),(3389945344,'au'),(3389947648,'nz'),(3389947904,'au'),(3389949696,'nz'),(3389950208,'au'),(3389950976,'nz'),(3389951744,'au'),(3389953280,'nz'),(3389953792,'au'),(3389954304,'sg'),(3389954816,'au'),(3389956608,'th'),(3389957376,'kr'),(3389957632,'au'),(3389957888,'nz'),(3389958400,'au'),(3389970432,'nz'),(3389971200,'au'),(3389971968,'hk'),(3389972224,'au'),(3389972736,'nz'),(3389973760,'au'),(3389975296,'cn'),(3389976320,'au'),(3389979648,'nz'),(3389980416,'id'),(3389980672,'jp'),(3390308352,'nz'),(3390310400,'au'),(3390316544,'nz'),(3390325248,'hk'),(3390325504,'au'),(3390327808,'nz'),(3390329088,'au'),(3390329344,'kr'),(3390330624,'th'),(3390330880,'hk'),(3390331392,'jp'),(3390331648,'nz'),(3390332416,'hk'),(3390332928,'nz'),(3390333440,'ap'),(3390333696,'kr'),(3390333952,'hk'),(3390334464,'nz'),(3390335232,'th'),(3390335488,'id'),(3390336512,'jp'),(3390336768,'ap'),(3390337024,'gu'),(3390337280,'nz'),(3390337536,'sg'),(3390338304,'hk'),(3390338816,'kr'),(3390339072,'cn'),(3390339328,'nz'),(3390339840,'jp'),(3390340352,'hk'),(3390341120,'kr'),(3390375936,'au'),(3390377984,'nz'),(3390382080,'lk'),(3390390272,'nz'),(3390402560,'jp'),(3390406656,'nz'),(3390408192,'in'),(3390408704,'nz'),(3390409728,'th'),(3390409984,'nz'),(3390410752,'th'),(3390411008,'sg'),(3390411520,'in'),(3390411776,'my'),(3390412032,'th'),(3390412288,'jp'),(3390413312,'sg'),(3390413568,'nz'),(3390414336,'sg'),(3390414848,'jp'),(3390418944,'mv'),(3390423040,'sg'),(3390439424,'nz'),(3390441472,'th'),(3390443520,'nz'),(3390447360,'id'),(3390447616,'kr'),(3390455808,'jp'),(3390472192,'nc'),(3390480384,'au'),(3390484480,'gu'),(3390488576,'bd'),(3390492672,'jp'),(3390496768,'nc'),(3390500864,'hk'),(3390502912,'cn'),(3390504960,'jp'),(3390767104,'nz'),(3390769408,'in'),(3390769664,'th'),(3390770176,'au'),(3390770688,'jp'),(3390770944,'au'),(3390771200,'nz'),(3390832640,'th'),(3390963712,'kr'),(3391094784,'jp'),(3391356928,'nz'),(3391488000,'cn'),(3391492096,'hk'),(3391496192,'sg'),(3391504384,'cn'),(3391525888,'au'),(3391526144,'cn'),(3391528192,'au'),(3391528448,'cn'),(3391529472,'au'),(3391529984,'cn'),(3391533568,'hk'),(3391535104,'cn'),(3391553536,'tw'),(3391619072,'hk'),(3391620608,'in'),(3391620864,'hk'),(3391660800,'au'),(3391661056,'hk'),(3391663104,'ph'),(3391664128,'bd'),(3391668224,'hk'),(3391676416,'sg'),(3391684608,'in'),(3391685632,'au'),(3391686656,'in'),(3391687680,'au'),(3391688704,'in'),(3391717888,'us'),(3391718144,'in'),(3391718912,'jp'),(3391719424,'nz'),(3391720448,'ap'),(3391722240,'ph'),(3391722496,'in'),(3391723520,'cn'),(3391725568,'th'),(3391733760,'in'),(3391734016,'au'),(3391734784,'jp'),(3391736832,'in'),(3391737856,'jp'),(3391741952,'in'),(3391746048,'cn'),(3391750144,'sg'),(3391815680,'au'),(3391817728,'to'),(3391819776,'jp'),(3391823872,'th'),(3391827968,'kr'),(3391832064,'id'),(3391832576,'au'),(3391832832,'in'),(3391833088,'jp'),(3391834112,'id'),(3391835136,'cn'),(3391836160,'au'),(3391836672,'hk'),(3391837184,'au'),(3391838208,'id'),(3391838720,'in'),(3391838976,'au'),(3391839232,'id'),(3391840256,'jp'),(3391841280,'my'),(3391842304,'jp'),(3391843328,'vn'),(3391844352,'id'),(3391845888,'pk'),(3391848448,'au'),(3391852544,'cn'),(3391856640,'id'),(3391864832,'ap'),(3391873024,'au'),(3391877120,'jp'),(3391879168,'id'),(3391881216,'th'),(3391895552,'in'),(3391896576,'th'),(3391900416,'au'),(3391901696,'pk'),(3391905792,'th'),(3391906048,'jp'),(3391906304,'au'),(3391906816,'ph'),(3391907840,'bd'),(3391909888,'io'),(3391910912,'au'),(3391911936,'hk'),(3391913984,'th'),(3391920128,'au'),(3391930368,'th'),(3391946752,'hk'),(3391947520,'au'),(3391947776,'hk'),(3391948288,'in'),(3391948800,'hk'),(3391949312,'in'),(3391949824,'jp'),(3391950080,'au'),(3391950336,'hk'),(3391971328,'au'),(3391979520,'hk'),(3391979776,'jp'),(3391980032,'hk'),(3391980544,'my'),(3391983616,'np'),(3391984640,'ap'),(3391984896,'id'),(3391985152,'au'),(3391986688,'pk'),(3391987200,'au'),(3391987456,'bd'),(3391987712,'jp'),(3391991808,'hk'),(3392012288,'id'),(3392017152,'in'),(3392017408,'id'),(3392017920,'in'),(3392018432,'id'),(3392020480,'cn'),(3392028672,'id'),(3392040960,'my'),(3392045056,'id'),(3392046080,'au'),(3392049152,'id'),(3392053248,'nz'),(3392061440,'in'),(3392069632,'cn'),(3392073728,'id'),(3392077824,'au'),(3392081920,'jp'),(3392086016,'au'),(3392094208,'id'),(3392098560,'au'),(3392098816,'ph'),(3392099328,'au'),(3392100096,'vn'),(3392100352,'id'),(3392100608,'sg'),(3392100864,'id'),(3392101888,'pk'),(3392102144,'au'),(3392102400,'kh'),(3392108544,'au'),(3392109568,'in'),(3392109824,'ph'),(3392110336,'in'),(3392110592,'ph'),(3392112128,'au'),(3392112640,'ph'),(3392114176,'vn'),(3392114432,'kr'),(3392114688,'gu'),(3392118784,'my'),(3392126976,'id'),(3392135168,'th'),(3392143360,'jp'),(3392208896,'nz'),(3392339968,'np'),(3392340992,'jp'),(3392344064,'id'),(3392348160,'jp'),(3392354304,'id'),(3392356352,'np'),(3392364544,'id'),(3392380928,'au'),(3392385024,'bd'),(3392389120,'id'),(3392401408,'sg'),(3392403456,'au'),(3392404480,'id'),(3392405504,'np'),(3392406016,'in'),(3392406528,'th'),(3392407552,'id'),(3392409600,'jp'),(3392413696,'pk'),(3392413952,'hk'),(3392414208,'ph'),(3392414464,'hk'),(3392414720,'au'),(3392415232,'jp'),(3392415488,'vn'),(3392415744,'in'),(3392416000,'au'),(3392416256,'hk'),(3392416768,'in'),(3392417024,'au'),(3392417536,'hk'),(3392417792,'id'),(3392418560,'sg'),(3392418816,'id'),(3392419072,'in'),(3392419328,'ph'),(3392419840,'in'),(3392420352,'id'),(3392420864,'au'),(3392421120,'my'),(3392421376,'in'),(3392421888,'sg'),(3392438272,'in'),(3392438528,'au'),(3392438784,'in'),(3392439040,'id'),(3392439552,'pg'),(3392439808,'in'),(3392440064,'au'),(3392440320,'hk'),(3392440576,'id'),(3392440832,'bd'),(3392441344,'id'),(3392441856,'au'),(3392442112,'in'),(3392442368,'hk'),(3392442624,'au'),(3392442880,'id'),(3392443392,'in'),(3392443648,'my'),(3392443904,'in'),(3392444160,'jp'),(3392444416,'nz'),(3392444672,'in'),(3392444928,'jp'),(3392445184,'nz'),(3392446464,'ph'),(3392450560,'jp'),(3392454656,'hk'),(3392462848,'np'),(3392472064,'au'),(3392473088,'in'),(3392475136,'jp'),(3392479232,'au'),(3392487424,'in'),(3392499712,'jp'),(3392503808,'hk'),(3392512000,'bd'),(3392516096,'nz'),(3392520192,'au'),(3392524288,'jp'),(3392528384,'id'),(3392536576,'in'),(3392610304,'hk'),(3392618496,'sg'),(3392626688,'nz'),(3392630784,'jp'),(3392634880,'pk'),(3392635904,'vn'),(3392636928,'jp'),(3392637952,'th'),(3392638976,'au'),(3392643072,'id'),(3392647168,'mn'),(3392651264,'jp'),(3392659456,'tw'),(3392667648,'in'),(3392668672,'bd'),(3392669696,'hk'),(3392671744,'jp'),(3392675840,'nz'),(3392681984,'ap'),(3392682240,'vn'),(3392682496,'in'),(3392683008,'au'),(3392684032,'jp'),(3392688128,'my'),(3392692224,'in'),(3392700416,'sg'),(3392708608,'id'),(3392712704,'af'),(3392716800,'in'),(3392734208,'id'),(3392741376,'ph'),(3392765952,'th'),(3392782336,'hk'),(3392790528,'jp'),(3392798720,'la'),(3392798976,'jp'),(3392799232,'ph'),(3392799488,'au'),(3392799744,'jp'),(3392800768,'sg'),(3392802816,'jp'),(3392806912,'au'),(3392815104,'id'),(3392819200,'my'),(3392823296,'kh'),(3392824320,'au'),(3392824832,'in'),(3392825344,'jp'),(3392826368,'ph'),(3392828416,'jp'),(3392829440,'in'),(3392830464,'id'),(3392830720,'in'),(3392830976,'th'),(3392831232,'in'),(3392831488,'pg'),(3392832512,'in'),(3392833536,'au'),(3392835584,'jp'),(3392839680,'id'),(3392845824,'hk'),(3392847872,'id'),(3392856064,'au'),(3392857088,'in'),(3392857344,'au'),(3392858112,'in'),(3392858624,'jp'),(3392858880,'au'),(3392859136,'ph'),(3392859648,'id'),(3392860160,'au'),(3392860672,'id'),(3392861184,'th'),(3392861440,'vn'),(3392861696,'au'),(3392864256,'to'),(3392864512,'au'),(3392864768,'in'),(3392865280,'nu'),(3392868352,'au'),(3392880640,'pk'),(3392888832,'au'),(3392892928,'jp'),(3392897024,'bd'),(3392901120,'jp'),(3392903168,'hk'),(3392905216,'id'),(3392909312,'jp'),(3392913408,'id'),(3392917504,'bd'),(3392929792,'mu'),(3392931840,'ph'),(3392933888,'jp'),(3392944128,'my'),(3392945152,'in'),(3392946176,'au'),(3392956416,'vn'),(3392958464,'cn'),(3392962560,'in'),(3392970752,'jp'),(3392978944,'th'),(3392983040,'in'),(3392987136,'hk'),(3392995328,'pg'),(3392995584,'jp'),(3392995840,'nz'),(3392996352,'au'),(3392997376,'ap'),(3392998400,'au'),(3392999424,'jp'),(3393003520,'pk'),(3393028096,'au'),(3393060864,'fj'),(3393062912,'id'),(3393069056,'au'),(3393077248,'in'),(3393085440,'la'),(3393090560,'in'),(3393091072,'fj'),(3393093632,'au'),(3393101824,'jp'),(3393110016,'hk'),(3393118208,'in'),(3393122304,'au'),(3393123328,'in'),(3393123584,'nz'),(3393123840,'in'),(3393125632,'jp'),(3393125888,'au'),(3393126144,'fj'),(3393126400,'hk'),(3393134592,'au'),(3393146880,'pk'),(3393150976,'in'),(3393159168,'hk'),(3393175552,'pk'),(3393183744,'sg'),(3393187840,'np'),(3393189888,'cn'),(3393190912,'in'),(3393191424,'sb'),(3393191936,'hk'),(3393260032,'bd'),(3393260544,'au'),(3393265664,'ck'),(3393273856,'au'),(3393282048,'hk'),(3393286144,'id'),(3393290240,'in'),(3393298432,'nz'),(3393300480,'bd'),(3393302528,'ph'),(3393306624,'hk'),(3393314816,'id'),(3393318912,'sg'),(3393320960,'hk'),(3393389568,'in'),(3393390592,'id'),(3393392640,'jp'),(3393396736,'id'),(3393400832,'jp'),(3393404928,'au'),(3393421312,'hk'),(3393470464,'au'),(3393474560,'nz'),(3393486848,'in'),(3393495040,'au'),(3393499136,'sg'),(3393503232,'hk'),(3393507328,'sg'),(3393511424,'kr'),(3393519616,'hk'),(3393520640,'cn'),(3393521664,'pk'),(3393523712,'cn'),(3393527808,'pk'),(3393536000,'hk'),(3393544192,'id'),(3393548288,'jp'),(3393552384,'hk'),(3393553408,'au'),(3393554432,'th'),(3393556480,'sg'),(3393560576,'ph'),(3393568768,'lk'),(3393572864,'au'),(3393576960,'jp'),(3393581056,'hk'),(3393585152,'cn'),(3393593344,'mn'),(3393597440,'id'),(3393601536,'np'),(3393613824,'as'),(3393617920,'au'),(3393618432,'nz'),(3393618688,'in'),(3393618944,'id'),(3393620224,'au'),(3393620480,'id'),(3393620736,'au'),(3393620992,'jp'),(3393621248,'au'),(3393622016,'pk'),(3393626112,'hk'),(3393630208,'jp'),(3393658880,'kh'),(3393662976,'jp'),(3393675264,'my'),(3393679360,'th'),(3393683456,'in'),(3393691648,'au'),(3393695744,'ph'),(3393699840,'hk'),(3393724416,'au'),(3393728512,'jp'),(3393740800,'us'),(3393744896,'ph'),(3393748992,'au'),(3393765376,'id'),(3393775616,'bd'),(3393777664,'mn'),(3393779712,'in'),(3393780736,'hk'),(3393782784,'bd'),(3393783808,'my'),(3393785856,'id'),(3393789952,'sg'),(3393798144,'jp'),(3393806336,'id'),(3393815552,'kr'),(3393816576,'jp'),(3393822720,'ph'),(3393830912,'nz'),(3393835008,'jp'),(3393839104,'id'),(3393843200,'hk'),(3393848320,'jp'),(3393849344,'cn'),(3393851392,'jp'),(3393863680,'au'),(3393865728,'id'),(3393871872,'hk'),(3393880064,'au'),(3393896448,'nz'),(3393908736,'bd'),(3393910784,'ph'),(3393911808,'au'),(3393912064,'jp'),(3393912320,'hk'),(3393913856,'my'),(3393914880,'jp'),(3393916928,'id'),(3393921024,'my'),(3393929216,'hk'),(3393937408,'id'),(3393941504,'jp'),(3393945600,'my'),(3393961984,'in'),(3393966080,'cn'),(3393970176,'jp'),(3393974272,'my'),(3393976320,'mo'),(3393977344,'hk'),(3394011136,'au'),(3394027520,'jp'),(3394035712,'my'),(3394039808,'us'),(3394041856,'au'),(3394042880,'hk'),(3394060288,'id'),(3394066432,'au'),(3394068480,'id'),(3394076672,'hk'),(3394078720,'au'),(3394078976,'in'),(3394079232,'ph'),(3394079744,'hk'),(3394113536,'sg'),(3394117632,'au'),(3394121728,'sg'),(3394125824,'ph'),(3394142208,'nz'),(3394150400,'in'),(3394154496,'jp'),(3394158592,'id'),(3394162688,'jp'),(3394166784,'vn'),(3394168832,'in'),(3394170880,'nz'),(3394172928,'jp'),(3394173696,'in'),(3394173952,'hk'),(3394174976,'jp'),(3394179072,'bd'),(3394181120,'kh'),(3394183168,'np'),(3394191360,'sg'),(3394207744,'jp'),(3394215936,'au'),(3394220032,'sg'),(3394234368,'vn'),(3394236416,'jp'),(3394239488,'hk'),(3394248704,'vu'),(3394252800,'in'),(3394256896,'au'),(3394265088,'jp'),(3394267136,'tw'),(3394269184,'id'),(3394273280,'hk'),(3394277376,'au'),(3394279424,'ph'),(3394281472,'sg'),(3394285568,'au'),(3394289664,'hk'),(3394293760,'id'),(3394297856,'th'),(3394306048,'hk'),(3394307072,'sg'),(3394308096,'jp'),(3394310144,'au'),(3394314240,'id'),(3394322432,'au'),(3394326528,'jp'),(3394330624,'au'),(3394338816,'in'),(3394347008,'ph'),(3394355200,'in'),(3394359296,'au'),(3394363392,'hk'),(3394441216,'in'),(3394453504,'au'),(3394461696,'sg'),(3394465792,'au'),(3394467840,'my'),(3394469888,'jp'),(3394478080,'pk'),(3394482176,'au'),(3394484224,'jp'),(3394486272,'hk'),(3394494464,'jp'),(3394498560,'hk'),(3394500608,'sg'),(3394501632,'hk'),(3394507264,'jp'),(3394507776,'ph'),(3394510848,'bd'),(3394514944,'jp'),(3394519040,'bd'),(3394521088,'kh'),(3394523136,'jp'),(3394527232,'ph'),(3394535424,'hk'),(3394621440,'cn'),(3394625536,'hk'),(3394629632,'au'),(3394631680,'hk'),(3394634752,'in'),(3394635776,'kr'),(3394637824,'af'),(3394641920,'au'),(3394648064,'jp'),(3394650112,'hk'),(3394658304,'nz'),(3394662400,'au'),(3394664448,'jp'),(3394666496,'mo'),(3394682880,'ph'),(3394686976,'au'),(3394689024,'bd'),(3394691072,'jp'),(3394697216,'sg'),(3394697728,'au'),(3394697984,'in'),(3394699264,'hk'),(3394700288,'au'),(3394707456,'in'),(3394715648,'jp'),(3394732032,'nc'),(3394740224,'au'),(3394744320,'id'),(3394752512,'ws'),(3394753536,'vn'),(3394754560,'my'),(3394756608,'jp'),(3394760704,'id'),(3394764800,'hk'),(3394772992,'pk'),(3394777088,'jp'),(3394781184,'mp'),(3394789376,'hk'),(3394797568,'in'),(3394813952,'jp'),(3394816000,'hk'),(3394818048,'in'),(3394830336,'hk'),(3394831360,'nz'),(3394834432,'hk'),(3394836480,'bt'),(3394838528,'nz'),(3394846720,'in'),(3394850816,'jp'),(3394855936,'ap'),(3394856960,'in'),(3394859008,'jp'),(3394860032,'id'),(3394860544,'in'),(3394861056,'hk'),(3394862080,'kr'),(3394863104,'nz'),(3394871296,'au'),(3394879488,'ph'),(3394883584,'id'),(3394887680,'jp'),(3394893824,'kr'),(3394894848,'hk'),(3394895872,'cn'),(3394896896,'th'),(3394897920,'jp'),(3394904576,'au'),(3394905088,'bn'),(3394905344,'au'),(3394912256,'pf'),(3394920448,'in'),(3394924544,'th'),(3394928640,'ph'),(3394936832,'au'),(3394940928,'jp'),(3394945024,'in'),(3394945280,'au'),(3394945536,'id'),(3394946048,'au'),(3394946560,'id'),(3394947072,'bd'),(3394948096,'in'),(3394948352,'ph'),(3394948608,'au'),(3394949120,'jp'),(3394953216,'cn'),(3394957312,'au'),(3394959360,'hk'),(3394960384,'cn'),(3394962432,'au'),(3394963456,'id'),(3394965504,'th'),(3394967552,'id'),(3394969600,'sg'),(3394973696,'jp'),(3394977792,'in'),(3394990080,'jp'),(3394994176,'cn'),(3394995200,'in'),(3394998272,'jp'),(3395002368,'ph'),(3395006464,'cn'),(3395010560,'au'),(3395014656,'jp'),(3395018752,'cn'),(3395027968,'vn'),(3395031040,'pk'),(3395035136,'au'),(3395059712,'ph'),(3395067904,'hk'),(3395076096,'id'),(3395080192,'au'),(3395084288,'in'),(3395088384,'au'),(3395091456,'cn'),(3395093504,'au'),(3395094016,'kr'),(3395094528,'kh'),(3395096576,'id'),(3395104768,'th'),(3395108864,'jp'),(3395117056,'au'),(3395121152,'id'),(3395129344,'jp'),(3395131392,'au'),(3395131648,'kh'),(3395131904,'in'),(3395132160,'au'),(3395132416,'vn'),(3395133440,'au'),(3395141632,'hk'),(3395145728,'bn'),(3395149824,'id'),(3395155968,'au'),(3395156992,'cn'),(3395166208,'au'),(3395170304,'jp'),(3395182592,'sg'),(3395190784,'jp'),(3395198976,'my'),(3395203072,'jp'),(3395215360,'hk'),(3395219456,'th'),(3395223552,'cn'),(3395231744,'jp'),(3395239936,'sg'),(3395256320,'id'),(3395264512,'jp'),(3395272704,'pg'),(3395276800,'jp'),(3395280896,'ph'),(3395287040,'jp'),(3395287552,'nz'),(3395287808,'in'),(3395288064,'cn'),(3396995072,'id'),(3396997120,'in'),(3396999168,'jp'),(3397001216,'cn'),(3397003264,'th'),(3397005312,'jp'),(3397009408,'cn'),(3397017600,'hk'),(3397021696,'cn'),(3397026048,'au'),(3397026304,'th'),(3397027072,'ph'),(3397027328,'in'),(3397027840,'jp'),(3397029888,'my'),(3397033984,'id'),(3397038080,'jp'),(3397066752,'in'),(3397070848,'ph'),(3397074944,'hk'),(3397083136,'cn'),(3397087232,'jp'),(3397091328,'gu'),(3397099520,'hk'),(3397103616,'la'),(3397105664,'jp'),(3397107712,'hk'),(3397115904,'id'),(3397120000,'pk'),(3397124096,'jp'),(3397131264,'hk'),(3397132288,'au'),(3397136384,'jp'),(3397140480,'au'),(3397148672,'nz'),(3397156864,'ph'),(3397165056,'lk'),(3397173248,'au'),(3397173504,'ph'),(3397173760,'in'),(3397174016,'au'),(3397174272,'id'),(3397175296,'au'),(3397175808,'in'),(3397176064,'id'),(3397176320,'vn'),(3397176576,'id'),(3397176832,'au'),(3397177344,'jp'),(3397181440,'pw'),(3397185536,'au'),(3397187584,'in'),(3397189632,'au'),(3397201920,'jp'),(3397206016,'bd'),(3397210112,'id'),(3397211136,'th'),(3397211648,'au'),(3397212160,'id'),(3397212672,'hk'),(3397213184,'in'),(3397213440,'au'),(3397213696,'id'),(3397214208,'ap'),(3397214720,'au'),(3397215232,'id'),(3397215744,'ph'),(3397216256,'au'),(3397216768,'in'),(3397217024,'sg'),(3397217280,'au'),(3397217792,'nz'),(3397218048,'au'),(3397222400,'pk'),(3397230592,'au'),(3397234688,'cn'),(3397238784,'hk'),(3397255168,'sg'),(3397259264,'jp'),(3397263360,'ph'),(3397267456,'hk'),(3397271552,'tw'),(3397275648,'nz'),(3397277696,'mn'),(3397279744,'au'),(3397283840,'kr'),(3397285888,'bd'),(3397287936,'sg'),(3397304320,'nz'),(3397308416,'hk'),(3397312512,'jp'),(3397320704,'cn'),(3397322752,'nz'),(3397323776,'cn'),(3397328896,'id'),(3397330944,'cn'),(3397337088,'hk'),(3397341184,'jp'),(3397345280,'id'),(3397349376,'cn'),(3397363712,'hk'),(3397365760,'jp'),(3397369856,'cn'),(3397374976,'au'),(3397376000,'cn'),(3397386240,'gu'),(3397394432,'ph'),(3397402624,'gu'),(3397410816,'au'),(3397411328,'sg'),(3397411584,'hk'),(3397411840,'kr'),(3397412352,'au'),(3397412864,'hk'),(3397413376,'au'),(3397413632,'in'),(3397413888,'nz'),(3397414400,'in'),(3397414912,'au'),(3397419008,'hk'),(3397427200,'sg'),(3397443584,'hk'),(3397451776,'th'),(3397468160,'au'),(3397492736,'my'),(3397496832,'jp'),(3397498880,'id'),(3397500928,'bd'),(3397501952,'in'),(3397504000,'th'),(3397505024,'nz'),(3397505280,'in'),(3397506560,'au'),(3397506816,'in'),(3397507072,'id'),(3397507584,'au'),(3397507840,'in'),(3397508096,'ph'),(3397509120,'id'),(3397510144,'ap'),(3397511168,'lk'),(3397512192,'kh'),(3397512448,'au'),(3397512704,'ph'),(3397512960,'in'),(3397513728,'sg'),(3397514240,'au'),(3397515264,'np'),(3397516288,'au'),(3397516544,'nz'),(3397516800,'jp'),(3397517056,'au'),(3397517312,'cn'),(3397525504,'au'),(3397526528,'vn'),(3397527040,'au'),(3397527296,'jp'),(3397527552,'in'),(3397528576,'au'),(3397530624,'id'),(3397531648,'sg'),(3397532672,'jp'),(3397533696,'hk'),(3397566464,'au'),(3397574656,'cn'),(3397582848,'mn'),(3397584896,'jp'),(3397586944,'cn'),(3397588992,'kr'),(3397591040,'hk'),(3397595136,'cn'),(3397599232,'hk'),(3397603328,'kh'),(3397605376,'au'),(3397607424,'in'),(3397623808,'gu'),(3397632000,'jp'),(3397636096,'cn'),(3397640192,'mn'),(3397648384,'tw'),(3397713920,'id'),(3397715968,'hk'),(3397718016,'kr'),(3397726208,'in'),(3397738496,'my'),(3397742592,'jp'),(3397746688,'th'),(3397763072,'ph'),(3397771264,'tw'),(3397779456,'id'),(3397781504,'bd'),(3397783552,'vn'),(3397785600,'to'),(3397787648,'au'),(3397791744,'nz'),(3397792000,'au'),(3397792768,'in'),(3397793024,'nz'),(3397793280,'vn'),(3397793536,'hk'),(3397793792,'ph'),(3397794560,'in'),(3397794816,'hk'),(3397816320,'in'),(3397832704,'jp'),(3397836800,'au'),(3397844992,'ap'),(3397910528,'sg'),(3397918720,'au'),(3397922816,'cn'),(3397935104,'au'),(3397939200,'kr'),(3397951488,'sg'),(3397959680,'jp'),(3397963776,'cn'),(3397971968,'la'),(3397974016,'in'),(3397976064,'id'),(3397984256,'jp'),(3397992448,'au'),(3398004736,'ph'),(3398008832,'la'),(3398017024,'au'),(3398021120,'fj'),(3398023168,'jp'),(3398025216,'au'),(3398029312,'in'),(3398033408,'nz'),(3398033664,'id'),(3398033920,'in'),(3398034944,'id'),(3398035456,'in'),(3398037504,'nz'),(3398039552,'in'),(3398040576,'my'),(3398041600,'au'),(3398062080,'jp'),(3398066176,'in'),(3398074368,'ph'),(3398090752,'au'),(3398098944,'id'),(3398107136,'au'),(3398156288,'th'),(3398164480,'au'),(3398172672,'jp'),(3398180864,'in'),(3398189056,'hk'),(3398205440,'in'),(3398221824,'jp'),(3398230016,'au'),(3398238208,'in'),(3398279168,'cn'),(3398287360,'jp'),(3398291456,'au'),(3398295552,'in'),(3398305792,'jp'),(3398307840,'cn'),(3398311936,'au'),(3398320128,'in'),(3398336512,'au'),(3398340608,'pk'),(3398352896,'th'),(3398361088,'jp'),(3398369280,'in'),(3398369792,'jp'),(3398373376,'cn'),(3398381568,'au'),(3398385664,'jp'),(3398397952,'pk'),(3398402048,'th'),(3398418432,'jp'),(3398434816,'in'),(3398467584,'bt'),(3398475776,'au'),(3398481920,'la'),(3398483968,'my'),(3398488064,'tw'),(3398500352,'id'),(3398504448,'jp'),(3398508544,'tw'),(3398565888,'id'),(3398567424,'au'),(3398569984,'jp'),(3398572032,'au'),(3398574080,'id'),(3398582272,'my'),(3398590464,'hk'),(3398598656,'id'),(3398612992,'ph'),(3398613504,'nz'),(3398613760,'au'),(3398615040,'in'),(3398619136,'au'),(3398621184,'hk'),(3398623232,'id'),(3398631424,'jp'),(3398647808,'au'),(3398672384,'pk'),(3398680576,'id'),(3398684672,'jp'),(3398688768,'id'),(3398709248,'au'),(3398711296,'bd'),(3398721536,'cn'),(3398729728,'au'),(3398737920,'sg'),(3398742016,'th'),(3398746112,'in'),(3398750208,'tw'),(3398754304,'au'),(3398758400,'jp'),(3398768640,'th'),(3398778880,'id'),(3398787072,'th'),(3398795264,'id'),(3398803456,'cn'),(3398811648,'in'),(3398819840,'cn'),(3398828032,'kh'),(3398829056,'in'),(3398830080,'kh'),(3398831104,'ap'),(3398832128,'cn'),(3398840320,'jp'),(3398843392,'au'),(3398844416,'id'),(3398852608,'nz'),(3398860800,'id'),(3398873088,'kr'),(3398881280,'sg'),(3398893568,'id'),(3398894592,'th'),(3398895616,'id'),(3398897664,'fj'),(3398901760,'au'),(3398902016,'hk'),(3398902272,'ph'),(3398902784,'au'),(3398903808,'th'),(3398905856,'tw'),(3398909952,'gu'),(3398918144,'jp'),(3398926336,'in'),(3398934528,'vn'),(3398938624,'th'),(3398942720,'my'),(3398959104,'id'),(3398975488,'bn'),(3398983680,'jp'),(3398991872,'id'),(3399004160,'cn'),(3399008256,'id'),(3399012352,'jp'),(3399016448,'id'),(3399024640,'th'),(3399025664,'jp'),(3399026176,'sg'),(3399026432,'au'),(3399026688,'hk'),(3399028736,'id'),(3399032832,'in'),(3399036928,'cn'),(3399041024,'au'),(3399045120,'mv'),(3399047168,'hk'),(3399057408,'id'),(3399065600,'tw'),(3399077888,'au'),(3399081984,'id'),(3399106560,'au'),(3399122944,'nz'),(3399131136,'in'),(3399135232,'id'),(3399139328,'tw'),(3399147520,'pk'),(3399155712,'id'),(3399196672,'au'),(3399204864,'hk'),(3399221248,'sg'),(3399286784,'jp'),(3399303168,'in'),(3399311360,'jp'),(3399319552,'sg'),(3399344128,'jp'),(3399352320,'id'),(3399389184,'kr'),(3399393280,'cn'),(3399401472,'au'),(3399409664,'jp'),(3399413760,'ap'),(3399414016,'au'),(3399414272,'jp'),(3399414528,'au'),(3399414784,'vn'),(3399415808,'sg'),(3399416832,'id'),(3399417088,'au'),(3399417856,'id'),(3399467008,'in'),(3399483392,'bn'),(3399495680,'nz'),(3399499776,'tw'),(3399507968,'au'),(3399512064,'nz'),(3399514112,'ap'),(3399515136,'vn'),(3399515648,'au'),(3399524352,'in'),(3399528448,'cn'),(3399532544,'sg'),(3399548928,'au'),(3399557120,'sg'),(3399565312,'au'),(3399581696,'ap'),(3399589888,'hk'),(3399593984,'bd'),(3399598080,'jp'),(3399614464,'my'),(3399622656,'id'),(3399626752,'in'),(3399630848,'au'),(3399631872,'sg'),(3399632896,'nz'),(3399633408,'au'),(3399633920,'th'),(3399634944,'jp'),(3399639040,'au'),(3399643136,'jp'),(3399655424,'ph'),(3399659520,'nz'),(3399661568,'hk'),(3399662592,'in'),(3399663616,'id'),(3399671808,'in'),(3399680000,'hk'),(3399688192,'sg'),(3399696384,'pk'),(3399712768,'kr'),(3399720960,'jp'),(3399729152,'ph'),(3399745536,'cn'),(3399749632,'au'),(3399751680,'in'),(3399751936,'cn'),(3399752192,'au'),(3399752448,'hk'),(3399752704,'nz'),(3399753728,'in'),(3399761920,'jp'),(3399778304,'in'),(3399786496,'ph'),(3399794688,'au'),(3399798784,'bd'),(3399800832,'id'),(3399802880,'jp'),(3399811072,'my'),(3399819264,'id'),(3399823360,'jp'),(3399825408,'kr'),(3399826432,'ph'),(3399826944,'in'),(3399827456,'au'),(3399835648,'cn'),(3399839744,'jp'),(3399841792,'tw'),(3399852032,'jp'),(3399856128,'cn'),(3399860224,'pg'),(3399864320,'cn'),(3399868416,'pk'),(3399876608,'sg'),(3399917568,'pk'),(3399921664,'nc'),(3399923712,'in'),(3399923968,'jp'),(3399924224,'au'),(3399924736,'ph'),(3399925760,'np'),(3399942144,'ap'),(3399995392,'kr'),(3399999488,'sg'),(3400007680,'au'),(3400024064,'my'),(3400028160,'au'),(3400030208,'in'),(3400031232,'sg'),(3400031744,'in'),(3400032000,'hk'),(3400032256,'au'),(3400048640,'cn'),(3400056832,'tw'),(3400060928,'hk'),(3400062976,'jp'),(3400065024,'bd'),(3400073216,'hk'),(3400077312,'au'),(3400079360,'my'),(3400081408,'id'),(3400089600,'jp'),(3400097792,'au'),(3400105984,'jp'),(3400114176,'tw'),(3400118272,'au'),(3400120320,'jp'),(3400122368,'nz'),(3400130560,'id'),(3400138752,'hk'),(3400146944,'fj'),(3400151040,'my'),(3400155136,'mn'),(3400163328,'jp'),(3400167424,'th'),(3400171520,'cn'),(3400179712,'nz'),(3400183808,'jp'),(3400187904,'au'),(3400192000,'jp'),(3400194048,'cn'),(3400204288,'id'),(3400212480,'my'),(3400220672,'nc'),(3400224768,'jp'),(3400228864,'au'),(3400232960,'jp'),(3400245248,'au'),(3400253440,'my'),(3400257536,'hk'),(3400261632,'jp'),(3400263680,'au'),(3400263936,'id'),(3400264192,'in'),(3400264704,'id'),(3400265216,'au'),(3400265472,'in'),(3400265728,'pg'),(3400267776,'kr'),(3400268800,'mo'),(3400270848,'vn'),(3400271360,'au'),(3400271616,'in'),(3400271872,'au'),(3400273920,'th'),(3400275968,'jp'),(3400278016,'sg'),(3400286208,'jp'),(3400294400,'au'),(3400310784,'sg'),(3400335360,'mo'),(3400336384,'ph'),(3400336640,'jp'),(3400336896,'au'),(3400337152,'ph'),(3400337408,'cn'),(3400339456,'id'),(3400341504,'au'),(3400343552,'tw'),(3400351744,'id'),(3400359936,'jp'),(3400368128,'au'),(3400388608,'th'),(3400392704,'cn'),(3400400896,'mo'),(3400401920,'tw'),(3400402176,'in'),(3400402432,'nz'),(3400402944,'ap'),(3400404992,'tw'),(3400409088,'au'),(3400413184,'jp'),(3400421376,'au'),(3400423424,'kr'),(3400424448,'in'),(3400425472,'au'),(3400429568,'nz'),(3400431616,'in'),(3400431872,'hk'),(3400432128,'in'),(3400433664,'hk'),(3400441856,'nz'),(3400450048,'jp'),(3400458240,'au'),(3400466432,'mo'),(3400499200,'nz'),(3400503296,'jp'),(3400507392,'mo'),(3400515584,'ph'),(3400534016,'jp'),(3400535040,'my'),(3400535552,'au'),(3400536064,'jp'),(3400548352,'th'),(3400581120,'sg'),(3400597504,'hk'),(3400605696,'jp'),(3400607744,'au'),(3400608768,'in'),(3400609792,'jp'),(3400630272,'in'),(3400646656,'ap'),(3400654848,'in'),(3400663040,'my'),(3400683520,'jp'),(3400691712,'kh'),(3400695808,'tw'),(3400728576,'mn'),(3400736768,'jp'),(3400744960,'in'),(3400753152,'my'),(3400769536,'jp'),(3400773632,'kr'),(3400775680,'id'),(3400777728,'jp'),(3400790016,'cn'),(3400794112,'id'),(3400802304,'jp'),(3400806400,'id'),(3400808448,'jp'),(3400810496,'nz'),(3400826880,'cn'),(3400835072,'hk'),(3400839168,'jp'),(3400849408,'mn'),(3400851456,'au'),(3400884224,'jp'),(3400888320,'cn'),(3400892416,'hk'),(3400925184,'th'),(3400937472,'id'),(3400941568,'au'),(3400966144,'id'),(3400982528,'hk'),(3400990720,'id'),(3400998912,'ph'),(3401003008,'jp'),(3401007104,'in'),(3401011200,'jp'),(3401015296,'au'),(3401023488,'th'),(3401056256,'my'),(3401400320,'au'),(3401404416,'cn'),(3401408512,'hk'),(3401416704,'kr'),(3401420800,'jp'),(3401424896,'nz'),(3401428992,'jp'),(3401441280,'in'),(3401449472,'my'),(3401515008,'hk'),(3401515520,'id'),(3401516032,'au'),(3401519104,'jp'),(3401523200,'nz'),(3401527296,'au'),(3401529344,'vn'),(3401530368,'au'),(3401531392,'in'),(3401539584,'au'),(3401543680,'jp'),(3401545728,'bd'),(3401547776,'my'),(3401580544,'cn'),(3402629120,'jp'),(3405774848,'au'),(3406077952,'th'),(3406078208,'au'),(3406269184,'id'),(3406269440,'au'),(3406327040,'in'),(3406327296,'au'),(3406384640,'sg'),(3406385152,'au'),(3406434304,'my'),(3406436352,'au'),(3406565888,'ph'),(3406566144,'au'),(3406617600,'my'),(3406617856,'au'),(3406618112,'in'),(3406618624,'au'),(3406625024,'nf'),(3406625280,'au'),(3406669824,'in'),(3406670848,'au'),(3406696960,'in'),(3406697216,'au'),(3406734848,'ap'),(3406735104,'au'),(3406737408,'id'),(3406737664,'au'),(3406739200,'id'),(3406739456,'au'),(3406746624,'jp'),(3406746880,'au'),(3406865664,'in'),(3406865920,'au'),(3406946816,'kr'),(3406947072,'au'),(3406950400,'nf'),(3406951424,'au'),(3406961152,'in'),(3406961408,'au'),(3406967296,'cn'),(3406967552,'au'),(3406989568,'in'),(3406989824,'au'),(3407020288,'sg'),(3407020544,'au'),(3407020800,'in'),(3407021056,'id'),(3407021312,'au'),(3407057664,'jp'),(3407057920,'au'),(3407096832,'jp'),(3407097088,'au'),(3407112448,'sg'),(3407112704,'au'),(3407152896,'in'),(3407153152,'au'),(3407367168,'id'),(3407367680,'au'),(3407369984,'in'),(3407370240,'au'),(3407498496,'pk'),(3407498752,'au'),(3407604480,'in'),(3407604736,'au'),(3407682048,'id'),(3407682816,'au'),(3407732224,'hk'),(3407732480,'au'),(3407750656,'sg'),(3407751168,'au'),(3407753216,'sg'),(3407753728,'au'),(3407785472,'nz'),(3407785728,'au'),(3407801344,'id'),(3407801856,'au'),(3407805952,'id'),(3407806464,'au'),(3407814656,'hk'),(3407815168,'au'),(3407848448,'id'),(3407848960,'au'),(3407866368,'uk'),(3407866624,'au'),(3407873024,'in'),(3407873536,'au'),(3407928576,'in'),(3407928832,'au'),(3407985920,'kh'),(3407986176,'au'),(3407987712,'ph'),(3407987968,'au'),(3407988224,'in'),(3407988736,'au'),(3407998976,'th'),(3407999232,'au'),(3408012544,'mn'),(3408012800,'au'),(3408023808,'jp'),(3408024064,'au'),(3408032768,'lk'),(3408033024,'in'),(3408033280,'id'),(3408033792,'au'),(3408039936,'vn'),(3408040192,'au'),(3408042496,'hk'),(3408042752,'au'),(3408066048,'in'),(3408066304,'au'),(3409396480,'ph'),(3409396736,'au'),(3409420288,'in'),(3409420544,'au'),(3409423616,'in'),(3409423872,'au'),(3409491712,'sg'),(3409491968,'au'),(3409504000,'hk'),(3409504256,'au'),(3409506560,'in'),(3409506816,'au'),(3409509632,'hk'),(3409509888,'au'),(3409516544,'id'),(3409517056,'au'),(3409547520,'nz'),(3409547776,'au'),(3409838336,'my'),(3409838848,'au'),(3409876992,'th'),(3409878016,'au'),(3409882112,'in'),(3409883136,'au'),(3409888000,'sg'),(3409888256,'au'),(3409969152,'tw'),(3410755584,'au'),(3410771968,'jp'),(3410780160,'bd'),(3410788352,'in'),(3410792448,'bd'),(3410796544,'kh'),(3410797568,'jp'),(3410798592,'in'),(3410799616,'sg'),(3410800640,'in'),(3410804736,'ph'),(3410821120,'tw'),(3410853888,'hk'),(3410862080,'au'),(3410866176,'kr'),(3410866432,'in'),(3410866688,'vn'),(3410866944,'au'),(3410867200,'hk'),(3410868224,'us'),(3410870272,'in'),(3410874368,'id'),(3410886656,'tw'),(3410887680,'in'),(3410887936,'hk'),(3410888704,'sg'),(3410890752,'au'),(3410894848,'hk'),(3410911232,'th'),(3410915328,'id'),(3410919424,'in'),(3410927616,'np'),(3410931712,'tw'),(3410935808,'my'),(3410939904,'in'),(3410944000,'jp'),(3410952192,'cn'),(3410956288,'au'),(3410958336,'in'),(3410958848,'id'),(3410959360,'vn'),(3410959616,'id'),(3410959872,'au'),(3410960384,'ap'),(3410964480,'jp'),(3410968576,'nz'),(3410984960,'tw'),(3411017728,'hk'),(3411019264,'jp'),(3411019776,'id'),(3411021824,'my'),(3411023872,'jp'),(3411030016,'nc'),(3411032064,'th'),(3411032576,'au'),(3411033088,'nz'),(3411034112,'hk'),(3411050496,'pk'),(3411054592,'cn'),(3411058688,'au'),(3411062784,'hk'),(3411085312,'kr'),(3411086336,'jp'),(3411087360,'cn'),(3411091456,'sg'),(3411099648,'mm'),(3411107840,'lk'),(3411111936,'jp'),(3411116032,'kr'),(3411124224,'mm'),(3411128320,'hk'),(3411130368,'id'),(3411132416,'pk'),(3411144704,'jp'),(3411146752,'id'),(3411147776,'hk'),(3411149312,'mv'),(3411149824,'in'),(3411150848,'hk'),(3411154944,'jp'),(3411156992,'ph'),(3411161088,'pk'),(3411165184,'my'),(3411173376,'au'),(3411177472,'jp'),(3411181568,'sg'),(3411189760,'au'),(3411197952,'bd'),(3411202048,'au'),(3411204608,'in'),(3411204864,'kr'),(3411205632,'hk'),(3411206144,'kh'),(3411210240,'kr'),(3411212288,'in'),(3411213312,'hk'),(3411215360,'au'),(3411216384,'jp'),(3411218432,'pg'),(3411220480,'id'),(3411226624,'io'),(3411228672,'cn'),(3411230720,'hk'),(3411247104,'kr'),(3411255296,'bd'),(3411263488,'au'),(3411269632,'hk'),(3411270144,'nz'),(3411270400,'au'),(3411270656,'jp'),(3411277824,'hk'),(3411278336,'ap'),(3411278592,'fj'),(3411278848,'hk'),(3411296256,'au'),(3411312640,'hk'),(3411313152,'tw'),(3411313664,'au'),(3411313920,'hk'),(3411314176,'nz'),(3411314688,'id'),(3411316736,'tw'),(3411318784,'id'),(3411320832,'ph'),(3411329024,'ap'),(3411337216,'au'),(3411341312,'kr'),(3411345408,'hk'),(3411410944,'cn'),(3411443712,'hk'),(3411460096,'nz'),(3411464192,'au'),(3411468288,'jp'),(3411470336,'hk'),(3411472384,'jp'),(3411475200,'au'),(3411475456,'hk'),(3411476480,'au'),(3411509248,'ph'),(3411542016,'in'),(3411550208,'cn'),(3411558400,'hk'),(3411566592,'bd'),(3411570688,'au'),(3411574784,'in'),(3411582976,'hk'),(3411587072,'jp'),(3411591168,'cn'),(3411599360,'au'),(3411607552,'cn'),(3411608576,'in'),(3411608832,'au'),(3411609088,'hk'),(3411611648,'id'),(3411615744,'jp'),(3411623936,'au'),(3411640320,'jp'),(3411641344,'in'),(3411641600,'hk'),(3411641856,'in'),(3411643392,'vn'),(3411644416,'au'),(3411644928,'id'),(3411645952,'sg'),(3411646208,'in'),(3411648512,'nz'),(3411656704,'au'),(3411673088,'cn'),(3411674112,'in'),(3411674624,'hk'),(3411677184,'jp'),(3411679232,'au'),(3411681280,'kr'),(3411689472,'in'),(3411705856,'cn'),(3411730432,'hk'),(3411738624,'tw'),(3411746816,'cn'),(3411755008,'au'),(3411763200,'cn'),(3411767296,'mn'),(3411769344,'cn'),(3411771392,'hk'),(3411779584,'jp'),(3411787776,'in'),(3411795968,'au'),(3411804160,'cn'),(3411805184,'pk'),(3411805696,'jp'),(3411805952,'au'),(3411806208,'ph'),(3411808256,'jp'),(3411810304,'mn'),(3411810560,'nz'),(3411810816,'au'),(3411812352,'in'),(3411820544,'sg'),(3411836928,'my'),(3411845120,'cn'),(3411853312,'in'),(3411857408,'jp'),(3411861504,'au'),(3411869696,'cn'),(3411943424,'au'),(3411951616,'lk'),(3411968000,'au'),(3411984384,'in'),(3412000768,'cn'),(3412002816,'gu'),(3412004864,'jp'),(3412017152,'sg'),(3412025344,'cn'),(3412049920,'tw'),(3412066304,'nz'),(3412213760,'au'),(3412221952,'in'),(3412230144,'hk'),(3412246528,'au'),(3412254720,'nr'),(3412262912,'jp'),(3412267008,'cn'),(3412271104,'nz'),(3412273152,'in'),(3412275200,'pk'),(3412279296,'nz'),(3412281344,'jp'),(3412283392,'cn'),(3412287488,'id'),(3412295680,'nz'),(3412296192,'id'),(3412296704,'nz'),(3412297728,'my'),(3412298752,'sg'),(3412299264,'au'),(3412299520,'hk'),(3412299776,'au'),(3412302848,'ws'),(3412303872,'pk'),(3412312064,'in'),(3412320256,'jp'),(3412322304,'ph'),(3412324352,'jp'),(3412326400,'vn'),(3412327424,'th'),(3412327936,'hk'),(3412328192,'ws'),(3412328448,'au'),(3412336640,'cn'),(3412342784,'au'),(3412343040,'in'),(3412343296,'ap'),(3412343552,'au'),(3412344320,'sg'),(3412344832,'in'),(3412348928,'cn'),(3412361216,'hk'),(3412369408,'kr'),(3412377600,'cn'),(3412381696,'nz'),(3412385792,'au'),(3412393984,'in'),(3412426752,'th'),(3412434944,'pk'),(3412443136,'sg'),(3412451328,'au'),(3412594688,'in'),(3412596736,'mv'),(3412602880,'nc'),(3412606976,'ph'),(3412615168,'jp'),(3412656128,'hk'),(3412672512,'jp'),(3412697088,'in'),(3412705280,'au'),(3412713472,'tw'),(3412721664,'my'),(3412819968,'th'),(3412852736,'au'),(3412918272,'kr'),(3412926464,'my'),(3412934656,'in'),(3412951040,'nz'),(3413000192,'la'),(3413004288,'in'),(3413008384,'jp'),(3413016576,'au'),(3413024768,'cn'),(3413032960,'au'),(3413041152,'jp'),(3413043968,'au'),(3413044224,'hk'),(3413045248,'in'),(3413047296,'au'),(3413102592,'tw'),(3413106688,'ph'),(3413110784,'jp'),(3413112832,'in'),(3413113856,'jp'),(3413133312,'bd'),(3413135360,'hk'),(3413147648,'in'),(3413155840,'sg'),(3413164032,'bd'),(3413172224,'my'),(3413180416,'th'),(3413213184,'vn'),(3413229568,'au'),(3413245952,'sg'),(3413262336,'ph'),(3413270528,'th'),(3413278720,'nz'),(3413295104,'jp'),(3413303296,'id'),(3413304320,'jp'),(3413305344,'in'),(3413306368,'ph'),(3413307392,'in'),(3413308416,'cn'),(3413309440,'jp'),(3413310464,'hk'),(3413311488,'lk'),(3413327872,'in'),(3413344256,'ph'),(3413360640,'my'),(3413377024,'sg'),(3413524480,'th'),(3413540864,'nz'),(3413557248,'cn'),(3413565440,'tw'),(3413569536,'sg'),(3413569792,'nz'),(3413570048,'kh'),(3413570304,'au'),(3413570560,'ph'),(3413571584,'cn'),(3413572608,'jp'),(3413573632,'au'),(3413573888,'jp'),(3413574144,'hk'),(3413574400,'tw'),(3413574656,'ph'),(3413575680,'vn'),(3413576704,'au'),(3413576960,'id'),(3413577216,'au'),(3413577728,'ap'),(3413579776,'cn'),(3413582848,'vn'),(3413583872,'jp'),(3413584128,'id'),(3413584384,'au'),(3413584896,'vn'),(3413585920,'id'),(3413586176,'in'),(3413586688,'fj'),(3413586944,'id'),(3413587968,'nz'),(3413588224,'my'),(3413588480,'vn'),(3413593088,'au'),(3413593344,'ap'),(3413593600,'sg'),(3413593856,'kh'),(3413594112,'cn'),(3413595136,'nz'),(3413595392,'ap'),(3413595648,'au'),(3413595904,'hk'),(3413596160,'ap'),(3413596672,'np'),(3413597184,'ap'),(3413639168,'sg'),(3413704704,'my'),(3413737472,'th'),(3413753856,'au'),(3413762048,'tw'),(3413770240,'in'),(3413786624,'au'),(3413835776,'sg'),(3413843968,'in'),(3413848064,'sg'),(3413850112,'jp'),(3413850880,'au'),(3413851136,'id'),(3413852160,'au'),(3413868544,'in'),(3413884928,'kr'),(3413893120,'id'),(3413901312,'sg'),(3413902848,'jp'),(3413903360,'hk'),(3413905408,'in'),(3413907456,'pk'),(3413917696,'jp'),(3413925888,'au'),(3413934080,'in'),(3413946368,'au'),(3413950464,'in'),(3413966848,'sg'),(3414163456,'pk'),(3414171648,'cn'),(3414179840,'id'),(3414188032,'cn'),(3414204416,'kr'),(3414222848,'au'),(3414223872,'kr'),(3414224896,'vn'),(3414226944,'id'),(3414227968,'pk'),(3414230016,'ph'),(3414230528,'kr'),(3414233088,'au'),(3414245376,'hk'),(3414253568,'jp'),(3414261760,'au'),(3414269952,'jp'),(3414278144,'in'),(3414294528,'pk'),(3414302720,'cn'),(3414310912,'kr'),(3414327296,'th'),(3414335488,'au'),(3414339584,'kr'),(3414343680,'id'),(3414360064,'au'),(3414376448,'ph'),(3414409216,'jp'),(3414413312,'th'),(3414417408,'hk'),(3414425600,'au'),(3414433792,'cn'),(3414441984,'au'),(3414450176,'jp'),(3414458368,'in'),(3414466560,'kr'),(3414474752,'hk'),(3414478848,'in'),(3414482944,'au'),(3414491136,'tw'),(3414523904,'jp'),(3414532096,'kr'),(3414540288,'jp'),(3414555648,'pk'),(3414556672,'au'),(3414605824,'in'),(3414616064,'id'),(3414618112,'cn'),(3414620160,'in'),(3414621184,'pk'),(3414638592,'tw'),(3414646784,'cn'),(3414654976,'hk'),(3414663168,'cn'),(3414667264,'id'),(3414669312,'au'),(3414670336,'in'),(3414670592,'ap'),(3414670848,'my'),(3414671360,'jp'),(3415080960,'ap'),(3415089152,'my'),(3415097344,'id'),(3415103488,'hk'),(3415113728,'au'),(3415121920,'kr'),(3415130112,'jp'),(3415136256,'kr'),(3415136768,'au'),(3415137280,'in'),(3415137536,'nf'),(3415137792,'au'),(3415146496,'lk'),(3415162880,'au'),(3415171072,'jp'),(3415179264,'sg'),(3415187456,'au'),(3415191552,'in'),(3415195648,'au'),(3415220224,'nz'),(3415224320,'us'),(3415228416,'kh'),(3415244800,'th'),(3415285760,'au'),(3415293952,'hk'),(3415306240,'th'),(3415308288,'jp'),(3415310336,'in'),(3415326720,'tw'),(3415334912,'jp'),(3415343104,'th'),(3415425024,'nc'),(3415431168,'in'),(3415432192,'au'),(3415435264,'ph'),(3415436288,'au'),(3415436800,'hk'),(3415441408,'au'),(3415474176,'cn'),(3415494656,'ph'),(3415495680,'id'),(3415496704,'my'),(3415497728,'tw'),(3415497984,'au'),(3415498752,'jp'),(3415506944,'th'),(3415556096,'au'),(3415564288,'jp'),(3415568384,'kr'),(3415572480,'sg'),(3415605248,'th'),(3415736320,'sg'),(3415752704,'cn'),(3415760896,'nz'),(3415777280,'kr'),(3415785472,'jp'),(3415793664,'au'),(3415801856,'id'),(3415802880,'hk'),(3415803392,'ph'),(3415805952,'my'),(3415808000,'id'),(3415810048,'in'),(3415814400,'id'),(3415814656,'th'),(3415815168,'in'),(3415816192,'jp'),(3415817216,'id'),(3415822336,'my'),(3415826432,'id'),(3415834624,'th'),(3415838720,'kr'),(3415842816,'th'),(3415851008,'au'),(3415855104,'hk'),(3415855616,'in'),(3415856128,'id'),(3415858176,'lk'),(3415859200,'au'),(3415867392,'th'),(3416047616,'cn'),(3416064000,'th'),(3416131584,'ph'),(3416133632,'cn'),(3416135680,'my'),(3416137728,'au'),(3416145920,'in'),(3416154112,'th'),(3416260608,'vn'),(3416261120,'au'),(3416261632,'th'),(3416262656,'au'),(3416264704,'jp'),(3416268800,'hk'),(3416272896,'mn'),(3416274944,'id'),(3416276992,'hk'),(3416285184,'vn'),(3416289280,'nz'),(3416293376,'id'),(3416293888,'ph'),(3416294400,'au'),(3416295424,'in'),(3416295680,'th'),(3416295936,'in'),(3416296448,'kr'),(3416297472,'tw'),(3416301568,'ph'),(3416317952,'tw'),(3416326144,'vn'),(3416327168,'hk'),(3416328192,'au'),(3416330240,'id'),(3416334336,'my'),(3416342528,'au'),(3416371200,'ap'),(3416371712,'vn'),(3416371968,'in'),(3416372224,'cn'),(3416372480,'sg'),(3416372736,'au'),(3416372992,'sg'),(3416373248,'au'),(3416373504,'sg'),(3416373760,'au'),(3416374272,'ph'),(3416374528,'in'),(3416374784,'id'),(3416375296,'cn'),(3416383488,'hk'),(3416391680,'vn'),(3416457216,'ap'),(3416506368,'tw'),(3416514560,'in'),(3416522752,'au'),(3416588288,'jp'),(3416653824,'au'),(3416686592,'sg'),(3416694784,'cn'),(3416702976,'id'),(3416707072,'kr'),(3416709120,'au'),(3416709376,'id'),(3416709632,'au'),(3416710144,'hk'),(3416711168,'au'),(3416719360,'ph'),(3416727552,'jp'),(3416735744,'ph'),(3416752128,'nz'),(3416793088,'au'),(3416801280,'jp'),(3416817664,'hk'),(3416850432,'ph'),(3416851456,'kr'),(3416851968,'ap'),(3416852480,'jp'),(3416854528,'au'),(3416856576,'bd'),(3416858624,'hk'),(3416862720,'mn'),(3416864768,'ap'),(3416866816,'sg'),(3416883200,'hk'),(3416915968,'au'),(3416920064,'th'),(3416921088,'ph'),(3416922112,'au'),(3416922368,'in'),(3416922624,'vn'),(3416923136,'ap'),(3416924160,'jp'),(3416928256,'in'),(3416928512,'hk'),(3416928768,'th'),(3416929280,'jp'),(3416930304,'nz'),(3416930560,'au'),(3416931328,'in'),(3416932352,'pk'),(3416936448,'au'),(3416938496,'nz'),(3416938752,'au'),(3416939008,'hk'),(3416939520,'au'),(3416940544,'kr'),(3416948736,'th'),(3416981504,'ph'),(3416982528,'nz'),(3416982784,'au'),(3416983040,'ph'),(3416983552,'jp'),(3416985600,'vn'),(3416989696,'nz'),(3416997888,'au'),(3417014272,'ap'),(3417022464,'kr'),(3417030656,'au'),(3417034752,'nz'),(3417035008,'in'),(3417035776,'jp'),(3417036800,'id'),(3417037824,'au'),(3417038080,'id'),(3417038336,'in'),(3417038592,'nz'),(3417038848,'cn'),(3417042944,'in'),(3417044992,'au'),(3417047040,'ph'),(3417055232,'th'),(3417112576,'au'),(3417128960,'jp'),(3417135104,'id'),(3417137152,'kr'),(3417145344,'nz'),(3417178112,'ph'),(3417179392,'id'),(3417179648,'in'),(3417179904,'cn'),(3417180160,'id'),(3417182208,'au'),(3417184768,'nz'),(3417185024,'af'),(3417185280,'sg'),(3417185792,'nz'),(3417186304,'hk'),(3417194496,'jp'),(3417198592,'sg'),(3417200640,'jp'),(3417202688,'cn'),(3417210880,'au'),(3417227264,'jp'),(3417243648,'ph'),(3417244672,'in'),(3417245696,'bt'),(3417247744,'jp'),(3417251840,'kr'),(3417260032,'pk'),(3417264128,'jp'),(3417268224,'pk'),(3417272320,'nz'),(3417274368,'au'),(3417275392,'ph'),(3417276416,'cn'),(3417284608,'sg'),(3417288704,'in'),(3417289216,'au'),(3417289728,'in'),(3417291264,'au'),(3417291776,'kr'),(3417292800,'cn'),(3417333760,'au'),(3417337856,'in'),(3417338368,'hk'),(3417338880,'ph'),(3417339904,'au'),(3417340416,'nz'),(3417341952,'kh'),(3417346048,'my'),(3417348096,'au'),(3417348352,'in'),(3417348608,'nz'),(3417349120,'in'),(3417349632,'au'),(3417350144,'vn'),(3417352192,'cn'),(3417354240,'id'),(3417356288,'au'),(3417357312,'nz'),(3417357568,'au'),(3417357824,'pk'),(3417358336,'hk'),(3417374720,'ph'),(3417440256,'jp'),(3417833472,'nz'),(3417849856,'au'),(3417853952,'cn'),(3417858048,'jp'),(3417866240,'hk'),(3417915392,'th'),(3417939968,'pf'),(3417946112,'ap'),(3417947136,'in'),(3417947392,'hk'),(3417947648,'au'),(3417947904,'in'),(3417948160,'au'),(3417964544,'hk'),(3418030080,'tw'),(3418062848,'us'),(3418071040,'cn'),(3418079232,'in'),(3418095616,'th'),(3418112000,'hk'),(3418128384,'au'),(3418136576,'bd'),(3418144768,'tw'),(3418148864,'jp'),(3418150912,'au'),(3418152960,'in'),(3418155008,'my'),(3418157056,'bd'),(3418161664,'au'),(3418162432,'in'),(3418163200,'ph'),(3418165248,'my'),(3418167296,'in'),(3418167552,'au'),(3418167808,'ap'),(3418168320,'vn'),(3418169344,'jp'),(3418177536,'lk'),(3418181632,'au'),(3418183680,'id'),(3418184192,'in'),(3418184960,'au'),(3418190848,'th'),(3418191872,'id'),(3418192896,'au'),(3418193920,'kh'),(3418202112,'hk'),(3418206208,'in'),(3418208256,'lk'),(3418218496,'bd'),(3418230784,'tw'),(3418232832,'au'),(3418233344,'kr'),(3418233856,'jp'),(3418234880,'bd'),(3418235904,'id'),(3418236416,'hk'),(3418236928,'id'),(3418241024,'jp'),(3418243072,'ph'),(3418251264,'cn'),(3418255360,'id'),(3418257408,'hk'),(3418259456,'in'),(3418267648,'vn'),(3418271744,'sg'),(3418273792,'id'),(3418275840,'au'),(3418279936,'nz'),(3418281984,'in'),(3418282240,'au'),(3418282496,'ph'),(3418283520,'au'),(3418284032,'sg'),(3418288128,'id'),(3418290176,'in'),(3418290688,'th'),(3418291200,'au'),(3418291712,'bd'),(3418292736,'au'),(3418292992,'hk'),(3418293504,'in'),(3418293760,'au'),(3418294016,'nz'),(3418294272,'vn'),(3418296320,'cn'),(3418300416,'bd'),(3418300928,'in'),(3418301440,'au'),(3418302464,'id'),(3418304512,'vn'),(3418306560,'mn'),(3418308608,'cn'),(3418324992,'bd'),(3418326016,'au'),(3418326528,'ph'),(3418327040,'jp'),(3418329088,'cn'),(3418333184,'au'),(3418345472,'jp'),(3418357760,'cn'),(3418365952,'th'),(3418374144,'au'),(3418382336,'jp'),(3418406912,'in'),(3418423296,'hk'),(3418456064,'in'),(3418472448,'au'),(3418505216,'jp'),(3418513408,'in'),(3418517504,'mn'),(3418521600,'hk'),(3418578944,'th'),(3418586112,'au'),(3418586368,'sg'),(3418586880,'au'),(3418619904,'cn'),(3418624000,'jp'),(3418626048,'ki'),(3418628096,'au'),(3418636288,'jp'),(3418642944,'id'),(3418643200,'jp'),(3418643456,'au'),(3418644480,'jp'),(3418652672,'in'),(3418750976,'hk'),(3418816512,'in'),(3418947584,'au'),(3418955776,'tw'),(3418959872,'bd'),(3418960384,'id'),(3418960896,'sg'),(3418961920,'vn'),(3418962944,'in'),(3418963968,'au'),(3418988544,'id'),(3418992640,'sg'),(3418993920,'mn'),(3418994176,'my'),(3418994432,'au'),(3418994688,'my'),(3418995712,'jp'),(3418996736,'in'),(3419013120,'au'),(3419062272,'jp'),(3419070464,'hk'),(3419072512,'jp'),(3419073024,'sg'),(3419073280,'fj'),(3419074048,'sg'),(3419074560,'bd'),(3419078656,'tw'),(3419238400,'jp'),(3419275264,'au'),(3419340800,'tw'),(3419344896,'kr'),(3419348992,'tw'),(3419353088,'jp'),(3419354112,'id'),(3419356160,'nz'),(3419356672,'in'),(3419357184,'cn'),(3419411456,'hk'),(3419411712,'nz'),(3419412224,'jp'),(3419412480,'ph'),(3419414528,'cn'),(3419422720,'au'),(3419439104,'sg'),(3419471872,'th'),(3419504640,'hk'),(3419508736,'jp'),(3419512832,'au'),(3419516928,'jp'),(3419517952,'vn'),(3419518976,'tw'),(3419520000,'id'),(3419520768,'th'),(3419521024,'au'),(3419529216,'cn'),(3419537408,'hk'),(3419541504,'kr'),(3419553792,'au'),(3419557888,'id'),(3419558400,'au'),(3419558656,'id'),(3419559936,'jp'),(3419560960,'in'),(3419561984,'au'),(3419570176,'vn'),(3419602944,'tw'),(3419611136,'jp'),(3419617280,'au'),(3419618304,'sg'),(3419619328,'nz'),(3419635712,'sg'),(3419643904,'jp'),(3419668480,'cn'),(3419672576,'au'),(3419674624,'in'),(3419675648,'mn'),(3419676672,'jp'),(3419684864,'in'),(3419688960,'cn'),(3419693056,'kr'),(3419701248,'au'),(3419709440,'kr'),(3419717632,'in'),(3419734016,'au'),(3419774976,'jp'),(3419783168,'ph'),(3419791360,'au'),(3419873280,'af'),(3419877376,'id'),(3419877632,'kh'),(3419877888,'id'),(3419878144,'in'),(3419879424,'jp'),(3419880448,'my'),(3419881472,'ph'),(3419897856,'au'),(3419906048,'pk'),(3419914240,'kr'),(3419922432,'jp'),(3419926528,'hk'),(3419930624,'jp'),(3419971584,'kr'),(3419979776,'jp'),(3419996160,'au'),(3420020736,'tw'),(3420028928,'my'),(3420029952,'id'),(3420030976,'in'),(3420032000,'id'),(3420032256,'au'),(3420032512,'nz'),(3420033024,'in'),(3420034048,'au'),(3420036096,'jp'),(3420037120,'au'),(3420039168,'kh'),(3420040192,'id'),(3420040704,'in'),(3420040960,'hk'),(3420041216,'my'),(3420042240,'jp'),(3420043264,'sg'),(3420044288,'id'),(3420045312,'kr'),(3420061696,'hk'),(3420127232,'au'),(3420323840,'tw'),(3420332032,'au'),(3420372992,'cn'),(3420377088,'jp'),(3420389376,'cn'),(3420395520,'jp'),(3420397568,'kh'),(3420401664,'jp'),(3420411904,'th'),(3420412416,'id'),(3420412928,'bd'),(3420413952,'kr'),(3420422144,'my'),(3420430336,'pk'),(3420434432,'in'),(3420434688,'kr'),(3420434944,'hk'),(3420435200,'au'),(3420435456,'jp'),(3420436480,'au'),(3420437504,'in'),(3420438528,'hk'),(3420454912,'kr'),(3523215360,'au'),(3523223552,'kr'),(3523231744,'au'),(3523248128,'hk'),(3523280896,'th'),(3523297280,'ph'),(3523317760,'jp'),(3523330048,'au'),(3523340288,'ap'),(3523342336,'bd'),(3523346432,'cn'),(3523354624,'kr'),(3523379200,'pk'),(3523395584,'jp'),(3523411968,'hk'),(3523477504,'ph'),(3523493888,'bd'),(3523497984,'au'),(3523500032,'kr'),(3523502080,'ph'),(3523510272,'th'),(3523518464,'jp'),(3523526656,'ap'),(3523530752,'nz'),(3523532800,'kr'),(3523534848,'au'),(3523538944,'jp'),(3523543040,'cn'),(3523551232,'au'),(3523553280,'my'),(3523555328,'nz'),(3523559424,'ph'),(3523579904,'cn'),(3523584000,'hk'),(3523592192,'ap'),(3523608576,'hk'),(3523674112,'fj'),(3523682304,'nz'),(3523686400,'au'),(3523690496,'in'),(3523698688,'ap'),(3523739648,'au'),(3524001792,'cn'),(3524132864,'ph'),(3524145152,'jp'),(3524149248,'cn'),(3524157440,'au'),(3524161536,'cn'),(3524247552,'au'),(3524263936,'ph'),(3524296704,'cn'),(3524313088,'kr'),(3524329472,'tw'),(3524362240,'hk'),(3524395008,'in'),(3524444160,'au'),(3524460544,'my'),(3524526080,'jp'),(3524591616,'cn'),(3524722688,'sg'),(3524730880,'cn'),(3524739072,'id'),(3524743168,'mp'),(3524747264,'ph'),(3524755456,'sg'),(3524763648,'ph'),(3524788224,'sg'),(3524853760,'cn'),(3526361088,'nz'),(3526393856,'jp'),(3526397952,'my'),(3526402048,'nz'),(3526410240,'my'),(3526414336,'au'),(3526416384,'my'),(3526418432,'jp'),(3526426624,'au'),(3526557696,'cn'),(3526754304,'nz'),(3526885376,'pk'),(3526893568,'nz'),(3526897664,'hk'),(3526901760,'au'),(3526909952,'in'),(3526918144,'sg'),(3526924288,'au'),(3526926336,'jp'),(3526934528,'cn'),(3526942720,'au'),(3526950912,'hk'),(3527004160,'id'),(3527008256,'kr'),(3527016448,'tw'),(3527933952,'cn'),(3528392704,'jp'),(3528396800,'au'),(3528400896,'jp'),(3528404992,'nz'),(3528409088,'cn'),(3528425472,'jp'),(3528445952,'id'),(3528450048,'cn'),(3528458240,'af'),(3528474624,'tw'),(3528482816,'kr'),(3528491008,'au'),(3528507392,'jp'),(3528589312,'cn'),(3528720384,'au'),(3528785920,'tw'),(3528851456,'nz'),(3528884224,'th'),(3528908800,'vn'),(3528912896,'au'),(3528933376,'jp'),(3528949760,'cn'),(3528966144,'kr'),(3528974336,'jp'),(3528978432,'hk'),(3528982528,'jp'),(3529056256,'in'),(3529064448,'hk'),(3529072640,'jp'),(3529080832,'au'),(3529089024,'kr'),(3529097216,'jp'),(3529113600,'kr'),(3531603968,'jp'),(3534749696,'hk'),(3534880768,'kr'),(3535273984,'hk'),(3535339520,'nz'),(3535355904,'au'),(3535372288,'jp'),(3535380480,'ph'),(3535388672,'cn'),(3535405056,'my'),(3535536128,'jp'),(3535798272,'tw'),(3535814656,'kr'),(3535822848,'cn'),(3535831040,'tw'),(3535863808,'sg'),(3535880192,'jp'),(3535896576,'au'),(3535929344,'jp'),(3535994880,'my'),(3536060416,'jp'),(3536322560,'tw'),(3536551936,'th'),(3536568320,'jp'),(3536584704,'kr'),(3536846848,'tw'),(3536928768,'hk'),(3536945152,'tw'),(3536977920,'in'),(3537010688,'id'),(3537027072,'kr'),(3537047552,'id'),(3537049600,'hk'),(3537051648,'jp'),(3537059840,'kr'),(3537068032,'vn'),(3537076224,'in'),(3537174528,'th'),(3537190912,'ph'),(3537240064,'in'),(3537305600,'au'),(3537371136,'kr'),(3537895424,'jp'),(3538944000,'tw'),(3539271680,'vn'),(3539304448,'hk'),(3539337216,'nz'),(3539353600,'th'),(3539402752,'jp'),(3539435520,'au'),(3539468288,'jp'),(3541303296,'tw'),(3541565440,'my'),(3541696512,'au'),(3542089728,'kr'),(3544186880,'cn'),(3544711168,'tw'),(3545235456,'cn'),(3546808320,'kr'),(3547856896,'jp'),(3548905472,'cn'),(3551002624,'kr'),(3657433088,'cn'),(3659530240,'tw'),(3659595776,'id'),(3659628544,'jp'),(3659661312,'tw'),(3659792384,'kr'),(3660054528,'jp'),(3660578816,'kr'),(3661103104,'cn'),(3663986688,'au'),(3663986944,'ap'),(3663987200,'au'),(3663987712,'id'),(3663987968,'jp'),(3663989248,'vn'),(3663989504,'id'),(3663989760,'au'),(3663990272,'vn'),(3663990528,'jp'),(3663990784,'hk'),(3663991296,'my'),(3663991552,'au'),(3663991808,'jp'),(3663992064,'nz'),(3663992320,'my'),(3663992576,'nz'),(3663993600,'id'),(3663995904,'au'),(3663996416,'th'),(3663996672,'au'),(3663997184,'id'),(3663997440,'jp'),(3663997696,'au'),(3663997952,'my'),(3663998208,'jp'),(3663998464,'th'),(3663998976,'in'),(3663999488,'au'),(3663999744,'kh'),(3664000000,'au'),(3664000768,'id'),(3664001024,'nz'),(3664001280,'lk'),(3664001536,'my'),(3664001792,'au'),(3664002048,'vn'),(3664002304,'lk'),(3664002560,'id'),(3664003328,'nz'),(3664003584,'th'),(3664003840,'jp'),(3664004096,'nz'),(3664004352,'my'),(3664004608,'sg'),(3664004864,'kh'),(3664005120,'id'),(3664052224,'nz'),(3664084992,'kr'),(3664117760,'hk'),(3664248832,'cn'),(3664642048,'jp'),(3664707584,'my'),(3664773120,'jp'),(3666870272,'kr'),(3667918848,'tw'),(3668967424,'jp'),(3669491712,'tw'),(3669557248,'au'),(3669590016,'jp'),(3669606400,'cn'),(3669614592,'nz'),(3669616640,'au'),(3669620736,'jp'),(3669622784,'sg'),(3669688320,'tw'),(3669753856,'hk'),(3670016000,'cn'),(3671064576,'my'),(3671130112,'kr'),(3671195648,'tw'),(3671326720,'sg'),(3671392256,'hk'),(3671457792,'au'),(3671588864,'jp'),(3672637440,'kr'),(3673161728,'cn'),(3673686016,'in'),(3673751552,'cn'),(3673817088,'hk'),(3673882624,'jp'),(3673948160,'hk'),(3674210304,'jp'),(3678404608,'in'),(3678535680,'jp'),(3678666752,'tw'),(3678928896,'cn'),(3678994432,'hk'),(3679027200,'jp'),(3679059968,'sg'),(3679158272,'jp'),(3679191040,'hk'),(3679453184,'tw'),(3679584256,'cn'),(3679649792,'id'),(3679715328,'tw'),(3679977472,'nz'),(3680108544,'tw'),(3680124928,'ph'),(3680133120,'in'),(3680137216,'hk'),(3680141312,'au'),(3680174080,'tw'),(3680206848,'in'),(3680239616,'my'),(3680403456,'jp'),(3680436224,'my'),(3680501760,'jp'),(3682598912,'cn'),(3684696064,'jp'),(3688366080,'cn'),(3689938944,'kr'),(3690070016,'cn'),(3690463232,'kr'),(3690987520,'jp'),(3695181824,'kr'),(3697278976,'jp'),(3697606656,'au'),(3697655808,'cn'),(3697672192,'jp'),(3697737728,'kr'),(3697803264,'jp'),(3698327552,'cn'),(3698589696,'kr'),(3699376128,'tw'),(3700424704,'jp'),(3700752384,'kr'),(3700817920,'jp'),(3700977664,'au'),(3700979712,'jp'),(3700981760,'cn'),(3701014528,'jp'),(3701080064,'cn'),(3701211136,'jp'),(3701256192,'sg'),(3701258240,'in'),(3701260288,'jp'),(3701293056,'au'),(3701301248,'id'),(3701305344,'tw'),(3701309440,'jp'),(3701473280,'cn'),(3704619008,'jp'),(3705667584,'in'),(3705929728,'tw'),(3706060800,'kr'),(3706126336,'cn'),(3706142720,'vn'),(3706159104,'cn'),(3706191872,'sg'),(3706208256,'cn'),(3706224640,'hk'),(3706257408,'au'),(3706322944,'cn'),(3706388480,'au'),(3706781696,'hk'),(3706847232,'cn'),(3706978304,'au'),(3707109376,'hk'),(3707174912,'jp'),(3707207680,'tw'),(3707215872,'bd'),(3707217920,'id'),(3707219968,'au'),(3707222016,'jp'),(3707224064,'lk'),(3707240448,'cn'),(3707568128,'au'),(3707633664,'jp'),(3707699200,'sg'),(3707764736,'cn'),(3708600320,'jp'),(3708616704,'cn'),(3708813312,'jp'),(3715629056,'tw'),(3715653632,'bd'),(3715655680,'in'),(3715657728,'sg'),(3715661824,'au'),(3715674112,'hk'),(3715678208,'pk'),(3715694592,'vn'),(3715710976,'au'),(3715719168,'ph'),(3715727360,'au'),(3715735552,'jp'),(3715741696,'ph'),(3715743744,'jp'),(3715760128,'cn'),(3715891200,'hk'),(3716153344,'sg'),(3716169728,'th'),(3716218880,'cn'),(3716415488,'vn'),(3716431872,'kr'),(3716440064,'jp'),(3716444160,'pk'),(3716448256,'jp'),(3716464640,'id'),(3716481024,'vn'),(3716489216,'my'),(3716493312,'kr'),(3716497408,'jp'),(3716513792,'kr'),(3716530176,'au'),(3716538368,'cn'),(3716546560,'in'),(3716677632,'cn'),(3716808704,'kr'),(3718840320,'tw'),(3718905856,'jp'),(3719036928,'cn'),(3719823360,'jp'),(3720347648,'cn'),(3720859648,'au'),(3720863744,'cn'),(3723493376,'jp'),(3725590528,'cn'),(3730833408,'kr'),(3732602880,'th'),(3732668416,'id'),(3732733952,'cn'),(3732799488,'ph'),(3732832256,'cn'),(3732865024,'ph'),(3732930560,'cn'),(3733979136,'jp'),(3734503424,'nz'),(3734765568,'tw'),(3734896640,'jp'),(3735027712,'cn'),(3735289856,'sg'),(3735388160,'lk'),(3735404544,'id'),(3735420928,'hk'),(3735552000,'cn'),(3739222016,'jp'),(3739570176,'id'),(3739574272,'jp'),(3739680768,'kr'),(3739697152,'jp'),(3739746304,'kr'),(3740270592,'cn'),(3740925952,'tw'),(3741024256,'kr'),(3741057024,'vn'),(3741450240,'cn'),(3742367744,'hk'),(3742629888,'cn'),(3742760960,'tw'),(3742892032,'th'),(3742957568,'ph'),(3742973952,'sg'),(3742982144,'id'),(3742986240,'au'),(3742990336,'jp'),(3743006720,'th'),(3743014912,'au'),(3743019008,'my'),(3743023104,'tw'),(3743027200,'sg'),(3743416320,'kr'),(3745513472,'cn'),(3749838848,'ap'),(3749839872,'in'),(3749840896,'ph'),(3749841920,'au'),(3749847040,'hk'),(3749855232,'kr'),(3749969920,'jp'),(3750232064,'tw'),(3751804928,'cn'),(3752067072,'id'),(3752132608,'bd'),(3752133632,'id'),(3752134656,'tw'),(3752136704,'nz'),(3752138752,'in'),(3752140800,'jp'),(3752148992,'nz'),(3752157184,'au'),(3752165376,'kr'),(3752198144,'cn'),(3752329216,'kr'),(3753902080,'cn'),(3754033152,'kr'),(3754164224,'in'),(3754229760,'hk'),(3754295296,'cn'),(3754426368,'tw'),(3754491904,'cn'),(3754688512,'th'),(3754950656,'cn'),(3755474944,'jp'),(3755737088,'cn'),(3755868160,'kr'),(3755933696,'jp'),(3755966464,'in'),(3755974656,'jp'),(3755976704,'kh'),(3755978752,'cn'),(3755986944,'jp'),(3755988992,'hk'),(3755991040,'jp'),(3757047808,'cn'),(3757834240,'au'),(3757899776,'kr'),(3757965312,'cn'),(3758063616,'hk'),(3758080000,'kr'),(3758088192,'id'),(3758090240,'au'),(3758092288,'hk'),(3758093312,'in'),(3758094336,'au'),(50331648,'us'),(251658240,'us'),(405012480,'ca'),(405143552,'us'),(405180416,'ca'),(405184512,'us'),(405405696,'pr'),(405422080,'us'),(405843968,'ca'),(405848064,'pr'),(405864448,'us'),(405921792,'ca'),(405929984,'us'),(405946368,'ca'),(405962752,'us'),(405979136,'pr'),(406003712,'us'),(406011904,'bs'),(406044672,'us'),(406147072,'ca'),(406159360,'us'),(406183936,'ca'),(406216704,'us'),(406241280,'pr'),(406323200,'us'),(406388736,'ca'),(406454272,'us'),(406847488,'ca'),(407408640,'us'),(407633920,'ca'),(408420352,'us'),(408502272,'ca'),(408518656,'us'),(408535040,'ca'),(408551424,'us'),(408719360,'vc'),(408723456,'us'),(409337856,'ca'),(409370624,'us'),(409731072,'ca'),(409862144,'us'),(410124288,'ca'),(410189824,'us'),(410648576,'ca'),(410714112,'us'),(411164672,'ca'),(411172864,'us'),(411566080,'us'),(411639808,'ca'),(411664384,'us'),(411680768,'ca'),(411746304,'pr'),(411762688,'ca'),(411770880,'us'),(411779072,'pr'),(411828224,'us'),(411893760,'ca'),(411975680,'us'),(412221440,'ca'),(412286976,'us'),(412483584,'ca'),(412549120,'us'),(412680192,'ca'),(412688384,'us'),(412704768,'ca'),(412708864,'us'),(412909568,'ca'),(412942336,'us'),(413908992,'pr'),(413925376,'us'),(415760384,'ca'),(416022528,'us'),(416153600,'bs'),(416161792,'us'),(416219136,'ca'),(416251904,'us'),(416546816,'ca'),(416612352,'us'),(416628736,'ca'),(416636928,'us'),(416743424,'ca'),(416776192,'us'),(417202176,'ca'),(417267712,'us'),(417366016,'ca'),(417398784,'us'),(417464320,'ca'),(417529856,'pr'),(417538048,'us'),(417775616,'ca'),(417796096,'us'),(417800192,'bs'),(417808384,'ca'),(417824768,'us'),(417923072,'us'),(418062336,'ca'),(418070528,'us'),(418078720,'ca'),(418119680,'us'),(418316288,'ca'),(418324480,'us'),(418643968,'ca'),(418668544,'us'),(418672640,'ca'),(418676736,'bs'),(418693120,'ca'),(418709504,'us'),(418766848,'ca'),(418807808,'us'),(436207616,'us'),(469762048,'us'),(738197504,'us'),(788529152,'ca'),(805306368,'us'),(872415232,'us'),(889192448,'de'),(905969664,'us'),(956301312,'fr'),(1056964608,'us'),(1065611264,'pr'),(1065615360,'us'),(1065811968,'ca'),(1065824256,'us'),(1065873408,'pr'),(1065877504,'us'),(1065906176,'ky'),(1065908224,'us'),(1072922624,'ca'),(1072955392,'us'),(1073373184,'ca'),(1073381376,'us'),(1074020352,'ca'),(1074028544,'us'),(1074118656,'ca'),(1074135040,'us'),(1074184192,'ca'),(1074188288,'us'),(1074229248,'ca'),(1074241536,'us'),(1074733056,'au'),(1074737152,'ca'),(1074745344,'us'),(1074757632,'ca'),(1074765824,'us'),(1074937856,'ca'),(1074946048,'us'),(1074962432,'ca'),(1074970624,'us'),(1075421184,'ca'),(1075429376,'us'),(1075478528,'ca'),(1075494912,'us'),(1075576832,'no'),(1075585024,'us'),(1075613696,'us'),(1075871744,'us'),(1076338688,'ca'),(1076346880,'us'),(1076387840,'ca'),(1076396032,'us'),(1076408320,'ca'),(1076412416,'us'),(1076424704,'ca'),(1076428800,'us'),(1076543488,'ca'),(1076559872,'us'),(1076756480,'ca'),(1076772864,'us'),(1077055488,'ca'),(1077059584,'us'),(1077444608,'ca'),(1077452800,'jp'),(1077460992,'us'),(1077469184,'ca'),(1077477376,'us'),(1077510144,'us'),(1077641216,'ca'),(1077657600,'us'),(1077977088,'ca'),(1077985280,'us'),(1077993472,'ca'),(1078001664,'us'),(1078067200,'bs'),(1078071296,'ca'),(1078075392,'us'),(1078124544,'ca'),(1078128640,'us'),(1078247424,'ca'),(1078251520,'us'),(1078456320,'ca'),(1078460416,'us'),(1078517760,'ca'),(1078525952,'us'),(1079320576,'ca'),(1079328768,'us'),(1079377920,'ca'),(1079443456,'us'),(1079459840,'ca'),(1079508992,'us'),(1079574528,'pr'),(1079578624,'us'),(1079664640,'ca'),(1079668736,'us'),(1079861248,'ca'),(1079865344,'us'),(1080033280,'ca'),(1080295424,'us'),(1080999936,'ca'),(1081016320,'us'),(1081212928,'ca'),(1081278464,'us'),(1081479168,'ca'),(1081483264,'us'),(1081565184,'ca'),(1081573376,'us'),(1081589760,'bb'),(1081593856,'ca'),(1081597952,'us'),(1082314752,'ca'),(1082318848,'us'),(1082683392,'ca'),(1082687488,'us'),(1082945536,'ca'),(1082949632,'us'),(1082982400,'ca'),(1083015168,'us'),(1083396096,'bm'),(1083400192,'us'),(1083437056,'ca'),(1083441152,'us'),(1083621376,'bs'),(1083637760,'us'),(1083686912,'ca'),(1083703296,'us'),(1085440000,'ca'),(1085448192,'us'),(1085456384,'pr'),(1085464576,'us'),(1085526016,'ca'),(1085530112,'us'),(1085538304,'ca'),(1085603840,'us'),(1085849600,'ca'),(1085857792,'us'),(1085915136,'pr'),(1085923328,'us'),(1085997056,'ca'),(1086013440,'us'),(1086922752,'ca'),(1086930944,'us'),(1086955520,'ca'),(1086971904,'us'),(1087016960,'ca'),(1087021056,'us'),(1088684032,'ca'),(1088946176,'us'),(1089167360,'ca'),(1089171456,'us'),(1089191936,'ca'),(1089200128,'us'),(1089306624,'pr'),(1089339392,'us'),(1089961984,'ca'),(1089970176,'pr'),(1089974272,'us'),(1090146304,'ca'),(1090150400,'us'),(1090207744,'ca'),(1090215936,'us'),(1090355200,'ca'),(1090363392,'us'),(1090387968,'ca'),(1090396160,'us'),(1090424832,'ca'),(1090428928,'us'),(1090445312,'ca'),(1090453504,'us'),(1091960832,'ca'),(1092026368,'us'),(1092075520,'pr'),(1092091904,'us'),(1093017600,'ca'),(1093021696,'us'),(1093025792,'ca'),(1093033984,'us'),(1093058560,'pr'),(1093066752,'us'),(1093074944,'ca'),(1093091328,'us'),(1093697536,'bb'),(1093730304,'us'),(1094565888,'ca'),(1094582272,'us'),(1095450624,'bs'),(1095467008,'us'),(1096278016,'ca'),(1096286208,'us'),(1096548352,'ca'),(1096810496,'us'),(1096884224,'ca'),(1096888320,'us'),(1096925184,'ca'),(1096941568,'us'),(1097728000,'ca'),(1097736192,'us'),(1097768960,'ca'),(1097777152,'us'),(1097830400,'ca'),(1097834496,'us'),(1102389248,'ca'),(1102393344,'us'),(1102512128,'jm'),(1102516224,'us'),(1107243008,'tc'),(1107247104,'us'),(1107275776,'ca'),(1107279872,'us'),(1107288064,'ca'),(1107296256,'us'),(1107701760,'ca'),(1107705856,'us'),(1107853312,'us'),(1108025344,'ca'),(1108029440,'us'),(1108033536,'ca'),(1108041728,'us'),(1108054016,'ca'),(1108066304,'us'),(1108500480,'us'),(1108525056,'ca'),(1108541440,'us'),(1109688320,'ca'),(1109696512,'us'),(1109819392,'ca'),(1109852160,'us'),(1110126592,'ca'),(1110130688,'us'),(1110310912,'ca'),(1110376448,'us'),(1110540288,'ca'),(1110573056,'pr'),(1110638592,'us'),(1110663168,'ca'),(1110675456,'us'),(1110679552,'ca'),(1110683648,'us'),(1110700032,'ca'),(1110704128,'us'),(1110863872,'jm'),(1110867968,'us'),(1110929408,'bm'),(1110933504,'us'),(1111195648,'ca'),(1111212032,'us'),(1111244800,'us'),(1112432640,'ca'),(1112440832,'us'),(1112530944,'ca'),(1112539136,'us'),(1113591808,'ca'),(1113595904,'us'),(1113657344,'ca'),(1113661440,'us'),(1113743360,'us'),(1113997312,'ca'),(1114005504,'us'),(1114054656,'ca'),(1114062848,'us'),(1114095616,'ca'),(1114103808,'us'),(1114505216,'ca'),(1114554368,'us'),(1114681344,'ca'),(1114685440,'us'),(1114730496,'ca'),(1114734592,'us'),(1115136000,'ca'),(1115144192,'us'),(1115705344,'ca'),(1115709440,'us'),(1115783168,'ca'),(1115791360,'pr'),(1115795456,'ca'),(1115799552,'us'),(1115815936,'ca'),(1115947008,'us'),(1116168192,'ca'),(1116176384,'us'),(1116897280,'ca'),(1116905472,'us'),(1117274112,'ca'),(1117282304,'us'),(1117413376,'ca'),(1117421568,'us'),(1117683712,'ca'),(1117691904,'us'),(1117724672,'ca'),(1117728768,'us'),(1117745152,'ca'),(1117749248,'us'),(1117978624,'ca'),(1117986816,'us'),(1117995008,'ca'),(1117999104,'us'),(1118027776,'ca'),(1118031872,'us'),(1118158848,'ca'),(1118167040,'us'),(1118474240,'ca'),(1118478336,'us'),(1119109120,'ca'),(1119113216,'us'),(1119211520,'ca'),(1119215616,'us'),(1119289344,'ca'),(1119354880,'us'),(1119428608,'vi'),(1119432704,'ca'),(1119436800,'us'),(1119440896,'ca'),(1119444992,'us'),(1119469568,'ca'),(1119477760,'us'),(1119502336,'ca'),(1119510528,'us'),(1119580160,'ca'),(1119584256,'us'),(1120149504,'ca'),(1120153600,'us'),(1120272384,'ca'),(1120321536,'us'),(1120346112,'ca'),(1120350208,'us'),(1120518144,'ca'),(1120534528,'us'),(1120641024,'ca'),(1120657408,'us'),(1120854016,'ca'),(1120862208,'us'),(1120886784,'ca'),(1120894976,'us'),(1120911360,'ca'),(1120919552,'us'),(1121005568,'ca'),(1121009664,'us'),(1121038336,'ca'),(1121042432,'us'),(1121230848,'ca'),(1121239040,'us'),(1121247232,'ca'),(1121255424,'us'),(1121878016,'ca'),(1121910784,'us'),(1122074624,'ca'),(1122091008,'us'),(1122140160,'ca'),(1122148352,'us'),(1122455552,'us'),(1122476032,'pr'),(1122480128,'us'),(1122635776,'ca'),(1122639872,'us'),(1123057664,'ca'),(1123074048,'us'),(1123123200,'ca'),(1123127296,'us'),(1123180544,'ca'),(1123184640,'us'),(1123319808,'ca'),(1123323904,'us'),(1123336192,'ca'),(1123352576,'us'),(1123590144,'vi'),(1123598336,'us'),(1123651584,'jm'),(1123655680,'us'),(1123848192,'ca'),(1123852288,'us'),(1123950592,'ca'),(1123958784,'us'),(1125474304,'ca'),(1125478400,'us'),(1125498880,'ca'),(1125515264,'us'),(1125531648,'ca'),(1125543936,'us'),(1125548032,'ca'),(1125552128,'us'),(1125572608,'ca'),(1125576704,'us'),(1125613568,'ca'),(1125617664,'us'),(1126924288,'ca'),(1126928384,'us'),(1126948864,'ca'),(1126952960,'us'),(1127677952,'ca'),(1127694336,'us'),(1127923712,'ca'),(1127931904,'us'),(1128529920,'ca'),(1128792064,'us'),(1134444544,'ca'),(1134448640,'us'),(1134546944,'ca'),(1134551040,'us'),(1136721920,'ca'),(1136787456,'us'),(1137278976,'ca'),(1137295360,'us'),(1137426432,'pr'),(1137442816,'ca'),(1137459200,'us'),(1137491968,'ca'),(1137508352,'us'),(1137524736,'ca'),(1137541120,'us'),(1137623040,'pr'),(1137639424,'us'),(1137704960,'ca'),(1137713152,'us'),(1137868800,'ca'),(1137872896,'us'),(1137876992,'ca'),(1137881088,'us'),(1137889280,'ca'),(1137893376,'us'),(1137917952,'ca'),(1137922048,'us'),(1137926144,'ca'),(1137934336,'us'),(1137950720,'ca'),(1137954816,'us'),(1137963008,'vi'),(1137967104,'ca'),(1137975296,'us'),(1137983488,'ca'),(1137991680,'us'),(1138049024,'ca'),(1138061312,'us'),(1138163712,'ca'),(1138167808,'us'),(1138176000,'ca'),(1138180096,'us'),(1138188288,'pr'),(1138192384,'us'),(1138196480,'ca'),(1138204672,'us'),(1138212864,'ca'),(1138216960,'us'),(1138499584,'ca'),(1138503680,'us'),(1138548736,'ca'),(1138556928,'us'),(1138593792,'ca'),(1138597888,'us'),(1138704384,'ca'),(1138716672,'us'),(1138720768,'ca'),(1138728960,'us'),(1138774016,'ca'),(1138778112,'us'),(1138786304,'pr'),(1138819072,'ca'),(1138851840,'us'),(1138917376,'ca'),(1138950144,'us'),(1139179520,'ca'),(1139195904,'us'),(1139261440,'ca'),(1139269632,'us'),(1145188352,'ca'),(1145192448,'us'),(1145249792,'ca'),(1145257984,'us'),(1145307136,'ca'),(1145311232,'us'),(1145376768,'ca'),(1145380864,'us'),(1145405440,'ca'),(1145413632,'us'),(1145421824,'ca'),(1145430016,'us'),(1145475072,'ca'),(1145479168,'us'),(1145503744,'ca'),(1145520128,'us'),(1145552896,'ca'),(1145556992,'us'),(1150287872,'ca'),(1150812160,'us'),(1151889408,'ca'),(1151897600,'us'),(1152073728,'ca'),(1152077824,'us'),(1152114688,'ca'),(1152122880,'us'),(1152581632,'ca'),(1152614400,'us'),(1152778240,'ca'),(1152843776,'us'),(1156071424,'ca'),(1156079616,'us'),(1156296704,'ca'),(1156300800,'us'),(1157931008,'bs'),(1157935104,'us'),(1157943296,'ca'),(1157947392,'us'),(1158148096,'ca'),(1158152192,'us'),(1158316032,'ca'),(1158324224,'us'),(1158340608,'ca'),(1158344704,'us'),(1158348800,'ca'),(1158381568,'us'),(1158774784,'ca'),(1158791168,'bm'),(1158799360,'ca'),(1158807552,'us'),(1158995968,'ca'),(1159004160,'us'),(1159213056,'ca'),(1159217152,'us'),(1159348224,'ca'),(1159356416,'us'),(1159421952,'ca'),(1159430144,'us'),(1159700480,'ca'),(1159725056,'us'),(1160011776,'ca'),(1160019968,'us'),(1160364032,'ca'),(1160368128,'us'),(1160392704,'ca'),(1160396800,'us'),(1160425472,'ca'),(1160429568,'us'),(1160667136,'ca'),(1160675328,'us'),(1160683520,'ca'),(1160691712,'us'),(1160847360,'ca'),(1160855552,'us'),(1160921088,'ag'),(1160925184,'us'),(1161019392,'ca'),(1161035776,'us'),(1161293824,'ca'),(1161297920,'us'),(1161363456,'ca'),(1161367552,'us'),(1161420800,'ag'),(1161428992,'us'),(1161453568,'ca'),(1161457664,'us'),(1161576448,'ca'),(1161580544,'us'),(1161617408,'ca'),(1161625600,'us'),(1161764864,'ca'),(1161777152,'us'),(1161818112,'ca'),(1161822208,'us'),(1162018816,'ca'),(1162022912,'us'),(1162031104,'us'),(1162059776,'ca'),(1162067968,'us'),(1162215424,'ca'),(1162280960,'us'),(1162297344,'ca'),(1162305536,'us'),(1162461184,'bb'),(1162477568,'us'),(1162715136,'ca'),(1162723328,'us'),(1162870784,'bb'),(1162903552,'us'),(1163407360,'ca'),(1163411456,'us'),(1167851520,'ca'),(1168113664,'us'),(1168211968,'ca'),(1168228352,'us'),(1168420864,'ca'),(1168424960,'us'),(1168474112,'ca'),(1168509440,'us'),(1168510976,'ca'),(1168515072,'us'),(1168670720,'ca'),(1168687104,'us'),(1168859136,'ca'),(1168863232,'us'),(1168867328,'ca'),(1168875520,'us'),(1168887808,'ca'),(1168891904,'us'),(1168916480,'ca'),(1168932864,'us'),(1168936960,'ca'),(1168949248,'us'),(1168973824,'ca'),(1168982016,'us'),(1169203200,'ca'),(1169211392,'us'),(1170472960,'ca'),(1170481152,'us'),(1170489344,'ca'),(1170497536,'us'),(1170505728,'ca'),(1170522112,'us'),(1175977984,'ca'),(1176502272,'us'),(1176662016,'ca'),(1176666112,'us'),(1176702976,'ca'),(1176707072,'us'),(1176731648,'pr'),(1176735744,'us'),(1176739840,'ca'),(1176748032,'us'),(1176752128,'ca'),(1176756224,'us'),(1176764416,'pm'),(1176768512,'us'),(1176776704,'ca'),(1176780800,'us'),(1176895488,'ca'),(1176928256,'us'),(1177354240,'pr'),(1177419776,'us'),(1177550848,'ca'),(1178075136,'us'),(1178599424,'ca'),(1179910144,'us'),(1191673856,'ca'),(1191706624,'us'),(1192296448,'ca'),(1192361984,'us'),(1192427520,'ca'),(1192493056,'us'),(1207975936,'ca'),(1207980032,'us'),(1208008704,'ca'),(1208016896,'us'),(1208020992,'ca'),(1208025088,'us'),(1208074240,'ca'),(1208082432,'us'),(1208090624,'ca'),(1208107008,'us'),(1208590336,'ca'),(1208598528,'us'),(1208647680,'ca'),(1208659968,'us'),(1208721408,'ca'),(1208729600,'us'),(1208770560,'ca'),(1208774656,'us'),(1208778752,'ca'),(1208795136,'us'),(1208852480,'ca'),(1208860672,'us'),(1208918016,'ca'),(1208922112,'us'),(1208954880,'ca'),(1208958976,'us'),(1208975360,'ca'),(1208983552,'us'),(1209434112,'bb'),(1209442304,'us'),(1209647104,'ca'),(1209663488,'us'),(1209729024,'jm'),(1209786368,'us'),(1209810944,'ca'),(1209827328,'us'),(1209917440,'ca'),(1209925632,'us'),(1210253312,'ca'),(1210261504,'us'),(1210449920,'ca'),(1210580992,'us'),(1210925056,'ca'),(1210941440,'us'),(1211236352,'pr'),(1211269120,'us'),(1211318272,'bb'),(1211334656,'us'),(1211432960,'ca'),(1211473920,'us'),(1211596800,'ca'),(1211613184,'us'),(1216872448,'ca'),(1217396736,'us'),(1219256320,'ca'),(1219264512,'us'),(1219272704,'ca'),(1219276800,'us'),(1241743360,'ca'),(1241759744,'us'),(1242300416,'ca'),(1242562560,'us'),(1244659712,'ca'),(1244790784,'us'),(1244831744,'ca'),(1244839936,'us'),(1244848128,'ca'),(1244852224,'us'),(1244864512,'ca'),(1244872704,'us'),(1245184000,'ca'),(1245446144,'us'),(1246904320,'ca'),(1246912512,'us'),(1246937088,'ca'),(1246945280,'us'),(1248864256,'ca'),(1248866304,'us'),(1248885760,'ca'),(1248886784,'us'),(1248899072,'ca'),(1248900096,'us'),(1248913408,'mf'),(1248915456,'us'),(1248919552,'ca'),(1248920576,'us'),(1248921600,'ca'),(1248923648,'us'),(1248936960,'ca'),(1248939008,'us'),(1248946176,'vg'),(1248947200,'us'),(1248958464,'ca'),(1248959488,'us'),(1248964608,'ca'),(1248966656,'us'),(1249003520,'ca'),(1249005568,'us'),(1249010688,'ca'),(1249011712,'us'),(1249019904,'ca'),(1249020928,'us'),(1249029120,'ca'),(1249030144,'us'),(1249036288,'tc'),(1249037312,'us'),(1249038336,'ca'),(1249040384,'us'),(1249046528,'bm'),(1249047552,'us'),(1249082368,'ca'),(1249083392,'us'),(1249099776,'ca'),(1249101824,'pr'),(1249102848,'ca'),(1249103872,'us'),(1249106944,'ca'),(1249107968,'us'),(1249130496,'jm'),(1249131520,'us'),(1249139712,'mf'),(1249140736,'us'),(1249163264,'ca'),(1249167360,'us'),(1249171456,'ca'),(1249173504,'us'),(1249191936,'ca'),(1249193984,'us'),(1249203200,'gd'),(1249204224,'us'),(1249210368,'ky'),(1249212416,'us'),(1249217536,'ca'),(1249218560,'us'),(1249236992,'ky'),(1249239040,'us'),(1249245184,'ca'),(1249247232,'us'),(1249256448,'ca'),(1249257472,'us'),(1249260544,'ca'),(1249261568,'us'),(1249272832,'ca'),(1249273856,'us'),(1249310720,'ca'),(1249311744,'us'),(1249312768,'ca'),(1249313792,'us'),(1249335296,'ca'),(1249337344,'us'),(1249359872,'ca'),(1249361920,'us'),(1249384448,'pr'),(1249386496,'us'),(1249391616,'ca'),(1249392640,'us'),(1249396736,'ca'),(1249397760,'us'),(1249409024,'ca'),(1249410048,'us'),(1249452032,'ca'),(1249453056,'us'),(1249474560,'ca'),(1249475584,'us'),(1249484800,'ca'),(1249486848,'us'),(1249506304,'ca'),(1249507328,'us'),(1249522688,'ca'),(1249523712,'us'),(1249531904,'gd'),(1249533952,'us'),(1249542144,'ca'),(1249544192,'us'),(1249562624,'ca'),(1249564672,'us'),(1249571840,'ca'),(1249572864,'us'),(1249576960,'ca'),(1249577984,'us'),(1249592320,'ca'),(1249593344,'us'),(1249598464,'ca'),(1249599488,'us'),(1249796096,'ca'),(1249804288,'us'),(1249886208,'ca'),(1249902592,'us'),(1254490112,'ca'),(1254555648,'us'),(1254621184,'ca'),(1254629376,'us'),(1254989824,'ca'),(1254998016,'us'),(1255002112,'ca'),(1255006208,'us'),(1255047168,'ca'),(1255055360,'us'),(1255063552,'pr'),(1255071744,'us'),(1255276544,'ca'),(1255342080,'us'),(1255489536,'pr'),(1255505920,'us'),(1255514112,'ca'),(1255522304,'us'),(1255571456,'ca'),(1255579648,'us'),(1255669760,'ca'),(1255735296,'us'),(1255972864,'ca'),(1255981056,'us'),(1256001536,'ca'),(1256005632,'us'),(1256079360,'ky'),(1256087552,'us'),(1266147328,'ca'),(1266155520,'us'),(1268252672,'ca'),(1268776960,'us'),(1275600896,'bm'),(1275604992,'us'),(1275621376,'ca'),(1275625472,'us'),(1275666432,'ca'),(1275674624,'us'),(1275707392,'ca'),(1275715584,'us'),(1275756544,'ca'),(1275772928,'us'),(1275789312,'ca'),(1275822080,'us'),(1279262720,'ca'),(1279787008,'us'),(1279848448,'pr'),(1279852544,'us'),(1280000000,'ca'),(1280032768,'us'),(1280040960,'ca'),(1280049152,'us'),(1280073728,'ca'),(1280081920,'us'),(1280090112,'ag'),(1280098304,'pr'),(1280102400,'us'),(1280131072,'ca'),(1280139264,'us'),(1610612736,'us'),(1610678272,'ca'),(1610743808,'us'),(1611227136,'ca'),(1611235328,'us'),(1611923456,'ca'),(1612185600,'us'),(1612611584,'ca'),(1612636160,'us'),(1613471744,'jm'),(1613479936,'us'),(1613488128,'ca'),(1613496320,'us'),(1613512704,'ca'),(1613529088,'us'),(1613545472,'ca'),(1613565952,'us'),(1613570048,'ca'),(1613574144,'us'),(1613606912,'ca'),(1613615104,'us'),(1613635584,'ca'),(1613643776,'us'),(1613676544,'ca'),(1613680640,'us'),(1613737984,'ca'),(1613742080,'us'),(1613758464,'ca'),(1614282752,'us'),(1614741504,'ca'),(1614757888,'us'),(1614774272,'ca'),(1614790656,'us'),(1632305152,'ca'),(1632321536,'us'),(1632354304,'ca'),(1632362496,'us'),(1634414592,'ca'),(1634418688,'us'),(1634447360,'ca'),(1634451456,'us'),(1634455552,'ca'),(1634459648,'us'),(1634467840,'ca'),(1634729984,'us'),(1652293632,'ca'),(1652310016,'us'),(1653534720,'ca'),(1653538816,'us'),(1653555200,'ca'),(1653567488,'us'),(1653571584,'ca'),(1653575680,'us'),(1653592064,'ca'),(1653596160,'us'),(1653600256,'ca'),(1653604352,'us'),(1654542336,'ca'),(1654546432,'vg'),(1654550528,'us'),(1654554624,'ca'),(1654558720,'us'),(1654648832,'ca'),(1654652928,'us'),(1673527296,'ca'),(1673560064,'us'),(1673986048,'ca'),(1674051584,'us'),(1674575872,'ca'),(1795162112,'us'),(2147549184,'us'),(2148007936,'us'),(2148597760,'us'),(2150236160,'us'),(2150301696,'ca'),(2150367232,'us'),(2153250816,'us'),(2153644032,'us'),(2153971712,'us'),(2154037248,'ca'),(2154102784,'us'),(2156134400,'us'),(2156331008,'us'),(2156855296,'us'),(2156920832,'ca'),(2156986368,'us'),(2159083520,'us'),(2159280128,'us'),(2159607808,'us'),(2159869952,'ca'),(2159935488,'us'),(2160590848,'us'),(2160721920,'us'),(2161573888,'us'),(2162753536,'ca'),(2162884608,'us'),(2163277824,'us'),(2163474432,'us'),(2163671040,'us'),(2163933184,'us'),(2165178368,'us'),(2165374976,'us'),(2165637120,'us'),(2166095872,'us'),(2166358016,'us'),(2168258560,'us'),(2168717312,'us'),(2168913920,'us'),(2169110528,'us'),(2169438208,'us'),(2170093568,'us'),(2170224640,'us'),(2170486784,'us'),(2170617856,'ca'),(2170683392,'us'),(2170814464,'ca'),(2170880000,'us'),(2171142144,'us'),(2172518400,'us'),(2172649472,'ca'),(2172780544,'us'),(2172977152,'us'),(2173239296,'us'),(2173698048,'us'),(2175401984,'us'),(2175598592,'ca'),(2175664128,'us'),(2175795200,'us'),(2175991808,'us'),(2176450560,'us'),(2176581632,'us'),(2177105920,'us'),(2177368064,'us'),(2177826816,'us'),(2177957888,'us'),(2178416640,'us'),(2178547712,'us'),(2179661824,'us'),(2180186112,'us'),(2180513792,'us'),(2180644864,'us'),(2180972544,'us'),(2181824512,'ca'),(2181890048,'us'),(2182021120,'ca'),(2182086656,'us'),(2182807552,'us'),(2182938624,'us'),(2183200768,'us'),(2183331840,'us'),(2183528448,'us'),(2184642560,'us'),(2184773632,'us'),(2185035776,'us'),(2185166848,'ca'),(2185232384,'us'),(2185494528,'us'),(2185625600,'us'),(2185887744,'us'),(2186018816,'us'),(2186280960,'us'),(2186608640,'us'),(2186936320,'us'),(2187132928,'us'),(2187329536,'us'),(2187526144,'us'),(2187657216,'us'),(2187788288,'us'),(2187919360,'us'),(2188443648,'ca'),(2188509184,'us'),(2188705792,'us'),(2188967936,'us'),(2189164544,'us'),(2189295616,'us'),(2189623296,'us'),(2189819904,'us'),(2190016512,'us'),(2190868480,'us'),(2191130624,'us'),(2191261696,'us'),(2191523840,'us'),(2191654912,'us'),(2192769024,'ca'),(2192900096,'us'),(2193096704,'us'),(2193293312,'us'),(2193424384,'us'),(2193555456,'us'),(2193883136,'us'),(2194079744,'us'),(2194604032,'us'),(2194800640,'us'),(2195324928,'us'),(2195521536,'us'),(2195718144,'us'),(2197094400,'us'),(2197225472,'us'),(2197422080,'ca'),(2197553152,'us'),(2197946368,'us'),(2204237824,'us'),(2204434432,'us'),(2204565504,'us'),(2204631040,'ca'),(2204696576,'us'),(2205548544,'us'),(2206269440,'ca'),(2206400512,'us'),(2206466048,'ca'),(2207121408,'us'),(2207449088,'ca'),(2207647488,'us'),(2207647744,'ca'),(2207648512,'us'),(2207649792,'ca'),(2207653632,'us'),(2207653888,'ca'),(2207659776,'us'),(2207660032,'ca'),(2207661568,'us'),(2207661824,'ca'),(2207666176,'us'),(2207667200,'ca'),(2207678976,'us'),(2207679488,'ca'),(2207694336,'us'),(2207694592,'ca'),(2207711232,'us'),(2207842304,'us'),(2208038912,'us'),(2208432128,'ca'),(2208759808,'us'),(2209021952,'us'),(2209546240,'us'),(2209742848,'us'),(2210004992,'us'),(2210201600,'us'),(2210594816,'ca'),(2210725888,'us'),(2211053568,'ca'),(2211184640,'us'),(2211446784,'us'),(2211708928,'us'),(2211774464,'ca'),(2211840000,'us'),(2212102144,'us'),(2212364288,'us'),(2212560896,'us'),(2212823040,'us'),(2213019648,'ca'),(2213085184,'us'),(2213216256,'ca'),(2213412864,'us'),(2213740544,'us'),(2214002688,'us'),(2214133760,'us'),(2214330368,'us'),(2214396160,'ca'),(2214396416,'us'),(2214396672,'ca'),(2214396928,'us'),(2214397184,'ca'),(2214397696,'us'),(2214397952,'ca'),(2214398208,'us'),(2214398976,'ca'),(2214400768,'us'),(2214401280,'ca'),(2214408192,'us'),(2214411520,'ca'),(2214592512,'us'),(2219769856,'us'),(2224226304,'us'),(2224488448,'us'),(2224685056,'us'),(2224816128,'ca'),(2224947200,'us'),(2225733632,'us'),(2225864704,'us'),(2226192384,'us'),(2226585600,'us'),(2226913280,'us'),(2227503104,'us'),(2227699712,'us'),(2227830784,'ca'),(2229207040,'us'),(2229338112,'ca'),(2229403648,'us'),(2229534720,'us'),(2229862400,'us'),(2229993472,'us'),(2230648832,'us'),(2230714368,'ca'),(2230910976,'us'),(2231173120,'us'),(2248409088,'us'),(2248671232,'us'),(2249457664,'us'),(2249588736,'ca'),(2249654272,'us'),(2249850880,'us'),(2250047488,'us'),(2250178560,'ca'),(2250244096,'us'),(2250440704,'us'),(2250637312,'us'),(2251292672,'us'),(2251751424,'us'),(2252210176,'us'),(2253193216,'us'),(2253520896,'us'),(2253651968,'us'),(2253848576,'ca'),(2253914112,'us'),(2255421440,'us'),(2255749120,'us'),(2255814656,'ca'),(2255880192,'us'),(2256011264,'us'),(2256732160,'us'),(2257256448,'us'),(2257911808,'us'),(2257977344,'ca'),(2258108416,'us'),(2258173952,'ca'),(2258239488,'us'),(2258370560,'us'),(2258698240,'us'),(2259288064,'us'),(2259419136,'us'),(2259746816,'us'),(2259877888,'us'),(2260008960,'us'),(2260271104,'us'),(2260533248,'us'),(2260598784,'ca'),(2260729856,'us'),(2261057536,'us'),(2261188608,'ca'),(2261254144,'us'),(2261385216,'pr'),(2261516288,'us'),(2261712896,'us'),(2261843968,'us'),(2262237184,'us'),(2262761472,'us'),(2263089152,'us'),(2263744512,'us'),(2263875584,'us'),(2264399872,'us'),(2265710592,'ca'),(2265776128,'us'),(2276786176,'ca'),(2276851712,'us'),(2277834752,'us'),(2291204096,'pr'),(2291269632,'ca'),(2291466240,'us'),(2292121600,'ca'),(2292187136,'us'),(2292514816,'us'),(2292908032,'us'),(2293104640,'us'),(2294022144,'us'),(2294808576,'us'),(2294939648,'us'),(2295267328,'us'),(2296512512,'us'),(2296905728,'us'),(2297692160,'us'),(2299461632,'ca'),(2299527168,'us'),(2299658240,'us'),(2300772352,'us'),(2301427712,'us'),(2301624320,'us'),(2301820928,'us'),(2302214144,'us'),(2302738432,'us'),(2303000576,'us'),(2303328256,'ca'),(2303393792,'us'),(2303524864,'us'),(2303852544,'ca'),(2303918080,'us'),(2304638976,'ca'),(2304704512,'us'),(2304835584,'us'),(2305163264,'us'),(2305425408,'us'),(2305687552,'us'),(2305818624,'us'),(2306146304,'ca'),(2306211840,'us'),(2306473984,'ca'),(2306539520,'us'),(2306998272,'us'),(2307260416,'us'),(2307588096,'us'),(2308177920,'us'),(2308243456,'ca'),(2308308992,'us'),(2308636672,'us'),(2308898816,'us'),(2309226496,'us'),(2309423104,'us'),(2309816320,'us'),(2309947392,'us'),(2310668288,'ca'),(2310733824,'us'),(2310930432,'us'),(2311061504,'us'),(2311389184,'us'),(2311979008,'us'),(2312044544,'ca'),(2312175616,'us'),(2312634368,'us'),(2312896512,'us'),(2313224192,'us'),(2313355264,'us'),(2314797056,'us'),(2314993664,'us'),(2315124736,'us'),(2315583488,'us'),(2315780096,'us'),(2315911168,'ca'),(2316042240,'us'),(2316238848,'us'),(2316566528,'us'),(2316763136,'us'),(2316959744,'us'),(2317287424,'us'),(2317484032,'ca'),(2317549568,'us'),(2317811712,'us'),(2318008320,'us'),(2318204928,'us'),(2318467072,'us'),(2318598144,'ca'),(2318663680,'us'),(2319450112,'us'),(2319646720,'us'),(2319974400,'us'),(2320039936,'ca'),(2320105472,'us'),(2320236544,'us'),(2320367616,'us'),(2320629760,'ca'),(2320695296,'us'),(2321678336,'us'),(2322137088,'us'),(2322333696,'us'),(2323054592,'ca'),(2323316736,'us'),(2323447808,'us'),(2323972096,'us'),(2324103168,'us'),(2327838720,'us'),(2328100864,'us'),(2328494080,'us'),(2328821760,'us'),(2329280512,'ca'),(2329542656,'ca'),(2329673728,'us'),(2330263552,'us'),(2330591232,'us'),(2330722304,'us'),(2331443200,'us'),(2331901952,'us'),(2334064640,'us'),(2334982144,'us'),(2335178752,'ca'),(2335244288,'us'),(2335375360,'us'),(2335637504,'us'),(2335768576,'ca'),(2335965184,'us'),(2336227328,'us'),(2336423936,'us'),(2337013760,'us'),(2337341440,'us'),(2337538048,'us'),(2337734656,'us'),(2338127872,'us'),(2338521088,'us'),(2338717696,'us'),(2338783232,'ca'),(2338848768,'us'),(2339962880,'us'),(2340225024,'us'),(2340618240,'us'),(2340880384,'us'),(2341339136,'ca'),(2341470208,'us'),(2341601280,'us'),(2341928960,'us'),(2342584320,'us'),(2342977536,'us'),(2343108608,'us'),(2343370752,'ca'),(2343632896,'us'),(2343829504,'us'),(2344157184,'us'),(2346778624,'us'),(2347171840,'us'),(2354053120,'ca'),(2354184192,'us'),(2354511872,'ca'),(2354577408,'us'),(2355036160,'us'),(2355232768,'us'),(2355757056,'us'),(2357919744,'us'),(2358771712,'us'),(2359296000,'us'),(2359361536,'ca'),(2359427072,'us'),(2359623680,'us'),(2359754752,'ca'),(2359885824,'us'),(2360737792,'us'),(2360868864,'ca'),(2360934400,'us'),(2361393152,'us'),(2361458688,'ca'),(2361524224,'us'),(2361982976,'us'),(2362179584,'us'),(2363883520,'ca'),(2364014592,'us'),(2365456384,'us'),(2371223552,'us'),(2372272128,'us'),(2372403200,'us'),(2372730880,'ca'),(2372796416,'us'),(2373058560,'us'),(2373189632,'us'),(2373255168,'ca'),(2373517312,'us'),(2374172672,'us'),(2374303744,'us'),(2374696960,'us'),(2375352320,'us'),(2376335360,'us'),(2376925184,'us'),(2377187328,'us'),(2377318400,'us'),(2378235904,'us'),(2378366976,'us'),(2378825728,'us'),(2378956800,'us'),(2379284480,'us'),(2380267520,'us'),(2380660736,'us'),(2380791808,'us'),(2381447168,'us'),(2381709312,'us'),(2382036992,'us'),(2382233600,'us'),(2382430208,'ca'),(2386624512,'us'),(2386690048,'ca'),(2387410944,'us'),(2387476480,'ca'),(2387542016,'us'),(2387607552,'ca'),(2394947584,'us'),(2395013120,'ca'),(2399207424,'us'),(2401894400,'us'),(2402287616,'us'),(2402746368,'us'),(2403467264,'us'),(2405105664,'us'),(2405367808,'us'),(2405564416,'us'),(2405695488,'us'),(2406285312,'us'),(2407006208,'us'),(2407137280,'us'),(2407464960,'us'),(2407727104,'us'),(2408185856,'us'),(2409758720,'us'),(2409955328,'us'),(2410151936,'us'),(2410283008,'us'),(2410414080,'us'),(2410610688,'us'),(2411003904,'us'),(2411593728,'us'),(2412052480,'us'),(2412445696,'us'),(2412642304,'us'),(2412969984,'us'),(2413494272,'us'),(2413690880,'us'),(2413953024,'us'),(2414542848,'us'),(2414870528,'us'),(2415263744,'us'),(2415460352,'us'),(2415788032,'us'),(2416115712,'us'),(2416246784,'us'),(2416443392,'us'),(2417033216,'us'),(2417557504,'us'),(2417754112,'us'),(2418081792,'us'),(2418671616,'us'),(2418868224,'us'),(2419720192,'us'),(2420310016,'us'),(2420965376,'us'),(2421161984,'us'),(2421358592,'us'),(2421555200,'us'),(2421686272,'us'),(2422210560,'us'),(2422407168,'us'),(2423193600,'us'),(2423848960,'us'),(2424111104,'us'),(2424307712,'us'),(2425159680,'us'),(2425487360,'us'),(2426798080,'us'),(2426994688,'us'),(2427322368,'us'),(2427846656,'us'),(2428633088,'ca'),(2428698624,'us'),(2429091840,'us'),(2429485056,'us'),(2429681664,'us'),(2430009344,'us'),(2430271488,'us'),(2432237568,'us'),(2449539072,'us'),(2449801216,'us'),(2450259968,'us'),(2450784256,'us'),(2450915328,'us'),(2452684800,'us'),(2452946944,'us'),(2453209088,'us'),(2453471232,'us'),(2453602304,'us'),(2453733376,'us'),(2453929984,'us'),(2454126592,'us'),(2454257664,'us'),(2454454272,'us'),(2454585344,'us'),(2454847488,'us'),(2454978560,'us'),(2455240704,'us'),(2455896064,'us'),(2456748032,'us'),(2456879104,'us'),(2457403392,'us'),(2457665536,'us'),(2458058752,'ca'),(2458124288,'us'),(2458320896,'us'),(2458451968,'us'),(2458779648,'us'),(2458976256,'us'),(2459697152,'us'),(2459959296,'us'),(2460155904,'us'),(2460286976,'us'),(2460614656,'us'),(2460876800,'us'),(2461270016,'us'),(2461466624,'us'),(2461859840,'us'),(2462384128,'us'),(2463498240,'us'),(2463694848,'us'),(2464022528,'us'),(2464219136,'us'),(2464284672,'vi'),(2464481280,'us'),(2464743424,'us'),(2464874496,'us'),(2465857536,'us'),(2466316288,'us'),(2466840576,'us'),(2466971648,'us'),(2467233792,'us'),(2468085760,'us'),(2468282368,'us'),(2468478976,'us'),(2469003264,'us'),(2469396480,'us'),(2469724160,'us'),(2469855232,'us'),(2470248448,'us'),(2470838272,'us'),(2471428096,'us'),(2472148992,'us'),(2472280064,'us'),(2472607744,'us'),(2472869888,'us'),(2473000960,'us'),(2473656320,'us'),(2473721856,'uk'),(2473787392,'us'),(2474115072,'us'),(2474377216,'us'),(2474508288,'us'),(2474639360,'us'),(2474967040,'us'),(2475687936,'us'),(2476277760,'us'),(2476670976,'us'),(2476998656,'us'),(2477260800,'us'),(2477654016,'us'),(2477850624,'us'),(2478178304,'us'),(2478374912,'us'),(2478505984,'us'),(2478702592,'us'),(2479030272,'us'),(2479226880,'us'),(2479489024,'us'),(2479685632,'us'),(2480406528,'us'),(2480734208,'us'),(2481848320,'us'),(2482241536,'us'),(2482831360,'us'),(2483290112,'us'),(2483486720,'us'),(2486632448,'us'),(2486763520,'us'),(2487025664,'us'),(2488270848,'us'),(2488532992,'us'),(2488860672,'us'),(2490302464,'us'),(2490695680,'ca'),(2491154432,'us'),(2492006400,'us'),(2492137472,'us'),(2492268544,'us'),(2492465152,'us'),(2492596224,'us'),(2492792832,'us'),(2492989440,'us'),(2493644800,'us'),(2494169088,'us'),(2494627840,'us'),(2495021056,'us'),(2495217664,'us'),(2495348736,'us'),(2496069632,'us'),(2499674112,'us'),(2503081984,'us'),(2503737344,'us'),(2506293248,'ca'),(2506358784,'us'),(2508718080,'us'),(2509045760,'us'),(2509307904,'us'),(2509570048,'us'),(2510159872,'us'),(2510815232,'us'),(2511142912,'us'),(2512781312,'us'),(2516320256,'us'),(2523267072,'us'),(2523660288,'us'),(2525102080,'us'),(2525298688,'us'),(2525822976,'us'),(2526216192,'us'),(2526543872,'us'),(2527002624,'us'),(2527461376,'us'),(2527985664,'us'),(2528116736,'us'),(2528313344,'us'),(2528641024,'us'),(2529034240,'us'),(2529165312,'us'),(2529558528,'us'),(2530213888,'us'),(2530672640,'us'),(2530869248,'us'),(2531524608,'us'),(2531655680,'us'),(2532179968,'us'),(2532507648,'us'),(2532638720,'us'),(2533097472,'us'),(2539978752,'us'),(2540240896,'fi'),(2540306432,'us'),(2540961792,'us'),(2541289472,'us'),(2541748224,'us'),(2541944832,'us'),(2542141440,'us'),(2542338048,'us'),(2543779840,'us'),(2544566272,'us'),(2544697344,'us'),(2545090560,'us'),(2545221632,'us'),(2545418240,'nl'),(2545483776,'us'),(2545680384,'us'),(2545811456,'us'),(2547318784,'us'),(2554527744,'us'),(2554855424,'us'),(2555052032,'us'),(2555314176,'us'),(2555510784,'us'),(2555707392,'us'),(2556493824,'us'),(2556690432,'us'),(2557542400,'us'),(2557739008,'us'),(2557935616,'us'),(2558984192,'us'),(2559311872,'us'),(2559574016,'us'),(2559836160,'us'),(2560032768,'us'),(2560229376,'us'),(2565013504,'us'),(2567045120,'us'),(2567307264,'us'),(2567962624,'us'),(2568093696,'us'),(2568290304,'us'),(2569797632,'no'),(2569863168,'us'),(2572746752,'us'),(2573598720,'us'),(2574319616,'us'),(2584018944,'ca'),(2584084480,'us'),(2584281088,'us'),(2584412160,'ca'),(2584477696,'us'),(2584805376,'us'),(2585001984,'ca'),(2585067520,'us'),(2585985024,'us'),(2600665088,'ca'),(2600796160,'us'),(2601123840,'ca'),(2601320448,'us'),(2601451520,'ca'),(2601517056,'us'),(2602631168,'us'),(2604204032,'us'),(2604466176,'us'),(2604531712,'ca'),(2604597248,'us'),(2604859392,'us'),(2605056000,'us'),(2605187072,'us'),(2605318144,'us'),(2607415296,'us'),(2609250304,'us'),(2609512448,'us'),(2609709056,'us'),(2610036736,'us'),(2611019776,'us'),(2612658176,'us'),(2612789248,'us'),(2613116928,'us'),(2613182464,'ca'),(2613248000,'us'),(2613510144,'us'),(2613772288,'us'),(2613968896,'us'),(2614099968,'us'),(2614362112,'us'),(2615148544,'us'),(2615476224,'us'),(2616262656,'us'),(2616590336,'us'),(2616983552,'us'),(2617114880,'us'),(2617835520,'us'),(2617966592,'ca'),(2618032128,'us'),(2618228736,'us'),(2618490880,'us'),(2618753024,'us'),(2618949632,'us'),(2619146240,'us'),(2619342848,'us'),(2619473920,'ca'),(2619604992,'us'),(2620129280,'ca'),(2620194816,'us'),(2620719104,'us'),(2620850176,'us'),(2620981248,'ca'),(2621177856,'us'),(2621374464,'us'),(2621702144,'us'),(2621833216,'us'),(2622423040,'ca'),(2622488576,'us'),(2622750720,'us'),(2623668224,'us'),(2624258048,'us'),(2624913408,'us'),(2625044480,'us'),(2626027520,'us'),(2626158592,'us'),(2627141632,'us'),(2635399168,'us'),(2635988992,'us'),(2639724544,'us'),(2639855616,'us'),(2640117760,'us'),(2640248832,'us'),(2640379904,'ca'),(2640445440,'us'),(2641952768,'us'),(2642280448,'us'),(2642542592,'us'),(2643001344,'us'),(2643132416,'us'),(2643263488,'us'),(2643525632,'us'),(2644508672,'us'),(2644836352,'us'),(2645164032,'us'),(2645426176,'us'),(2645688320,'us'),(2645950464,'us'),(2646278144,'us'),(2646540288,'us'),(2646736896,'us'),(2646999040,'us'),(2647195648,'us'),(2647392256,'us'),(2647523328,'us'),(2647916544,'us'),(2649030656,'us'),(2649620480,'us'),(2650013696,'ca'),(2650079232,'us'),(2650275840,'us'),(2650406912,'us'),(2650669056,'us'),(2653945856,'us'),(2654142464,'ca'),(2654208000,'us'),(2654404608,'us'),(2655059968,'us'),(2655256576,'us'),(2655780864,'us'),(2656763904,'us'),(2656894976,'us'),(2657026048,'us'),(2657222656,'us'),(2657353728,'us'),(2657550336,'us'),(2657746944,'us'),(2658074624,'us'),(2658205696,'us'),(2658664448,'us'),(2659188736,'ca'),(2659319808,'us'),(2659581952,'us'),(2660040704,'ca'),(2660106240,'us'),(2660302848,'us'),(2660696064,'us'),(2660827136,'us'),(2661089280,'us'),(2661482496,'ca'),(2661548032,'us'),(2662006784,'us'),(2662793216,'us'),(2665152512,'us'),(2665283584,'us'),(2665480192,'us'),(2665742336,'us'),(2666201088,'us'),(2667315200,'us'),(2667970560,'ca'),(2668167168,'us'),(2668494848,'us'),(2668691456,'us'),(2668756992,'ca'),(2668822528,'us'),(2669150208,'us'),(2669281280,'us'),(2669674496,'ca'),(2669871104,'us'),(2670133248,'us'),(2670657536,'us'),(2671050752,'us'),(2671181824,'ca'),(2671247360,'us'),(2671443968,'us'),(2671575040,'us'),(2672427008,'us'),(2672951296,'us'),(2673147904,'us'),(2673410048,'ca'),(2673541120,'us'),(2673737728,'us'),(2673868800,'us'),(2674262016,'us'),(2674458624,'us'),(2674655232,'us'),(2674786304,'us'),(2674917376,'us'),(2675113984,'us'),(2675310592,'us'),(2675638272,'us'),(2675965952,'ca'),(2676031488,'us'),(2676162560,'us'),(2676424704,'us'),(2677080064,'us'),(2677407744,'us'),(2677604352,'us'),(2677735424,'us'),(2677866496,'us'),(2677997568,'ca'),(2678128640,'us'),(2678259712,'us'),(2678652928,'us'),(2678849536,'us'),(2678980608,'us'),(2679046144,'ca'),(2679111680,'us'),(2679177216,'ca'),(2679242752,'us'),(2679439360,'us'),(2680094720,'us'),(2680553472,'us'),(2680750080,'us'),(2681077760,'ca'),(2681208832,'ca'),(2681274368,'us'),(2681470976,'us'),(2681602048,'us'),(2681864192,'us'),(2681995264,'us'),(2682454016,'us'),(2682585088,'us'),(2682716160,'ca'),(2682847232,'us'),(2683174912,'us'),(2683305984,'us'),(2683437056,'us'),(2683699200,'us'),(2683895808,'us'),(2684420096,'us'),(2684813312,'us'),(2685009920,'us'),(2686386176,'us'),(2686910464,'us'),(2687041536,'us'),(2688614400,'us'),(2688876544,'us'),(2689073152,'ca'),(2689138688,'us'),(2689335296,'us'),(2689531904,'us'),(2689662976,'us'),(2689990656,'us'),(2690449408,'us'),(2690973696,'us'),(2691301376,'ca'),(2691366912,'us'),(2692546560,'us'),(2697789440,'us'),(2697920512,'us'),(2698248192,'us'),(2698969088,'ca'),(2699231232,'us'),(2699362304,'us'),(2700935168,'us'),(2701524992,'us'),(2701852672,'us'),(2701983744,'us'),(2702376960,'ca'),(2702508032,'us'),(2702835712,'us'),(2702966784,'us'),(2703163392,'us'),(2703622144,'us'),(2704015360,'us'),(2704343040,'us'),(2704474112,'us'),(2704736256,'us'),(2705063936,'us'),(2705260544,'us'),(2705588224,'us'),(2706178048,'us'),(2706374656,'us'),(2707488768,'us'),(2708144128,'us'),(2708537344,'us'),(2708930560,'us'),(2709258240,'us'),(2709454848,'us'),(2709848064,'us'),(2709979136,'us'),(2710372352,'ca'),(2710568960,'us'),(2710896640,'us'),(2711158784,'us'),(2711552000,'us'),(2713190400,'ca'),(2713255936,'us'),(2713387008,'ca'),(2713452544,'us'),(2713649152,'us'),(2714042368,'us'),(2714304512,'us'),(2714435584,'us'),(2714763264,'us'),(2715287552,'ca'),(2715353088,'us'),(2715484160,'us'),(2716205056,'us'),(2716794880,'us'),(2717319168,'us'),(2717450240,'us'),(2717712384,'us'),(2718236672,'us'),(2718695424,'us'),(2718826496,'us'),(2719350784,'us'),(2719481856,'us'),(2719678464,'us'),(2720464896,'us'),(2721382400,'ca'),(2721447936,'us'),(2722693120,'ca'),(2722758656,'us'),(2723479552,'ca'),(2723610624,'us'),(2724855808,'ca'),(2724921344,'us'),(2725314560,'us'),(2725969920,'us'),(2727018496,'ca'),(2727084032,'us'),(2734817280,'us'),(2734948352,'us'),(2735079424,'us'),(2735407104,'us'),(2736848896,'us'),(2736979968,'us'),(2742419456,'us'),(2742550528,'us'),(2742747136,'ca'),(2742812672,'us'),(2743140352,'us'),(2744516608,'us'),(2744713216,'us'),(2744844288,'ca'),(2746220544,'us'),(2746548224,'us'),(2747138048,'us'),(2748121088,'us'),(2749628416,'us'),(2750021632,'us'),(2750414848,'us'),(2750611456,'us'),(2750939136,'us'),(2751135744,'us'),(2754215936,'pr'),(2754347008,'us'),(2754543616,'us'),(2754674688,'us'),(2755002368,'us'),(2755526656,'us'),(2756182016,'us'),(2756313088,'us'),(2756444160,'us'),(2756640768,'us'),(2756837376,'us'),(2757099520,'us'),(2757296128,'us'),(2757951488,'us'),(2758082560,'us'),(2758148096,'ca'),(2758213632,'us'),(2758606848,'us'),(2758868992,'us'),(2759065600,'us'),(2760900608,'us'),(2761424896,'us'),(2761687040,'us'),(2762276864,'us'),(2762342400,'ca'),(2762407936,'us'),(2763128832,'ca'),(2763194368,'us'),(2768633856,'us'),(2769092608,'us'),(2769485824,'us'),(2769682432,'us'),(2769747968,'ca'),(2769813504,'us'),(2769944576,'us'),(2770337792,'us'),(2772697088,'us'),(2772828160,'us'),(2773286912,'us'),(2773352448,'ca'),(2773417984,'us'),(2773811200,'us'),(2773942272,'us'),(2774401024,'us'),(2774597632,'us'),(2774990848,'us'),(2775384064,'us'),(2775777280,'ca'),(2775842816,'us'),(2776039424,'us'),(2777022464,'us'),(2778071040,'us'),(2778333184,'ca'),(2778398720,'us'),(2779119616,'us'),(2779906048,'ca'),(2779971584,'us'),(2780102656,'us'),(2780299264,'us'),(2780364800,'ca'),(2780561408,'us'),(2780823552,'us'),(2781020160,'us'),(2781544448,'us'),(2781741056,'us'),(2782134272,'us'),(2782265344,'us'),(2782593024,'us'),(2782724096,'us'),(2782855168,'us'),(2783313920,'us'),(2783444992,'us'),(2783576064,'us'),(2784296960,'us'),(2784428032,'us'),(2786066432,'us'),(2788294656,'us'),(2789343232,'us'),(2789998592,'us'),(2790260736,'us'),(2790391808,'us'),(2790522880,'us'),(2790653952,'us'),(2790850560,'us'),(2791636992,'us'),(2791899136,'us'),(2792030208,'us'),(2792357888,'us'),(2792554496,'us'),(2793013248,'us'),(2793275392,'us'),(2802515968,'ca'),(2802581504,'us'),(2802909184,'ca'),(2802974720,'us'),(2803695616,'us'),(2803826688,'us'),(2803892224,'ca'),(2805989376,'us'),(2806644736,'ca'),(2806710272,'us'),(2807169024,'us'),(2807824384,'ca'),(2807889920,'us'),(2808610816,'us'),(2809135104,'us'),(2809921536,'us'),(2809987072,'ca'),(2810052608,'us'),(2810249216,'ca'),(2810380288,'us'),(2810642432,'us'),(2810970112,'us'),(2811559936,'ch'),(2811625472,'us'),(2812149760,'us'),(2812477440,'us'),(2812936192,'us'),(2813132800,'us'),(2813329408,'us'),(2813591552,'us'),(2814246912,'us'),(2815164416,'us'),(2815295488,'us'),(2816671744,'ca'),(2816737280,'us'),(2818375680,'us'),(2818703360,'us'),(2823225344,'us'),(2823946240,'us'),(2824077312,'us'),(2824536064,'us'),(2824929280,'us'),(2825256960,'us'),(2825584640,'us'),(2826174464,'us'),(2826567680,'us'),(2826633216,'gu'),(2826698752,'us'),(2826895360,'us'),(2827026432,'us'),(2827288576,'us'),(2827419648,'us'),(2827812864,'us'),(2827943936,'us'),(2828009472,'ca'),(2828075008,'us'),(2828795904,'us'),(2829123584,'us'),(2829254656,'ch'),(2829451264,'us'),(2829582336,'us'),(2829910016,'us'),(2830172160,'us'),(2830958592,'us'),(2831613952,'us'),(2832138240,'us'),(2832465920,'us'),(2832859136,'us'),(2832990208,'us'),(2833580032,'us'),(2833842176,'us'),(2833973248,'us'),(2834563072,'us'),(2834956288,'us'),(2835218432,'us'),(2835480576,'us'),(2839543808,'us'),(2843869184,'us'),(2844590080,'us'),(2845835264,'us'),(2848653312,'us'),(2850029568,'us'),(2853371904,'us'),(2853830656,'us'),(2854682624,'us'),(2855534592,'us'),(2856124416,'us'),(2856517632,'us'),(2856779776,'us'),(2858418176,'us'),(2859008000,'jp'),(2859073536,'us'),(2862350336,'us'),(2862481408,'us'),(2863267840,'us'),(2863595520,'ca'),(2863661056,'us'),(2863923200,'us'),(2865577984,'be'),(2865610752,'us'),(2865954816,'us'),(2867855360,'us'),(2873098240,'us'),(2902507520,'ca'),(2902515712,'us'),(2904555520,'ca'),(2904817664,'us'),(2905473024,'ca'),(2905481216,'us'),(2913992704,'ca'),(2914516992,'us'),(2915958784,'ca'),(2916024320,'us'),(2916163584,'ca'),(2916171776,'us'),(2916188160,'ca'),(2916196352,'us'),(2916253696,'ca'),(2916286464,'us'),(2916319232,'pr'),(2916352000,'us'),(2916368384,'ca'),(2916401152,'us'),(2916581376,'pr'),(2916614144,'us'),(2917195776,'ca'),(2917203968,'us'),(2917257216,'ky'),(2917261312,'us'),(2917265408,'jm'),(2917269504,'us'),(2917572608,'ca'),(2917580800,'us'),(2918055936,'ca'),(2918121472,'us'),(2918154240,'ca'),(2918170624,'us'),(2918232064,'ca'),(2918236160,'us'),(2918260736,'ca'),(2918264832,'us'),(2918277120,'ca'),(2918281216,'us'),(2918371328,'ca'),(2918375424,'us'),(2918391808,'ca'),(2918395904,'us'),(2918404096,'pr'),(2918408192,'us'),(2918432768,'ca'),(2918436864,'us'),(2918580224,'ca'),(2918588416,'us'),(2918596608,'ca'),(2918604800,'us'),(2918653952,'ca'),(2918662144,'us'),(2918760448,'ca'),(2918776832,'us'),(2918842368,'ca'),(2918875136,'us'),(2918973440,'ca'),(2919170048,'us'),(2919174144,'ca'),(2919178240,'us'),(2919186432,'ca'),(2919190528,'us'),(2919206912,'ca'),(2919759872,'us'),(2921562112,'ca'),(2921594880,'us'),(2925002752,'ca'),(2925527040,'us'),(2926575616,'ca'),(2927099904,'us'),(2928226304,'ca'),(2928230400,'us'),(2928263168,'ca'),(2928279552,'us'),(2928312320,'ca'),(2928316416,'us'),(2928328704,'ca'),(2928336896,'us'),(2928455680,'ca'),(2928459776,'us'),(2928541696,'ca'),(2928607232,'us'),(3087007744,'us'),(3091202048,'ca'),(3091726336,'us'),(3093168128,'ca'),(3093233664,'pr'),(3093299200,'us'),(3094020096,'ca'),(3094085632,'us'),(3096444928,'ca'),(3096969216,'us'),(3097493504,'ca'),(3097755648,'us'),(3221233664,'us'),(3221561344,'us'),(3221562624,'us'),(3221566464,'us'),(3221569280,'us'),(3221576448,'us'),(3221577728,'ca'),(3221578240,'us'),(3221589760,'us'),(3221590016,'ca'),(3221590528,'us'),(3221594880,'us'),(3221605376,'ca'),(3221605888,'us'),(3221608704,'us'),(3221615104,'us'),(3221618688,'us'),(3222012672,'us'),(3222024192,'us'),(3222026240,'us'),(3222027776,'ca'),(3222028032,'us'),(3222030848,'us'),(3222031872,'us'),(3222032896,'us'),(3222036736,'us'),(3222036992,'ca'),(3222037504,'us'),(3222044928,'ca'),(3222045184,'us'),(3222056448,'ca'),(3222059008,'us'),(3222061824,'us'),(3222066944,'ca'),(3222067200,'us'),(3222068224,'us'),(3222071552,'us'),(3222072576,'us'),(3222075392,'us'),(3222316800,'us'),(3222320384,'us'),(3222326016,'us'),(3222326528,'ca'),(3222339584,'us'),(3222455296,'us'),(3222941696,'us'),(3222952960,'us'),(3222953728,'us'),(3222954240,'us'),(3222964224,'us'),(3222979072,'us'),(3222983168,'ca'),(3222983936,'us'),(3222989056,'us'),(3222989568,'ca'),(3222990848,'us'),(3223227904,'ca'),(3223229184,'us'),(3223229696,'ca'),(3223240448,'us'),(3223243264,'ca'),(3223244288,'us'),(3223249408,'ca'),(3223254784,'us'),(3223258624,'ca'),(3223258880,'us'),(3223261184,'us'),(3223263232,'us'),(3223264256,'us'),(3223265280,'us'),(3223267584,'us'),(3223273216,'us'),(3223283968,'us'),(3223294208,'us'),(3223301120,'us'),(3223303168,'ca'),(3223303424,'us'),(3223310080,'us'),(3223311360,'us'),(3223314432,'ca'),(3223314688,'us'),(3223316480,'us'),(3223321856,'us'),(3223391232,'us'),(3223393024,'us'),(3223397632,'us'),(3223416832,'us'),(3223417600,'us'),(3223420928,'us'),(3223422464,'us'),(3223423232,'us'),(3223435008,'us'),(3223447552,'us'),(3223447808,'nl'),(3223449600,'us'),(3223460096,'us'),(3223471616,'ca'),(3223471872,'us'),(3223490816,'us'),(3223500032,'ca'),(3223507968,'us'),(3223524352,'us'),(3223534592,'us'),(3223537920,'us'),(3223542528,'us'),(3223543552,'us'),(3223547136,'us'),(3223552512,'nl'),(3223553536,'us'),(3223555328,'us'),(3223556096,'ca'),(3223556352,'us'),(3223556864,'us'),(3223558656,'us'),(3223563520,'us'),(3223568640,'us'),(3223571456,'us'),(3223572480,'us'),(3223578112,'us'),(3223581952,'us'),(3223583488,'us'),(3223781376,'us'),(3223874816,'us'),(3223902464,'ca'),(3223909632,'us'),(3223911936,'ca'),(3223912448,'us'),(3223947520,'us'),(3223950336,'ca'),(3223953664,'us'),(3223956224,'us'),(3223963136,'us'),(3223963904,'ca'),(3223964160,'us'),(3223964672,'us'),(3223965440,'us'),(3223966464,'us'),(3223968512,'us'),(3223971072,'us'),(3223978752,'us'),(3223979264,'ca'),(3223979776,'us'),(3223990272,'us'),(3223991808,'ca'),(3223992064,'us'),(3223994880,'us'),(3223995392,'ca'),(3223995648,'us'),(3224000512,'us'),(3224001024,'ca'),(3224001280,'us'),(3224003840,'us'),(3224005632,'us'),(3224012032,'us'),(3224014848,'us'),(3224016896,'us'),(3224029696,'ca'),(3224030976,'us'),(3224038912,'us'),(3224043008,'us'),(3224087552,'us'),(3224088320,'us'),(3224091648,'us'),(3224092416,'us'),(3224093952,'us'),(3224094464,'us'),(3224095488,'us'),(3224097536,'us'),(3224098048,'us'),(3224099584,'ca'),(3224099840,'us'),(3224103680,'us'),(3224104960,'us'),(3224132352,'us'),(3224173568,'us'),(3224367616,'us'),(3224369664,'us'),(3224379392,'us'),(3224398848,'us'),(3224399616,'us'),(3224407296,'ca'),(3224407808,'us'),(3224408576,'us'),(3224428800,'us'),(3224430592,'us'),(3224431104,'ca'),(3224431360,'us'),(3224434944,'us'),(3224436224,'us'),(3224646400,'us'),(3224652800,'us'),(3224660992,'ca'),(3224661504,'us'),(3224672000,'us'),(3224672512,'us'),(3224675072,'us'),(3224678656,'us'),(3224680960,'us'),(3224684032,'us'),(3224690688,'us'),(3224692992,'us'),(3224694528,'ca'),(3224694784,'us'),(3224698880,'us'),(3224725760,'us'),(3224785152,'us'),(3224791808,'us'),(3224793600,'us'),(3224795392,'ca'),(3224796160,'us'),(3224797440,'us'),(3224797952,'us'),(3224798464,'us'),(3224799744,'us'),(3224821248,'us'),(3224822272,'us'),(3224826368,'ca'),(3224826624,'us'),(3224827392,'us'),(3224827904,'us'),(3224829184,'us'),(3224830208,'us'),(3224851968,'us'),(3224852992,'us'),(3224855552,'us'),(3224856064,'us'),(3224857088,'us'),(3224858368,'us'),(3224858880,'us'),(3224859648,'us'),(3224860928,'us'),(3224863488,'us'),(3224864000,'us'),(3224878336,'us'),(3224879616,'ca'),(3224879872,'us'),(3224880896,'us'),(3224882688,'ca'),(3224882944,'us'),(3224883712,'us'),(3224884480,'us'),(3224885248,'ca'),(3224885760,'us'),(3224886528,'us'),(3224887296,'ca'),(3224887808,'us'),(3224889600,'us'),(3224891136,'us'),(3224892160,'ca'),(3224892928,'us'),(3225031424,'us'),(3225035776,'us'),(3225052672,'us'),(3225057536,'ca'),(3225057792,'us'),(3225064704,'us'),(3225076224,'ca'),(3225076480,'us'),(3225077504,'us'),(3225081088,'ca'),(3225081600,'us'),(3225082880,'us'),(3225084416,'nl'),(3225085440,'us'),(3225089280,'ca'),(3225089536,'us'),(3225429504,'ca'),(3225431552,'us'),(3225459968,'us'),(3225460480,'ca'),(3225470464,'us'),(3225471744,'us'),(3225503488,'us'),(3225509632,'us'),(3225510144,'us'),(3225519872,'us'),(3225521152,'us'),(3225522944,'us'),(3225529088,'us'),(3225530368,'pr'),(3225530624,'us'),(3225536000,'us'),(3225541120,'us'),(3225547776,'us'),(3225549056,'us'),(3225549568,'us'),(3225617920,'us'),(3225618688,'ca'),(3225619200,'us'),(3225619712,'us'),(3225626880,'us'),(3225627648,'us'),(3225627904,'ca'),(3225628160,'us'),(3225628672,'us'),(3225629440,'us'),(3225629952,'us'),(3225630720,'us'),(3225631488,'us'),(3225636096,'us'),(3225636864,'us'),(3225638400,'us'),(3225639424,'us'),(3225640704,'us'),(3225643264,'ca'),(3225643776,'us'),(3225651200,'us'),(3225660672,'us'),(3225669888,'us'),(3225672448,'us'),(3225673984,'us'),(3225680640,'us'),(3225687040,'us'),(3225688320,'us'),(3225695232,'us'),(3225695488,'ca'),(3225701120,'us'),(3225709568,'us'),(3225710592,'us'),(3225715456,'ca'),(3225715968,'us'),(3225716992,'ca'),(3225717760,'us'),(3225721344,'us'),(3225726208,'us'),(3225726720,'us'),(3225727232,'us'),(3225728000,'us'),(3225728768,'us'),(3225729024,'ca'),(3225729280,'us'),(3225729792,'us'),(3225735680,'us'),(3225737472,'us'),(3225738752,'us'),(3225739520,'us'),(3225740544,'ca'),(3225741056,'us'),(3225746688,'us'),(3225747456,'us'),(3225763840,'be'),(3225766400,'ca'),(3225767936,'us'),(3225773312,'ca'),(3225776128,'us'),(3225777152,'au'),(3225777408,'us'),(3225785600,'ca'),(3225796096,'us'),(3225807360,'de'),(3225810688,'us'),(3225843712,'us'),(3225848064,'us'),(3225853952,'us'),(3225857024,'ca'),(3225857280,'us'),(3225857792,'us'),(3225858048,'ca'),(3225858560,'us'),(3225860096,'us'),(3225868544,'us'),(3225869568,'us'),(3225870336,'ca'),(3225870592,'us'),(3225873920,'us'),(3225875456,'us'),(3226008832,'us'),(3226010880,'ca'),(3226011136,'us'),(3226012928,'us'),(3226016256,'us'),(3226021120,'us'),(3226026752,'us'),(3226067712,'us'),(3226068480,'us'),(3226128640,'us'),(3226140928,'ca'),(3226157568,'us'),(3226157824,'ca'),(3226191360,'us'),(3226191872,'ca'),(3226201856,'us'),(3226202112,'ca'),(3226205440,'ae'),(3226205696,'ca'),(3226215424,'us'),(3226250496,'us'),(3226251520,'us'),(3226269952,'us'),(3226272000,'us'),(3226274048,'us'),(3226274816,'us'),(3226276352,'us'),(3226283520,'ca'),(3226291200,'us'),(3226301440,'us'),(3226303488,'us'),(3226307328,'us'),(3226308096,'us'),(3226473984,'us'),(3226475264,'us'),(3226479360,'us'),(3226480384,'us'),(3226481664,'us'),(3226522112,'us'),(3226551040,'us'),(3226555648,'ca'),(3226556416,'us'),(3226563072,'us'),(3226569984,'us'),(3226576384,'us'),(3226582528,'us'),(3226598400,'us'),(3226626048,'ca'),(3226626304,'us'),(3226629376,'ca'),(3226629632,'us'),(3226630912,'us'),(3226631424,'us'),(3226632192,'ca'),(3226635008,'us'),(3226635520,'us'),(3226637056,'us'),(3226637824,'ca'),(3226638080,'us'),(3226638848,'us'),(3226640128,'us'),(3226640896,'us'),(3226654464,'us'),(3226656512,'us'),(3226658560,'us'),(3226661888,'us'),(3226690816,'ca'),(3226691840,'us'),(3226695680,'us'),(3226695936,'ca'),(3226705408,'us'),(3226706176,'us'),(3226715392,'us'),(3226715904,'us'),(3226716928,'us'),(3226721280,'us'),(3226722560,'us'),(3226723840,'us'),(3226724352,'us'),(3226726144,'us'),(3226728192,'ca'),(3226728448,'us'),(3226732288,'us'),(3226734080,'us'),(3226734592,'us'),(3226737664,'us'),(3226738432,'us'),(3226740736,'us'),(3226746624,'us'),(3226749440,'us'),(3226752256,'us'),(3226753024,'us'),(3226758912,'us'),(3226770688,'us'),(3226773248,'us'),(3226775040,'us'),(3226783744,'us'),(3226785024,'us'),(3226787328,'us'),(3226789632,'us'),(3226791680,'us'),(3226792704,'us'),(3226793984,'us'),(3226795520,'us'),(3226861824,'ca'),(3226862080,'us'),(3226864896,'us'),(3226865408,'us'),(3226866432,'us'),(3226868224,'us'),(3226868736,'us'),(3226884608,'us'),(3226894336,'us'),(3226895104,'us'),(3226896128,'us'),(3226897152,'us'),(3226903552,'us'),(3226904576,'us'),(3226905088,'us'),(3226993152,'us'),(3226993920,'us'),(3226994688,'us'),(3226995456,'us'),(3226998016,'us'),(3226999040,'us'),(3227013376,'us'),(3227014912,'us'),(3227019008,'us'),(3227020800,'us'),(3227023360,'us'),(3227024384,'us'),(3227025664,'us'),(3227026176,'us'),(3227027456,'us'),(3227040768,'us'),(3227041536,'us'),(3227043072,'us'),(3227045120,'us'),(3227054080,'us'),(3227123712,'us'),(3227225600,'us'),(3227234816,'us'),(3227235328,'us'),(3227237120,'us'),(3227237888,'us'),(3227238400,'us'),(3227240960,'us'),(3227243008,'ca'),(3227243520,'us'),(3227249408,'us'),(3227252736,'us'),(3227257088,'us'),(3227258880,'us'),(3227277312,'us'),(3227279104,'us'),(3227282176,'us'),(3227282944,'us'),(3227284992,'us'),(3227295232,'us'),(3227310336,'us'),(3227386112,'us'),(3227392256,'us'),(3227393280,'us'),(3227396608,'us'),(3227400960,'us'),(3227402496,'us'),(3227403520,'us'),(3227405568,'us'),(3227416064,'us'),(3227417344,'us'),(3227418112,'ca'),(3227418368,'us'),(3227427840,'us'),(3227429376,'us'),(3227430144,'us'),(3227437312,'us'),(3227439872,'us'),(3227440384,'us'),(3227442688,'us'),(3227444224,'us'),(3227445760,'us'),(3227446272,'us'),(3227447808,'us'),(3227448576,'us'),(3227449088,'us'),(3227582464,'us'),(3227779840,'us'),(3227783936,'us'),(3227785728,'us'),(3227792896,'us'),(3227794944,'us'),(3227795456,'us'),(3227799296,'us'),(3227799808,'us'),(3227804672,'us'),(3227804928,'ca'),(3227813376,'us'),(3227815168,'us'),(3227816192,'us'),(3227845120,'us'),(3227846144,'us'),(3227847680,'us'),(3227848960,'us'),(3227852032,'us'),(3227853568,'us'),(3227864064,'us'),(3227868160,'us'),(3227873024,'nl'),(3227874048,'us'),(3227875072,'us'),(3227879168,'us'),(3227880192,'us'),(3227881472,'us'),(3227887872,'pr'),(3227888384,'us'),(3227889920,'us'),(3227890944,'us'),(3227891712,'us'),(3227894016,'us'),(3227895808,'us'),(3227909376,'us'),(3227910656,'us'),(3227912704,'us'),(3227912960,'ca'),(3227913216,'us'),(3227931136,'us'),(3227932672,'us'),(3227933184,'us'),(3227933952,'us'),(3227934720,'us'),(3227955712,'us'),(3227965184,'us'),(3227968000,'us'),(3227969024,'us'),(3227971584,'us'),(3227974656,'us'),(3227976448,'us'),(3227977728,'us'),(3227979520,'us'),(3227981056,'us'),(3227981824,'us'),(3227986176,'us'),(3227987712,'us'),(3228005632,'us'),(3228009728,'us'),(3228011520,'us'),(3228013568,'us'),(3228045312,'us'),(3228047360,'us'),(3228048896,'us'),(3228051200,'us'),(3228051968,'us'),(3228052992,'us'),(3228054016,'us'),(3228055040,'us'),(3228056320,'us'),(3228060160,'us'),(3228061184,'us'),(3228061952,'us'),(3228062464,'us'),(3228077312,'us'),(3228077824,'us'),(3228079360,'us'),(3228081152,'us'),(3228084480,'us'),(3228085504,'us'),(3228101120,'us'),(3228102400,'us'),(3228104960,'us'),(3228105984,'us'),(3228109568,'us'),(3228126208,'us'),(3228238592,'us'),(3228239616,'us'),(3228241408,'us'),(3228263936,'us'),(3228264704,'us'),(3228267264,'us'),(3228271104,'us'),(3228271360,'ca'),(3228272128,'us'),(3228281088,'us'),(3228282112,'us'),(3228282624,'us'),(3228283648,'us'),(3228285952,'us'),(3228297728,'us'),(3228298496,'us'),(3228327168,'us'),(3228329472,'us'),(3228331264,'us'),(3228334592,'us'),(3228348160,'us'),(3228358400,'us'),(3228362496,'us'),(3228363520,'us'),(3228364800,'us'),(3228434688,'us'),(3228508672,'us'),(3228510208,'us'),(3228511488,'us'),(3228512512,'us'),(3228522752,'us'),(3228527104,'us'),(3228532224,'us'),(3228540928,'us'),(3228559104,'us'),(3228564992,'us'),(3228573952,'us'),(3228577280,'us'),(3228578304,'us'),(3228581376,'us'),(3228585984,'us'),(3228591360,'us'),(3228617984,'us'),(3228618496,'us'),(3228619008,'us'),(3228620800,'us'),(3228628992,'us'),(3229024512,'us'),(3229258496,'us'),(3229264896,'us'),(3229266176,'us'),(3229267200,'us'),(3229274880,'us'),(3229281024,'us'),(3229283072,'us'),(3229286400,'us'),(3229355776,'us'),(3229359872,'us'),(3229360384,'us'),(3229362176,'us'),(3229363968,'us'),(3229380864,'us'),(3229382144,'us'),(3229391104,'us'),(3229392128,'us'),(3229408256,'us'),(3229414912,'us'),(3229499648,'us'),(3229695488,'us'),(3229700352,'us'),(3229702144,'us'),(3229705216,'us'),(3229810944,'us'),(3229814272,'us'),(3229816320,'us'),(3229818624,'us'),(3229831168,'us'),(3229834496,'us'),(3229834752,'ca'),(3229835008,'us'),(3229835520,'ca'),(3229835776,'us'),(3229838592,'us'),(3229844736,'us'),(3229845760,'ca'),(3229847296,'us'),(3229875456,'us'),(3229879296,'us'),(3229880320,'us'),(3229881088,'ca'),(3229881344,'us'),(3229885440,'us'),(3229886976,'us'),(3229890048,'us'),(3229890560,'us'),(3229891584,'ca'),(3229892608,'us'),(3229900288,'us'),(3229901824,'us'),(3229902592,'us'),(3229937664,'us'),(3229937920,'ca'),(3229938176,'us'),(3229939200,'us'),(3229941248,'us'),(3229944576,'us'),(3229946112,'us'),(3229947392,'us'),(3229949184,'us'),(3229950208,'us'),(3229951232,'us'),(3229952512,'us'),(3229956096,'us'),(3229956864,'us'),(3229958400,'us'),(3229959168,'us'),(3229968384,'us'),(3229971456,'us'),(3229972992,'us'),(3229975552,'us'),(3230004480,'us'),(3230006016,'us'),(3230073088,'us'),(3230082560,'us'),(3230084864,'us'),(3230085120,'ca'),(3230085376,'us'),(3230089216,'us'),(3230089984,'us'),(3230090496,'us'),(3230092544,'ca'),(3230092800,'us'),(3230094080,'ca'),(3230094336,'us'),(3230101504,'us'),(3230106112,'us'),(3230107136,'us'),(3230109696,'us'),(3230116096,'us'),(3230117888,'us'),(3230120448,'us'),(3230121216,'us'),(3230126336,'us'),(3230126848,'us'),(3230129152,'us'),(3230130688,'us'),(3230132992,'us'),(3230138624,'us'),(3230140416,'us'),(3230140928,'us'),(3230143488,'us'),(3230144512,'us'),(3230145280,'ca'),(3230145536,'us'),(3230146560,'us'),(3230150656,'us'),(3230151168,'us'),(3230152192,'fr'),(3230153216,'fr'),(3230153728,'us'),(3230154240,'us'),(3230165504,'us'),(3230167552,'ca'),(3230168832,'us'),(3230175232,'us'),(3230203904,'us'),(3230275584,'us'),(3230291712,'us'),(3230295296,'us'),(3230301696,'us'),(3230302208,'ca'),(3230302976,'us'),(3230310144,'us'),(3230316544,'us'),(3230316800,'ca'),(3230317312,'us'),(3230317824,'us'),(3230318848,'us'),(3230321920,'us'),(3230329088,'us'),(3230333184,'us'),(3230333952,'us'),(3230335232,'ca'),(3230355200,'ca'),(3230369024,'us'),(3230370304,'ca'),(3230793984,'us'),(3230824448,'us'),(3230826240,'us'),(3230830080,'us'),(3230832384,'us'),(3230832896,'us'),(3230833664,'ca'),(3230834176,'us'),(3230837504,'us'),(3230840576,'us'),(3230841856,'us'),(3230842624,'us'),(3230843392,'us'),(3230845184,'us'),(3230846208,'us'),(3230850048,'us'),(3230853888,'us'),(3230855168,'us'),(3230855936,'us'),(3230858752,'us'),(3230865664,'us'),(3230868224,'us'),(3230868992,'us'),(3230870272,'us'),(3230879744,'us'),(3230888704,'us'),(3230895616,'us'),(3230898688,'us'),(3230899200,'us'),(3230913280,'us'),(3230913792,'ca'),(3230914048,'us'),(3230915584,'us'),(3230917888,'us'),(3230919680,'us'),(3230922752,'us'),(3230923776,'us'),(3230924288,'us'),(3230948608,'us'),(3230951680,'us'),(3230967808,'us'),(3230969856,'us'),(3230972672,'us'),(3230974720,'us'),(3230980352,'ca'),(3230980608,'us'),(3230981632,'us'),(3230983936,'us'),(3230991360,'us'),(3230991872,'us'),(3230994432,'us'),(3230995712,'us'),(3230997504,'us'),(3230999040,'us'),(3230999808,'us'),(3231001088,'us'),(3231003904,'ca'),(3231004416,'us'),(3231005952,'us'),(3231010816,'ca'),(3231011072,'us'),(3231015424,'ca'),(3231015680,'us'),(3231016192,'us'),(3231016704,'us'),(3231019008,'us'),(3231021568,'us'),(3231021824,'ca'),(3231022080,'us'),(3231022848,'us'),(3231028736,'us'),(3231042048,'gu'),(3231042304,'us'),(3231044352,'us'),(3231048704,'us'),(3231049984,'us'),(3231051776,'us'),(3231078144,'us'),(3231078912,'ca'),(3231079680,'us'),(3231080192,'us'),(3231080704,'us'),(3231082752,'us'),(3231083520,'us'),(3231087872,'us'),(3231088384,'us'),(3231091968,'us'),(3231092992,'us'),(3231093504,'us'),(3231103488,'us'),(3231104768,'us'),(3231106816,'us'),(3231107328,'us'),(3231108608,'us'),(3231109632,'us'),(3231112448,'us'),(3231113216,'us'),(3231117056,'us'),(3231119104,'us'),(3231120640,'us'),(3231121664,'us'),(3231149312,'ca'),(3231149568,'us'),(3231187200,'us'),(3231188736,'us'),(3231190784,'us'),(3231191552,'us'),(3231194368,'us'),(3231197952,'us'),(3231198464,'us'),(3231200256,'us'),(3231201024,'us'),(3231203328,'us'),(3231204864,'us'),(3231208192,'us'),(3231209472,'us'),(3231211776,'ca'),(3231212288,'us'),(3231214336,'ca'),(3231214592,'us'),(3231215872,'us'),(3231217664,'us'),(3231218432,'us'),(3231218944,'us'),(3231223296,'us'),(3231224064,'us'),(3231224576,'us'),(3231226368,'us'),(3231227648,'us'),(3231228928,'pr'),(3231229184,'ca'),(3231229952,'us'),(3231231744,'us'),(3231235072,'us'),(3231236864,'ca'),(3231237120,'us'),(3231237632,'us'),(3231241984,'us'),(3231248896,'us'),(3231249664,'us'),(3231250432,'ca'),(3231250688,'us'),(3231252736,'us'),(3231253504,'us'),(3231255040,'us'),(3231256320,'us'),(3231257600,'us'),(3231275520,'us'),(3231276544,'us'),(3231281920,'us'),(3231282432,'us'),(3231283456,'us'),(3231285248,'us'),(3231291904,'us'),(3231292416,'us'),(3231293184,'us'),(3231295744,'us'),(3231296512,'us'),(3231299328,'us'),(3231301120,'us'),(3231302400,'us'),(3231303168,'us'),(3231307264,'us'),(3231308032,'ca'),(3231308288,'us'),(3231308800,'ca'),(3231311104,'us'),(3231316992,'us'),(3231326208,'us'),(3231385856,'us'),(3231483136,'us'),(3231490048,'us'),(3231490816,'us'),(3231491584,'us'),(3231492096,'us'),(3231500032,'bm'),(3231500288,'us'),(3231502592,'us'),(3231503104,'us'),(3231503872,'us'),(3231505152,'us'),(3231505664,'us'),(3231506944,'us'),(3231507456,'us'),(3231510784,'us'),(3231513088,'us'),(3231515648,'us'),(3231522560,'us'),(3231547904,'us'),(3231556352,'us'),(3231558912,'ca'),(3231559424,'us'),(3231559936,'us'),(3231562240,'us'),(3231562752,'us'),(3231580416,'us'),(3231653888,'us'),(3231663872,'ca'),(3231664128,'us'),(3231664640,'us'),(3231665664,'us'),(3231667712,'us'),(3231669248,'us'),(3231669760,'ca'),(3231670272,'us'),(3231672320,'us'),(3231672832,'us'),(3231673856,'us'),(3231674112,'ca'),(3231674368,'us'),(3231678464,'us'),(3231713024,'ca'),(3231713280,'us'),(3231714048,'us'),(3231715584,'us'),(3231716352,'us'),(3231717632,'us'),(3231718400,'us'),(3231718912,'us'),(3231720192,'us'),(3231720960,'us'),(3231723008,'us'),(3231724288,'us'),(3231728640,'us'),(3231729664,'us'),(3231736064,'us'),(3231738368,'nl'),(3231738624,'us'),(3231739904,'us'),(3231742976,'us'),(3231743744,'us'),(3231744256,'us'),(3231748096,'us'),(3231750400,'us'),(3231751424,'us'),(3231752704,'us'),(3231753984,'ca'),(3231754240,'us'),(3231755520,'us'),(3231755776,'pr'),(3231757312,'us'),(3231759616,'us'),(3231761408,'us'),(3231763968,'us'),(3231769344,'us'),(3231770112,'us'),(3231771136,'us'),(3231776000,'us'),(3231908096,'us'),(3232301056,'us'),(3232317440,'us'),(3232433920,'us'),(3232497664,'us'),(3232560896,'us'),(3232561664,'ca'),(3232561920,'us'),(3232562688,'ca'),(3232565248,'us'),(3232571392,'us'),(3232629248,'us'),(3232694528,'us'),(3232706560,'us'),(3233285120,'us'),(3233488896,'us'),(3233549312,'us'),(3233561856,'us'),(3233563136,'us'),(3233564160,'us'),(3233564672,'us'),(3233570048,'us'),(3233571072,'us'),(3233572352,'us'),(3233573376,'us'),(3233573888,'us'),(3233576448,'us'),(3233577984,'us'),(3233578496,'us'),(3233579520,'us'),(3233580288,'us'),(3233581312,'us'),(3233583616,'us'),(3233585152,'us'),(3233586944,'us'),(3233589248,'ca'),(3233590528,'pr'),(3233591552,'us'),(3233594368,'us'),(3233594880,'us'),(3233596928,'us'),(3233607168,'us'),(3233609984,'us'),(3233612544,'us'),(3233615104,'us'),(3233615616,'us'),(3233617408,'ca'),(3233619456,'us'),(3233620736,'us'),(3233622528,'us'),(3233625344,'us'),(3233626112,'us'),(3233628928,'ca'),(3233629952,'us'),(3233630720,'us'),(3233631488,'us'),(3233636096,'us'),(3233642496,'us'),(3233646848,'us'),(3233647872,'us'),(3233649920,'us'),(3233651456,'us'),(3233652224,'us'),(3233652992,'us'),(3233655552,'us'),(3233664256,'us'),(3233666048,'us'),(3233669120,'us'),(3233671680,'us'),(3233676288,'us'),(3233685760,'us'),(3233688832,'us'),(3233692672,'us'),(3233693184,'us'),(3233693952,'us'),(3233694720,'us'),(3233695232,'us'),(3233696512,'ca'),(3233696768,'us'),(3233701888,'us'),(3233705216,'us'),(3233711360,'us'),(3233722112,'us'),(3233724416,'us'),(3233726976,'us'),(3233729280,'us'),(3233732608,'us'),(3233737984,'us'),(3233739008,'us'),(3233739520,'us'),(3233741312,'us'),(3233873920,'us'),(3234006528,'us'),(3234007296,'us'),(3234007808,'us'),(3234008832,'us'),(3234013952,'us'),(3234015488,'us'),(3234019840,'us'),(3234023680,'us'),(3234030336,'us'),(3234031360,'us'),(3234032384,'us'),(3234033408,'us'),(3234033920,'us'),(3234035456,'us'),(3234043136,'us'),(3234044160,'us'),(3234048768,'us'),(3234052352,'us'),(3234052864,'us'),(3234055168,'us'),(3234055680,'us'),(3234061312,'us'),(3234064896,'us'),(3234065920,'us'),(3234136064,'ca'),(3234172928,'us'),(3234173952,'ca'),(3234176256,'us'),(3234177280,'ca'),(3234187008,'us'),(3234187520,'ca'),(3234192384,'us'),(3234193664,'ca'),(3234202624,'us'),(3234205696,'us'),(3234283520,'us'),(3234365440,'us'),(3234539520,'us'),(3234553856,'us'),(3234555904,'us'),(3234556416,'ca'),(3234557440,'us'),(3234566912,'us'),(3234568960,'us'),(3234569984,'us'),(3234574848,'us'),(3234576896,'us'),(3234578944,'us'),(3234579712,'ca'),(3234579968,'us'),(3234581248,'ca'),(3234581504,'us'),(3234583040,'us'),(3234584064,'us'),(3234584832,'us'),(3234587648,'us'),(3234588928,'us'),(3234589696,'us'),(3234592768,'us'),(3234726144,'ca'),(3234726400,'us'),(3234733056,'ca'),(3234733312,'us'),(3234746880,'us'),(3234748160,'us'),(3234749696,'ca'),(3234750720,'us'),(3234752256,'us'),(3234753792,'us'),(3234756096,'us'),(3234763264,'ca'),(3234766336,'us'),(3234772224,'ca'),(3234772480,'us'),(3234781440,'ca'),(3234781952,'us'),(3234784000,'us'),(3234795264,'us'),(3234799616,'us'),(3234800896,'us'),(3234802432,'us'),(3234803712,'pr'),(3234804224,'us'),(3234809088,'us'),(3234810880,'ca'),(3234811136,'us'),(3234814976,'us'),(3234816768,'us'),(3234820608,'us'),(3234822656,'us'),(3234826752,'ca'),(3234827008,'us'),(3234828288,'us'),(3234829056,'us'),(3234832128,'us'),(3234832896,'us'),(3234833920,'us'),(3234838528,'us'),(3234839552,'us'),(3234842368,'us'),(3234844416,'us'),(3234853632,'us'),(3234854144,'us'),(3234855168,'us'),(3234857216,'ca'),(3234861056,'us'),(3234988288,'ca'),(3234996224,'us'),(3235004416,'ca'),(3235053824,'us'),(3235578112,'ca'),(3235643392,'us'),(3235774720,'ca'),(3235778560,'us'),(3235872768,'us'),(3236044800,'ca'),(3236052992,'us'),(3236106240,'us'),(3236167936,'ca'),(3236175872,'us'),(3236233472,'us'),(3236364544,'us'),(3236368384,'us'),(3236373760,'us'),(3236379648,'us'),(3236381184,'ca'),(3236381696,'us'),(3236384256,'us'),(3236385536,'us'),(3236387072,'ca'),(3236387328,'us'),(3236387840,'pr'),(3236389376,'us'),(3236392704,'us'),(3236395520,'us'),(3236397056,'us'),(3236399616,'us'),(3236400384,'us'),(3236401408,'us'),(3236408064,'us'),(3236408320,'ca'),(3236409600,'us'),(3236411392,'us'),(3236413952,'us'),(3236416512,'us'),(3236418816,'us'),(3236419840,'us'),(3236420352,'us'),(3236427520,'ca'),(3236428800,'us'),(3236430080,'us'),(3236446208,'us'),(3236495360,'us'),(3236566784,'ca'),(3236567040,'us'),(3236576000,'us'),(3236585984,'ca'),(3236586240,'us'),(3236604672,'ca'),(3236604928,'us'),(3236617984,'ca'),(3236619776,'us'),(3236620288,'us'),(3236623872,'us'),(3236625920,'ca'),(3236626432,'us'),(3236757504,'ca'),(3236765696,'us'),(3236827136,'us'),(3236962304,'us'),(3237282560,'us'),(3237284864,'us'),(3237285632,'us'),(3237287936,'ca'),(3237288192,'us'),(3237291264,'us'),(3237294848,'ca'),(3237295104,'us'),(3237297408,'us'),(3237302528,'us'),(3237305088,'ca'),(3237305344,'us'),(3237306112,'us'),(3237310720,'us'),(3237313024,'us'),(3237319936,'us'),(3237320960,'us'),(3237321728,'us'),(3237325312,'us'),(3237325824,'ca'),(3237326080,'us'),(3237328640,'ca'),(3237328896,'us'),(3237329408,'us'),(3237331456,'us'),(3237332224,'us'),(3237335296,'us'),(3237337600,'us'),(3237338368,'us'),(3237339648,'us'),(3237340160,'ca'),(3237340416,'us'),(3237346304,'us'),(3237416960,'us'),(3237511168,'us'),(3237552128,'us'),(3237615616,'ca'),(3237617152,'us'),(3237681664,'ca'),(3237682944,'us'),(3237685248,'us'),(3237688320,'ca'),(3237689344,'us'),(3237691904,'us'),(3237698304,'ca'),(3237698560,'us'),(3237713152,'us'),(3237716992,'ca'),(3237717248,'us'),(3237717504,'ca'),(3237717760,'us'),(3237725184,'ca'),(3237725440,'us'),(3237726976,'us'),(3237728256,'us'),(3237734144,'ca'),(3237734400,'us'),(3288400384,'pr'),(3288418304,'us'),(3288427264,'bm'),(3288434688,'jm'),(3288435200,'jm'),(3288435712,'us'),(3288435968,'pr'),(3288436224,'us'),(3288440832,'bb'),(3288465408,'jm'),(3288530944,'jm'),(3288532992,'pr'),(3288539136,'us'),(3288549632,'gd'),(3288555264,'jm'),(3288557568,'jm'),(3288570112,'jm'),(3288578048,'jm'),(3288580096,'bb'),(3288608256,'us'),(3289120768,'pr'),(3289137152,'bm'),(3289161728,'pr'),(3290103808,'us'),(3290181632,'pr'),(3290431488,'jm'),(3290464256,'pr'),(3291086848,'pr'),(3302490368,'us'),(3321956352,'us'),(3322085376,'us'),(3322610688,'us'),(3322740736,'us'),(3322937344,'us'),(3323003392,'us'),(3323004928,'us'),(3323013888,'ca'),(3323014400,'us'),(3323017728,'ca'),(3323017984,'us'),(3323021056,'us'),(3323022848,'us'),(3323030272,'us'),(3323032576,'us'),(3323034112,'us'),(3323038720,'ca'),(3323038976,'us'),(3323049728,'us'),(3323061504,'us'),(3323062784,'us'),(3323064832,'us'),(3323201536,'ca'),(3323203584,'us'),(3323207680,'ca'),(3323267072,'us'),(3323340288,'us'),(3323343872,'us'),(3323346432,'us'),(3323355904,'us'),(3323356672,'ca'),(3323356928,'us'),(3323378688,'ca'),(3323378944,'us'),(3323391232,'ca'),(3323391488,'us'),(3323395072,'us'),(3323662336,'us'),(3323805696,'ca'),(3323806208,'us'),(3324051456,'ca'),(3324182528,'us'),(3324264448,'us'),(3324379136,'ca'),(3324380160,'us'),(3324592128,'us'),(3325035520,'us'),(3325101312,'us'),(3325110272,'us'),(3325123328,'us'),(3325129216,'us'),(3325132032,'us'),(3325134336,'us'),(3325136128,'ca'),(3325136384,'us'),(3325142272,'us'),(3325144832,'ca'),(3325145088,'us'),(3325173760,'us'),(3325233408,'us'),(3325234432,'us'),(3325249536,'us'),(3325257216,'us'),(3325259776,'ca'),(3325261312,'us'),(3325268736,'us'),(3325269760,'ca'),(3325270272,'us'),(3325271040,'ca'),(3325271296,'us'),(3325278976,'us'),(3325281536,'us'),(3325285632,'us'),(3325304832,'ca'),(3325313024,'us'),(3325362176,'ca'),(3325493248,'us'),(3325497344,'pr'),(3325501440,'us'),(3325566976,'us'),(3325640704,'ca'),(3325689856,'jm'),(3325690368,'us'),(3325693952,'us'),(3325887488,'us'),(3325890560,'us'),(3325956096,'ca'),(3325960192,'us'),(3325976064,'ca'),(3325976320,'us'),(3325980672,'ca'),(3325980928,'us'),(3325992448,'ca'),(3325992960,'us'),(3325996800,'ca'),(3325997056,'us'),(3326680832,'ca'),(3326682624,'us'),(3326682880,'ca'),(3326713344,'us'),(3326714112,'ca'),(3326716928,'us'),(3326717952,'ca'),(3326729472,'ca'),(3326729728,'us'),(3326734336,'ca'),(3326737664,'us'),(3326737920,'ca'),(3326738432,'us'),(3327723520,'ca'),(3327725568,'us'),(3328180480,'ca'),(3328210176,'ae'),(3328210944,'ca'),(3328235008,'us'),(3328235520,'ca'),(3328241664,'us'),(3328243200,'ca'),(3328245760,'us'),(3328414976,'us'),(3328420352,'ca'),(3328420608,'us'),(3328421376,'us'),(3328432640,'ca'),(3328433920,'us'),(3328475136,'ca'),(3328507904,'us'),(3328617984,'ca'),(3328618240,'us'),(3328630784,'ca'),(3328631808,'us'),(3328638976,'ca'),(3328704512,'us'),(3330621440,'ca'),(3330623744,'us'),(3330627072,'us'),(3330641152,'us'),(3330646528,'ca'),(3330647296,'us'),(3330649600,'ca'),(3330649856,'us'),(3330663168,'us'),(3330664192,'ca'),(3330664448,'us'),(3330714368,'ca'),(3330714624,'us'),(3330726656,'ca'),(3330726912,'us'),(3330754560,'ca'),(3330754816,'us'),(3330763520,'ca'),(3330763776,'us'),(3330765824,'ca'),(3330766336,'us'),(3330771712,'us'),(3330779136,'us'),(3330791424,'ca'),(3330791680,'us'),(3331102464,'ca'),(3331102720,'us'),(3331260416,'us'),(3331563776,'us'),(3331633920,'us'),(3331647232,'ca'),(3331647488,'us'),(3331649280,'ca'),(3331649536,'us'),(3331818752,'us'),(3332440320,'ca'),(3332460544,'us'),(3332460800,'ca'),(3332562944,'us'),(3332563456,'ca'),(3332590080,'us'),(3332590592,'ca'),(3332618240,'us'),(3332624384,'ca'),(3332899328,'us'),(3332899584,'ca'),(3332899840,'us'),(3332900096,'ca'),(3332906496,'us'),(3332909568,'ca'),(3332947968,'us'),(3332948224,'ca'),(3332966144,'us'),(3332966400,'ca'),(3333012480,'us'),(3333012992,'ca'),(3333029888,'us'),(3333480192,'de'),(3333481472,'us'),(3333859840,'bm'),(3333860096,'us'),(3333988864,'us'),(3333997824,'ca'),(3333998080,'us'),(3334138624,'bm'),(3334139136,'us'),(3334187776,'bm'),(3334188032,'us'),(3335000064,'us'),(3335252736,'ca'),(3335252992,'us'),(3335276288,'pr'),(3335276800,'us'),(3335439872,'us'),(3335441152,'us'),(3335458816,'bm'),(3335462912,'us'),(3337289984,'ca'),(3337297920,'us'),(3337302016,'ca'),(3337335296,'us'),(3337335808,'ca'),(3337355264,'us'),(3337682944,'us'),(3337980672,'pr'),(3337980928,'us'),(3337986048,'bb'),(3337986304,'us'),(3338069248,'bb'),(3338069760,'us'),(3339142656,'nl'),(3339142912,'us'),(3339145728,'nl'),(3339145984,'us'),(3339147008,'ca'),(3339147776,'ms'),(3339148032,'us'),(3339159552,'ca'),(3339160576,'us'),(3339164672,'ca'),(3339165696,'us'),(3339167744,'pr'),(3339168768,'us'),(3339177984,'pr'),(3339179008,'us'),(3339180032,'ca'),(3339181056,'us'),(3339184128,'ca'),(3339186176,'us'),(3339669504,'ca'),(3339672576,'us'),(3339747328,'ca'),(3339748352,'us'),(3339753472,'ca'),(3339754496,'us'),(3339760640,'ca'),(3339761664,'us'),(3339923456,'ca'),(3339943936,'us'),(3339952128,'ca'),(3339956224,'us'),(3339965440,'ca'),(3339968512,'us'),(3340080128,'ca'),(3340081152,'us'),(3340084224,'kn'),(3340085248,'us'),(3340088320,'ca'),(3340089344,'us'),(3340097536,'ca'),(3340099584,'us'),(3340107776,'ca'),(3340369920,'us'),(3340387328,'ca'),(3340388352,'us'),(3340430080,'us'),(3341484288,'ca'),(3341485056,'us'),(3341511680,'ca'),(3341517824,'us'),(3341518848,'ca'),(3341520896,'us'),(3341521664,'ca'),(3341531392,'us'),(3341534976,'ca'),(3341537280,'us'),(3341546240,'ca'),(3341547520,'ca'),(3341549568,'us'),(3342204928,'us'),(3342598144,'ca'),(3342603264,'us'),(3342604800,'ca'),(3342605312,'us'),(3342605568,'ca'),(3342663680,'us'),(3343319296,'ca'),(3343364096,'us'),(3343365632,'ca'),(3343373312,'us'),(3343380480,'ca'),(3343384576,'us'),(3344171264,'ca'),(3344256000,'us'),(3344261888,'ca'),(3344268544,'us'),(3344269312,'ca'),(3344288768,'pr'),(3344289792,'us'),(3344292864,'ca'),(3344296960,'gd'),(3344297984,'us'),(3344299264,'ca'),(3344299520,'us'),(3344299776,'ca'),(3344300544,'us'),(3344300800,'ca'),(3344302080,'us'),(3344486400,'nl'),(3344488448,'us'),(3344637952,'us'),(3344964608,'ca'),(3344965632,'us'),(3345418240,'nl'),(3345419520,'us'),(3345423360,'tc'),(3345424384,'us'),(3345430528,'ca'),(3345432576,'uk'),(3345433600,'sg'),(3345433856,'us'),(3345434880,'es'),(3345435136,'lu'),(3345435392,'de'),(3345436672,'us'),(3345436928,'es'),(3345437184,'uk'),(3345437696,'nl'),(3345438208,'uk'),(3345438464,'fr'),(3345439232,'us'),(3345439744,'fr'),(3345440000,'de'),(3345440256,'us'),(3345441024,'de'),(3345442560,'jp'),(3345442816,'at'),(3345443328,'ch'),(3345443584,'de'),(3345444096,'us'),(3345444608,'ch'),(3345445120,'us'),(3345445376,'uk'),(3345446656,'it'),(3345446912,'us'),(3345447680,'be'),(3345448960,'us'),(3346282496,'pr'),(3346333696,'us'),(3346923520,'ca'),(3346989056,'us'),(3349446912,'ca'),(3349447168,'us'),(3349545216,'ca'),(3349551104,'us'),(3349553664,'ca'),(3349608448,'us'),(3349609216,'ca'),(3349610496,'us'),(3350135040,'ca'),(3350146048,'us'),(3350151168,'ca'),(3350181888,'us'),(3350183168,'ca'),(3350200320,'us'),(3350469632,'ca'),(3350470656,'us'),(3350475776,'ca'),(3350476800,'us'),(3350790400,'ca'),(3350825728,'uk'),(3350825984,'ca'),(3350855680,'us'),(3351642112,'ca'),(3351698432,'us'),(3351912448,'ca'),(3351927552,'us'),(3351927808,'ca'),(3351969792,'us'),(3352035328,'ca'),(3352036352,'us'),(3352046592,'ca'),(3352049664,'us'),(3352051712,'ca'),(3352055808,'us'),(3352066048,'ca'),(3352067072,'us'),(3352068096,'ca'),(3352069120,'us'),(3352082432,'jm'),(3352083456,'us'),(3352088576,'ca'),(3352090624,'us'),(3352094720,'vg'),(3352096768,'us'),(3352559872,'ca'),(3352615424,'us'),(3352616960,'ca'),(3352887296,'us'),(3353979648,'ca'),(3353979904,'us'),(3353982720,'ca'),(3353983232,'us'),(3354066944,'ca'),(3354132480,'us'),(3354591232,'ca'),(3354656768,'us'),(3354788096,'ca'),(3354807552,'us'),(3354810368,'ca'),(3354814976,'us'),(3354815232,'ca'),(3354918912,'us'),(3354956032,'us'),(3355013120,'ca'),(3355017216,'us'),(3355052032,'ca'),(3355054080,'us'),(3355260928,'ca'),(3355262976,'us'),(3355310592,'ca'),(3355312128,'us'),(3355319296,'ca'),(3355320320,'us'),(3355324416,'ca'),(3355328512,'us'),(3355351040,'ca'),(3355351296,'us'),(3355372288,'ca'),(3355372544,'us'),(3355384832,'ca'),(3355385856,'us'),(3355407360,'pr'),(3355408384,'us'),(3355467264,'us'),(3355478272,'us'),(3355498496,'us'),(3355549696,'bm'),(3355770880,'pr'),(3355773696,'pr'),(3356054016,'us'),(3356062464,'jm'),(3356137472,'jm'),(3356138240,'us'),(3356139520,'us'),(3356140800,'bm'),(3356272640,'us'),(3356286976,'us'),(3356426240,'us'),(3356514304,'us'),(3357409280,'us'),(3358720000,'pr'),(3358736384,'bb'),(3358752768,'bb'),(3359244288,'us'),(3359506432,'us'),(3422552064,'us'),(3423092736,'vi'),(3423093760,'us'),(3423094784,'ca'),(3423095808,'us'),(3423143936,'ca'),(3423145984,'us'),(3423182848,'ca'),(3423184896,'us'),(3423221760,'ca'),(3423222784,'us'),(3423236096,'jm'),(3423238144,'us'),(3423258624,'ca'),(3423262720,'us'),(3423268864,'ca'),(3423269888,'us'),(3423285248,'ca'),(3423287296,'us'),(3423303680,'ca'),(3423304704,'us'),(3423311872,'vi'),(3423313920,'us'),(3423375360,'ca'),(3423379456,'us'),(3423473664,'ca'),(3423474688,'us'),(3423533056,'ai'),(3423535104,'us'),(3423543296,'ca'),(3423545344,'us'),(3423571968,'pr'),(3423574016,'us'),(3423582208,'ca'),(3423586304,'us'),(3423602688,'kn'),(3423603712,'us'),(3423626240,'ca'),(3423627264,'us'),(3423637504,'ca'),(3423639552,'us'),(3423651840,'ca'),(3423653888,'us'),(3423797504,'ca'),(3423823360,'us'),(3423823872,'ca'),(3423827712,'us'),(3423827968,'ca'),(3423848448,'kn'),(3423849984,'ca'),(3423858176,'us'),(3423858688,'ca'),(3423862784,'us'),(3424334848,'ca'),(3424335872,'us'),(3424378880,'pr'),(3424379136,'us'),(3424493824,'ca'),(3424494080,'us'),(3425173504,'ca'),(3425304576,'us'),(3425697792,'ca'),(3425699840,'us'),(3425828864,'ca'),(3425894400,'us'),(3426013184,'il'),(3426013440,'us'),(3426388992,'us'),(3426744320,'ca'),(3426746368,'us'),(3427127296,'ca'),(3427127552,'us'),(3427762176,'de'),(3427762432,'ca'),(3427762688,'it'),(3427763456,'au'),(3427763712,'uk'),(3427763968,'us'),(3427764224,'fr'),(3427764480,'us'),(3427765504,'uk'),(3427765760,'us'),(3427766272,'uk'),(3427766784,'se'),(3427767040,'de'),(3427767808,'us'),(3427769600,'jp'),(3427770112,'no'),(3427770368,'uk'),(3427770624,'ch'),(3427771392,'us'),(3427771648,'ca'),(3427771904,'ch'),(3427772416,'de'),(3427772672,'hk'),(3427772928,'be'),(3427773184,'de'),(3427773440,'us'),(3427773696,'fr'),(3427773952,'us'),(3427774720,'de'),(3427775232,'us'),(3427776512,'cz'),(3427776768,'us'),(3427777024,'nl'),(3427777280,'de'),(3427777536,'us'),(3427777792,'hk'),(3427778048,'us'),(3427778304,'se'),(3427778560,'no'),(3427779072,'uk'),(3427779328,'us'),(3427780096,'uk'),(3427780352,'de'),(3427780864,'us'),(3427781376,'uk'),(3427781632,'be'),(3427781888,'us'),(3427782400,'uk'),(3427782656,'fr'),(3427783424,'uk'),(3427783680,'us'),(3427783936,'fr'),(3427784704,'us'),(3427785216,'jp'),(3427785472,'no'),(3427785728,'us'),(3427786752,'lu'),(3427787264,'us'),(3427787776,'fr'),(3427788032,'ch'),(3427788288,'uk'),(3427788800,'no'),(3427789568,'de'),(3427790080,'us'),(3427790848,'it'),(3427791104,'de'),(3427791616,'uk'),(3427791872,'ca'),(3427792384,'nl'),(3427793920,'us'),(3427794176,'nl'),(3427794944,'ca'),(3427796992,'us'),(3427831808,'us'),(3427860480,'ca'),(3428057088,'us'),(3428286720,'ca'),(3428286976,'us'),(3428297472,'us'),(3428299776,'us'),(3428437760,'us'),(3429171200,'ca'),(3429236736,'us'),(3429500928,'ca'),(3429502976,'us'),(3429775360,'tc'),(3429777408,'us'),(3429892096,'ca'),(3429957632,'us'),(3430701056,'ca'),(3430702080,'us'),(3430706176,'us'),(3430813184,'us'),(3430842880,'us'),(3430845952,'us'),(3431114496,'ca'),(3431114752,'us'),(3431468032,'ca'),(3431469056,'us'),(3431596288,'ca'),(3431613440,'us'),(3431613696,'ca'),(3431657472,'us'),(3431658496,'ca'),(3431661568,'us'),(3432004608,'ca'),(3432005632,'us'),(3432009216,'pr'),(3432009472,'us'),(3432106496,'us'),(3432113408,'ca'),(3432113664,'us'),(3432205312,'ca'),(3432206336,'us'),(3432517632,'us'),(3432586240,'us'),(3432660992,'de'),(3432663040,'us'),(3432807424,'ca'),(3432808448,'us'),(3433955584,'ca'),(3433981952,'us'),(3433984000,'ca'),(3434020864,'us'),(3434807552,'ca'),(3434831360,'us'),(3434831616,'ca'),(3434872832,'us'),(3435069440,'ca'),(3435134976,'us'),(3436249344,'ca'),(3436282368,'us'),(3436282624,'ca'),(3436289792,'us'),(3436290048,'ca'),(3436314624,'us'),(3437297920,'ca'),(3437310976,'us'),(3437311488,'ca'),(3437331712,'us'),(3437331968,'ca'),(3437334016,'us'),(3437334272,'ca'),(3437341696,'us'),(3437341952,'ca'),(3437358848,'us'),(3437359104,'ca'),(3437428736,'us'),(3437748224,'uk'),(3437748480,'nl'),(3437748992,'us'),(3437749248,'de'),(3437749504,'us'),(3437749760,'jp'),(3437750016,'be'),(3437750272,'uk'),(3437750528,'us'),(3437751552,'it'),(3437751808,'uk'),(3437752064,'es'),(3437752320,'ie'),(3437752832,'us'),(3437755136,'jp'),(3437755648,'uk'),(3437755904,'us'),(3437756160,'ie'),(3437756416,'us'),(3437772800,'ca'),(3437776896,'us'),(3437964288,'us'),(3438006272,'ca'),(3438010368,'us'),(3438034944,'bs'),(3438051328,'us'),(3438084096,'ca'),(3438116864,'us'),(3438215424,'ca'),(3438280704,'us'),(3438542848,'ca'),(3438608384,'us'),(3449225472,'ca'),(3449290752,'us'),(3449769984,'us'),(3450217216,'lc'),(3450217472,'us'),(3450272768,'us'),(3450731520,'ca'),(3450732544,'us'),(3450773504,'ca'),(3450777600,'us'),(3451715840,'ca'),(3451737344,'us'),(3451737600,'ca'),(3451744256,'us'),(3451745536,'ca'),(3451781120,'us'),(3451912192,'ca'),(3452174592,'us'),(3452436480,'ca'),(3452502016,'us'),(3452715008,'ca'),(3452731392,'us'),(3452764160,'ca'),(3452914176,'us'),(3452914432,'ca'),(3452920832,'us'),(3452923392,'ca'),(3452934912,'us'),(3452936192,'ca'),(3452960768,'us'),(3453026560,'ca'),(3453029376,'us'),(3453092096,'ca'),(3453101056,'us'),(3453101312,'ca'),(3453139968,'us'),(3453140992,'ca'),(3453149184,'us'),(3453149440,'ca'),(3453159424,'bm'),(3453159936,'ca'),(3453206528,'us'),(3453403136,'bb'),(3453411328,'us'),(3453607936,'ag'),(3453616128,'us'),(3454599424,'ca'),(3454601216,'us'),(3454603008,'ca'),(3454604800,'us'),(3454607360,'ca'),(3454608128,'us'),(3454608384,'ca'),(3454609408,'us'),(3454611456,'ca'),(3454618624,'us'),(3454619648,'ca'),(3454635008,'us'),(3454636032,'ca'),(3454636800,'us'),(3454637056,'ca'),(3454661632,'us'),(3454662656,'ca'),(3454664704,'us'),(3454672896,'ca'),(3454681088,'us'),(3454796032,'ca'),(3454808832,'us'),(3454809088,'ca'),(3454814976,'us'),(3454815232,'ca'),(3454883840,'us'),(3454915072,'ca'),(3454926848,'us'),(3455713280,'ca'),(3455778816,'us'),(3456303104,'jp'),(3456311296,'us'),(3456892928,'ca'),(3456958464,'us'),(3458813952,'ca'),(3458818048,'us'),(3459055616,'ca'),(3459121152,'us'),(3459186688,'ca'),(3459252224,'us'),(3459449088,'ca'),(3459450624,'us'),(3459450880,'ca'),(3459456512,'us'),(3459456768,'ca'),(3459457280,'us'),(3459457536,'ca'),(3459457792,'pr'),(3459458048,'us'),(3459512320,'ca'),(3459513856,'us'),(3459592192,'ca'),(3459596288,'us'),(3459616768,'ca'),(3459620864,'us'),(3459624960,'bm'),(3459629056,'us'),(3459731456,'ca'),(3459735552,'us'),(3461021696,'ca'),(3461087232,'us'),(3461410816,'ca'),(3461414912,'us'),(3461513216,'ca'),(3461517312,'us'),(3461554176,'ca'),(3461558272,'us'),(3461808128,'ca'),(3461873664,'us'),(3463184384,'ca'),(3463194624,'us'),(3463198720,'ca'),(3463213312,'us'),(3463215104,'ca'),(3463243776,'us'),(3463245056,'ca'),(3463249920,'us'),(3463708672,'ca'),(3463774208,'us'),(3464167680,'ca'),(3464171776,'us'),(3464172032,'ca'),(3464180736,'us'),(3464208384,'ca'),(3464216576,'us'),(3464340480,'ca'),(3464341504,'us'),(3464384512,'ca'),(3464388608,'us'),(3464394752,'vc'),(3464396800,'us'),(3464626432,'ca'),(3464630272,'us'),(3464631296,'ca'),(3464650752,'us'),(3464664320,'ca'),(3464691712,'us'),(3464769536,'ca'),(3464773632,'us'),(3464802304,'ca'),(3464806400,'us'),(3465510912,'jp'),(3465543680,'us'),(3466756096,'ca'),(3466772480,'us'),(3466846208,'ca'),(3466854400,'us'),(3467051008,'ca'),(3467116544,'us'),(3467378688,'ca'),(3467444224,'us'),(3467554816,'ca'),(3467567104,'us'),(3467706368,'ca'),(3467902976,'us'),(3468296192,'ca'),(3468361728,'us'),(3468443648,'ca'),(3468460032,'bm'),(3468468224,'us'),(3468623872,'ca'),(3468656640,'us'),(3469055744,'ca'),(3469056000,'us'),(3469893632,'ca'),(3469901824,'us'),(3470131200,'ag'),(3470147584,'us'),(3470458880,'kr'),(3470475264,'us'),(3470558208,'hk'),(3470559232,'us'),(3470573568,'ca'),(3470575616,'us'),(3470614528,'us'),(3470651392,'ca'),(3470655488,'us'),(3470671872,'ca'),(3470680064,'us'),(3470744064,'ca'),(3470744576,'us'),(3470745856,'ca'),(3470746112,'us'),(3470749952,'ca'),(3470750208,'us'),(3470753024,'us'),(3470754560,'us'),(3470756096,'us'),(3470761984,'ca'),(3470770176,'us'),(3470778368,'ca'),(3470786560,'us'),(3470802944,'us'),(3470884864,'hk'),(3470885888,'us'),(3472375808,'pr'),(3472392192,'ca'),(3472408576,'us'),(3473039360,'bm'),(3473041408,'us'),(3473276928,'ca'),(3473342464,'us'),(3474391040,'ca'),(3474456576,'us'),(3475112192,'ca'),(3475113216,'us'),(3475115008,'ca'),(3475120128,'us'),(3475124224,'ca'),(3475243008,'us'),(3475881984,'ca'),(3475890176,'us'),(3475996672,'ca'),(3476029440,'us'),(3476418560,'ca'),(3476422656,'us'),(3476447232,'ca'),(3476455424,'us'),(3476881408,'ca'),(3476946944,'us'),(3478192128,'ca'),(3478257664,'us'),(3479207936,'ca'),(3479240704,'us'),(3479568384,'ca'),(3479633920,'us'),(3479896064,'ca'),(3479961600,'us'),(3480223744,'ca'),(3480256512,'us'),(3480444928,'ca'),(3480449024,'us'),(3481665536,'ca'),(3481731072,'us'),(3481812992,'ca'),(3481829376,'us'),(3481993216,'ca'),(3482058752,'us'),(3482583040,'ca'),(3482632192,'us'),(3482775552,'pr'),(3482779648,'us'),(3482910720,'ca'),(3482927104,'us'),(3483435008,'ca'),(3483533312,'us'),(3483631616,'ca'),(3483697152,'us'),(3483791360,'pr'),(3483795456,'us'),(3483828224,'ca'),(3483836416,'us'),(3483877376,'ca'),(3483893760,'us'),(3484647424,'ca'),(3484663808,'us'),(3484762112,'ca'),(3484778496,'us'),(3484884992,'ca'),(3484893184,'us'),(3485220864,'ca'),(3485229056,'us'),(3485327360,'ca'),(3485335552,'us'),(3485462528,'vc'),(3485466624,'us'),(3485597696,'ca'),(3485696000,'us'),(3486023680,'ca'),(3486031872,'us'),(3486269440,'jm'),(3486285824,'pr'),(3486302208,'ca'),(3486318592,'us'),(3486646272,'ca'),(3486662656,'us'),(3487039488,'ca'),(3487105024,'us'),(3487236096,'ca'),(3487301632,'us'),(3487842304,'ca'),(3487858688,'bm'),(3487875072,'us'),(3487891456,'ca'),(3487907840,'us'),(3488014336,'ca'),(3488022528,'us'),(3488071680,'ca'),(3488072704,'us'),(3488079872,'ca'),(3488083968,'us'),(3488112640,'ca'),(3488120832,'us'),(3488350208,'ca'),(3488415744,'us'),(3488940032,'ca'),(3488956416,'us'),(3488989184,'ca'),(3489005568,'us'),(3489267712,'us'),(3489341440,'ca'),(3489345536,'us'),(3489464320,'ca'),(3489529856,'us'),(3489562624,'jm'),(3489566720,'us'),(3492151296,'ca'),(3492167680,'us'),(3493244928,'pr'),(3493249024,'us'),(3493866496,'vg'),(3493867520,'us'),(3493874688,'bm'),(3493875712,'us'),(3493881856,'ca'),(3493882880,'us'),(3493936128,'ca'),(3493937152,'us'),(3493939200,'ca'),(3493941248,'us'),(3493982208,'ca'),(3493984256,'us'),(3493986304,'ca'),(3493987328,'us'),(3493990400,'ca'),(3493991424,'us'),(3493998592,'ai'),(3494000640,'us'),(3494003712,'ca'),(3494004736,'us'),(3494009856,'ca'),(3494010880,'us'),(3494014976,'ca'),(3494017024,'us'),(3494044672,'ca'),(3494045696,'us'),(3494049792,'ca'),(3494053888,'us'),(3494075392,'ca'),(3494076416,'us'),(3494088704,'ca'),(3494090752,'us'),(3494094848,'ca'),(3494095872,'us'),(3494121472,'ca'),(3494122496,'us'),(3494135808,'ca'),(3494136832,'us'),(3494139904,'ca'),(3494141952,'us'),(3494144000,'ca'),(3494145024,'us'),(3494168576,'ca'),(3494170624,'us'),(3494184960,'ca'),(3494187008,'us'),(3494197248,'ca'),(3494198272,'us'),(3494244352,'ca'),(3494246400,'us'),(3494247424,'ca'),(3494250496,'us'),(3494262784,'ca'),(3494264832,'us'),(3494272000,'kn'),(3494273024,'us'),(3494275072,'ca'),(3494277120,'us'),(3494302720,'ca'),(3494303744,'us'),(3494310912,'ca'),(3494311936,'us'),(3494316032,'ca'),(3494317056,'us'),(3494336512,'ca'),(3494337536,'us'),(3494342656,'ca'),(3494344704,'us'),(3494359040,'ca'),(3494360064,'us'),(3494361088,'ca'),(3494362112,'us'),(3494380544,'ca'),(3494381568,'us'),(3494410240,'ca'),(3494412288,'us'),(3494424576,'ca'),(3494425600,'us'),(3494432768,'ca'),(3494433792,'us'),(3494437888,'gp'),(3494439936,'us'),(3494449152,'ca'),(3494451200,'us'),(3494455296,'ca'),(3494456320,'us'),(3494459392,'ca'),(3494460416,'us'),(3494464512,'ca'),(3494465536,'us'),(3494510592,'ca'),(3494512640,'us'),(3494516736,'ca'),(3494517760,'us'),(3494563840,'ca'),(3494565888,'us'),(3494594560,'ca'),(3494595584,'us'),(3494605824,'ca'),(3494606848,'us'),(3494610944,'ca'),(3494611968,'us'),(3494624256,'ca'),(3494625280,'us'),(3494627328,'bm'),(3494628352,'us'),(3494651904,'ca'),(3494652928,'us'),(3494660096,'ca'),(3494661120,'us'),(3494668288,'ca'),(3494670336,'us'),(3494700032,'ca'),(3494701056,'us'),(3494727680,'ca'),(3494729728,'us'),(3494730752,'ca'),(3494731776,'us'),(3494743040,'ca'),(3494744064,'us'),(3494757376,'ca'),(3494758400,'us'),(3494776832,'ca'),(3494777856,'us'),(3494785024,'mf'),(3494787072,'ca'),(3494789120,'us'),(3494852608,'ca'),(3494854656,'us'),(3494862848,'gp'),(3494863872,'us'),(3494866944,'ca'),(3494867968,'us'),(3494893568,'ca'),(3494894592,'us'),(3494917120,'ca'),(3494918144,'us'),(3494928384,'ca'),(3494930432,'us'),(3494938624,'ca'),(3494939648,'us'),(3494964224,'pr'),(3494965248,'us'),(3494968320,'ca'),(3494972416,'us'),(3494979584,'ca'),(3494981632,'us'),(3495000064,'ca'),(3495001088,'us'),(3495006208,'ca'),(3495007232,'us'),(3495010304,'kn'),(3495012352,'pr'),(3495014400,'us'),(3495023616,'ca'),(3495024640,'us'),(3495065600,'ca'),(3495066624,'us'),(3495076864,'bm'),(3495077888,'us'),(3495090176,'ky'),(3495091200,'us'),(3495098368,'ca'),(3495100416,'us'),(3495120896,'ag'),(3495122944,'us'),(3495153664,'ca'),(3495155712,'us'),(3495192576,'ca'),(3495193600,'us'),(3495215104,'vi'),(3495217152,'vc'),(3495219200,'us'),(3495251968,'ca'),(3495254016,'us'),(3495260160,'ca'),(3495261184,'us'),(3495286784,'ca'),(3495288832,'us'),(3495332864,'ca'),(3495333888,'us'),(3495349248,'ca'),(3495350272,'us'),(3495358464,'ca'),(3495359488,'us'),(3495367680,'ca'),(3495368704,'us'),(3495370752,'bs'),(3495372800,'us'),(3495375872,'ca'),(3495376896,'us'),(3495399424,'kn'),(3495400448,'us'),(3495412736,'ca'),(3495413760,'us'),(3495429120,'ca'),(3495430144,'us'),(3495455744,'ca'),(3495456768,'us'),(3495463936,'ca'),(3495464960,'us'),(3495475200,'ca'),(3495477248,'us'),(3495478272,'ca'),(3495479296,'us'),(3495505920,'ca'),(3495507968,'us'),(3495515136,'ca'),(3495516160,'us'),(3495526400,'ca'),(3495527424,'us'),(3495552000,'bm'),(3495553024,'us'),(3495579648,'ca'),(3495581696,'us'),(3495583744,'ca'),(3495585792,'us'),(3495587840,'ms'),(3495588864,'us'),(3495618560,'ca'),(3495619584,'us'),(3495620608,'ca'),(3495622656,'us'),(3495653376,'ca'),(3495655424,'us'),(3495673856,'mf'),(3495675904,'us'),(3495688192,'ca'),(3495689216,'us'),(3495694336,'ca'),(3495698432,'us'),(3495703552,'ca'),(3495704576,'us'),(3495718912,'ca'),(3495720960,'us'),(3495724032,'ca'),(3495727104,'us'),(3495749632,'ca'),(3495750656,'us'),(3495815168,'ca'),(3495817216,'us'),(3495828480,'ca'),(3495831552,'us'),(3495847936,'ca'),(3495849984,'us'),(3495862272,'ca'),(3495864320,'gp'),(3495865344,'ca'),(3495866368,'vc'),(3495868416,'us'),(3495871488,'ca'),(3495872512,'us'),(3495896064,'pr'),(3495897088,'us'),(3495930880,'ca'),(3495931904,'us'),(3495968768,'ca'),(3495985152,'us'),(3496034304,'ca'),(3496050688,'us'),(3496132608,'ca'),(3496148992,'us'),(3496181760,'ca'),(3496189952,'us'),(3496296448,'ca'),(3496312832,'us'),(3496468480,'ca'),(3496476672,'us'),(3496878080,'ca'),(3496882176,'us'),(3496894464,'ca'),(3496902656,'us'),(3496951808,'ca'),(3496960000,'us'),(3497066496,'ca'),(3497082880,'us'),(3497164800,'ca'),(3497181184,'us'),(3497410560,'ca'),(3497431040,'us'),(3497447424,'ca'),(3497451520,'us'),(3497717760,'ca'),(3497721856,'us'),(3497820160,'ca'),(3497852928,'us'),(3498287104,'jm'),(3498295296,'us'),(3498708992,'jm'),(3498717184,'us'),(3499986944,'ky'),(3499988992,'us'),(3500351488,'jm'),(3500359680,'us'),(3500728320,'ky'),(3500736512,'us'),(3501522944,'ca'),(3501588480,'us'),(3506765824,'ca'),(3506831360,'us'),(3507355648,'us'),(3507585024,'ca'),(3507601408,'us'),(3507748864,'ca'),(3507765248,'us'),(3508220928,'ky'),(3508221952,'us'),(3508222976,'ky'),(3508224000,'us'),(3508338688,'ca'),(3508404224,'us'),(3508690944,'ca'),(3508695040,'us'),(3509157888,'ca'),(3509166080,'us'),(3509215232,'ca'),(3509223424,'us'),(3509346304,'ca'),(3509354496,'us'),(3509420032,'us'),(3509731328,'ca'),(3509739520,'us'),(3509846016,'ca'),(3510042624,'us'),(3510239232,'ca'),(3510272000,'us'),(3510321152,'ag'),(3510337536,'us'),(3510935552,'ca'),(3510943744,'us'),(3511140352,'ca'),(3511156736,'us'),(3511812096,'ca'),(3511844864,'us'),(3512139776,'ca'),(3512156160,'us'),(3512172544,'ca'),(3512176640,'us'),(3512197120,'ca'),(3512205312,'us'),(3512270848,'ca'),(3512336384,'us'),(3512369152,'ca'),(3512385536,'us'),(3512397824,'ca'),(3512401920,'us'),(3512418304,'ca'),(3512451072,'pr'),(3512467456,'us'),(3512655872,'us'),(3512696832,'se'),(3512705024,'us'),(3512844288,'ca'),(3512852480,'us'),(3512987648,'us'),(3513188352,'ca'),(3513204736,'us'),(3513270272,'ca'),(3513286656,'us'),(3513294848,'ca'),(3513303040,'us'),(3513368576,'ca'),(3513384960,'us'),(3513475072,'ca'),(3513483264,'us'),(3513778176,'ca'),(3513794560,'us'),(3514007552,'ca'),(3514040320,'us'),(3514368000,'ca'),(3514433536,'us'),(3514826752,'ca'),(3514843136,'us'),(3515301888,'ca'),(3515318272,'us'),(3515596800,'ca'),(3515744256,'us'),(3515965440,'ca'),(3515973632,'us'),(3516039168,'ca'),(3516071936,'us'),(3516153856,'ca'),(3516162048,'us'),(3516170240,'ca'),(3516203008,'us'),(3516334080,'ca'),(3516342272,'us'),(3516366848,'ca'),(3516370944,'us'),(3516514304,'ca'),(3516530688,'us'),(3516903424,'ca'),(3516907520,'us'),(3517038592,'ca'),(3517054976,'us'),(3517095936,'ca'),(3517100032,'us'),(3517112320,'ca'),(3517120512,'us'),(3517546496,'ca'),(3517562880,'us'),(3517595648,'se'),(3517612032,'us'),(3517644800,'ca'),(3517710336,'us'),(3517718528,'ca'),(3517726720,'us'),(3518062592,'ca'),(3518066688,'us'),(3518431232,'ca'),(3518439424,'us'),(3518464000,'ca'),(3518472192,'us'),(3519234048,'ca'),(3519250432,'us'),(3519340544,'ca'),(3519344640,'us'),(3519381504,'ca'),(3519397888,'us'),(3519676416,'ca'),(3519709184,'us'),(3519758336,'us'),(3519873024,'ca'),(3519901696,'us'),(3519934464,'ca'),(3519938560,'us'),(3520020480,'ca'),(3520036864,'us'),(3520364544,'us'),(3520454656,'ca'),(3520462848,'us'),(3520626688,'ca'),(3520634880,'us'),(3520675840,'ca'),(3520692224,'us'),(3520937984,'ca'),(3520954368,'us'),(3520999424,'ca'),(3521003520,'us'),(3521028096,'ca'),(3521032192,'us'),(3521044480,'ca'),(3521048576,'us'),(3521249280,'ca'),(3521314816,'us'),(3521904640,'jm'),(3521921024,'us'),(3522101248,'ca'),(3522109440,'us'),(3522174976,'bm'),(3522179072,'us'),(3522195456,'ca'),(3522199552,'us'),(3522854912,'ca'),(3522871296,'us'),(3590324224,'us'),(3624271872,'ca'),(3624304640,'us'),(3624321024,'ca'),(3624325120,'us'),(3624386560,'ca'),(3624394752,'us'),(3624435712,'ca'),(3624452096,'us'),(3624480768,'ca'),(3624484864,'us'),(3624529920,'ca'),(3624534016,'us'),(3624587264,'jm'),(3624591360,'us'),(3624730624,'ca'),(3624812544,'us'),(3624828928,'ca'),(3624833024,'us'),(3624845312,'au'),(3624849408,'us'),(3624984576,'ca'),(3624992768,'us'),(3625058304,'ca'),(3625091072,'us'),(3625140224,'ca'),(3625148416,'us'),(3625168896,'ca'),(3625172992,'us'),(3625287680,'ca'),(3625295872,'us'),(3625418752,'ca'),(3625426944,'us'),(3625508864,'ca'),(3625512960,'pr'),(3625517056,'us'),(3625631744,'ca'),(3625639936,'us'),(3626270720,'ca'),(3626287104,'us'),(3626332160,'ca'),(3626336256,'us'),(3626508288,'ca'),(3626512384,'us'),(3626524672,'ca'),(3626532864,'us'),(3626852352,'ca'),(3626860544,'us'),(3626893312,'ca'),(3626905600,'us'),(3626926080,'ca'),(3626934272,'us'),(3627044864,'ca'),(3627048960,'us'),(3627065344,'ca'),(3627069440,'us'),(3627507712,'ca'),(3627511808,'us'),(3627532288,'ca'),(3627544576,'us'),(3627659264,'ca'),(3627663360,'us'),(3627679744,'ca'),(3627712512,'us'),(3627802624,'ca'),(3627810816,'us'),(3628179456,'ca'),(3628187648,'us'),(3628236800,'ca'),(3628257280,'us'),(3628679168,'ca'),(3628683264,'us'),(3628834816,'ca'),(3628843008,'us'),(3629187072,'ca'),(3629195264,'us'),(3629199360,'ca'),(3629203456,'us'),(3629318144,'ca'),(3629326336,'us'),(3629539328,'ca'),(3629547520,'us'),(3630309376,'ca'),(3630317568,'us'),(3630374912,'ca'),(3630383104,'us'),(3630391296,'ca'),(3630395392,'us'),(3630718976,'ca'),(3630727168,'us'),(3630780416,'ca'),(3630784512,'us'),(3630850048,'ca'),(3630854144,'us'),(3630956544,'ca'),(3631005696,'us'),(3631112192,'bb'),(3631120384,'us'),(3631144960,'ca'),(3631153152,'us'),(3631284224,'ca'),(3631316992,'us'),(3631333376,'ca'),(3631341568,'us'),(3631480832,'ca'),(3631484928,'us'),(3631644672,'ca'),(3631652864,'us'),(3631665152,'ca'),(3631669248,'us'),(3631841280,'ca'),(3631874048,'us'),(3631939584,'ca'),(3632005120,'us'),(3632152576,'ca'),(3632168960,'us'),(3632197632,'ca'),(3632201728,'us'),(3632332800,'ca'),(3632357376,'us'),(3632381952,'ca'),(3632390144,'us'),(3632414720,'ca'),(3632422912,'us'),(3632451584,'ca'),(3632455680,'us'),(3632857088,'bs'),(3632861184,'us'),(3632881664,'ca'),(3632889856,'us'),(3632898048,'ca'),(3632902144,'us'),(3632971776,'ca'),(3632988160,'us'),(3633336320,'ky'),(3633340416,'us'),(3633344512,'ca'),(3633348608,'us'),(3633405952,'ca'),(3633410048,'us'),(3633479680,'ca'),(3633483776,'us'),(3633815552,'ca'),(3633819648,'us'),(3633885184,'us'),(3633889280,'ca'),(3633893376,'us'),(3633971200,'ca'),(3634020352,'us'),(3634061312,'us'),(3634094080,'se'),(3634098176,'us'),(3634511872,'ca'),(3634515968,'us'),(3634552832,'ca'),(3634556928,'us'),(3634880512,'ca'),(3634888704,'us'),(3634913280,'ca'),(3634921472,'us'),(3634925568,'ca'),(3634929664,'us'),(3635109888,'ca'),(3635113984,'us'),(3635142656,'ca'),(3635146752,'us'),(3635314688,'ca'),(3635322880,'us'),(3635425280,'ca'),(3635429376,'us'),(3635466240,'ca'),(3635470336,'us'),(3635871744,'ca'),(3635879936,'us'),(3635892224,'ca'),(3635896320,'us'),(3635904512,'ca'),(3635912704,'us'),(3636019200,'ca'),(3636027392,'us'),(3636064256,'ca'),(3636068352,'us'),(3636396032,'ca'),(3636461568,'us'),(3636609024,'ca'),(3636621312,'us'),(3636822016,'ca'),(3636854784,'us'),(3636887552,'ca'),(3636895744,'us'),(3637075968,'ca'),(3637080064,'us'),(3637510144,'ca'),(3637641216,'us'),(3637665792,'ca'),(3637669888,'us'),(3637706752,'ca'),(3637739520,'us'),(3638165504,'ca'),(3638181888,'us'),(3638304768,'ca'),(3638312960,'us'),(3638370304,'ca'),(3638386688,'us'),(3638509568,'ca'),(3638534144,'us'),(3638697984,'ca'),(3638706176,'us'),(3638874112,'ca'),(3638878208,'us'),(3638992896,'us'),(3639083008,'ca'),(3639148544,'us'),(3639222272,'ca'),(3639230464,'us'),(3639255040,'ca'),(3639263232,'us'),(3639279616,'ca'),(3639283712,'us'),(3639394304,'us'),(3639558144,'ca'),(3639566336,'us'),(3639607296,'ca'),(3639611392,'us'),(3639656448,'ca'),(3639660544,'us'),(3639664640,'ca'),(3639668736,'us'),(3639681024,'us'),(3639730176,'ca'),(3639734272,'us'),(3639934976,'us'),(3640057856,'ca'),(3640066048,'us'),(3640197120,'ca'),(3640201216,'us'),(3640205312,'bm'),(3640209408,'ca'),(3640213504,'us'),(3640287232,'ca'),(3640295424,'us'),(3640360960,'ca'),(3640369152,'us'),(3640410112,'ca'),(3640418304,'us'),(3640557568,'ca'),(3640582144,'us'),(3640647680,'jp'),(3640651776,'us'),(417857536,'ar'),(1075609600,'tt'),(1075855360,'do'),(1111228416,'ar'),(1113718784,'do'),(1122451456,'co'),(2170159104,'ve'),(2209480704,'mx'),(2230779904,'mx'),(2231238656,'mx'),(2337406976,'br'),(2358509568,'mx'),(2361327616,'ar'),(2402680832,'br'),(2406088704,'br'),(2417360896,'mx'),(2417426432,'br'),(2454913024,'cl'),(2458255360,'br'),(2459631616,'cl'),(2460221440,'br'),(2470510592,'br'),(2496200704,'mx'),(2527133696,'br'),(2528706560,'ve'),(2554986496,'cl'),(2555641856,'br'),(2556166144,'br'),(2559246336,'cl'),(2614296576,'br'),(2623602688,'cl'),(2639659008,'br'),(2640052224,'ar'),(2640576512,'ec'),(2650603520,'co'),(2657157120,'mx'),(2661285888,'ve'),(2661941248,'cl'),(2667249664,'cl'),(2668625920,'mx'),(2673475584,'ve'),(2702704640,'br'),(2702770176,'cl'),(2706309120,'br'),(2709716992,'cl'),(2709782528,'pe'),(2710831104,'br'),(2713583616,'ar'),(2713976832,'ve'),(2716729344,'cl'),(2725904384,'ve'),(2735341568,'ar'),(2746351616,'cr'),(2750873600,'cl'),(2751070208,'cl'),(2754150400,'br'),(2756247552,'uy'),(2756509696,'cl'),(2757033984,'br'),(2757754880,'cl'),(2757885952,'cl'),(2774663168,'ni'),(2780168192,'cl'),(2789933056,'cl'),(2792226816,'cl'),(2792488960,'bo'),(2803630080,'cl'),(2810576896,'ve'),(2812084224,'bo'),(2818310144,'ar'),(2823618560,'pa'),(2824011776,'ar'),(2824863744,'ar'),(2825191424,'ar'),(2829385728,'mx'),(2830106624,'co'),(2833383424,'ar'),(2833711104,'cl'),(2833907712,'gt'),(2834497536,'sv'),(2835283968,'mx'),(2845704192,'cu'),(2853306368,'cl'),(2853765120,'mx'),(2855469056,'ar'),(2856452096,'br'),(2856714240,'mx'),(2862284800,'ar'),(2863202304,'mx'),(2865889280,'ar'),(3120562176,'co'),(3120594944,'ar'),(3120599040,'ec'),(3120601088,'ar'),(3120602112,'bo'),(3120603136,'ar'),(3120610304,'py'),(3120611328,'ar'),(3120627712,'ni'),(3120660480,'pa'),(3120676864,'ht'),(3120693248,'bo'),(3120726016,'hn'),(3120758784,'ec'),(3120824320,'cr'),(3120857088,'ec'),(3120955392,'do'),(3121086464,'uy'),(3121152000,'cl'),(3121348608,'ar'),(3121479680,'ve'),(3121545216,'cr'),(3121610752,'py'),(3121741824,'ar'),(3121872896,'cl'),(3122003968,'ar'),(3122135040,'ve'),(3122331648,'bo'),(3122397184,'co'),(3122659328,'gt'),(3122790400,'cl'),(3123052544,'ar'),(3123183616,'cl'),(3123314688,'ec'),(3123380224,'co'),(3123445760,'tt'),(3123576832,'ec'),(3123707904,'uy'),(3124232192,'ar'),(3124887552,'ec'),(3125280768,'pa'),(3125805056,'co'),(3126329344,'ve'),(3126853632,'ar'),(3126919168,'co'),(3127115776,'ar'),(3127246848,'co'),(3127377920,'cl'),(3127640064,'ar'),(3127902208,'co'),(3128426496,'do'),(3128492032,'co'),(3128557568,'ar'),(3129999360,'co'),(3130523648,'ar'),(3131047936,'pe'),(3133145088,'br'),(3145728000,'mx'),(3170893824,'br'),(3179282432,'mx'),(3187671040,'co'),(3187687424,'do'),(3187695616,'ar'),(3187703808,'uy'),(3187712000,'ar'),(3187720192,'gt'),(3187736576,'ar'),(3187752960,'co'),(3187802112,'ar'),(3187818496,'py'),(3187822592,'ar'),(3187824640,'cl'),(3187826688,'ar'),(3187834880,'an'),(3187851264,'py'),(3187859456,'pa'),(3187867648,'ar'),(3187908608,'co'),(3187910656,'cl'),(3187914752,'bo'),(3187916800,'co'),(3187933184,'gt'),(3187949568,'an'),(3187957760,'cl'),(3187965952,'an'),(3187982336,'cl'),(3187998720,'ar'),(3188015104,'hn'),(3188031488,'sv'),(3188047872,'co'),(3188056064,'pa'),(3188064256,'ve'),(3188080640,'cu'),(3188088832,'ar'),(3188097024,'do'),(3188105216,'co'),(3188113408,'hn'),(3188121600,'tt'),(3188129792,'ar'),(3188146176,'co'),(3188170752,'cr'),(3188187136,'ar'),(3188203520,'do'),(3188211712,'cl'),(3188228096,'pe'),(3188244480,'co'),(3188260864,'ar'),(3188269056,'ve'),(3188273152,'pa'),(3188275200,'cl'),(3188277248,'co'),(3188293632,'ve'),(3188301824,'ec'),(3188310016,'co'),(3188326400,'cr'),(3188359168,'ec'),(3188400128,'ar'),(3188408320,'bo'),(3188416512,'ar'),(3188449280,'hn'),(3188457472,'ec'),(3188473856,'pe'),(3188482048,'ar'),(3188490240,'co'),(3188506624,'ar'),(3188523008,'co'),(3188539392,'cl'),(3188547584,'co'),(3188555776,'cl'),(3188572160,'co'),(3188580352,'ar'),(3188621312,'gt'),(3188629504,'ar'),(3188637696,'pa'),(3188645888,'co'),(3188670464,'hn'),(3188678656,'ar'),(3188686848,'ec'),(3188695040,'ve'),(3188703232,'ar'),(3188981760,'cl'),(3189178368,'py'),(3189243904,'co'),(3189637120,'ar'),(3189768192,'pa'),(3190030336,'ve'),(3190292480,'pe'),(3190554624,'cl'),(3190816768,'ar'),(3191078912,'co'),(3191095296,'ec'),(3191103488,'co'),(3191111680,'py'),(3191128064,'ec'),(3191136256,'do'),(3191144448,'sv'),(3191209984,'cl'),(3191275520,'ar'),(3191341056,'gt'),(3191406592,'sv'),(3191472128,'tt'),(3191603200,'co'),(3191865344,'uy'),(3191930880,'co'),(3192389632,'ve'),(3192913920,'gy'),(3192946688,'do'),(3192979456,'pe'),(3193044992,'cl'),(3193110528,'co'),(3193307136,'sv'),(3193438208,'an'),(3193569280,'co'),(3193700352,'hn'),(3193733120,'ar'),(3193765888,'tt'),(3193798656,'co'),(3193815040,'ar'),(3193823232,'cl'),(3193831424,'do'),(3193864192,'ec'),(3193880576,'ve'),(3193896960,'cl'),(3193929728,'ec'),(3193962496,'cl'),(3193995264,'co'),(3194028032,'ar'),(3194044416,'co'),(3194052608,'tt'),(3194060800,'co'),(3194093568,'sr'),(3194126336,'ar'),(3194142720,'cl'),(3194159104,'gt'),(3194175488,'ar'),(3194177536,'ec'),(3194179584,'ar'),(3194181632,'cl'),(3194182656,'bo'),(3194183680,'uy'),(3194191872,'co'),(3194224640,'cl'),(3194355712,'an'),(3194368000,'bo'),(3194370048,'pa'),(3194372096,'ht'),(3194388480,'pe'),(3194404864,'co'),(3194413056,'cl'),(3194421248,'ar'),(3194429440,'ve'),(3194437632,'bo'),(3194445824,'co'),(3194454016,'ar'),(3194486784,'bo'),(3194503168,'ar'),(3194511360,'aw'),(3194519552,'py'),(3194552320,'ar'),(3194585088,'hn'),(3194601472,'an'),(3194602496,'ar'),(3194617856,'ni'),(3194634240,'cr'),(3194642432,'ar'),(3194683392,'cu'),(3194691584,'bo'),(3194699776,'ec'),(3194707968,'ar'),(3194716160,'hn'),(3194724352,'pa'),(3194732544,'ar'),(3194740736,'cl'),(3194742784,'ec'),(3194744832,'ar'),(3194746880,'an'),(3194748928,'uy'),(3194765312,'ec'),(3194769408,'pe'),(3194781696,'cl'),(3194798080,'ar'),(3194799104,'gy'),(3194806272,'ar'),(3194830848,'pa'),(3194847232,'co'),(3194863616,'hn'),(3194880000,'do'),(3194896384,'co'),(3194912768,'cl'),(3194929152,'ec'),(3194945536,'gt'),(3194961920,'ec'),(3194970112,'pa'),(3194994688,'ar'),(3195023360,'cl'),(3195025408,'ar'),(3195043840,'co'),(3195060224,'uy'),(3195068416,'an'),(3195076608,'cl'),(3195092992,'ar'),(3195101184,'cr'),(3195109376,'ar'),(3195125760,'pe'),(3195142144,'ve'),(3195158528,'ar'),(3195199488,'py'),(3195203584,'ve'),(3195207680,'gt'),(3195215872,'ar'),(3195224064,'pa'),(3195273216,'pe'),(3195535360,'sv'),(3195543552,'pe'),(3195551744,'ec'),(3195559936,'ar'),(3195568128,'co'),(3195576320,'cl'),(3195584512,'ht'),(3195592704,'pa'),(3195600896,'cl'),(3195633664,'co'),(3195641856,'py'),(3195650048,'gt'),(3195658240,'ve'),(3195666432,'ar'),(3195691008,'do'),(3195699200,'ar'),(3195707392,'pa'),(3195715584,'ar'),(3195731968,'ec'),(3195740160,'pa'),(3195748352,'cl'),(3195756544,'ar'),(3195764736,'cr'),(3195772928,'ve'),(3195781120,'pa'),(3195797504,'ar'),(3195805696,'ni'),(3195807744,'bz'),(3195809792,'pe'),(3195811840,'ar'),(3195813888,'do'),(3195830272,'ar'),(3195838464,'hn'),(3195846656,'ar'),(3195852800,'an'),(3195853824,'gy'),(3195854848,'ar'),(3195859968,'cr'),(3195862016,'ar'),(3195863040,'co'),(3196092416,'py'),(3196125184,'bo'),(3196190720,'hn'),(3196256256,'ec'),(3196321792,'uy'),(3196583936,'ar'),(3196846080,'pa'),(3196977152,'ve'),(3197042688,'co'),(3197075456,'gt'),(3197108224,'co'),(3197370368,'gt'),(3197501440,'sv'),(3197566976,'cl'),(3197632512,'ec'),(3197698048,'ve'),(3197763584,'ec'),(3197894656,'co'),(3198156800,'cl'),(3198484480,'co'),(3198550016,'do'),(3198681088,'ve'),(3198877696,'cr'),(3198910464,'cl'),(3198943232,'ar'),(3199533056,'bo'),(3199565824,'ni'),(3199598592,'co'),(3199664128,'ar'),(3199729664,'ni'),(3199795200,'an'),(3199827968,'ar'),(3199860736,'bo'),(3199926272,'pe'),(3199991808,'ar'),(3200516096,'cl'),(3200581632,'bz'),(3200614400,'ar'),(3200647168,'ve'),(3201302528,'cl'),(3201433600,'ar'),(3201499136,'cl'),(3201564672,'ni'),(3201630208,'tt'),(3201695744,'ec'),(3201826816,'ar'),(3201957888,'pa'),(3202088960,'ar'),(3202220032,'pe'),(3202351104,'ar'),(3202875392,'pe'),(3203399680,'co'),(3203465216,'cr'),(3203530752,'co'),(3203661824,'ar'),(3203923968,'co'),(3225524224,'ve'),(3226474496,'cl'),(3226521856,'br'),(3226733568,'mx'),(3227818752,'mx'),(3227931648,'pe'),(3228264448,'ni'),(3228558592,'br'),(3229885184,'br'),(3230149120,'ni'),(3230833920,'br'),(3230852352,'br'),(3230854400,'uy'),(3230913024,'br'),(3230915072,'br'),(3230969600,'mx'),(3231088128,'gt'),(3231275008,'br'),(3231282944,'cl'),(3231283200,'br'),(3231292160,'br'),(3231295232,'cr'),(3231675392,'br'),(3231722752,'br'),(3231724032,'br'),(3231739648,'br'),(3231744000,'br'),(3231759360,'br'),(3233549056,'br'),(3233557504,'ec'),(3233595904,'ec'),(3233684992,'br'),(3234065664,'br'),(3234203648,'br'),(3234569728,'cl'),(3234574592,'mx'),(3234801664,'ec'),(3234808064,'ec'),(3234828800,'cl'),(3234838272,'gt'),(3234841088,'br'),(3234842624,'br'),(3234853888,'ec'),(3235856384,'br'),(3236392448,'cl'),(3236393472,'br'),(3236400128,'cl'),(3236409088,'br'),(3237297152,'cl'),(3237312768,'bo'),(3237684992,'cl'),(3288428544,'cu'),(3288434432,'cu'),(3288535040,'an'),(3288549888,'do'),(3288558080,'do'),(3288564736,'tt'),(3288569856,'cu'),(3290251264,'tt'),(3290439680,'tt'),(3290447872,'ar'),(3290955776,'cr'),(3322023936,'cl'),(3322683392,'br'),(3323033600,'br'),(3323062016,'br'),(3323394560,'cl'),(3324583936,'cl'),(3325132800,'br'),(3325142016,'ar'),(3325169664,'br'),(3325249280,'co'),(3325691904,'br'),(3331818496,'mx'),(3333988608,'br'),(3340429824,'pa'),(3345442304,'cl'),(3354955776,'ar'),(3355443200,'co'),(3355445248,'br'),(3355447296,'cu'),(3355447552,'ar'),(3355447808,'ht'),(3355448320,'an'),(3355449344,'cu'),(3355450368,'ec'),(3355451392,'br'),(3355459328,'ec'),(3355459584,'pa'),(3355459840,'ve'),(3355460096,'cl'),(3355460352,'br'),(3355461888,'ec'),(3355463424,'ar'),(3355463936,'br'),(3355464192,'cl'),(3355464448,'mx'),(3355464960,'br'),(3355465728,'uy'),(3355465984,'br'),(3355467520,'mx'),(3355467776,'ar'),(3355468800,'br'),(3355469568,'mx'),(3355470592,'pe'),(3355470848,'cl'),(3355471104,'mx'),(3355471360,'pe'),(3355471616,'mx'),(3355472384,'br'),(3355472640,'cl'),(3355473408,'pe'),(3355473920,'cl'),(3355475200,'mx'),(3355478016,'pe'),(3355478784,'ve'),(3355479040,'cl'),(3355479552,'pe'),(3355479808,'mx'),(3355480064,'cl'),(3355485184,'pe'),(3355487744,'cl'),(3355488000,'ar'),(3355488256,'gt'),(3355488768,'pa'),(3355489024,'cr'),(3355489280,'sv'),(3355489536,'ar'),(3355491072,'co'),(3355491328,'ar'),(3355494656,'co'),(3355494912,'pa'),(3355495424,'uy'),(3355496448,'ar'),(3355500544,'ar'),(3355508736,'ve'),(3355510272,'ec'),(3355510528,'ar'),(3355510784,'ve'),(3355512832,'cl'),(3355516928,'ar'),(3355525120,'co'),(3355535360,'tt'),(3355537664,'ar'),(3355537920,'ni'),(3355538176,'cl'),(3355538432,'ar'),(3355539200,'ve'),(3355539456,'cl'),(3355540480,'co'),(3355540736,'bz'),(3355540992,'co'),(3355541504,'cl'),(3355545600,'ve'),(3355547648,'ni'),(3355547904,'gt'),(3355548160,'do'),(3355548672,'sr'),(3355549952,'ec'),(3355550208,'ve'),(3355552768,'ec'),(3355553024,'co'),(3355553280,'cl'),(3355553536,'co'),(3355553792,'pe'),(3355555840,'ve'),(3355557888,'co'),(3355559936,'py'),(3355561984,'sr'),(3355566080,'ar'),(3355574272,'cl'),(3355576320,'ve'),(3355578368,'cl'),(3355582464,'uy'),(3355590656,'co'),(3355592704,'cl'),(3355604992,'ar'),(3355607040,'ht'),(3355615232,'sr'),(3355623424,'cl'),(3355639808,'ve'),(3355642368,'pa'),(3355642880,'uy'),(3355643904,'br'),(3355648000,'ar'),(3355668992,'pe'),(3355669248,'ar'),(3355672576,'co'),(3355677184,'gt'),(3355677440,'co'),(3355682816,'ar'),(3355684864,'tt'),(3355686912,'ar'),(3355688960,'co'),(3355689472,'hn'),(3355689728,'ar'),(3355689984,'pa'),(3355693056,'cl'),(3355695104,'ar'),(3355697152,'hn'),(3355701504,'pe'),(3355702016,'ar'),(3355702272,'co'),(3355703296,'py'),(3355705344,'mx'),(3355709440,'co'),(3355713536,'mx'),(3355720448,'ar'),(3355720704,'mx'),(3355722752,'ar'),(3355723264,'mx'),(3355746304,'ht'),(3355754496,'pe'),(3355773184,'br'),(3355773440,'ar'),(3355773952,'cu'),(3355774976,'ve'),(3355783168,'ar'),(3355785216,'co'),(3355787264,'ar'),(3355803648,'ve'),(3355820032,'ar'),(3355836416,'ec'),(3355841024,'cl'),(3355841280,'ec'),(3355843328,'ve'),(3355843584,'ec'),(3355844864,'cl'),(3355845120,'ec'),(3355845376,'br'),(3355848960,'cl'),(3355849216,'ar'),(3355849728,'pa'),(3355849984,'cl'),(3355850496,'ni'),(3355850752,'an'),(3355852800,'cl'),(3355856640,'pa'),(3355856896,'ec'),(3355858944,'do'),(3355860992,'cl'),(3355869184,'br'),(3355870720,'cr'),(3355873280,'an'),(3355875328,'ve'),(3355877376,'co'),(3355885568,'gt'),(3355901952,'br'),(3355902976,'cl'),(3355904000,'br'),(3355905536,'py'),(3355905792,'ar'),(3355906048,'cl'),(3355910144,'an'),(3355918336,'ec'),(3355923456,'uy'),(3355924480,'tt'),(3355934720,'ar'),(3355942912,'bo'),(3355947008,'ar'),(3355949056,'an'),(3355951104,'ec'),(3355967488,'ve'),(3356033024,'br'),(3356033792,'cl'),(3356034048,'py'),(3356035072,'mx'),(3356037120,'co'),(3356041216,'cr'),(3356049408,'cl'),(3356049664,'br'),(3356051456,'co'),(3356051712,'cl'),(3356051968,'gt'),(3356052224,'ar'),(3356052480,'br'),(3356053248,'cl'),(3356054528,'br'),(3356057600,'ec'),(3356057856,'cl'),(3356059136,'br'),(3356060672,'cl'),(3356061696,'br'),(3356062720,'br'),(3356064256,'cl'),(3356064512,'br'),(3356065792,'cl'),(3356066048,'br'),(3356069120,'cl'),(3356069632,'br'),(3356070144,'cl'),(3356070656,'ar'),(3356070912,'br'),(3356071424,'cl'),(3356072448,'cr'),(3356073216,'uy'),(3356073472,'br'),(3356075264,'bo'),(3356076288,'br'),(3356078080,'ec'),(3356078336,'cl'),(3356079360,'br'),(3356080896,'ni'),(3356082432,'cl'),(3356082688,'ar'),(3356082944,'cl'),(3356083968,'br'),(3356084480,'cl'),(3356084736,'br'),(3356085248,'cl'),(3356085760,'br'),(3356086272,'ar'),(3356086528,'cr'),(3356086784,'ve'),(3356087040,'co'),(3356087296,'ar'),(3356087808,'br'),(3356088064,'cl'),(3356088320,'tt'),(3356089088,'ar'),(3356089344,'br'),(3356090624,'cl'),(3356090880,'br'),(3356091136,'ar'),(3356091392,'cl'),(3356091648,'br'),(3356091904,'cl'),(3356092928,'br'),(3356093184,'ar'),(3356093952,'cl'),(3356094976,'ar'),(3356096256,'cl'),(3356096512,'ec'),(3356096768,'br'),(3356097792,'ar'),(3356098304,'gt'),(3356098560,'cl'),(3356099584,'br'),(3356100608,'cl'),(3356102400,'pa'),(3356102656,'cl'),(3356105728,'sv'),(3356106752,'br'),(3356113920,'uy'),(3356114944,'pe'),(3356123136,'ar'),(3356131840,'pe'),(3356132352,'br'),(3356134144,'ar'),(3356134656,'br'),(3356134912,'do'),(3356135168,'mx'),(3356135424,'br'),(3356135680,'cl'),(3356135936,'br'),(3356136192,'ec'),(3356137728,'br'),(3356138496,'br'),(3356139776,'ar'),(3356140032,'do'),(3356140288,'br'),(3356141312,'cl'),(3356142848,'br'),(3356145152,'cl'),(3356145408,'br'),(3356145664,'cl'),(3356145920,'br'),(3356146176,'ar'),(3356146432,'br'),(3356146688,'pe'),(3356146944,'br'),(3356147200,'cl'),(3356147456,'br'),(3356148224,'bz'),(3356148480,'cl'),(3356148736,'ar'),(3356148992,'mx'),(3356149504,'ar'),(3356149760,'mx'),(3356150016,'ar'),(3356150528,'pa'),(3356150784,'ar'),(3356151040,'ni'),(3356151296,'ar'),(3356151808,'cl'),(3356152064,'br'),(3356152576,'cl'),(3356152832,'mx'),(3356154624,'ar'),(3356154880,'cl'),(3356156672,'br'),(3356156928,'py'),(3356157952,'cl'),(3356158208,'mx'),(3356158464,'cl'),(3356158720,'ar'),(3356158976,'cl'),(3356160000,'mx'),(3356160256,'gt'),(3356160512,'cl'),(3356160768,'mx'),(3356161280,'br'),(3356161536,'mx'),(3356162560,'pe'),(3356162816,'cl'),(3356163584,'ve'),(3356163840,'cl'),(3356164096,'br'),(3356171520,'ar'),(3356171776,'ni'),(3356172032,'sv'),(3356172288,'pe'),(3356172544,'ar'),(3356172800,'pe'),(3356174336,'co'),(3356176384,'pe'),(3356180480,'cl'),(3356190720,'do'),(3356192768,'ar'),(3356196864,'ve'),(3356229632,'br'),(3356233728,'cl'),(3356237824,'gt'),(3356246016,'mx'),(3356262656,'cl'),(3356263168,'br'),(3356263424,'cl'),(3356263680,'ar'),(3356265216,'br'),(3356265472,'cl'),(3356267008,'py'),(3356267264,'cl'),(3356268800,'pa'),(3356269056,'ar'),(3356269312,'uy'),(3356269824,'br'),(3356270080,'mx'),(3356272384,'cr'),(3356272896,'ec'),(3356273152,'co'),(3356273408,'cl'),(3356273664,'sv'),(3356274432,'co'),(3356279040,'ve'),(3356279296,'cl'),(3356280832,'ar'),(3356282880,'pa'),(3356284928,'ar'),(3356291072,'tt'),(3356293120,'aw'),(3356295168,'cl'),(3356297216,'br'),(3356299264,'mx'),(3356305664,'ar'),(3356307456,'mx'),(3356329984,'gf'),(3356332032,'cu'),(3356334080,'bo'),(3356336128,'sv'),(3356344320,'co'),(3356360704,'cl'),(3356362752,'ve'),(3356364800,'mx'),(3356368896,'br'),(3356369408,'ec'),(3356369664,'br'),(3356370944,'co'),(3356372992,'cu'),(3356375040,'hn'),(3356377088,'cl'),(3356389376,'co'),(3356389888,'cl'),(3356491776,'pe'),(3356495872,'ar'),(3356499968,'mx'),(3356508160,'ar'),(3356516352,'ar'),(3356557312,'br'),(3356819456,'co'),(3356884992,'cl'),(3356950528,'mx'),(3357016064,'co'),(3357057024,'pe'),(3357065216,'ec'),(3357073408,'cl'),(3357077504,'ar'),(3357081600,'co'),(3357114368,'ec'),(3357138944,'co'),(3357147136,'ar'),(3357179904,'co'),(3357188096,'ve'),(3357190144,'do'),(3357192192,'py'),(3357194240,'ar'),(3357196288,'an'),(3357212672,'cl'),(3357368320,'co'),(3357376512,'cl'),(3357403136,'co'),(3357405184,'ec'),(3357407232,'ar'),(3357425664,'co'),(3357442048,'gt'),(3357458432,'cl'),(3357474816,'ar'),(3357483008,'cl'),(3357491200,'co'),(3357499392,'pe'),(3357507584,'ve'),(3357515776,'sv'),(3357523968,'co'),(3357532160,'ar'),(3357581312,'cl'),(3357589504,'bz'),(3357605888,'mx'),(3357736960,'ve'),(3357745152,'co'),(3357753344,'ve'),(3357773824,'pa'),(3357775872,'uy'),(3357777920,'gt'),(3357786112,'ve'),(3357802496,'mx'),(3357868032,'pe'),(3357933568,'mx'),(3358064640,'uy'),(3358130176,'ar'),(3358236672,'cl'),(3358244864,'do'),(3358261248,'ar'),(3358326784,'ve'),(3358392320,'ar'),(3358457856,'pa'),(3358523392,'ar'),(3358588928,'pe'),(3358654464,'ar'),(3358658560,'cl'),(3358660608,'ar'),(3358695424,'gt'),(3358703616,'ar'),(3358715904,'ec'),(3358717952,'ar'),(3358728192,'cl'),(3358744576,'cl'),(3358756864,'cl'),(3358760960,'ar'),(3358769152,'ht'),(3358777344,'cr'),(3358779392,'ec'),(3358781440,'ar'),(3358851072,'mx'),(3358982144,'cl'),(3359047680,'ar'),(3359080448,'cu'),(3359096832,'cl'),(3359105024,'ec'),(3359109120,'ar'),(3359111168,'ec'),(3359113216,'mx'),(3359260672,'bo'),(3359268864,'ar'),(3359277056,'uy'),(3359285248,'bo'),(3359293440,'co'),(3359305728,'do'),(3359307776,'cl'),(3359309824,'ar'),(3359313920,'cr'),(3359315968,'hn'),(3359318016,'ar'),(3359356928,'ve'),(3359358976,'ar'),(3359375360,'pe'),(3359440896,'ar'),(3359473664,'co'),(3359481856,'ar'),(3359498240,'py'),(3359522816,'ni'),(3359539200,'pe'),(3359571968,'ar'),(3359582208,'pa'),(3359584256,'ar'),(3359586304,'cl'),(3359588352,'ar'),(3359596544,'cl'),(3359600640,'ar'),(3359621120,'ec'),(3359637504,'mx'),(3359899648,'cl'),(3359916032,'ar'),(3359989760,'co'),(3359997952,'ar'),(3360006144,'ec'),(3360014336,'ar'),(3360096256,'uy'),(3360104448,'co'),(3360116736,'bo'),(3360118784,'ar'),(3360120832,'co'),(3360129024,'ve'),(3360145408,'cl'),(3360153600,'ar'),(3360157696,'ve'),(3360159744,'an'),(3360161792,'cl'),(3360227328,'co'),(3360251904,'bo'),(3360253952,'sv'),(3360258048,'cl'),(3360260096,'ar'),(3360276480,'ve'),(3360278528,'ec'),(3360280576,'cl'),(3360282624,'co'),(3360284672,'cl'),(3360325632,'co'),(3360333824,'cl'),(3360342016,'ve'),(3360354304,'pa'),(3360356352,'cr'),(3360358400,'cl'),(3360366592,'co'),(3360382976,'ve'),(3360399360,'bo'),(3360403456,'ar'),(3360405504,'hn'),(3360407552,'pa'),(3360423936,'mx'),(3360686080,'co'),(3360702464,'ar'),(3360710656,'ht'),(3360718848,'ar'),(3360763904,'gt'),(3360765952,'co'),(3360768000,'ar'),(3360788480,'cl'),(3360790528,'ar'),(3360849920,'ve'),(3360882688,'cl'),(3360948224,'ve'),(3361013760,'sv'),(3361021952,'py'),(3361030144,'ve'),(3361034240,'ec'),(3361036288,'ar'),(3361046528,'bo'),(3361052672,'ar'),(3361054720,'ni'),(3361058816,'ar'),(3361062912,'cl'),(3361071104,'co'),(3361079296,'cl'),(3361144832,'bo'),(3361210368,'do'),(3361275904,'pe'),(3361284096,'cl'),(3361296384,'sv'),(3361298432,'do'),(3361300480,'co'),(3361308672,'ar'),(3361325056,'co'),(3361341440,'ve'),(3361374208,'pa'),(3361378304,'bo'),(3361380352,'ec'),(3361382400,'cl'),(3361415168,'ar'),(3361417216,'cl'),(3361419264,'ar'),(3361423360,'cr'),(3361456128,'co'),(3361472512,'mx'),(3361538048,'ve'),(3361570816,'co'),(3361587200,'ec'),(3361599488,'uy'),(3361601536,'ec'),(3361603584,'mx'),(3361734656,'br'),(3362258944,'cl'),(3362324480,'ar'),(3362349056,'cr'),(3362351104,'ar'),(3362353152,'ec'),(3362355200,'ar'),(3362357248,'bo'),(3362381824,'ec'),(3362390016,'pe'),(3362422784,'co'),(3362426880,'pa'),(3362428928,'cl'),(3362430976,'co'),(3362447360,'sv'),(3362455552,'ec'),(3362471936,'cl'),(3362476032,'hn'),(3362476288,'ar'),(3362476544,'cr'),(3362478080,'ar'),(3362486272,'hn'),(3362488320,'pe'),(3362504704,'ve'),(3362506752,'ar'),(3362508800,'hn'),(3362510848,'gt'),(3362512896,'ar'),(3362514944,'hn'),(3362516992,'bo'),(3362519040,'ec'),(3362521088,'tt'),(3362529280,'pa'),(3362537472,'ar'),(3362545664,'pe'),(3362553856,'py'),(3362570240,'uy'),(3362586624,'ve'),(3362652160,'pe'),(3362668544,'ec'),(3362684928,'co'),(3362693120,'ar'),(3362695168,'co'),(3362697216,'ar'),(3362711552,'ec'),(3362713600,'gt'),(3362717696,'cl'),(3362816000,'ar'),(3362832384,'bo'),(3362840576,'cl'),(3362897920,'ht'),(3362914304,'co'),(3362934784,'ar'),(3362936832,'cl'),(3362938880,'ar'),(3362942976,'gt'),(3362945024,'ar'),(3362988032,'ec'),(3362996224,'uy'),(3363004416,'co'),(3363012608,'pa'),(3363028992,'ar'),(3363045376,'co'),(3363110912,'ar'),(3363176448,'co'),(3363274752,'gt'),(3363291136,'bo'),(3363299328,'cl'),(3363373056,'pe'),(3363438592,'ar'),(3363471360,'cr'),(3363487744,'co'),(3363504128,'pe'),(3363520512,'ar'),(3363561472,'co'),(3363569664,'pa'),(3363577856,'cl'),(3363602432,'an'),(3363610624,'co'),(3363618816,'uy'),(3363627008,'ec'),(3363635200,'uy'),(3363651584,'ar'),(3363667968,'ec'),(3363676160,'tt'),(3363678208,'ni'),(3363680256,'gt'),(3363682304,'ve'),(3363684352,'ec'),(3363717120,'cl'),(3363733504,'ar'),(3363831808,'br'),(3378511872,'mx'),(3384737792,'cr'),(3385851904,'ve'),(3386114048,'ar'),(3386245120,'cl'),(3386376192,'co'),(3386392576,'an'),(3386408960,'gt'),(3386425344,'ar'),(3386441728,'py'),(3386458112,'ec'),(3386474496,'uy'),(3386490880,'co'),(3386507264,'ec'),(3386523648,'pa'),(3386540032,'cl'),(3386556416,'pa'),(3386572800,'ec'),(3386589184,'ar'),(3386605568,'cl'),(3386621952,'co'),(3386638336,'an'),(3386646528,'co'),(3386662912,'cl'),(3386671104,'hn'),(3386679296,'ar'),(3386687488,'cu'),(3386695680,'cl'),(3386703872,'uy'),(3386720256,'tt'),(3386728448,'ar'),(3386732544,'cl'),(3386736640,'co'),(3386753024,'cl'),(3386761216,'pa'),(3386769408,'ve'),(3386777600,'an'),(3386785792,'bo'),(3386802176,'cl'),(3386900480,'pa'),(3387162624,'co'),(3387228160,'aw'),(3387260928,'do'),(3387293696,'pe'),(3387359232,'ar'),(3387424768,'co'),(3387555840,'ar'),(3387686912,'cl'),(3387736064,'co'),(3387752448,'cr'),(3387817984,'ve'),(3387834368,'tt'),(3387850752,'ec'),(3387867136,'cl'),(3387949056,'pe'),(3388014592,'cl'),(3388080128,'ve'),(3388211200,'co'),(3388342272,'cl'),(3388407808,'sv'),(3388473344,'ve'),(3388604416,'ar'),(3426387968,'mx'),(3427831552,'mx'),(3428296960,'cl'),(3428437504,'mx'),(3430705152,'mx'),(3430812672,'mx'),(3430842368,'do'),(3430845440,'mx'),(3432106240,'mx'),(3432585216,'mx'),(3450272512,'mx'),(3470610432,'br'),(3470752768,'co'),(3470754304,'pe'),(3470794752,'pa'),(3489136640,'mx'),(3507290112,'ar'),(3509387264,'pe'),(3512647680,'tt'),(3512983552,'ar'),(3633881088,'an'),(3634053120,'cl'),(3638984704,'gt'),(3639672832,'co'),(3639902208,'pe'),(3639918592,'ar'),(33554432,'fr'),(35651584,'it'),(36700160,'ae'),(36962304,'il'),(37748736,'se'),(38273024,'kz'),(38797312,'pt'),(39059456,'gr'),(39321600,'sa'),(39583744,'ru'),(39845888,'uk'),(40370176,'dk'),(40894464,'it'),(41418752,'uk'),(411303936,'nl'),(419430400,'uk'),(771751936,'ru'),(771817472,'de'),(771883008,'tr'),(773066752,'at'),(773324800,'es'),(773586944,'it'),(773588992,'pl'),(773591040,'ru'),(773593088,'it'),(773595136,'de'),(773597184,'be'),(773599232,'uk'),(773601280,'lv'),(773603328,'ua'),(773605376,'ir'),(773607424,'de'),(773609472,'ru'),(773611520,'by'),(773613568,'cz'),(773615616,'de'),(773617664,'it'),(773619712,'ru'),(773621760,'ps'),(773623808,'se'),(773625856,'is'),(773627904,'tr'),(773629952,'fr'),(773632000,'cy'),(773634048,'de'),(773636096,'ua'),(773638144,'uk'),(773640192,'es'),(773642240,'hu'),(773644288,'ru'),(773646336,'tr'),(773648384,'pl'),(773650432,'uk'),(773652480,'sk'),(773654528,'ru'),(773656576,'pl'),(773658624,'de'),(773660672,'at'),(773662720,'de'),(773664768,'es'),(773666816,'uk'),(773668864,'de'),(773670912,'ru'),(773672960,'sa'),(773675008,'uk'),(773677056,'de'),(773679104,'it'),(773681152,'ru'),(773683200,'fr'),(773685248,'ua'),(773687296,'hu'),(773689344,'pl'),(773691392,'ru'),(773695488,'mk'),(773697536,'lu'),(773699584,'cz'),(773701632,'ru'),(773703680,'it'),(773849088,'ir'),(773857280,'dk'),(773865472,'ru'),(773873664,'jo'),(773881856,'dk'),(773890048,'az'),(774373376,'rs'),(774389760,'bg'),(774406144,'it'),(774422528,'om'),(774438912,'de'),(774455296,'ru'),(774471680,'pl'),(774488064,'ro'),(774504448,'ru'),(774520832,'bh'),(774537216,'ru'),(774553600,'ro'),(774569984,'uk'),(774586368,'ps'),(774602752,'uk'),(774897664,'ru'),(774963200,'ge'),(774995968,'ro'),(775028736,'pt'),(775061504,'ru'),(775094272,'ro'),(775127040,'ie'),(775159808,'sa'),(775192576,'ru'),(775946240,'uk'),(776077312,'no'),(776208384,'uk'),(776339456,'am'),(776470528,'ru'),(776601600,'at'),(776732672,'pl'),(776994816,'de'),(778043392,'ru'),(778108928,'ro'),(778174464,'ua'),(778240000,'rs'),(778305536,'ir'),(778371072,'ru'),(778436608,'eu'),(778502144,'cy'),(778567680,'tr'),(778764288,'hu'),(778829824,'ro'),(778895360,'lv'),(778960896,'de'),(779026432,'ru'),(779091968,'pl'),(779223040,'de'),(779354112,'il'),(779485184,'ua'),(779616256,'il'),(779747328,'si'),(779878400,'at'),(780009472,'ch'),(855638016,'eu'),(1040187392,'il'),(1040252928,'gr'),(1040318464,'ch'),(1040384000,'sa'),(1040400384,'uk'),(1040416768,'se'),(1040424960,'pl'),(1040433152,'uk'),(1040449536,'fr'),(1040457728,'me'),(1040465920,'de'),(1040474112,'cz'),(1040482304,'be'),(1040515072,'se'),(1040547840,'ru'),(1040580608,'uk'),(1040711680,'fr'),(1040719872,'de'),(1040736256,'uk'),(1040744448,'de'),(1040777216,'ie'),(1040842752,'it'),(1040973824,'nl'),(1040982016,'dk'),(1040990208,'cy'),(1041006592,'ch'),(1041039360,'se'),(1041072128,'uk'),(1041080320,'it'),(1041088512,'at'),(1041096704,'es'),(1041235968,'ua'),(1041244160,'ru'),(1041268736,'no'),(1041301504,'ie'),(1041367040,'uk'),(1041498112,'se'),(1041563648,'pl'),(1041596416,'nl'),(1041629184,'es'),(1041694720,'uk'),(1041760256,'de'),(1041768448,'no'),(1041776640,'cz'),(1041793024,'uk'),(1041825792,'nl'),(1041842176,'eu'),(1041891328,'de'),(1042022400,'pt'),(1042087936,'tr'),(1042120704,'pl'),(1042153472,'uk'),(1042284544,'ch'),(1042292736,'nl'),(1042300928,'ru'),(1042309120,'uk'),(1042317312,'es'),(1042350080,'ru'),(1042415616,'fr'),(1042546688,'es'),(1042677760,'gr'),(1042743296,'fr'),(1042808832,'de'),(1042817024,'ie'),(1042825216,'cz'),(1042833408,'eu'),(1042841600,'at'),(1042874368,'nl'),(1042939904,'es'),(1043070976,'cz'),(1043079168,'de'),(1043087360,'uk'),(1043095552,'bg'),(1043103744,'dk'),(1043120128,'fi'),(1043136512,'nl'),(1043202048,'at'),(1043333120,'ch'),(1043341312,'it'),(1043349504,'de'),(1043357696,'ch'),(1043365888,'pt'),(1043398656,'uk'),(1043488768,'de'),(1043496960,'uk'),(1043505152,'no'),(1043513344,'de'),(1043529728,'eu'),(1043595264,'de'),(1043857408,'uk'),(1043890176,'il'),(1043922944,'es'),(1043988480,'nl'),(1044119552,'uk'),(1044152320,'ir'),(1044185088,'ru'),(1044193280,'pl'),(1044201472,'fi'),(1044217856,'dk'),(1044226048,'om'),(1044250624,'eu'),(1044283392,'fr'),(1044316160,'no'),(1044332544,'ru'),(1044348928,'lv'),(1044365312,'se'),(1044381696,'ru'),(1044389888,'fr'),(1044398080,'ua'),(1044414464,'uk'),(1044447232,'se'),(1044455424,'ee'),(1044463616,'se'),(1044480000,'ch'),(1044488192,'sk'),(1044496384,'ee'),(1044512768,'dk'),(1044578304,'uk'),(1044643840,'de'),(1044660224,'gr'),(1044668416,'ba'),(1044676608,'ru'),(1044684800,'hu'),(1044692992,'at'),(1044709376,'ru'),(1044717568,'uk'),(1044742144,'kw'),(1044750336,'nl'),(1044758528,'pl'),(1044774912,'no'),(1044840448,'fi'),(1044905984,'de'),(1044930560,'uk'),(1044946944,'ua'),(1044955136,'nl'),(1044963328,'fi'),(1044971520,'fr'),(1044979712,'fi'),(1044987904,'bg'),(1045004288,'uk'),(1045012480,'eu'),(1045020672,'no'),(1045037056,'gr'),(1045135360,'de'),(1045168128,'ru'),(1045233664,'uk'),(1045241856,'it'),(1045250048,'cz'),(1045266432,'hu'),(1045274624,'ie'),(1045282816,'hu'),(1045299200,'eu'),(1045307392,'ru'),(1045315584,'de'),(1045319680,'ua'),(1045323776,'fi'),(1045364736,'dk'),(1045430272,'de'),(1045446656,'cz'),(1045454848,'de'),(1045463040,'fi'),(1045471232,'ua'),(1045479424,'se'),(1045487616,'lt'),(1045495808,'es'),(1045692416,'lv'),(1045700608,'kz'),(1045708800,'lb'),(1045716992,'ru'),(1045725184,'cz'),(1045733376,'uk'),(1045757952,'lv'),(1045790720,'fr'),(1045798912,'it'),(1045889024,'es'),(1045921792,'pl'),(1045954560,'be'),(1045987328,'se'),(1046020096,'am'),(1046028288,'no'),(1046036480,'pl'),(1046052864,'uk'),(1046061056,'de'),(1046069248,'ru'),(1046085632,'il'),(1046151168,'de'),(1046216704,'no'),(1046282240,'de'),(1046290432,'pl'),(1046298624,'at'),(1046315008,'uk'),(1046323200,'es'),(1046331392,'de'),(1046347776,'it'),(1046413312,'se'),(1046446080,'de'),(1046478848,'uk'),(1046544384,'it'),(1046560768,'uk'),(1046577152,'es'),(1046585344,'no'),(1046609920,'it'),(1046675456,'es'),(1046708224,'at'),(1046740992,'nl'),(1046757376,'it'),(1046765568,'es'),(1046773760,'fr'),(1046781952,'uk'),(1046798336,'hu'),(1046806528,'it'),(1046814720,'se'),(1046822912,'it'),(1046839296,'ba'),(1046847488,'es'),(1046855680,'no'),(1046872064,'eu'),(1046904832,'ru'),(1046937600,'gr'),(1047003136,'de'),(1047068672,'ru'),(1047085056,'uk'),(1047101440,'ru'),(1047109632,'uk'),(1047117824,'nl'),(1047134208,'fi'),(1047150592,'fr'),(1047158784,'ru'),(1047166976,'fr'),(1047199744,'dk'),(1047265280,'nl'),(1047273472,'de'),(1047281664,'tr'),(1047289856,'rs'),(1047298048,'ch'),(1047306240,'pl'),(1047314432,'se'),(1047322624,'it'),(1047330816,'lu'),(1047339008,'se'),(1047347200,'de'),(1047363584,'cz'),(1047371776,'ru'),(1047379968,'nl'),(1047396352,'it'),(1047461888,'de'),(1047494656,'pl'),(1047527424,'be'),(1047535616,'de'),(1047552000,'ru'),(1047560192,'de'),(1047568384,'nl'),(1047576576,'hu'),(1047584768,'nl'),(1047592960,'ba'),(1047601152,'ru'),(1047625728,'no'),(1047633920,'fi'),(1047642112,'de'),(1047724032,'eu'),(1047789568,'at'),(1047822336,'de'),(1047838720,'dk'),(1047846912,'se'),(1047855104,'de'),(1047871488,'ru'),(1047887872,'es'),(1047920640,'ru'),(1047986176,'se'),(1048051712,'sa'),(1048117248,'uk'),(1048125440,'fi'),(1048133632,'pl'),(1048158208,'dk'),(1048166400,'ch'),(1048182784,'cz'),(1048184832,'lu'),(1048186880,'lv'),(1048188928,'be'),(1048190976,'ua'),(1048193024,'ro'),(1048195072,'ru'),(1048197120,'ua'),(1048203264,'de'),(1048205312,'ru'),(1048209408,'cz'),(1048211456,'pl'),(1048215552,'ru'),(1048221696,'ua'),(1048223744,'dk'),(1048225792,'cz'),(1048227840,'ru'),(1048229888,'cz'),(1048233984,'ua'),(1048236032,'ru'),(1048238080,'ua'),(1048240128,'il'),(1048242176,'pl'),(1048244224,'ru'),(1048246272,'no'),(1048248320,'it'),(1048313856,'eu'),(1048510464,'se'),(1048576000,'de'),(1048584192,'il'),(1048592384,'it'),(1048600576,'eu'),(1048608768,'uk'),(1048616960,'de'),(1048625152,'uk'),(1048633344,'no'),(1048641536,'fr'),(1048649728,'cz'),(1048657920,'uk'),(1048674304,'nl'),(1048682496,'fr'),(1048690688,'pl'),(1048707072,'uk'),(1048772608,'nl'),(1048903680,'uk'),(1048911872,'it'),(1048920064,'nl'),(1048936448,'pl'),(1048944640,'ru'),(1048952832,'nl'),(1048969216,'eu'),(1049067520,'dk'),(1049100288,'eu'),(1049231360,'de'),(1049362432,'uk'),(1049370624,'at'),(1049395200,'nl'),(1049411584,'uk'),(1049419776,'ru'),(1049427968,'cz'),(1049436160,'de'),(1049444352,'ru'),(1049460736,'no'),(1049468928,'de'),(1049477120,'pl'),(1049493504,'fi'),(1049559040,'de'),(1049698304,'nl'),(1049722880,'is'),(1049731072,'fi'),(1049739264,'nl'),(1049755648,'de'),(1049821184,'fr'),(1049886720,'ru'),(1049894912,'no'),(1049903104,'pl'),(1049911296,'fi'),(1049919488,'ru'),(1049927680,'nl'),(1049935872,'fi'),(1049944064,'ru'),(1049952256,'ua'),(1049960448,'uk'),(1049968640,'sa'),(1049985024,'it'),(1050017792,'kw'),(1050083328,'es'),(1050148864,'cy'),(1050157056,'ru'),(1050173440,'uk'),(1050181632,'pl'),(1050189824,'de'),(1050198016,'ru'),(1050206208,'sk'),(1050214400,'de'),(1050673152,'fr'),(1050804224,'mk'),(1050869760,'nl'),(1050935296,'es'),(1050968064,'uk'),(1051000832,'ru'),(1051017216,'nl'),(1051033600,'fi'),(1051049984,'hu'),(1051066368,'nl'),(1051131904,'ch'),(1051197440,'cz'),(1051213824,'sk'),(1051230208,'se'),(1051238400,'ge'),(1051246592,'de'),(1051254784,'ru'),(1051262976,'de'),(1051271168,'it'),(1051279360,'pt'),(1051295744,'uk'),(1051303936,'sk'),(1051312128,'gr'),(1051328512,'uk'),(1051525120,'mt'),(1051541504,'uk'),(1051557888,'ru'),(1051566080,'it'),(1051574272,'uk'),(1051590656,'es'),(1051721728,'ru'),(1051729920,'fi'),(1051738112,'bg'),(1051754496,'de'),(1051762688,'sk'),(1051770880,'no'),(1051779072,'de'),(1051787264,'it'),(1051795456,'ru'),(1051803648,'cz'),(1051820032,'nl'),(1051852800,'at'),(1051983872,'eu'),(1052049408,'pl'),(1052057600,'ru'),(1052065792,'se'),(1052082176,'de'),(1052090368,'pl'),(1052098560,'se'),(1052116992,'ru'),(1052119040,'ro'),(1052121088,'ru'),(1052129280,'be'),(1052133376,'ru'),(1052135424,'ua'),(1052137472,'ru'),(1052139520,'de'),(1052143616,'bg'),(1052145664,'ua'),(1052149760,'ru'),(1052151808,'pl'),(1052153856,'ua'),(1052157952,'dk'),(1052160000,'lu'),(1052162048,'ch'),(1052164096,'ru'),(1052168192,'pl'),(1052170240,'se'),(1052172288,'pl'),(1052174336,'cz'),(1052176384,'de'),(1052178432,'dk'),(1052180480,'ru'),(1052213248,'fi'),(1052246016,'eu'),(1052573696,'uk'),(1052704768,'eu'),(1052770304,'uk'),(1052778496,'ru'),(1052786688,'nl'),(1052803072,'de'),(1052811264,'ru'),(1052819456,'de'),(1052827648,'ru'),(1052835840,'ir'),(1052844032,'fr'),(1052868608,'rs'),(1052884992,'fr'),(1052901376,'nl'),(1053032448,'it'),(1053097984,'de'),(1053106176,'uk'),(1053114368,'be'),(1053130752,'nl'),(1053138944,'fi'),(1053147136,'sk'),(1053163520,'dk'),(1053294592,'eu'),(1053360128,'es'),(1053364224,'cz'),(1053368320,'se'),(1053376512,'hu'),(1053392896,'fr'),(1053401088,'de'),(1053409280,'iq'),(1053425664,'ch'),(1053556736,'fi'),(1053564928,'uk'),(1053573120,'nl'),(1053581312,'ch'),(1053589504,'bg'),(1053597696,'de'),(1053605888,'es'),(1053614080,'cz'),(1053622272,'it'),(1053630464,'gr'),(1053638656,'be'),(1053655040,'ua'),(1053663232,'ru'),(1053671424,'lv'),(1053687808,'de'),(1053753344,'ru'),(1053818880,'eu'),(1053884416,'bh'),(1053892608,'uk'),(1053900800,'no'),(1053917184,'uz'),(1053925376,'se'),(1053933568,'cz'),(1053949952,'fr'),(1054015488,'it'),(1054089216,'ge'),(1054097408,'nl'),(1054105600,'fr'),(1054113792,'nl'),(1054121984,'at'),(1054130176,'lt'),(1054138368,'az'),(1054146560,'ru'),(1054179328,'de'),(1054187520,'bg'),(1054195712,'be'),(1054212096,'de'),(1054277632,'kw'),(1054343168,'nl'),(1054351360,'ua'),(1054359552,'ro'),(1054367744,'fi'),(1054375936,'uk'),(1054384128,'de'),(1054400512,'uk'),(1054408704,'fr'),(1054416896,'de'),(1054425088,'gr'),(1054441472,'az'),(1054449664,'ru'),(1054457856,'ro'),(1054474240,'at'),(1054539776,'il'),(1054605312,'de'),(1054613504,'ru'),(1054621696,'it'),(1054629888,'ir'),(1054638080,'ch'),(1054646272,'se'),(1054654464,'mk'),(1054662656,'fi'),(1054670848,'eu'),(1054679040,'ua'),(1054687232,'md'),(1054703616,'bg'),(1054711808,'it'),(1054720000,'nl'),(1054736384,'eu'),(1054867456,'de'),(1055129600,'cy'),(1055195136,'eu'),(1055326208,'ru'),(1055334400,'ie'),(1055342592,'ro'),(1055358976,'uk'),(1055367168,'ru'),(1055375360,'om'),(1055391744,'uk'),(1055457280,'be'),(1055465472,'fr'),(1055473664,'uk'),(1055490048,'pl'),(1055522816,'nl'),(1055588352,'be'),(1055653888,'fi'),(1055784960,'nl'),(1055850496,'uk'),(1055916032,'rs'),(1055932416,'fi'),(1055948800,'de'),(1055956992,'cz'),(1055965184,'ch'),(1055973376,'fr'),(1055981568,'it'),(1055989760,'de'),(1055997952,'fr'),(1056022528,'uk'),(1056030720,'fi'),(1056047104,'dk'),(1056178176,'ua'),(1056194560,'fr'),(1056210944,'pl'),(1056219136,'uk'),(1056227328,'tr'),(1056243712,'ch'),(1056251904,'ru'),(1056260096,'cz'),(1056276480,'de'),(1056374784,'se'),(1056440320,'tr'),(1056473088,'fi'),(1056505856,'pt'),(1056514048,'it'),(1056522240,'at'),(1056538624,'de'),(1056546816,'no'),(1056555008,'uk'),(1056571392,'nl'),(1056702464,'uk'),(1291845632,'de'),(1292894208,'no'),(1293156352,'de'),(1293549568,'es'),(1293680640,'mk'),(1293811712,'sa'),(1293942784,'pl'),(1294073856,'ru'),(1294204928,'ro'),(1294237696,'ir'),(1294270464,'de'),(1294303232,'ru'),(1294336000,'si'),(1294368768,'lv'),(1294401536,'ru'),(1294434304,'it'),(1294467072,'ru'),(1294499840,'no'),(1294532608,'ru'),(1294598144,'it'),(1294630912,'lb'),(1294663680,'it'),(1294696448,'ru'),(1294729216,'uk'),(1294761984,'sy'),(1294794752,'pl'),(1294827520,'ru'),(1294860288,'pl'),(1294893056,'rs'),(1294925824,'de'),(1294958592,'ua'),(1294991360,'cz'),(1295056896,'gr'),(1295122432,'ru'),(1295253504,'ua'),(1295319040,'se'),(1295384576,'pt'),(1295450112,'pl'),(1295515648,'ch'),(1295777792,'nl'),(1296039936,'sa'),(1296072704,'de'),(1296105472,'pl'),(1296171008,'dk'),(1296203776,'ru'),(1296236544,'eu'),(1296269312,'tr'),(1296302080,'uk'),(1296334848,'dk'),(1296367616,'gr'),(1296400384,'bh'),(1296433152,'bg'),(1296465920,'lt'),(1296498688,'bg'),(1296531456,'mt'),(1296564224,'uk'),(1296566272,'de'),(1296568320,'ru'),(1296570368,'it'),(1296574464,'fr'),(1296576512,'dk'),(1296578560,'fi'),(1296580608,'ch'),(1296582656,'ie'),(1296584704,'ru'),(1296586752,'fr'),(1296588800,'se'),(1296590848,'es'),(1296592896,'nl'),(1296594944,'ru'),(1296601088,'de'),(1296603136,'nl'),(1296605184,'at'),(1296607232,'nl'),(1296609280,'ch'),(1296611328,'tr'),(1296613376,'it'),(1296615424,'uk'),(1296617472,'es'),(1296619520,'it'),(1296621568,'se'),(1296623616,'be'),(1296625664,'ru'),(1296629760,'uk'),(1296633856,'nl'),(1296635904,'ru'),(1296637952,'ch'),(1296640000,'es'),(1296642048,'ru'),(1296644096,'it'),(1296646144,'ru'),(1296648192,'uk'),(1296650240,'es'),(1296652288,'ru'),(1296654336,'be'),(1296656384,'ru'),(1296658432,'uk'),(1296662528,'kz'),(1296664576,'ru'),(1296666624,'uk'),(1296670720,'es'),(1296672768,'uk'),(1296674816,'be'),(1296676864,'je'),(1296678912,'sa'),(1296680960,'es'),(1296683008,'ie'),(1296685056,'tr'),(1296687104,'nl'),(1296689152,'ru'),(1296691200,'ch'),(1296693248,'de'),(1296695296,'ch'),(1296697344,'ru'),(1296699392,'it'),(1296701440,'ru'),(1296703488,'by'),(1296705536,'ge'),(1296707584,'nl'),(1296709632,'cy'),(1296711680,'kz'),(1296713728,'ru'),(1296715776,'ch'),(1296717824,'be'),(1296719872,'ch'),(1296721920,'uk'),(1296723968,'at'),(1296726016,'uk'),(1296728064,'se'),(1296730112,'de'),(1296732160,'it'),(1296734208,'fr'),(1296736256,'no'),(1296738304,'ch'),(1296740352,'ru'),(1296744448,'uk'),(1296746496,'si'),(1296748544,'fr'),(1296750592,'no'),(1296752640,'ba'),(1296754688,'de'),(1296756736,'fr'),(1296758784,'rs'),(1296760832,'uk'),(1296762880,'ru'),(1296764928,'at'),(1296769024,'tr'),(1296771072,'lt'),(1296773120,'eu'),(1296775168,'fr'),(1296779264,'cz'),(1296781312,'dk'),(1296783360,'lb'),(1296785408,'ie'),(1296787456,'uk'),(1296789504,'ch'),(1296791552,'nl'),(1296793600,'ru'),(1296795648,'uk'),(1296797696,'ua'),(1296799744,'ru'),(1296801792,'dk'),(1296803840,'ru'),(1296805888,'es'),(1296807936,'uk'),(1296812032,'de'),(1296814080,'no'),(1296816128,'tr'),(1296818176,'es'),(1296820224,'uk'),(1296822272,'ie'),(1296824320,'de'),(1296826368,'bg'),(1296842752,'uk'),(1296859136,'bg'),(1296875520,'de'),(1296891904,'bg'),(1296908288,'ir'),(1296924672,'bg'),(1296941056,'ba'),(1296957440,'bg'),(1296973824,'cz'),(1296990208,'bg'),(1297006592,'ba'),(1297022976,'lt'),(1297039360,'tr'),(1297055744,'ru'),(1297072128,'pl'),(1297088512,'at'),(1297121280,'se'),(1297154048,'ro'),(1297219584,'ru'),(1297285120,'gr'),(1297350656,'fr'),(1297416192,'bg'),(1297481728,'uk'),(1297514496,'fi'),(1297547264,'pl'),(1297549312,'lt'),(1297551360,'ua'),(1297553408,'ie'),(1297555456,'ua'),(1297559552,'de'),(1297561600,'nl'),(1297563648,'cz'),(1297565696,'pl'),(1297567744,'ua'),(1297569792,'ro'),(1297571840,'ru'),(1297573888,'uk'),(1297575936,'ru'),(1297577984,'pl'),(1297580032,'de'),(1297582080,'pl'),(1297584128,'ua'),(1297588224,'nl'),(1297590272,'ru'),(1297592320,'uk'),(1297594368,'de'),(1297596416,'ua'),(1297600512,'ru'),(1297602560,'pl'),(1297604608,'de'),(1297606656,'cz'),(1297610752,'de'),(1297612800,'ru'),(1297629184,'no'),(1297645568,'pl'),(1297661952,'ua'),(1297678336,'it'),(1297694720,'pl'),(1297711104,'uk'),(1297727488,'md'),(1297743872,'de'),(1297760256,'lt'),(1297776640,'de'),(1297793024,'ua'),(1297809408,'pl'),(1297825792,'ru'),(1297842176,'ua'),(1297858560,'ru'),(1297860608,'pt'),(1297862656,'fi'),(1297864704,'se'),(1297866752,'ru'),(1297868800,'de'),(1297870848,'fr'),(1297872896,'uk'),(1297874944,'tr'),(1297883136,'pl'),(1297891328,'uk'),(1297899520,'tr'),(1297915904,'bh'),(1297924096,'cz'),(1297932288,'ge'),(1297940480,'lv'),(1297948672,'ua'),(1297956864,'nl'),(1297965056,'ru'),(1297973248,'uk'),(1297981440,'ro'),(1297989632,'cz'),(1297997824,'it'),(1298006016,'ru'),(1298022400,'it'),(1298030592,'ru'),(1298038784,'si'),(1298046976,'ru'),(1298063360,'fr'),(1298065408,'no'),(1298067456,'nl'),(1298071552,'tj'),(1298073600,'ru'),(1298075648,'cy'),(1298077696,'de'),(1298079744,'uk'),(1298081792,'cz'),(1298083840,'pl'),(1298085888,'kg'),(1298087936,'fr'),(1298089984,'no'),(1298092032,'uk'),(1298094080,'ru'),(1298096128,'nl'),(1298098176,'se'),(1298100224,'uk'),(1298102272,'ch'),(1298104320,'ru'),(1298106368,'it'),(1298108416,'fi'),(1298110464,'es'),(1298112512,'ie'),(1298114560,'it'),(1298116608,'ru'),(1298118656,'am'),(1298120704,'cz'),(1298122752,'ru'),(1298124800,'it'),(1298126848,'sa'),(1298128896,'fr'),(1298130944,'bg'),(1298132992,'fi'),(1298135040,'nl'),(1298137088,'uk'),(1298661376,'fr'),(1298677760,'ir'),(1298694144,'ro'),(1298710528,'cz'),(1298726912,'rs'),(1298743296,'fi'),(1298759680,'ru'),(1298776064,'se'),(1298792448,'ru'),(1298825216,'no'),(1298841600,'ru'),(1298857984,'se'),(1298874368,'uk'),(1298907136,'ie'),(1298923520,'it'),(1298939904,'ru'),(1298956288,'uk'),(1298972672,'ru'),(1298989056,'ua'),(1299005440,'be'),(1299021824,'ch'),(1299038208,'fi'),(1299054592,'se'),(1299070976,'lb'),(1299087360,'hu'),(1299103744,'no'),(1299120128,'si'),(1299136512,'hu'),(1299169280,'fr'),(1299185664,'pl'),(1299447808,'at'),(1299709952,'ua'),(1299972096,'il'),(1302331392,'nl'),(1303379968,'de'),(1304428544,'fr'),(1305477120,'es'),(1305739264,'dk'),(1306001408,'se'),(1306271744,'ru'),(1306279936,'it'),(1306288128,'at'),(1306296320,'ru'),(1306312704,'uz'),(1306320896,'de'),(1306329088,'ba'),(1306337280,'hu'),(1306345472,'lt'),(1306353664,'sa'),(1306361856,'ru'),(1306370048,'uk'),(1306378240,'ru'),(1306386432,'dk'),(1306394624,'me'),(1306402816,'ru'),(1306411008,'nl'),(1306419200,'ru'),(1306427392,'ua'),(1306435584,'no'),(1306451968,'pl'),(1306460160,'it'),(1306468352,'fi'),(1306476544,'ru'),(1306492928,'tr'),(1306501120,'no'),(1306509312,'pl'),(1306525696,'es'),(1307049984,'ru'),(1307066368,'de'),(1307074560,'sa'),(1307082752,'ru'),(1307090944,'uk'),(1307099136,'ro'),(1307107328,'de'),(1307115520,'ru'),(1307123712,'nl'),(1307131904,'ee'),(1307140096,'fr'),(1307148288,'uk'),(1307156480,'ru'),(1307172864,'dk'),(1307181056,'ru'),(1307189248,'de'),(1307197440,'hu'),(1307205632,'fi'),(1307213824,'si'),(1307222016,'dk'),(1307230208,'ru'),(1307238400,'sk'),(1307246592,'kg'),(1307254784,'gr'),(1307262976,'at'),(1307271168,'md'),(1307279360,'lb'),(1307287552,'de'),(1307295744,'ru'),(1307303936,'se'),(1307312128,'pl'),(1307320320,'ru'),(1307336704,'de'),(1307344896,'ru'),(1307353088,'bg'),(1307361280,'cz'),(1307369472,'ru'),(1307377664,'pl'),(1307385856,'at'),(1307394048,'ir'),(1307402240,'hr'),(1307410432,'cz'),(1307418624,'ir'),(1307426816,'ch'),(1307435008,'de'),(1307443200,'it'),(1307451392,'se'),(1307467776,'ru'),(1307484160,'uk'),(1307492352,'ba'),(1307500544,'ru'),(1307508736,'ba'),(1307516928,'ch'),(1307525120,'ba'),(1307533312,'uk'),(1307541504,'it'),(1307549696,'ua'),(1307557888,'ru'),(1307574272,'uk'),(1307578368,'fi'),(1307582464,'kz'),(1307586560,'uk'),(1307590656,'se'),(1307594752,'sa'),(1307598848,'cz'),(1307602944,'es'),(1307607040,'sa'),(1307611136,'ru'),(1307619328,'cz'),(1307623424,'fr'),(1307627520,'se'),(1307631616,'it'),(1307635712,'ee'),(1307639808,'it'),(1307643904,'ru'),(1307652096,'es'),(1307656192,'jo'),(1307660288,'be'),(1307664384,'no'),(1307668480,'es'),(1307672576,'se'),(1307676672,'ru'),(1307680768,'lv'),(1307684864,'uk'),(1307688960,'lt'),(1307693056,'it'),(1307697152,'nl'),(1307701248,'ru'),(1307709440,'al'),(1307713536,'it'),(1307717632,'dk'),(1307721728,'at'),(1307725824,'cz'),(1307729920,'ru'),(1307734016,'nl'),(1307738112,'it'),(1307742208,'hu'),(1307746304,'ua'),(1307750400,'it'),(1307754496,'uk'),(1307758592,'sm'),(1307762688,'pl'),(1307766784,'uk'),(1307770880,'ru'),(1307774976,'rs'),(1307779072,'dk'),(1307787264,'mt'),(1307791360,'kz'),(1307795456,'ru'),(1307803648,'dk'),(1307807744,'se'),(1307811840,'nl'),(1307815936,'eu'),(1307820032,'es'),(1307824128,'hu'),(1307828224,'nl'),(1307832320,'ru'),(1307836416,'se'),(1307840512,'ru'),(1307844608,'ua'),(1307848704,'ch'),(1307852800,'ru'),(1307856896,'it'),(1307860992,'de'),(1307865088,'az'),(1307869184,'uk'),(1307873280,'tj'),(1307877376,'ru'),(1307881472,'it'),(1307885568,'dk'),(1307889664,'ru'),(1307893760,'se'),(1307897856,'at'),(1307901952,'jo'),(1307906048,'ch'),(1307910144,'de'),(1307914240,'nl'),(1307918336,'uk'),(1307922432,'nl'),(1307926528,'kz'),(1307930624,'ru'),(1307934720,'fr'),(1307938816,'tr'),(1307942912,'ru'),(1307947008,'ch'),(1307951104,'ru'),(1307959296,'ir'),(1307963392,'pl'),(1307967488,'it'),(1307971584,'uk'),(1307983872,'lb'),(1307987968,'fr'),(1307992064,'ru'),(1307996160,'de'),(1308000256,'ch'),(1308004352,'ru'),(1308008448,'uk'),(1308012544,'es'),(1308016640,'fi'),(1308020736,'bg'),(1308024832,'ru'),(1308033024,'de'),(1308037120,'ua'),(1308041216,'ru'),(1308049408,'dk'),(1308053504,'ru'),(1308057600,'gr'),(1308061696,'ru'),(1308069888,'no'),(1308073984,'ru'),(1308078080,'nl'),(1308080128,'ru'),(1308082176,'uk'),(1308084224,'rs'),(1308086272,'ru'),(1308088320,'ua'),(1308090368,'sk'),(1308092416,'ru'),(1308094464,'kw'),(1308096512,'rs'),(1308098560,'nl'),(1308360704,'pl'),(1308622848,'hr'),(1308884992,'it'),(1309147136,'pl'),(1309409280,'it'),(1309671424,'ie'),(1309933568,'be'),(1310195712,'ru'),(1310197760,'cz'),(1310199808,'ie'),(1310201856,'ru'),(1310203904,'be'),(1310205952,'ru'),(1310208000,'md'),(1310210048,'ru'),(1310212096,'hu'),(1310214144,'ua'),(1310216192,'it'),(1310218240,'no'),(1310220288,'nl'),(1310222336,'rs'),(1310224384,'uk'),(1310226432,'be'),(1310228480,'fr'),(1310230528,'es'),(1310232576,'no'),(1310234624,'ru'),(1310236672,'pl'),(1310238720,'be'),(1310240768,'ru'),(1310242816,'hu'),(1310244864,'ee'),(1310246912,'ch'),(1310248960,'im'),(1310251008,'lu'),(1310253056,'ru'),(1310255104,'cz'),(1310257152,'fr'),(1310261248,'ua'),(1310277632,'ru'),(1310310400,'uk'),(1310326784,'no'),(1310343168,'it'),(1310359552,'ua'),(1310392320,'nl'),(1310408704,'fi'),(1310425088,'ua'),(1310457856,'pl'),(1310474240,'ee'),(1310490624,'ba'),(1310507008,'lv'),(1310523392,'ru'),(1310556160,'pt'),(1310572544,'be'),(1310588928,'ru'),(1310605312,'pl'),(1310621696,'rs'),(1310638080,'ua'),(1310654464,'ru'),(1310656512,'uk'),(1310658560,'ru'),(1310660608,'cz'),(1310662656,'dk'),(1310664704,'fr'),(1310666752,'nl'),(1310668800,'ro'),(1310670848,'de'),(1310672896,'ua'),(1310674944,'no'),(1310676992,'pl'),(1310679040,'ru'),(1310681088,'uk'),(1310683136,'nl'),(1310685184,'pl'),(1310687232,'ro'),(1310689280,'pl'),(1310695424,'ro'),(1310697472,'de'),(1310699520,'ua'),(1310707712,'ru'),(1310711808,'lt'),(1310713856,'ua'),(1310715904,'ru'),(1310717952,'ua'),(1310720000,'uk'),(1310851072,'de'),(1310982144,'ru'),(1311113216,'ir'),(1311244288,'mk'),(1311246336,'it'),(1311248384,'uk'),(1311250432,'ru'),(1311252480,'uk'),(1311254528,'se'),(1311256576,'fr'),(1311258624,'uk'),(1311262720,'ch'),(1311264768,'ru'),(1311266816,'fr'),(1311268864,'be'),(1311270912,'ru'),(1311272960,'uk'),(1311275008,'fr'),(1311277056,'it'),(1311279104,'bg'),(1311281152,'uk'),(1311285248,'it'),(1311289344,'lb'),(1311291392,'ru'),(1311293440,'nl'),(1311295488,'it'),(1311297536,'at'),(1311299584,'ru'),(1311301632,'tr'),(1311303680,'uk'),(1311307776,'is'),(1311309824,'gg'),(1311311872,'cz'),(1311315968,'pl'),(1311318016,'ru'),(1311320064,'fr'),(1311322112,'it'),(1311324160,'lb'),(1311326208,'be'),(1311328256,'nl'),(1311330304,'de'),(1311332352,'ru'),(1311338496,'at'),(1311340544,'no'),(1311342592,'fr'),(1311344640,'no'),(1311346688,'at'),(1311348736,'im'),(1311350784,'fr'),(1311352832,'sk'),(1311354880,'ru'),(1311356928,'fr'),(1311358976,'ru'),(1311361024,'nl'),(1311363072,'uk'),(1311365120,'de'),(1311369216,'fr'),(1311371264,'se'),(1311373312,'fr'),(1311375360,'de'),(1311506432,'cz'),(1311637504,'de'),(1312292864,'lt'),(1312817152,'se'),(1313865728,'cz'),(1313931264,'ru'),(1313996800,'se'),(1314062336,'bg'),(1314127872,'lv'),(1314193408,'ru'),(1314258944,'uk'),(1314324480,'cy'),(1314390016,'pl'),(1314455552,'kw'),(1314521088,'bg'),(1314586624,'no'),(1314652160,'hu'),(1314717696,'sa'),(1314783232,'de'),(1314848768,'ro'),(1315045376,'sk'),(1315176448,'qa'),(1315307520,'cz'),(1315438592,'at'),(1315504128,'uk'),(1315569664,'ru'),(1315700736,'se'),(1315704832,'hu'),(1315708928,'gr'),(1315713024,'se'),(1315717120,'ru'),(1315725312,'cz'),(1315729408,'eu'),(1315733504,'nl'),(1315737600,'cz'),(1315741696,'lb'),(1315745792,'cz'),(1315749888,'ru'),(1315753984,'kz'),(1315758080,'fr'),(1315762176,'bg'),(1315766272,'nl'),(1315770368,'ua'),(1315774464,'ru'),(1315782656,'am'),(1315786752,'fr'),(1315790848,'rs'),(1315794944,'ru'),(1315803136,'kz'),(1315807232,'uk'),(1315815424,'ir'),(1315819520,'dk'),(1315823616,'iq'),(1315827712,'ru'),(1315831808,'sa'),(1315835904,'mt'),(1315840000,'ee'),(1315844096,'ru'),(1315848192,'bh'),(1315852288,'se'),(1315856384,'sy'),(1315860480,'ir'),(1315864576,'ch'),(1315868672,'ru'),(1315872768,'uk'),(1315876864,'it'),(1315880960,'be'),(1315885056,'cz'),(1315889152,'de'),(1315893248,'ru'),(1315897344,'ir'),(1315901440,'ua'),(1315905536,'si'),(1315909632,'az'),(1315913728,'de'),(1315917824,'ru'),(1315921920,'tr'),(1315926016,'cz'),(1315930112,'de'),(1315934208,'ru'),(1315938304,'dk'),(1315942400,'ua'),(1315946496,'uk'),(1315950592,'ua'),(1315954688,'de'),(1315958784,'ru'),(1315962880,'fr'),(1317011456,'bg'),(1317044224,'cz'),(1317076992,'be'),(1317109760,'uk'),(1317142528,'pt'),(1317175296,'bg'),(1317208064,'hu'),(1317240832,'pl'),(1317273600,'at'),(1317306368,'ru'),(1317339136,'mt'),(1317371904,'pl'),(1317404672,'it'),(1317437440,'hr'),(1317470208,'tr'),(1317502976,'ie'),(1317535744,'uk'),(1317552128,'es'),(1317568512,'cz'),(1317584896,'ru'),(1317601280,'ua'),(1317617664,'ru'),(1317634048,'ie'),(1317650432,'ru'),(1317666816,'uk'),(1317683200,'de'),(1317699584,'ru'),(1317715968,'sa'),(1317732352,'hu'),(1317748736,'ru'),(1317765120,'ge'),(1317781504,'ru'),(1317814272,'de'),(1317830656,'nl'),(1317847040,'ru'),(1317863424,'uk'),(1317879808,'sk'),(1317896192,'lu'),(1317912576,'es'),(1317928960,'bg'),(1317945344,'at'),(1317978112,'ru'),(1317994496,'de'),(1318010880,'dk'),(1318027264,'ie'),(1318043648,'uk'),(1318584320,'pl'),(1318592512,'nl'),(1318600704,'at'),(1318608896,'it'),(1318617088,'fr'),(1318625280,'ua'),(1318633472,'ie'),(1318649856,'ru'),(1318658048,'si'),(1318666240,'de'),(1318674432,'hu'),(1318682624,'ru'),(1318690816,'dk'),(1318699008,'ie'),(1318707200,'fr'),(1318715392,'bg'),(1318723584,'ir'),(1318731776,'pl'),(1318739968,'uk'),(1318748160,'lv'),(1318756352,'ua'),(1318764544,'kw'),(1318780928,'ch'),(1318789120,'me'),(1318797312,'sy'),(1318805504,'pl'),(1318813696,'fr'),(1318821888,'ru'),(1318838272,'uk'),(1318846464,'no'),(1318854656,'cz'),(1318862848,'uk'),(1318871040,'dk'),(1318879232,'cz'),(1318887424,'pl'),(1318895616,'se'),(1318903808,'ru'),(1318912000,'mk'),(1318920192,'ir'),(1318928384,'lt'),(1318936576,'dk'),(1318944768,'cz'),(1318961152,'nl'),(1318969344,'ru'),(1318977536,'lt'),(1318985728,'uk'),(1319002112,'ie'),(1319010304,'cy'),(1319018496,'ir'),(1319026688,'ru'),(1319034880,'no'),(1319043072,'fr'),(1319051264,'ua'),(1319059456,'pl'),(1319067648,'de'),(1319075840,'bg'),(1319084032,'kw'),(1319092224,'it'),(1319100416,'ru'),(1319108608,'tr'),(1321205760,'fr'),(1325400064,'it'),(1329594368,'uk'),(1330642944,'fr'),(1331691520,'pl'),(1331757056,'ie'),(1331822592,'it'),(1331824640,'ru'),(1331826688,'fr'),(1331828736,'lt'),(1331830784,'uk'),(1331832832,'it'),(1331834880,'by'),(1331836928,'fr'),(1331838976,'gr'),(1331841024,'cz'),(1331843072,'uk'),(1331845120,'ru'),(1331847168,'fr'),(1331849216,'ru'),(1331851264,'al'),(1331853312,'ae'),(1331855360,'tr'),(1331857408,'ru'),(1331859456,'pl'),(1331861504,'cz'),(1331863552,'uk'),(1331865600,'nl'),(1331869696,'sa'),(1331871744,'dk'),(1331873792,'ru'),(1331879936,'de'),(1331881984,'uk'),(1331886080,'es'),(1331888128,'se'),(1331890176,'it'),(1331892224,'ru'),(1331894272,'nl'),(1331896320,'fr'),(1331898368,'uk'),(1331900416,'ru'),(1331902464,'mk'),(1331904512,'uk'),(1331908608,'de'),(1331910656,'bh'),(1331912704,'de'),(1331914752,'ru'),(1331916800,'it'),(1331918848,'be'),(1331920896,'nl'),(1331922944,'de'),(1331924992,'uk'),(1331927040,'fi'),(1331929088,'fr'),(1331931136,'se'),(1331933184,'tr'),(1331937280,'uk'),(1331939328,'be'),(1331941376,'es'),(1331943424,'ru'),(1331945472,'se'),(1331947520,'ch'),(1331949568,'ru'),(1331951616,'jo'),(1331953664,'bg'),(1332019200,'rs'),(1332084736,'se'),(1332150272,'gr'),(1332215808,'ru'),(1332346880,'al'),(1332412416,'gr'),(1332477952,'es'),(1332609024,'pl'),(1332613120,'ua'),(1332629504,'de'),(1332633600,'ua'),(1332637696,'bg'),(1332641792,'ua'),(1332658176,'pl'),(1332662272,'ua'),(1332670464,'ru'),(1332740096,'ro'),(1333264384,'ru'),(1333297152,'hu'),(1333362688,'uk'),(1333395456,'hu'),(1333428224,'ru'),(1333460992,'uk'),(1333493760,'tr'),(1333526528,'bg'),(1333559296,'ua'),(1333592064,'ie'),(1333624832,'mk'),(1333657600,'ru'),(1333690368,'mk'),(1333723136,'ir'),(1333755904,'cz'),(1333788672,'gr'),(1334050816,'bg'),(1334059008,'fr'),(1334067200,'lv'),(1334075392,'ru'),(1334083584,'de'),(1334091776,'lt'),(1334099968,'ir'),(1334108160,'be'),(1334116352,'fi'),(1334124544,'de'),(1334132736,'ru'),(1334165504,'pl'),(1334173696,'lt'),(1334181888,'ru'),(1334206464,'fi'),(1334214656,'jo'),(1334222848,'bg'),(1334231040,'ee'),(1334239232,'is'),(1334247424,'no'),(1334255616,'it'),(1334263808,'ru'),(1334272000,'uk'),(1334280192,'lv'),(1334288384,'pl'),(1334296576,'ua'),(1334304768,'ru'),(1334312960,'se'),(1334345728,'ru'),(1334378496,'it'),(1334411264,'ru'),(1334444032,'se'),(1334509568,'pl'),(1334542336,'ru'),(1334575104,'ua'),(1334579200,'ru'),(1334583296,'de'),(1334591488,'ru'),(1334595584,'it'),(1334599680,'ru'),(1334603776,'de'),(1334607872,'ie'),(1334611968,'me'),(1334616064,'md'),(1334620160,'de'),(1334624256,'uk'),(1334628352,'ie'),(1334632448,'kz'),(1334636544,'ru'),(1334640640,'fr'),(1334644736,'lu'),(1334648832,'uk'),(1334652928,'ru'),(1334661120,'ch'),(1334665216,'no'),(1334669312,'mk'),(1334673408,'uk'),(1334677504,'fi'),(1334681600,'de'),(1334685696,'it'),(1334689792,'fr'),(1334693888,'ru'),(1334702080,'cz'),(1334706176,'ba'),(1334710272,'ru'),(1334714368,'de'),(1334718464,'kz'),(1334722560,'bz'),(1334726656,'ru'),(1334734848,'lt'),(1334738944,'ch'),(1334747136,'ru'),(1334751232,'bh'),(1334755328,'ua'),(1334759424,'se'),(1334763520,'dk'),(1334767616,'se'),(1334771712,'ru'),(1334779904,'ua'),(1334784000,'at'),(1334788096,'ru'),(1334796288,'me'),(1334800384,'it'),(1334804480,'fr'),(1334808576,'uk'),(1334812672,'ba'),(1334816768,'de'),(1334820864,'ie'),(1334824960,'nl'),(1334829056,'ru'),(1334833152,'fr'),(1334837248,'es'),(1335885824,'no'),(1336016896,'pl'),(1336147968,'ru'),(1336279040,'gr'),(1336410112,'pt'),(1336541184,'sa'),(1336543232,'es'),(1336545280,'se'),(1336547328,'ru'),(1336549376,'im'),(1336551424,'uk'),(1336553472,'sa'),(1336555520,'be'),(1336557568,'es'),(1336559616,'uk'),(1336561664,'no'),(1336563712,'nl'),(1336567808,'by'),(1336569856,'fr'),(1336571904,'pl'),(1336573952,'dk'),(1336576000,'ru'),(1336578048,'ir'),(1336580096,'ru'),(1336584192,'tr'),(1336586240,'uk'),(1336588288,'tj'),(1336590336,'uk'),(1336592384,'am'),(1336594432,'at'),(1336596480,'fr'),(1336598528,'md'),(1336600576,'fr'),(1336602624,'ie'),(1336604672,'cz'),(1336606720,'pl'),(1336608768,'ru'),(1336610816,'tr'),(1336612864,'es'),(1336614912,'uk'),(1336616960,'es'),(1336619008,'al'),(1336621056,'it'),(1336623104,'be'),(1336625152,'ie'),(1336627200,'no'),(1336629248,'de'),(1336631296,'is'),(1336633344,'es'),(1336635392,'ru'),(1336637440,'ua'),(1336639488,'hu'),(1336643584,'dk'),(1336645632,'uk'),(1336647680,'it'),(1336649728,'ru'),(1336651776,'de'),(1336653824,'cz'),(1336655872,'nl'),(1336657920,'de'),(1336659968,'ru'),(1336662016,'es'),(1336664064,'fi'),(1336668160,'bh'),(1336670208,'se'),(1336672256,'ru'),(1336705024,'sa'),(1336721408,'hu'),(1336737792,'pl'),(1336754176,'ru'),(1336770560,'uk'),(1336786944,'jo'),(1336803328,'ua'),(1336811520,'cz'),(1336819712,'ru'),(1336827904,'at'),(1336836096,'ru'),(1336852480,'fr'),(1336868864,'ru'),(1336885248,'rs'),(1336901632,'ir'),(1336918016,'pl'),(1336934400,'il'),(1337458688,'pl'),(1337982976,'de'),(1342177280,'uk'),(1342701568,'fr'),(1343225856,'it'),(1343750144,'es'),(1344798720,'uk'),(1345323008,'pl'),(1345847296,'nl'),(1345978368,'es'),(1346109440,'nl'),(1346240512,'dk'),(1346371584,'fi'),(1346375680,'ru'),(1346379776,'es'),(1346383872,'uk'),(1346387968,'hu'),(1346392064,'ua'),(1346396160,'ru'),(1346400256,'it'),(1346404352,'at'),(1346408448,'lu'),(1346412544,'ru'),(1346416640,'de'),(1346420736,'no'),(1346424832,'jo'),(1346428928,'fr'),(1346433024,'nl'),(1346437120,'eu'),(1346441216,'ru'),(1346445312,'de'),(1346449408,'no'),(1346453504,'ba'),(1346461696,'nl'),(1346469888,'be'),(1346473984,'it'),(1346478080,'ba'),(1346482176,'cz'),(1346486272,'se'),(1346490368,'uk'),(1346494464,'fr'),(1346498560,'uk'),(1346502656,'de'),(1346510848,'at'),(1346519040,'ru'),(1346527232,'de'),(1346531328,'es'),(1346535424,'be'),(1346539520,'ru'),(1346543616,'fi'),(1346547712,'ir'),(1346551808,'de'),(1346555904,'it'),(1346560000,'li'),(1346564096,'ee'),(1346568192,'se'),(1346572288,'de'),(1346576384,'dk'),(1346580480,'ru'),(1346584576,'eu'),(1346592768,'es'),(1346596864,'it'),(1346605056,'ch'),(1346609152,'fr'),(1346617344,'se'),(1346621440,'ru'),(1346625536,'de'),(1346629632,'ru'),(1346637824,'uk'),(1346650112,'ru'),(1346654208,'uk'),(1346658304,'se'),(1346666496,'es'),(1346670592,'it'),(1346674688,'de'),(1346678784,'it'),(1346686976,'uk'),(1346691072,'pl'),(1346695168,'ru'),(1346699264,'uk'),(1346707456,'de'),(1346711552,'az'),(1346715648,'nl'),(1346723840,'de'),(1346732032,'uk'),(1346736128,'ru'),(1346740224,'fi'),(1346744320,'ru'),(1346748416,'de'),(1346752512,'fr'),(1346756608,'se'),(1346760704,'ir'),(1346764800,'dk'),(1346768896,'lv'),(1346772992,'fr'),(1346777088,'uk'),(1346781184,'ua'),(1346789376,'ru'),(1346793472,'it'),(1346797568,'il'),(1346801664,'se'),(1346805760,'uk'),(1346809856,'de'),(1346818048,'fr'),(1346822144,'ru'),(1346826240,'rs'),(1346830336,'uk'),(1346838528,'ru'),(1346842624,'mt'),(1346846720,'dk'),(1346854912,'mt'),(1346859008,'ir'),(1346867200,'ba'),(1346871296,'ru'),(1346879488,'fi'),(1346883584,'ru'),(1346887680,'it'),(1346891776,'ru'),(1346895872,'se'),(1346899968,'ru'),(1346904064,'pl'),(1346908160,'li'),(1346912256,'bg'),(1346924544,'ru'),(1346928640,'de'),(1346932736,'dk'),(1346936832,'it'),(1346940928,'de'),(1346945024,'pl'),(1346949120,'ru'),(1346957312,'de'),(1346961408,'ua'),(1346965504,'ru'),(1346969600,'de'),(1346973696,'se'),(1346977792,'ru'),(1346985984,'de'),(1346994176,'nl'),(1346998272,'es'),(1347002368,'ru'),(1347006464,'se'),(1347010560,'ru'),(1347014656,'uk'),(1347018752,'it'),(1347022848,'at'),(1347026944,'uk'),(1347035136,'cz'),(1347039232,'ro'),(1347043328,'fr'),(1347047424,'sa'),(1347051520,'il'),(1347059712,'ch'),(1347067904,'rs'),(1347072000,'it'),(1347076096,'fi'),(1347084288,'uk'),(1347092480,'ir'),(1347096576,'se'),(1347100672,'at'),(1347108864,'uk'),(1347112960,'ru'),(1347117056,'fi'),(1347121152,'ch'),(1347125248,'ru'),(1347129344,'uk'),(1347141632,'ch'),(1347145728,'ie'),(1347149824,'hu'),(1347153920,'at'),(1347158016,'ch'),(1347162112,'it'),(1347166208,'gr'),(1347174400,'it'),(1347186688,'uk'),(1347190784,'ru'),(1347194880,'se'),(1347198976,'qa'),(1347203072,'ru'),(1347207168,'uk'),(1347215360,'ru'),(1347219456,'kw'),(1347223552,'uk'),(1347227648,'de'),(1347231744,'ua'),(1347235840,'ge'),(1347239936,'dk'),(1347244032,'uk'),(1347248128,'se'),(1347252224,'hu'),(1347256320,'fo'),(1347260416,'mk'),(1347264512,'ru'),(1347268608,'iq'),(1347272704,'mt'),(1347276800,'de'),(1347280896,'fr'),(1347284992,'uk'),(1347289088,'fr'),(1347293184,'se'),(1347297280,'ua'),(1347305472,'al'),(1347309568,'de'),(1347313664,'ru'),(1347321856,'kw'),(1347325952,'cz'),(1347330048,'de'),(1347338240,'ru'),(1347342336,'se'),(1347346432,'bg'),(1347350528,'ru'),(1347358720,'cz'),(1347362816,'nl'),(1347366912,'it'),(1347371008,'ru'),(1347375104,'uk'),(1347379200,'nl'),(1347383296,'ee'),(1347387392,'uk'),(1347391488,'lb'),(1347395584,'se'),(1347399680,'ru'),(1347403776,'nl'),(1347407872,'uk'),(1347411968,'de'),(1347416064,'ru'),(1347420160,'dk'),(1347432448,'hr'),(1347436544,'se'),(1347440640,'es'),(1347444736,'ru'),(1347452928,'bg'),(1347461120,'rs'),(1347465216,'uk'),(1347469312,'ru'),(1347473408,'uz'),(1347477504,'ch'),(1347481600,'at'),(1347485696,'de'),(1347493888,'lv'),(1347502080,'uk'),(1347510272,'es'),(1347518464,'at'),(1347522560,'lb'),(1347526656,'fi'),(1347534848,'de'),(1347538944,'ru'),(1347543040,'sk'),(1347547136,'de'),(1347551232,'it'),(1347555328,'pl'),(1347559424,'ru'),(1347567616,'nl'),(1347571712,'ru'),(1347575808,'dk'),(1347579904,'uk'),(1347588096,'cz'),(1347592192,'ru'),(1347600384,'it'),(1347604480,'de'),(1347608576,'fr'),(1347612672,'uk'),(1347616768,'fi'),(1347620864,'lb'),(1347624960,'ch'),(1347633152,'cz'),(1347637248,'se'),(1347641344,'de'),(1347649536,'ge'),(1347653632,'uk'),(1347657728,'it'),(1347661824,'de'),(1347665920,'ru'),(1347670016,'se'),(1347674112,'ru'),(1347682304,'de'),(1347686400,'eu'),(1347690496,'se'),(1347694592,'uk'),(1347706880,'it'),(1347710976,'ru'),(1347715072,'es'),(1347723264,'uk'),(1347727360,'ua'),(1347731456,'de'),(1347739648,'nl'),(1347747840,'de'),(1347751936,'cy'),(1347756032,'nl'),(1347760128,'hu'),(1347764224,'uk'),(1347772416,'mt'),(1347776512,'se'),(1347780608,'nl'),(1347784704,'ru'),(1347788800,'nl'),(1347792896,'ru'),(1347796992,'de'),(1347801088,'uk'),(1347805184,'pl'),(1347809280,'ru'),(1347813376,'de'),(1347817472,'it'),(1347821568,'uk'),(1347825664,'it'),(1347829760,'se'),(1347833856,'de'),(1347837952,'ro'),(1347846144,'no'),(1347850240,'it'),(1347854336,'eu'),(1347862528,'ch'),(1347866624,'no'),(1347870720,'am'),(1347874816,'sk'),(1347878912,'uk'),(1347887104,'pl'),(1347891200,'se'),(1347903488,'ru'),(1347907584,'de'),(1347911680,'uk'),(1347915776,'ru'),(1347919872,'de'),(1347923968,'cz'),(1347928064,'ru'),(1347932160,'sk'),(1347936256,'fr'),(1347940352,'ba'),(1347948544,'de'),(1347952640,'be'),(1347956736,'ru'),(1347960832,'de'),(1347964928,'it'),(1347969024,'se'),(1347977216,'dk'),(1347985408,'it'),(1347989504,'fi'),(1347993600,'uk'),(1348001792,'es'),(1348005888,'bh'),(1348009984,'ru'),(1348014080,'dk'),(1348018176,'no'),(1348026368,'de'),(1348030464,'uk'),(1348034560,'at'),(1348038656,'fr'),(1348042752,'ru'),(1348050944,'se'),(1348055040,'lb'),(1348059136,'ru'),(1348063232,'ch'),(1348067328,'nl'),(1348071424,'de'),(1348075520,'lv'),(1348083712,'lu'),(1348091904,'ru'),(1348096000,'al'),(1348100096,'de'),(1348104192,'ru'),(1348108288,'cz'),(1348112384,'de'),(1348116480,'jo'),(1348120576,'ru'),(1348124672,'uk'),(1348128768,'si'),(1348132864,'ua'),(1348136960,'ru'),(1348141056,'dk'),(1348145152,'ru'),(1348149248,'no'),(1348153344,'it'),(1348157440,'eu'),(1348165632,'de'),(1348169728,'al'),(1348173824,'dk'),(1348177920,'be'),(1348182016,'ua'),(1348190208,'ru'),(1348194304,'gr'),(1348198400,'no'),(1348202496,'eu'),(1348206592,'ru'),(1348218880,'de'),(1348222976,'lu'),(1348231168,'ru'),(1348235264,'at'),(1348239360,'se'),(1348243456,'uk'),(1348247552,'ru'),(1348251648,'ge'),(1348255744,'ru'),(1348263936,'ua'),(1348268032,'cz'),(1348272128,'ie'),(1348280320,'at'),(1348284416,'ru'),(1348288512,'it'),(1348292608,'fr'),(1348296704,'ru'),(1348300800,'ua'),(1348304896,'it'),(1348308992,'mt'),(1348313088,'uk'),(1348317184,'ru'),(1348321280,'uk'),(1348325376,'tr'),(1348329472,'rs'),(1348337664,'es'),(1348341760,'pl'),(1348345856,'uk'),(1348349952,'sk'),(1348354048,'nl'),(1348358144,'de'),(1348362240,'mc'),(1348366336,'it'),(1348370432,'de'),(1348374528,'ch'),(1348378624,'by'),(1348382720,'fr'),(1348386816,'uk'),(1348390912,'se'),(1348395008,'by'),(1348399104,'md'),(1348407296,'bg'),(1348411392,'ru'),(1348415488,'uk'),(1348419584,'hu'),(1348427776,'cz'),(1348435968,'fi'),(1348440064,'de'),(1348444160,'nl'),(1348448256,'uk'),(1348456448,'bh'),(1348460544,'si'),(1348464640,'cz'),(1348468736,'ro'),(1348599808,'hu'),(1348730880,'nl'),(1348861952,'es'),(1348993024,'it'),(1349124096,'gr'),(1349255168,'at'),(1349517312,'nl'),(1349763072,'ru'),(1349771264,'nl'),(1349779456,'it'),(1349910528,'fr'),(1350041600,'at'),(1350303744,'fr'),(1350434816,'nl'),(1350565888,'de'),(1352663040,'dk'),(1353187328,'uk'),(1353318400,'se'),(1353383936,'de'),(1353449472,'pt'),(1353515008,'es'),(1353646080,'uk'),(1353842688,'il'),(1353973760,'it'),(1354235904,'kw'),(1354301440,'fr'),(1354366976,'fi'),(1354432512,'de'),(1354498048,'cz'),(1354563584,'uk'),(1354629120,'de'),(1354694656,'ir'),(1354760192,'uk'),(1355022336,'dk'),(1355284480,'be'),(1355415552,'no'),(1355546624,'it'),(1355808768,'dk'),(1356070912,'no'),(1356201984,'fr'),(1356333056,'se'),(1356464128,'ch'),(1356595200,'fi'),(1356857344,'es'),(1356922880,'uk'),(1356988416,'de'),(1357053952,'ae'),(1357119488,'de'),(1357185024,'uk'),(1357250560,'il'),(1357316096,'eu'),(1357381632,'no'),(1357414400,'lv'),(1357447168,'ie'),(1357479936,'lv'),(1357512704,'ru'),(1357545472,'uk'),(1357578240,'ee'),(1357611008,'uk'),(1357643776,'fr'),(1357676544,'be'),(1357709312,'ru'),(1357742080,'de'),(1357774848,'uk'),(1357791232,'pl'),(1357807616,'ch'),(1357840384,'no'),(1357873152,'eu'),(1357905920,'lt'),(1357910016,'gr'),(1357914112,'ru'),(1357922304,'sa'),(1357926400,'uk'),(1357930496,'ru'),(1357942784,'rs'),(1357946880,'pl'),(1357959168,'ru'),(1357963264,'at'),(1357967360,'ru'),(1357971456,'kz'),(1357975552,'at'),(1357979648,'kz'),(1357983744,'ru'),(1357987840,'uk'),(1357991936,'no'),(1357996032,'ch'),(1358000128,'li'),(1358004224,'pl'),(1358008320,'bh'),(1358012416,'it'),(1358016512,'ge'),(1358020608,'de'),(1358024704,'ee'),(1358028800,'it'),(1358032896,'ge'),(1358036992,'ir'),(1358041088,'fi'),(1358045184,'sk'),(1358049280,'ru'),(1358061568,'ua'),(1358065664,'ba'),(1358069760,'de'),(1358086144,'ch'),(1358090240,'kz'),(1358094336,'nl'),(1358102528,'ru'),(1358106624,'lt'),(1358110720,'de'),(1358118912,'ru'),(1358123008,'pt'),(1358127104,'cz'),(1358131200,'dk'),(1358135296,'ru'),(1358139392,'ua'),(1358143488,'at'),(1358147584,'uk'),(1358151680,'de'),(1358155776,'ch'),(1358159872,'es'),(1358163968,'fr'),(1358168064,'uk'),(1358172160,'gr'),(1358176256,'ru'),(1358180352,'es'),(1358184448,'se'),(1358192640,'hu'),(1358196736,'it'),(1358200832,'pl'),(1358209024,'il'),(1358213120,'uk'),(1358217216,'se'),(1358221312,'de'),(1358225408,'ru'),(1358229504,'de'),(1358233600,'es'),(1358237696,'fr'),(1358241792,'eu'),(1358249984,'de'),(1358254080,'md'),(1358262272,'ua'),(1358266368,'de'),(1358274560,'gr'),(1358278656,'pl'),(1358282752,'at'),(1358286848,'mt'),(1358290944,'se'),(1358295040,'ru'),(1358303232,'ru'),(1358307328,'de'),(1358315520,'ru'),(1358323712,'lu'),(1358327808,'de'),(1358331904,'il'),(1358336000,'fi'),(1358344192,'nl'),(1358352384,'ru'),(1358356480,'si'),(1358360576,'ru'),(1358364672,'uk'),(1358372864,'ru'),(1358376960,'uk'),(1358381056,'it'),(1358385152,'uk'),(1358389248,'ru'),(1358397440,'nl'),(1358409728,'ru'),(1358413824,'nl'),(1358422016,'fr'),(1358426112,'fi'),(1358434304,'is'),(1358438400,'nl'),(1358442496,'ru'),(1358450688,'ru'),(1358454784,'fi'),(1358462976,'se'),(1358467072,'ru'),(1358471168,'fi'),(1358475264,'uk'),(1358479360,'li'),(1358483456,'fr'),(1358487552,'se'),(1358491648,'fi'),(1358495744,'pl'),(1358499840,'kz'),(1358503936,'it'),(1358508032,'uk'),(1358516224,'by'),(1358520320,'uk'),(1358524416,'de'),(1358528512,'ru'),(1358536704,'hu'),(1358540800,'ru'),(1358548992,'jo'),(1358553088,'ua'),(1358557184,'ie'),(1358561280,'cz'),(1358573568,'lv'),(1358577664,'ru'),(1358585856,'uk'),(1358589952,'ee'),(1358594048,'de'),(1358598144,'il'),(1358602240,'ru'),(1358622720,'sk'),(1358626816,'uk'),(1358635008,'tr'),(1358639104,'ru'),(1358643200,'es'),(1358647296,'de'),(1358651392,'fr'),(1358655488,'ru'),(1358667776,'uk'),(1358675968,'se'),(1358680064,'ru'),(1358688256,'cz'),(1358692352,'pl'),(1358696448,'ru'),(1358700544,'at'),(1358704640,'hu'),(1358708736,'uk'),(1358716928,'de'),(1358721024,'uk'),(1358725120,'ru'),(1358733312,'se'),(1358741504,'it'),(1358745600,'se'),(1358749696,'it'),(1358753792,'ua'),(1358757888,'ru'),(1358766080,'it'),(1358770176,'bg'),(1358774272,'es'),(1358778368,'ch'),(1358782464,'uk'),(1358790656,'ir'),(1358798848,'hr'),(1358802944,'hu'),(1358811136,'de'),(1358815232,'ru'),(1358819328,'tr'),(1358823424,'ua'),(1358827520,'ru'),(1358831616,'no'),(1358835712,'ru'),(1358839808,'ch'),(1358843904,'mt'),(1358848000,'ru'),(1358856192,'de'),(1358860288,'uk'),(1358864384,'ch'),(1358872576,'it'),(1358876672,'lv'),(1358880768,'uk'),(1358884864,'se'),(1358888960,'de'),(1358893056,'ru'),(1358897152,'uk'),(1358905344,'ua'),(1358909440,'ru'),(1358913536,'ch'),(1358917632,'es'),(1358921728,'ru'),(1358929920,'lu'),(1358934016,'ru'),(1358938112,'uk'),(1358946304,'lv'),(1358950400,'nl'),(1358954496,'es'),(1358970880,'hu'),(1358987264,'no'),(1359003648,'cz'),(1359020032,'fr'),(1359036416,'uk'),(1359052800,'se'),(1359069184,'ru'),(1359101952,'uk'),(1359118336,'eu'),(1359134720,'cz'),(1359151104,'de'),(1359167488,'uk'),(1359183872,'ru'),(1359200256,'at'),(1359233024,'nl'),(1359249408,'cy'),(1359265792,'ru'),(1359282176,'il'),(1359298560,'ru'),(1359314944,'uk'),(1359331328,'at'),(1359347712,'ch'),(1359364096,'tr'),(1359380480,'pl'),(1359396864,'uk'),(1359413248,'de'),(1359429632,'lt'),(1359446016,'dk'),(1359462400,'de'),(1359470592,'ch'),(1359478784,'tr'),(1359511552,'se'),(1359544320,'ru'),(1359577088,'es'),(1359642624,'at'),(1359675392,'de'),(1359708160,'be'),(1359740928,'ir'),(1359773696,'ro'),(1359806464,'ru'),(1359839232,'ch'),(1359872000,'fr'),(1359904768,'de'),(1359937536,'is'),(1359970304,'pl'),(1360003072,'am'),(1360007168,'uk'),(1360011264,'at'),(1360015360,'de'),(1360019456,'fi'),(1360023552,'ru'),(1360027648,'at'),(1360031744,'ru'),(1360039936,'at'),(1360044032,'se'),(1360048128,'de'),(1360052224,'hu'),(1360056320,'sa'),(1360060416,'lt'),(1360064512,'ge'),(1360068608,'ru'),(1360076800,'nl'),(1360084992,'uk'),(1360089088,'az'),(1360093184,'de'),(1360101376,'ua'),(1360105472,'ru'),(1360109568,'kz'),(1360113664,'hu'),(1360117760,'fi'),(1360121856,'de'),(1360125952,'si'),(1360130048,'ie'),(1360134144,'nl'),(1360138240,'ch'),(1360142336,'kz'),(1360146432,'rs'),(1360150528,'ro'),(1360158720,'de'),(1360162816,'ru'),(1360175104,'nl'),(1360179200,'fr'),(1360183296,'pl'),(1360191488,'fo'),(1360195584,'nl'),(1360199680,'cz'),(1360203776,'fr'),(1360207872,'cz'),(1360211968,'uk'),(1360216064,'ru'),(1360224256,'eu'),(1360228352,'fi'),(1360232448,'ru'),(1360236544,'at'),(1360240640,'es'),(1360244736,'uk'),(1360248832,'dk'),(1360252928,'uk'),(1360257024,'dk'),(1360265216,'uk'),(1360269312,'kg'),(1360273408,'uk'),(1360281600,'eu'),(1360285696,'de'),(1360289792,'ru'),(1360293888,'de'),(1360302080,'ee'),(1360306176,'ru'),(1360310272,'uk'),(1360314368,'ru'),(1360318464,'fr'),(1360322560,'fi'),(1360326656,'pt'),(1360330752,'ua'),(1360334848,'at'),(1360338944,'cy'),(1360343040,'sa'),(1360347136,'uk'),(1360351232,'az'),(1360359424,'at'),(1360363520,'it'),(1360367616,'ie'),(1360371712,'tr'),(1360375808,'nl'),(1360379904,'pl'),(1360384000,'se'),(1360388096,'ru'),(1360392192,'ee'),(1360396288,'ru'),(1360400384,'bh'),(1360404480,'uk'),(1360408576,'ru'),(1360420864,'tr'),(1360424960,'ru'),(1360429056,'ua'),(1360433152,'ro'),(1360437248,'fi'),(1360441344,'hu'),(1360445440,'ru'),(1360453632,'de'),(1360457728,'fi'),(1360461824,'ru'),(1360465920,'ua'),(1360470016,'fr'),(1360474112,'uk'),(1360478208,'ch'),(1360482304,'it'),(1360486400,'ru'),(1360494592,'dk'),(1360498688,'ru'),(1360515072,'uk'),(1360519168,'nl'),(1360531456,'ro'),(1360535552,'de'),(1360539648,'nl'),(1360543744,'de'),(1360547840,'ru'),(1360551936,'nl'),(1360556032,'ru'),(1360564224,'at'),(1360568320,'es'),(1360576512,'uk'),(1360580608,'ua'),(1360584704,'it'),(1360588800,'uk'),(1360592896,'ru'),(1360596992,'cz'),(1360601088,'by'),(1360605184,'ru'),(1360613376,'se'),(1360617472,'it'),(1360621568,'es'),(1360625664,'lu'),(1360629760,'se'),(1360633856,'ru'),(1360637952,'fo'),(1360642048,'eu'),(1360646144,'at'),(1360650240,'ua'),(1360654336,'ee'),(1360658432,'pl'),(1360666624,'no'),(1360678912,'ru'),(1360683008,'uk'),(1360691200,'ru'),(1360699392,'de'),(1360703488,'ru'),(1360707584,'it'),(1360709632,'al'),(1360711680,'nl'),(1360715776,'se'),(1360728064,'fr'),(1360732160,'no'),(1360736256,'ru'),(1360740352,'uk'),(1360752640,'de'),(1360756736,'it'),(1360760832,'ru'),(1360764928,'de'),(1360769024,'it'),(1360773120,'cz'),(1360777216,'dk'),(1360781312,'de'),(1360785408,'ru'),(1360793600,'cz'),(1360797696,'ir'),(1360805888,'de'),(1360809984,'nl'),(1360814080,'fr'),(1360818176,'jo'),(1360822272,'at'),(1360826368,'uk'),(1360830464,'ru'),(1360838656,'fr'),(1360842752,'ru'),(1360846848,'de'),(1360850944,'it'),(1360855040,'nl'),(1360859136,'lt'),(1360863232,'no'),(1360867328,'uk'),(1360883712,'ru'),(1360887808,'fi'),(1360891904,'ch'),(1360896000,'qa'),(1360900096,'it'),(1360904192,'uk'),(1360912384,'it'),(1360916480,'ir'),(1360920576,'it'),(1360928768,'nl'),(1360932864,'ru'),(1360936960,'nl'),(1360941056,'by'),(1360945152,'de'),(1360949248,'ru'),(1360953344,'pl'),(1360957440,'de'),(1360961536,'ua'),(1360965632,'ru'),(1360977920,'cz'),(1360986112,'uk'),(1360994304,'cz'),(1360998400,'fi'),(1361002496,'uk'),(1361006592,'dk'),(1361010688,'uk'),(1361018880,'at'),(1361022976,'it'),(1361027072,'ir'),(1361035264,'nl'),(1361039360,'it'),(1361043456,'no'),(1361051648,'es'),(1362100224,'fr'),(1362755584,'nl'),(1362886656,'es'),(1363017728,'ch'),(1363148800,'fr'),(1363410944,'nl'),(1363673088,'it'),(1363935232,'eu'),(1364197376,'fr'),(1364262912,'it'),(1364328448,'be'),(1364459520,'pt'),(1364525056,'nl'),(1364590592,'uk'),(1364721664,'se'),(1364725760,'de'),(1364733952,'it'),(1364738048,'no'),(1364742144,'ru'),(1364746240,'fr'),(1364750336,'ru'),(1364754432,'sk'),(1364758528,'kz'),(1364762624,'uk'),(1364766720,'ch'),(1364770816,'kg'),(1364774912,'ru'),(1364779008,'it'),(1364787200,'ro'),(1364795392,'es'),(1364799488,'sk'),(1364803584,'ru'),(1364811776,'de'),(1364815872,'ru'),(1364819968,'uk'),(1364824064,'se'),(1364828160,'uk'),(1364832256,'ru'),(1364836352,'de'),(1364840448,'am'),(1364844544,'de'),(1364852736,'ru'),(1364856832,'iq'),(1364860928,'de'),(1364865024,'pt'),(1364869120,'fi'),(1364873216,'uk'),(1364877312,'es'),(1364881408,'ee'),(1364885504,'uk'),(1364889600,'ir'),(1364893696,'cz'),(1364897792,'si'),(1364901888,'de'),(1364905984,'ru'),(1364910080,'ua'),(1364914176,'cz'),(1364918272,'se'),(1364922368,'tr'),(1364926464,'ru'),(1364934656,'fr'),(1364938752,'cz'),(1364942848,'uk'),(1364946944,'tr'),(1364951040,'ir'),(1364959232,'de'),(1364963328,'ru'),(1364967424,'uk'),(1364971520,'cz'),(1364979712,'uk'),(1364983808,'de'),(1364992000,'it'),(1364996096,'gr'),(1365000192,'se'),(1365004288,'fr'),(1365008384,'ch'),(1365012480,'fr'),(1365016576,'es'),(1365020672,'cz'),(1365024768,'de'),(1365028864,'nl'),(1365032960,'pt'),(1365041152,'lu'),(1365045248,'at'),(1365049344,'fr'),(1365057536,'it'),(1365061632,'nl'),(1365065728,'ba'),(1365073920,'no'),(1365078016,'de'),(1365082112,'se'),(1365090304,'no'),(1365094400,'eu'),(1365098496,'hu'),(1365102592,'eu'),(1365106688,'uk'),(1365110784,'fr'),(1365114880,'ba'),(1365118976,'ru'),(1365127168,'at'),(1365131264,'se'),(1365139456,'ch'),(1365147648,'ru'),(1365155840,'se'),(1365159936,'hu'),(1365164032,'uk'),(1365172224,'lv'),(1365176320,'hu'),(1365180416,'de'),(1365184512,'ru'),(1365192704,'uk'),(1365196800,'es'),(1365200896,'lu'),(1365204992,'cz'),(1365209088,'be'),(1365213184,'ru'),(1365217280,'uk'),(1365221376,'ge'),(1365225472,'ua'),(1365229568,'pl'),(1365233664,'ru'),(1365237760,'uz'),(1365241856,'dk'),(1365245952,'uk'),(1366294528,'it'),(1367343104,'uk'),(1369440256,'de'),(1369473024,'hu'),(1369505792,'de'),(1369538560,'dk'),(1369554944,'pl'),(1369559040,'cz'),(1369563136,'pl'),(1369567232,'bg'),(1369702400,'be'),(1369833472,'no'),(1369964544,'uk'),(1369997312,'pl'),(1370030080,'be'),(1370062848,'de'),(1370095616,'uk'),(1370128384,'se'),(1370161152,'nl'),(1370193920,'uk'),(1370226688,'es'),(1370259456,'se'),(1370292224,'nl'),(1370324992,'de'),(1370357760,'it'),(1370390528,'uk'),(1370423296,'no'),(1370439680,'nl'),(1370456064,'fi'),(1370488832,'ru'),(1370619904,'uk'),(1370750976,'ro'),(1370882048,'hu'),(1371013120,'es'),(1371078656,'fr'),(1371144192,'gr'),(1371201536,'pl'),(1371205632,'se'),(1371209728,'uk'),(1371275264,'be'),(1371340800,'at'),(1371406336,'pl'),(1371471872,'no'),(1371602944,'pt'),(1371668480,'fr'),(1371734016,'ru'),(1371799552,'ro'),(1371865088,'fi'),(1371930624,'lv'),(1371996160,'il'),(1372061696,'ru'),(1372069888,'fr'),(1372073984,'cz'),(1372078080,'nl'),(1372082176,'ru'),(1372086272,'de'),(1372090368,'ru'),(1372094464,'it'),(1372098560,'ru'),(1372102656,'se'),(1372106752,'fr'),(1372110848,'de'),(1372114944,'ru'),(1372119040,'it'),(1372123136,'ru'),(1372127232,'it'),(1372131328,'ru'),(1372135424,'de'),(1372139520,'cz'),(1372143616,'ru'),(1372147712,'be'),(1372151808,'uk'),(1372164096,'de'),(1372168192,'uk'),(1372172288,'fr'),(1372176384,'ch'),(1372180480,'se'),(1372184576,'de'),(1372188672,'ru'),(1372192768,'es'),(1372323840,'nl'),(1372585984,'it'),(1372618752,'uk'),(1372651520,'fi'),(1372684288,'eu'),(1372717056,'pl'),(1372749824,'de'),(1372782592,'ru'),(1372815360,'se'),(1372848128,'tr'),(1373110272,'se'),(1373175808,'at'),(1373241344,'il'),(1373306880,'pl'),(1373372416,'fr'),(1373437952,'ch'),(1373503488,'ru'),(1373569024,'at'),(1373634560,'se'),(1374683136,'be'),(1375207424,'fr'),(1375731712,'uk'),(1378877440,'it'),(1379926016,'fr'),(1380188160,'uk'),(1380450304,'nl'),(1380712448,'ro'),(1380974592,'il'),(1381105664,'de'),(1381236736,'it'),(1381367808,'es'),(1381498880,'it'),(1381761024,'nl'),(1382023168,'se'),(1382039552,'de'),(1382055936,'fr'),(1382072320,'ru'),(1382088704,'fr'),(1382105088,'de'),(1382137856,'ru'),(1382154240,'fr'),(1382170624,'de'),(1382187008,'es'),(1382203392,'uk'),(1382205440,'de'),(1382213632,'uk'),(1382219776,'se'),(1382252544,'cz'),(1382268928,'ir'),(1382285312,'cz'),(1382301696,'se'),(1382318080,'ru'),(1382334464,'de'),(1382350848,'fr'),(1382367232,'bg'),(1382400000,'nl'),(1382416384,'pt'),(1382432768,'cy'),(1382449152,'il'),(1382465536,'ps'),(1382481920,'at'),(1382498304,'bg'),(1382514688,'dk'),(1382531072,'fi'),(1382547456,'it'),(1382809600,'uk'),(1383071744,'ru'),(1383088128,'is'),(1383096320,'eu'),(1383104512,'je'),(1383112704,'ge'),(1383120896,'uk'),(1383137280,'mc'),(1383145472,'cz'),(1383153664,'uk'),(1383161856,'de'),(1383170048,'uk'),(1383186432,'it'),(1383194624,'uk'),(1383202816,'ru'),(1383211008,'cy'),(1383219200,'rs'),(1383227392,'ru'),(1383243776,'ye'),(1383251968,'cz'),(1383260160,'ru'),(1383268352,'ir'),(1383276544,'kz'),(1383284736,'pl'),(1383292928,'de'),(1383301120,'se'),(1383309312,'it'),(1383317504,'se'),(1383321600,'ru'),(1383325696,'uk'),(1383333888,'ru'),(1383350272,'no'),(1383358464,'de'),(1383366656,'kw'),(1383374848,'es'),(1383383040,'cy'),(1383391232,'fi'),(1383399424,'li'),(1383407616,'no'),(1383415808,'ru'),(1383424000,'se'),(1383432192,'cz'),(1383440384,'ru'),(1383448576,'rs'),(1383456768,'ua'),(1383464960,'lv'),(1383473152,'de'),(1383481344,'uk'),(1383497728,'ru'),(1383505920,'sa'),(1383514112,'fi'),(1383522304,'bg'),(1383530496,'de'),(1383538688,'it'),(1383546880,'bg'),(1383555072,'sk'),(1383563264,'ru'),(1383571456,'de'),(1383579648,'it'),(1383587840,'sk'),(1383596032,'fr'),(1384153088,'fi'),(1384185856,'eu'),(1384251392,'fi'),(1384267776,'ch'),(1384284160,'es'),(1384316928,'ee'),(1384349696,'hu'),(1384382464,'hr'),(1384415232,'uk'),(1384480768,'fi'),(1384513536,'no'),(1384546304,'nl'),(1384579072,'de'),(1384611840,'lt'),(1384644608,'uk'),(1384660992,'ch'),(1384677376,'se'),(1384693760,'nl'),(1384710144,'ro'),(1384726528,'bg'),(1384742912,'ru'),(1384759296,'sy'),(1384775680,'ru'),(1384792064,'eu'),(1384808448,'fi'),(1384824832,'uk'),(1384841216,'pl'),(1384857600,'nl'),(1384873984,'pl'),(1384890368,'de'),(1384923136,'ru'),(1384939520,'lt'),(1384955904,'ru'),(1384972288,'de'),(1384988672,'fi'),(1385005056,'hu'),(1385021440,'ie'),(1385037824,'fr'),(1385054208,'cz'),(1385070592,'ru'),(1385086976,'uk'),(1385103360,'it'),(1385119744,'be'),(1385136128,'pl'),(1385152512,'dk'),(1385168896,'es'),(1385177088,'de'),(1385185280,'ru'),(1385193472,'es'),(1385201664,'cz'),(1385209856,'hu'),(1385218048,'ua'),(1385226240,'uk'),(1385234432,'de'),(1385242624,'uk'),(1385250816,'pl'),(1385259008,'it'),(1385267200,'se'),(1385275392,'it'),(1385283584,'kw'),(1385291776,'tr'),(1385299968,'bg'),(1385308160,'lu'),(1385316352,'no'),(1385324544,'be'),(1385332736,'uk'),(1385340928,'lb'),(1385349120,'ch'),(1385357312,'pl'),(1385365504,'uk'),(1385373696,'no'),(1385381888,'ru'),(1385398272,'bg'),(1385406464,'ee'),(1385414656,'sa'),(1385422848,'dk'),(1385431040,'ru'),(1385439232,'uk'),(1385447424,'is'),(1385455616,'qa'),(1385463808,'no'),(1385480192,'nl'),(1385488384,'uk'),(1385496576,'si'),(1385504768,'uk'),(1385512960,'de'),(1385521152,'at'),(1385529344,'ru'),(1385537536,'de'),(1385545728,'ru'),(1385553920,'de'),(1385562112,'eu'),(1385570304,'hu'),(1385578496,'tr'),(1385586688,'uk'),(1385594880,'nl'),(1385603072,'cz'),(1385611264,'at'),(1385619456,'de'),(1385627648,'fr'),(1385635840,'nl'),(1385652224,'ru'),(1385660416,'tr'),(1385668608,'nl'),(1385676800,'ru'),(1385684992,'uk'),(1385824256,'pt'),(1385955328,'nl'),(1386086400,'es'),(1386217472,'pl'),(1386283008,'nl'),(1386348544,'ru'),(1386414080,'uk'),(1386479616,'no'),(1386545152,'de'),(1386610688,'il'),(1386676224,'sa'),(1386741760,'nl'),(1387331584,'pl'),(1387397120,'om'),(1387462656,'ru'),(1387528192,'dk'),(1387593728,'fi'),(1387659264,'se'),(1387790336,'it'),(1388314624,'at'),(1388322816,'si'),(1388331008,'nl'),(1388339200,'uk'),(1388347392,'dk'),(1388363776,'de'),(1388371968,'ch'),(1388380160,'it'),(1388396544,'lv'),(1388404736,'ua'),(1388412928,'ru'),(1388421120,'se'),(1388429312,'hr'),(1388437504,'de'),(1388445696,'az'),(1388453888,'bh'),(1388462080,'es'),(1388470272,'de'),(1388478464,'at'),(1388486656,'ru'),(1388494848,'no'),(1388503040,'ru'),(1388519424,'nl'),(1388527616,'de'),(1388535808,'uk'),(1388544000,'ie'),(1388552192,'uk'),(1388560384,'fi'),(1388568576,'ch'),(1388576768,'fr'),(1388584960,'uk'),(1388593152,'ru'),(1388601344,'se'),(1388609536,'ru'),(1388617728,'se'),(1388625920,'no'),(1388634112,'uk'),(1388642304,'fi'),(1388650496,'pl'),(1388658688,'uk'),(1388675072,'eu'),(1388683264,'ch'),(1388691456,'nl'),(1388699648,'se'),(1388707840,'ru'),(1388716032,'es'),(1388724224,'de'),(1388732416,'es'),(1388740608,'ie'),(1388748800,'ru'),(1388756992,'de'),(1388765184,'uk'),(1388773376,'no'),(1388781568,'es'),(1388789760,'uk'),(1388797952,'ru'),(1388806144,'de'),(1388814336,'fi'),(1388822528,'bg'),(1388830720,'fi'),(1388838912,'ru'),(1388871680,'kz'),(1388904448,'nl'),(1388969984,'cz'),(1389002752,'ru'),(1389035520,'uk'),(1389068288,'fi'),(1389101056,'nl'),(1389133824,'ru'),(1389166592,'ps'),(1389199360,'sa'),(1389232128,'de'),(1389264896,'uk'),(1389297664,'ua'),(1389330432,'de'),(1389363200,'cz'),(1389379584,'ru'),(1389395968,'ro'),(1389412352,'rs'),(1389428736,'cz'),(1389445120,'ru'),(1389461504,'se'),(1389477888,'by'),(1389494272,'de'),(1389510656,'nl'),(1389527040,'pl'),(1389543424,'de'),(1389576192,'uk'),(1389592576,'cy'),(1389608960,'dk'),(1389625344,'de'),(1389641728,'jo'),(1389658112,'be'),(1389674496,'de'),(1389690880,'ps'),(1389707264,'it'),(1389723648,'es'),(1389756416,'se'),(1389772800,'si'),(1389789184,'pl'),(1389805568,'de'),(1389821952,'nl'),(1389838336,'uz'),(1389854720,'it'),(1389871104,'fi'),(1389887488,'fr'),(1389953024,'nl'),(1390018560,'at'),(1390084096,'uk'),(1390149632,'ch'),(1390215168,'is'),(1390280704,'tr'),(1390346240,'es'),(1390411776,'fr'),(1392508928,'pl'),(1394606080,'es'),(1396703232,'at'),(1396834304,'tr'),(1396899840,'uk'),(1396965376,'nl'),(1396973568,'ru'),(1396981760,'pl'),(1396989952,'fr'),(1396998144,'at'),(1397006336,'kw'),(1397014528,'ch'),(1397022720,'se'),(1397030912,'ru'),(1397039104,'cz'),(1397047296,'ru'),(1397063680,'uz'),(1397071872,'ru'),(1397096448,'ie'),(1397227520,'dk'),(1397489664,'ch'),(1397751808,'nl'),(1398276096,'dk'),(1398800384,'kw'),(1398833152,'nl'),(1398865920,'de'),(1398867968,'nl'),(1398870016,'pl'),(1398872064,'bg'),(1398874112,'uk'),(1398876160,'de'),(1398880256,'fr'),(1398882304,'bg'),(1398884352,'de'),(1398886400,'ch'),(1398888448,'eu'),(1398890496,'dk'),(1398892544,'ua'),(1398894592,'de'),(1398896640,'uk'),(1398898688,'es'),(1398931456,'uk'),(1398964224,'nl'),(1398996992,'lu'),(1399029760,'lv'),(1399062528,'fi'),(1399095296,'uk'),(1399128064,'be'),(1399160832,'sa'),(1399193600,'fi'),(1399226368,'ru'),(1399259136,'it'),(1399291904,'ro'),(1399324672,'uk'),(1399586816,'no'),(1399717888,'ae'),(1399848960,'fr'),(1400111104,'nl'),(1400373248,'de'),(1400635392,'eu'),(1400897536,'nl'),(1400963072,'de'),(1401028608,'il'),(1401094144,'hr'),(1401159680,'pt'),(1401225216,'eu'),(1401290752,'be'),(1401356288,'de'),(1401421824,'uk'),(1401423872,'ae'),(1401425920,'nl'),(1401427968,'ru'),(1401430016,'at'),(1401432064,'ie'),(1401434112,'ru'),(1401436160,'bh'),(1401438208,'uk'),(1401440256,'de'),(1401444352,'dk'),(1401446400,'de'),(1401448448,'it'),(1401450496,'ru'),(1401452544,'uk'),(1401454592,'de'),(1401456640,'lv'),(1401458688,'it'),(1401460736,'pl'),(1401462784,'fr'),(1401464832,'ie'),(1401466880,'rs'),(1401468928,'es'),(1401470976,'nl'),(1401473024,'cz'),(1401475072,'fr'),(1401477120,'be'),(1401479168,'pl'),(1401481216,'ru'),(1401487360,'uk'),(1401489408,'se'),(1401491456,'nl'),(1401493504,'ch'),(1401495552,'de'),(1401497600,'at'),(1401499648,'ru'),(1401501696,'it'),(1401503744,'de'),(1401505792,'ch'),(1401509888,'ua'),(1401511936,'de'),(1401513984,'it'),(1401516032,'at'),(1401518080,'it'),(1401520128,'uk'),(1401522176,'nl'),(1401526272,'hu'),(1401528320,'it'),(1401530368,'de'),(1401532416,'uk'),(1401534464,'de'),(1401536512,'nl'),(1401538560,'no'),(1401540608,'uk'),(1401542656,'ru'),(1401544704,'uk'),(1401546752,'it'),(1401548800,'fr'),(1401550848,'uk'),(1401552896,'nl'),(1401554944,'ie'),(1401556992,'uk'),(1401563136,'es'),(1401565184,'ru'),(1401567232,'uk'),(1401569280,'de'),(1401585664,'uk'),(1401602048,'es'),(1401618432,'am'),(1401634816,'hr'),(1401651200,'ru'),(1401667584,'it'),(1401683968,'se'),(1401749504,'de'),(1401765888,'ie'),(1401782272,'fr'),(1401815040,'se'),(1401817088,'ru'),(1401819136,'bg'),(1401821184,'uk'),(1401825280,'pl'),(1401827328,'uk'),(1401829376,'pl'),(1401831424,'uk'),(1401833472,'fi'),(1401835520,'de'),(1401837568,'ch'),(1401839616,'no'),(1401841664,'cz'),(1401843712,'pl'),(1401847808,'uk'),(1401849856,'pl'),(1401851904,'fr'),(1401853952,'pl'),(1401856000,'ru'),(1401858048,'pl'),(1401868288,'ua'),(1401870336,'pl'),(1401872384,'uk'),(1401876480,'eu'),(1401878528,'mt'),(1401880576,'de'),(1401882624,'il'),(1401884672,'uk'),(1401888768,'cz'),(1401890816,'pl'),(1401892864,'ru'),(1401894912,'fi'),(1401896960,'ru'),(1401899008,'pl'),(1401901056,'no'),(1401903104,'fi'),(1401905152,'pl'),(1401907200,'eu'),(1401909248,'no'),(1401911296,'dk'),(1401913344,'pl'),(1401917440,'bg'),(1401919488,'ru'),(1401921536,'pl'),(1401923584,'be'),(1401925632,'bg'),(1401927680,'nl'),(1401929728,'ru'),(1401931776,'ua'),(1401933824,'pl'),(1401935872,'fi'),(1401937920,'uk'),(1401939968,'ua'),(1401942016,'eu'),(1401944064,'bg'),(1401946112,'fr'),(1401962496,'pl'),(1401978880,'pt'),(1401995264,'ch'),(1402011648,'se'),(1402028032,'fr'),(1402044416,'pl'),(1402060800,'fi'),(1402077184,'uk'),(1402093568,'ru'),(1402109952,'fi'),(1402142720,'es'),(1402159104,'it'),(1402175488,'ie'),(1402191872,'ir'),(1402208256,'cz'),(1402224640,'bg'),(1402241024,'uk'),(1402257408,'fi'),(1402273792,'ru'),(1402290176,'nl'),(1402306560,'it'),(1402322944,'ru'),(1402339328,'ch'),(1402355712,'fi'),(1402372096,'se'),(1402388480,'es'),(1402404864,'ru'),(1402408960,'de'),(1402413056,'pl'),(1402417152,'de'),(1402421248,'uk'),(1402437632,'dk'),(1402454016,'uk'),(1402470400,'fr'),(1402994688,'nl'),(1403256832,'at'),(1403322368,'es'),(1403387904,'se'),(1403396096,'ee'),(1403404288,'uk'),(1403412480,'ru'),(1403420672,'nl'),(1403428864,'uk'),(1403437056,'ro'),(1403445248,'ru'),(1403461632,'fr'),(1403469824,'ru'),(1403486208,'fr'),(1403494400,'uk'),(1403502592,'nl'),(1403510784,'cz'),(1403518976,'cy'),(1403535360,'pl'),(1403551744,'sk'),(1403568128,'se'),(1403584512,'de'),(1403600896,'fr'),(1403617280,'de'),(1403633664,'ru'),(1403650048,'de'),(1403666432,'uk'),(1403699200,'ua'),(1403715584,'lt'),(1403731968,'ru'),(1403748352,'de'),(1403764736,'gr'),(1403781120,'ru'),(1403797504,'se'),(1403813888,'nl'),(1403830272,'ch'),(1403846656,'is'),(1403863040,'fr'),(1403879424,'es'),(1403895808,'ch'),(1403912192,'pt'),(1403928576,'se'),(1403944960,'gr'),(1403961344,'ru'),(1403977728,'it'),(1403994112,'at'),(1404010496,'pl'),(1404026880,'es'),(1404043264,'se'),(1405091840,'fr'),(1406140416,'cz'),(1406205952,'se'),(1406271488,'ie'),(1406337024,'it'),(1406402560,'gr'),(1406468096,'es'),(1406533632,'fr'),(1406599168,'at'),(1406664704,'fi'),(1406672896,'hu'),(1406681088,'uk'),(1406689280,'se'),(1406697472,'uk'),(1406705664,'it'),(1406713856,'at'),(1406722048,'de'),(1406730240,'ru'),(1406746624,'be'),(1406754816,'uk'),(1406763008,'be'),(1406771200,'uk'),(1406779392,'ru'),(1406787584,'am'),(1406795776,'uk'),(1406803968,'de'),(1406812160,'se'),(1406820352,'pl'),(1406828544,'uk'),(1406836736,'at'),(1406844928,'md'),(1406853120,'ua'),(1406861312,'ru'),(1406869504,'uk'),(1406877696,'nl'),(1406885888,'ch'),(1406894080,'ru'),(1406902272,'at'),(1406910464,'se'),(1406918656,'ru'),(1406926848,'it'),(1406935040,'ru'),(1406951424,'pl'),(1406959616,'de'),(1406967808,'ru'),(1406976000,'ie'),(1406984192,'ru'),(1407000576,'de'),(1407016960,'it'),(1407025152,'dk'),(1407033344,'uz'),(1407041536,'ru'),(1407049728,'de'),(1407057920,'ru'),(1407066112,'lu'),(1407074304,'ru'),(1407090688,'ch'),(1407098880,'bg'),(1407107072,'ru'),(1407115264,'eu'),(1407123456,'se'),(1407131648,'nl'),(1407139840,'de'),(1407148032,'uk'),(1407156224,'lv'),(1407164416,'pt'),(1407172608,'uk'),(1407180800,'ru'),(1407188992,'it'),(1407320064,'se'),(1407451136,'bg'),(1407483904,'ch'),(1407516672,'uk'),(1407549440,'ru'),(1407582208,'pl'),(1407614976,'es'),(1407680512,'eu'),(1407713280,'nl'),(1407778816,'se'),(1407844352,'ru'),(1407909888,'gr'),(1407975424,'de'),(1408040960,'ru'),(1408106496,'pl'),(1408172032,'ru'),(1408237568,'cz'),(1408270336,'pt'),(1408303104,'lv'),(1408335872,'se'),(1408368640,'no'),(1408376832,'de'),(1408385024,'pl'),(1408393216,'de'),(1408401408,'ru'),(1408434176,'de'),(1408436224,'lu'),(1408438272,'fr'),(1408440320,'se'),(1408442368,'pl'),(1408444416,'eu'),(1408446464,'de'),(1408450560,'ru'),(1408454656,'de'),(1408456704,'lv'),(1408458752,'uk'),(1408460800,'pl'),(1408462848,'de'),(1408464896,'ro'),(1408466944,'no'),(1408499712,'ps'),(1408532480,'uk'),(1408598016,'fi'),(1408630784,'de'),(1408663552,'ru'),(1408696320,'nl'),(1408729088,'es'),(1408761856,'se'),(1409286144,'hu'),(1409548288,'fr'),(1409810432,'uk'),(1409941504,'pl'),(1410007040,'de'),(1410072576,'uk'),(1410269184,'lt'),(1410334720,'es'),(1410342912,'sk'),(1410351104,'ch'),(1410359296,'cz'),(1410367488,'ru'),(1410375680,'dk'),(1410383872,'no'),(1410392064,'de'),(1410400256,'ru'),(1410408448,'it'),(1410416640,'tr'),(1410424832,'de'),(1410433024,'be'),(1410441216,'de'),(1410449408,'se'),(1410457600,'ru'),(1410465792,'es'),(1410473984,'jo'),(1410490368,'ru'),(1410498560,'it'),(1410506752,'ie'),(1410514944,'uk'),(1410523136,'pt'),(1410531328,'de'),(1410539520,'uk'),(1410547712,'cz'),(1410555904,'uk'),(1410564096,'se'),(1410572288,'de'),(1410588672,'uk'),(1410596864,'es'),(1410605056,'ch'),(1410613248,'al'),(1410621440,'no'),(1410629632,'fi'),(1410637824,'at'),(1410646016,'uk'),(1410654208,'si'),(1410662400,'hu'),(1410670592,'de'),(1410678784,'ru'),(1410686976,'cz'),(1410695168,'uk'),(1410703360,'es'),(1410711552,'bg'),(1410719744,'ru'),(1410727936,'bg'),(1410736128,'rs'),(1410744320,'fr'),(1410752512,'nl'),(1410760704,'ru'),(1410768896,'uk'),(1410777088,'ru'),(1410785280,'sa'),(1410793472,'uk'),(1410801664,'ru'),(1410809856,'de'),(1410818048,'sa'),(1410826240,'se'),(1410834432,'pl'),(1410842624,'pt'),(1410850816,'de'),(1410859008,'nl'),(1411383296,'lt'),(1411448832,'it'),(1411514368,'fi'),(1411579904,'nl'),(1411710976,'fr'),(1411776512,'gr'),(1411780608,'pl'),(1411784704,'uk'),(1411788800,'it'),(1411792896,'de'),(1411796992,'pl'),(1411805184,'at'),(1411809280,'lv'),(1411813376,'no'),(1411817472,'pl'),(1411821568,'cz'),(1411825664,'de'),(1411829760,'pl'),(1411833856,'nl'),(1411837952,'bg'),(1411842048,'pt'),(1411907584,'uk'),(1411923968,'bg'),(1411940352,'pl'),(1411973120,'si'),(1412005888,'nl'),(1412038656,'ru'),(1412071424,'cz'),(1412104192,'uk'),(1412136960,'bg'),(1412169728,'tr'),(1412202496,'de'),(1412235264,'uk'),(1412300800,'de'),(1412333568,'lt'),(1412366336,'sk'),(1412399104,'ru'),(1412415488,'ir'),(1412431872,'no'),(1412562944,'ee'),(1412628480,'tr'),(1412644864,'ua'),(1412653056,'ru'),(1412661248,'uk'),(1412677632,'ru'),(1412685824,'ie'),(1412694016,'ee'),(1412710400,'ru'),(1412726784,'si'),(1412743168,'no'),(1412775936,'nl'),(1412792320,'eu'),(1412808704,'ru'),(1412825088,'lb'),(1412841472,'uz'),(1412857856,'bg'),(1412874240,'ru'),(1412890624,'lt'),(1412907008,'se'),(1412923392,'fr'),(1412939776,'ch'),(1412956160,'de'),(1413480448,'eu'),(1414004736,'ch'),(1414266880,'es'),(1414529024,'nl'),(1415053312,'es'),(1415184384,'pt'),(1415315456,'uk'),(1415446528,'il'),(1415577600,'fr'),(1416101888,'nl'),(1416364032,'il'),(1416626176,'at'),(1417150464,'es'),(1417674752,'de'),(1421869056,'be'),(1422393344,'de'),(1422491648,'uk'),(1422508032,'bg'),(1422512128,'pl'),(1422516224,'ru'),(1422524416,'no'),(1422589952,'ie'),(1422655488,'ru'),(1422721024,'pl'),(1422729216,'no'),(1422737408,'eu'),(1422753792,'eu'),(1422761984,'pl'),(1422770176,'gr'),(1422786560,'hu'),(1422852096,'de'),(1422917632,'no'),(1423441920,'se'),(1423704064,'it'),(1423966208,'hu'),(1424097280,'ch'),(1424228352,'il'),(1424359424,'fi'),(1424490496,'es'),(1424523264,'ro'),(1424588800,'uk'),(1424621568,'pl'),(1424625664,'uk'),(1424629760,'pl'),(1424633856,'cz'),(1424637952,'fi'),(1424642048,'dk'),(1424650240,'pl'),(1424654336,'no'),(1424687104,'sa'),(1424719872,'de'),(1424752640,'hu'),(1424785408,'es'),(1424818176,'ru'),(1424850944,'lv'),(1424883712,'dk'),(1424916480,'bg'),(1424949248,'uk'),(1424982016,'fi'),(1425014784,'lt'),(1425031168,'fi'),(1425047552,'it'),(1425063936,'kz'),(1425080320,'ir'),(1425096704,'ch'),(1425113088,'nl'),(1425145856,'ru'),(1425162240,'cz'),(1425178624,'bg'),(1425195008,'ru'),(1425211392,'se'),(1425227776,'ro'),(1425244160,'no'),(1425260544,'nl'),(1425276928,'ru'),(1425293312,'cz'),(1425309696,'nl'),(1425326080,'se'),(1425342464,'nl'),(1425358848,'sk'),(1425375232,'de'),(1425391616,'lv'),(1425408000,'nl'),(1425424384,'de'),(1425426432,'kw'),(1425428480,'uk'),(1425430528,'se'),(1425432576,'it'),(1425434624,'fr'),(1425436672,'uk'),(1425438720,'de'),(1425440768,'se'),(1425442816,'uk'),(1425444864,'it'),(1425446912,'uk'),(1425448960,'cz'),(1425451008,'uk'),(1425461248,'es'),(1425463296,'fr'),(1425467392,'ch'),(1425469440,'dk'),(1425471488,'de'),(1425473536,'ro'),(1425506304,'no'),(1425522688,'it'),(1425539072,'fi'),(1425801216,'bg'),(1425817600,'de'),(1425833984,'ru'),(1425850368,'uk'),(1425866752,'ch'),(1425883136,'ru'),(1425899520,'it'),(1425915904,'fi'),(1425932288,'gr'),(1425948672,'de'),(1425965056,'it'),(1425981440,'ru'),(1425997824,'mt'),(1426014208,'dk'),(1426030592,'bh'),(1426046976,'si'),(1426063360,'ch'),(1426587648,'se'),(1426604032,'de'),(1426620416,'uk'),(1426653184,'ro'),(1426669568,'ir'),(1426685952,'tj'),(1426702336,'lv'),(1426718720,'si'),(1426731008,'hr'),(1426735104,'be'),(1426751488,'fr'),(1426767872,'de'),(1426784256,'se'),(1426800640,'pl'),(1426817024,'bg'),(1426833408,'se'),(1426849792,'nl'),(1426866176,'uk'),(1426882560,'fr'),(1426898944,'ru'),(1426915328,'at'),(1426931712,'cz'),(1426948096,'de'),(1426964480,'uk'),(1426980864,'bg'),(1426997248,'pl'),(1427013632,'fr'),(1427030016,'de'),(1427046400,'ir'),(1427062784,'ru'),(1427095552,'lv'),(1427111936,'de'),(1427177472,'nl'),(1427243008,'it'),(1427308544,'no'),(1427374080,'it'),(1427439616,'ru'),(1427505152,'de'),(1427570688,'fi'),(1427636224,'dk'),(1427668992,'se'),(1427701760,'de'),(1427767296,'be'),(1427800064,'ru'),(1427832832,'be'),(1427865600,'dk'),(1427898368,'ru'),(1427914752,'be'),(1427931136,'pl'),(1427947520,'ru'),(1427963904,'tr'),(1427980288,'fi'),(1427996672,'kz'),(1428013056,'ee'),(1428045824,'mk'),(1428062208,'se'),(1428078592,'ru'),(1428094976,'at'),(1428103168,'uk'),(1428119552,'lv'),(1428121600,'fr'),(1428123648,'ru'),(1428127744,'es'),(1428129792,'uk'),(1428131840,'fr'),(1428133888,'li'),(1428135936,'it'),(1428137984,'uk'),(1428140032,'ru'),(1428142080,'de'),(1428144128,'fr'),(1428152320,'pl'),(1428160512,'it'),(1429209088,'es'),(1430257664,'il'),(1430388736,'hu'),(1430519808,'fr'),(1430650880,'cz'),(1430781952,'gr'),(1431044096,'fi'),(1431306240,'dk'),(1431568384,'es'),(1431830528,'de'),(1431838720,'be'),(1431846912,'no'),(1431855104,'nl'),(1431863296,'uk'),(1431871488,'ru'),(1431879680,'it'),(1431887872,'uk'),(1431896064,'no'),(1431904256,'ee'),(1431912448,'se'),(1431920640,'ru'),(1431928832,'it'),(1431937024,'pl'),(1431945216,'no'),(1431953408,'dk'),(1431961600,'ch'),(1431969792,'uk'),(1431977984,'nl'),(1431986176,'ru'),(1431994368,'at'),(1432002560,'hu'),(1432010752,'ua'),(1432018944,'uk'),(1432027136,'ie'),(1432035328,'uk'),(1432043520,'es'),(1432051712,'ru'),(1432059904,'bg'),(1432068096,'be'),(1432076288,'ru'),(1432084480,'uk'),(1432092672,'ru'),(1432100864,'cz'),(1432109056,'uk'),(1432117248,'cy'),(1432125440,'nl'),(1432133632,'uk'),(1432150016,'ba'),(1432158208,'de'),(1432166400,'ru'),(1432174592,'de'),(1432182784,'cz'),(1432190976,'ru'),(1432199168,'cz'),(1432207360,'lu'),(1432215552,'no'),(1432223744,'ru'),(1432240128,'hr'),(1432248320,'me'),(1432256512,'ba'),(1432264704,'ad'),(1432272896,'it'),(1432281088,'lu'),(1432289280,'uk'),(1432297472,'no'),(1432305664,'bg'),(1432313856,'uk'),(1432322048,'ru'),(1432338432,'fr'),(1432346624,'tr'),(1433403392,'es'),(1433411584,'ru'),(1433419776,'lb'),(1433427968,'ru'),(1433436160,'no'),(1433444352,'se'),(1433452544,'pl'),(1433460736,'de'),(1433468928,'kg'),(1433477120,'ru'),(1433485312,'uk'),(1433493504,'ps'),(1433501696,'ru'),(1433509888,'no'),(1433518080,'ru'),(1433526272,'nl'),(1433534464,'ru'),(1433542656,'hr'),(1433550848,'ru'),(1433559040,'ps'),(1433567232,'de'),(1433575424,'ru'),(1433583616,'ua'),(1433591808,'ge'),(1433600000,'de'),(1433608192,'uk'),(1433616384,'ae'),(1433624576,'lv'),(1433632768,'gi'),(1433640960,'ru'),(1433649152,'kg'),(1433657344,'ru'),(1433665536,'uk'),(1433673728,'fr'),(1433681920,'is'),(1433690112,'ru'),(1433698304,'it'),(1433706496,'uk'),(1433714688,'de'),(1433722880,'it'),(1433731072,'pl'),(1433739264,'ge'),(1433747456,'ru'),(1433755648,'eu'),(1433763840,'cz'),(1433772032,'se'),(1433788416,'uz'),(1433796608,'uk'),(1433804800,'fr'),(1433812992,'bg'),(1433821184,'ge'),(1433829376,'ru'),(1433833472,'it'),(1433835520,'uk'),(1433837568,'de'),(1433839616,'uk'),(1433841664,'ru'),(1433843712,'nl'),(1433845760,'bg'),(1433847808,'se'),(1433849856,'be'),(1433851904,'ch'),(1433853952,'ru'),(1433856000,'uk'),(1433858048,'es'),(1433860096,'de'),(1433862144,'ch'),(1433864192,'hu'),(1433866240,'nl'),(1433868288,'uk'),(1433870336,'tr'),(1433872384,'it'),(1433874432,'nl'),(1433876480,'uk'),(1433878528,'tr'),(1433880576,'ru'),(1433882624,'uk'),(1433884672,'cz'),(1433886720,'uk'),(1433888768,'nl'),(1433890816,'uk'),(1433892864,'mt'),(1433894912,'se'),(1433896960,'no'),(1433899008,'ru'),(1433901056,'de'),(1433905152,'fr'),(1433907200,'it'),(1433909248,'be'),(1433911296,'es'),(1433913344,'de'),(1433917440,'be'),(1433919488,'uk'),(1433921536,'ch'),(1433923584,'be'),(1433925632,'uk'),(1433927680,'ro'),(1434189824,'at'),(1434451968,'pl'),(1434517504,'dk'),(1434550272,'sa'),(1434583040,'bg'),(1434615808,'il'),(1434648576,'fi'),(1434681344,'de'),(1434714112,'az'),(1434746880,'cz'),(1434779648,'uk'),(1434812416,'ir'),(1434845184,'fi'),(1434877952,'ie'),(1434910720,'cz'),(1434943488,'sk'),(1434976256,'es'),(1435107328,'pt'),(1435238400,'ru'),(1435500544,'nl'),(1436024832,'es'),(1436090368,'tr'),(1436155904,'om'),(1436221440,'es'),(1436286976,'fi'),(1436418048,'de'),(1436420096,'uk'),(1436422144,'fr'),(1436424192,'ch'),(1436426240,'ba'),(1436428288,'uk'),(1436430336,'ru'),(1436432384,'uk'),(1436436480,'lv'),(1436438528,'it'),(1436440576,'ru'),(1436442624,'tr'),(1436444672,'be'),(1436446720,'fr'),(1436450816,'bh'),(1436452864,'uk'),(1436454912,'az'),(1436456960,'uk'),(1436459008,'nl'),(1436461056,'es'),(1436463104,'de'),(1436465152,'ru'),(1436467200,'de'),(1436469248,'nl'),(1436471296,'be'),(1436473344,'ro'),(1436475392,'at'),(1436477440,'ch'),(1436481536,'nl'),(1436483584,'ua'),(1436485632,'de'),(1436487680,'ie'),(1436489728,'kz'),(1436491776,'ru'),(1436495872,'hu'),(1436497920,'uk'),(1436499968,'tr'),(1436504064,'uk'),(1436508160,'nl'),(1436510208,'sk'),(1436512256,'nl'),(1436514304,'gi'),(1436516352,'uk'),(1436520448,'it'),(1436522496,'uk'),(1436524544,'il'),(1436526592,'uk'),(1436528640,'it'),(1436530688,'fr'),(1436532736,'it'),(1436536832,'uk'),(1436538880,'jo'),(1436540928,'ru'),(1436542976,'nl'),(1436545024,'de'),(1436547072,'uk'),(1436549120,'cz'),(1436811264,'no'),(1437073408,'fr'),(1437335552,'ru'),(1437597696,'de'),(1438121984,'nl'),(1438187520,'ir'),(1438253056,'ro'),(1438318592,'bg'),(1438384128,'fi'),(1438400512,'se'),(1438416896,'no'),(1438433280,'uk'),(1438515200,'de'),(1438580736,'nl'),(1438646272,'ru'),(1438662656,'es'),(1438679040,'ru'),(1438695424,'fr'),(1438711808,'cz'),(1438728192,'ru'),(1438744576,'at'),(1438760960,'pl'),(1438777344,'se'),(1438793728,'sa'),(1438810112,'se'),(1438826496,'fi'),(1438842880,'se'),(1438859264,'de'),(1438875648,'ru'),(1438892032,'ch'),(1438908416,'gr'),(1438924800,'no'),(1438941184,'bg'),(1438957568,'ee'),(1438973952,'de'),(1439006720,'se'),(1439023104,'is'),(1439039488,'ir'),(1439055872,'ru'),(1439072256,'ua'),(1439088640,'pl'),(1439105024,'at'),(1439121408,'de'),(1439154176,'uk'),(1439170560,'no'),(1439236096,'be'),(1439301632,'cz'),(1439305728,'dk'),(1439309824,'pl'),(1439318016,'dk'),(1439322112,'ro'),(1439326208,'pl'),(1439330304,'ru'),(1439334400,'cz'),(1439338496,'pl'),(1439342592,'ua'),(1439346688,'ru'),(1439350784,'ua'),(1439354880,'pl'),(1439358976,'ru'),(1439367168,'nl'),(1439432704,'ro'),(1439498240,'de'),(1439563776,'lt'),(1439629312,'cz'),(1439694848,'sa'),(1439825920,'uk'),(1439956992,'de'),(1440251904,'sk'),(1440284672,'fi'),(1440317440,'bg'),(1440350208,'ch'),(1440382976,'dk'),(1440415744,'es'),(1440448512,'pl'),(1440481280,'is'),(1440514048,'de'),(1440546816,'no'),(1440579584,'pl'),(1440645120,'rs'),(1440677888,'nl'),(1440710656,'ua'),(1440743424,'se'),(1441267712,'de'),(1441275904,'uk'),(1441284096,'at'),(1441292288,'ru'),(1441300480,'lt'),(1441308672,'se'),(1441316864,'mt'),(1441325056,'pl'),(1441333248,'de'),(1441349632,'ru'),(1441357824,'at'),(1441366016,'ru'),(1441374208,'uk'),(1441390592,'dk'),(1441398784,'ru'),(1441415168,'uk'),(1441423360,'ru'),(1441431552,'uk'),(1441439744,'lv'),(1441447936,'be'),(1441456128,'nl'),(1441464320,'se'),(1441472512,'ru'),(1441480704,'tr'),(1441488896,'uk'),(1441497088,'it'),(1441505280,'ru'),(1441521664,'dk'),(1441529856,'ru'),(1441538048,'de'),(1441546240,'dk'),(1441554432,'uk'),(1441562624,'ae'),(1441570816,'ru'),(1441579008,'de'),(1441587200,'at'),(1441603584,'ru'),(1441611776,'de'),(1441619968,'fr'),(1441628160,'sa'),(1441636352,'pl'),(1441644544,'uk'),(1441652736,'sk'),(1441660928,'es'),(1441669120,'ge'),(1441677312,'hu'),(1441685504,'ua'),(1441693696,'de'),(1441701888,'at'),(1441710080,'se'),(1441718272,'de'),(1441726464,'kw'),(1441734656,'ru'),(1441742848,'cz'),(1441751040,'de'),(1441759232,'bg'),(1441767424,'it'),(1441775616,'es'),(1441783808,'cz'),(1441792000,'pt'),(1442316288,'sk'),(1442381824,'ru'),(1442447360,'il'),(1442512896,'es'),(1442578432,'no'),(1442643968,'ee'),(1442709504,'lv'),(1442775040,'pl'),(1442779136,'de'),(1442783232,'nl'),(1442787328,'lt'),(1442791424,'lv'),(1442795520,'de'),(1442799616,'lt'),(1442803712,'ua'),(1442807808,'bg'),(1442811904,'at'),(1442816000,'bg'),(1442820096,'pl'),(1442824192,'be'),(1442828288,'nl'),(1442832384,'uk'),(1442836480,'pl'),(1442840576,'uk'),(1444937728,'se'),(1445068800,'ro'),(1445199872,'qa'),(1445330944,'lt'),(1445396480,'be'),(1445462016,'ie'),(1445986304,'dk'),(1446051840,'cz'),(1446117376,'fi'),(1446182912,'sa'),(1446248448,'dk'),(1446313984,'uk'),(1446445056,'eu'),(1446510592,'de'),(1446543360,'at'),(1446576128,'ir'),(1446608896,'by'),(1446641664,'si'),(1446674432,'dk'),(1446707200,'at'),(1446739968,'ru'),(1446772736,'sa'),(1446805504,'fi'),(1446838272,'si'),(1446871040,'cz'),(1446903808,'ae'),(1446920192,'ru'),(1446936576,'no'),(1446952960,'qa'),(1446969344,'uk'),(1446985728,'pl'),(1447010304,'lv'),(1447018496,'cz'),(1447026688,'fr'),(1448083456,'nl'),(1449132032,'ae'),(1449394176,'lt'),(1449459712,'hu'),(1449525248,'ru'),(1449590784,'de'),(1449656320,'ro'),(1449918464,'jo'),(1449951232,'tr'),(1449984000,'nl'),(1449992192,'ir'),(1450000384,'hu'),(1450008576,'es'),(1450016768,'it'),(1450024960,'es'),(1450033152,'ru'),(1450041344,'de'),(1450049536,'ru'),(1450057728,'ee'),(1450065920,'de'),(1450074112,'ru'),(1450082304,'it'),(1450090496,'ru'),(1450106880,'sk'),(1450115072,'ru'),(1450123264,'at'),(1450131456,'ua'),(1450139648,'pl'),(1450147840,'ru'),(1450156032,'uk'),(1450164224,'sa'),(1450166272,'pl'),(1450168320,'fr'),(1450170368,'uk'),(1450172416,'ua'),(1450174464,'de'),(1450176512,'pl'),(1450178560,'de'),(1450180608,'uk'),(1450311680,'fi'),(1450442752,'ch'),(1450704896,'ro'),(1451229184,'uk'),(1455423488,'fr'),(1459617792,'it'),(1461714944,'ie'),(1462763520,'dk'),(1463812096,'be'),(1464074240,'il'),(1464336384,'dk'),(1464467456,'uk'),(1464664064,'de'),(1464860672,'uk'),(1465384960,'fr'),(1465647104,'fi'),(1465909248,'pl'),(1465942016,'se'),(1465974784,'hu'),(1466007552,'bg'),(1466040320,'eu'),(1466073088,'fr'),(1466105856,'pl'),(1466122240,'lv'),(1466130432,'pl'),(1466138624,'se'),(1466171392,'fr'),(1466204160,'fi'),(1466236928,'nl'),(1466241024,'pl'),(1466249216,'gr'),(1466253312,'pl'),(1466257408,'gr'),(1466261504,'uk'),(1466265600,'hu'),(1466269696,'sa'),(1466302464,'uk'),(1466335232,'ch'),(1466368000,'pt'),(1466400768,'ru'),(1466433536,'dk'),(1466499072,'pl'),(1466564608,'de'),(1466630144,'ir'),(1466695680,'fi'),(1466761216,'sa'),(1466826752,'lv'),(1466892288,'es'),(1466957824,'uk'),(1467219968,'dk'),(1467236352,'bg'),(1467252736,'rs'),(1467269120,'pl'),(1467285504,'ru'),(1467301888,'uk'),(1467318272,'ru'),(1467334656,'uk'),(1467351040,'no'),(1467367424,'de'),(1467383808,'bg'),(1467400192,'ru'),(1467416576,'pl'),(1467432960,'bg'),(1467449344,'si'),(1467457536,'ee'),(1467465728,'de'),(1467473920,'ru'),(1467482112,'bg'),(1467613184,'de'),(1467744256,'uk'),(1467875328,'bg'),(1467940864,'uk'),(1468006400,'de'),(1472200704,'ie'),(1472266240,'de'),(1472331776,'uk'),(1472397312,'nl'),(1472462848,'pt'),(1472528384,'sk'),(1472593920,'ie'),(1472659456,'pl'),(1472724992,'ae'),(1472856064,'gr'),(1472987136,'pl'),(1473249280,'nl'),(1473773568,'es'),(1474297856,'uk'),(1474330624,'ru'),(1474396160,'de'),(1474428928,'lv'),(1474461696,'ru'),(1474494464,'se'),(1474527232,'bg'),(1474560000,'ru'),(1474592768,'cy'),(1474625536,'hu'),(1474658304,'ru'),(1474691072,'de'),(1474723840,'sa'),(1474756608,'fr'),(1474822144,'ie'),(1474887680,'nl'),(1474953216,'de'),(1475018752,'es'),(1475084288,'nl'),(1475086336,'ru'),(1475092480,'cy'),(1475094528,'ru'),(1475096576,'bh'),(1475098624,'uk'),(1475102720,'fr'),(1475104768,'ru'),(1475106816,'uk'),(1475108864,'nl'),(1475110912,'de'),(1475112960,'at'),(1475115008,'kw'),(1475117056,'uk'),(1475119104,'bh'),(1475121152,'uk'),(1475123200,'fi'),(1475125248,'it'),(1475127296,'fi'),(1475129344,'be'),(1475131392,'ru'),(1475133440,'cz'),(1475135488,'ch'),(1475137536,'se'),(1475139584,'be'),(1475141632,'fi'),(1475143680,'jo'),(1475145728,'es'),(1475147776,'uk'),(1475149824,'nl'),(1475151872,'be'),(1475153920,'uk'),(1475155968,'nl'),(1475158016,'is'),(1475160064,'ru'),(1475162112,'uk'),(1475170304,'es'),(1475172352,'de'),(1475174400,'nl'),(1475176448,'ro'),(1475178496,'ru'),(1475180544,'de'),(1475184640,'ru'),(1475186688,'es'),(1475188736,'se'),(1475190784,'uk'),(1475192832,'ch'),(1475194880,'de'),(1475196928,'uk'),(1475198976,'bh'),(1475201024,'rs'),(1475203072,'se'),(1475205120,'de'),(1475207168,'ae'),(1475209216,'uz'),(1475211264,'de'),(1475213312,'fr'),(1475215360,'it'),(1475223552,'no'),(1475233792,'uk'),(1475235840,'ie'),(1475237888,'es'),(1475239936,'ru'),(1475241984,'mc'),(1475244032,'de'),(1475248128,'jo'),(1475250176,'de'),(1475252224,'fr'),(1475254272,'ua'),(1475256320,'be'),(1475258368,'nl'),(1475260416,'fr'),(1475262464,'de'),(1475266560,'uk'),(1475268608,'rs'),(1475270656,'uk'),(1475272704,'be'),(1475274752,'ru'),(1475276800,'es'),(1475278848,'dk'),(1475280896,'pl'),(1475282944,'nl'),(1475284992,'uk'),(1475287040,'ru'),(1475291136,'pl'),(1475293184,'uk'),(1475295232,'dk'),(1475299328,'pl'),(1475301376,'lt'),(1475303424,'pl'),(1475305472,'nl'),(1475307520,'ru'),(1475309568,'lt'),(1475311616,'fi'),(1475313664,'de'),(1475317760,'ru'),(1475319808,'bg'),(1475321856,'ro'),(1475323904,'pl'),(1475328000,'ua'),(1475330048,'pl'),(1475332096,'ch'),(1475336192,'pl'),(1475338240,'ro'),(1475340288,'gr'),(1475342336,'pl'),(1475344384,'ro'),(1475346432,'ru'),(1475362816,'fr'),(1475379200,'ru'),(1475395584,'lu'),(1475411968,'uk'),(1475428352,'se'),(1475444736,'am'),(1475461120,'ru'),(1475477504,'hu'),(1475493888,'ru'),(1475510272,'uk'),(1475543040,'ro'),(1475559424,'gr'),(1475575808,'at'),(1475592192,'uk'),(1475608576,'ru'),(1475624960,'je'),(1475641344,'ua'),(1475657728,'sk'),(1475674112,'de'),(1475690496,'ch'),(1475706880,'ru'),(1475723264,'uk'),(1475739648,'bg'),(1475756032,'uk'),(1475772416,'lv'),(1475788800,'pl'),(1475805184,'kz'),(1475821568,'lt'),(1475837952,'uk'),(1475846144,'ir'),(1475854336,'at'),(1475862528,'it'),(1475866624,'uk'),(1475868672,'bg'),(1475870720,'no'),(1475878912,'it'),(1475887104,'pl'),(1475895296,'uk'),(1475903488,'ir'),(1475911680,'md'),(1475919872,'eu'),(1475928064,'ru'),(1475952640,'uk'),(1475960832,'nl'),(1475969024,'cz'),(1475977216,'se'),(1475985408,'ru'),(1476009984,'rs'),(1476018176,'it'),(1476026368,'ba'),(1476034560,'nl'),(1476042752,'pl'),(1476050944,'ru'),(1476067328,'tr'),(1476075520,'nl'),(1476083712,'ru'),(1476116480,'se'),(1476124672,'pl'),(1476132864,'fr'),(1476141056,'uk'),(1476149248,'no'),(1476157440,'bh'),(1476165632,'hr'),(1476173824,'bg'),(1476182016,'ie'),(1476190208,'by'),(1476198400,'ru'),(1476206592,'ge'),(1476214784,'se'),(1476222976,'it'),(1476231168,'nl'),(1476239360,'de'),(1476247552,'ru'),(1476263936,'uk'),(1476272128,'no'),(1476280320,'uk'),(1476288512,'lu'),(1476296704,'ru'),(1476304896,'bg'),(1476313088,'fi'),(1476321280,'mc'),(1476329472,'ru'),(1476337664,'nl'),(1476345856,'md'),(1476362240,'fr'),(1476370432,'se'),(1476378624,'kz'),(1476386816,'ru'),(1476395008,'es'),(1478492160,'it'),(1480589312,'de'),(1481637888,'se'),(1481646080,'ru'),(1481654272,'it'),(1481662464,'bg'),(1481678848,'uk'),(1481687040,'de'),(1481695232,'sk'),(1481703424,'sa'),(1481711616,'ru'),(1481719808,'cz'),(1481728000,'ie'),(1481736192,'uk'),(1481744384,'it'),(1481752576,'ru'),(1481760768,'ua'),(1481768960,'uk'),(1481777152,'be'),(1481785344,'ru'),(1481793536,'li'),(1481801728,'uk'),(1481809920,'ru'),(1481818112,'es'),(1481826304,'de'),(1481834496,'gl'),(1481842688,'se'),(1481850880,'dk'),(1481859072,'uk'),(1481867264,'se'),(1481875456,'cz'),(1481883648,'ru'),(1481891840,'cz'),(1481900032,'ch'),(1481908224,'no'),(1481916416,'es'),(1481924608,'sa'),(1481932800,'de'),(1481940992,'no'),(1481949184,'ru'),(1481957376,'se'),(1481965568,'ch'),(1481973760,'fo'),(1481981952,'nl'),(1481990144,'mk'),(1481998336,'fi'),(1482006528,'ru'),(1482022912,'sa'),(1482031104,'sy'),(1482039296,'se'),(1482047488,'ru'),(1482055680,'cz'),(1482063872,'fi'),(1482072064,'it'),(1482080256,'ru'),(1482088448,'fr'),(1482096640,'bg'),(1482104832,'no'),(1482113024,'ru'),(1482121216,'it'),(1482129408,'es'),(1482137600,'ie'),(1482145792,'es'),(1482153984,'hu'),(1482162176,'no'),(1482686464,'uk'),(1482948608,'cz'),(1483210752,'uk'),(1483735040,'fi'),(1483997184,'at'),(1484128256,'lt'),(1484259328,'fr'),(1484783616,'de'),(1484849152,'se'),(1484914688,'de'),(1484980224,'se'),(1485045760,'hu'),(1485111296,'de'),(1485242368,'ru'),(1485246464,'ua'),(1485250560,'ir'),(1485254656,'cz'),(1485258752,'ua'),(1485266944,'ro'),(1485271040,'ua'),(1485275136,'lv'),(1485283328,'pl'),(1485291520,'ua'),(1485307904,'fr'),(1485832192,'uk'),(1485963264,'cz'),(1486028800,'be'),(1486061568,'ru'),(1486094336,'es'),(1486127104,'fi'),(1486159872,'is'),(1486192640,'it'),(1486225408,'de'),(1486258176,'rs'),(1486290944,'ie'),(1486292992,'ru'),(1486295040,'es'),(1486297088,'ie'),(1486299136,'nl'),(1486301184,'dk'),(1486303232,'is'),(1486305280,'no'),(1486307328,'de'),(1486309376,'at'),(1486311424,'ie'),(1486313472,'ru'),(1486315520,'hu'),(1486317568,'ru'),(1486321664,'eu'),(1486323712,'uk'),(1486325760,'sa'),(1486327808,'ch'),(1486329856,'fr'),(1486331904,'no'),(1486333952,'se'),(1486336000,'kz'),(1486338048,'ru'),(1486340096,'az'),(1486342144,'ru'),(1486344192,'es'),(1486346240,'uk'),(1486348288,'eu'),(1486350336,'fr'),(1486352384,'be'),(1486354432,'ru'),(1486356480,'de'),(1486487552,'ua'),(1486618624,'pl'),(1486684160,'pt'),(1486749696,'ro'),(1486815232,'nl'),(1486880768,'fr'),(1488977920,'fi'),(1489240064,'ee'),(1489305600,'gr'),(1489338368,'be'),(1489371136,'de'),(1489436672,'pl'),(1489502208,'si'),(1489534976,'ru'),(1489567744,'bh'),(1489600512,'ru'),(1489633280,'it'),(1489666048,'uk'),(1489698816,'mt'),(1489731584,'bg'),(1489764352,'ru'),(1489797120,'kz'),(1489829888,'de'),(1489862656,'ru'),(1489928192,'se'),(1489960960,'hr'),(1489993728,'lu'),(1490026496,'ua'),(1490042880,'cz'),(1490059264,'de'),(1490075648,'uk'),(1490092032,'de'),(1490108416,'mc'),(1490124800,'hu'),(1490157568,'ru'),(1490173952,'pt'),(1490190336,'uk'),(1490206720,'ge'),(1490223104,'uk'),(1490255872,'nl'),(1490272256,'uk'),(1490288640,'sk'),(1490305024,'dk'),(1490321408,'uk'),(1490337792,'ru'),(1490354176,'sa'),(1490386944,'it'),(1490403328,'bg'),(1490419712,'de'),(1490436096,'ua'),(1490452480,'pt'),(1490468864,'uk'),(1490501632,'de'),(1490518016,'ru'),(1490534400,'de'),(1490550784,'lt'),(1490616320,'de'),(1490681856,'gr'),(1490747392,'fr'),(1490812928,'pl'),(1490878464,'eu'),(1490944000,'lt'),(1491075072,'tr'),(1493172224,'de'),(1493303296,'fr'),(1493434368,'sa'),(1493565440,'es'),(1493696512,'no'),(1493958656,'de'),(1494220800,'fr'),(1494228992,'ru'),(1494237184,'ie'),(1494245376,'ru'),(1494253568,'de'),(1494261760,'uk'),(1494269952,'at'),(1494278144,'uk'),(1494286336,'hr'),(1494294528,'ru'),(1494302720,'fi'),(1494310912,'uk'),(1494319104,'mt'),(1494327296,'it'),(1494335488,'es'),(1494343680,'pl'),(1494351872,'ro'),(1494360064,'hr'),(1494368256,'ie'),(1494376448,'se'),(1494384640,'ru'),(1494392832,'nl'),(1494401024,'lv'),(1494409216,'fi'),(1494417408,'tr'),(1494425600,'ru'),(1494433792,'ie'),(1494441984,'ua'),(1494450176,'dk'),(1494458368,'ru'),(1494474752,'de'),(1494482944,'ru'),(1494499328,'nl'),(1494507520,'ru'),(1494523904,'nl'),(1494532096,'uk'),(1494540288,'no'),(1494548480,'uk'),(1494556672,'de'),(1494564864,'ua'),(1494573056,'ro'),(1494581248,'ru'),(1494589440,'nl'),(1494597632,'it'),(1494605824,'uk'),(1494679552,'cz'),(1494687744,'ua'),(1494695936,'rs'),(1494704128,'cz'),(1494736896,'dk'),(1494745088,'cz'),(1494810624,'bg'),(1494843392,'pl'),(1494876160,'at'),(1494908928,'pt'),(1494941696,'fi'),(1494974464,'de'),(1495007232,'md'),(1495040000,'kz'),(1495042048,'de'),(1495044096,'fr'),(1495046144,'bh'),(1495048192,'ru'),(1495050240,'uk'),(1495052288,'ie'),(1495054336,'uk'),(1495056384,'ru'),(1495058432,'ua'),(1495060480,'uk'),(1495062528,'jo'),(1495064576,'pl'),(1495066624,'uk'),(1495068672,'de'),(1495070720,'ru'),(1495072768,'cz'),(1495105536,'es'),(1495138304,'fr'),(1495171072,'nl'),(1495203840,'de'),(1495205888,'cz'),(1495207936,'ru'),(1495209984,'kz'),(1495212032,'ru'),(1495214080,'cz'),(1495216128,'uk'),(1495218176,'it'),(1495220224,'pl'),(1495222272,'it'),(1495224320,'ru'),(1495228416,'nl'),(1495230464,'ru'),(1495234560,'ch'),(1495236608,'at'),(1495238656,'de'),(1495240704,'fr'),(1495242752,'mk'),(1495244800,'cz'),(1495246848,'ie'),(1495248896,'gr'),(1495250944,'ru'),(1495252992,'bh'),(1495255040,'it'),(1495257088,'uk'),(1495259136,'be'),(1495261184,'pt'),(1495263232,'uk'),(1495265280,'ru'),(1495267328,'se'),(1495269376,'ro'),(1496317952,'de'),(1497366528,'pl'),(1498415104,'fr'),(1499463680,'it'),(1499594752,'nl'),(1499725824,'ie'),(1499856896,'cz'),(1499987968,'at'),(1499996160,'uk'),(1500004352,'ru'),(1500020736,'is'),(1500028928,'nl'),(1500037120,'dk'),(1500045312,'uk'),(1500061696,'no'),(1500069888,'it'),(1500078080,'uk'),(1500086272,'ru'),(1500094464,'at'),(1500102656,'nl'),(1500110848,'ua'),(1500119040,'tr'),(1500127232,'fi'),(1500135424,'de'),(1500143616,'bg'),(1500151808,'uk'),(1500153856,'ie'),(1500155904,'uk'),(1500157952,'de'),(1500160000,'nl'),(1500162048,'ru'),(1500164096,'uk'),(1500166144,'fr'),(1500168192,'ru'),(1500170240,'lu'),(1500172288,'at'),(1500174336,'de'),(1500176384,'uk'),(1500178432,'kz'),(1500180480,'be'),(1500182528,'ru'),(1500184576,'uk'),(1500186624,'kw'),(1500188672,'uk'),(1500190720,'ru'),(1500194816,'uk'),(1500196864,'es'),(1500198912,'uk'),(1500200960,'de'),(1500203008,'uk'),(1500205056,'ru'),(1500207104,'it'),(1500209152,'kz'),(1500211200,'it'),(1500213248,'ru'),(1500217344,'cz'),(1500219392,'fr'),(1500221440,'sk'),(1500223488,'pl'),(1500225536,'de'),(1500227584,'fr'),(1500229632,'es'),(1500231680,'de'),(1500233728,'ru'),(1500237824,'se'),(1500241920,'tr'),(1500243968,'uk'),(1500246016,'es'),(1500248064,'hu'),(1500250112,'sa'),(1500266496,'ru'),(1500282880,'lb'),(1500299264,'pl'),(1500315648,'ru'),(1500332032,'pt'),(1500348416,'ru'),(1500397568,'ua'),(1500413952,'de'),(1500430336,'rs'),(1500446720,'lv'),(1500463104,'cz'),(1500479488,'ru'),(1500495872,'ba'),(1500512256,'ru'),(1500643328,'eu'),(1500774400,'lt'),(1500905472,'it'),(1501036544,'ro'),(1501298688,'ie'),(1501560832,'es'),(1501822976,'hu'),(1502085120,'ro'),(1502216192,'il'),(1502347264,'es'),(1502478336,'si'),(1502609408,'de'),(1502625792,'sa'),(1502642176,'ir'),(1502658560,'at'),(1502674944,'de'),(1502691328,'uk'),(1502707712,'ru'),(1502724096,'uk'),(1502740480,'nl'),(1502756864,'uz'),(1502773248,'ba'),(1502789632,'de'),(1502806016,'sa'),(1502822400,'hu'),(1502838784,'se'),(1502855168,'az'),(1502871552,'bh'),(1502887936,'hu'),(1502904320,'it'),(1502920704,'ru'),(1502937088,'ro'),(1502953472,'md'),(1502969856,'eu'),(1502986240,'de'),(1503002624,'ge'),(1503006720,'uk'),(1503010816,'it'),(1503019008,'dk'),(1503051776,'se'),(1503068160,'pl'),(1503084544,'uk'),(1503100928,'ru'),(1503117312,'no'),(1503133696,'pt'),(1503395840,'fr'),(1503657984,'se'),(1503690752,'is'),(1503723520,'pl'),(1503789056,'no'),(1503821824,'ua'),(1503854592,'ru'),(1503887360,'de'),(1503920128,'hr'),(1503985664,'ir'),(1504018432,'ro'),(1504051200,'fi'),(1504083968,'de'),(1504116736,'pl'),(1504149504,'uk'),(1504247808,'ru'),(1504313344,'fr'),(1504378880,'pl'),(1504444416,'hr'),(1504509952,'sk'),(1504575488,'pl'),(1504641024,'ru'),(1504706560,'cz'),(1504837632,'ru'),(1504968704,'pt'),(1505099776,'de'),(1505230848,'ru'),(1505239040,'ie'),(1505247232,'ua'),(1505255424,'it'),(1505263616,'dk'),(1505271808,'nl'),(1505280000,'ir'),(1505288192,'ru'),(1505296384,'ua'),(1505304576,'fr'),(1505312768,'ru'),(1505320960,'at'),(1505329152,'uk'),(1505337344,'fr'),(1505345536,'mk'),(1505353728,'cz'),(1505361920,'pl'),(1505370112,'sm'),(1505378304,'it'),(1505386496,'hu'),(1505394688,'de'),(1505402880,'dk'),(1505411072,'bg'),(1505419264,'ru'),(1505427456,'ua'),(1505435648,'md'),(1505443840,'uk'),(1505460224,'cz'),(1505476608,'ru'),(1505484800,'pl'),(1505492992,'nl'),(1505501184,'me'),(1505509376,'sa'),(1505517568,'ru'),(1505525760,'it'),(1505533952,'ru'),(1505542144,'pl'),(1505550336,'ru'),(1505566720,'it'),(1505574912,'ye'),(1505583104,'ru'),(1505607680,'se'),(1505615872,'sa'),(1505624064,'fi'),(1505632256,'cz'),(1505648640,'lt'),(1505656832,'bh'),(1505665024,'it'),(1505673216,'bg'),(1505681408,'ru'),(1505689600,'no'),(1505697792,'ie'),(1505705984,'de'),(1505714176,'lv'),(1505722368,'pl'),(1505738752,'uk'),(1505746944,'ru'),(1505755136,'uk'),(1506017280,'de'),(1506279424,'nl'),(1506312192,'uk'),(1506316288,'pl'),(1506322432,'de'),(1506324480,'cz'),(1506326528,'ru'),(1506328576,'fi'),(1506330624,'nl'),(1506332672,'pl'),(1506334720,'uk'),(1506336768,'pl'),(1506338816,'ua'),(1506340864,'ro'),(1506342912,'ua'),(1506344960,'lv'),(1506377728,'hr'),(1506410496,'de'),(1506443264,'uk'),(1506476032,'kw'),(1506508800,'cz'),(1506541568,'ru'),(1506574336,'de'),(1506582528,'ie'),(1506607104,'mk'),(1506639872,'nl'),(1506672640,'pl'),(1506689024,'ch'),(1506705408,'uk'),(1506740224,'fi'),(1506742272,'se'),(1506744320,'nl'),(1506746368,'ru'),(1506750464,'uk'),(1506752512,'ie'),(1506754560,'ru'),(1506758656,'it'),(1506760704,'ru'),(1506764800,'it'),(1506766848,'no'),(1506768896,'at'),(1506770944,'nl'),(1506772992,'uk'),(1506775040,'at'),(1506777088,'uk'),(1506783232,'ru'),(1506785280,'ua'),(1506787328,'me'),(1506789376,'de'),(1506791424,'uk'),(1506793472,'ru'),(1506795520,'ie'),(1506797568,'es'),(1506799616,'lv'),(1506801664,'de'),(1506803712,'ru'),(1506869248,'ua'),(1506934784,'gr'),(1507000320,'qa'),(1507065856,'si'),(1507131392,'uk'),(1507196928,'pt'),(1507262464,'bg'),(1507328000,'rs'),(1507393536,'ch'),(1507459072,'kz'),(1507524608,'eu'),(1507590144,'nl'),(1507655680,'de'),(1507659776,'ru'),(1507663872,'it'),(1507667968,'ru'),(1507672064,'ee'),(1507676160,'ir'),(1507680256,'no'),(1507684352,'lv'),(1507688448,'it'),(1507696640,'dk'),(1507700736,'nl'),(1507704832,'ru'),(1507708928,'cz'),(1507713024,'ru'),(1507717120,'se'),(1507721216,'uk'),(1507753984,'ru'),(1507819520,'hu'),(1507852288,'fr'),(1508114432,'pl'),(1508376576,'ge'),(1508392960,'ru'),(1508442112,'dk'),(1508458496,'ru'),(1508474880,'cz'),(1508491264,'se'),(1508507648,'uk'),(1508524032,'ie'),(1508540416,'fr'),(1508556800,'pl'),(1508573184,'cz'),(1508589568,'ir'),(1508605952,'ru'),(1508622336,'ee'),(1508638720,'se'),(1508655104,'fi'),(1508671488,'ch'),(1508687872,'uz'),(1508704256,'ru'),(1508720640,'fr'),(1508737024,'sa'),(1508753408,'kg'),(1508769792,'pl'),(1508786176,'de'),(1508802560,'uk'),(1508818944,'ro'),(1508835328,'cz'),(1508851712,'pl'),(1508868096,'ru'),(1508884480,'dk'),(1508900864,'uk'),(1509163008,'de'),(1509425152,'no'),(1509429248,'uk'),(1509433344,'ch'),(1509437440,'uk'),(1509443584,'fr'),(1509445632,'lv'),(1509449728,'es'),(1509453824,'ru'),(1509457920,'nl'),(1509462016,'li'),(1509466112,'nl'),(1509470208,'ru'),(1509478400,'fr'),(1509482496,'ru'),(1509486592,'cz'),(1509490688,'dk'),(1509494784,'ru'),(1509498880,'ch'),(1509502976,'ru'),(1509507072,'uk'),(1509511168,'lt'),(1509515264,'hr'),(1509519360,'ru'),(1509531648,'uk'),(1509535744,'ru'),(1509539840,'am'),(1509543936,'lb'),(1509548032,'ru'),(1509564416,'uk'),(1509568512,'fi'),(1509572608,'nl'),(1509576704,'kz'),(1509580800,'cz'),(1509584896,'no'),(1509588992,'de'),(1509593088,'ru'),(1509601280,'nl'),(1509605376,'pl'),(1509609472,'ru'),(1509617664,'cz'),(1509621760,'nl'),(1509625856,'ua'),(1509629952,'hu'),(1509634048,'fr'),(1509638144,'ru'),(1509642240,'kw'),(1509646336,'ru'),(1509650432,'uk'),(1509654528,'de'),(1509658624,'ru'),(1509666816,'it'),(1509670912,'uk'),(1509675008,'no'),(1509679104,'es'),(1509683200,'ch'),(1509687296,'ua'),(1509703680,'ru'),(1509720064,'tr'),(1509736448,'bg'),(1509752832,'ru'),(1509769216,'se'),(1509785600,'bg'),(1509801984,'ru'),(1509818368,'no'),(1509851136,'lv'),(1509867520,'ru'),(1509883904,'nl'),(1509900288,'ru'),(1509916672,'uk'),(1509933056,'ru'),(1509949440,'fr'),(1518338048,'se'),(1519452160,'nl'),(1519517696,'at'),(1519583232,'it'),(1519648768,'sa'),(1519714304,'no'),(1519779840,'ru'),(1519910912,'uk'),(1519943680,'at'),(1519976448,'de'),(1520009216,'sy'),(1520041984,'ru'),(1520074752,'bg'),(1520107520,'uk'),(1520140288,'ru'),(1520173056,'pl'),(1520205824,'ru'),(1520271360,'si'),(1520304128,'tr'),(1520435200,'es'),(1521483776,'cz'),(1522008064,'dk'),(1522139136,'de'),(1522270208,'ru'),(1522401280,'ee'),(1522532352,'uk'),(1524629504,'se'),(1525678080,'eu'),(1526726656,'de'),(1531183104,'fr'),(1531445248,'ae'),(1531707392,'ru'),(1531969536,'it'),(1532100608,'hu'),(1532231680,'uk'),(1532362752,'be'),(1532493824,'fr'),(1532559360,'de'),(1532624896,'eu'),(1532626944,'ua'),(1532631040,'se'),(1532633088,'ua'),(1532635136,'no'),(1532637184,'fi'),(1532639232,'pl'),(1532641280,'nl'),(1532643328,'pl'),(1532645376,'ua'),(1532647424,'pl'),(1532649472,'fr'),(1532651520,'no'),(1532653568,'pl'),(1532655616,'ro'),(1532657664,'il'),(1532661760,'de'),(1532665856,'pl'),(1532674048,'ua'),(1532682240,'lv'),(1532690432,'fr'),(1532755968,'bg'),(1532821504,'tr'),(1532887040,'pl'),(1532952576,'se'),(1533018112,'de'),(1533149184,'ir'),(1533280256,'dk'),(1533411328,'uk'),(1533413376,'de'),(1533415424,'sa'),(1533417472,'no'),(1533419520,'kw'),(1533421568,'nl'),(1533423616,'it'),(1533425664,'uk'),(1533429760,'it'),(1533431808,'ie'),(1533433856,'dk'),(1533435904,'cz'),(1533437952,'ru'),(1533440000,'pl'),(1533442048,'ae'),(1533444096,'it'),(1533446144,'de'),(1533448192,'kw'),(1533450240,'ru'),(1533452288,'tr'),(1533454336,'rs'),(1533456384,'ua'),(1533458432,'uk'),(1533460480,'nl'),(1533462528,'ru'),(1533464576,'nl'),(1533466624,'ru'),(1533468672,'rs'),(1533470720,'kw'),(1533472768,'es'),(1533474816,'fr'),(1533476864,'ie'),(1533478912,'rs'),(1533480960,'nl'),(1533483008,'am'),(1533485056,'uk'),(1533487104,'fr'),(1533489152,'es'),(1533491200,'am'),(1533493248,'ru'),(1533499392,'mt'),(1533501440,'lt'),(1533503488,'ru'),(1533505536,'de'),(1533507584,'ua'),(1533509632,'uk'),(1533511680,'fr'),(1533513728,'kw'),(1533515776,'ru'),(1533517824,'cz'),(1533519872,'uk'),(1533526016,'ru'),(1533532160,'uk'),(1533534208,'ru'),(1533536256,'fr'),(1533538304,'de'),(1533540352,'at'),(1533542400,'uk'),(1534066688,'at'),(1534328832,'es'),(1534459904,'at'),(1534590976,'hu'),(1534656512,'fr'),(1534722048,'ru'),(1534787584,'ro'),(1534791680,'ua'),(1534795776,'no'),(1534803968,'lv'),(1534808064,'ru'),(1534812160,'ch'),(1534816256,'fr'),(1534820352,'fi'),(1534824448,'ua'),(1534828544,'pl'),(1534836736,'se'),(1534840832,'pl'),(1534844928,'ie'),(1534849024,'nl'),(1534853120,'ua'),(1534918656,'uk'),(1534984192,'se'),(1535049728,'sk'),(1535115264,'se'),(1535377408,'gr'),(1535442944,'fi'),(1535508480,'bg'),(1535574016,'uk'),(1535578112,'lv'),(1535582208,'no'),(1535590400,'ch'),(1535594496,'lv'),(1535598592,'il'),(1535602688,'hu'),(1535606784,'no'),(1535610880,'ru'),(1535614976,'at'),(1535619072,'fr'),(1535623168,'kz'),(1535627264,'ru'),(1535631360,'uk'),(1535635456,'az'),(1535639552,'uk'),(1535672320,'de'),(1535705088,'ch'),(1535737856,'hu'),(1535770624,'ch'),(1535803392,'gr'),(1535836160,'hu'),(1535868928,'bg'),(1535901696,'gr'),(1535934464,'kw'),(1535967232,'at'),(1536000000,'nl'),(1536032768,'lv'),(1536036864,'at'),(1536040960,'uk'),(1536045056,'lu'),(1536049152,'it'),(1536053248,'ru'),(1536057344,'ie'),(1536061440,'se'),(1536065536,'uk'),(1536065792,'fr'),(1536066304,'nl'),(1536066816,'ru'),(1536067072,'eu'),(1536067328,'ru'),(1536067584,'dk'),(1536067840,'pl'),(1536068096,'ru'),(1536068352,'hr'),(1536068608,'ru'),(1536068864,'cz'),(1536069120,'tr'),(1536069376,'it'),(1536069632,'ru'),(1536073728,'ua'),(1536077824,'se'),(1536081920,'pl'),(1536086016,'es'),(1536090112,'ie'),(1536094208,'nl'),(1536098304,'ru'),(1536114688,'uk'),(1536118784,'de'),(1536122880,'at'),(1536126976,'dk'),(1536131072,'ru'),(1536143360,'uk'),(1536147456,'it'),(1536151552,'rs'),(1536155648,'il'),(1536159744,'de'),(1536163840,'sy'),(1536180224,'hu'),(1536196608,'ru'),(1536212992,'dk'),(1536229376,'se'),(1536245760,'fi'),(1536262144,'pl'),(1536278528,'ua'),(1536294912,'ru'),(1536327680,'hu'),(1536344064,'pl'),(1536360448,'ru'),(1536376832,'kz'),(1536393216,'sa'),(1536409600,'hu'),(1536425984,'sk'),(1536442368,'rs'),(1536458752,'bg'),(1536475136,'nl'),(1536491520,'se'),(1536507904,'ru'),(1536524288,'by'),(1536540672,'pl'),(1536557056,'fi'),(1536573440,'rs'),(1536589824,'pl'),(1536614400,'dk'),(1536622592,'uk'),(1536626688,'it'),(1536630784,'ru'),(1536634880,'fr'),(1536643072,'tr'),(1536647168,'es'),(1536651264,'fr'),(1536655360,'ge'),(1536659456,'de'),(1536663552,'sa'),(1536667648,'ru'),(1536675840,'uk'),(1536679936,'lb'),(1536688128,'fi'),(1537212416,'fr'),(1538260992,'be'),(1538785280,'nl'),(1538793472,'de'),(1538801664,'ir'),(1538809856,'ge'),(1538818048,'no'),(1538826240,'de'),(1538834432,'cy'),(1538842624,'ru'),(1538850816,'kz'),(1538859008,'ru'),(1538875392,'rs'),(1538883584,'be'),(1538891776,'de'),(1538899968,'si'),(1538908160,'ru'),(1538916352,'uk'),(1538924544,'de'),(1538932736,'no'),(1538940928,'ru'),(1538949120,'at'),(1538957312,'eu'),(1538965504,'ir'),(1538973696,'jo'),(1538981888,'by'),(1538990080,'cz'),(1538998272,'ad'),(1539006464,'rs'),(1539022848,'lt'),(1539031040,'it'),(1539039232,'pl'),(1539047424,'it'),(1539055616,'lv'),(1539063808,'fr'),(1539072000,'pl'),(1539080192,'uz'),(1539088384,'ru'),(1539096576,'tr'),(1539112960,'pl'),(1539115008,'eu'),(1539117056,'pl'),(1539123200,'se'),(1539125248,'ru'),(1539127296,'pl'),(1539129344,'ie'),(1539131392,'pl'),(1539133440,'ru'),(1539135488,'uk'),(1539137536,'nl'),(1539139584,'eu'),(1539141632,'ua'),(1539143680,'no'),(1539145728,'ua'),(1539147776,'pl'),(1539149824,'eu'),(1539151872,'ua'),(1539153920,'ru'),(1539155968,'no'),(1539160064,'ru'),(1539162112,'de'),(1539164160,'dk'),(1539166208,'fi'),(1539168256,'pl'),(1539170304,'nl'),(1539172352,'ru'),(1539176448,'pl'),(1539178496,'ch'),(1539186688,'lv'),(1539194880,'ru'),(1539203072,'nl'),(1539207168,'ru'),(1539211264,'cz'),(1539213312,'se'),(1539215360,'de'),(1539221504,'fr'),(1539223552,'de'),(1539225600,'hu'),(1539229696,'de'),(1539231744,'be'),(1539233792,'gr'),(1539235840,'de'),(1539237888,'ru'),(1539239936,'de'),(1539244032,'ba'),(1539260416,'sk'),(1539276800,'se'),(1539280896,'fr'),(1539284992,'tr'),(1539289088,'ru'),(1539293184,'az'),(1539297280,'bg'),(1539301376,'ru'),(1539309568,'pl'),(1539310592,'ua'),(1539311616,'nl'),(1539312640,'de'),(1539314688,'ua'),(1539316736,'se'),(1539317760,'ru'),(1539318784,'nl'),(1539319808,'de'),(1539320832,'ua'),(1539321856,'uk'),(1539322880,'dk'),(1539323904,'pl'),(1539324928,'ua'),(1539325952,'kg'),(1539326976,'ru'),(1539329024,'pl'),(1539330048,'ru'),(1539331072,'ua'),(1539332096,'pl'),(1539333120,'ru'),(1539334144,'ua'),(1539335168,'ch'),(1539336192,'ua'),(1539336704,'lv'),(1539337216,'es'),(1539339264,'uk'),(1539340288,'pl'),(1539341312,'it'),(1539342336,'ua'),(1539345408,'ro'),(1539346432,'pl'),(1539347456,'ru'),(1539348480,'ua'),(1539351552,'pl'),(1539352576,'ru'),(1539354624,'pl'),(1539355648,'ua'),(1539358720,'uk'),(1539359744,'pl'),(1539360768,'ua'),(1539361280,'de'),(1539361792,'pl'),(1539362816,'uk'),(1539363840,'dk'),(1539364864,'ua'),(1539365888,'no'),(1539366912,'pl'),(1539368960,'uk'),(1539369984,'bg'),(1539371008,'ua'),(1539372032,'ru'),(1539373056,'pl'),(1539374080,'se'),(1539375104,'no'),(1539376128,'il'),(1539377152,'ua'),(1539378176,'pl'),(1539379200,'de'),(1539380224,'ch'),(1539381248,'rs'),(1539382272,'pl'),(1539383296,'ua'),(1539384320,'ru'),(1539385344,'pl'),(1539385856,'be'),(1539386368,'it'),(1539387392,'il'),(1539388416,'pl'),(1539389440,'eu'),(1539389952,'ru'),(1539390464,'ro'),(1539391488,'lv'),(1539392512,'ua'),(1539396608,'pl'),(1539397632,'ru'),(1539398144,'pl'),(1539398656,'eu'),(1539399680,'pl'),(1539401728,'im'),(1539402240,'fr'),(1539402752,'uk'),(1539403264,'ru'),(1539403776,'it'),(1539404800,'lv'),(1539405824,'pl'),(1539406848,'ua'),(1539408896,'cz'),(1539409920,'dk'),(1539410944,'ru'),(1539411968,'pl'),(1539412992,'ru'),(1539414016,'ua'),(1539415040,'bg'),(1539416064,'pl'),(1539417088,'ua'),(1539418112,'ru'),(1539419136,'ua'),(1539420160,'ru'),(1539421184,'eu'),(1539422208,'pl'),(1539423232,'ie'),(1539424256,'ua'),(1539425280,'pl'),(1539426304,'bg'),(1539427328,'ua'),(1539428352,'pl'),(1539429376,'ru'),(1539430400,'cz'),(1539430912,'ru'),(1539431424,'ua'),(1539432448,'ru'),(1539434496,'ua'),(1539435520,'ru'),(1539437568,'uk'),(1539439616,'ua'),(1539440640,'ru'),(1539441664,'il'),(1539442176,'nl'),(1539443200,'ru'),(1539443712,'cz'),(1539444224,'fr'),(1539444736,'ru'),(1539445248,'pl'),(1539445760,'fi'),(1539446272,'se'),(1539446784,'ua'),(1539447296,'se'),(1539447808,'ro'),(1539448832,'uk'),(1539449344,'ua'),(1539449856,'dk'),(1539450368,'se'),(1539450880,'cz'),(1539451392,'ro'),(1539452416,'uk'),(1539452928,'ch'),(1539453440,'ua'),(1539453952,'uk'),(1539454464,'ua'),(1539455488,'ru'),(1539456000,'fr'),(1539456512,'eu'),(1539457024,'ru'),(1539457536,'se'),(1539458048,'uk'),(1539459072,'ua'),(1539459584,'uk'),(1539460096,'lv'),(1539460608,'ua'),(1539461632,'rs'),(1539462144,'de'),(1539462656,'uk'),(1539463168,'ua'),(1539463680,'de'),(1539464192,'ro'),(1539464704,'dk'),(1539465216,'fr'),(1539466752,'kw'),(1539467264,'ua'),(1539467776,'pl'),(1539468288,'eu'),(1539468800,'ru'),(1539469824,'il'),(1539470336,'ua'),(1539470848,'se'),(1539471360,'ru'),(1539471872,'pl'),(1539472384,'ua'),(1539472896,'ie'),(1539473408,'uk'),(1539473920,'kw'),(1539474432,'de'),(1539474944,'ua'),(1539475456,'nl'),(1539475968,'pl'),(1539476480,'ro'),(1539476992,'it'),(1539477504,'pl'),(1539478016,'ch'),(1539478528,'ro'),(1539479040,'uk'),(1539480064,'eu'),(1539480576,'pl'),(1539481088,'uk'),(1539481600,'ru'),(1539482112,'ua'),(1539483136,'eu'),(1539483648,'dk'),(1539484160,'uk'),(1539484672,'ru'),(1539485696,'ro'),(1539486208,'fr'),(1539486720,'de'),(1539487232,'ru'),(1539488256,'se'),(1539488768,'pl'),(1539489280,'ru'),(1539490816,'ch'),(1539491328,'pl'),(1539491840,'ru'),(1539492352,'eu'),(1539492864,'nl'),(1539493376,'ru'),(1539493888,'fr'),(1539494400,'pl'),(1539494912,'ru'),(1539495424,'ua'),(1539495936,'rs'),(1539496448,'nl'),(1539496960,'uk'),(1539497472,'de'),(1539497984,'nl'),(1539498496,'ru'),(1539499008,'pl'),(1539499520,'de'),(1539500544,'ro'),(1539501056,'be'),(1539501568,'ua'),(1539502080,'pl'),(1539502592,'hr'),(1539503104,'ru'),(1539504128,'at'),(1539504640,'ua'),(1539505152,'ru'),(1539506176,'de'),(1539506688,'ua'),(1539507200,'ro'),(1539508224,'no'),(1539508736,'ua'),(1539509760,'ro'),(1539510272,'ru'),(1539510784,'de'),(1539511296,'ua'),(1539511808,'ru'),(1539512320,'bg'),(1539512832,'pl'),(1539513344,'ro'),(1539513856,'ua'),(1539514368,'se'),(1539514880,'eu'),(1539515392,'fr'),(1539515904,'rs'),(1539516416,'at'),(1539516928,'pl'),(1539517440,'ro'),(1539517952,'uk'),(1539518464,'de'),(1539518976,'ru'),(1539519488,'ua'),(1539520000,'de'),(1539520512,'pl'),(1539521024,'dk'),(1539521536,'ru'),(1539522048,'ro'),(1539522560,'uk'),(1539523072,'ro'),(1539523584,'ua'),(1539524096,'eu'),(1539524608,'fr'),(1539525120,'ua'),(1539525632,'se'),(1539526144,'de'),(1539526656,'nl'),(1539527168,'uk'),(1539527680,'ro'),(1539528192,'ua'),(1539528704,'sa'),(1539529216,'ua'),(1539529728,'pl'),(1539530240,'at'),(1539530752,'ua'),(1539531264,'ro'),(1539531776,'ru'),(1539532800,'de'),(1539533312,'cz'),(1539533824,'pl'),(1539534336,'ru'),(1539534848,'uk'),(1539535360,'ru'),(1539535872,'at'),(1539536384,'nl'),(1539536896,'ua'),(1539537408,'uk'),(1539537920,'ua'),(1539538432,'ru'),(1539540480,'pl'),(1539540992,'ru'),(1539541504,'tr'),(1539542016,'de'),(1539542528,'ch'),(1539543040,'ro'),(1539543552,'si'),(1539544064,'ru'),(1539544576,'de'),(1539545088,'gr'),(1539545600,'se'),(1539546112,'ua'),(1539546624,'pl'),(1539547136,'nl'),(1539547648,'il'),(1539548160,'fr'),(1539548672,'uk'),(1539549696,'ru'),(1539550208,'ua'),(1539550720,'eu'),(1539551232,'rs'),(1539551744,'ru'),(1539552256,'ro'),(1539552768,'uk'),(1539553280,'ua'),(1539553792,'uk'),(1539554304,'ch'),(1539554816,'pl'),(1539555328,'uk'),(1539555840,'ro'),(1539556864,'at'),(1539557376,'nl'),(1539557888,'cz'),(1539558400,'ru'),(1539558912,'eu'),(1539559424,'ru'),(1539560448,'uk'),(1539560960,'ua'),(1539561472,'ro'),(1539561984,'eu'),(1539562496,'de'),(1539563008,'ru'),(1539563520,'se'),(1539564032,'kz'),(1539564544,'uk'),(1539565056,'ua'),(1539565568,'pl'),(1539566080,'nl'),(1539566592,'uk'),(1539567104,'ch'),(1539567616,'de'),(1539568128,'es'),(1539568640,'ua'),(1539569152,'eu'),(1539569664,'ua'),(1539570176,'pl'),(1539570688,'ru'),(1539571712,'ua'),(1539572736,'ru'),(1539573760,'pl'),(1539575808,'lv'),(1539576832,'uk'),(1539577856,'ru'),(1539578880,'pl'),(1539579904,'ru'),(1539582976,'ro'),(1539584000,'pl'),(1539585024,'ua'),(1539586048,'pl'),(1539587072,'ua'),(1539588096,'bg'),(1539589120,'uk'),(1539590144,'ru'),(1539592192,'ua'),(1539593216,'il'),(1539594240,'ua'),(1539598336,'nl'),(1539599360,'pl'),(1539600384,'hu'),(1539601408,'de'),(1539602432,'ua'),(1539603456,'bg'),(1539604480,'es'),(1539605504,'ua'),(1539607552,'eu'),(1539609600,'ua'),(1539610624,'ru'),(1539611648,'ua'),(1539614720,'nl'),(1539615744,'dk'),(1539616768,'ua'),(1539617792,'fr'),(1539618816,'uk'),(1539619840,'ru'),(1539620864,'ua'),(1539623936,'de'),(1539624960,'ru'),(1539625984,'pl'),(1539627008,'ru'),(1539628032,'ua'),(1539629056,'bg'),(1539630080,'ua'),(1539632128,'ru'),(1539633152,'se'),(1539634176,'ru'),(1539638272,'ua'),(1539639296,'ru'),(1539640320,'pl'),(1539641344,'ua'),(1539642368,'ru'),(1539643392,'ua'),(1539644416,'de'),(1539645440,'uk'),(1539646464,'ie'),(1539647488,'ua'),(1539652608,'il'),(1539653632,'ru'),(1539654656,'ua'),(1539655680,'nl'),(1539656704,'ru'),(1539657728,'ua'),(1539658752,'fi'),(1539659776,'pl'),(1539660800,'uk'),(1539661824,'ru'),(1539662848,'il'),(1539663872,'ua'),(1539664896,'be'),(1539665920,'ru'),(1539666944,'cz'),(1539667968,'ua'),(1539668992,'cz'),(1539670016,'ua'),(1539672064,'fr'),(1539673088,'uk'),(1539674112,'ua'),(1539675136,'pl'),(1539677184,'ua'),(1539678208,'ru'),(1539679232,'uk'),(1539680256,'ua'),(1539681280,'ru'),(1539684352,'ua'),(1539686400,'ru'),(1539688448,'sa'),(1539689472,'ua'),(1539690496,'fi'),(1539691520,'ru'),(1539692544,'ua'),(1539694592,'pl'),(1539695616,'uk'),(1539696640,'ru'),(1539697664,'ua'),(1539699712,'ro'),(1539700736,'dk'),(1539701760,'ua'),(1539702784,'si'),(1539703040,'ua'),(1539703296,'de'),(1539703552,'eu'),(1539703808,'ua'),(1539704064,'il'),(1539704320,'ch'),(1539704576,'hu'),(1539704832,'ch'),(1539705088,'uk'),(1539705344,'ua'),(1539705600,'ch'),(1539706112,'uk'),(1539706368,'ru'),(1539706624,'pl'),(1539707136,'lt'),(1539707392,'uk'),(1539707648,'ro'),(1539707904,'ua'),(1539708160,'de'),(1539708416,'eu'),(1539708672,'ro'),(1539708928,'ie'),(1539709184,'at'),(1539709440,'eu'),(1539709696,'nl'),(1539709952,'ro'),(1539710208,'im'),(1539710464,'eu'),(1539710720,'ua'),(1539710976,'de'),(1539711232,'ru'),(1539711488,'ua'),(1539711744,'de'),(1539712000,'ua'),(1539712256,'nl'),(1539712512,'ru'),(1539712768,'ro'),(1539713024,'ua'),(1539713280,'eu'),(1539713536,'dk'),(1539713792,'uk'),(1539714048,'eu'),(1539714304,'uk'),(1539714560,'ua'),(1539714816,'pt'),(1539715072,'se'),(1539715328,'tr'),(1539715584,'ua'),(1539715840,'ru'),(1539716096,'si'),(1539716352,'pl'),(1539716608,'ru'),(1539716864,'pl'),(1539717376,'de'),(1539717632,'ch'),(1539717888,'mk'),(1539718144,'de'),(1539718400,'tr'),(1539718656,'sa'),(1539718912,'kz'),(1539719168,'eu'),(1539719424,'pl'),(1539719680,'de'),(1539720192,'ru'),(1539720704,'il'),(1539720960,'ru'),(1539721216,'ch'),(1539721728,'pl'),(1539721984,'ru'),(1539722240,'pl'),(1539722496,'eu'),(1539722752,'de'),(1539723008,'ch'),(1539723264,'pl'),(1539723520,'uk'),(1539723776,'de'),(1539724032,'ua'),(1539724288,'it'),(1539724544,'ru'),(1539724800,'ua'),(1539725056,'nl'),(1539725312,'fr'),(1539725568,'pl'),(1539725824,'pt'),(1539726080,'ru'),(1539726336,'se'),(1539726592,'at'),(1539726848,'pl'),(1539727104,'se'),(1539727360,'si'),(1539727616,'pl'),(1539727872,'ru'),(1539728128,'uk'),(1539728384,'pl'),(1539728640,'ua'),(1539728896,'sa'),(1539729152,'uk'),(1539729408,'ru'),(1539729664,'fr'),(1539729920,'nl'),(1539730176,'uk'),(1539730432,'gr'),(1539730688,'ua'),(1539730944,'pl'),(1539731456,'si'),(1539731712,'de'),(1539731968,'eu'),(1539732480,'ua'),(1539732736,'dk'),(1539732992,'pl'),(1539733248,'bg'),(1539733504,'fi'),(1539733760,'pl'),(1539734016,'fr'),(1539734272,'no'),(1539734528,'tr'),(1539734784,'de'),(1539735040,'be'),(1539735296,'ua'),(1539735552,'at'),(1539735808,'il'),(1539736064,'ru'),(1539736320,'hu'),(1539736576,'bg'),(1539736832,'ua'),(1539737088,'kw'),(1539737344,'ru'),(1539737600,'ro'),(1539737856,'ru'),(1539738112,'dk'),(1539738368,'eu'),(1539738624,'ua'),(1539738880,'nl'),(1539739136,'at'),(1539739392,'ua'),(1539739648,'dk'),(1539739904,'pl'),(1539740416,'ro'),(1539740672,'at'),(1539740928,'ru'),(1539741184,'pl'),(1539741440,'nl'),(1539741696,'de'),(1539741952,'ua'),(1539742208,'ch'),(1539742464,'ru'),(1539742720,'lv'),(1539742976,'uk'),(1539743232,'gr'),(1539743488,'fr'),(1539743744,'ro'),(1539744000,'hr'),(1539744256,'ro'),(1539744512,'uk'),(1539744768,'se'),(1539745024,'uk'),(1539745536,'ch'),(1539745792,'dk'),(1539746304,'ru'),(1539746560,'ua'),(1539746816,'dk'),(1539747072,'ch'),(1539747328,'nl'),(1539747584,'ua'),(1539747840,'no'),(1539748096,'pl'),(1539748352,'nl'),(1539748608,'pl'),(1539748864,'uk'),(1539749120,'bg'),(1539749376,'pt'),(1539749632,'gr'),(1539749888,'ru'),(1539750144,'tr'),(1539750400,'pl'),(1539750656,'de'),(1539750912,'ua'),(1539751168,'tr'),(1539751424,'si'),(1539751680,'fr'),(1539751936,'de'),(1539752192,'se'),(1539752448,'pl'),(1539752704,'at'),(1539752960,'ro'),(1539753216,'de'),(1539753472,'hu'),(1539753728,'eu'),(1539753984,'uk'),(1539754240,'no'),(1539754496,'se'),(1539754752,'be'),(1539755008,'dk'),(1539755264,'il'),(1539755520,'ee'),(1539755776,'no'),(1539756032,'pl'),(1539756544,'uk'),(1539756800,'be'),(1539757056,'ru'),(1539757312,'uk'),(1539757568,'si'),(1539757824,'ua'),(1539758080,'hr'),(1539758592,'nl'),(1539758848,'si'),(1539759104,'dk'),(1539759360,'ru'),(1539759616,'pl'),(1539759872,'se'),(1539760128,'uk'),(1539760384,'ru'),(1539760640,'pl'),(1539760896,'dk'),(1539761152,'bg'),(1539761408,'ch'),(1539761664,'pl'),(1539761920,'ru'),(1539762176,'pl'),(1539762432,'ua'),(1539762688,'nl'),(1539762944,'ua'),(1539763200,'md'),(1539763456,'dk'),(1539763712,'de'),(1539763968,'uk'),(1539764224,'at'),(1539764480,'uk'),(1539764736,'ro'),(1539764992,'be'),(1539765248,'ie'),(1539765504,'pl'),(1539766016,'am'),(1539766272,'pl'),(1539766528,'ua'),(1539766784,'de'),(1539767040,'sa'),(1539767296,'dk'),(1539767552,'de'),(1539767808,'il'),(1539768064,'uk'),(1539768320,'fr'),(1539768576,'uk'),(1539768832,'it'),(1539769088,'be'),(1539769600,'at'),(1539769856,'fr'),(1539770112,'gr'),(1539770368,'de'),(1539770624,'uk'),(1539770880,'ru'),(1539771136,'fr'),(1539771392,'pl'),(1539771648,'ua'),(1539771904,'ru'),(1539772160,'be'),(1539772416,'ru'),(1539772672,'rs'),(1539772928,'ru'),(1539773184,'uk'),(1539773440,'kz'),(1539773696,'de'),(1539773952,'pl'),(1539774208,'si'),(1539774464,'ru'),(1539774720,'pl'),(1539774976,'ru'),(1539775232,'ch'),(1539775488,'ua'),(1539775744,'il'),(1539776000,'pl'),(1539776256,'sk'),(1539776512,'hu'),(1539776768,'ua'),(1539777536,'bg'),(1539777792,'ua'),(1539778048,'am'),(1539778304,'lb'),(1539778560,'ru'),(1539778816,'ro'),(1539779072,'uk'),(1539779328,'ch'),(1539779584,'pl'),(1539779840,'nl'),(1539780096,'ru'),(1539780352,'at'),(1539780608,'pl'),(1539780864,'ro'),(1539781120,'nl'),(1539781376,'de'),(1539781632,'hu'),(1539781888,'il'),(1539782144,'ua'),(1539782400,'lt'),(1539782656,'eu'),(1539782912,'pl'),(1539783168,'nl'),(1539783680,'de'),(1539783936,'si'),(1539784192,'uz'),(1539784448,'no'),(1539784704,'se'),(1539784960,'de'),(1539785216,'ch'),(1539785472,'ua'),(1539785728,'se'),(1539785984,'il'),(1539786240,'at'),(1539786496,'uk'),(1539786752,'hu'),(1539787008,'tr'),(1539787264,'eu'),(1539787520,'ua'),(1539787776,'uk'),(1539788032,'hr'),(1539788288,'uk'),(1539788544,'hr'),(1539788800,'ru'),(1539789312,'ua'),(1539789568,'de'),(1539789824,'nl'),(1539790080,'uk'),(1539790336,'lv'),(1539790592,'pl'),(1539790848,'eu'),(1539791104,'pl'),(1539791360,'ru'),(1539791616,'ua'),(1539792384,'il'),(1539792640,'pl'),(1539792896,'gr'),(1539793152,'pl'),(1539793408,'ch'),(1539793664,'il'),(1539794176,'pl'),(1539794432,'fr'),(1539794944,'ro'),(1539795200,'pl'),(1539795456,'ua'),(1539795712,'sa'),(1539795968,'nl'),(1539796224,'mc'),(1539796480,'uk'),(1539796736,'tr'),(1539796992,'ru'),(1539797248,'dk'),(1539797504,'ru'),(1539797760,'ua'),(1539798016,'hu'),(1539798272,'pl'),(1539798528,'uk'),(1539798784,'il'),(1539799040,'uk'),(1539799296,'dk'),(1539799552,'uk'),(1539799808,'ro'),(1539800064,'si'),(1539800320,'uk'),(1539800576,'lv'),(1539800832,'pl'),(1539801088,'bg'),(1539801344,'uk'),(1539801856,'si'),(1539802112,'pl'),(1539802368,'ro'),(1539802624,'is'),(1539802880,'nl'),(1539803136,'uk'),(1539803392,'nl'),(1539803648,'ua'),(1539804160,'pl'),(1539804672,'si'),(1539804928,'ua'),(1539805440,'at'),(1539805696,'ch'),(1539805952,'ru'),(1539806208,'fi'),(1539806464,'cz'),(1539806720,'bg'),(1539806976,'uk'),(1539807488,'cz'),(1539807744,'uk'),(1539808000,'hu'),(1539808256,'ru'),(1539808512,'ro'),(1539808768,'de'),(1539809024,'uk'),(1539809280,'es'),(1539809536,'si'),(1539809792,'de'),(1539810048,'ua'),(1539810304,'cz'),(1539810560,'de'),(1539810816,'tr'),(1539811072,'nl'),(1539811328,'cz'),(1539811584,'de'),(1539811840,'se'),(1539812096,'ru'),(1539812352,'ch'),(1539812608,'it'),(1539812864,'si'),(1539813120,'at'),(1539813376,'pl'),(1539813632,'nl'),(1539813888,'ru'),(1539814144,'nl'),(1539814400,'uk'),(1539814912,'ua'),(1539815168,'uk'),(1539815424,'ru'),(1539815936,'ch'),(1539816192,'sa'),(1539816448,'ua'),(1539816704,'cz'),(1539816960,'dk'),(1539817216,'tr'),(1539817472,'de'),(1539817728,'pl'),(1539817984,'ua'),(1539818240,'no'),(1539818496,'ru'),(1539819008,'ch'),(1539819264,'ro'),(1539819520,'at'),(1539819776,'si'),(1539820032,'il'),(1539820288,'pl'),(1539820544,'es'),(1539820800,'ru'),(1539821056,'ua'),(1539821312,'cz'),(1539821568,'dk'),(1539821824,'de'),(1539822080,'ro'),(1539822336,'ru'),(1539822592,'uk'),(1539822848,'ie'),(1539823104,'de'),(1539823360,'il'),(1539823616,'ro'),(1539823872,'dk'),(1539824128,'ch'),(1539824384,'nl'),(1539824640,'hu'),(1539824896,'ru'),(1539825152,'ua'),(1539825408,'ru'),(1539825920,'de'),(1539826176,'am'),(1539826432,'be'),(1539826688,'ch'),(1539827200,'ru'),(1539827456,'mk'),(1539827712,'ru'),(1539827968,'fr'),(1539828480,'si'),(1539828736,'nl'),(1539828992,'bg'),(1539829248,'se'),(1539829504,'uk'),(1539829760,'pl'),(1539830016,'de'),(1539830272,'fr'),(1539830528,'ro'),(1539830784,'ru'),(1539831040,'ua'),(1539831296,'pl'),(1539831552,'bg'),(1539831808,'ru'),(1539832064,'uk'),(1539832320,'pl'),(1539832576,'ru'),(1539832832,'uk'),(1539833088,'ru'),(1539833344,'fr'),(1539833856,'ua'),(1539837952,'nl'),(1539838976,'gr'),(1539840000,'pl'),(1539841024,'ru'),(1539842048,'pl'),(1539844096,'ua'),(1539846144,'nl'),(1539847168,'ua'),(1539850240,'lv'),(1539851264,'pl'),(1539852288,'ua'),(1539853312,'pl'),(1539854336,'ua'),(1539855360,'ru'),(1539856384,'ua'),(1539857408,'pl'),(1539858432,'ro'),(1539859456,'eu'),(1539860480,'ua'),(1539861504,'de'),(1539862528,'se'),(1539864576,'ro'),(1539865600,'ua'),(1539866624,'it'),(1539867648,'ua'),(1539869696,'es'),(1539870720,'il'),(1539871744,'eu'),(1539872768,'se'),(1539873792,'ua'),(1539876864,'es'),(1539877888,'pl'),(1539878912,'ua'),(1539880960,'pl'),(1539881984,'ua'),(1539884032,'mt'),(1539885056,'ua'),(1539886080,'ch'),(1539887104,'it'),(1539888128,'ua'),(1539889152,'ru'),(1539890176,'ua'),(1539891200,'ru'),(1539893248,'ua'),(1539894272,'pl'),(1539895296,'ua'),(1539899392,'ru'),(1539900416,'ua'),(1539901440,'ru'),(1539902464,'ua'),(1539903488,'pl'),(1539904512,'cz'),(1539905536,'ua'),(1539910656,'pl'),(1539911680,'ru'),(1539913728,'ch'),(1539914752,'se'),(1539915776,'ru'),(1539916800,'ua'),(1539917824,'ru'),(1539918848,'ro'),(1539920896,'ua'),(1539921920,'pl'),(1539922944,'se'),(1539923968,'ua'),(1539924992,'de'),(1539926016,'ua'),(1539929088,'ru'),(1539930112,'pl'),(1539931136,'ua'),(1539932160,'de'),(1539933184,'es'),(1539934208,'rs'),(1539935232,'lv'),(1539936256,'ua'),(1539937280,'ch'),(1539938304,'pl'),(1539939328,'ua'),(1539940352,'uk'),(1539941376,'nl'),(1539942400,'ua'),(1539943424,'bg'),(1539944448,'ua'),(1539946496,'ru'),(1539947520,'ua'),(1539948544,'ro'),(1539949568,'ua'),(1539950592,'kz'),(1539951616,'ru'),(1539953664,'ua'),(1539954688,'ro'),(1539956736,'ua'),(1539957760,'ru'),(1539958784,'ua'),(1539963904,'ru'),(1539964928,'ua'),(1539965952,'ru'),(1539966976,'ua'),(1539968000,'ru'),(1539972096,'uk'),(1539973120,'ru'),(1539975168,'de'),(1539976192,'ru'),(1539977216,'de'),(1539978240,'ua'),(1539980288,'ru'),(1539981312,'si'),(1539982336,'ru'),(1539983360,'ua'),(1539985408,'se'),(1539986432,'ru'),(1539987456,'ro'),(1539988480,'ru'),(1539990528,'pl'),(1539991552,'ua'),(1539993600,'fi'),(1539994624,'at'),(1539995648,'ch'),(1539996672,'pl'),(1539997696,'ua'),(1539999744,'uk'),(1540000768,'ru'),(1540001792,'ua'),(1540002816,'ru'),(1540003840,'pl'),(1540004864,'ie'),(1540005888,'ua'),(1540006912,'ru'),(1540007936,'il'),(1540008960,'pl'),(1540011008,'ru'),(1540014080,'pl'),(1540015104,'cz'),(1540016128,'nl'),(1540017152,'ru'),(1540018176,'ua'),(1540020224,'ru'),(1540022272,'uk'),(1540023296,'pl'),(1540024320,'ru'),(1540025344,'uk'),(1540026368,'ua'),(1540028416,'es'),(1540029440,'ru'),(1540030464,'de'),(1540031488,'ua'),(1540032512,'ru'),(1540033536,'ua'),(1540034560,'pl'),(1540035584,'kz'),(1540036608,'ua'),(1540037632,'ee'),(1540038656,'eu'),(1540039680,'ru'),(1540040704,'se'),(1540041728,'ua'),(1540043776,'pl'),(1540044800,'uk'),(1540045824,'ua'),(1540046848,'ru'),(1540047872,'lv'),(1540048896,'uk'),(1540049920,'ua'),(1540050944,'ru'),(1540052992,'ua'),(1540055040,'no'),(1540056064,'nl'),(1540057088,'pl'),(1540057344,'ru'),(1540057600,'nl'),(1540057856,'ua'),(1540058112,'de'),(1540059136,'ua'),(1540060160,'no'),(1540061184,'il'),(1540062208,'ru'),(1540063232,'de'),(1540064256,'pl'),(1540065280,'ua'),(1540068352,'fr'),(1540069376,'ru'),(1540070400,'pl'),(1540071424,'se'),(1540072448,'ua'),(1540073472,'ru'),(1540076544,'ua'),(1540077568,'fr'),(1540078592,'ru'),(1540081664,'de'),(1540082688,'no'),(1540083712,'ru'),(1540084736,'de'),(1540085760,'pl'),(1540087808,'ru'),(1540092928,'pl'),(1540094976,'eu'),(1540096000,'uk'),(1540097024,'de'),(1540099072,'ua'),(1540100096,'ru'),(1540103168,'de'),(1540105216,'ua'),(1540110336,'ru'),(1540111360,'ua'),(1540112384,'lv'),(1540113408,'ru'),(1540114432,'de'),(1540115456,'ua'),(1540116480,'ch'),(1540117504,'ua'),(1540118528,'pl'),(1540119552,'ua'),(1540120576,'ru'),(1540123648,'cz'),(1540124672,'no'),(1540125696,'eu'),(1540126720,'ua'),(1540127744,'uk'),(1540128768,'ru'),(1540129792,'ua'),(1540130816,'ru'),(1540131840,'pl'),(1540132864,'ru'),(1540134912,'pl'),(1540135936,'bg'),(1540136960,'pl'),(1540137984,'ru'),(1540139008,'de'),(1540140032,'uk'),(1540141056,'ru'),(1540142080,'ua'),(1540143104,'ru'),(1540145152,'at'),(1540146176,'ua'),(1540147200,'ru'),(1540148224,'pl'),(1540149248,'uk'),(1540150272,'ua'),(1540151296,'at'),(1540152320,'se'),(1540153344,'ua'),(1540155392,'ru'),(1540156416,'cz'),(1540157440,'ru'),(1540158464,'uk'),(1540159488,'ua'),(1540160512,'ru'),(1540162560,'ua'),(1540163584,'ru'),(1540164608,'de'),(1540165632,'ua'),(1540166656,'pl'),(1540167680,'cz'),(1540168704,'de'),(1540169728,'nl'),(1540170752,'de'),(1540171776,'ru'),(1540172800,'cz'),(1540173824,'ru'),(1540175872,'de'),(1540176896,'se'),(1540177920,'ua'),(1540178944,'ru'),(1540179968,'pl'),(1540180992,'de'),(1540182016,'ua'),(1540183040,'ru'),(1540184064,'pl'),(1540185088,'ru'),(1540186112,'lv'),(1540187136,'uk'),(1540188160,'ua'),(1540190208,'uk'),(1540191232,'fr'),(1540192256,'ru'),(1540195328,'am'),(1540198400,'ru'),(1540199424,'ch'),(1540200448,'il'),(1540201472,'ua'),(1540204544,'ru'),(1540205568,'de'),(1540206592,'ru'),(1540208640,'no'),(1540209664,'ru'),(1540211712,'de'),(1540212736,'cz'),(1540213760,'ua'),(1540214784,'ru'),(1540215808,'nl'),(1540216832,'cz'),(1540217856,'uk'),(1540218880,'ru'),(1540219904,'pl'),(1540220928,'nl'),(1540221952,'ru'),(1540224000,'pl'),(1540225024,'uk'),(1540226048,'ru'),(1540227072,'uk'),(1540227584,'ru'),(1540228096,'ua'),(1540228608,'pl'),(1540229120,'at'),(1540229632,'lv'),(1540230144,'ru'),(1540232192,'bg'),(1540232704,'ru'),(1540233216,'ch'),(1540233728,'pl'),(1540234240,'de'),(1540234752,'ua'),(1540235776,'no'),(1540236288,'ro'),(1540236800,'pl'),(1540237312,'ro'),(1540238848,'de'),(1540239360,'ua'),(1540239872,'fr'),(1540240384,'ch'),(1540240896,'ru'),(1540242432,'de'),(1540242944,'ru'),(1540243456,'pl'),(1540243968,'ru'),(1540244480,'ch'),(1540244992,'de'),(1540245504,'ru'),(1540246016,'it'),(1540246528,'ro'),(1540247552,'nl'),(1540248064,'ro'),(1540248576,'at'),(1540249088,'pl'),(1540249600,'kz'),(1540250112,'dk'),(1540250624,'de'),(1540251136,'uk'),(1540251648,'pl'),(1540252160,'eu'),(1540252672,'ru'),(1540253184,'at'),(1540253696,'ch'),(1540254208,'ru'),(1540254720,'pl'),(1540255232,'ua'),(1540255744,'at'),(1540256256,'pl'),(1540256768,'ru'),(1540257280,'uk'),(1540257792,'ru'),(1540258304,'ir'),(1540258816,'ua'),(1540259328,'ru'),(1540259840,'it'),(1540260352,'ru'),(1540260864,'ee'),(1540261376,'sa'),(1540261888,'nl'),(1540262400,'bg'),(1540262912,'ro'),(1540263424,'de'),(1540263936,'im'),(1540264448,'ru'),(1540265984,'de'),(1540266496,'pl'),(1540267008,'fr'),(1540267520,'ro'),(1540268544,'ru'),(1540269056,'dk'),(1540269568,'ru'),(1540270080,'uk'),(1540270592,'il'),(1540271104,'pl'),(1540271616,'se'),(1540272128,'uk'),(1540272640,'pl'),(1540273664,'uk'),(1540274688,'ua'),(1540275200,'de'),(1540275712,'ua'),(1540276224,'at'),(1540276736,'ro'),(1540277248,'ru'),(1540277760,'eu'),(1540278272,'ua'),(1540278784,'ru'),(1540279808,'ro'),(1540280832,'pl'),(1540281344,'ua'),(1540281856,'de'),(1540282368,'ru'),(1540282880,'ua'),(1540283392,'cz'),(1540283904,'ru'),(1540284416,'at'),(1540284928,'eu'),(1540285440,'de'),(1540285952,'ru'),(1540286464,'uk'),(1540287488,'at'),(1540288512,'ru'),(1540289536,'pl'),(1540290048,'nl'),(1540290560,'ru'),(1540291072,'be'),(1540291584,'ua'),(1540292096,'ru'),(1540292608,'eu'),(1540293120,'dk'),(1540293632,'cz'),(1540295168,'pl'),(1540295680,'sa'),(1540296192,'pl'),(1540296704,'de'),(1540297216,'fr'),(1540297728,'eu'),(1540298240,'hr'),(1540298752,'ru'),(1540299264,'ua'),(1540299776,'cz'),(1540300800,'dk'),(1540301312,'il'),(1540301824,'uk'),(1540302848,'ru'),(1540303872,'ua'),(1540304896,'pl'),(1540305408,'uk'),(1540306432,'ua'),(1540306944,'uk'),(1540307456,'ru'),(1540308480,'rs'),(1540308992,'pl'),(1540309504,'cz'),(1540310016,'pl'),(1540310528,'ru'),(1540313088,'se'),(1540313600,'ru'),(1540315136,'ua'),(1540315648,'il'),(1540316160,'de'),(1540317184,'cz'),(1540317696,'ua'),(1540318208,'cz'),(1540318720,'ro'),(1540319232,'ua'),(1540319744,'cz'),(1540321280,'se'),(1540321792,'cz'),(1540322816,'de'),(1540323328,'ro'),(1540323840,'ua'),(1540324352,'ro'),(1540324864,'pl'),(1540325376,'de'),(1540325888,'li'),(1540326400,'ua'),(1540326912,'at'),(1540327424,'ru'),(1540327936,'ir'),(1540328448,'ru'),(1540329984,'cz'),(1540330496,'pl'),(1540331008,'it'),(1540331520,'uk'),(1540332032,'ru'),(1540332544,'pl'),(1540333056,'no'),(1540333568,'ro'),(1540334080,'de'),(1540334592,'ru'),(1540335104,'pl'),(1540336128,'ru'),(1540336640,'mc'),(1540337664,'fr'),(1540338176,'ru'),(1540339200,'ua'),(1540339712,'pl'),(1540340736,'cz'),(1540341248,'bg'),(1540341760,'uk'),(1540342272,'ua'),(1540342784,'es'),(1540343296,'uk'),(1540343808,'pl'),(1540344832,'ua'),(1540345344,'il'),(1540345856,'fr'),(1540346368,'cz'),(1540346880,'uk'),(1540347392,'dk'),(1540347904,'ro'),(1540348416,'ua'),(1540348928,'uk'),(1540349440,'at'),(1540349952,'ua'),(1540350464,'no'),(1540350976,'dk'),(1540351488,'ro'),(1540352000,'nl'),(1540352512,'cz'),(1540353024,'gr'),(1540353536,'ru'),(1540354048,'il'),(1540354560,'pl'),(1540355072,'ua'),(1540355584,'ru'),(1540356608,'de'),(1540357120,'ru'),(1540357632,'fr'),(1540358144,'ru'),(1540358400,'uk'),(1540358656,'se'),(1540358912,'uk'),(1540359168,'sa'),(1540359424,'de'),(1540359680,'uk'),(1540359936,'at'),(1540360192,'no'),(1540360448,'uk'),(1540360704,'pl'),(1540360960,'uk'),(1540361216,'be'),(1540361472,'de'),(1540361728,'it'),(1540361984,'ee'),(1540362240,'dk'),(1540362496,'de'),(1540363008,'fr'),(1540363264,'ru'),(1540363520,'de'),(1540363776,'is'),(1540364032,'ru'),(1540364288,'no'),(1540364544,'ua'),(1540364800,'ee'),(1540365056,'si'),(1540365312,'de'),(1540365568,'ru'),(1540365824,'ch'),(1540366080,'ie'),(1540366336,'pl'),(1540366592,'ru'),(1540366848,'nl'),(1540367104,'ru'),(1540367360,'hu'),(1540367616,'be'),(1540367872,'de'),(1540368128,'ru'),(1540368384,'fr'),(1540368640,'sk'),(1540368896,'ru'),(1540369408,'pl'),(1540369664,'de'),(1540369920,'ua'),(1540370176,'de'),(1540370432,'lb'),(1540370688,'de'),(1540370944,'pl'),(1540371200,'be'),(1540371456,'ua'),(1540371712,'uk'),(1540371968,'no'),(1540372224,'pl'),(1540372480,'at'),(1540372736,'gr'),(1540372992,'de'),(1540373248,'ua'),(1540373504,'nl'),(1540373760,'tr'),(1540374016,'nl'),(1540374272,'hu'),(1540374528,'cz'),(1540374784,'ua'),(1540375040,'de'),(1540375296,'uk'),(1540375552,'de'),(1540375808,'nl'),(1540376064,'tr'),(1540376320,'dk'),(1540376576,'pl'),(1540376832,'ru'),(1540377088,'de'),(1540377344,'ro'),(1540377600,'am'),(1540377856,'es'),(1540378112,'pl'),(1540378368,'ch'),(1540378624,'at'),(1540378880,'se'),(1540379136,'ch'),(1540379392,'de'),(1540379648,'ru'),(1540379904,'uk'),(1540380160,'il'),(1540380416,'nl'),(1540380672,'si'),(1540380928,'rs'),(1540381184,'ro'),(1540381440,'at'),(1540381696,'ro'),(1540381952,'pl'),(1540382208,'ua'),(1540382464,'uk'),(1540382720,'cy'),(1540382976,'ua'),(1540383232,'at'),(1540383488,'uk'),(1540383744,'ro'),(1540384000,'si'),(1540384256,'fr'),(1540384512,'se'),(1540384768,'hr'),(1540385024,'uk'),(1540385280,'pl'),(1540385536,'de'),(1540385792,'fr'),(1540386048,'eu'),(1540386304,'nl'),(1540386560,'eu'),(1540386816,'it'),(1540387072,'ru'),(1540387328,'uk'),(1540387584,'ua'),(1540388096,'uk'),(1540388352,'il'),(1540388608,'ru'),(1540388864,'ro'),(1540389120,'ru'),(1540389376,'uk'),(1540389632,'ro'),(1540389888,'uk'),(1540390144,'si'),(1540390400,'ru'),(1540390656,'ua'),(1540390912,'sa'),(1540391168,'il'),(1540391424,'ch'),(1540391680,'nl'),(1540391936,'ru'),(1540392192,'pl'),(1540392448,'ru'),(1540392704,'pl'),(1540392960,'uk'),(1540393472,'ua'),(1540393728,'il'),(1540394240,'uk'),(1540394496,'ro'),(1540394752,'dk'),(1540395008,'ge'),(1540395264,'ua'),(1540395520,'uk'),(1540395776,'il'),(1540396032,'no'),(1540396288,'am'),(1540396544,'pl'),(1540396800,'ru'),(1540397056,'it'),(1540397312,'ua'),(1540397824,'eu'),(1540398080,'sa'),(1540398336,'dk'),(1540398592,'it'),(1540398848,'de'),(1540399360,'ru'),(1540399616,'cz'),(1540399872,'uk'),(1540400128,'nl'),(1540400384,'ir'),(1540400640,'ru'),(1540400896,'nl'),(1540401152,'si'),(1540401408,'at'),(1540401664,'uk'),(1540401920,'ru'),(1540402176,'uk'),(1540402432,'ch'),(1540402688,'se'),(1540402944,'eu'),(1540403200,'at'),(1540403456,'uk'),(1540403712,'ro'),(1540404224,'ch'),(1540404480,'fr'),(1540404736,'pl'),(1540404992,'ru'),(1540405760,'pl'),(1540406016,'ru'),(1540406272,'se'),(1540406528,'pl'),(1540407040,'de'),(1540407808,'ua'),(1540408064,'it'),(1540408320,'nl'),(1540408576,'hr'),(1540408832,'ua'),(1540409088,'tr'),(1540409344,'si'),(1540409600,'at'),(1540409856,'de'),(1540410112,'kw'),(1540410368,'ch'),(1540410624,'ru'),(1540410880,'tr'),(1540411136,'nl'),(1540411392,'cz'),(1540411648,'fr'),(1540411904,'ru'),(1540412160,'be'),(1540412416,'de'),(1540412672,'ro'),(1540412928,'fr'),(1540413184,'ro'),(1540413440,'ru'),(1540413696,'at'),(1540413952,'il'),(1540414208,'uk'),(1540414464,'be'),(1540414720,'se'),(1540414976,'fr'),(1540415232,'ro'),(1540415488,'fr'),(1540415744,'si'),(1540416000,'fr'),(1540416256,'ch'),(1540416512,'cz'),(1540416768,'nl'),(1540417024,'ru'),(1540417280,'ua'),(1540417536,'ru'),(1540417792,'hr'),(1540418048,'ro'),(1540418560,'uk'),(1540418816,'eu'),(1540419072,'ru'),(1540419328,'eu'),(1540419584,'uk'),(1540419840,'nl'),(1540420096,'uk'),(1540420608,'de'),(1540420864,'uk'),(1540421120,'ua'),(1540421376,'pl'),(1540421632,'ru'),(1540422144,'pl'),(1540422400,'ua'),(1540422656,'uk'),(1540422912,'ru'),(1540423424,'si'),(1540423680,'se'),(1540423936,'ua'),(1540424192,'at'),(1540424448,'ch'),(1540424704,'pl'),(1540424960,'ro'),(1540425216,'uk'),(1540425472,'nl'),(1540425728,'bg'),(1540425984,'de'),(1540426240,'uk'),(1540426496,'cz'),(1540426752,'nl'),(1540427264,'cz'),(1540427520,'fr'),(1540427776,'ru'),(1540428288,'si'),(1540428544,'uk'),(1540428800,'pl'),(1540429056,'bg'),(1540429312,'ro'),(1540429824,'ua'),(1540430080,'fr'),(1540430336,'de'),(1540430592,'pl'),(1540430848,'uk'),(1540431104,'fi'),(1540431360,'no'),(1540431616,'uk'),(1540431872,'hr'),(1540432128,'at'),(1540432384,'uk'),(1540432640,'eu'),(1540432896,'ua'),(1540433152,'uk'),(1540433408,'am'),(1540433664,'dk'),(1540433920,'uk'),(1540434176,'ch'),(1540434432,'de'),(1540434688,'uk'),(1540434944,'fr'),(1540435200,'ro'),(1540435456,'gr'),(1540435968,'cz'),(1540436224,'si'),(1540436480,'uk'),(1540436736,'ua'),(1540436992,'de'),(1540437248,'ch'),(1540437504,'cz'),(1540437760,'ua'),(1540438016,'pl'),(1540438272,'lb'),(1540438528,'cz'),(1540438784,'ru'),(1540439040,'no'),(1540439296,'ro'),(1540439552,'pl'),(1540440064,'ua'),(1540440320,'ru'),(1540440576,'cz'),(1540440832,'uk'),(1540441088,'pl'),(1540441344,'ru'),(1540441600,'ua'),(1540441856,'uk'),(1540442112,'ru'),(1540442368,'uk'),(1540442624,'ie'),(1540442880,'at'),(1540443136,'ru'),(1540443904,'uk'),(1540444160,'ru'),(1540444416,'de'),(1540444672,'uk'),(1540445184,'ch'),(1540445440,'ru'),(1540445696,'uk'),(1540445952,'de'),(1540446208,'no'),(1540446464,'at'),(1540446720,'ua'),(1540446976,'ru'),(1540447232,'de'),(1540447488,'pl'),(1540447744,'ru'),(1540448000,'pl'),(1540448256,'ua'),(1540448512,'it'),(1540448768,'ch'),(1540449024,'uk'),(1540449280,'ua'),(1540449536,'cz'),(1540449792,'ro'),(1540450048,'de'),(1540450304,'uk'),(1540450560,'am'),(1540450816,'uk'),(1540451072,'fr'),(1540451328,'eu'),(1540451584,'ro'),(1540451840,'uk'),(1540452352,'at'),(1540452608,'il'),(1540452864,'hu'),(1540453120,'ru'),(1540453376,'pl'),(1540453632,'eu'),(1540453888,'ua'),(1540454144,'ru'),(1540454400,'de'),(1540454912,'ru'),(1540455168,'ro'),(1540455424,'cz'),(1540455680,'uk'),(1540455936,'ua'),(1540456192,'ru'),(1540457216,'ge'),(1540457472,'si'),(1540457728,'be'),(1540457984,'ch'),(1540458240,'es'),(1540458496,'hr'),(1540458752,'nl'),(1540459008,'ua'),(1540459520,'uk'),(1540459776,'pl'),(1540460032,'uk'),(1540460800,'si'),(1540461056,'bg'),(1540461312,'ru'),(1540461824,'ro'),(1540462080,'si'),(1540462336,'ua'),(1540462592,'pl'),(1540463104,'eu'),(1540463360,'pl'),(1540463616,'dk'),(1540463872,'ua'),(1540464128,'ch'),(1540464384,'de'),(1540464896,'uk'),(1540465408,'eu'),(1540466176,'dk'),(1540466432,'ru'),(1540466688,'nl'),(1540466944,'ch'),(1540467456,'ro'),(1540467712,'kw'),(1540467968,'gr'),(1540468224,'eu'),(1540468480,'fr'),(1540468736,'ua'),(1540468992,'pl'),(1540469248,'uk'),(1540469504,'ro'),(1540469760,'pl'),(1540470016,'si'),(1540470272,'il'),(1540470528,'cz'),(1540471040,'de'),(1540471296,'cz'),(1540471552,'uk'),(1540471808,'si'),(1540472064,'ro'),(1540472320,'dk'),(1540472576,'fr'),(1540472832,'nl'),(1540473088,'ua'),(1540473344,'it'),(1540473600,'ro'),(1540473856,'uk'),(1540474368,'ro'),(1540474624,'pl'),(1540474880,'uk'),(1540475136,'ua'),(1540475904,'ch'),(1540476160,'ua'),(1540476672,'si'),(1540476928,'nl'),(1540477184,'ro'),(1540477440,'ua'),(1540477696,'de'),(1540477952,'no'),(1540478208,'nl'),(1540478464,'ua'),(1540478720,'sa'),(1540478976,'hr'),(1540479232,'uk'),(1540479488,'ru'),(1540479744,'at'),(1540480000,'uk'),(1540480256,'pl'),(1540480768,'uk'),(1540481024,'lt'),(1540481280,'uk'),(1540481536,'ua'),(1540481792,'ru'),(1540482048,'dk'),(1540482304,'fr'),(1540482560,'eu'),(1540482816,'de'),(1540483072,'se'),(1540483328,'cz'),(1540483584,'ru'),(1540483840,'ua'),(1540484096,'dk'),(1540484352,'si'),(1540484608,'ua'),(1540485120,'se'),(1540485376,'ro'),(1540485632,'ir'),(1540485888,'uk'),(1540486144,'eu'),(1540486400,'fr'),(1540486656,'uk'),(1540486912,'sk'),(1540487168,'ps'),(1540487424,'ua'),(1540487680,'de'),(1540487936,'uk'),(1540488448,'sa'),(1540488704,'uk'),(1540488960,'ro'),(1540489216,'ru'),(1540491264,'ua'),(1540493312,'cz'),(1540494336,'ua'),(1540495360,'cz'),(1540496384,'ua'),(1540498432,'cz'),(1540499456,'am'),(1540500480,'ru'),(1540501504,'pl'),(1540502528,'ru'),(1540503552,'cz'),(1540504576,'se'),(1540505600,'ru'),(1540506624,'uk'),(1540507648,'ru'),(1540508672,'ua'),(1540509696,'ro'),(1540510720,'ru'),(1540511744,'bg'),(1540512768,'ua'),(1540514816,'uk'),(1540515840,'cz'),(1540516864,'ua'),(1540517888,'ru'),(1540518912,'ua'),(1540519936,'cz'),(1540521984,'pl'),(1540523008,'cz'),(1540524032,'al'),(1540525056,'at'),(1540526080,'ua'),(1540528128,'cz'),(1540529152,'ua'),(1540530176,'cz'),(1540531200,'ua'),(1540532224,'cz'),(1540534272,'ua'),(1540535296,'sk'),(1540536320,'ru'),(1540537344,'ua'),(1540538368,'ru'),(1540541440,'cz'),(1540542464,'pl'),(1540543488,'de'),(1540544512,'ru'),(1540545536,'at'),(1540546560,'ru'),(1540547584,'ua'),(1540548608,'ie'),(1540549632,'pl'),(1540552704,'ua'),(1540553728,'ru'),(1540555776,'uz'),(1540556800,'de'),(1540557824,'ua'),(1540559872,'ru'),(1540562944,'at'),(1540563968,'ru'),(1540564992,'de'),(1540566016,'ru'),(1540567040,'md'),(1540568064,'cz'),(1540569088,'ru'),(1540571136,'ua'),(1540573184,'nl'),(1540574208,'ru'),(1540576256,'pl'),(1540577280,'ru'),(1540578304,'ua'),(1540579328,'ie'),(1540580352,'pl'),(1540581376,'ru'),(1540582400,'bg'),(1540583424,'de'),(1540584448,'ua'),(1540586496,'ru'),(1540587520,'ua'),(1540589568,'ru'),(1540593664,'uk'),(1540594688,'it'),(1540595712,'uz'),(1540596736,'fr'),(1540597760,'se'),(1540598784,'cz'),(1540599808,'ua'),(1540600832,'ru'),(1540602880,'bg'),(1540603904,'ru'),(1540605952,'md'),(1540606976,'ua'),(1540608000,'ru'),(1540609024,'ua'),(1540610048,'ru'),(1540611072,'pl'),(1540612096,'de'),(1540613120,'cz'),(1540614144,'bg'),(1540615168,'ru'),(1540616192,'at'),(1540617216,'lt'),(1540618240,'ua'),(1540619264,'pl'),(1540620288,'nl'),(1540620544,'lb'),(1540620800,'pl'),(1540621056,'eu'),(1540621312,'ba'),(1540621568,'pl'),(1540621824,'ru'),(1540622336,'kw'),(1540622592,'pl'),(1540622848,'cz'),(1540623104,'se'),(1540623360,'uk'),(1540623616,'bg'),(1540623872,'ro'),(1540624128,'rs'),(1540624384,'ir'),(1540624640,'bg'),(1540624896,'uk'),(1540625152,'ir'),(1540625408,'cz'),(1540625664,'fr'),(1540625920,'ua'),(1540626176,'ro'),(1540626432,'si'),(1540626688,'pl'),(1540626944,'fr'),(1540627200,'pl'),(1540627456,'dk'),(1540627712,'ch'),(1540627968,'pl'),(1540628224,'hr'),(1540628480,'kw'),(1540628736,'pl'),(1540628992,'ua'),(1540629248,'ro'),(1540629504,'dk'),(1540629760,'bg'),(1540630016,'ua'),(1540630272,'ro'),(1540630528,'ch'),(1540630784,'cz'),(1540631040,'nl'),(1540631296,'uk'),(1540631552,'hr'),(1540631808,'ua'),(1540632064,'uk'),(1540632320,'cz'),(1540632576,'dk'),(1540632832,'uk'),(1540633088,'ru'),(1540633344,'uk'),(1540633600,'ro'),(1540633856,'de'),(1540634112,'fr'),(1540634624,'ua'),(1540634880,'ru'),(1540635136,'fr'),(1540635392,'ro'),(1540635648,'ru'),(1540636160,'ro'),(1540636416,'lv'),(1540636672,'cz'),(1540636928,'ua'),(1540637184,'ro'),(1540637440,'sa'),(1540637696,'ru'),(1540637952,'si'),(1540638208,'ro'),(1540638464,'am'),(1540638720,'ua'),(1540638976,'ro'),(1540639488,'ch'),(1540639744,'il'),(1540640000,'uk'),(1540640256,'fr'),(1540640512,'es'),(1540640768,'ua'),(1540641024,'ru'),(1540641280,'cz'),(1540641536,'de'),(1540641792,'pl'),(1540642048,'de'),(1540642304,'pl'),(1540642560,'de'),(1540642816,'ie'),(1540643072,'uz'),(1540643328,'uk'),(1540643584,'ch'),(1540643840,'no'),(1540644096,'uk'),(1540644608,'de'),(1540644864,'nl'),(1540645120,'ua'),(1540645376,'fr'),(1540645632,'nl'),(1540645888,'pl'),(1540646144,'ro'),(1540646400,'ps'),(1540646656,'se'),(1540646912,'ua'),(1540647168,'uk'),(1540647424,'ua'),(1540647680,'uk'),(1540648192,'ch'),(1540648448,'ro'),(1540648960,'eu'),(1540649216,'de'),(1540649472,'il'),(1540649728,'uk'),(1540649984,'eu'),(1540650240,'ch'),(1540650496,'ru'),(1540650752,'eu'),(1540651008,'ro'),(1540651264,'ch'),(1540651520,'mk'),(1540651776,'cz'),(1540652288,'ua'),(1540652544,'de'),(1540652800,'uk'),(1540653056,'fr'),(1540653312,'dk'),(1540653568,'de'),(1540653824,'uk'),(1540654336,'ru'),(1540654592,'si'),(1540654848,'cz'),(1540655104,'at'),(1540655360,'ru'),(1540655616,'uk'),(1540655872,'nl'),(1540656384,'ua'),(1540656640,'cz'),(1540656896,'ro'),(1540657152,'de'),(1540657408,'ua'),(1540657664,'ru'),(1540657920,'fr'),(1540658176,'ro'),(1540658432,'cz'),(1540658688,'ua'),(1540658944,'ru'),(1540659200,'fr'),(1540659456,'ua'),(1540659968,'pl'),(1540660224,'uk'),(1540660480,'eu'),(1540660736,'uk'),(1540660992,'ro'),(1540661248,'uk'),(1540661504,'ro'),(1540662528,'pl'),(1540662784,'uk'),(1540663040,'it'),(1540663296,'ru'),(1540663552,'pl'),(1540664064,'ru'),(1540664320,'pl'),(1540664576,'ua'),(1540665088,'uk'),(1540665344,'nl'),(1540665600,'ua'),(1540665856,'tr'),(1540666112,'ru'),(1540666368,'uz'),(1540666624,'de'),(1540666880,'uk'),(1540667136,'nl'),(1540667648,'be'),(1540668160,'at'),(1540668416,'se'),(1540668672,'il'),(1540668928,'ro'),(1540669184,'eu'),(1540669440,'ro'),(1540669696,'kz'),(1540669952,'ua'),(1540670208,'ru'),(1540670464,'ch'),(1540670720,'ru'),(1540671232,'si'),(1540671488,'ch'),(1540671744,'bg'),(1540672000,'uk'),(1540672256,'ua'),(1540672512,'eu'),(1540672768,'fr'),(1540673024,'de'),(1540673280,'uk'),(1540673536,'si'),(1540673792,'se'),(1540674048,'cz'),(1540674304,'eu'),(1540674560,'uk'),(1540674816,'ge'),(1540675072,'cz'),(1540675328,'nl'),(1540675584,'uk'),(1540675840,'ru'),(1540676352,'it'),(1540676608,'ru'),(1540676864,'cz'),(1540677120,'uk'),(1540677376,'pl'),(1540677632,'dk'),(1540677888,'de'),(1540678144,'cz'),(1540678400,'ro'),(1540678656,'se'),(1540678912,'ro'),(1540679168,'ru'),(1540679424,'pl'),(1540679680,'lv'),(1540679936,'bg'),(1540680192,'uk'),(1540680448,'bg'),(1540680704,'eu'),(1540680960,'nl'),(1540681216,'fr'),(1540681472,'cz'),(1540681728,'de'),(1540681984,'it'),(1540682240,'pl'),(1540682496,'de'),(1540682752,'eu'),(1540683264,'hr'),(1540683776,'ua'),(1540684032,'cz'),(1540684288,'hu'),(1540684544,'si'),(1540684800,'ir'),(1540685056,'cz'),(1540685312,'ro'),(1540685568,'fr'),(1540685824,'eu'),(1540686080,'tr'),(1540686336,'ch'),(1540686592,'uk'),(1540686848,'ch'),(1540687104,'ru'),(1540687360,'de'),(1540687616,'it'),(1540687872,'cz'),(1540688128,'hu'),(1540688384,'cz'),(1540688640,'ro'),(1540688896,'si'),(1540689152,'nl'),(1540689408,'ru'),(1540689664,'fr'),(1540689920,'ro'),(1540690176,'nl'),(1540690432,'sa'),(1540690688,'ro'),(1540690944,'de'),(1540691456,'uk'),(1540691712,'cz'),(1540691968,'ch'),(1540692224,'eu'),(1540692480,'fr'),(1540692736,'de'),(1540692992,'uk'),(1540693248,'cz'),(1540693504,'es'),(1540693760,'uz'),(1540694016,'ch'),(1540694528,'ro'),(1540695040,'de'),(1540695296,'nl'),(1540695552,'pl'),(1540695808,'cz'),(1540696064,'hu'),(1540696320,'fr'),(1540696576,'uk'),(1540696832,'ee'),(1540697088,'cz'),(1540697344,'uk'),(1540697856,'no'),(1540698112,'de'),(1540698368,'ie'),(1540698624,'uk'),(1540698880,'ru'),(1540699136,'it'),(1540699392,'nl'),(1540699648,'at'),(1540699904,'ro'),(1540700160,'de'),(1540700416,'ro'),(1540700672,'pl'),(1540700928,'cz'),(1540701184,'de'),(1540701696,'ua'),(1540701952,'uk'),(1540702208,'pl'),(1540702464,'uk'),(1540702720,'at'),(1540702976,'cz'),(1540703232,'de'),(1540703488,'nl'),(1540703744,'dk'),(1540704000,'pl'),(1540704256,'ua'),(1540704512,'ie'),(1540704768,'ua'),(1540705024,'ro'),(1540705536,'at'),(1540705792,'nl'),(1540706048,'fr'),(1540706304,'si'),(1540706560,'uk'),(1540706816,'fr'),(1540707072,'de'),(1540707328,'uk'),(1540707584,'nl'),(1540707840,'ro'),(1540708096,'ru'),(1540708352,'pl'),(1540708608,'si'),(1540708864,'fr'),(1540709120,'uk'),(1540709376,'ua'),(1540710144,'nl'),(1540710400,'pl'),(1540710656,'fi'),(1540710912,'de'),(1540711168,'uk'),(1540711424,'ch'),(1540711680,'ro'),(1540711936,'eu'),(1540712192,'uk'),(1540712448,'ru'),(1540712704,'lv'),(1540713216,'pl'),(1540713728,'ru'),(1540713984,'uk'),(1540714240,'ro'),(1540714496,'nl'),(1540714752,'ru'),(1540715264,'ro'),(1540715520,'de'),(1540715776,'ua'),(1540716032,'pl'),(1540716288,'ua'),(1540716544,'cz'),(1540717312,'pl'),(1540717824,'ua'),(1540718336,'de'),(1540718592,'ch'),(1540718848,'it'),(1540719104,'ru'),(1540719360,'si'),(1540719616,'at'),(1540719872,'ch'),(1540720128,'nl'),(1540720384,'ro'),(1540720640,'ch'),(1540720896,'pl'),(1540721152,'cz'),(1540721664,'uk'),(1540721920,'ru'),(1540722432,'cz'),(1540722688,'ru'),(1540722944,'eu'),(1540723200,'fr'),(1540723456,'si'),(1540723712,'ru'),(1540723968,'ua'),(1540724224,'hu'),(1540724480,'de'),(1540724736,'il'),(1540724992,'it'),(1540725248,'ua'),(1540725504,'uk'),(1540725760,'pl'),(1540726016,'cz'),(1540726272,'ru'),(1540726528,'ch'),(1540726784,'cz'),(1540727040,'fi'),(1540727296,'pl'),(1540727552,'ru'),(1540727808,'uk'),(1540728064,'nl'),(1540728320,'ru'),(1540728576,'cz'),(1540728832,'ru'),(1540729344,'pl'),(1540729600,'ch'),(1540729856,'ru'),(1540730112,'uk'),(1540730368,'ua'),(1540730880,'il'),(1540731136,'de'),(1540731392,'nl'),(1540731648,'ie'),(1540731904,'fr'),(1540732160,'ro'),(1540732416,'ua'),(1540732672,'uk'),(1540732928,'ru'),(1540733184,'ua'),(1540733440,'ru'),(1540733696,'ua'),(1540733952,'uk'),(1540734208,'ru'),(1540734464,'nl'),(1540734720,'uk'),(1540734976,'ua'),(1540735232,'pl'),(1540735488,'ch'),(1540735744,'nl'),(1540736000,'ru'),(1540736256,'it'),(1540736512,'de'),(1540736768,'uk'),(1540737792,'no'),(1540738048,'at'),(1540738304,'sa'),(1540738560,'pl'),(1540738816,'de'),(1540739072,'se'),(1540739328,'de'),(1540739584,'it'),(1540739840,'cz'),(1540740096,'uk'),(1540740352,'sa'),(1540740608,'nl'),(1540740864,'ro'),(1540741120,'uk'),(1540741376,'ua'),(1540741632,'nl'),(1540741888,'uk'),(1540742144,'cz'),(1540742400,'de'),(1540742656,'at'),(1540742912,'cz'),(1540743168,'no'),(1540743424,'ru'),(1540743680,'md'),(1540743936,'ch'),(1540744192,'gr'),(1540744448,'ua'),(1540744704,'uk'),(1540744960,'ua'),(1540745216,'de'),(1540745472,'cz'),(1540745728,'at'),(1540746240,'fr'),(1540746496,'pl'),(1540747264,'ru'),(1540747520,'si'),(1540747776,'fr'),(1540748032,'ru'),(1540748288,'cz'),(1540748544,'tr'),(1540748800,'se'),(1540749056,'cz'),(1540749312,'uz'),(1540749568,'cz'),(1540749824,'se'),(1540750080,'be'),(1540750336,'de'),(1540750592,'tr'),(1540751104,'pl'),(1540752384,'uk'),(1540753408,'de'),(1540754432,'ro'),(1540755456,'ua'),(1540756480,'dk'),(1540757504,'pl'),(1540758528,'ua'),(1540760576,'pl'),(1540761600,'ru'),(1540762624,'lu'),(1540763648,'ua'),(1540764672,'pl'),(1540765696,'ru'),(1540766720,'it'),(1540767744,'ua'),(1540768768,'cz'),(1540769792,'it'),(1540770816,'ru'),(1540771840,'ua'),(1540772864,'cz'),(1540773888,'ie'),(1540774912,'ru'),(1540776960,'il'),(1540777984,'hr'),(1540779008,'cz'),(1540780032,'ua'),(1540781056,'ru'),(1540782080,'cz'),(1540784128,'ua'),(1540786176,'cz'),(1540790272,'kw'),(1540791296,'cz'),(1540792320,'ua'),(1540793344,'fi'),(1540794368,'ch'),(1540795392,'ru'),(1540796416,'cz'),(1540797440,'ua'),(1540798464,'ru'),(1540799488,'ro'),(1540800512,'cz'),(1540801536,'ru'),(1540804608,'ua'),(1540805632,'cz'),(1540809728,'uk'),(1540810752,'ua'),(1540811776,'pl'),(1540812800,'ru'),(1540813824,'ua'),(1540814848,'cz'),(1540815872,'de'),(1540816896,'pl'),(1540817920,'nl'),(1540818944,'ua'),(1540819968,'cz'),(1540822016,'fr'),(1540823040,'ua'),(1540824064,'ru'),(1540825088,'pl'),(1540826112,'ru'),(1540827136,'ua'),(1540828160,'pl'),(1540829184,'ru'),(1540830208,'ua'),(1540833280,'es'),(1540834304,'ua'),(1540835328,'de'),(1540836352,'ru'),(1540837376,'pl'),(1540838400,'ua'),(1540839424,'cz'),(1540840448,'se'),(1540841472,'ro'),(1540842496,'nl'),(1540843520,'pl'),(1540844544,'cz'),(1540845568,'ru'),(1540846592,'de'),(1540847616,'cz'),(1540850688,'fi'),(1540851712,'ua'),(1540852736,'ru'),(1540853760,'cz'),(1540854784,'nl'),(1540855808,'cz'),(1540856832,'nl'),(1540857856,'dk'),(1540858880,'uk'),(1540859904,'ru'),(1540860928,'cz'),(1540862976,'uk'),(1540865024,'ru'),(1540872192,'bg'),(1540873216,'ru'),(1540875264,'pl'),(1540876288,'ru'),(1540877312,'pl'),(1540878336,'at'),(1540879360,'ru'),(1540880384,'ua'),(1540881408,'ru'),(1540882432,'se'),(1540882688,'lv'),(1540883200,'ua'),(1540883456,'ir'),(1540883712,'pl'),(1540883968,'ie'),(1540884224,'se'),(1540884480,'de'),(1540884736,'uk'),(1540884992,'be'),(1540885248,'ua'),(1540885504,'es'),(1540885760,'de'),(1540886016,'dk'),(1540886272,'ua'),(1540886528,'pl'),(1540886784,'it'),(1540887040,'eu'),(1540887296,'fr'),(1540887552,'be'),(1540887808,'lt'),(1540888064,'ua'),(1540888320,'de'),(1540888576,'se'),(1540888832,'pl'),(1540889088,'fr'),(1540889344,'ro'),(1540889600,'ua'),(1540889856,'fr'),(1540890112,'pl'),(1540890368,'eu'),(1540890624,'se'),(1540890880,'de'),(1540891136,'nl'),(1540891392,'de'),(1540891648,'eu'),(1540892160,'it'),(1540892416,'ua'),(1540892672,'uk'),(1540892928,'be'),(1540893184,'uk'),(1540893440,'fr'),(1540893696,'hu'),(1540893952,'de'),(1540894208,'ru'),(1540894464,'ro'),(1540894720,'rs'),(1540894976,'ru'),(1540895488,'pl'),(1540895744,'ro'),(1540896000,'ru'),(1540896256,'si'),(1540896512,'uk'),(1540896768,'ie'),(1540897024,'uk'),(1540897280,'fr'),(1540897536,'ua'),(1540897792,'hu'),(1540898048,'ua'),(1540898304,'se'),(1540898560,'uk'),(1540898816,'pl'),(1540899328,'ru'),(1540899584,'fr'),(1540899840,'ru'),(1540900352,'hu'),(1540900608,'bg'),(1540900864,'cz'),(1540901376,'de'),(1540901632,'eu'),(1540901888,'gr'),(1540902144,'fi'),(1540902400,'ro'),(1540902656,'de'),(1540902912,'ro'),(1540903168,'ru'),(1540903424,'uk'),(1540903680,'ch'),(1540904448,'ee'),(1540904704,'si'),(1540904960,'uk'),(1540905472,'de'),(1540905728,'tr'),(1540905984,'at'),(1540906240,'uk'),(1540906496,'ua'),(1540906752,'bg'),(1540907008,'ru'),(1540907264,'md'),(1540907520,'cz'),(1540907776,'pl'),(1540908032,'nl'),(1540908288,'dk'),(1540908544,'it'),(1540908800,'dk'),(1540909056,'nl'),(1540909312,'uk'),(1540909568,'cz'),(1540909824,'fr'),(1540910080,'de'),(1540910336,'si'),(1540910592,'fr'),(1540910848,'se'),(1540911104,'uk'),(1540911360,'nl'),(1540911616,'ru'),(1540912128,'uk'),(1540912384,'pt'),(1540912640,'dk'),(1540912896,'tr'),(1540913152,'uk'),(1540913408,'ru'),(1540913664,'md'),(1540913920,'cz'),(1540914176,'pl'),(1540914688,'ru'),(1540914944,'it'),(1540915200,'de'),(1540915456,'ru'),(1540915968,'nl'),(1540916480,'cz'),(1540916736,'pl'),(1540916992,'ua'),(1540917248,'fi'),(1540917504,'uk'),(1540917760,'de'),(1540918016,'fr'),(1540918528,'ua'),(1540918784,'nl'),(1540919040,'uk'),(1540919296,'ro'),(1540919552,'be'),(1540919808,'cz'),(1540920064,'ru'),(1540920320,'tr'),(1540920576,'pl'),(1540920832,'hu'),(1540921088,'ro'),(1540921600,'mt'),(1540922112,'es'),(1540922368,'eu'),(1540922880,'de'),(1540923136,'eu'),(1540923392,'pl'),(1540923648,'ua'),(1540923904,'nl'),(1540924160,'lt'),(1540924416,'cz'),(1540924928,'md'),(1540925184,'ru'),(1540925440,'cz'),(1540925696,'nl'),(1540925952,'tr'),(1540926208,'fr'),(1540926464,'si'),(1540926720,'ua'),(1540926976,'bg'),(1540927232,'ru'),(1540927488,'ua'),(1540927744,'eu'),(1540928000,'kz'),(1540928256,'cz'),(1540928512,'gr'),(1540928768,'uk'),(1540929024,'dk'),(1540929280,'eu'),(1540929536,'nl'),(1540929792,'cz'),(1540930048,'uk'),(1540930304,'cz'),(1540930560,'kw'),(1540930816,'kz'),(1540931072,'cz'),(1540931328,'pl'),(1540931584,'ru'),(1540931840,'uk'),(1540932096,'pl'),(1540932352,'fr'),(1540932608,'ua'),(1540932864,'uk'),(1540933120,'ru'),(1540933376,'eu'),(1540933632,'nl'),(1540933888,'tr'),(1540934144,'pl'),(1540934400,'fr'),(1540934656,'pl'),(1540934912,'ru'),(1540935168,'gr'),(1540935424,'nl'),(1540935680,'ru'),(1540935936,'fr'),(1540936192,'il'),(1540936448,'ru'),(1540936960,'pl'),(1540937472,'cz'),(1540937728,'de'),(1540937984,'ru'),(1540938240,'uk'),(1540938496,'es'),(1540938752,'cz'),(1540939008,'fr'),(1540939264,'il'),(1540939520,'tr'),(1540939776,'pl'),(1540940032,'eu'),(1540940288,'dk'),(1540940544,'eu'),(1540941056,'ch'),(1540941312,'at'),(1540941568,'cz'),(1540941824,'ua'),(1540942080,'eu'),(1540942592,'de'),(1540942848,'ie'),(1540943104,'ua'),(1540943360,'be'),(1540943616,'pl'),(1540943872,'ua'),(1540944128,'ie'),(1540944384,'at'),(1540944640,'de'),(1540944896,'ua'),(1540945152,'de'),(1540945408,'uk'),(1540945664,'at'),(1540945920,'de'),(1540946176,'at'),(1540946432,'ru'),(1540946688,'ua'),(1540946944,'il'),(1540947200,'bg'),(1540947456,'pl'),(1540947712,'is'),(1540947968,'pl'),(1540948480,'cz'),(1540948992,'eu'),(1540949504,'ru'),(1540950016,'ua'),(1540950528,'cz'),(1540951552,'rs'),(1540952064,'cz'),(1540952576,'pl'),(1540953088,'ru'),(1540980736,'uk'),(1540980992,'ru'),(1540981248,'eu'),(1540981504,'de'),(1540981760,'pl'),(1540982016,'dk'),(1540982272,'uk'),(1540982784,'ru'),(1540983296,'si'),(1541013504,'eu'),(1541014528,'am'),(1541015552,'cz'),(1541016576,'ua'),(1541019648,'ru'),(1541020672,'ua'),(1541021696,'cz'),(1541023744,'ru'),(1541024768,'cz'),(1541025792,'ua'),(1541026816,'lv'),(1541027840,'ru'),(1541028864,'pl'),(1541029888,'ua'),(1541030912,'de'),(1541031936,'ua'),(1541032960,'pl'),(1541033984,'bg'),(1541035008,'cz'),(1541036032,'eu'),(1541037056,'ru'),(1541038080,'cz'),(1541039104,'ru'),(1541040128,'ua'),(1541041152,'ru'),(1541042176,'cz'),(1541043200,'ru'),(1541044224,'ua'),(1541045248,'nl'),(1541046272,'ru'),(1541049344,'cz'),(1541050368,'ua'),(1541051392,'nl'),(1541052416,'eu'),(1541053440,'pl'),(1541054464,'ru'),(1541055488,'nl'),(1541056512,'ru'),(1541057536,'rs'),(1541058560,'ru'),(1541059584,'cz'),(1541060608,'no'),(1541061632,'cz'),(1541062656,'eu'),(1541063680,'pl'),(1541065728,'nl'),(1541066752,'pl'),(1541067776,'ua'),(1541068800,'pl'),(1541069824,'ru'),(1543503872,'uk'),(1545601024,'se'),(1545863168,'ru'),(1545895936,'ba'),(1545928704,'si'),(1545961472,'ru'),(1545994240,'cz'),(1546027008,'ru'),(1546059776,'se'),(1546063872,'de'),(1546067968,'se'),(1546072064,'md'),(1546076160,'ru'),(1546080256,'az'),(1546084352,'ru'),(1546088448,'de'),(1546092544,'ru'),(1546096640,'it'),(1546100736,'at'),(1546104832,'ie'),(1546108928,'uk'),(1546113024,'ru'),(1546121216,'fr'),(1546125312,'uk'),(1546256384,'ru'),(1546264576,'tr'),(1546266624,'ru'),(1546268672,'ir'),(1546270720,'uk'),(1546272768,'no'),(1546274816,'se'),(1546278912,'ru'),(1546280960,'it'),(1546283008,'ch'),(1546285056,'pl'),(1546287104,'uk'),(1546289152,'ru'),(1546291200,'at'),(1546293248,'uk'),(1546295296,'se'),(1546297344,'ru'),(1546299392,'uk'),(1546301440,'lu'),(1546303488,'ch'),(1546305536,'de'),(1546307584,'ru'),(1546311680,'fr'),(1546313728,'de'),(1546315776,'nl'),(1546317824,'ch'),(1546319872,'rs'),(1546321920,'ru'),(1546323968,'no'),(1546326016,'es'),(1546328064,'cz'),(1546330112,'se'),(1546332160,'uk'),(1546334208,'de'),(1546336256,'cz'),(1546338304,'uk'),(1546340352,'dk'),(1546342400,'tr'),(1546344448,'dk'),(1546346496,'at'),(1546348544,'de'),(1546350592,'pl'),(1546352640,'dk'),(1546354688,'fr'),(1546356736,'am'),(1546358784,'pl'),(1546360832,'ru'),(1546364928,'sa'),(1546366976,'dk'),(1546369024,'ru'),(1546371072,'is'),(1546373120,'hu'),(1546375168,'uk'),(1546377216,'ch'),(1546379264,'es'),(1546381312,'dk'),(1546383360,'it'),(1546385408,'fr'),(1546387456,'tr'),(1546518528,'kz'),(1546649600,'sa'),(1546665984,'uk'),(1546682368,'be'),(1546698752,'nl'),(1546715136,'lv'),(1546731520,'fr'),(1546747904,'ru'),(1546764288,'ua'),(1546780672,'ir'),(1546797056,'de'),(1546813440,'ru'),(1546862592,'ge'),(1546878976,'de'),(1546895360,'ie'),(1546911744,'sk'),(1546928128,'uk'),(1546960896,'hu'),(1546977280,'mk'),(1546993664,'ru'),(1547010048,'si'),(1547026432,'nl'),(1547042816,'es'),(1547059200,'ru'),(1547075584,'uk'),(1547091968,'ge'),(1547108352,'ru'),(1547124736,'mk'),(1547141120,'ro'),(1547157504,'pl'),(1547173888,'es'),(1547436032,'at'),(1547440128,'al'),(1547444224,'it'),(1547448320,'sk'),(1547452416,'it'),(1547456512,'ru'),(1547460608,'uk'),(1547468800,'pl'),(1547472896,'dk'),(1547476992,'es'),(1547481088,'ua'),(1547485184,'ie'),(1547489280,'de'),(1547493376,'rs'),(1547497472,'uk'),(1547501568,'tr'),(1547505664,'ru'),(1547509760,'lt'),(1547513856,'at'),(1547517952,'ru'),(1547522048,'cz'),(1547526144,'hu'),(1547534336,'fr'),(1547538432,'de'),(1547542528,'fr'),(1547546624,'ir'),(1547550720,'ie'),(1547554816,'at'),(1547558912,'il'),(1547563008,'nl'),(1547567104,'uk'),(1547571200,'at'),(1547575296,'no'),(1547579392,'ru'),(1547583488,'kg'),(1547587584,'it'),(1547591680,'ee'),(1547595776,'jo'),(1547599872,'lt'),(1547603968,'ru'),(1547608064,'lb'),(1547612160,'ir'),(1547616256,'dk'),(1547620352,'je'),(1547624448,'cz'),(1547628544,'bg'),(1547632640,'tr'),(1547636736,'si'),(1547640832,'pl'),(1547644928,'cz'),(1547649024,'ru'),(1547653120,'lv'),(1547657216,'lu'),(1547661312,'lv'),(1547665408,'uk'),(1547669504,'at'),(1547673600,'ru'),(1547685888,'at'),(1547689984,'it'),(1547694080,'hu'),(1547698176,'nl'),(1548222464,'de'),(1548746752,'ro'),(1549271040,'fr'),(1549795328,'ae'),(1550057472,'ru'),(1550188544,'fr'),(1550319616,'ch'),(1550581760,'nl'),(1550843904,'ua'),(1550974976,'ro'),(1551106048,'de'),(1551237120,'gr'),(1551368192,'nl'),(1551499264,'eu'),(1551630336,'ru'),(1551892480,'fr'),(1556086784,'de'),(1558708224,'uk'),(1559232512,'il'),(1559240704,'ba'),(1559248896,'lv'),(1559257088,'ua'),(1559265280,'ru'),(1559273472,'cz'),(1559281664,'ru'),(1559289856,'sk'),(1559298048,'ru'),(1559306240,'jo'),(1559314432,'ge'),(1559322624,'ru'),(1559330816,'ba'),(1559339008,'ru'),(1559347200,'se'),(1559355392,'ru'),(1559388160,'ua'),(1559396352,'uk'),(1559404544,'fi'),(1559412736,'ir'),(1559420928,'hr'),(1559429120,'fr'),(1559437312,'at'),(1559445504,'ru'),(1559461888,'it'),(1559470080,'ru'),(1559478272,'cz'),(1559486464,'dk'),(1559494656,'se'),(1559502848,'pl'),(1559511040,'si'),(1559519232,'ua'),(1559527424,'rs'),(1559535616,'uk'),(1559543808,'se'),(1559552000,'ru'),(1559560192,'sk'),(1559568384,'ru'),(1559576576,'hu'),(1559584768,'kg'),(1559592960,'fr'),(1559601152,'it'),(1559609344,'sk'),(1559617536,'uk'),(1559625728,'dk'),(1559633920,'it'),(1559642112,'ru'),(1559650304,'it'),(1559658496,'ru'),(1559683072,'ch'),(1559691264,'bg'),(1559756800,'at'),(1559789568,'ru'),(1559822336,'ua'),(1559855104,'hu'),(1559887872,'pt'),(1559920640,'lu'),(1559953408,'mt'),(1559986176,'ie'),(1560018944,'de'),(1560051712,'ru'),(1560084480,'jo'),(1560117248,'cz'),(1560150016,'nl'),(1560182784,'se'),(1560215552,'ru'),(1560281088,'fr'),(1562378240,'it'),(1564999680,'ua'),(1565523968,'ru'),(1565655040,'at'),(1565786112,'by'),(1565917184,'rs'),(1566048256,'ru'),(1566056448,'it'),(1566060544,'ua'),(1566064640,'ru'),(1566068736,'az'),(1566072832,'it'),(1566081024,'ru'),(1566085120,'nl'),(1566089216,'ru'),(1566097408,'uk'),(1566101504,'ru'),(1566105600,'de'),(1566109696,'ch'),(1566113792,'de'),(1566117888,'tr'),(1566121984,'no'),(1566126080,'it'),(1566130176,'tr'),(1566134272,'uk'),(1566138368,'cz'),(1566142464,'no'),(1566146560,'uk'),(1566150656,'cz'),(1566154752,'hu'),(1566158848,'ru'),(1566162944,'pl'),(1566167040,'ua'),(1566175232,'ie'),(1566179328,'dk'),(1566183424,'es'),(1566187520,'ru'),(1566191616,'fi'),(1566195712,'al'),(1566199808,'ru'),(1566208000,'dk'),(1566212096,'de'),(1566216192,'se'),(1566220288,'cz'),(1566224384,'de'),(1566228480,'uk'),(1566232576,'ru'),(1566248960,'uk'),(1566257152,'cz'),(1566261248,'tr'),(1566265344,'de'),(1566269440,'no'),(1566273536,'ru'),(1566277632,'it'),(1566281728,'cz'),(1566285824,'ru'),(1566289920,'fi'),(1566294016,'iq'),(1566298112,'pl'),(1566302208,'ru'),(1566306304,'cz'),(1566310400,'se'),(1566312448,'ie'),(1566314496,'be'),(1566316544,'no'),(1566318592,'ru'),(1566320640,'uk'),(1566322688,'cz'),(1566324736,'hu'),(1566326784,'ru'),(1566328832,'it'),(1566330880,'ru'),(1566334976,'nl'),(1566337024,'fr'),(1566339072,'ru'),(1566341120,'uk'),(1566343168,'de'),(1566345216,'ru'),(1566347264,'de'),(1566349312,'it'),(1566351360,'at'),(1566353408,'es'),(1566355456,'ru'),(1566357504,'it'),(1566359552,'ru'),(1566363648,'uk'),(1566365696,'ru'),(1566367744,'es'),(1566371840,'ru'),(1566373888,'rs'),(1566375936,'de'),(1566377984,'bg'),(1566380032,'it'),(1566382080,'tr'),(1566384128,'ru'),(1566386176,'fr'),(1566388224,'hu'),(1566390272,'lt'),(1566392320,'es'),(1566394368,'no'),(1566396416,'uk'),(1566398464,'ru'),(1566400512,'no'),(1566402560,'it'),(1566404608,'es'),(1566406656,'nl'),(1566408704,'uk'),(1566410752,'ru'),(1566414848,'fr'),(1566416896,'it'),(1566418944,'ru'),(1566420992,'es'),(1566423040,'fr'),(1566425088,'rs'),(1566427136,'it'),(1566429184,'uk'),(1566437376,'lu'),(1566439424,'de'),(1566443520,'no'),(1566445568,'cy'),(1566447616,'it'),(1566451712,'de'),(1566453760,'iq'),(1566455808,'pt'),(1566457856,'ch'),(1566459904,'uk'),(1566461952,'de'),(1566464000,'it'),(1566466048,'es'),(1566468096,'be'),(1566470144,'ie'),(1566472192,'uk'),(1566474240,'de'),(1566476288,'bg'),(1566478336,'ru'),(1566482432,'fr'),(1566484480,'se'),(1566486528,'ru'),(1566488576,'pl'),(1566490624,'tr'),(1566492672,'nl'),(1566494720,'se'),(1566496768,'am'),(1566498816,'nl'),(1566500864,'ru'),(1566502912,'ch'),(1566504960,'tr'),(1566507008,'nl'),(1566509056,'uk'),(1566511104,'be'),(1566513152,'bh'),(1566515200,'cz'),(1566517248,'ru'),(1566519296,'be'),(1566521344,'fr'),(1566523392,'mk'),(1566525440,'is'),(1566527488,'ie'),(1566529536,'pl'),(1566531584,'ru'),(1566533632,'uk'),(1566535680,'nl'),(1566537728,'uk'),(1566539776,'de'),(1566541824,'ru'),(1566543872,'nl'),(1566545920,'ru'),(1566552064,'tr'),(1566554112,'ua'),(1566556160,'ru'),(1566558208,'jo'),(1566560256,'sm'),(1566562304,'it'),(1566564352,'is'),(1566566400,'fr'),(1566568448,'kz'),(1566570496,'nl'),(1566572544,'uk'),(1566703616,'sa'),(1566769152,'cz'),(1566834688,'ru'),(1566900224,'it'),(1566965760,'pt'),(1567031296,'si'),(1567096832,'de'),(1567162368,'pl'),(1567227904,'fi'),(1567293440,'ie'),(1567358976,'pt'),(1567424512,'cy'),(1567490048,'ir'),(1567555584,'at'),(1567621120,'ro'),(1568178176,'ru'),(1568243712,'fr'),(1568276480,'de'),(1568309248,'ro'),(1568342016,'bg'),(1568374784,'ru'),(1568440320,'no'),(1568473088,'by'),(1568505856,'nl'),(1568538624,'uk'),(1568555008,'ua'),(1568636928,'de'),(1569193984,'hr'),(1569718272,'it'),(1570242560,'uk'),(1570275328,'bg'),(1570308096,'cz'),(1570340864,'ru'),(1570406400,'pl'),(1570439168,'tr'),(1570471936,'bg'),(1570504704,'es'),(1570570240,'nl'),(1570572288,'ua'),(1570578432,'ch'),(1570580480,'ru'),(1570582528,'de'),(1570584576,'ua'),(1570586624,'pl'),(1570590720,'il'),(1570592768,'pl'),(1570596864,'ua'),(1570598912,'pl'),(1570600960,'ru'),(1570605056,'nl'),(1570607104,'ru'),(1570609152,'pl'),(1570611200,'ru'),(1570625536,'uk'),(1570627584,'ru'),(1570633728,'cz'),(1570635776,'fr'),(1570652160,'se'),(1570668544,'ru'),(1570701312,'pl'),(1570717696,'hr'),(1570725888,'de'),(1570734080,'pl'),(1570752512,'uk'),(1570754560,'es'),(1570756608,'ru'),(1570764800,'de'),(1570766848,'dk'),(1571291136,'ro'),(1571422208,'cz'),(1571553280,'il'),(1571684352,'es'),(1571686400,'uk'),(1571688448,'ch'),(1571690496,'ge'),(1571692544,'fr'),(1571694592,'lu'),(1571696640,'ru'),(1571700736,'it'),(1571702784,'ru'),(1571704832,'uk'),(1571706880,'nl'),(1571708928,'uk'),(1571710976,'nl'),(1571713024,'ru'),(1571715072,'gr'),(1571717120,'ru'),(1571719168,'uk'),(1571721216,'fr'),(1571723264,'uk'),(1571725312,'ro'),(1571727360,'ie'),(1571729408,'sk'),(1571731456,'ch'),(1571733504,'fi'),(1571735552,'nl'),(1571737600,'uk'),(1571741696,'ru'),(1571743744,'uk'),(1571745792,'ru'),(1571747840,'uk'),(1571749888,'ru'),(1571758080,'il'),(1571766272,'pl'),(1571786752,'eu'),(1571790848,'pl'),(1571794944,'nl'),(1571799040,'cz'),(1571803136,'ua'),(1571815424,'fr'),(1571831808,'dk'),(1571848192,'ru'),(1571864576,'pl'),(1571880960,'ru'),(1571897344,'no'),(1571913728,'ge'),(1571930112,'lv'),(1571946496,'sa'),(1571962880,'ru'),(1571979264,'dk'),(1571995648,'ua'),(1572012032,'se'),(1572028416,'ru'),(1572044800,'it'),(1572061184,'pl'),(1572093952,'bg'),(1572110336,'ru'),(1572126720,'ua'),(1572143104,'de'),(1572159488,'cz'),(1572175872,'pl'),(1572192256,'ru'),(1572225024,'tr'),(1572241408,'se'),(1572257792,'fr'),(1572274176,'fi'),(1572290560,'ru'),(1572306944,'bg'),(1572323328,'ua'),(1572339712,'ps'),(1572343808,'ch'),(1572347904,'fr'),(1572352000,'de'),(1572356096,'sk'),(1572360192,'rs'),(1572364288,'nl'),(1572368384,'no'),(1572372480,'de'),(1572376576,'tr'),(1572380672,'ru'),(1572384768,'de'),(1572388864,'dk'),(1572392960,'eu'),(1572397056,'az'),(1572401152,'uk'),(1572405248,'cz'),(1572409344,'ru'),(1572413440,'am'),(1572417536,'cz'),(1572421632,'kz'),(1572425728,'lb'),(1572429824,'cz'),(1572433920,'it'),(1572438016,'at'),(1572442112,'ru'),(1572446208,'no'),(1572450304,'ru'),(1572458496,'ua'),(1572462592,'lb'),(1572466688,'ee'),(1572470784,'de'),(1572474880,'uk'),(1572483072,'ru'),(1572487168,'rs'),(1572491264,'it'),(1572495360,'ru'),(1572499456,'tr'),(1572503552,'it'),(1572507648,'uk'),(1572511744,'de'),(1572515840,'nl'),(1572519936,'de'),(1572524032,'ge'),(1572528128,'ru'),(1572532224,'it'),(1572536320,'uk'),(1572538368,'nl'),(1572540416,'uk'),(1572542464,'it'),(1572544512,'hr'),(1572546560,'fr'),(1572548608,'uk'),(1572550656,'de'),(1572552704,'tr'),(1572554752,'ch'),(1572556800,'no'),(1572558848,'it'),(1572560896,'ru'),(1572562944,'cz'),(1572564992,'de'),(1572567040,'ru'),(1572569088,'nl'),(1572571136,'ro'),(1572573184,'uk'),(1572575232,'ru'),(1572577280,'am'),(1572579328,'uk'),(1572581376,'ru'),(1572585472,'ch'),(1572587520,'tr'),(1572589568,'ch'),(1572591616,'nl'),(1572593664,'uk'),(1572595712,'de'),(1572597760,'rs'),(1572599808,'de'),(1572601856,'se'),(1572603904,'ge'),(1572605952,'ru'),(1572608000,'de'),(1572610048,'ua'),(1572612096,'ru'),(1572614144,'es'),(1572616192,'ch'),(1572618240,'rs'),(1572620288,'ch'),(1572622336,'ru'),(1572624384,'no'),(1572626432,'ru'),(1572628480,'de'),(1572630528,'it'),(1572632576,'ru'),(1572634624,'eu'),(1572636672,'es'),(1572638720,'fr'),(1572640768,'ru'),(1572642816,'ua'),(1572644864,'fr'),(1572646912,'uk'),(1572648960,'ru'),(1572651008,'bh'),(1572653056,'ru'),(1572657152,'de'),(1572659200,'it'),(1572661248,'no'),(1572663296,'de'),(1572665344,'nl'),(1572667392,'uk'),(1572669440,'ru'),(1572673536,'at'),(1572675584,'es'),(1572677632,'ru'),(1572683776,'ch'),(1572685824,'ru'),(1572689920,'es'),(1572691968,'sa'),(1572694016,'uk'),(1572696064,'hu'),(1572698112,'ru'),(1572700160,'nl'),(1572702208,'it'),(1572704256,'ru'),(1572706304,'de'),(1572708352,'gg'),(1572710400,'de'),(1572712448,'es'),(1572714496,'it'),(1572716544,'sa'),(1572718592,'ru'),(1572720640,'it'),(1572722688,'ru'),(1572726784,'ch'),(1572728832,'se'),(1572730880,'ru'),(1572732928,'hu'),(1572734976,'kz'),(1572737024,'ru'),(1572739072,'ir'),(1572741120,'fi'),(1572743168,'ua'),(1572745216,'cz'),(1572749312,'de'),(1572751360,'ch'),(1572753408,'no'),(1572755456,'de'),(1572757504,'fi'),(1572759552,'ru'),(1572761600,'uk'),(1572763648,'tr'),(1572765696,'cz'),(1572767744,'nl'),(1572769792,'ro'),(1572771840,'es'),(1572773888,'rs'),(1572775936,'uk'),(1572777984,'ua'),(1572780032,'nl'),(1572782080,'se'),(1572784128,'ru'),(1572786176,'fr'),(1572788224,'tr'),(1572790272,'ru'),(1572792320,'de'),(1572794368,'ru'),(1572796416,'de'),(1572798464,'nl'),(1572800512,'ru'),(1572804608,'uk'),(1572808704,'fr'),(1572810752,'de'),(1572812800,'ru'),(1572814848,'kw'),(1572816896,'ru'),(1572818944,'fr'),(1572820992,'uk'),(1572823040,'by'),(1572825088,'ru'),(1572827136,'no'),(1572829184,'fi'),(1572831232,'bh'),(1572833280,'es'),(1572835328,'ie'),(1572839424,'de'),(1572841472,'eu'),(1572843520,'jo'),(1572845568,'fr'),(1572847616,'gi'),(1572849664,'uk'),(1572851712,'de'),(1572853760,'be'),(1572855808,'kz'),(1572857856,'se'),(1572859904,'it'),(1572861952,'ch'),(1572864000,'de'),(1577058304,'uk'),(1578106880,'de'),(1578172416,'mt'),(1578237952,'dk'),(1578303488,'ru'),(1578369024,'az'),(1578434560,'hu'),(1578500096,'fi'),(1578565632,'fr'),(1578631168,'ro'),(1578663936,'ru'),(1578762240,'bg'),(1578795008,'ru'),(1578827776,'ua'),(1578860544,'hu'),(1578893312,'ru'),(1578991616,'kw'),(1579024384,'uk'),(1579057152,'lv'),(1579089920,'uk'),(1579106304,'de'),(1579122688,'ru'),(1579155456,'it'),(1579679744,'pl'),(1579745280,'ru'),(1579810816,'pl'),(1579876352,'ge'),(1579941888,'hu'),(1580007424,'cz'),(1580015616,'ua'),(1580048384,'ru'),(1580056576,'ua'),(1580064768,'de'),(1580072960,'pt'),(1580138496,'it'),(1580204032,'ro'),(1580335104,'ru'),(1580466176,'ro'),(1580597248,'tr'),(1580728320,'ae'),(1580990464,'eu'),(1581252608,'gr'),(1581776896,'ru'),(1581793280,'pl'),(1581809664,'bg'),(1581826048,'uk'),(1581842432,'bg'),(1581858816,'it'),(1581875200,'tr'),(1581891584,'ru'),(1581907968,'it'),(1581924352,'ua'),(1581940736,'ir'),(1581957120,'cz'),(1581973504,'ru'),(1581989888,'pl'),(1582006272,'ru'),(1582022656,'nl'),(1582039040,'ru'),(1582055424,'ua'),(1582071808,'es'),(1582088192,'uk'),(1582104576,'ru'),(1582153728,'sa'),(1582170112,'ch'),(1582186496,'tr'),(1582202880,'pl'),(1582219264,'ru'),(1582252032,'tr'),(1582268416,'de'),(1582284800,'bh'),(1582301184,'it'),(1583349760,'sa'),(1583611904,'lv'),(1583616000,'pl'),(1583620096,'it'),(1583624192,'rs'),(1583628288,'de'),(1583632384,'ru'),(1583636480,'mk'),(1583640576,'nl'),(1583644672,'de'),(1583648768,'ch'),(1583652864,'fr'),(1583656960,'ru'),(1583665152,'ua'),(1583669248,'ge'),(1583673344,'de'),(1583677440,'fi'),(1583681536,'pl'),(1583685632,'de'),(1583689728,'it'),(1583693824,'ru'),(1583697920,'tr'),(1583702016,'ru'),(1583706112,'gi'),(1583710208,'ir'),(1583714304,'uk'),(1583722496,'ir'),(1583726592,'bg'),(1583730688,'dk'),(1583734784,'lv'),(1583738880,'ir'),(1583742976,'tr'),(1583747072,'ru'),(1583751168,'no'),(1583755264,'nl'),(1583759360,'tr'),(1583763456,'ru'),(1583767552,'at'),(1583771648,'ru'),(1583775744,'it'),(1583779840,'uk'),(1583783936,'eu'),(1583788032,'tm'),(1583792128,'ie'),(1583796224,'de'),(1583800320,'me'),(1583804416,'uk'),(1583808512,'md'),(1583812608,'nl'),(1583816704,'tr'),(1583820800,'lv'),(1583824896,'si'),(1583828992,'ru'),(1583833088,'ch'),(1583837184,'uk'),(1583841280,'fr'),(1583845376,'nl'),(1583849472,'de'),(1583853568,'ru'),(1583857664,'se'),(1583861760,'lu'),(1583865856,'ru'),(1583869952,'kz'),(1583874048,'be'),(1584398336,'cz'),(1584660480,'uk'),(1584922624,'tr'),(1585184768,'pl'),(1585190912,'es'),(1585192960,'it'),(1585195008,'cz'),(1585197056,'it'),(1585199104,'nl'),(1585201152,'it'),(1585205248,'fr'),(1585207296,'nl'),(1585211392,'cz'),(1585213440,'nl'),(1585217536,'fr'),(1585219584,'nl'),(1585221632,'sk'),(1585223680,'fr'),(1585225728,'ua'),(1585227776,'ru'),(1585231872,'cz'),(1585233920,'lb'),(1585235968,'ru'),(1585238016,'de'),(1585240064,'fr'),(1585242112,'ru'),(1585244160,'fr'),(1585246208,'ru'),(1585248256,'cz'),(1585250304,'ru'),(1585254400,'uk'),(1585256448,'de'),(1585258496,'uk'),(1585260544,'ru'),(1585264640,'im'),(1585266688,'de'),(1585270784,'it'),(1585272832,'ru'),(1585274880,'es'),(1585276928,'fr'),(1585278976,'al'),(1585281024,'ua'),(1585283072,'uk'),(1585285120,'es'),(1585287168,'cy'),(1585289216,'de'),(1585291264,'fr'),(1585295360,'hu'),(1585297408,'ru'),(1585299456,'uk'),(1585301504,'lu'),(1585303552,'de'),(1585305600,'cz'),(1585307648,'qa'),(1585309696,'it'),(1585311744,'ru'),(1585313792,'hu'),(1585315840,'dk'),(1585317888,'it'),(1585319936,'ch'),(1585321984,'ru'),(1585324032,'nl'),(1585326080,'uk'),(1585328128,'be'),(1585330176,'it'),(1585332224,'nl'),(1585334272,'de'),(1585336320,'se'),(1585338368,'ru'),(1585340416,'at'),(1585342464,'uk'),(1585344512,'fr'),(1585346560,'uk'),(1585348608,'ch'),(1585350656,'it'),(1585352704,'pt'),(1585354752,'ru'),(1585356800,'fi'),(1585358848,'pt'),(1585360896,'uk'),(1585362944,'it'),(1585364992,'uk'),(1585367040,'ru'),(1585369088,'uk'),(1585371136,'se'),(1585375232,'uk'),(1585377280,'es'),(1585379328,'ch'),(1585381376,'uk'),(1585383424,'fr'),(1585385472,'de'),(1585387520,'si'),(1585389568,'se'),(1585391616,'it'),(1585393664,'dk'),(1585395712,'no'),(1585397760,'ru'),(1585399808,'il'),(1585401856,'it'),(1585403904,'ru'),(1585405952,'uk'),(1585408000,'pl'),(1585410048,'uk'),(1585412096,'no'),(1585414144,'cz'),(1585416192,'ru'),(1585422336,'es'),(1585424384,'ru'),(1585428480,'es'),(1585432576,'ru'),(1585434624,'jo'),(1585436672,'ru'),(1585438720,'de'),(1585440768,'it'),(1585442816,'ru'),(1585446912,'kw'),(1585577984,'ua'),(1585709056,'pt'),(1585840128,'de'),(1585971200,'at'),(1585979392,'uk'),(1585987584,'se'),(1585995776,'at'),(1586003968,'sk'),(1586012160,'de'),(1586020352,'ru'),(1586028544,'uk'),(1586036736,'ru'),(1586061312,'hr'),(1586069504,'de'),(1586077696,'ge'),(1586085888,'ru'),(1586110464,'it'),(1586118656,'dk'),(1586126848,'cz'),(1586135040,'ru'),(1586143232,'it'),(1586151424,'tr'),(1586159616,'mt'),(1586167808,'de'),(1586176000,'be'),(1586184192,'no'),(1586192384,'ru'),(1586200576,'md'),(1586208768,'ir'),(1586216960,'bg'),(1586225152,'ru'),(1586233344,'fr'),(1586241536,'se'),(1586249728,'si'),(1586257920,'lv'),(1586266112,'ru'),(1586274304,'be'),(1586282496,'ru'),(1586298880,'it'),(1586307072,'ru'),(1586315264,'uz'),(1586323456,'ru'),(1586331648,'pl'),(1586339840,'ru'),(1586348032,'sy'),(1586356224,'ru'),(1586372608,'jo'),(1586380800,'uk'),(1586388992,'es'),(1586397184,'lv'),(1586399232,'ru'),(1586401280,'it'),(1586403328,'is'),(1586405376,'at'),(1586407424,'uk'),(1586409472,'it'),(1586411520,'uk'),(1586413568,'it'),(1586415616,'es'),(1586417664,'nl'),(1586419712,'de'),(1586421760,'se'),(1586423808,'cz'),(1586425856,'nl'),(1586427904,'ch'),(1586432000,'dk'),(1586434048,'be'),(1586436096,'es'),(1586438144,'ru'),(1586446336,'no'),(1586448384,'ch'),(1586454528,'it'),(1586456576,'uk'),(1586458624,'fr'),(1586460672,'uk'),(1586462720,'ru'),(1586464768,'es'),(1586466816,'ru'),(1586468864,'it'),(1586470912,'uk'),(1586472960,'cz'),(1586475008,'gr'),(1586477056,'be'),(1586479104,'kg'),(1586481152,'es'),(1586483200,'nl'),(1586485248,'fr'),(1586487296,'sa'),(1586489344,'cz'),(1586491392,'ru'),(1586493440,'uk'),(1586495488,'dk'),(1587019776,'pl'),(1587085312,'ua'),(1587216384,'bg'),(1587347456,'nl'),(1587412992,'ru'),(1587417088,'ua'),(1587421184,'cz'),(1587425280,'ru'),(1587429376,'ua'),(1587437568,'ru'),(1587445760,'pl'),(1587449856,'ua'),(1587453952,'ru'),(1587466240,'cz'),(1587470336,'pl'),(1587474432,'ua'),(1587478528,'ru'),(1587511296,'il'),(1587544064,'it'),(1588068352,'uk'),(1588592640,'ro'),(1588723712,'ua'),(1588854784,'ru'),(1588985856,'ir'),(1589182464,'ru'),(1589215232,'uk'),(1589248000,'no'),(1589280768,'de'),(1589313536,'lb'),(1589346304,'kw'),(1589379072,'ru'),(1589411840,'il'),(1589444608,'dk'),(1589477376,'rs'),(1589510144,'ru'),(1589542912,'bg'),(1589575680,'ru'),(1589608448,'se'),(1589641216,'uk'),(1590034432,'ru'),(1590036480,'uk'),(1590038528,'ru'),(1590040576,'nl'),(1590042624,'ru'),(1590048768,'de'),(1590050816,'se'),(1590052864,'it'),(1590054912,'uk'),(1590056960,'es'),(1590059008,'it'),(1590061056,'ru'),(1590063104,'cz'),(1590065152,'ie'),(1590067200,'ru'),(1590069248,'at'),(1590071296,'fr'),(1590073344,'nl'),(1590075392,'be'),(1590077440,'uk'),(1590079488,'fr'),(1590081536,'uk'),(1590083584,'ru'),(1590085632,'fr'),(1590087680,'it'),(1590089728,'ru'),(1590091776,'cz'),(1590093824,'ru'),(1590095872,'cz'),(1590097920,'ch'),(1590099968,'ru'),(1590102016,'it'),(1590104064,'tj'),(1590106112,'uk'),(1590108160,'tr'),(1590110208,'cz'),(1590112256,'hu'),(1590114304,'fi'),(1590116352,'ru'),(1590120448,'it'),(1590122496,'de'),(1590124544,'ch'),(1590126592,'ru'),(1590128640,'fi'),(1590130688,'fr'),(1590132736,'uk'),(1590134784,'es'),(1590136832,'uk'),(1590138880,'cz'),(1590140928,'ua'),(1590142976,'at'),(1590145024,'hu'),(1590147072,'uk'),(1590149120,'cz'),(1590151168,'tr'),(1590153216,'ru'),(1590157312,'ie'),(1590159360,'uk'),(1590161408,'de'),(1590163456,'eu'),(1590165504,'ae'),(1590689792,'nl'),(1591214080,'de'),(1591738368,'be'),(1592000512,'es'),(1592004608,'az'),(1592008704,'uk'),(1592012800,'ch'),(1592016896,'uk'),(1592020992,'sk'),(1592025088,'de'),(1592029184,'ru'),(1592033280,'nl'),(1592037376,'ch'),(1592041472,'ru'),(1592045568,'fr'),(1592049664,'ru'),(1592053760,'nl'),(1592057856,'rs'),(1592061952,'ru'),(1592066048,'cy'),(1592070144,'ru'),(1592074240,'sk'),(1592078336,'nl'),(1592082432,'uk'),(1592086528,'cz'),(1592090624,'ru'),(1592094720,'rs'),(1592098816,'uk'),(1592102912,'pt'),(1592107008,'uk'),(1592111104,'de'),(1592115200,'es'),(1592119296,'pl'),(1592123392,'ru'),(1592135680,'pl'),(1592139776,'ru'),(1592143872,'de'),(1592147968,'it'),(1592152064,'il'),(1592156160,'ie'),(1592160256,'ru'),(1592168448,'cz'),(1592172544,'ru'),(1592176640,'rs'),(1592180736,'ua'),(1592184832,'ch'),(1592188928,'uz'),(1592193024,'ru'),(1592197120,'pl'),(1592201216,'ru'),(1592205312,'ua'),(1592209408,'pl'),(1592213504,'ua'),(1592217600,'eu'),(1592221696,'dk'),(1592225792,'ua'),(1592229888,'ru'),(1592242176,'cz'),(1592254464,'pl'),(1592258560,'nl'),(1592262656,'ru'),(1592270848,'pl'),(1592272896,'ua'),(1592274944,'ru'),(1592276992,'cz'),(1592279040,'ru'),(1592281088,'ua'),(1592283136,'gr'),(1592285184,'ru'),(1592287232,'ro'),(1592289280,'ru'),(1592291328,'nl'),(1592295424,'ru'),(1592299520,'pl'),(1592303616,'nl'),(1592305664,'ir'),(1592307712,'ua'),(1592309760,'ru'),(1592311808,'de'),(1592313856,'cz'),(1592315904,'ua'),(1592317952,'pl'),(1592320000,'lt'),(1592322048,'ru'),(1592324096,'ua'),(1592328192,'ru'),(1592393728,'se'),(1592459264,'ge'),(1592524800,'uk'),(1592557568,'bg'),(1592590336,'fi'),(1592623104,'ru'),(1592655872,'fr'),(1592786944,'pl'),(1592803328,'ru'),(1592819712,'ua'),(1592836096,'ge'),(1592852480,'ru'),(1592868864,'cz'),(1592885248,'ir'),(1592901632,'ru'),(1592934400,'cz'),(1592950784,'ru'),(1592967168,'lu'),(1592983552,'ru'),(1592999936,'md'),(1593016320,'ru'),(1593049088,'ua'),(1593065472,'lt'),(1593081856,'ua'),(1593098240,'ch'),(1593114624,'se'),(1593131008,'uk'),(1593147392,'ru'),(1593163776,'at'),(1593180160,'no'),(1593196544,'se'),(1593212928,'pl'),(1593229312,'ee'),(1593245696,'nl'),(1593247744,'it'),(1593249792,'ru'),(1593251840,'fr'),(1593253888,'cz'),(1593255936,'de'),(1593257984,'ie'),(1593260032,'ru'),(1593262080,'kz'),(1593264128,'nl'),(1593266176,'uk'),(1593268224,'hu'),(1593270272,'uk'),(1593272320,'ru'),(1593274368,'de'),(1593276416,'ru'),(1593278464,'kz'),(1593280512,'ee'),(1593282560,'at'),(1593284608,'uk'),(1593286656,'fr'),(1593288704,'se'),(1593290752,'fr'),(1593292800,'it'),(1593294848,'nl'),(1593296896,'rs'),(1593298944,'ru'),(1593300992,'ch'),(1593303040,'ua'),(1593305088,'fr'),(1593307136,'ru'),(1593311232,'ua'),(1593344000,'hu'),(1593376768,'jo'),(1593409536,'de'),(1593442304,'ba'),(1593475072,'ru'),(1593540608,'pl'),(1593573376,'lu'),(1593606144,'sy'),(1593638912,'ru'),(1593671680,'hr'),(1593704448,'se'),(1593737216,'pl'),(1593769984,'ru'),(1593802752,'se'),(1593835520,'tr'),(1594884096,'es'),(1595408384,'ru'),(1595998208,'de'),(1596063744,'no'),(1596129280,'il'),(1596194816,'nl'),(1596260352,'ru'),(1596325888,'ir'),(1596391424,'es'),(1596456960,'pl'),(1596588032,'bg'),(1596719104,'ie'),(1596850176,'cz'),(1596981248,'pl'),(1597243392,'ru'),(1597505536,'kz'),(1597767680,'es'),(1598029824,'ro'),(1598062592,'ru'),(1598095360,'md'),(1598128128,'tr'),(1598160896,'kw'),(1598193664,'ru'),(1598226432,'ua'),(1598259200,'ru'),(1598291968,'lv'),(1598324736,'ru'),(1598357504,'pt'),(1598390272,'ua'),(1598423040,'ru'),(1598455808,'tr'),(1598488576,'ru'),(1598685184,'it'),(1598816256,'ro'),(1598947328,'ru'),(1599078400,'se'),(1599094784,'ru'),(1599111168,'ir'),(1599127552,'cz'),(1599160320,'ir'),(1599176704,'fr'),(1599193088,'ru'),(1599209472,'ir'),(1599242240,'cz'),(1599258624,'ru'),(1599324160,'ie'),(1599340544,'ru'),(1599356928,'bh'),(1599373312,'ru'),(1599438848,'rs'),(1599455232,'cz'),(1599471616,'mk'),(1599488000,'il'),(1599504384,'az'),(1599520768,'ru'),(1599537152,'bg'),(1599553536,'ru'),(1599569920,'si'),(1599586304,'bg'),(1599602688,'de'),(1599864832,'pt'),(1600126976,'nl'),(1600389120,'eu'),(1600520192,'sk'),(1600651264,'ge'),(1600684032,'ru'),(1600749568,'sk'),(1600782336,'ru'),(1600880640,'al'),(1600913408,'pl'),(1600946176,'ru'),(1600978944,'se'),(1601011712,'ua'),(1601044480,'ru'),(1601077248,'it'),(1601110016,'bg'),(1601142784,'ua'),(1601175552,'de'),(1601699840,'es'),(1602224128,'nl'),(1602226176,'uk'),(1602228224,'de'),(1602230272,'dk'),(1602232320,'ch'),(1602234368,'fr'),(1602236416,'uk'),(1602238464,'tr'),(1602240512,'by'),(1602242560,'fr'),(1602244608,'ch'),(1602246656,'nl'),(1602248704,'be'),(1602250752,'no'),(1602252800,'se'),(1602254848,'hu'),(1602256896,'uk'),(1602258944,'ru'),(1602260992,'fr'),(1602263040,'es'),(1602265088,'ru'),(1602267136,'ro'),(1602269184,'ru'),(1602271232,'mk'),(1602273280,'ie'),(1602275328,'de'),(1602279424,'uk'),(1602281472,'ru'),(1602283520,'hr'),(1602285568,'ru'),(1602287616,'de'),(1602289664,'lb'),(1602291712,'sa'),(1602293760,'ru'),(1602295808,'nl'),(1602297856,'il'),(1602299904,'dk'),(1602301952,'de'),(1602304000,'ru'),(1602306048,'uk'),(1602308096,'ru'),(1602310144,'nl'),(1602312192,'ru'),(1602314240,'cz'),(1602316288,'uk'),(1602318336,'es'),(1602320384,'nl'),(1602324480,'ru'),(1602328576,'es'),(1602330624,'ru'),(1602336768,'uk'),(1602338816,'ee'),(1602340864,'at'),(1602342912,'de'),(1602344960,'es'),(1602347008,'pl'),(1602349056,'ru'),(1602351104,'cz'),(1602353152,'ru'),(1602355200,'uk'),(1602357248,'fr'),(1602359296,'de'),(1602361344,'fi'),(1602363392,'lv'),(1602365440,'be'),(1602367488,'es'),(1602369536,'ir'),(1602371584,'se'),(1602373632,'uk'),(1602375680,'by'),(1602377728,'ps'),(1602379776,'uk'),(1602383872,'de'),(1602385920,'at'),(1602387968,'ru'),(1602390016,'it'),(1602392064,'uk'),(1602394112,'fr'),(1602396160,'de'),(1602398208,'tr'),(1602400256,'ru'),(1602402304,'lu'),(1602404352,'uk'),(1602406400,'de'),(1602408448,'dk'),(1602410496,'no'),(1602412544,'uk'),(1602414592,'nl'),(1602416640,'ir'),(1602418688,'de'),(1602420736,'ru'),(1602424832,'fr'),(1602426880,'ru'),(1602428928,'pl'),(1602430976,'it'),(1602433024,'hu'),(1602435072,'it'),(1602437120,'uk'),(1602439168,'ru'),(1602441216,'uk'),(1602443264,'ru'),(1602445312,'de'),(1602447360,'uk'),(1602449408,'lv'),(1602451456,'de'),(1602453504,'sk'),(1602455552,'fr'),(1602457600,'ru'),(1602459648,'uk'),(1602461696,'es'),(1602465792,'ru'),(1602467840,'gi'),(1602469888,'at'),(1602471936,'se'),(1602473984,'ru'),(1602476032,'uk'),(1602478080,'ru'),(1602480128,'mt'),(1602482176,'fr'),(1602484224,'uk'),(1602486272,'ua'),(1602748416,'pt'),(1602781184,'fr'),(1602813952,'ru'),(1602846720,'ge'),(1602879488,'fr'),(1602912256,'ru'),(1603010560,'fr'),(1603014656,'ru'),(1603018752,'hu'),(1603022848,'uk'),(1603026944,'se'),(1603031040,'ru'),(1603035136,'sy'),(1603039232,'rs'),(1603043328,'it'),(1603047424,'ru'),(1603051520,'jo'),(1603055616,'se'),(1603059712,'am'),(1603063808,'bg'),(1603067904,'eu'),(1603072000,'cz'),(1603076096,'ru'),(1603080192,'de'),(1603084288,'it'),(1603088384,'lb'),(1603092480,'no'),(1603100672,'fr'),(1603108864,'kz'),(1603112960,'uk'),(1603121152,'ru'),(1603129344,'jo'),(1603133440,'ru'),(1603137536,'kw'),(1603141632,'es'),(1603145728,'il'),(1603149824,'ru'),(1603153920,'nl'),(1603158016,'de'),(1603162112,'tj'),(1603166208,'nl'),(1603170304,'ie'),(1603174400,'tr'),(1603178496,'dk'),(1603182592,'fr'),(1603186688,'it'),(1603190784,'ru'),(1603194880,'it'),(1603198976,'ir'),(1603203072,'pl'),(1603207168,'ru'),(1603215360,'de'),(1603219456,'ch'),(1603223552,'fr'),(1603227648,'at'),(1603231744,'it'),(1603235840,'ru'),(1603239936,'cz'),(1603244032,'si'),(1603248128,'de'),(1603252224,'ru'),(1603256320,'se'),(1603260416,'ru'),(1603264512,'at'),(1603268608,'pl'),(1603272704,'uk'),(1603796992,'ru'),(1603813376,'ch'),(1603829760,'nl'),(1603846144,'uk'),(1603862528,'ee'),(1603878912,'md'),(1603895296,'ru'),(1603928064,'dk'),(1603944448,'ru'),(1603977216,'uk'),(1603993600,'me'),(1604009984,'pl'),(1604026368,'nl'),(1604042752,'se'),(1604059136,'mk'),(1604075520,'ru'),(1604091904,'ba'),(1604108288,'de'),(1604141056,'ro'),(1604157440,'fr'),(1604190208,'ua'),(1604206592,'pl'),(1604222976,'bg'),(1604239360,'ru'),(1604255744,'sy'),(1604272128,'iq'),(1604288512,'ru'),(1604304896,'si'),(1604321280,'pl'),(1604386816,'ru'),(1604452352,'ro'),(1604517888,'ru'),(1604583424,'ua'),(1604648960,'ru'),(1604714496,'dk'),(1604780032,'ru'),(1604845568,'fr'),(1604853760,'hu'),(1604861952,'rs'),(1604870144,'hr'),(1604878336,'de'),(1604894720,'cz'),(1604902912,'bg'),(1604911104,'ua'),(1604919296,'no'),(1604927488,'it'),(1604935680,'ru'),(1604952064,'de'),(1604960256,'bg'),(1604968448,'es'),(1604976640,'fr'),(1604993024,'nl'),(1605001216,'ru'),(1605025792,'iq'),(1605033984,'sk'),(1605042176,'ru'),(1605050368,'it'),(1605058560,'hu'),(1605066752,'pl'),(1605074944,'fr'),(1605083136,'be'),(1605091328,'pl'),(1605099520,'ru'),(1605107712,'uk'),(1605115904,'ru'),(1605124096,'uk'),(1605132288,'ru'),(1605148672,'pt'),(1605156864,'jo'),(1605165056,'uk'),(1605173248,'tr'),(1605181440,'lt'),(1605189632,'cz'),(1605197824,'de'),(1605206016,'ru'),(1605214208,'tr'),(1605222400,'cz'),(1605230592,'de'),(1605238784,'it'),(1605246976,'pl'),(1605255168,'hu'),(1605263360,'ru'),(1605271552,'de'),(1605279744,'fr'),(1605287936,'ru'),(1605296128,'ch'),(1605304320,'pl'),(1605312512,'il'),(1605320704,'kw'),(1605328896,'fi'),(1605337088,'uk'),(1605345280,'fr'),(1605353472,'uk'),(1605361664,'ru'),(1605369856,'fr'),(1605402624,'si'),(1605435392,'uk'),(1605468160,'ro'),(1605500928,'pl'),(1605533696,'hr'),(1605566464,'ru'),(1605599232,'gr'),(1605632000,'rs'),(1605664768,'mk'),(1605697536,'ru'),(1605763072,'cz'),(1605795840,'be'),(1605828608,'ru'),(1605861376,'tr'),(1605894144,'ro'),(1606156288,'ru'),(1606418432,'se'),(1607467008,'de'),(1607532544,'se'),(1607598080,'it'),(1607663616,'nl'),(1607729152,'sy'),(1607794688,'ru'),(1607860224,'es'),(1607925760,'ru'),(1607926784,'eu'),(1607927808,'cz'),(1607928832,'ru'),(1607929856,'se'),(1607930880,'pl'),(1607933952,'de'),(1607934976,'ua'),(1607937024,'lv'),(1607938048,'ua'),(1607939072,'pl'),(1607940096,'ua'),(1607942144,'ru'),(1607944192,'nl'),(1607946240,'ua'),(1607947264,'ru'),(1607948288,'uk'),(1607949312,'cz'),(1607952384,'ua'),(1607956480,'es'),(1607957504,'ua'),(1607958528,'il'),(1607959552,'eu'),(1607960576,'ru'),(1607961600,'cz'),(1607962624,'ua'),(1607963648,'ru'),(1607965696,'cz'),(1607966720,'ru'),(1607967744,'cz'),(1607968768,'se'),(1607969792,'ru'),(1607974912,'cz'),(1607976960,'ua'),(1607977984,'nl'),(1607979008,'cz'),(1607980032,'de'),(1607981056,'ua'),(1607982080,'ru'),(1607983104,'uk'),(1607984128,'cz'),(1607985152,'pl'),(1607986176,'ua'),(1607987200,'eu'),(1607988224,'cz'),(1607991296,'ua'),(1608122368,'ro'),(1608253440,'ru'),(1608384512,'de'),(1608515584,'it'),(1828716544,'fr'),(1830813696,'nl'),(1831337984,'de'),(1831862272,'pt'),(1832124416,'it'),(1832386560,'se'),(1832648704,'hr'),(1832681472,'ru'),(1832714240,'hu'),(1832747008,'ru'),(1832779776,'fr'),(1832812544,'ru'),(1832845312,'bh'),(1832878080,'ru'),(1832910848,'il'),(1833172992,'uk'),(1833177088,'ru'),(1833179136,'it'),(1833181184,'uk'),(1833183232,'ua'),(1833185280,'de'),(1833187328,'eu'),(1833189376,'uk'),(1833191424,'ru'),(1833193472,'es'),(1833195520,'no'),(1833197568,'de'),(1833199616,'at'),(1833201664,'ru'),(1833203712,'am'),(1833205760,'fi'),(1833207808,'ru'),(1833209856,'gr'),(1833211904,'it'),(1833213952,'be'),(1833216000,'ru'),(1833218048,'no'),(1833220096,'ru'),(1833222144,'uk'),(1833224192,'ru'),(1833228288,'de'),(1833232384,'tj'),(1833234432,'uk'),(1833236480,'fi'),(1833238528,'al'),(1833240576,'es'),(1833242624,'ru'),(1833246720,'fi'),(1833248768,'mk'),(1833250816,'uk'),(1833252864,'eu'),(1833254912,'de'),(1833256960,'uk'),(1833261056,'pl'),(1833263104,'de'),(1833265152,'uk'),(1833267200,'hu'),(1833269248,'fi'),(1833271296,'it'),(1833273344,'eu'),(1833275392,'uk'),(1833277440,'ch'),(1833279488,'al'),(1833281536,'at'),(1833283584,'ru'),(1833285632,'fr'),(1833289728,'it'),(1833291776,'cz'),(1833293824,'be'),(1833295872,'nl'),(1833297920,'uk'),(1833299968,'lu'),(1833302016,'at'),(1833304064,'nl'),(1833308160,'fr'),(1833310208,'ru'),(1833312256,'es'),(1833314304,'uk'),(1833316352,'dk'),(1833318400,'uk'),(1833320448,'ae'),(1833322496,'it'),(1833324544,'no'),(1833326592,'eu'),(1833328640,'at'),(1833330688,'ua'),(1833332736,'ch'),(1833334784,'it'),(1833336832,'es'),(1833338880,'uk'),(1833342976,'ch'),(1833345024,'fi'),(1833347072,'fr'),(1833349120,'fi'),(1833351168,'ru'),(1833353216,'de'),(1833355264,'it'),(1833357312,'ie'),(1833359360,'de'),(1833361408,'uk'),(1833363456,'ru'),(1833365504,'it'),(1833367552,'ru'),(1833369600,'nl'),(1833371648,'ru'),(1833373696,'de'),(1833377792,'kz'),(1833379840,'pt'),(1833381888,'nl'),(1833383936,'dk'),(1833385984,'sk'),(1833388032,'ru'),(1833390080,'uk'),(1833392128,'ch'),(1833396224,'nl'),(1833398272,'de'),(1833400320,'uk'),(1833402368,'fr'),(1833406464,'uk'),(1833408512,'rs'),(1833410560,'pt'),(1833412608,'uk'),(1833414656,'ru'),(1833416704,'nl'),(1833418752,'ru'),(1833422848,'cz'),(1833424896,'de'),(1833426944,'kg'),(1833428992,'it'),(1833431040,'ru'),(1833433088,'uk'),(1833435136,'cz'),(1833439232,'uk'),(1833443328,'nl'),(1833447424,'rs'),(1833451520,'ru'),(1833455616,'nl'),(1833459712,'me'),(1833463808,'ua'),(1833467904,'ch'),(1833472000,'eu'),(1833480192,'nl'),(1833484288,'ir'),(1833488384,'uk'),(1833492480,'ru'),(1833504768,'de'),(1833508864,'ru'),(1833512960,'de'),(1833517056,'es'),(1833521152,'it'),(1833525248,'lv'),(1833529344,'uk'),(1833533440,'ru'),(1833537536,'at'),(1833541632,'uk'),(1833545728,'it'),(1833549824,'ru'),(1833553920,'cz'),(1833558016,'ro'),(1833562112,'ps'),(1833566208,'se'),(1833570304,'nl'),(1833574400,'ye'),(1833578496,'hu'),(1833582592,'tj'),(1833586688,'fr'),(1833590784,'pl'),(1833594880,'ru'),(1833603072,'sk'),(1833607168,'ru'),(1833611264,'no'),(1833615360,'eu'),(1833619456,'ru'),(1833623552,'ir'),(1833627648,'uk'),(1833631744,'cz'),(1833635840,'de'),(1833639936,'am'),(1833644032,'tj'),(1833648128,'lb'),(1833652224,'de'),(1833660416,'it'),(1833664512,'ru'),(1833668608,'cz'),(1833672704,'uk'),(1833676800,'de'),(1833680896,'ua'),(1833684992,'de'),(1833689088,'fi'),(1833693184,'ru'),(1833697280,'ie'),(1833959424,'cz'),(1834090496,'sa'),(1834221568,'de'),(1834352640,'ua'),(1834483712,'be'),(1834614784,'de'),(1834745856,'rs'),(1834876928,'ru'),(1834885120,'fr'),(1834893312,'cz'),(1834901504,'rs'),(1834909696,'uk'),(1834913792,'ro'),(1834917888,'ua'),(1834921984,'ru'),(1834930176,'ua'),(1834934272,'rs'),(1834938368,'pl'),(1834944512,'ro'),(1834946560,'cz'),(1834948608,'pl'),(1834950656,'ua'),(1834956800,'ir'),(1834960896,'cz'),(1834964992,'pl'),(1834967040,'ru'),(1834971136,'ua'),(1834973184,'cz'),(1834975232,'il'),(1834977280,'pl'),(1834983424,'ru'),(1834985472,'pl'),(1834989568,'uk'),(1834991616,'cz'),(1834993664,'pl'),(1834995712,'ru'),(1835001856,'pl'),(1835003904,'de'),(1835005952,'ru'),(1835008000,'ro'),(1835532288,'se'),(1835540480,'de'),(1835548672,'uk'),(1835565056,'al'),(1835573248,'ua'),(1835581440,'bg'),(1835589632,'it'),(1835597824,'hu'),(1835606016,'cz'),(1835614208,'ru'),(1835622400,'se'),(1835630592,'ru'),(1835646976,'ba'),(1835655168,'cy'),(1835663360,'ua'),(1835671552,'ch'),(1835679744,'fr'),(1835687936,'ie'),(1835696128,'ru'),(1835704320,'nl'),(1835712512,'ru'),(1835720704,'rs'),(1835728896,'pl'),(1835737088,'uk'),(1835745280,'bg'),(1835753472,'es'),(1835761664,'jo'),(1835769856,'ru'),(1835778048,'cz'),(1835786240,'jo'),(1835794432,'fi'),(1835802624,'ru'),(1835810816,'ua'),(1835819008,'cz'),(1835827200,'uk'),(1835835392,'es'),(1835843584,'no'),(1835851776,'ua'),(1835859968,'de'),(1835868160,'ir'),(1835876352,'no'),(1835884544,'nl'),(1835892736,'uk'),(1835909120,'rs'),(1835913216,'ru'),(1835917312,'uk'),(1835925504,'lv'),(1835933696,'ru'),(1835941888,'ua'),(1835950080,'lb'),(1835958272,'hu'),(1835966464,'ir'),(1835974656,'pl'),(1835982848,'cy'),(1835991040,'ru'),(1835999232,'ir'),(1836007424,'ru'),(1836015616,'ad'),(1836023808,'ru'),(1836040192,'uk'),(1836048384,'rs'),(1836056576,'it'),(1836580864,'ru'),(1836597248,'lu'),(1836613632,'ru'),(1836630016,'bg'),(1836646400,'rs'),(1836679168,'bg'),(1836711936,'ua'),(1836728320,'rs'),(1836744704,'fr'),(1836761088,'ir'),(1836777472,'si'),(1836793856,'uk'),(1836810240,'ru'),(1836826624,'cz'),(1836843008,'ru'),(1836875776,'se'),(1836892160,'ru'),(1836908544,'ie'),(1836924928,'de'),(1836941312,'ir'),(1836957696,'pl'),(1836974080,'ru'),(1836990464,'at'),(1837006848,'by'),(1837023232,'ru'),(1837039616,'az'),(1837056000,'iq'),(1837072384,'ru'),(1837088768,'si'),(1837105152,'be'),(1838153728,'uk'),(1839202304,'bg'),(1839235072,'il'),(1839267840,'ru'),(1839300608,'bh'),(1839333376,'ua'),(1839366144,'ir'),(1839398912,'no'),(1839431680,'ru'),(1839464448,'cz'),(1839497216,'ch'),(1839529984,'ru'),(1839562752,'ba'),(1839595520,'ro'),(1839661056,'ua'),(1839693824,'ru'),(1839726592,'it'),(1839759360,'ru'),(1839792128,'uk'),(1839816704,'no'),(1839824896,'ru'),(1839890432,'uk'),(1839923200,'ru'),(1839955968,'sa'),(1839988736,'ru'),(1840021504,'ge'),(1840054272,'ru'),(1840087040,'pl'),(1840119808,'ru'),(1840152576,'uk'),(1840185344,'ba'),(1840218112,'uk'),(1840316416,'ru'),(1840381952,'gr'),(1840447488,'no'),(1840513024,'uk'),(1840644096,'si'),(1840709632,'cz'),(1840775168,'ru'),(1840840704,'md'),(1840906240,'il'),(1840971776,'ru'),(1841102848,'no'),(1841168384,'ru'),(1841299456,'de'),(1841430528,'ru'),(1841561600,'pl'),(1841565696,'ru'),(1841569792,'pl'),(1841577984,'ru'),(1841582080,'pl'),(1841586176,'ru'),(1841590272,'pl'),(1841594368,'ua'),(1841598464,'pl'),(1841602560,'ua'),(1841610752,'ru'),(1841614848,'cz'),(1841618944,'pl'),(1841627136,'no'),(1841629184,'ru'),(1841635328,'pl'),(1841639424,'ru'),(1841641472,'pl'),(1841645568,'cz'),(1841647616,'ro'),(1841649664,'cz'),(1841651712,'pl'),(1841653760,'fr'),(1841655808,'cz'),(1841659904,'ru'),(1841664000,'cz'),(1841666048,'ru'),(1841670144,'pl'),(1841672192,'fr'),(1841674240,'pl'),(1841676288,'cz'),(1841678336,'ru'),(1841680384,'lv'),(1841682432,'ua'),(1841684480,'ru'),(1841686528,'ro'),(1841688576,'fr'),(1841690624,'ru'),(1841692672,'rs'),(1841700864,'md'),(1841709056,'ru'),(1841725440,'dk'),(1841733632,'ru'),(1841758208,'pl'),(1841766400,'hu'),(1841774592,'pl'),(1841782784,'ro'),(1841790976,'bg'),(1841799168,'de'),(1841807360,'no'),(1841815552,'bg'),(1841823744,'uk'),(1841831936,'mt'),(1841840128,'pl'),(1841848320,'ru'),(1841856512,'ua'),(1841864704,'ye'),(1841872896,'nl'),(1841881088,'ua'),(1841889280,'ir'),(1841897472,'ro'),(1841905664,'ru'),(1841922048,'nl'),(1841930240,'kg'),(1841938432,'ru'),(1841946624,'ua'),(1841954816,'ru'),(1841971200,'cz'),(1841979392,'nl'),(1841987584,'dk'),(1841995776,'ru'),(1842003968,'ch'),(1842012160,'uk'),(1842020352,'no'),(1842028544,'ch'),(1842036736,'lu'),(1842044928,'uk'),(1842053120,'es'),(1842061312,'ir'),(1842069504,'ru'),(1842077696,'fr'),(1842085888,'uk'),(1842118656,'fi'),(1842151424,'fr'),(1842153472,'no'),(1842155520,'it'),(1842157568,'ae'),(1842159616,'ba'),(1842161664,'ge'),(1842163712,'pl'),(1842165760,'ru'),(1842167808,'fr'),(1842169856,'cz'),(1842171904,'ru'),(1842173952,'ro'),(1842176000,'fi'),(1842178048,'it'),(1842180096,'iq'),(1842182144,'lv'),(1842184192,'de'),(1842186240,'es'),(1842188288,'ru'),(1842190336,'uk'),(1842192384,'az'),(1842194432,'ch'),(1842196480,'de'),(1842198528,'uk'),(1842200576,'nl'),(1842202624,'ch'),(1842204672,'az'),(1842206720,'se'),(1842208768,'uk'),(1842210816,'lt'),(1842212864,'cz'),(1842214912,'ru'),(1842216960,'ro'),(1842225152,'ua'),(1842233344,'ro'),(1842241536,'rs'),(1842249728,'ru'),(1842257920,'cz'),(1842266112,'pl'),(1842274304,'ro'),(1842282496,'ru'),(1842286592,'uk'),(1842290688,'rs'),(1842294784,'pl'),(1842298880,'ua'),(1842302976,'ru'),(1842307072,'pl'),(1842311168,'ua'),(1842315264,'ro'),(1842319360,'pl'),(1842323456,'ru'),(1842327552,'cz'),(1842331648,'ua'),(1842335744,'ro'),(1842339840,'cz'),(1842343936,'ru'),(1842348032,'fr'),(1843396608,'iq'),(1843412992,'cz'),(1843429376,'uk'),(1843462144,'ru'),(1843478528,'se'),(1843494912,'ir'),(1843511296,'ru'),(1843527680,'il'),(1843544064,'ru'),(1843560448,'de'),(1843576832,'ru'),(1843593216,'hr'),(1843609600,'ua'),(1843625984,'es'),(1843642368,'ru'),(1843658752,'uk'),(1843675136,'me'),(1843691520,'se'),(1843707904,'de'),(1843724288,'cz'),(1843748864,'ru'),(1843773440,'lv'),(1843781632,'cz'),(1843789824,'sk'),(1843806208,'ir'),(1843822592,'ru'),(1843838976,'de'),(1843855360,'pl'),(1843871744,'uk'),(1843888128,'cz'),(1843904512,'uk'),(1843920896,'kz'),(1843922944,'nl'),(1843924992,'es'),(1843927040,'pl'),(1843929088,'it'),(1843931136,'nl'),(1843933184,'it'),(1843935232,'uk'),(1843937280,'es'),(1843939328,'dk'),(1843941376,'fi'),(1843943424,'ch'),(1843945472,'fr'),(1843947520,'ru'),(1843949568,'by'),(1843951616,'de'),(1843955712,'it'),(1843957760,'cz'),(1843959808,'uk'),(1843961856,'de'),(1843965952,'uk'),(1843968000,'ru'),(1843970048,'fr'),(1843972096,'hu'),(1843974144,'es'),(1843976192,'tr'),(1843978240,'nl'),(1843980288,'fr'),(1843982336,'pl'),(1843984384,'ru'),(1843986432,'no'),(1843988480,'uk'),(1843990528,'lb'),(1843992576,'at'),(1843994624,'uk'),(1844000768,'no'),(1844002816,'cz'),(1844006912,'sm'),(1844008960,'pl'),(1844011008,'it'),(1844013056,'pl'),(1844015104,'uk'),(1844017152,'it'),(1844019200,'ru'),(1844021248,'de'),(1844027392,'cz'),(1844029440,'ru'),(1844031488,'ch'),(1844033536,'rs'),(1844035584,'md'),(1844037632,'ru'),(1844041728,'it'),(1844043776,'ru'),(1844047872,'kz'),(1844049920,'de'),(1844051968,'fr'),(1844054016,'ru'),(1844056064,'il'),(1844058112,'ru'),(1844062208,'cz'),(1844064256,'it'),(1844068352,'uk'),(1844072448,'es'),(1844076544,'ie'),(1844078592,'de'),(1844080640,'ge'),(1844082688,'de'),(1844084736,'ru'),(1844086784,'it'),(1844088832,'at'),(1844090880,'ru'),(1844092928,'fr'),(1844094976,'uk'),(1844099072,'de'),(1844101120,'uk'),(1844105216,'es'),(1844107264,'de'),(1844109312,'uk'),(1844111360,'al'),(1844113408,'fi'),(1844115456,'de'),(1844117504,'cz'),(1844119552,'ua'),(1844121600,'es'),(1844123648,'ru'),(1844125696,'nl'),(1844127744,'de'),(1844129792,'nl'),(1844131840,'de'),(1844133888,'lt'),(1844135936,'nl'),(1844137984,'fr'),(1844140032,'ru'),(1844142080,'rs'),(1844144128,'sm'),(1844146176,'no'),(1844148224,'uk'),(1844150272,'es'),(1844152320,'de'),(1844154368,'uk'),(1844156416,'it'),(1844158464,'ru'),(1844160512,'se'),(1844162560,'cz'),(1844164608,'ru'),(1844166656,'az'),(1844168704,'gi'),(1844170752,'ru'),(1844174848,'de'),(1844178944,'ee'),(1844180992,'tr'),(1844183040,'it'),(1844191232,'al'),(1844195328,'ru'),(1844203520,'nl'),(1844207616,'ru'),(1844211712,'sk'),(1844215808,'be'),(1844219904,'de'),(1844224000,'uk'),(1844228096,'dk'),(1844232192,'fr'),(1844236288,'ru'),(1844252672,'uk'),(1844256768,'ba'),(1844260864,'ch'),(1844264960,'nl'),(1844273152,'ru'),(1844277248,'az'),(1844281344,'de'),(1844285440,'ru'),(1844289536,'it'),(1844293632,'de'),(1844297728,'jo'),(1844301824,'nl'),(1844305920,'ru'),(1844310016,'fr'),(1844318208,'it'),(1844322304,'cz'),(1844326400,'dk'),(1844330496,'uk'),(1844338688,'ru'),(1844342784,'it'),(1844346880,'uk'),(1844350976,'sy'),(1844355072,'kz'),(1844359168,'ir'),(1844363264,'ru'),(1844367360,'cz'),(1844371456,'ge'),(1844375552,'ru'),(1844379648,'ir'),(1844383744,'az'),(1844387840,'kz'),(1844391936,'de'),(1844396032,'cz'),(1844400128,'uk'),(1844408320,'fr'),(1844412416,'ru'),(1844416512,'fr'),(1844420608,'de'),(1844424704,'si'),(1844428800,'de'),(1844432896,'ru'),(1844436992,'no'),(1844441088,'it'),(1844445184,'fi'),(1844510720,'ru'),(1844576256,'gr'),(1844641792,'pl'),(1844707328,'ru'),(1844772864,'rs'),(1844838400,'uk'),(1844903936,'no'),(1844969472,'cz'),(1845035008,'uk'),(1845100544,'de'),(1845166080,'ua'),(1845231616,'ru'),(1845297152,'il'),(1845362688,'ua'),(1845428224,'ie'),(2147942400,'eu'),(2148532224,'eu'),(2150039552,'eu'),(2153119744,'eu'),(2153578496,'eu'),(2153906176,'eu'),(2156003328,'eu'),(2156593152,'eu'),(2159017984,'eu'),(2159149056,'eu'),(2160525312,'eu'),(2160656384,'eu'),(2161508352,'eu'),(2162688000,'eu'),(2163212288,'eu'),(2163408896,'eu'),(2163605504,'eu'),(2164981760,'eu'),(2165309440,'eu'),(2165571584,'eu'),(2165964800,'eu'),(2166292480,'eu'),(2168651776,'eu'),(2168782848,'eu'),(2169044992,'eu'),(2170028032,'eu'),(2170945536,'eu'),(2172452864,'eu'),(2172715008,'eu'),(2172911616,'eu'),(2173566976,'dk'),(2173632512,'eu'),(2175336448,'eu'),(2175729664,'eu'),(2175860736,'eu'),(2176122880,'eu'),(2176516096,'eu'),(2176974848,'eu'),(2177302528,'eu'),(2177761280,'eu'),(2177892352,'eu'),(2178285568,'eu'),(2178482176,'eu'),(2179530752,'eu'),(2179989504,'eu'),(2180448256,'eu'),(2182610944,'eu'),(2182873088,'eu'),(2183135232,'eu'),(2183462912,'eu'),(2184904704,'ch'),(2184970240,'eu'),(2185363456,'eu'),(2185822208,'eu'),(2185953280,'eu'),(2186149888,'eu'),(2186412032,'eu'),(2186805248,'eu'),(2187067392,'eu'),(2187460608,'fr'),(2187591680,'eu'),(2187853824,'eu'),(2188378112,'eu'),(2188574720,'eu'),(2188902400,'eu'),(2189230080,'eu'),(2189754368,'eu'),(2189950976,'eu'),(2190082048,'eu'),(2191458304,'eu'),(2191589376,'eu'),(2193031168,'eu'),(2193227776,'eu'),(2193358848,'eu'),(2193489920,'eu'),(2193620992,'eu'),(2194014208,'eu'),(2194538496,'eu'),(2194669568,'eu'),(2195652608,'eu'),(2195783680,'eu'),(2195914752,'dk'),(2196045824,'eu'),(2196570112,'se'),(2196635648,'eu'),(2196897792,'se'),(2197159936,'eu'),(2197487616,'eu'),(2197880832,'eu'),(2204172288,'eu'),(2204303360,'eu'),(2204499968,'eu'),(2205089792,'eu'),(2205286400,'eu'),(2205483008,'ch'),(2206334976,'eu'),(2207776768,'eu'),(2207907840,'eu'),(2208235520,'eu'),(2208563200,'eu'),(2208890880,'eu'),(2209153024,'eu'),(2209611776,'eu'),(2210136064,'eu'),(2210660352,'eu'),(2211250176,'eu'),(2211381248,'eu'),(2211643392,'eu'),(2212233216,'eu'),(2212495360,'eu'),(2212691968,'eu'),(2212954112,'eu'),(2213150720,'eu'),(2213347328,'nl'),(2213937152,'eu'),(2214264832,'eu'),(2214461440,'eu'),(2218786816,'eu'),(2224160768,'eu'),(2224357376,'eu'),(2224619520,'eu'),(2224750592,'eu'),(2225405952,'eu'),(2225799168,'eu'),(2226126848,'eu'),(2226388992,'eu'),(2226716672,'eu'),(2227372032,'eu'),(2227634176,'eu'),(2229469184,'eu'),(2229600256,'eu'),(2230583296,'eu'),(2231107584,'eu'),(2248212480,'eu'),(2249523200,'eu'),(2249785344,'eu'),(2249916416,'nl'),(2249981952,'eu'),(2250113024,'eu'),(2250375168,'eu'),(2250506240,'eu'),(2251227136,'eu'),(2251685888,'eu'),(2251948032,'eu'),(2253127680,'eu'),(2253455360,'de'),(2253586432,'eu'),(2254110720,'eu'),(2254569472,'nl'),(2254635008,'eu'),(2255945728,'eu'),(2256666624,'eu'),(2257190912,'eu'),(2257453056,'eu'),(2257649664,'eu'),(2258042880,'eu'),(2258305024,'eu'),(2258436096,'eu'),(2259222528,'eu'),(2259353600,'eu'),(2259681280,'eu'),(2260140032,'eu'),(2260467712,'eu'),(2260664320,'eu'),(2261450752,'eu'),(2261647360,'eu'),(2262040576,'eu'),(2262499328,'eu'),(2262892544,'eu'),(2263810048,'eu'),(2264203264,'eu'),(2277769216,'uk'),(2291400704,'eu'),(2291859456,'eu'),(2292383744,'eu'),(2292842496,'uk'),(2292973568,'eu'),(2294743040,'eu'),(2294874112,'eu'),(2295201792,'eu'),(2296446976,'eu'),(2296774656,'eu'),(2297626624,'eu'),(2299592704,'eu'),(2300641280,'eu'),(2301296640,'eu'),(2301558784,'no'),(2301755392,'eu'),(2302083072,'eu'),(2302279680,'eu'),(2303262720,'eu'),(2304573440,'eu'),(2304770048,'eu'),(2305097728,'uk'),(2305359872,'eu'),(2305556480,'eu'),(2306342912,'eu'),(2306932736,'eu'),(2307194880,'eu'),(2307522560,'eu'),(2308702208,'eu'),(2309160960,'eu'),(2309881856,'eu'),(2310995968,'eu'),(2311053312,'ie'),(2311127040,'eu'),(2311847936,'eu'),(2312110080,'eu'),(2312437760,'eu'),(2312699904,'eu'),(2312962048,'eu'),(2313289728,'eu'),(2314731520,'eu'),(2314862592,'eu'),(2315059200,'eu'),(2315452416,'eu'),(2315649024,'eu'),(2316173312,'se'),(2316632064,'eu'),(2317680640,'eu'),(2317877248,'eu'),(2318401536,'eu'),(2319319040,'eu'),(2319581184,'it'),(2319843328,'eu'),(2320564224,'eu'),(2321547264,'eu'),(2321809408,'eu'),(2321940480,'eu'),(2322202624,'eu'),(2323382272,'eu'),(2323841024,'eu'),(2324037632,'eu'),(2327511040,'eu'),(2328035328,'eu'),(2328231936,'uk'),(2328297472,'eu'),(2328559616,'eu'),(2329346048,'eu'),(2329739264,'eu'),(2330394624,'eu'),(2331246592,'eu'),(2331508736,'eu'),(2331836416,'eu'),(2332098560,'eu'),(2333343744,'de'),(2333409280,'eu'),(2335309824,'eu'),(2335571968,'eu'),(2335834112,'eu'),(2336161792,'eu'),(2336358400,'eu'),(2336882688,'eu'),(2337210368,'eu'),(2337472512,'eu'),(2337865728,'eu'),(2338324480,'eu'),(2338586624,'eu'),(2338914304,'eu'),(2340028416,'eu'),(2340421632,'eu'),(2340749312,'eu'),(2341273600,'eu'),(2341404672,'eu'),(2341535744,'no'),(2341797888,'eu'),(2342060032,'eu'),(2342256640,'eu'),(2342649856,'eu'),(2342780928,'eu'),(2343436288,'eu'),(2343698432,'eu'),(2344091648,'eu'),(2344550400,'eu'),(2353856512,'eu'),(2354315264,'eu'),(2354905088,'eu'),(2355167232,'eu'),(2355691520,'eu'),(2358640640,'eu'),(2359558144,'eu'),(2359689216,'eu'),(2360672256,'eu'),(2362114048,'eu'),(2363949056,'eu'),(2365652992,'eu'),(2366308352,'fr'),(2366373888,'eu'),(2367160320,'de'),(2367225856,'eu'),(2368077824,'de'),(2368208896,'eu'),(2368339968,'de'),(2368405504,'eu'),(2368798720,'de'),(2368864256,'eu'),(2369060864,'de'),(2369126400,'eu'),(2369519616,'de'),(2369585152,'eu'),(2369978368,'de'),(2370043904,'eu'),(2370437120,'de'),(2370502656,'eu'),(2370699264,'de'),(2370764800,'eu'),(2370830336,'de'),(2370895872,'eu'),(2371289088,'eu'),(2371944448,'uk'),(2372009984,'ch'),(2372075520,'eu'),(2372665344,'eu'),(2372993024,'eu'),(2373124096,'eu'),(2374107136,'eu'),(2374565888,'eu'),(2374959104,'eu'),(2376269824,'eu'),(2376663040,'eu'),(2377056256,'eu'),(2378170368,'eu'),(2378301440,'eu'),(2378694656,'eu'),(2378891264,'eu'),(2379218944,'eu'),(2380398592,'eu'),(2380726272,'eu'),(2381381632,'eu'),(2381578240,'eu'),(2381905920,'eu'),(2382102528,'eu'),(2401828864,'eu'),(2402222080,'eu'),(2402418688,'eu'),(2403401728,'eu'),(2405236736,'eu'),(2405498880,'no'),(2405629952,'eu'),(2406809600,'eu'),(2407071744,'eu'),(2407399424,'eu'),(2407596032,'eu'),(2409693184,'at'),(2409824256,'eu'),(2410086400,'eu'),(2410217472,'eu'),(2410676224,'eu'),(2411986944,'eu'),(2412576768,'eu'),(2412904448,'eu'),(2413363200,'eu'),(2413821952,'eu'),(2414411776,'eu'),(2414673920,'eu'),(2414804992,'eu'),(2415198208,'eu'),(2415656960,'eu'),(2416050176,'eu'),(2416181248,'eu'),(2417229824,'eu'),(2417491968,'eu'),(2417688576,'eu'),(2418016256,'eu'),(2418606080,'eu'),(2418737152,'eu'),(2419458048,'eu'),(2419589120,'eu'),(2420047872,'eu'),(2420113408,'pt'),(2420178944,'eu'),(2420899840,'eu'),(2421293056,'eu'),(2421424128,'no'),(2421489664,'ch'),(2421620736,'eu'),(2422145024,'eu'),(2422341632,'eu'),(2423717888,'eu'),(2423914496,'eu'),(2424242176,'eu'),(2425421824,'eu'),(2426667008,'eu'),(2426732544,'fr'),(2426929152,'eu'),(2427256832,'eu'),(2427453440,'eu'),(2428567552,'eu'),(2429026304,'eu'),(2429288448,'eu'),(2429419520,'eu'),(2429616128,'eu'),(2432172032,'eu'),(2432696320,'eu'),(2434727936,'nl'),(2434793472,'eu'),(2435645440,'nl'),(2435710976,'eu'),(2435973120,'nl'),(2436038656,'eu'),(2447245312,'nl'),(2447310848,'eu'),(2447441920,'de'),(2447507456,'eu'),(2447638528,'de'),(2447704064,'uk'),(2447769600,'de'),(2447835136,'eu'),(2447900672,'ch'),(2447966208,'uk'),(2448031744,'ch'),(2448097280,'se'),(2448162816,'eu'),(2448228352,'pl'),(2448293888,'eu'),(2448359424,'uk'),(2448424960,'eu'),(2448490496,'at'),(2448556032,'eu'),(2448621568,'de'),(2448687104,'eu'),(2448752640,'ch'),(2448818176,'eu'),(2448883712,'fi'),(2448949248,'eu'),(2449080320,'ch'),(2449145856,'se'),(2449211392,'eu'),(2449276928,'de'),(2449604608,'eu'),(2450718720,'eu'),(2450849792,'eu'),(2452619264,'it'),(2452750336,'eu'),(2453340160,'eu'),(2453864448,'eu'),(2454061056,'eu'),(2454192128,'eu'),(2454388736,'eu'),(2454519808,'eu'),(2454716416,'eu'),(2455175168,'eu'),(2455830528,'eu'),(2456027136,'eu'),(2456551424,'at'),(2456616960,'eu'),(2456813568,'eu'),(2457272320,'eu'),(2457600000,'eu'),(2458189824,'eu'),(2458386432,'eu'),(2458648576,'eu'),(2459893760,'eu'),(2460024832,'eu'),(2460549120,'eu'),(2460745728,'no'),(2460811264,'eu'),(2460942336,'eu'),(2461204480,'eu'),(2461794304,'eu'),(2461990912,'eu'),(2463236096,'eu'),(2463629312,'eu'),(2463825920,'eu'),(2464153600,'eu'),(2464350208,'eu'),(2464808960,'eu'),(2465726464,'eu'),(2466054144,'eu'),(2466709504,'eu'),(2467037184,'eu'),(2468020224,'eu'),(2468151296,'dk'),(2468216832,'eu'),(2468347904,'eu'),(2469134336,'eu'),(2469658624,'eu'),(2469789696,'eu'),(2470182912,'eu'),(2470641664,'eu'),(2471165952,'eu'),(2471297024,'eu'),(2471690240,'eu'),(2472214528,'eu'),(2472345600,'eu'),(2472673280,'eu'),(2472935424,'eu'),(2473525248,'eu'),(2474049536,'eu'),(2474246144,'eu'),(2474442752,'eu'),(2474573824,'eu'),(2475556864,'eu'),(2475884544,'eu'),(2476474368,'eu'),(2476802048,'eu'),(2477195264,'ch'),(2477457408,'eu'),(2477719552,'eu'),(2478047232,'eu'),(2478309376,'eu'),(2478440448,'eu'),(2478571520,'eu'),(2478899200,'eu'),(2479095808,'eu'),(2479423488,'eu'),(2479620096,'eu'),(2480013312,'eu'),(2480209920,'eu'),(2480668672,'eu'),(2481192960,'eu'),(2481782784,'il'),(2482176000,'eu'),(2482634752,'eu'),(2483159040,'eu'),(2483421184,'eu'),(2486566912,'eu'),(2486697984,'eu'),(2486960128,'eu'),(2488205312,'eu'),(2488336384,'pl'),(2488401920,'eu'),(2488795136,'eu'),(2490236928,'eu'),(2490761216,'eu'),(2491023360,'no'),(2491088896,'eu'),(2491875328,'eu'),(2492071936,'eu'),(2492203008,'eu'),(2492399616,'fr'),(2492727296,'eu'),(2492923904,'eu'),(2493513728,'eu'),(2494103552,'eu'),(2494562304,'eu'),(2494889984,'eu'),(2495152128,'eu'),(2495283200,'eu'),(2495873024,'eu'),(2496135168,'eu'),(2499477504,'eu'),(2503016448,'eu'),(2503671808,'eu'),(2508455936,'eu'),(2508521472,'ch'),(2508587008,'eu'),(2508914688,'eu'),(2509373440,'eu'),(2509832192,'eu'),(2510946304,'eu'),(2511405056,'eu'),(2512977920,'eu'),(2513436672,'de'),(2513502208,'eu'),(2515468288,'de'),(2515533824,'eu'),(2515795968,'de'),(2515861504,'eu'),(2516189184,'de'),(2516254720,'fr'),(2516451328,'uk'),(2523529216,'eu'),(2524971008,'eu'),(2525233152,'eu'),(2525757440,'eu'),(2526085120,'eu'),(2526937088,'eu'),(2528051200,'eu'),(2528247808,'eu'),(2529951744,'eu'),(2530541568,'eu'),(2530803712,'eu'),(2531459072,'eu'),(2532048896,'eu'),(2532376576,'eu'),(2532573184,'eu'),(2533031936,'eu'),(2533228544,'pl'),(2533425152,'eu'),(2534080512,'it'),(2534211584,'eu'),(2535915520,'it'),(2535981056,'eu'),(2539847680,'it'),(2539913216,'eu'),(2540896256,'eu'),(2541223936,'eu'),(2541682688,'eu'),(2541813760,'eu'),(2542075904,'eu'),(2542272512,'eu'),(2543583232,'eu'),(2544500736,'eu'),(2544828416,'eu'),(2545156096,'eu'),(2545287168,'eu'),(2545614848,'eu'),(2545745920,'de'),(2547187712,'eu'),(2554462208,'eu'),(2554789888,'eu'),(2554920960,'eu'),(2555183104,'eu'),(2555445248,'eu'),(2555904000,'eu'),(2556231680,'eu'),(2557018112,'eu'),(2557607936,'eu'),(2558918656,'eu'),(2559508480,'eu'),(2559967232,'eu'),(2560098304,'eu'),(2566979584,'eu'),(2567241728,'eu'),(2567897088,'eu'),(2568028160,'eu'),(2568159232,'eu'),(2572681216,'eu'),(2572943360,'eu'),(2573139968,'nl'),(2573205504,'eu'),(2573991936,'eu'),(2574254080,'eu'),(2584215552,'eu'),(2584608768,'eu'),(2585788416,'eu'),(2600730624,'eu'),(2604007424,'eu'),(2604793856,'eu'),(2605252608,'eu'),(2607349760,'eu'),(2609053696,'eu'),(2609381376,'eu'),(2609643520,'eu'),(2609971200,'eu'),(2610823168,'eu'),(2612592640,'eu'),(2613051392,'eu'),(2613444608,'eu'),(2613706752,'eu'),(2613837824,'eu'),(2614034432,'eu'),(2614165504,'eu'),(2615083008,'eu'),(2615345152,'eu'),(2615607296,'eu'),(2616524800,'eu'),(2616786944,'eu'),(2617049088,'eu'),(2617901056,'eu'),(2618163200,'eu'),(2618359808,'eu'),(2618884096,'eu'),(2619080704,'eu'),(2619539456,'eu'),(2620063744,'eu'),(2620391424,'eu'),(2620588032,'eu'),(2620784640,'eu'),(2621046784,'eu'),(2621243392,'eu'),(2621636608,'eu'),(2622685184,'eu'),(2624192512,'eu'),(2624716800,'eu'),(2624978944,'eu'),(2625961984,'eu'),(2626093056,'eu'),(2626945024,'eu'),(2627076096,'eu'),(2635530240,'eu'),(2639462400,'eu'),(2639790080,'eu'),(2640183296,'eu'),(2640314368,'eu'),(2640510976,'eu'),(2642149376,'eu'),(2642214912,'se'),(2642477056,'eu'),(2642935808,'eu'),(2643066880,'eu'),(2643197952,'eu'),(2643460096,'eu'),(2644312064,'is'),(2644377600,'eu'),(2644574208,'eu'),(2644967424,'eu'),(2645229568,'eu'),(2645622784,'eu'),(2645819392,'eu'),(2646212608,'eu'),(2646474752,'eu'),(2646671360,'eu'),(2647130112,'eu'),(2647326720,'eu'),(2648965120,'eu'),(2649489408,'eu'),(2649948160,'eu'),(2650210304,'eu'),(2650341376,'eu'),(2653159424,'eu'),(2653487104,'eu'),(2653618176,'uk'),(2653880320,'eu'),(2654011392,'eu'),(2654994432,'eu'),(2655125504,'eu'),(2655715328,'eu'),(2656698368,'eu'),(2656829440,'eu'),(2656960512,'eu'),(2657288192,'eu'),(2657484800,'eu'),(2657681408,'eu'),(2657943552,'eu'),(2658140160,'no'),(2658598912,'eu'),(2658926592,'eu'),(2659254272,'eu'),(2659385344,'eu'),(2659516416,'eu'),(2660171776,'eu'),(2660564992,'eu'),(2660761600,'uk'),(2661023744,'eu'),(2661416960,'eu'),(2661679104,'eu'),(2662072320,'eu'),(2663251968,'eu'),(2664955904,'eu'),(2665086976,'eu'),(2665218048,'ch'),(2665414656,'eu'),(2665545728,'eu'),(2665873408,'eu'),(2665938944,'fr'),(2666004480,'ch'),(2666070016,'eu'),(2667053056,'eu'),(2668036096,'eu'),(2668363776,'eu'),(2668560384,'eu'),(2669019136,'eu'),(2669215744,'eu'),(2669477888,'eu'),(2669805568,'eu'),(2670067712,'eu'),(2670592000,'eu'),(2670854144,'eu'),(2671378432,'eu'),(2671509504,'eu'),(2672295936,'se'),(2672885760,'eu'),(2673082368,'eu'),(2673606656,'eu'),(2673803264,'eu'),(2674130944,'eu'),(2674327552,'ch'),(2674393088,'eu'),(2674589696,'eu'),(2674720768,'eu'),(2675048448,'eu'),(2675572736,'eu'),(2676097024,'eu'),(2676359168,'eu'),(2677014528,'ch'),(2677211136,'eu'),(2677473280,'eu'),(2677669888,'eu'),(2677800960,'eu'),(2678194176,'eu'),(2678521856,'eu'),(2678718464,'eu'),(2678915072,'eu'),(2679308288,'eu'),(2680029184,'eu'),(2680225792,'eu'),(2680487936,'eu'),(2680684544,'eu'),(2681339904,'eu'),(2681536512,'eu'),(2681733120,'eu'),(2681929728,'eu'),(2682781696,'eu'),(2683043840,'eu'),(2683240448,'eu'),(2683371520,'eu'),(2683568128,'eu'),(2684223488,'eu'),(2684682240,'eu'),(2684878848,'eu'),(2686844928,'eu'),(2686976000,'eu'),(2687238144,'de'),(2687303680,'eu'),(2687893504,'de'),(2688221184,'eu'),(2688352256,'ch'),(2688483328,'eu'),(2688679936,'eu'),(2688745472,'no'),(2688942080,'eu'),(2689269760,'eu'),(2689466368,'eu'),(2689597440,'eu'),(2689925120,'eu'),(2690383872,'eu'),(2690711552,'eu'),(2691104768,'eu'),(2691825664,'eu'),(2696151040,'eu'),(2698117120,'eu'),(2698313728,'eu'),(2698510336,'eu'),(2699296768,'eu'),(2701262848,'eu'),(2701656064,'eu'),(2701918208,'eu'),(2702245888,'eu'),(2702442496,'eu'),(2702639104,'eu'),(2702901248,'eu'),(2703097856,'eu'),(2703556608,'eu'),(2703818752,'eu'),(2704277504,'eu'),(2704539648,'eu'),(2704605184,'hr'),(2704670720,'eu'),(2704998400,'eu'),(2705195008,'eu'),(2705522688,'eu'),(2705784832,'eu'),(2706112512,'eu'),(2706243584,'eu'),(2706571264,'eu'),(2707947520,'eu'),(2708340736,'eu'),(2708733952,'eu'),(2709192704,'eu'),(2709913600,'eu'),(2710765568,'eu'),(2711486464,'eu'),(2714370048,'eu'),(2715418624,'eu'),(2717646848,'eu'),(2718629888,'eu'),(2718760960,'eu'),(2719285248,'eu'),(2719416320,'eu'),(2719547392,'eu'),(2720399360,'eu'),(2723545088,'ch'),(2734751744,'eu'),(2734882816,'eu'),(2735013888,'eu'),(2735276032,'eu'),(2736914432,'eu'),(2738749440,'fr'),(2742353920,'eu'),(2742484992,'eu'),(2744909824,'eu'),(2744975360,'se'),(2745040896,'eu'),(2745548800,'nl'),(2745565184,'eu'),(2750545920,'eu'),(2751528960,'eu'),(2752053248,'se'),(2752184320,'eu'),(2752512000,'de'),(2753757184,'eu'),(2753822720,'uk'),(2753888256,'eu'),(2754609152,'eu'),(2755330048,'eu'),(2756771840,'eu'),(2759852032,'ch'),(2759917568,'uk'),(2760048640,'eu'),(2760572928,'de'),(2760638464,'eu'),(2760835072,'uk'),(2775711744,'nl'),(2782527488,'eu'),(2782789632,'eu'),(2785542144,'eu'),(2788261888,'eu'),(2790719488,'eu'),(2807103488,'eu'),(2809069568,'eu'),(2812805120,'eu'),(2813067264,'eu'),(2815098880,'eu'),(2818637824,'eu'),(2827681792,'eu'),(2830827520,'eu'),(2837446656,'eu'),(2856058880,'ch'),(2867593216,'ch'),(2868838400,'eu'),(2870018048,'de'),(2870083584,'eu'),(2870214656,'dk'),(2870280192,'eu'),(2870583296,'se'),(2870607872,'eu'),(2870738944,'uk'),(2870935552,'eu'),(2986344448,'de'),(2987393024,'uk'),(2987397120,'lv'),(2987401216,'lt'),(2987405312,'de'),(2987409408,'no'),(2987413504,'ua'),(2987417600,'pl'),(2987425792,'bg'),(2987429888,'ru'),(2987433984,'fr'),(2987438080,'fi'),(2987442176,'ie'),(2987446272,'se'),(2987450368,'uk'),(2987454464,'fr'),(2987458560,'cz'),(2987462656,'rs'),(2987466752,'uk'),(2987470848,'iq'),(2987474944,'uk'),(2987479040,'cz'),(2987487232,'hr'),(2987491328,'ru'),(2987495424,'no'),(2987499520,'md'),(2987503616,'ru'),(2987511808,'jo'),(2987515904,'de'),(2987520000,'uk'),(2987524096,'ru'),(2987528192,'nl'),(2987532288,'md'),(2987536384,'fr'),(2987540480,'sk'),(2987544576,'nl'),(2987548672,'ru'),(2987552768,'uk'),(2987556864,'nl'),(2987565056,'at'),(2987569152,'fr'),(2987573248,'tr'),(2987577344,'ru'),(2987585536,'de'),(2987589632,'fr'),(2987593728,'lt'),(2987597824,'es'),(2987601920,'is'),(2987606016,'de'),(2987610112,'ru'),(2987614208,'pl'),(2987618304,'nl'),(2987622400,'fr'),(2987626496,'it'),(2987634688,'pl'),(2987638784,'fo'),(2987642880,'de'),(2987651072,'ru'),(2987655168,'de'),(2987659264,'si'),(2987661312,'uk'),(2987663360,'it'),(2987665408,'ru'),(2987667456,'fr'),(2987669504,'nl'),(2987671552,'fr'),(2987673600,'it'),(2987675648,'ie'),(2987677696,'de'),(2987681792,'no'),(2987683840,'it'),(2987685888,'gr'),(2987687936,'ru'),(2987689984,'cz'),(2987692032,'sa'),(2987694080,'ua'),(2987696128,'rs'),(2987698176,'nl'),(2987700224,'ru'),(2987702272,'jo'),(2987704320,'uk'),(2987706368,'rs'),(2987708416,'pt'),(2987710464,'dk'),(2987712512,'uk'),(2987714560,'ru'),(2987716608,'fr'),(2987718656,'nl'),(2987720704,'de'),(2987722752,'ru'),(2987724800,'nl'),(2987726848,'ru'),(2987728896,'uk'),(2987730944,'ir'),(2987732992,'hu'),(2987735040,'es'),(2987737088,'ru'),(2987739136,'se'),(2987743232,'dk'),(2987745280,'it'),(2987747328,'es'),(2987749376,'nl'),(2987751424,'ro'),(2987753472,'no'),(2987755520,'pl'),(2987757568,'de'),(2987759616,'pl'),(2987761664,'dk'),(2987763712,'gr'),(2987765760,'fr'),(2987767808,'cz'),(2987769856,'fi'),(2987771904,'it'),(2987773952,'fr'),(2987776000,'nl'),(2987778048,'ch'),(2987780096,'uk'),(2987782144,'ee'),(2987784192,'dk'),(2987786240,'fr'),(2987788288,'tr'),(2987790336,'uk'),(2987792384,'ch'),(2987794432,'iq'),(2987796480,'ru'),(2987800576,'nl'),(2987802624,'ch'),(2987804672,'ir'),(2987806720,'nl'),(2987808768,'ru'),(2987810816,'no'),(2987812864,'ch'),(2987814912,'cz'),(2987816960,'uk'),(2987819008,'fr'),(2987821056,'uk'),(2987823104,'fr'),(2987827200,'uk'),(2987829248,'kz'),(2987831296,'fr'),(2987833344,'it'),(2987835392,'ru'),(2987837440,'se'),(2987839488,'uk'),(2987841536,'rs'),(2987843584,'hu'),(2987845632,'nl'),(2987847680,'fr'),(2987849728,'it'),(2987851776,'ru'),(2987853824,'it'),(2987855872,'qa'),(2987857920,'de'),(2987859968,'fr'),(2987862016,'be'),(2987864064,'de'),(2987866112,'es'),(2987868160,'ro'),(2987870208,'gr'),(2987872256,'at'),(2987874304,'sk'),(2987876352,'no'),(2987878400,'pl'),(2987880448,'ee'),(2987882496,'de'),(2987884544,'uk'),(2987886592,'ua'),(2987888640,'ru'),(2987890688,'fr'),(2987892736,'uk'),(2987894784,'ch'),(2987896832,'dk'),(2987898880,'nl'),(2987900928,'pl'),(2987902976,'it'),(2987905024,'es'),(2987907072,'cz'),(2987909120,'ru'),(2987911168,'cz'),(2987913216,'dk'),(2987915264,'it'),(2987917312,'de'),(2988179456,'se'),(2988441600,'fr'),(2988572672,'ru'),(2988703744,'pl'),(2988834816,'ch'),(2988965888,'sk'),(2989096960,'pl'),(2989228032,'ru'),(2989621248,'be'),(2989752320,'sy'),(2989817856,'kw'),(2989883392,'ua'),(2989948928,'fi'),(2990014464,'pl'),(2990080000,'ru'),(2990145536,'si'),(2990211072,'cy'),(2990276608,'es'),(2990342144,'kw'),(2990407680,'ru'),(2990473216,'de'),(2990538752,'ru'),(2991063040,'se'),(2991079424,'ru'),(2991095808,'az'),(2991112192,'cz'),(2991128576,'pl'),(2991144960,'sa'),(2991161344,'fr'),(2991177728,'se'),(2991194112,'no'),(2991210496,'ru'),(2991243264,'ua'),(2991259648,'ru'),(2991292416,'fi'),(2991308800,'bg'),(2991325184,'az'),(2991341568,'md'),(2991357952,'de'),(2991374336,'ru'),(2991390720,'ba'),(2991407104,'de'),(2991423488,'jo'),(2991439872,'cz'),(2991456256,'ru'),(2991472640,'uk'),(2991489024,'am'),(2991505408,'se'),(2991521792,'rs'),(2991538176,'si'),(2991554560,'eu'),(2991587328,'ru'),(2991718400,'ch'),(2991849472,'nl'),(2991980544,'ua'),(2992111616,'kz'),(2992373760,'ua'),(2992635904,'uk'),(2993684480,'at'),(2993946624,'be'),(2994208768,'by'),(2994733056,'gr'),(2994798592,'ru'),(2994929664,'ir'),(2994995200,'ru'),(2995060736,'ua'),(2995126272,'ge'),(2995191808,'lb'),(2995257344,'ua'),(2995388416,'ro'),(2995453952,'es'),(2995519488,'ru'),(2995650560,'de'),(2995716096,'sk'),(2995781632,'be'),(2995912704,'gr'),(2996043776,'rs'),(2996174848,'ua'),(2996305920,'qa'),(2996436992,'by'),(2996469760,'ru'),(2996535296,'dk'),(2996568064,'es'),(2996600832,'ro'),(2996633600,'ir'),(2996649984,'ro'),(2996666368,'ru'),(2996682752,'dk'),(2996830208,'hr'),(2996862976,'am'),(2996895744,'kw'),(2996928512,'ru'),(2996994048,'de'),(2997026816,'ru'),(2997059584,'by'),(2997092352,'no'),(2997125120,'hu'),(2997157888,'ua'),(2997190656,'at'),(2997223424,'pt'),(2997256192,'ru'),(2997321728,'ie'),(2997354496,'md'),(2997387264,'by'),(2997420032,'ru'),(2997452800,'bg'),(2997485568,'fr'),(2997518336,'ru'),(2997583872,'sy'),(2997616640,'si'),(2997649408,'by'),(2997682176,'ru'),(2997714944,'ir'),(2997747712,'de'),(2997780480,'se'),(2997813248,'rs'),(2997846016,'md'),(2997878784,'ru'),(2998140928,'pl'),(2998403072,'ru'),(2998665216,'at'),(2998927360,'ch'),(2999451648,'de'),(2999713792,'ru'),(2999975936,'fr'),(2999984128,'be'),(2999992320,'ru'),(3000000512,'de'),(3000008704,'ru'),(3000016896,'uk'),(3000025088,'gi'),(3000033280,'ru'),(3000041472,'ba'),(3000049664,'ch'),(3000057856,'ua'),(3000066048,'ru'),(3000074240,'cz'),(3000082432,'dk'),(3000090624,'ru'),(3000131584,'de'),(3000139776,'ua'),(3000147968,'tr'),(3000156160,'ua'),(3000164352,'hu'),(3000172544,'ru'),(3000180736,'tr'),(3000188928,'it'),(3000197120,'ua'),(3000213504,'ru'),(3000221696,'tr'),(3000229888,'ch'),(3000238080,'ua'),(3000240128,'ru'),(3000242176,'de'),(3000244224,'pl'),(3000246272,'ro'),(3000248320,'pl'),(3000252416,'eu'),(3000254464,'ua'),(3000256512,'cz'),(3000260608,'rs'),(3000262656,'eu'),(3000266752,'de'),(3000268800,'pl'),(3000270848,'cz'),(3000272896,'uk'),(3000274944,'pl'),(3000377344,'cz'),(3000385536,'il'),(3000393728,'cz'),(3000434688,'ir'),(3000451072,'cz'),(3000467456,'uk'),(3000475648,'ua'),(3000483840,'pl'),(3000487936,'il'),(3000492032,'ua'),(3000502272,'cz'),(3000506368,'pl'),(3000508416,'cz'),(3000510464,'pl'),(3000512512,'ee'),(3000514560,'si'),(3000516608,'ru'),(3000518656,'cz'),(3000522752,'pl'),(3000524800,'ua'),(3000526848,'pl'),(3000528896,'ie'),(3000530944,'ua'),(3000532992,'cz'),(3000535040,'pl'),(3000537088,'cz'),(3000539136,'ru'),(3000543232,'ua'),(3000545280,'cz'),(3000551424,'rs'),(3000553472,'cz'),(3000555520,'ua'),(3000561664,'ro'),(3000563712,'cz'),(3000567808,'rs'),(3000569856,'be'),(3000571904,'ru'),(3000573952,'pl'),(3000576000,'cz'),(3000582144,'ru'),(3000586240,'nl'),(3000588288,'ro'),(3000590336,'cz'),(3000592384,'ru'),(3000594432,'pl'),(3000596480,'cz'),(3000598528,'fi'),(3000600576,'pl'),(3000602624,'cz'),(3000604672,'ru'),(3000606720,'ua'),(3000608768,'cz'),(3000610816,'ru'),(3000612864,'pl'),(3000616960,'ua'),(3000621056,'pl'),(3000623104,'ru'),(3000625152,'ro'),(3000627200,'cz'),(3000629248,'pl'),(3000631296,'cz'),(3000635392,'ru'),(3000639488,'cz'),(3000651776,'ru'),(3000664064,'eu'),(3000668160,'ua'),(3000672256,'hr'),(3000676352,'ro'),(3000680448,'rs'),(3000684544,'cz'),(3000688640,'pl'),(3000692736,'ua'),(3000696832,'rs'),(3000700928,'pl'),(3000705024,'cz'),(3000709120,'am'),(3000713216,'it'),(3000717312,'cz'),(3000721408,'pl'),(3000729600,'nl'),(3000733696,'cz'),(3000737792,'ua'),(3000741888,'cz'),(3000750080,'ru'),(3000754176,'ir'),(3000758272,'ua'),(3000762368,'rs'),(3001024512,'nl'),(3001548800,'no'),(3001614336,'tr'),(3001679872,'ru'),(3001745408,'pl'),(3001810944,'ie'),(3001815040,'ru'),(3001819136,'ir'),(3001823232,'ge'),(3001827328,'se'),(3001831424,'ba'),(3001835520,'ru'),(3001839616,'es'),(3001843712,'uk'),(3001851904,'it'),(3001856000,'pl'),(3001860096,'ee'),(3001864192,'ru'),(3001868288,'nl'),(3001872384,'ru'),(3001876480,'it'),(3001880576,'ru'),(3001884672,'nl'),(3001888768,'bh'),(3001892864,'az'),(3001896960,'ch'),(3001901056,'fr'),(3001905152,'uk'),(3001909248,'es'),(3001917440,'uk'),(3001921536,'ru'),(3001929728,'rs'),(3001933824,'es'),(3001937920,'ru'),(3001942016,'by'),(3001946112,'ru'),(3001950208,'cz'),(3001954304,'it'),(3001958400,'kz'),(3001962496,'uk'),(3001966592,'nl'),(3001970688,'ru'),(3001974784,'uk'),(3001982976,'ch'),(3001987072,'jo'),(3001991168,'ir'),(3001995264,'hu'),(3001999360,'de'),(3002003456,'pl'),(3002011648,'ba'),(3002015744,'it'),(3002019840,'nl'),(3002023936,'de'),(3002028032,'uk'),(3002073088,'tr'),(3002597376,'ru'),(3002599424,'cz'),(3002601472,'is'),(3002603520,'se'),(3002605568,'uk'),(3002607616,'ir'),(3002609664,'it'),(3002611712,'cz'),(3002613760,'ru'),(3002615808,'pl'),(3002617856,'ru'),(3002619904,'it'),(3002621952,'no'),(3002624000,'uk'),(3002626048,'sa'),(3002628096,'no'),(3002630144,'uk'),(3002632192,'ee'),(3002634240,'it'),(3002636288,'nl'),(3002638336,'be'),(3002640384,'nl'),(3002642432,'it'),(3002644480,'fr'),(3002648576,'hu'),(3002650624,'fr'),(3002652672,'de'),(3002654720,'uk'),(3002656768,'ru'),(3002658816,'de'),(3002660864,'cz'),(3002662912,'de'),(3002664960,'es'),(3002667008,'ge'),(3002669056,'de'),(3002671104,'lv'),(3002673152,'uk'),(3002675200,'dk'),(3002677248,'ru'),(3002683392,'de'),(3002685440,'mt'),(3002687488,'eu'),(3002689536,'il'),(3002691584,'mk'),(3002693632,'no'),(3002695680,'ru'),(3002697728,'de'),(3002699776,'se'),(3002701824,'nl'),(3002703872,'de'),(3002705920,'bg'),(3002707968,'kw'),(3002710016,'it'),(3002712064,'lu'),(3002714112,'it'),(3002716160,'cz'),(3002718208,'it'),(3002724352,'ru'),(3002726400,'nl'),(3002728448,'fr'),(3002730496,'de'),(3002732544,'nl'),(3002734592,'ch'),(3002736640,'fr'),(3002738688,'pl'),(3002740736,'uk'),(3002742784,'li'),(3002744832,'it'),(3002746880,'uk'),(3002748928,'de'),(3002750976,'tr'),(3002753024,'uk'),(3002755072,'fr'),(3002757120,'ie'),(3002759168,'de'),(3002761216,'ch'),(3002763264,'rs'),(3002765312,'nl'),(3002767360,'ru'),(3002769408,'de'),(3002773504,'uk'),(3002775552,'ro'),(3002777600,'nl'),(3002779648,'it'),(3002781696,'fr'),(3002783744,'no'),(3002785792,'de'),(3002789888,'ru'),(3002791936,'ae'),(3002793984,'dk'),(3002796032,'de'),(3002798080,'fr'),(3002800128,'nl'),(3002802176,'uk'),(3002804224,'tr'),(3002806272,'de'),(3002808320,'fi'),(3002810368,'at'),(3002812416,'it'),(3002814464,'fr'),(3002816512,'de'),(3002818560,'ru'),(3002820608,'ua'),(3002822656,'de'),(3002824704,'nl'),(3002826752,'se'),(3002828800,'ru'),(3002830848,'fi'),(3002834944,'lu'),(3002836992,'uk'),(3002841088,'cz'),(3002843136,'nl'),(3002845184,'fr'),(3002847232,'ir'),(3002849280,'ru'),(3002851328,'de'),(3002853376,'uk'),(3002855424,'pt'),(3002857472,'fr'),(3002859520,'pl'),(3002875904,'ru'),(3002892288,'ir'),(3002908672,'ru'),(3002925056,'ir'),(3002941440,'sy'),(3002957824,'sk'),(3002974208,'rs'),(3002990592,'de'),(3003006976,'lu'),(3003023360,'rs'),(3003039744,'bg'),(3003056128,'de'),(3003058176,'ee'),(3003060224,'de'),(3003062272,'nl'),(3003064320,'ro'),(3003066368,'pl'),(3003068416,'nl'),(3003070464,'uk'),(3003074560,'it'),(3003076608,'uk'),(3003080704,'fr'),(3003082752,'es'),(3003084800,'it'),(3003086848,'ru'),(3003088896,'fr'),(3003090944,'de'),(3003092992,'no'),(3003095040,'at'),(3003097088,'fr'),(3003099136,'cz'),(3003101184,'ua'),(3003103232,'it'),(3003105280,'nl'),(3003107328,'ru'),(3003109376,'fr'),(3003111424,'it'),(3003113472,'es'),(3003115520,'ru'),(3003117568,'it'),(3003119616,'ru'),(3154116608,'eu'),(3154182144,'de'),(3154247680,'rs'),(3154313216,'tr'),(3154378752,'gr'),(3154444288,'be'),(3154509824,'ru'),(3154575360,'fr'),(3154640896,'it'),(3155165184,'ru'),(3155427328,'at'),(3155689472,'ro'),(3155951616,'uk'),(3156213760,'ru'),(3156279296,'pl'),(3156344832,'ir'),(3156410368,'ru'),(3156475904,'hu'),(3156606976,'tr'),(3156672512,'uk'),(3156738048,'de'),(3156803584,'tr'),(3156869120,'lu'),(3156934656,'ru'),(3157065728,'at'),(3157131264,'de'),(3157196800,'pl'),(3157262336,'sa'),(3157786624,'tr'),(3158048768,'ch'),(3158310912,'fi'),(3158312960,'nl'),(3158315008,'de'),(3158317056,'si'),(3158319104,'uk'),(3158321152,'de'),(3158323200,'be'),(3158325248,'de'),(3158327296,'nl'),(3158329344,'be'),(3158331392,'uk'),(3158333440,'it'),(3158335488,'il'),(3158337536,'si'),(3158339584,'ru'),(3158341632,'it'),(3158343680,'ru'),(3158345728,'cy'),(3158347776,'ru'),(3158349824,'dk'),(3158351872,'ru'),(3158355968,'lv'),(3158358016,'uk'),(3158360064,'de'),(3158362112,'il'),(3158364160,'tr'),(3158366208,'ru'),(3158368256,'fr'),(3158370304,'be'),(3158372352,'fr'),(3158374400,'de'),(3158376448,'it'),(3158378496,'ru'),(3158382592,'om'),(3158384640,'uk'),(3158386688,'pl'),(3158388736,'ru'),(3158390784,'uk'),(3158392832,'ru'),(3158394880,'at'),(3158396928,'it'),(3158398976,'es'),(3158401024,'uk'),(3158403072,'ru'),(3158405120,'uk'),(3158407168,'fr'),(3158409216,'ru'),(3158411264,'fi'),(3158413312,'de'),(3158415360,'se'),(3158417408,'nl'),(3158419456,'fr'),(3158421504,'uk'),(3158423552,'mt'),(3158425600,'nl'),(3158427648,'de'),(3158429696,'ru'),(3158431744,'be'),(3158433792,'nl'),(3158435840,'ru'),(3158439936,'uk'),(3158441984,'ee'),(3158444032,'be'),(3158446080,'nl'),(3158448128,'ru'),(3158452224,'de'),(3158573056,'ru'),(3158638592,'lt'),(3158835200,'iq'),(3158851584,'ru'),(3158867968,'az'),(3158884352,'de'),(3158900736,'fr'),(3158917120,'de'),(3158933504,'ru'),(3158949888,'gr'),(3158982656,'uk'),(3158999040,'ro'),(3159031808,'ru'),(3159048192,'ir'),(3159064576,'cz'),(3159080960,'ru'),(3159359488,'pt'),(3159621632,'es'),(3159883776,'nl'),(3160145920,'ru'),(3160147968,'cz'),(3160150016,'lv'),(3160152064,'it'),(3160154112,'de'),(3160156160,'am'),(3160160256,'nl'),(3160162304,'fr'),(3160164352,'lv'),(3160166400,'no'),(3160168448,'uk'),(3160170496,'it'),(3160172544,'ru'),(3160174592,'de'),(3160176640,'it'),(3160178688,'de'),(3160180736,'uk'),(3160182784,'ch'),(3160184832,'nl'),(3160186880,'ee'),(3160188928,'se'),(3160190976,'ru'),(3160193024,'it'),(3160195072,'ru'),(3160197120,'de'),(3160199168,'ge'),(3160201216,'ru'),(3160203264,'ch'),(3160205312,'uk'),(3160207360,'ru'),(3160209408,'se'),(3160211456,'ie'),(3160213504,'de'),(3160215552,'ru'),(3160219648,'es'),(3160221696,'fr'),(3160223744,'ru'),(3160227840,'ir'),(3160229888,'es'),(3160231936,'be'),(3160233984,'ge'),(3160236032,'be'),(3160238080,'ru'),(3160240128,'be'),(3160242176,'rs'),(3160244224,'ru'),(3160246272,'it'),(3160248320,'nl'),(3160250368,'be'),(3160252416,'pl'),(3160254464,'lu'),(3160256512,'uk'),(3160258560,'no'),(3160260608,'pt'),(3160262656,'hu'),(3160264704,'ru'),(3160266752,'de'),(3160268800,'pt'),(3160272896,'ru'),(3160274944,'at'),(3160279040,'es'),(3160281088,'uk'),(3160283136,'de'),(3160285184,'ru'),(3160287232,'uk'),(3160289280,'ru'),(3160291328,'es'),(3160293376,'fi'),(3160295424,'uk'),(3160297472,'md'),(3160299520,'ru'),(3160301568,'de'),(3160303616,'uk'),(3160305664,'de'),(3160307712,'it'),(3160309760,'uk'),(3160311808,'hu'),(3160313856,'it'),(3160315904,'kz'),(3160317952,'ru'),(3160322048,'ch'),(3160324096,'it'),(3160328192,'fr'),(3160330240,'ru'),(3160332288,'no'),(3160334336,'ru'),(3160336384,'cz'),(3160338432,'uk'),(3160340480,'de'),(3160346624,'it'),(3160348672,'pl'),(3160350720,'se'),(3160352768,'uk'),(3160354816,'nl'),(3160356864,'cz'),(3160358912,'jo'),(3160360960,'it'),(3160363008,'uk'),(3160365056,'nl'),(3160367104,'uk'),(3160369152,'ru'),(3160371200,'es'),(3160373248,'cz'),(3160375296,'uk'),(3160377344,'nl'),(3160379392,'tr'),(3160381440,'ua'),(3160383488,'eu'),(3160385536,'nl'),(3160387584,'rs'),(3160389632,'ru'),(3160391680,'uk'),(3160395776,'ee'),(3160397824,'es'),(3160399872,'se'),(3160403968,'no'),(3160408064,'de'),(3161456640,'pl'),(3161473024,'sk'),(3161489408,'lv'),(3161505792,'ru'),(3161538560,'no'),(3161554944,'ru'),(3161571328,'uz'),(3161587712,'ru'),(3161620480,'dk'),(3161636864,'ru'),(3161653248,'lu'),(3161669632,'fr'),(3161686016,'ua'),(3161702400,'am'),(3161718784,'pl'),(3161735168,'cz'),(3161751552,'ru'),(3161767936,'bh'),(3161784320,'fi'),(3161800704,'sa'),(3161817088,'pl'),(3161833472,'at'),(3161849856,'be'),(3161866240,'ir'),(3161882624,'de'),(3161899008,'at'),(3161931776,'sa'),(3161948160,'ro'),(3161964544,'es'),(3161980928,'sk'),(3161989120,'ru'),(3161997312,'dk'),(3162005504,'rs'),(3162013696,'il'),(3162021888,'se'),(3162030080,'cz'),(3162038272,'lu'),(3162046464,'pl'),(3162054656,'nl'),(3162062848,'se'),(3162071040,'ir'),(3162087424,'sk'),(3162095616,'ge'),(3162103808,'fr'),(3162112000,'pl'),(3162120192,'uk'),(3162128384,'nl'),(3162144768,'se'),(3162152960,'ru'),(3162161152,'cz'),(3162169344,'ru'),(3162177536,'fi'),(3162185728,'ru'),(3162193920,'fr'),(3162202112,'sk'),(3162210304,'jo'),(3162226688,'pl'),(3162234880,'ru'),(3162243072,'tr'),(3162251264,'ru'),(3162259456,'cz'),(3162267648,'ru'),(3162275840,'no'),(3162284032,'pl'),(3162292224,'ba'),(3162300416,'ru'),(3162308608,'hr'),(3162316800,'pl'),(3162324992,'uk'),(3162333184,'it'),(3162341376,'pl'),(3162349568,'tr'),(3162357760,'pt'),(3162365952,'pl'),(3162374144,'bg'),(3162382336,'ru'),(3162390528,'se'),(3162398720,'be'),(3162406912,'ir'),(3162415104,'de'),(3162423296,'no'),(3162431488,'se'),(3162439680,'pl'),(3162447872,'ru'),(3162456064,'bg'),(3162464256,'ba'),(3162472448,'hu'),(3162480640,'es'),(3162488832,'fi'),(3162497024,'ru'),(3162537984,'pl'),(3162570752,'hr'),(3162603520,'ge'),(3162636288,'fr'),(3162669056,'cz'),(3162701824,'md'),(3162734592,'ru'),(3162767360,'sa'),(3162800128,'tr'),(3162832896,'gr'),(3162865664,'ru'),(3162931200,'cz'),(3162963968,'om'),(3162996736,'it'),(3163029504,'de'),(3163062272,'ir'),(3163095040,'pl'),(3163160576,'de'),(3163226112,'sa'),(3163258880,'sy'),(3163291648,'pt'),(3163324416,'om'),(3163357184,'ie'),(3163389952,'fr'),(3163422720,'nl'),(3163455488,'hu'),(3163521024,'ru'),(3163553792,'de'),(3163684864,'pl'),(3163815936,'no'),(3164078080,'it'),(3164209152,'ch'),(3164340224,'hu'),(3164471296,'ir'),(3164602368,'sy'),(3164667904,'ps'),(3164733440,'ru'),(3164798976,'ua'),(3164864512,'ru'),(3164930048,'fr'),(3164995584,'ru'),(3165061120,'sk'),(3165126656,'ru'),(3165192192,'ge'),(3165257728,'ro'),(3165323264,'es'),(3165388800,'ro'),(3165519872,'de'),(3165585408,'cz'),(3165650944,'dk'),(3166175232,'ch'),(3166306304,'ru'),(3166437376,'be'),(3166699520,'de'),(3167223808,'nl'),(3167748096,'ro'),(3168272384,'it'),(3168534528,'uk'),(3168796672,'fr'),(3168829440,'ro'),(3168862208,'ru'),(3168894976,'ps'),(3168927744,'ru'),(3169058816,'dk'),(3169091584,'it'),(3169124352,'ro'),(3169189888,'ua'),(3169222656,'si'),(3169255424,'kw'),(3169288192,'ua'),(3169845248,'ro'),(3169976320,'ru'),(3170111488,'md'),(3170115584,'ru'),(3170119680,'cz'),(3170123776,'dk'),(3170127872,'es'),(3170131968,'jo'),(3170238464,'de'),(3170246656,'rs'),(3170254848,'ba'),(3170263040,'cz'),(3170271232,'pl'),(3170279424,'ru'),(3170304000,'sy'),(3170312192,'ru'),(3170320384,'jo'),(3170369536,'sa'),(3221560320,'eu'),(3221562368,'eu'),(3221565952,'eu'),(3221568256,'eu'),(3221577984,'eu'),(3221589504,'eu'),(3221590272,'eu'),(3221594624,'eu'),(3221614336,'eu'),(3221618176,'eu'),(3222012160,'eu'),(3222023936,'eu'),(3222025728,'eu'),(3222030336,'eu'),(3222031616,'eu'),(3222032640,'eu'),(3222036480,'eu'),(3222037248,'eu'),(3222061056,'it'),(3222061568,'eu'),(3222067456,'eu'),(3222071040,'eu'),(3222072064,'eu'),(3222075136,'eu'),(3222305536,'eu'),(3222320896,'eu'),(3222455040,'eu'),(3222936576,'eu'),(3222956288,'eu'),(3222968832,'eu'),(3222988544,'eu'),(3222989312,'eu'),(3222989824,'eu'),(3223260672,'eu'),(3223262976,'eu'),(3223263744,'eu'),(3223265024,'eu'),(3223267328,'eu'),(3223272960,'eu'),(3223283200,'eu'),(3223299584,'eu'),(3223311104,'eu'),(3223316224,'eu'),(3223321600,'eu'),(3223392000,'eu'),(3223397376,'eu'),(3223410432,'eu'),(3223417088,'eu'),(3223418368,'eu'),(3223421440,'eu'),(3223424768,'eu'),(3223437312,'eu'),(3223453184,'de'),(3223458560,'eu'),(3223466496,'eu'),(3223481088,'eu'),(3223499520,'eu'),(3223519232,'eu'),(3223535360,'eu'),(3223542272,'eu'),(3223543296,'eu'),(3223546880,'eu'),(3223554560,'eu'),(3223556608,'eu'),(3223557376,'eu'),(3223563264,'eu'),(3223566080,'eu'),(3223569664,'eu'),(3223571712,'eu'),(3223577856,'eu'),(3223580672,'eu'),(3223582208,'eu'),(3223584768,'se'),(3223650304,'ch'),(3223715840,'eu'),(3223748608,'dk'),(3223864576,'eu'),(3223905280,'eu'),(3223938816,'eu'),(3223948288,'eu'),(3223950080,'eu'),(3223950592,'eu'),(3223966208,'eu'),(3223968256,'eu'),(3223970560,'eu'),(3223978240,'eu'),(3223988736,'eu'),(3223991552,'eu'),(3223994112,'eu'),(3224000256,'eu'),(3224003584,'eu'),(3224004096,'eu'),(3224006912,'eu'),(3224014592,'eu'),(3224024064,'eu'),(3224042752,'eu'),(3224084992,'eu'),(3224092672,'eu'),(3224097280,'eu'),(3224097792,'eu'),(3224103424,'eu'),(3224109056,'eu'),(3224170496,'eu'),(3224368128,'eu'),(3224379136,'eu'),(3224398592,'eu'),(3224408320,'eu'),(3224428544,'eu'),(3224430336,'eu'),(3224436736,'eu'),(3224567808,'eu'),(3224633344,'eu'),(3224672256,'eu'),(3224674048,'eu'),(3224689920,'eu'),(3224698112,'eu'),(3224725248,'eu'),(3224772352,'eu'),(3224791040,'eu'),(3224793344,'eu'),(3224793856,'eu'),(3224795648,'eu'),(3224796416,'eu'),(3224798208,'eu'),(3224800000,'eu'),(3224813568,'fr'),(3224814592,'eu'),(3224822016,'eu'),(3224826880,'eu'),(3224829440,'eu'),(3224851456,'eu'),(3224852736,'eu'),(3224855808,'eu'),(3224856832,'eu'),(3224857856,'eu'),(3224859392,'eu'),(3224862976,'eu'),(3224863744,'eu'),(3224878080,'eu'),(3224879360,'eu'),(3224880384,'eu'),(3224884224,'eu'),(3224892416,'eu'),(3225033728,'eu'),(3225037056,'eu'),(3225076992,'eu'),(3225082368,'eu'),(3225426944,'eu'),(3225431040,'eu'),(3225445376,'eu'),(3225471488,'eu'),(3225498368,'eu'),(3225508864,'eu'),(3225509888,'eu'),(3225518848,'eu'),(3225520896,'eu'),(3225522176,'eu'),(3225524480,'eu'),(3225532160,'eu'),(3225541376,'eu'),(3225550848,'eu'),(3225617152,'eu'),(3225626368,'eu'),(3225627392,'eu'),(3225628416,'eu'),(3225629184,'eu'),(3225629696,'eu'),(3225630464,'eu'),(3225631232,'eu'),(3225635840,'eu'),(3225636608,'eu'),(3225638656,'eu'),(3225640448,'eu'),(3225641984,'eu'),(3225650944,'eu'),(3225659136,'eu'),(3225659904,'eu'),(3225664768,'eu'),(3225672192,'eu'),(3225672704,'eu'),(3225680128,'eu'),(3225681920,'eu'),(3225687808,'eu'),(3225689856,'eu'),(3225701376,'eu'),(3225720576,'eu'),(3225724160,'eu'),(3225726464,'eu'),(3225726976,'eu'),(3225728512,'eu'),(3225729536,'eu'),(3225735424,'eu'),(3225735936,'eu'),(3225738496,'eu'),(3225739264,'eu'),(3225740800,'eu'),(3225745920,'eu'),(3225746944,'eu'),(3225812992,'eu'),(3225836544,'fr'),(3225837824,'eu'),(3225840128,'fr'),(3225840384,'eu'),(3225847040,'eu'),(3225847808,'eu'),(3225848832,'eu'),(3225874944,'eu'),(3225878528,'se'),(3226014464,'eu'),(3226018304,'eu'),(3226067456,'eu'),(3226068224,'eu'),(3226207744,'eu'),(3226237696,'eu'),(3226244864,'de'),(3226245120,'eu'),(3226251264,'eu'),(3226267904,'eu'),(3226274560,'eu'),(3226300928,'eu'),(3226302464,'eu'),(3226305536,'eu'),(3226307584,'eu'),(3226473472,'eu'),(3226476288,'eu'),(3226480128,'eu'),(3226481408,'eu'),(3226548992,'eu'),(3226561792,'eu'),(3226564864,'eu'),(3226574848,'eu'),(3226580480,'eu'),(3226583552,'eu'),(3226630400,'eu'),(3226631168,'eu'),(3226631936,'eu'),(3226638592,'eu'),(3226639616,'eu'),(3226654208,'eu'),(3226655744,'eu'),(3226661120,'eu'),(3226664960,'eu'),(3226691072,'eu'),(3226705920,'eu'),(3226707200,'eu'),(3226716160,'eu'),(3226717952,'eu'),(3226722048,'eu'),(3226723584,'eu'),(3226731776,'eu'),(3226733824,'eu'),(3226734336,'eu'),(3226737408,'eu'),(3226738176,'eu'),(3226738688,'eu'),(3226746368,'eu'),(3226749696,'eu'),(3226752768,'eu'),(3226753536,'eu'),(3226763008,'eu'),(3226772992,'eu'),(3226774784,'eu'),(3226775552,'eu'),(3226784768,'eu'),(3226786816,'eu'),(3226788352,'eu'),(3226793216,'eu'),(3226864384,'eu'),(3226865152,'eu'),(3226866176,'eu'),(3226867968,'eu'),(3226868480,'eu'),(3226884352,'eu'),(3226893568,'eu'),(3226895872,'eu'),(3226896640,'eu'),(3226903296,'eu'),(3226904064,'eu'),(3226904832,'eu'),(3226926592,'eu'),(3226993664,'eu'),(3226994944,'eu'),(3226996992,'eu'),(3226998528,'eu'),(3227013888,'eu'),(3227014656,'eu'),(3227017472,'eu'),(3227020288,'eu'),(3227022848,'eu'),(3227024128,'eu'),(3227025408,'eu'),(3227025920,'eu'),(3227026688,'eu'),(3227042816,'eu'),(3227044864,'eu'),(3227053568,'eu'),(3227056640,'eu'),(3227058176,'fi'),(3227225088,'eu'),(3227234560,'eu'),(3227236864,'eu'),(3227237632,'eu'),(3227238144,'eu'),(3227240192,'eu'),(3227243264,'eu'),(3227244032,'eu'),(3227249664,'eu'),(3227276800,'eu'),(3227278848,'eu'),(3227281408,'eu'),(3227282432,'eu'),(3227284480,'eu'),(3227286784,'eu'),(3227310080,'eu'),(3227320320,'eu'),(3227347200,'fr'),(3227348480,'eu'),(3227351296,'fr'),(3227351552,'eu'),(3227358208,'fr'),(3227359488,'eu'),(3227392000,'eu'),(3227393024,'eu'),(3227400448,'eu'),(3227403008,'eu'),(3227405312,'eu'),(3227414272,'eu'),(3227425792,'eu'),(3227429888,'eu'),(3227430656,'eu'),(3227440128,'eu'),(3227442432,'eu'),(3227443712,'eu'),(3227445504,'eu'),(3227446016,'eu'),(3227447040,'eu'),(3227648000,'eu'),(3227783680,'eu'),(3227784960,'eu'),(3227792384,'eu'),(3227794688,'eu'),(3227795200,'eu'),(3227799040,'eu'),(3227803648,'eu'),(3227805184,'eu'),(3227813632,'eu'),(3227815936,'eu'),(3227818496,'eu'),(3227844864,'eu'),(3227845632,'eu'),(3227846656,'eu'),(3227851776,'eu'),(3227853312,'eu'),(3227863808,'eu'),(3227865344,'eu'),(3227874816,'eu'),(3227879680,'eu'),(3227885824,'eu'),(3227888128,'eu'),(3227889664,'eu'),(3227890432,'eu'),(3227893760,'eu'),(3227895040,'eu'),(3227909120,'eu'),(3227910400,'eu'),(3227911680,'eu'),(3227914496,'eu'),(3227932928,'eu'),(3227934464,'eu'),(3227947520,'eu'),(3227964928,'eu'),(3227967488,'eu'),(3227968256,'eu'),(3227976192,'eu'),(3227977472,'eu'),(3227979264,'eu'),(3227980800,'eu'),(3227981568,'eu'),(3227982592,'eu'),(3227997440,'eu'),(3228010752,'eu'),(3228013312,'eu'),(3228047104,'eu'),(3228048384,'eu'),(3228050176,'eu'),(3228051712,'eu'),(3228053504,'eu'),(3228054784,'eu'),(3228055296,'eu'),(3228059648,'eu'),(3228060928,'eu'),(3228062208,'eu'),(3228077056,'eu'),(3228077568,'eu'),(3228078848,'eu'),(3228080640,'eu'),(3228083968,'eu'),(3228102144,'eu'),(3228103936,'eu'),(3228104704,'eu'),(3228105472,'eu'),(3228125952,'eu'),(3228172288,'it'),(3228238080,'eu'),(3228238848,'eu'),(3228240640,'eu'),(3228250880,'eu'),(3228265984,'eu'),(3228267008,'eu'),(3228269056,'eu'),(3228269312,'de'),(3228269568,'eu'),(3228271616,'eu'),(3228280832,'eu'),(3228282368,'eu'),(3228283136,'eu'),(3228285696,'eu'),(3228289024,'eu'),(3228297984,'de'),(3228309248,'eu'),(3228328960,'eu'),(3228330752,'eu'),(3228332544,'eu'),(3228335360,'eu'),(3228353280,'se'),(3228363264,'eu'),(3228364288,'eu'),(3228368896,'eu'),(3228431104,'eu'),(3228508416,'eu'),(3228509952,'eu'),(3228511232,'eu'),(3228512000,'eu'),(3228522496,'eu'),(3228525824,'eu'),(3228526336,'eu'),(3228531712,'eu'),(3228532480,'eu'),(3228564480,'eu'),(3228573184,'eu'),(3228577024,'eu'),(3228578048,'eu'),(3228581120,'eu'),(3228583424,'eu'),(3228590592,'eu'),(3228617728,'eu'),(3228618240,'eu'),(3228618752,'eu'),(3228620032,'eu'),(3228628736,'eu'),(3228630528,'ch'),(3228631040,'eu'),(3228718080,'il'),(3228719104,'eu'),(3228737536,'il'),(3228745728,'eu'),(3228876800,'il'),(3228893184,'eu'),(3228925952,'il'),(3228942336,'eu'),(3229155328,'se'),(3229221120,'eu'),(3229256960,'eu'),(3229259520,'eu'),(3229275648,'eu'),(3229281792,'eu'),(3229285888,'eu'),(3229358336,'eu'),(3229360128,'eu'),(3229361920,'eu'),(3229363712,'eu'),(3229380608,'eu'),(3229381376,'eu'),(3229391616,'eu'),(3229395456,'eu'),(3229412096,'eu'),(3229415168,'eu'),(3229679872,'eu'),(3229687808,'nl'),(3229700096,'eu'),(3229701888,'eu'),(3229704704,'eu'),(3229745152,'fi'),(3229815808,'eu'),(3229817088,'eu'),(3229830912,'eu'),(3229833472,'eu'),(3229835264,'eu'),(3229838336,'eu'),(3229844480,'eu'),(3229878528,'eu'),(3229884928,'eu'),(3229889792,'eu'),(3229890304,'eu'),(3229901568,'eu'),(3229937408,'eu'),(3229938688,'eu'),(3229940736,'eu'),(3229945600,'eu'),(3229948928,'eu'),(3229949952,'eu'),(3229950976,'eu'),(3229955328,'eu'),(3229956608,'eu'),(3229958144,'eu'),(3229968128,'eu'),(3229969408,'eu'),(3229972736,'eu'),(3229975296,'eu'),(3230004224,'eu'),(3230007296,'eu'),(3230074624,'eu'),(3230084608,'eu'),(3230085888,'eu'),(3230089728,'eu'),(3230090240,'eu'),(3230093824,'eu'),(3230105856,'eu'),(3230106880,'eu'),(3230109440,'eu'),(3230109952,'eu'),(3230117632,'eu'),(3230120192,'eu'),(3230120704,'eu'),(3230128896,'eu'),(3230130432,'eu'),(3230131968,'eu'),(3230137600,'eu'),(3230140160,'eu'),(3230140672,'eu'),(3230142976,'eu'),(3230144256,'eu'),(3230145792,'eu'),(3230148608,'eu'),(3230150912,'eu'),(3230151424,'eu'),(3230153984,'eu'),(3230156544,'eu'),(3230177792,'eu'),(3230269696,'eu'),(3230291456,'eu'),(3230296320,'eu'),(3230309120,'eu'),(3230316288,'eu'),(3230318592,'eu'),(3230321664,'eu'),(3230327808,'eu'),(3230332928,'eu'),(3230354944,'eu'),(3230400768,'eu'),(3230823680,'eu'),(3230825216,'eu'),(3230827520,'eu'),(3230828032,'eu'),(3230832640,'eu'),(3230835456,'eu'),(3230837760,'eu'),(3230841088,'eu'),(3230843136,'eu'),(3230845952,'eu'),(3230851840,'eu'),(3230853376,'eu'),(3230854656,'eu'),(3230855680,'eu'),(3230865152,'eu'),(3230867968,'eu'),(3230868480,'eu'),(3230870016,'eu'),(3230878720,'eu'),(3230895360,'eu'),(3230897664,'eu'),(3230898944,'eu'),(3230913536,'eu'),(3230914304,'eu'),(3230915328,'eu'),(3230917632,'eu'),(3230922496,'eu'),(3230923520,'eu'),(3230933248,'eu'),(3230951168,'eu'),(3230967296,'eu'),(3230970112,'eu'),(3230973952,'eu'),(3230975488,'eu'),(3230981120,'eu'),(3230991104,'eu'),(3230991616,'eu'),(3230994176,'eu'),(3230995200,'eu'),(3230997248,'eu'),(3230997760,'eu'),(3230999296,'eu'),(3231000832,'eu'),(3231004928,'eu'),(3231010048,'eu'),(3231015936,'eu'),(3231016448,'eu'),(3231018496,'eu'),(3231020288,'eu'),(3231022592,'eu'),(3231048448,'eu'),(3231049728,'eu'),(3231051264,'eu'),(3231070720,'eu'),(3231078656,'eu'),(3231079424,'eu'),(3231079936,'eu'),(3231082496,'eu'),(3231083008,'eu'),(3231087616,'eu'),(3231091712,'eu'),(3231093248,'eu'),(3231101184,'eu'),(3231104000,'eu'),(3231105024,'eu'),(3231107840,'eu'),(3231109120,'eu'),(3231112960,'eu'),(3231113984,'eu'),(3231116800,'eu'),(3231119360,'eu'),(3231120384,'eu'),(3231120896,'eu'),(3231188480,'eu'),(3231190528,'eu'),(3231191296,'eu'),(3231193600,'eu'),(3231197696,'eu'),(3231198208,'eu'),(3231198976,'eu'),(3231200768,'eu'),(3231202560,'eu'),(3231204352,'eu'),(3231207936,'eu'),(3231212032,'eu'),(3231215360,'eu'),(3231218176,'eu'),(3231218688,'eu'),(3231223040,'eu'),(3231225600,'eu'),(3231226880,'eu'),(3231229440,'eu'),(3231231488,'eu'),(3231234048,'eu'),(3231248640,'eu'),(3231249408,'eu'),(3231251712,'eu'),(3231252992,'eu'),(3231255552,'eu'),(3231257088,'eu'),(3231275264,'eu'),(3231282176,'eu'),(3231284992,'eu'),(3231291648,'eu'),(3231294976,'eu'),(3231295488,'eu'),(3231296256,'eu'),(3231296768,'eu'),(3231300608,'eu'),(3231302144,'eu'),(3231307008,'eu'),(3231383808,'eu'),(3231482880,'eu'),(3231490560,'eu'),(3231491840,'eu'),(3231502848,'eu'),(3231503616,'eu'),(3231504640,'eu'),(3231507200,'eu'),(3231510272,'eu'),(3231512576,'eu'),(3231514880,'eu'),(3231516672,'eu'),(3231547648,'eu'),(3231556864,'eu'),(3231559168,'eu'),(3231559680,'eu'),(3231561984,'eu'),(3231562496,'eu'),(3231563008,'eu'),(3231663616,'eu'),(3231664384,'eu'),(3231665408,'eu'),(3231667200,'eu'),(3231668736,'eu'),(3231670016,'eu'),(3231671040,'eu'),(3231672576,'eu'),(3231673344,'eu'),(3231675904,'eu'),(3231713792,'eu'),(3231715072,'eu'),(3231716608,'eu'),(3231718144,'eu'),(3231719680,'eu'),(3231720704,'eu'),(3231727872,'eu'),(3231735552,'eu'),(3231739136,'eu'),(3231742720,'eu'),(3231743488,'eu'),(3231747584,'eu'),(3231750144,'eu'),(3231751168,'eu'),(3231752192,'eu'),(3231755264,'eu'),(3231756544,'eu'),(3231760896,'eu'),(3231768576,'eu'),(3231770368,'eu'),(3231773952,'eu'),(3231793152,'eu'),(3231842304,'eu'),(3231916032,'eu'),(3231973376,'at'),(3232038912,'se'),(3232104448,'de'),(3232137216,'eu'),(3232141312,'de'),(3232169984,'it'),(3232432384,'eu'),(3232464896,'eu'),(3232562432,'eu'),(3232563456,'eu'),(3232595968,'eu'),(3232645120,'eu'),(3232702464,'eu'),(3232759808,'se'),(3233484800,'eu'),(3233548800,'eu'),(3233562368,'eu'),(3233563904,'eu'),(3233570816,'eu'),(3233573120,'eu'),(3233575936,'eu'),(3233577216,'eu'),(3233578240,'eu'),(3233578752,'eu'),(3233579264,'eu'),(3233580032,'eu'),(3233581056,'de'),(3233583360,'eu'),(3233586432,'eu'),(3233594112,'eu'),(3233594624,'eu'),(3233605888,'eu'),(3233608192,'eu'),(3233612032,'eu'),(3233613824,'eu'),(3233615360,'eu'),(3233617664,'eu'),(3233622272,'eu'),(3233624832,'eu'),(3233625856,'eu'),(3233628672,'eu'),(3233629440,'eu'),(3233630464,'eu'),(3233631232,'eu'),(3233642240,'eu'),(3233650432,'eu'),(3233651968,'eu'),(3233652736,'eu'),(3233654272,'eu'),(3233663488,'eu'),(3233676032,'eu'),(3233688576,'eu'),(3233692160,'eu'),(3233693696,'eu'),(3233694464,'eu'),(3233694976,'eu'),(3233701632,'eu'),(3233710336,'eu'),(3233721600,'eu'),(3233723904,'eu'),(3233725952,'eu'),(3233728768,'eu'),(3233736960,'eu'),(3233738752,'eu'),(3233739264,'eu'),(3233740544,'eu'),(3233939456,'fi'),(3234005248,'eu'),(3234007040,'eu'),(3234015744,'eu'),(3234023424,'eu'),(3234030080,'eu'),(3234031872,'eu'),(3234033152,'eu'),(3234034688,'eu'),(3234039296,'eu'),(3234051840,'eu'),(3234054912,'eu'),(3234065408,'eu'),(3234070784,'fr'),(3234271232,'eu'),(3234549760,'eu'),(3234556928,'eu'),(3234587392,'eu'),(3234745600,'eu'),(3234747904,'eu'),(3234782720,'eu'),(3234795008,'eu'),(3234799360,'eu'),(3234827520,'eu'),(3234841600,'eu'),(3236381440,'eu'),(3236385280,'eu'),(3236823296,'eu'),(3237320704,'eu'),(3237325056,'eu'),(3237339392,'eu'),(3237413120,'eu'),(3237690624,'eu'),(3237732864,'eu'),(3238002688,'eu'),(3238010880,'ch'),(3238017024,'dk'),(3238018304,'tr'),(3238018560,'fr'),(3238018816,'de'),(3238019072,'pl'),(3238035456,'fr'),(3238060032,'ch'),(3238060288,'ro'),(3238060544,'hu'),(3238060800,'ua'),(3238061312,'uk'),(3238061568,'at'),(3238061824,'cz'),(3238062080,'de'),(3238062592,'uk'),(3238062848,'se'),(3238063104,'pl'),(3238063360,'ch'),(3238063616,'de'),(3238063872,'uk'),(3238064128,'ua'),(3238064384,'es'),(3238064640,'pl'),(3238064896,'dk'),(3238065152,'si'),(3238065408,'fr'),(3238065664,'de'),(3238065920,'ua'),(3238066176,'de'),(3238066432,'uk'),(3238066688,'de'),(3238066944,'lt'),(3238067200,'no'),(3238067456,'se'),(3238067712,'at'),(3238067968,'uk'),(3238068224,'ie'),(3238133760,'si'),(3238199296,'dk'),(3238264832,'is'),(3238330368,'ch'),(3238395904,'hu'),(3238461440,'de'),(3238502400,'ru'),(3238504448,'de'),(3238526976,'ch'),(3238592512,'uk'),(3238592768,'eu'),(3238596608,'bg'),(3238596864,'ru'),(3238597120,'de'),(3238597376,'si'),(3238597632,'uk'),(3238597888,'si'),(3238598144,'cz'),(3238598400,'nl'),(3238598656,'ch'),(3238598912,'pl'),(3238599168,'hu'),(3238599680,'ua'),(3238599936,'hu'),(3238600704,'eu'),(3238622976,'uk'),(3238623232,'lv'),(3238623488,'pl'),(3238623744,'ch'),(3238624000,'pl'),(3238624256,'eu'),(3238632960,'ua'),(3238633216,'dk'),(3238633472,'eu'),(3238658048,'se'),(3239051264,'ch'),(3239051520,'de'),(3239062272,'uk'),(3239062528,'ch'),(3239062784,'ua'),(3239063040,'uk'),(3239063296,'ua'),(3239063552,'de'),(3239075840,'be'),(3239076096,'se'),(3239076352,'de'),(3239076608,'pl'),(3239076864,'uk'),(3239077120,'ua'),(3239077376,'bg'),(3239077632,'uk'),(3239077888,'cz'),(3239078144,'ua'),(3239078400,'ru'),(3239078656,'pl'),(3239078912,'uk'),(3239079168,'si'),(3239079424,'eu'),(3239079680,'md'),(3239079936,'de'),(3239088128,'uk'),(3239088640,'dk'),(3239088896,'il'),(3239089152,'ro'),(3239089408,'uk'),(3239090176,'si'),(3239090432,'uk'),(3239090688,'nl'),(3239090944,'uk'),(3239091200,'fr'),(3239091456,'bg'),(3239091712,'de'),(3239091968,'fr'),(3239092224,'de'),(3239104512,'ru'),(3239105280,'ch'),(3239105536,'de'),(3239105792,'ro'),(3239106048,'de'),(3239106560,'uk'),(3239106816,'ch'),(3239107072,'ro'),(3239107328,'gr'),(3239107584,'ch'),(3239107840,'ro'),(3239108096,'de'),(3239109888,'pl'),(3239110144,'de'),(3239110656,'cz'),(3239110912,'ua'),(3239111168,'nl'),(3239111424,'de'),(3239111680,'eu'),(3239111936,'at'),(3239112192,'il'),(3239112448,'pl'),(3239112960,'ch'),(3239113216,'at'),(3239113472,'uk'),(3239113728,'at'),(3239113984,'de'),(3239114240,'bg'),(3239114496,'ua'),(3239114752,'de'),(3239116544,'pl'),(3239116800,'uk'),(3239117056,'de'),(3239119872,'uk'),(3239120128,'cz'),(3239120384,'pl'),(3239120640,'de'),(3239121664,'fr'),(3239121920,'de'),(3239127040,'pt'),(3239127296,'pl'),(3239127552,'il'),(3239127808,'ru'),(3239128064,'at'),(3239128320,'it'),(3239128576,'ua'),(3239128832,'cz'),(3239129088,'de'),(3239130112,'ru'),(3239130368,'jo'),(3239130624,'pl'),(3239131136,'de'),(3239133184,'ch'),(3239133440,'uk'),(3239133696,'eu'),(3239133952,'se'),(3239134208,'il'),(3239134464,'ua'),(3239134720,'ro'),(3239134976,'pl'),(3239135232,'se'),(3239135488,'uk'),(3239135744,'il'),(3239136000,'de'),(3239136256,'ch'),(3239136512,'de'),(3239136768,'md'),(3239137024,'li'),(3239137280,'de'),(3239138304,'pl'),(3239138560,'ch'),(3239138816,'de'),(3239160320,'ru'),(3239160576,'uk'),(3239160832,'pl'),(3239161088,'by'),(3239161344,'cz'),(3239161600,'hu'),(3239161856,'de'),(3239162624,'eu'),(3239162880,'de'),(3239164160,'nl'),(3239164672,'uk'),(3239164928,'dk'),(3239165184,'eu'),(3239165440,'de'),(3239165952,'fr'),(3239166208,'de'),(3239166464,'ch'),(3239166720,'ro'),(3239166976,'fr'),(3239167232,'de'),(3239167488,'fr'),(3239167744,'ch'),(3239168256,'uk'),(3239168512,'se'),(3239168768,'pl'),(3239169024,'eu'),(3239169280,'de'),(3239169536,'dk'),(3239169792,'se'),(3239170048,'ua'),(3239170304,'fr'),(3239170560,'uk'),(3239170816,'eu'),(3239171072,'pl'),(3239171328,'ua'),(3239171584,'pl'),(3239172096,'ua'),(3239172608,'se'),(3239172864,'de'),(3239173120,'ro'),(3239173376,'eu'),(3239173632,'at'),(3239173888,'pl'),(3239174144,'de'),(3239174656,'uk'),(3239174912,'si'),(3239175168,'ua'),(3239175424,'bg'),(3239175680,'de'),(3239175936,'fi'),(3239176192,'de'),(3239181312,'at'),(3239181568,'ua'),(3239181824,'de'),(3239264256,'no'),(3239264768,'ru'),(3239266304,'pl'),(3239266816,'ua'),(3239267328,'fr'),(3239267840,'de'),(3239268352,'se'),(3239268864,'ru'),(3239269376,'ua'),(3239270400,'uk'),(3239270912,'sa'),(3239271424,'at'),(3239271936,'se'),(3239272448,'ua'),(3239272960,'uk'),(3239273472,'ua'),(3239273984,'ru'),(3239274496,'pl'),(3239275008,'ro'),(3239275520,'ua'),(3239276544,'lu'),(3239277056,'uk'),(3239277568,'ru'),(3239278080,'uk'),(3239278592,'ru'),(3239279104,'pl'),(3239280128,'ru'),(3239280640,'cy'),(3239281664,'ua'),(3239282688,'fi'),(3239283712,'pl'),(3239284736,'ua'),(3239285760,'cy'),(3239286784,'ua'),(3239287808,'uk'),(3239288832,'de'),(3239289856,'pl'),(3239290880,'uk'),(3239291904,'bg'),(3239292928,'cz'),(3239293952,'de'),(3239294976,'cz'),(3239296000,'cy'),(3239297024,'eu'),(3239298048,'uk'),(3239299072,'ua'),(3239301120,'fr'),(3239302144,'pl'),(3239303168,'eu'),(3239304192,'si'),(3239305216,'uk'),(3239306240,'ua'),(3239308288,'de'),(3239309312,'ua'),(3239311360,'de'),(3239312384,'ua'),(3239313408,'de'),(3239445760,'pl'),(3239446016,'ua'),(3239446272,'uk'),(3239446528,'de'),(3239452160,'cy'),(3239452416,'si'),(3239452672,'de'),(3239464960,'il'),(3239465216,'si'),(3239465472,'uk'),(3239465728,'pl'),(3239465984,'ua'),(3239466240,'uk'),(3239466496,'fi'),(3239466752,'uk'),(3239467008,'ru'),(3239467264,'uk'),(3239467520,'it'),(3239467776,'pl'),(3239468032,'fr'),(3239468288,'ro'),(3239468544,'no'),(3239468800,'ro'),(3239469056,'de'),(3239470592,'eu'),(3239470848,'bg'),(3239471104,'de'),(3239471872,'fr'),(3239472128,'de'),(3239474944,'es'),(3239475200,'de'),(3239479808,'ua'),(3239480064,'de'),(3239480320,'ua'),(3239480576,'ro'),(3239480832,'ch'),(3239481088,'uk'),(3239481344,'de'),(3239486464,'eu'),(3239486976,'de'),(3239487488,'uk'),(3239487744,'pl'),(3239488000,'at'),(3239488256,'uk'),(3239488512,'kw'),(3239488768,'ro'),(3239489280,'pl'),(3239489536,'de'),(3239506432,'ru'),(3239506688,'uk'),(3239507456,'de'),(3239507968,'bg'),(3239508224,'sa'),(3239508480,'no'),(3239508736,'uk'),(3239508992,'pl'),(3239509248,'eu'),(3239509504,'de'),(3239510016,'ua'),(3239510272,'de'),(3239522304,'pl'),(3239522560,'si'),(3239522816,'lt'),(3239523072,'pl'),(3239523328,'bg'),(3239523584,'ua'),(3239523840,'pl'),(3239524096,'de'),(3239524608,'se'),(3239524864,'cy'),(3239525120,'lt'),(3239525376,'ua'),(3239525632,'pl'),(3239525888,'si'),(3239526144,'pl'),(3239526400,'de'),(3239538944,'nl'),(3239539200,'it'),(3239539456,'uk'),(3239539712,'de'),(3239539968,'se'),(3239540224,'gr'),(3239540480,'de'),(3239540736,'uk'),(3239540992,'eu'),(3239541248,'ua'),(3239541504,'eu'),(3239541760,'uk'),(3239542016,'pl'),(3239542272,'ua'),(3239542528,'fr'),(3239542784,'de'),(3239544832,'eu'),(3239545088,'si'),(3239545344,'hu'),(3239545856,'ua'),(3239546112,'uk'),(3239546368,'cz'),(3239546624,'nl'),(3239546880,'de'),(3239549952,'tr'),(3239550208,'ua'),(3239550464,'eu'),(3239550720,'no'),(3239550976,'de'),(3239554048,'se'),(3239554304,'dk'),(3239554560,'pl'),(3239554816,'uk'),(3239555072,'de'),(3239556096,'sa'),(3239556352,'ua'),(3239556608,'hr'),(3239556864,'ua'),(3239557120,'de'),(3239567360,'uk'),(3239567616,'ua'),(3239567872,'de'),(3239568128,'fr'),(3239568384,'se'),(3239568640,'no'),(3239568896,'de'),(3239575296,'dk'),(3239575552,'ro'),(3239575808,'de'),(3239579136,'pl'),(3239579392,'eu'),(3239579648,'de'),(3239581696,'pl'),(3239581952,'ua'),(3239582208,'uk'),(3239582464,'de'),(3239582720,'uk'),(3239582976,'it'),(3239583232,'ua'),(3239583488,'ro'),(3239583744,'de'),(3239624704,'ch'),(3239625728,'cz'),(3239626752,'pl'),(3239628800,'de'),(3239629824,'eu'),(3239630848,'de'),(3239631872,'cz'),(3239632896,'de'),(3239633920,'eu'),(3239634944,'ua'),(3239635968,'eu'),(3239636992,'bg'),(3239638016,'pl'),(3239639040,'si'),(3239640064,'de'),(3239641088,'pl'),(3239643136,'ru'),(3239645184,'de'),(3239665664,'nl'),(3239666176,'at'),(3239666688,'se'),(3239667200,'ch'),(3239667712,'ro'),(3239668224,'ua'),(3239669248,'ro'),(3239670272,'de'),(3239670784,'uk'),(3239671296,'de'),(3239671808,'cz'),(3239672320,'de'),(3239672832,'tr'),(3239673344,'se'),(3239673856,'de'),(3239682048,'pl'),(3239682560,'bg'),(3239683072,'pt'),(3239683584,'pl'),(3239684608,'uk'),(3239685120,'eu'),(3239685632,'uk'),(3239686144,'ua'),(3239686656,'it'),(3239687168,'ua'),(3239687680,'eu'),(3239688192,'pl'),(3239688704,'uk'),(3239689216,'eu'),(3239689728,'ru'),(3239690240,'uk'),(3239690496,'pl'),(3239690752,'uk'),(3239691008,'eu'),(3239691264,'it'),(3239691520,'uk'),(3239691776,'fr'),(3239692032,'at'),(3239692288,'de'),(3239697664,'ru'),(3239697920,'pl'),(3239698432,'de'),(3239706368,'ua'),(3239706624,'ru'),(3239706880,'eu'),(3239707136,'ru'),(3239707392,'ua'),(3239707648,'se'),(3239707904,'eu'),(3239708160,'se'),(3239708416,'ro'),(3239708672,'at'),(3239708928,'uk'),(3239709184,'ro'),(3239709440,'uk'),(3239709696,'de'),(3239709952,'ua'),(3239710208,'bg'),(3239710464,'de'),(3239710720,'cz'),(3239710976,'se'),(3239711232,'ru'),(3239711488,'eu'),(3239711744,'ua'),(3239712000,'pl'),(3239712256,'de'),(3239712512,'uk'),(3239712768,'de'),(3239713024,'pl'),(3239713280,'si'),(3239713536,'ua'),(3239713792,'de'),(3239714048,'uk'),(3239714304,'se'),(3239714560,'hu'),(3239714816,'de'),(3239739392,'it'),(3239739648,'ro'),(3239739904,'ch'),(3239740160,'pl'),(3239740416,'dk'),(3239740672,'eu'),(3239740928,'ua'),(3239741184,'ru'),(3239741440,'de'),(3239759872,'ru'),(3239760128,'ua'),(3239760384,'pl'),(3239760896,'ru'),(3239761152,'uk'),(3239761408,'ru'),(3239761664,'pl'),(3239761920,'bg'),(3239762432,'dk'),(3239762688,'ro'),(3239762944,'pl'),(3239763200,'se'),(3239763456,'uk'),(3239763968,'de'),(3239772160,'ua'),(3239772416,'uk'),(3239772672,'dk'),(3239773184,'fr'),(3239773440,'pl'),(3239773952,'sa'),(3239774208,'pl'),(3239774464,'es'),(3239774720,'eu'),(3239774976,'pt'),(3239775232,'de'),(3239782400,'at'),(3239782656,'ru'),(3239782912,'uk'),(3239783168,'ch'),(3239783424,'dk'),(3239783680,'de'),(3239783936,'eu'),(3239784192,'ua'),(3239784448,'de'),(3239788544,'eu'),(3239789056,'ru'),(3239789568,'fr'),(3239790080,'ro'),(3239791104,'eu'),(3239792640,'ua'),(3239793152,'pl'),(3239793664,'ro'),(3239794176,'nl'),(3239794688,'uk'),(3239795200,'pl'),(3239795712,'il'),(3239796224,'no'),(3239796736,'de'),(3239821312,'se'),(3239821824,'de'),(3239822336,'ru'),(3239822848,'pl'),(3239823360,'se'),(3239823872,'it'),(3239824384,'pl'),(3239824896,'uz'),(3239825408,'ua'),(3239825920,'pl'),(3239826432,'uk'),(3239826944,'ru'),(3239827456,'dk'),(3239827968,'ch'),(3239828480,'de'),(3239828992,'cz'),(3239829504,'ru'),(3239830016,'eu'),(3239830528,'se'),(3239831040,'ru'),(3239832064,'ua'),(3239832576,'ru'),(3239834112,'ua'),(3239834624,'at'),(3239835136,'ru'),(3239836160,'dk'),(3239837184,'se'),(3239837696,'pl'),(3239837952,'de'),(3239839232,'ee'),(3239839488,'de'),(3239839744,'sk'),(3239840000,'sa'),(3239840512,'de'),(3239840768,'at'),(3239841024,'nl'),(3239841280,'de'),(3239848448,'eu'),(3239848704,'se'),(3239848960,'ru'),(3239849216,'uk'),(3239849472,'ru'),(3239849728,'nl'),(3239849984,'de'),(3239859200,'pl'),(3239859456,'ua'),(3239859712,'hu'),(3239859968,'ua'),(3239860224,'de'),(3239860480,'eu'),(3239860736,'de'),(3239861248,'ua'),(3239861504,'pl'),(3239861760,'sa'),(3239862016,'it'),(3239862272,'de'),(3239875072,'si'),(3239875328,'dk'),(3239875584,'pl'),(3239875840,'dk'),(3239876096,'de'),(3239876352,'ro'),(3239876608,'nl'),(3239876864,'de'),(3239877120,'uk'),(3239877376,'il'),(3239877632,'ru'),(3239877888,'it'),(3239878144,'pl'),(3239878400,'de'),(3239882752,'uk'),(3239883008,'ua'),(3239883264,'uk'),(3239883776,'de'),(3239884032,'ch'),(3239884288,'nl'),(3239884544,'eu'),(3239884800,'ua'),(3239885056,'ch'),(3239885312,'ua'),(3239885568,'pl'),(3239885824,'ch'),(3239886080,'pl'),(3239886336,'ru'),(3239886592,'eu'),(3239886848,'de'),(3239888896,'ua'),(3239889152,'uk'),(3239889408,'cz'),(3239889664,'fi'),(3239889920,'at'),(3239890176,'fr'),(3239890432,'uk'),(3239890688,'de'),(3239895040,'dk'),(3239895296,'tr'),(3239895552,'pl'),(3239895808,'dk'),(3239896064,'eu'),(3239896320,'de'),(3239896576,'pl'),(3239896832,'hu'),(3239897088,'uk'),(3239897344,'eu'),(3239897600,'ru'),(3239897856,'fr'),(3239898112,'no'),(3239898368,'de'),(3239898880,'cz'),(3239899136,'de'),(3239901696,'bg'),(3239901952,'de'),(3239902208,'pl'),(3239902464,'ru'),(3239902720,'ee'),(3239902976,'uk'),(3239903232,'de'),(3239907328,'ua'),(3239907584,'de'),(3239913216,'lt'),(3239913472,'de'),(3239915520,'pl'),(3239915776,'hu'),(3239916032,'sa'),(3239916288,'pl'),(3239916544,'ie'),(3239916800,'kz'),(3239917056,'de'),(3239917312,'bg'),(3239917568,'de'),(3239936000,'ua'),(3239936256,'de'),(3239938816,'nl'),(3239939072,'de'),(3239951104,'at'),(3239951360,'de'),(3239954432,'ua'),(3239954688,'dk'),(3239954944,'uk'),(3239955200,'ua'),(3239955712,'pl'),(3239955968,'cz'),(3239956224,'pl'),(3239956480,'de'),(3239959552,'ua'),(3239959808,'uk'),(3239960064,'fr'),(3239960320,'uk'),(3239960576,'de'),(3239968512,'pl'),(3239968768,'no'),(3239969024,'de'),(3239978752,'ru'),(3239979264,'uk'),(3239979520,'de'),(3239979776,'si'),(3239980032,'de'),(3239996416,'uk'),(3239996672,'pl'),(3239996928,'be'),(3239997184,'uk'),(3239997440,'de'),(3240004608,'uk'),(3240004864,'fr'),(3240005120,'se'),(3240005376,'nl'),(3240005632,'de'),(3240009728,'pl'),(3240009984,'il'),(3240010240,'uk'),(3240010496,'at'),(3240010752,'hu'),(3240011008,'de'),(3240011264,'eu'),(3240011520,'ch'),(3240011776,'de'),(3240026112,'fr'),(3240027136,'bg'),(3240028160,'uk'),(3240029184,'ru'),(3240030208,'cy'),(3240031232,'ua'),(3240032256,'rs'),(3240033280,'de'),(3240034304,'ru'),(3240034560,'de'),(3240037888,'at'),(3240038144,'dk'),(3240038400,'de'),(3240099840,'uk'),(3240102912,'ua'),(3240103936,'uk'),(3240104704,'nl'),(3240104960,'ru'),(3240105216,'ua'),(3240105472,'uk'),(3240105984,'eu'),(3240107008,'uk'),(3240109056,'pl'),(3240109568,'uk'),(3240125440,'ro'),(3240125696,'ie'),(3240125952,'uk'),(3240166400,'pl'),(3240166912,'ro'),(3240167424,'pl'),(3240167936,'ua'),(3240168448,'fr'),(3240168960,'cz'),(3240169472,'il'),(3240169984,'it'),(3240170496,'de'),(3240171008,'cz'),(3240171520,'ro'),(3240172032,'ua'),(3240173056,'ch'),(3240173568,'ro'),(3240174080,'pl'),(3240174592,'fr'),(3240175104,'ua'),(3240175616,'ru'),(3240176128,'pl'),(3240176640,'ua'),(3240177152,'eu'),(3240177664,'ua'),(3240178176,'nl'),(3240178688,'be'),(3240179200,'ua'),(3240179712,'ro'),(3240180224,'pl'),(3240180736,'nl'),(3240181248,'ua'),(3240182272,'ro'),(3240182784,'ua'),(3240183808,'uk'),(3240184320,'cz'),(3240184832,'im'),(3240185344,'fr'),(3240185856,'ua'),(3240187904,'ru'),(3240188416,'ro'),(3240189952,'de'),(3240190464,'it'),(3240190976,'ru'),(3240191488,'se'),(3240192000,'ua'),(3240192512,'ro'),(3240193024,'uk'),(3240193536,'pl'),(3240194048,'uk'),(3240194560,'at'),(3240195072,'uk'),(3240195584,'ro'),(3240196096,'ru'),(3240197120,'pl'),(3240197632,'cz'),(3240198144,'ch'),(3240198656,'ro'),(3240199168,'hu'),(3240199680,'nl'),(3240200192,'ro'),(3240200704,'uk'),(3240201216,'ro'),(3240201728,'ch'),(3240202240,'ru'),(3240202752,'uk'),(3240203264,'dk'),(3240203776,'at'),(3240204288,'se'),(3240204800,'ro'),(3240205312,'eu'),(3240205824,'de'),(3240206336,'ru'),(3240206848,'ro'),(3240207872,'ru'),(3240208384,'uk'),(3240208896,'ru'),(3240209408,'ua'),(3240209920,'pl'),(3240210944,'uk'),(3240211456,'nl'),(3240211968,'eu'),(3240212480,'ru'),(3240212992,'uk'),(3240213504,'se'),(3240214016,'dk'),(3240214528,'ru'),(3240215552,'ua'),(3240216064,'mt'),(3240216576,'ro'),(3240217088,'ua'),(3240218624,'nl'),(3240219136,'at'),(3240219648,'ua'),(3240220160,'nl'),(3240220672,'at'),(3240221184,'se'),(3240221696,'nl'),(3240222208,'fr'),(3240222720,'kw'),(3240223232,'ru'),(3240223744,'im'),(3240224256,'ru'),(3240225280,'il'),(3240225792,'cz'),(3240226304,'ch'),(3240226816,'ru'),(3240227840,'uk'),(3240228352,'se'),(3240228864,'uk'),(3240229376,'ro'),(3240230400,'uk'),(3240230912,'pl'),(3240231936,'nl'),(3240232960,'ua'),(3240235008,'fr'),(3240236032,'ua'),(3240237056,'de'),(3240239104,'eu'),(3240240128,'de'),(3240241152,'fi'),(3240242176,'pl'),(3240243200,'de'),(3240244224,'pl'),(3240245248,'il'),(3240246272,'ua'),(3240247296,'hu'),(3240248320,'de'),(3240249344,'ua'),(3240251392,'ie'),(3240252416,'lt'),(3240253440,'be'),(3240254464,'ua'),(3240256512,'uk'),(3240257536,'fo'),(3240258560,'ro'),(3240259584,'pl'),(3240260608,'de'),(3240263680,'ua'),(3240264192,'fr'),(3240264704,'tr'),(3240265216,'hu'),(3240265728,'ch'),(3240266240,'pl'),(3240266752,'ua'),(3240267264,'rs'),(3240267776,'de'),(3240268288,'uk'),(3240269312,'nl'),(3240269824,'se'),(3240270336,'ua'),(3240270848,'ro'),(3240271360,'pl'),(3240271872,'ua'),(3240272384,'pl'),(3240272896,'ru'),(3240273408,'nl'),(3240273920,'ua'),(3240274432,'uk'),(3240274944,'ua'),(3240275456,'ro'),(3240275968,'gr'),(3240276480,'pl'),(3240276992,'ro'),(3240278016,'ua'),(3240278528,'uk'),(3240279040,'ch'),(3240279552,'ro'),(3240280064,'uk'),(3240280192,'pl'),(3240280448,'ua'),(3240280576,'uk'),(3240280704,'ru'),(3240280832,'uk'),(3240280960,'pl'),(3240281216,'fr'),(3240281344,'pl'),(3240281472,'uk'),(3240281600,'jo'),(3240281728,'pl'),(3240281984,'it'),(3240282112,'de'),(3240282240,'ua'),(3240282368,'ro'),(3240282624,'se'),(3240282880,'ua'),(3240283008,'pl'),(3240284160,'ru'),(3240285184,'pl'),(3240286208,'ua'),(3240287232,'pl'),(3240288256,'uk'),(3240296448,'ro'),(3240296704,'uk'),(3240302848,'ua'),(3240303104,'uk'),(3240361984,'tr'),(3240362240,'uk'),(3240370176,'ch'),(3240370432,'de'),(3240370688,'uk'),(3240370944,'ru'),(3240371200,'ch'),(3240371456,'ro'),(3240371712,'ru'),(3240371968,'tr'),(3240372224,'si'),(3240372480,'ru'),(3240372992,'uk'),(3240373248,'ro'),(3240373504,'fr'),(3240373760,'de'),(3240374016,'ie'),(3240374272,'uk'),(3240407040,'il'),(3240407296,'nl'),(3240407552,'no'),(3240407808,'de'),(3240408064,'uk'),(3240408320,'ch'),(3240408576,'fr'),(3240408832,'pl'),(3240409088,'tr'),(3240409344,'uk'),(3240409600,'nl'),(3240409856,'ua'),(3240410112,'ch'),(3240410368,'at'),(3240410624,'pt'),(3240410880,'no'),(3240411136,'uk'),(3240419840,'at'),(3240420096,'de'),(3240420352,'ro'),(3240420608,'uk'),(3240436736,'ie'),(3240437760,'uk'),(3240460288,'il'),(3240461056,'de'),(3240461312,'uk'),(3240461568,'ua'),(3240461824,'ru'),(3240462080,'tr'),(3240462336,'ro'),(3240462592,'ru'),(3240462848,'ro'),(3240463104,'pl'),(3240463616,'cz'),(3240463872,'uk'),(3240464128,'sa'),(3240464384,'at'),(3240464640,'fr'),(3240464896,'uk'),(3240465152,'ch'),(3240465408,'de'),(3240465920,'eu'),(3240466432,'de'),(3240466688,'pt'),(3240466944,'tr'),(3240467200,'nl'),(3240467456,'ua'),(3240467712,'ru'),(3240467968,'uk'),(3240468224,'ch'),(3240468480,'uk'),(3240487936,'de'),(3240488192,'uk'),(3240488448,'bg'),(3240488704,'nl'),(3240488960,'uk'),(3240575488,'ro'),(3240575744,'eu'),(3240576000,'de'),(3240576256,'ua'),(3240576512,'uk'),(3240576768,'pl'),(3240577024,'ua'),(3240577280,'ro'),(3240577536,'de'),(3240577792,'ua'),(3240578560,'ch'),(3240578816,'il'),(3240579072,'uk'),(3240587264,'nl'),(3240587520,'ru'),(3240587776,'ua'),(3240588032,'de'),(3240588288,'ru'),(3240588544,'ro'),(3240588800,'ua'),(3240589056,'ro'),(3240589312,'uk'),(3240594176,'dk'),(3240594432,'uk'),(3240621824,'eu'),(3240622080,'ru'),(3240622592,'uk'),(3240624128,'ee'),(3240689664,'eu'),(3240690176,'tr'),(3240690688,'ua'),(3240691200,'it'),(3240691712,'de'),(3240692736,'dk'),(3240693248,'se'),(3240693760,'eu'),(3240695808,'se'),(3240698112,'lv'),(3240698368,'eu'),(3240698624,'si'),(3240699136,'de'),(3240699392,'ua'),(3240699648,'se'),(3240699904,'lt'),(3240700160,'at'),(3240700416,'be'),(3240700672,'uk'),(3240701184,'lv'),(3240701440,'se'),(3240701696,'uk'),(3240701952,'ua'),(3240702976,'de'),(3240704000,'gr'),(3240705024,'ua'),(3240706048,'bg'),(3240707072,'eu'),(3240707840,'uk'),(3240708096,'fr'),(3240710144,'ua'),(3240710400,'lt'),(3240710656,'de'),(3240710912,'uk'),(3240711168,'it'),(3240711680,'ru'),(3240711936,'de'),(3240712192,'ua'),(3240712448,'si'),(3240712704,'ch'),(3240712960,'it'),(3240713216,'uk'),(3240713472,'de'),(3240713728,'at'),(3240713984,'fr'),(3240714240,'uk'),(3240716288,'eu'),(3240718336,'pl'),(3240718848,'pt'),(3240719360,'eu'),(3240719872,'se'),(3240720384,'uk'),(3240720896,'ro'),(3240721408,'de'),(3240721920,'ro'),(3240722432,'ua'),(3240723456,'uk'),(3240724480,'ch'),(3240725504,'ru'),(3240726528,'de'),(3240727552,'ch'),(3240728064,'gr'),(3240728576,'uk'),(3240729600,'dk'),(3240730112,'be'),(3240730624,'eu'),(3240732672,'se'),(3240733696,'ua'),(3240734720,'it'),(3240735744,'fr'),(3240736256,'bg'),(3240736768,'ua'),(3240737792,'bg'),(3240738816,'ua'),(3240739072,'eu'),(3240739328,'fr'),(3240739584,'lv'),(3240739840,'de'),(3240740096,'lt'),(3240740352,'eu'),(3240740608,'de'),(3240740864,'uk'),(3240741120,'at'),(3240741376,'il'),(3240741632,'sk'),(3240741888,'lv'),(3240742144,'it'),(3240742656,'at'),(3240742912,'il'),(3240743424,'dk'),(3240743936,'de'),(3240744448,'se'),(3240744960,'ro'),(3240745472,'ua'),(3240745984,'uk'),(3240747008,'se'),(3240747264,'tr'),(3240747520,'ru'),(3240747776,'uk'),(3240748032,'at'),(3240748288,'gr'),(3240748544,'pl'),(3240749056,'at'),(3240749312,'be'),(3240749568,'es'),(3240749824,'it'),(3240750336,'de'),(3240750592,'uk'),(3240750848,'ua'),(3240751104,'es'),(3240752128,'ro'),(3240754176,'de'),(3240755200,'eu'),(3240755456,'it'),(3240791552,'ru'),(3240791808,'fr'),(3240792064,'uk'),(3240792320,'ro'),(3240792576,'ch'),(3240792832,'pl'),(3240793088,'ua'),(3240793344,'ru'),(3240793600,'fr'),(3240793856,'eu'),(3240794112,'uk'),(3240794368,'pl'),(3240794880,'de'),(3240795136,'bg'),(3240795392,'ua'),(3240795648,'ch'),(3240795904,'se'),(3240796160,'it'),(3240808960,'eu'),(3240809216,'pl'),(3240809472,'nl'),(3240809728,'uk'),(3240809984,'gr'),(3240810240,'sa'),(3240810496,'tr'),(3240810752,'uk'),(3240811008,'pl'),(3240811264,'eu'),(3240811520,'sa'),(3240811776,'de'),(3240812032,'hu'),(3240812288,'kw'),(3240812544,'it'),(3240813568,'pl'),(3240814592,'it'),(3240818688,'eu'),(3240820800,'ru'),(3240820832,'it'),(3240827136,'eu'),(3240827392,'bg'),(3240827648,'ch'),(3240827904,'it'),(3240828160,'de'),(3240828416,'it'),(3240837120,'uk'),(3240837376,'it'),(3240840448,'pl'),(3240840704,'ru'),(3240840960,'eu'),(3240841216,'it'),(3240843264,'be'),(3240843520,'uk'),(3240843776,'pl'),(3240844032,'nl'),(3240844544,'uk'),(3240845056,'ua'),(3240845312,'it'),(3240852736,'uk'),(3240852992,'it'),(3240853248,'ru'),(3240853504,'it'),(3240855040,'ua'),(3240855296,'it'),(3240857600,'pl'),(3240857856,'it'),(3240858624,'pl'),(3240858880,'it'),(3240859136,'nl'),(3240859392,'se'),(3240859648,'it'),(3240861184,'at'),(3240861696,'it'),(3240867072,'pl'),(3240867328,'ru'),(3240867584,'ch'),(3240867840,'it'),(3240873984,'ru'),(3240875008,'at'),(3240875520,'fr'),(3240876032,'dk'),(3240876544,'gr'),(3240877056,'de'),(3240877568,'ua'),(3240878080,'ru'),(3240879104,'pl'),(3240880128,'ru'),(3240881152,'eu'),(3240882176,'pl'),(3240883200,'il'),(3240884224,'ua'),(3240885248,'cy'),(3240886272,'se'),(3241017344,'at'),(3241017856,'eu'),(3241018112,'at'),(3241029120,'ua'),(3241029376,'pl'),(3241029632,'at'),(3241032704,'ru'),(3241032960,'uk'),(3241033216,'de'),(3241033472,'nl'),(3241033728,'il'),(3241033984,'ru'),(3241034240,'ua'),(3241034496,'eu'),(3241034752,'pl'),(3241035008,'dk'),(3241035264,'ro'),(3241035520,'si'),(3241035776,'uk'),(3241036032,'ch'),(3241036288,'ru'),(3241036544,'si'),(3241036800,'uk'),(3241037056,'ru'),(3241037312,'nl'),(3241037568,'dk'),(3241037824,'ro'),(3241038080,'ua'),(3241038336,'de'),(3241038592,'lt'),(3241039104,'fr'),(3241039360,'ua'),(3241039616,'uk'),(3241039872,'ch'),(3241040128,'ua'),(3241040384,'uk'),(3241040640,'ro'),(3241040896,'at'),(3241063424,'it'),(3241063680,'pl'),(3241063936,'de'),(3241064448,'uk'),(3241064704,'pl'),(3241065472,'at'),(3241068544,'uk'),(3241068800,'ua'),(3241069312,'fr'),(3241069568,'uk'),(3241070080,'fr'),(3241070336,'ru'),(3241070848,'at'),(3241071104,'ua'),(3241071360,'ru'),(3241071616,'md'),(3241071872,'ru'),(3241072128,'be'),(3241072384,'de'),(3241072640,'at'),(3241073920,'uk'),(3241074176,'at'),(3241076736,'uk'),(3241076992,'at'),(3241077760,'lv'),(3241078016,'pl'),(3241078272,'uk'),(3241078528,'eu'),(3241078784,'at'),(3241082880,'fr'),(3241083136,'ch'),(3241100800,'ua'),(3241101056,'dk'),(3241101312,'ro'),(3241101568,'de'),(3241101824,'bg'),(3241102080,'ro'),(3241102336,'eu'),(3241102592,'de'),(3241102848,'nl'),(3241103360,'de'),(3241103616,'dk'),(3241103872,'de'),(3241104128,'uk'),(3241104384,'eu'),(3241104640,'ua'),(3241104896,'es'),(3241105152,'ru'),(3241105408,'ch'),(3241108224,'de'),(3241108736,'ro'),(3241108992,'sa'),(3241109248,'ch'),(3241117696,'si'),(3241117952,'ua'),(3241118208,'uk'),(3241119232,'dk'),(3241119488,'uk'),(3241119744,'ro'),(3241120000,'ua'),(3241120512,'uk'),(3241120768,'ru'),(3241121024,'ch'),(3241121280,'uk'),(3241121536,'pl'),(3241121792,'de'),(3241122048,'ch'),(3241122304,'ru'),(3241122560,'at'),(3241123328,'pl'),(3241124096,'de'),(3241124352,'ro'),(3241124608,'pl'),(3241124864,'uk'),(3241125120,'il'),(3241125376,'cz'),(3241125632,'se'),(3241125888,'ch'),(3241129984,'fr'),(3241130240,'uk'),(3241130496,'dk'),(3241130752,'de'),(3241131008,'nl'),(3241131264,'fr'),(3241131520,'ch'),(3241131776,'dk'),(3241132032,'ch'),(3241145856,'hr'),(3241146112,'pl'),(3241146368,'il'),(3241146624,'ro'),(3241146880,'ch'),(3241148416,'fr'),(3241476096,'ch'),(3241476352,'be'),(3241481728,'pt'),(3241481984,'nl'),(3241482240,'be'),(3241496576,'at'),(3241496832,'be'),(3241497344,'ua'),(3241497600,'se'),(3241497856,'dk'),(3241498112,'be'),(3241498368,'eu'),(3241498624,'no'),(3241498880,'cz'),(3241499136,'be'),(3241499904,'de'),(3241500160,'be'),(3241502976,'gr'),(3241503232,'fr'),(3241503488,'be'),(3241508096,'nl'),(3241508352,'be'),(3241541376,'pl'),(3241541632,'fr'),(3241803776,'uk'),(3241803816,'ru'),(3241803824,'nl'),(3241803832,'uk'),(3241803840,'pt'),(3241803904,'ua'),(3241804032,'be'),(3241820160,'eu'),(3241821696,'gr'),(3241822208,'cz'),(3241824256,'be'),(3241848064,'eu'),(3241851392,'gr'),(3241851904,'uk'),(3241852928,'sk'),(3241854464,'uk'),(3241854976,'eu'),(3241856000,'nl'),(3241857280,'ch'),(3241857536,'at'),(3241859072,'ch'),(3241861120,'eu'),(3241863168,'pl'),(3241863424,'fr'),(3241863680,'gr'),(3241863936,'de'),(3241864192,'tr'),(3241864448,'ru'),(3241864704,'se'),(3241864960,'it'),(3241865216,'de'),(3241865472,'no'),(3241865728,'ch'),(3241865984,'ro'),(3241866240,'de'),(3241867008,'fr'),(3241867264,'ua'),(3241867520,'pl'),(3241868032,'cz'),(3241868288,'hr'),(3241868544,'de'),(3241868800,'ua'),(3241869056,'cz'),(3241869312,'pl'),(3241934848,'uk'),(3242196992,'fi'),(3242393600,'nl'),(3242459136,'bg'),(3242467328,'hu'),(3242475520,'lv'),(3242483712,'bg'),(3242524672,'no'),(3242590208,'it'),(3242655744,'no'),(3242721280,'ch'),(3242852352,'be'),(3242917888,'no'),(3242950656,'be'),(3242983424,'it'),(3243048960,'si'),(3243114496,'nl'),(3243245568,'at'),(3243376640,'uk'),(3243442176,'at'),(3243507712,'uk'),(3243507968,'cz'),(3243509760,'ru'),(3243510016,'nl'),(3243510272,'cz'),(3243511808,'uk'),(3243512064,'ru'),(3243512320,'fr'),(3243512576,'ua'),(3243512832,'de'),(3243513088,'gr'),(3243513344,'ru'),(3243513856,'be'),(3243514112,'uk'),(3243514368,'ie'),(3243514624,'dk'),(3243514880,'at'),(3243515136,'pl'),(3243515392,'de'),(3243515648,'ru'),(3243515904,'cz'),(3243520512,'ua'),(3243520768,'uk'),(3243521024,'at'),(3243521280,'cz'),(3243521536,'de'),(3243521792,'cz'),(3243524096,'ro'),(3243524352,'at'),(3243524608,'uk'),(3243524864,'nl'),(3243525120,'cz'),(3243525376,'ro'),(3243525632,'cz'),(3243525888,'pl'),(3243526144,'ua'),(3243526400,'eu'),(3243526656,'pl'),(3243526912,'se'),(3243527168,'ru'),(3243527424,'ua'),(3243527680,'uk'),(3243527936,'pl'),(3243528192,'cz'),(3243529216,'uk'),(3243529728,'bg'),(3243529984,'uk'),(3243530240,'ru'),(3243530496,'fr'),(3243530752,'ua'),(3243531008,'de'),(3243531264,'cz'),(3243531776,'at'),(3243532032,'de'),(3243532288,'cz'),(3243536384,'at'),(3243536640,'ch'),(3243536896,'cz'),(3243537152,'ro'),(3243537408,'cz'),(3243544064,'uk'),(3243544320,'ch'),(3243544576,'cz'),(3243552768,'nl'),(3243553024,'uk'),(3243553280,'de'),(3243553536,'pl'),(3243553792,'uk'),(3243554048,'de'),(3243554304,'pl'),(3243554560,'md'),(3243554816,'lv'),(3243555072,'ro'),(3243555328,'cz'),(3243555584,'fr'),(3243555840,'cz'),(3243565056,'eu'),(3243569152,'cz'),(3243570688,'pl'),(3243570944,'cz'),(3243571712,'fr'),(3243571968,'gr'),(3243572224,'cz'),(3243572992,'ru'),(3243573248,'cz'),(3243704320,'sk'),(3243769856,'dk'),(3243900928,'no'),(3243966464,'pl'),(3243974656,'lu'),(3243978752,'nl'),(3243982848,'hu'),(3243991040,'be'),(3243999232,'no'),(3244032000,'gr'),(3244097536,'de'),(3244098560,'uk'),(3244100608,'ua'),(3244102656,'ch'),(3244103680,'bg'),(3244104704,'de'),(3244105728,'uk'),(3244107776,'ro'),(3244108800,'uk'),(3244109824,'ua'),(3244110848,'cz'),(3244111872,'kz'),(3244112896,'ru'),(3244113920,'ch'),(3244114944,'pl'),(3244115968,'sk'),(3244116992,'ua'),(3244118016,'uk'),(3244120064,'pl'),(3244122112,'il'),(3244123136,'ua'),(3244124160,'pl'),(3244125184,'ua'),(3244126208,'fr'),(3244127232,'ua'),(3244128256,'cz'),(3244129280,'fr'),(3244130304,'nl'),(3244131328,'fi'),(3244133376,'ro'),(3244134400,'pl'),(3244135424,'uk'),(3244137472,'pl'),(3244138496,'ua'),(3244139520,'gr'),(3244140544,'ua'),(3244141568,'nl'),(3244142592,'de'),(3244143616,'fr'),(3244144640,'ua'),(3244146688,'ru'),(3244147712,'uk'),(3244149760,'pl'),(3244150784,'ch'),(3244151808,'ua'),(3244152832,'cz'),(3244153856,'no'),(3244154880,'uk'),(3244155904,'ua'),(3244156928,'ru'),(3244157952,'cz'),(3244158976,'de'),(3244160000,'ua'),(3244161024,'no'),(3244163072,'fi'),(3244261376,'ie'),(3244277760,'si'),(3244294144,'de'),(3244818432,'uk'),(3244818688,'at'),(3244818944,'pl'),(3244819200,'de'),(3244819456,'uk'),(3244819712,'ro'),(3244819968,'nl'),(3244820224,'ua'),(3244820480,'be'),(3244820736,'de'),(3244820992,'si'),(3244821248,'ru'),(3244821504,'ua'),(3244821760,'tr'),(3244822016,'ru'),(3244822272,'uk'),(3244822528,'ua'),(3244822784,'cz'),(3244823040,'de'),(3244823296,'fr'),(3244823552,'ge'),(3244823808,'ro'),(3244824064,'ua'),(3244824320,'si'),(3244824576,'ru'),(3244824832,'uk'),(3244825088,'de'),(3244825344,'ua'),(3244825600,'ru'),(3244826112,'ro'),(3244826368,'eu'),(3244826624,'uk'),(3244826880,'mk'),(3244827136,'cz'),(3244827392,'uk'),(3244827648,'fr'),(3244827904,'be'),(3244828160,'fi'),(3244828416,'fr'),(3244828672,'lb'),(3244828928,'ua'),(3244829184,'ch'),(3244829440,'dk'),(3244829696,'il'),(3244829952,'pl'),(3244830464,'ch'),(3244830720,'fr'),(3244830976,'de'),(3244831232,'pl'),(3244831488,'es'),(3244831744,'pt'),(3244832000,'hu'),(3244832256,'fr'),(3244832512,'at'),(3244832768,'fr'),(3244833024,'ru'),(3244833280,'ua'),(3244833536,'ru'),(3244833792,'fr'),(3244834048,'uk'),(3244834304,'il'),(3244834560,'uk'),(3244834816,'cz'),(3244835072,'at'),(3244835328,'de'),(3244835584,'ua'),(3244835840,'rs'),(3244836096,'ru'),(3244836608,'pl'),(3244836864,'fr'),(3244837120,'ro'),(3244837376,'uk'),(3244837632,'cz'),(3244837888,'ru'),(3244838144,'il'),(3244838400,'eu'),(3244838656,'bg'),(3244838912,'de'),(3244839168,'uk'),(3244839424,'at'),(3244839680,'dk'),(3244839936,'de'),(3244840192,'cz'),(3244840448,'it'),(3244840704,'ru'),(3244840960,'pl'),(3244841216,'uk'),(3244841472,'de'),(3244841728,'uk'),(3244842496,'ru'),(3244842752,'de'),(3244843008,'ua'),(3244843264,'cz'),(3244843520,'de'),(3244843776,'pl'),(3244844032,'se'),(3244844288,'uk'),(3244844544,'ru'),(3244844800,'uk'),(3244845056,'nl'),(3244845312,'no'),(3244845568,'cz'),(3244845824,'eu'),(3244846080,'uk'),(3244846336,'tr'),(3244846592,'cz'),(3244846848,'nl'),(3244847104,'se'),(3244847360,'uk'),(3244847616,'dk'),(3244847872,'il'),(3244848128,'ch'),(3244848384,'il'),(3244848640,'hu'),(3244848896,'il'),(3244849152,'at'),(3244849408,'ro'),(3244849664,'se'),(3244849920,'ro'),(3244850176,'tr'),(3244850432,'uk'),(3244850944,'ru'),(3244851456,'nl'),(3244851712,'tr'),(3244851968,'uk'),(3244852224,'ch'),(3244852480,'ua'),(3244852736,'si'),(3244852992,'dk'),(3244853248,'ie'),(3244853504,'it'),(3244853760,'tr'),(3244854016,'de'),(3244854272,'uk'),(3244854528,'cz'),(3244854784,'ru'),(3244855040,'ua'),(3244855296,'uk'),(3244855552,'ua'),(3244855808,'cz'),(3244856064,'il'),(3244856320,'ch'),(3244856576,'cz'),(3244856832,'ro'),(3244857088,'it'),(3244857344,'uk'),(3244857600,'cz'),(3244857856,'pl'),(3244858112,'de'),(3244858368,'pl'),(3244858624,'ru'),(3244858880,'fr'),(3244859136,'be'),(3244859392,'se'),(3244859648,'pl'),(3244859904,'fr'),(3244860160,'pl'),(3244860416,'uk'),(3244860672,'bg'),(3244860928,'pl'),(3244861184,'ch'),(3244861440,'uk'),(3244861952,'ua'),(3244862208,'dk'),(3244862464,'cz'),(3244862720,'ro'),(3244862976,'de'),(3244863232,'uk'),(3244863488,'ua'),(3244863744,'ru'),(3244864000,'ua'),(3244864256,'eu'),(3244864512,'ro'),(3244864768,'ru'),(3244865024,'ua'),(3244865536,'pl'),(3244865792,'ch'),(3244866048,'nl'),(3244866560,'fi'),(3244866816,'ua'),(3244867072,'ru'),(3244867584,'nl'),(3244868096,'de'),(3244868352,'cz'),(3244869120,'eu'),(3244869632,'nl'),(3244869888,'tr'),(3244870144,'dk'),(3244870400,'ua'),(3244870656,'sa'),(3244870912,'fr'),(3244871168,'lt'),(3244871424,'ru'),(3244871680,'ua'),(3244872448,'ch'),(3244872704,'ir'),(3244872960,'ua'),(3244873216,'se'),(3244873472,'de'),(3244873984,'se'),(3244874240,'uk'),(3244874496,'nl'),(3244874752,'de'),(3244875008,'pl'),(3244875264,'ch'),(3244875520,'it'),(3244876800,'uk'),(3244877056,'jo'),(3244877312,'cz'),(3244877568,'fr'),(3244877824,'at'),(3244878080,'uk'),(3244878336,'ru'),(3244878592,'pl'),(3244878848,'si'),(3244879104,'ru'),(3244879360,'ch'),(3244879616,'pl'),(3244879872,'si'),(3244880128,'cz'),(3244880384,'ua'),(3244880640,'cz'),(3244880896,'pl'),(3244881152,'ru'),(3244881408,'dk'),(3244881664,'ro'),(3244881920,'cz'),(3244882176,'ua'),(3244882432,'it'),(3244882688,'pl'),(3244882944,'nl'),(3244883200,'cz'),(3244883456,'ua'),(3244883712,'nl'),(3244883968,'ua'),(3244884224,'fr'),(3244884480,'ir'),(3244884736,'nl'),(3244884992,'gr'),(3244885248,'ch'),(3244885504,'ir'),(3244885760,'ua'),(3244886016,'lb'),(3244886272,'ch'),(3244886528,'dk'),(3244886784,'ua'),(3244887040,'nl'),(3244887296,'uk'),(3244887552,'cz'),(3244887808,'eu'),(3244888064,'cz'),(3244888320,'de'),(3244888576,'eu'),(3244888832,'de'),(3244889088,'pl'),(3244889344,'ro'),(3244889600,'si'),(3244889856,'hr'),(3244890112,'pl'),(3244890368,'nl'),(3244890624,'fr'),(3244890880,'ru'),(3244891136,'ro'),(3244891392,'pl'),(3244891648,'ua'),(3244891904,'ro'),(3244892160,'pl'),(3244892416,'nl'),(3244892672,'es'),(3244892928,'pl'),(3244893184,'be'),(3244893440,'ru'),(3244893696,'de'),(3244893952,'ru'),(3244894464,'ua'),(3244894720,'gr'),(3244894976,'fr'),(3244895232,'dk'),(3244895488,'pl'),(3244895744,'de'),(3244896000,'uk'),(3244896512,'lt'),(3244896768,'nl'),(3244897024,'uk'),(3244897280,'de'),(3244897536,'ru'),(3244897792,'uk'),(3244898048,'de'),(3244898304,'ua'),(3244898560,'uk'),(3244898816,'ro'),(3244899072,'cz'),(3244899328,'bg'),(3244899584,'uk'),(3244899840,'ua'),(3244900096,'pl'),(3244900352,'ro'),(3244900608,'ru'),(3244900864,'pl'),(3244901120,'si'),(3244901376,'de'),(3244901632,'uk'),(3244901888,'ua'),(3244902144,'ru'),(3244902656,'fr'),(3244902912,'eu'),(3244903168,'pl'),(3244903424,'fi'),(3244903680,'no'),(3244903936,'tr'),(3244904192,'fr'),(3244904448,'gr'),(3244904704,'eu'),(3244904960,'cz'),(3244905216,'md'),(3244905472,'eu'),(3244905728,'gr'),(3244905984,'at'),(3244906240,'uk'),(3244906496,'eu'),(3244906752,'sa'),(3244907008,'fr'),(3244907264,'ro'),(3244907520,'uk'),(3244907776,'ru'),(3244908288,'no'),(3244908544,'cz'),(3244908800,'fi'),(3244909056,'uk'),(3244909312,'il'),(3244909568,'ru'),(3244909824,'nl'),(3244910080,'de'),(3244910592,'uk'),(3244910848,'de'),(3244911104,'uk'),(3244911360,'ru'),(3244911616,'uk'),(3244911872,'gr'),(3244912128,'pl'),(3244912384,'nl'),(3244912640,'no'),(3244912896,'se'),(3244913152,'ru'),(3244913408,'si'),(3244913664,'dk'),(3244913920,'ru'),(3244914432,'ua'),(3244914688,'uk'),(3244914944,'ua'),(3244915200,'pl'),(3244915456,'fi'),(3244915712,'ua'),(3244915968,'pl'),(3244916224,'cz'),(3244916480,'si'),(3244916736,'uk'),(3244916992,'pl'),(3244917248,'se'),(3244917504,'at'),(3244917760,'cz'),(3244918016,'be'),(3244918272,'se'),(3244918528,'ua'),(3244918784,'ch'),(3244919040,'de'),(3244919296,'se'),(3244919552,'eu'),(3244920064,'cz'),(3244920320,'sk'),(3244920576,'pl'),(3244920832,'nl'),(3244921088,'ie'),(3244921344,'lt'),(3244921600,'de'),(3244921856,'bg'),(3244922112,'dk'),(3244922368,'de'),(3244922624,'bg'),(3244922880,'ua'),(3244923136,'at'),(3244923392,'cz'),(3244923648,'lv'),(3244923904,'ua'),(3244924160,'cz'),(3244924928,'fi'),(3244925184,'ch'),(3244925440,'uk'),(3244925696,'rs'),(3244925952,'ua'),(3244926208,'nl'),(3244926464,'lv'),(3244926720,'pl'),(3244926976,'at'),(3244927232,'ua'),(3244927488,'uk'),(3244927744,'ua'),(3244928000,'uk'),(3244928256,'eu'),(3244928512,'ua'),(3244928768,'ru'),(3244929024,'ro'),(3244929536,'pl'),(3244929792,'ru'),(3244930048,'pl'),(3244930304,'at'),(3244930560,'uk'),(3244930816,'nl'),(3244931072,'ua'),(3244931328,'ro'),(3244931584,'fr'),(3244931840,'nl'),(3244932096,'uk'),(3244932352,'cz'),(3244932608,'dk'),(3244932864,'pl'),(3244933376,'hr'),(3244933632,'uk'),(3244933888,'at'),(3244934144,'bg'),(3244934400,'eu'),(3244934656,'cz'),(3244934912,'il'),(3244935168,'cz'),(3244935424,'ua'),(3244935680,'pl'),(3244935936,'fr'),(3244936192,'at'),(3244936960,'cz'),(3244937216,'tr'),(3244937472,'uk'),(3244937728,'ua'),(3244937984,'tr'),(3244938240,'uk'),(3244938496,'ru'),(3244938752,'at'),(3244939008,'de'),(3244939264,'ua'),(3244939520,'eu'),(3244939776,'uk'),(3244940032,'ua'),(3244940288,'dk'),(3244940544,'pl'),(3244940800,'ru'),(3244941056,'de'),(3244941312,'cy'),(3244941568,'eu'),(3244941824,'se'),(3244942080,'pl'),(3244942336,'it'),(3244942592,'pl'),(3244942848,'de'),(3244943104,'uk'),(3244943360,'fr'),(3244943872,'tr'),(3244944128,'cz'),(3244944384,'ru'),(3244944640,'ge'),(3244944896,'fr'),(3244945152,'ro'),(3244945408,'lv'),(3244945664,'nl'),(3244945920,'pl'),(3244946176,'tr'),(3244946432,'ro'),(3244946688,'ua'),(3244946944,'de'),(3244947200,'uk'),(3244947456,'pl'),(3244947712,'ua'),(3244947968,'de'),(3244948224,'pl'),(3244948480,'fr'),(3244948736,'uk'),(3244948992,'ua'),(3244949248,'ru'),(3244950528,'cz'),(3244951552,'fi'),(3244952576,'uk'),(3244953600,'de'),(3244954624,'ru'),(3244955648,'ua'),(3244956672,'cz'),(3244958720,'fr'),(3244959744,'ru'),(3244960768,'ro'),(3244961792,'cz'),(3244962816,'il'),(3244963840,'ua'),(3244966912,'ru'),(3244968960,'pl'),(3244969984,'ua'),(3244971008,'pl'),(3244972032,'ru'),(3244973056,'cz'),(3244975104,'pl'),(3244977152,'ru'),(3244978176,'uk'),(3244979200,'fr'),(3244980224,'dk'),(3244981248,'ro'),(3244982272,'pl'),(3244983296,'ru'),(3244984320,'ua'),(3244985344,'de'),(3244986368,'ua'),(3244987392,'cz'),(3244988416,'pl'),(3244990464,'ua'),(3244991488,'dk'),(3244992512,'cz'),(3244993536,'ru'),(3244994560,'uk'),(3244995584,'it'),(3244996608,'ua'),(3244997632,'ro'),(3244998656,'pl'),(3244999680,'ir'),(3245000704,'ua'),(3245001728,'il'),(3245002752,'es'),(3245003776,'ru'),(3245004800,'pl'),(3245005824,'ua'),(3245006848,'de'),(3245007872,'pl'),(3245008896,'ru'),(3245009920,'cz'),(3245010944,'ru'),(3245011968,'pl'),(3245012992,'ua'),(3245014016,'gr'),(3245015040,'ru'),(3245016064,'rs'),(3245017088,'pl'),(3245018112,'cz'),(3245019136,'ru'),(3245020160,'cz'),(3245021184,'ua'),(3245022208,'no'),(3245023232,'pl'),(3245024256,'bg'),(3245025280,'ua'),(3245026304,'fr'),(3245027328,'cz'),(3245029376,'eu'),(3245030400,'cz'),(3245031424,'ru'),(3245032448,'bg'),(3245033472,'ua'),(3245034496,'se'),(3245035520,'ua'),(3245036544,'is'),(3245037568,'pl'),(3245038592,'ru'),(3245039616,'md'),(3245040640,'cz'),(3245041664,'eu'),(3245042688,'ua'),(3245043712,'cz'),(3245044736,'uk'),(3245045760,'de'),(3245046784,'fr'),(3245047808,'cz'),(3245048832,'eu'),(3245049856,'cz'),(3245050880,'ru'),(3245051904,'de'),(3245052928,'ru'),(3245054976,'at'),(3245056000,'cz'),(3245057024,'pl'),(3245058048,'cz'),(3245059072,'ua'),(3245061120,'ru'),(3245062144,'ua'),(3245063168,'ru'),(3245065216,'pl'),(3245066240,'ua'),(3245067264,'uk'),(3245068288,'ua'),(3245069312,'pl'),(3245070336,'ru'),(3245071360,'nl'),(3245072384,'ua'),(3245073408,'ru'),(3245076480,'eu'),(3245077504,'ua'),(3245078528,'pl'),(3245079552,'cz'),(3245080576,'se'),(3245082624,'de'),(3245084672,'eu'),(3245084928,'be'),(3245085184,'eu'),(3245085696,'uk'),(3245086208,'at'),(3245086720,'bg'),(3245086976,'it'),(3245087232,'ch'),(3245087488,'nl'),(3245088000,'lv'),(3245088256,'kw'),(3245088512,'fr'),(3245088768,'bg'),(3245089280,'pl'),(3245089792,'uk'),(3245090304,'ua'),(3245090816,'at'),(3245091328,'se'),(3245091840,'ua'),(3245093888,'uk'),(3245094912,'ua'),(3245095936,'it'),(3245096960,'eu'),(3245099008,'uk'),(3245103104,'eu'),(3245105152,'uk'),(3245105664,'nl'),(3245106176,'at'),(3245106688,'ua'),(3245107712,'cz'),(3245108736,'uk'),(3245109248,'ua'),(3245112320,'pl'),(3245113344,'ua'),(3245113856,'cz'),(3245114368,'sk'),(3245114880,'jo'),(3245115392,'eu'),(3245115904,'at'),(3245116416,'fr'),(3245116928,'kw'),(3245117440,'lv'),(3245118464,'uk'),(3245119488,'eu'),(3245121536,'gr'),(3245122048,'ua'),(3245122560,'eu'),(3245123072,'fr'),(3245123584,'uk'),(3245124096,'ua'),(3245124608,'eu'),(3245125120,'uk'),(3245125632,'eu'),(3245125888,'pl'),(3245126144,'fr'),(3245126400,'eu'),(3245126656,'fr'),(3245126912,'de'),(3245127168,'ru'),(3245127424,'at'),(3245127680,'uk'),(3245127936,'lv'),(3245128192,'it'),(3245128448,'ch'),(3245128704,'uk'),(3245129728,'eu'),(3245129984,'de'),(3245130240,'pl'),(3245130496,'il'),(3245130752,'se'),(3245131008,'uk'),(3245131264,'fr'),(3245131520,'se'),(3245131776,'uk'),(3245132032,'be'),(3245132288,'pl'),(3245132544,'fr'),(3245132800,'it'),(3245133312,'pl'),(3245133568,'ru'),(3245133824,'no'),(3245134080,'ua'),(3245134336,'nl'),(3245134592,'il'),(3245134848,'at'),(3245135104,'tr'),(3245135616,'uk'),(3245135872,'fr'),(3245136128,'uk'),(3245136640,'eu'),(3245136896,'pl'),(3245137152,'it'),(3245137408,'de'),(3245137664,'se'),(3245137920,'dk'),(3245138432,'ua'),(3245138944,'pl'),(3245139456,'ru'),(3245139968,'ch'),(3245140480,'ro'),(3245140992,'ua'),(3245141504,'it'),(3245142016,'ua'),(3245143040,'uk'),(3245144064,'ua'),(3245146112,'fr'),(3245147136,'de'),(3245148160,'ua'),(3245149184,'ru'),(3245150208,'is'),(3245154304,'it'),(3245158400,'uk'),(3245159424,'ch'),(3245159936,'bg'),(3245160448,'se'),(3245160960,'eu'),(3245161472,'se'),(3245161984,'uk'),(3245162496,'de'),(3245163520,'cz'),(3245164032,'ru'),(3245164544,'be'),(3245165056,'at'),(3245165568,'ru'),(3245166080,'il'),(3245166592,'ua'),(3245166848,'uk'),(3245167104,'il'),(3245167360,'uk'),(3245167616,'ua'),(3245167872,'lv'),(3245168128,'se'),(3245168384,'uk'),(3245168640,'at'),(3245168896,'ru'),(3245169152,'it'),(3245169408,'pl'),(3245169920,'ua'),(3245170176,'uk'),(3245170688,'de'),(3245171712,'ua'),(3245172736,'it'),(3245173760,'ua'),(3245174784,'it'),(3245175040,'eu'),(3245175296,'ru'),(3245175552,'pl'),(3245175808,'uk'),(3245176064,'it'),(3245176320,'ua'),(3245176576,'uk'),(3245176832,'eu'),(3245177088,'es'),(3245177344,'nl'),(3245177600,'pl'),(3245177856,'si'),(3245178112,'nl'),(3245178368,'be'),(3245178624,'pl'),(3245178880,'ua'),(3245179392,'eu'),(3245180416,'tr'),(3245180928,'nl'),(3245181440,'de'),(3245181952,'eu'),(3245182464,'de'),(3245182976,'ua'),(3245184000,'eu'),(3245187072,'ua'),(3245190144,'es'),(3245191168,'cz'),(3245193216,'be'),(3245195264,'uk'),(3245197312,'it'),(3245199360,'be'),(3245199616,'se'),(3245199872,'no'),(3245200128,'lv'),(3245200384,'pl'),(3245200640,'gr'),(3245200896,'de'),(3245201152,'uk'),(3245201408,'ua'),(3245201664,'no'),(3245201920,'sa'),(3245202176,'uk'),(3245202432,'dk'),(3245202688,'de'),(3245203456,'fr'),(3245203712,'pl'),(3245204224,'si'),(3245204480,'be'),(3245204736,'eu'),(3245204992,'uk'),(3245205504,'at'),(3245205760,'it'),(3245206016,'nl'),(3245206272,'lt'),(3245206528,'eu'),(3245206784,'de'),(3245207040,'uk'),(3245207296,'de'),(3245207552,'ua'),(3245208064,'eu'),(3245208576,'pl'),(3245209088,'ru'),(3245209600,'ua'),(3245210112,'fr'),(3245210624,'hu'),(3245211136,'uk'),(3245211648,'ru'),(3245212160,'il'),(3245212672,'ru'),(3245213184,'de'),(3245213696,'lv'),(3245214208,'at'),(3245214720,'se'),(3245215232,'si'),(3245215744,'ua'),(3245217792,'eu'),(3245218816,'de'),(3245219840,'eu'),(3245223936,'nl'),(3245225984,'hu'),(3245228032,'eu'),(3245229056,'de'),(3245231104,'ua'),(3245232128,'pl'),(3245232384,'uk'),(3245232640,'bg'),(3245232896,'it'),(3245233152,'dk'),(3245233408,'eu'),(3245233664,'gr'),(3245233920,'dk'),(3245234176,'uk'),(3245234432,'ua'),(3245234688,'eu'),(3245234944,'uk'),(3245235200,'nl'),(3245235456,'uk'),(3245235712,'at'),(3245235968,'ch'),(3245236224,'pl'),(3245237248,'ua'),(3245237760,'uk'),(3245238784,'ua'),(3245239296,'eu'),(3245240320,'ua'),(3245241344,'uk'),(3245242368,'pl'),(3245243392,'ua'),(3245244416,'uk'),(3245244672,'at'),(3245244928,'be'),(3245245184,'eu'),(3245245440,'bg'),(3245245696,'de'),(3245245952,'ua'),(3245246208,'uk'),(3245246464,'at'),(3245246720,'pl'),(3245246976,'uk'),(3245247232,'de'),(3245247488,'uk'),(3245247744,'eu'),(3245248000,'pl'),(3245248256,'uk'),(3245248512,'ua'),(3245248768,'si'),(3245249024,'fr'),(3245249280,'eu'),(3245249536,'fr'),(3245249792,'uk'),(3245250048,'de'),(3245250304,'it'),(3245250560,'fr'),(3245250816,'eu'),(3245251072,'uk'),(3245251328,'mt'),(3245251584,'ua'),(3245251840,'uk'),(3245252096,'be'),(3245252352,'bg'),(3245252608,'ua'),(3245253632,'lv'),(3245254144,'dk'),(3245254656,'ua'),(3245255168,'tr'),(3245255680,'ua'),(3245257216,'de'),(3245257728,'uk'),(3245258240,'at'),(3245258752,'ua'),(3245259264,'sk'),(3245259776,'ua'),(3245260288,'uk'),(3245260800,'de'),(3245261824,'dk'),(3245262848,'it'),(3245263872,'de'),(3245264896,'tr'),(3245266944,'bg'),(3245268992,'fi'),(3245270016,'pl'),(3245271040,'nl'),(3245272064,'ru'),(3245273088,'uk'),(3245277184,'ua'),(3245278208,'eu'),(3245278720,'ua'),(3245279744,'ru'),(3245280256,'eu'),(3245280768,'fr'),(3245281280,'ro'),(3245281792,'es'),(3245282304,'it'),(3245282816,'pl'),(3245283328,'uk'),(3245283840,'pl'),(3245284352,'uk'),(3245284864,'pl'),(3245285376,'nl'),(3245285632,'uk'),(3245285888,'de'),(3245286144,'eu'),(3245286400,'pl'),(3245287424,'uk'),(3245287680,'pl'),(3245287936,'pt'),(3245288192,'de'),(3245288448,'uk'),(3245288704,'fi'),(3245288960,'it'),(3245289216,'at'),(3245289472,'ua'),(3245290496,'lu'),(3245291520,'uk'),(3245292544,'ua'),(3245293568,'eu'),(3245294080,'uk'),(3245294592,'ro'),(3245295104,'it'),(3245296128,'uk'),(3245296640,'ru'),(3245297152,'it'),(3245297664,'fr'),(3245297920,'eu'),(3245298176,'ie'),(3245298432,'ua'),(3245298688,'uk'),(3245298944,'ua'),(3245299200,'uk'),(3245299712,'de'),(3245299968,'bg'),(3245300224,'fr'),(3245300480,'ru'),(3245300992,'fi'),(3245301248,'eu'),(3245301504,'be'),(3245301760,'sk'),(3245302784,'de'),(3245303808,'se'),(3245304832,'de'),(3245306368,'ua'),(3245306880,'ru'),(3245307392,'fi'),(3245307904,'ro'),(3245308416,'uk'),(3245308928,'eu'),(3245309440,'ua'),(3245309952,'cz'),(3245312000,'eu'),(3245314048,'pl'),(3245315072,'it'),(3245316096,'eu'),(3245317120,'ru'),(3245318144,'it'),(3245318400,'ro'),(3245318656,'se'),(3245318912,'de'),(3245319168,'hr'),(3245319424,'se'),(3245319680,'pl'),(3245319936,'de'),(3245320192,'uk'),(3245320704,'eu'),(3245321216,'nl'),(3245321472,'ua'),(3245321728,'pl'),(3245321984,'de'),(3245322240,'ru'),(3245323264,'uk'),(3245325312,'ua'),(3245326336,'si'),(3245326848,'bg'),(3245327360,'eu'),(3245327872,'de'),(3245328384,'uk'),(3245328896,'ch'),(3245329408,'ua'),(3245329920,'de'),(3245333504,'si'),(3245334528,'hu'),(3245334784,'be'),(3245335040,'uk'),(3245335808,'ro'),(3245336064,'uk'),(3245336576,'ro'),(3245336832,'eu'),(3245337344,'uk'),(3245337600,'pl'),(3245337856,'at'),(3245338112,'de'),(3245338368,'ua'),(3245339648,'lv'),(3245340672,'ua'),(3245341696,'ru'),(3245342720,'uk'),(3245867008,'ie'),(3245932544,'be'),(3245998080,'uk'),(3246129152,'ru'),(3246260224,'pt'),(3246325760,'es'),(3246391296,'uk'),(3246784512,'ch'),(3246915584,'pt'),(3247046656,'at'),(3247046912,'eu'),(3247048192,'si'),(3247048704,'ee'),(3247048960,'si'),(3247049216,'eu'),(3247053824,'de'),(3247054080,'ch'),(3247054336,'lt'),(3247054592,'de'),(3247054848,'si'),(3247063040,'uk'),(3247063296,'gr'),(3247063552,'uk'),(3247063808,'bg'),(3247064064,'de'),(3247064320,'uk'),(3247064576,'ru'),(3247064832,'se'),(3247065088,'eu'),(3247065344,'ch'),(3247065600,'se'),(3247065856,'uk'),(3247066112,'dk'),(3247066368,'ua'),(3247066624,'cz'),(3247066880,'ru'),(3247067136,'de'),(3247067648,'ru'),(3247067904,'ch'),(3247068160,'ua'),(3247068416,'ro'),(3247068672,'uk'),(3247068928,'ua'),(3247069184,'de'),(3247069440,'ru'),(3247069696,'fr'),(3247069952,'de'),(3247070208,'il'),(3247070464,'ua'),(3247070720,'uk'),(3247071488,'ro'),(3247072256,'eu'),(3247072512,'uk'),(3247072768,'se'),(3247073024,'ro'),(3247073280,'de'),(3247073536,'at'),(3247073792,'cz'),(3247074048,'eu'),(3247074304,'de'),(3247074560,'se'),(3247074816,'pl'),(3247075072,'ie'),(3247075328,'eu'),(3247075584,'de'),(3247075840,'ua'),(3247076096,'dk'),(3247076352,'ru'),(3247076608,'de'),(3247076864,'pl'),(3247077120,'de'),(3247077376,'uk'),(3247077632,'nl'),(3247077888,'ua'),(3247078144,'at'),(3247078400,'dk'),(3247078656,'hu'),(3247078912,'fi'),(3247079168,'hu'),(3247079424,'ru'),(3247080448,'ua'),(3247081472,'pl'),(3247083520,'ua'),(3247084544,'ru'),(3247086592,'nl'),(3247087616,'it'),(3247088640,'de'),(3247089664,'ro'),(3247090688,'lv'),(3247091712,'ru'),(3247092736,'de'),(3247093760,'ua'),(3247094784,'ee'),(3247095808,'ro'),(3247097856,'fi'),(3247098880,'nl'),(3247099904,'pl'),(3247100928,'ch'),(3247101952,'se'),(3247102976,'nl'),(3247106048,'ua'),(3247108096,'pl'),(3247109120,'ua'),(3247110144,'nl'),(3247111168,'de'),(3247112192,'fr'),(3247177728,'tr'),(3247243264,'nl'),(3247308800,'bg'),(3247309056,'fi'),(3247316480,'no'),(3247316736,'fi'),(3247322368,'uk'),(3247322624,'fi'),(3247323136,'ru'),(3247323648,'fi'),(3247324416,'uk'),(3247324672,'ch'),(3247324928,'fi'),(3247333632,'de'),(3247333888,'fi'),(3247334400,'no'),(3247334656,'fi'),(3247335168,'dk'),(3247335424,'fi'),(3247336448,'no'),(3247337216,'ch'),(3247337472,'pl'),(3247337984,'fi'),(3247338240,'pl'),(3247338496,'si'),(3247338752,'uk'),(3247339520,'fi'),(3247340544,'ua'),(3247340800,'ie'),(3247341056,'fi'),(3247341312,'de'),(3247341568,'fi'),(3247345920,'hu'),(3247346176,'fi'),(3247346944,'si'),(3247347200,'fi'),(3247347456,'il'),(3247347712,'fi'),(3247347968,'hu'),(3247348224,'fi'),(3247348992,'de'),(3247349248,'fi'),(3247362048,'ro'),(3247362304,'hu'),(3247362560,'pl'),(3247362816,'dk'),(3247363072,'uk'),(3247363328,'ua'),(3247363584,'hu'),(3247363840,'nl'),(3247364096,'uk'),(3247364352,'es'),(3247364608,'ua'),(3247365120,'uk'),(3247365376,'ua'),(3247365632,'sa'),(3247365888,'uk'),(3247366144,'fi'),(3247371008,'pl'),(3247371264,'se'),(3247371520,'uk'),(3247371776,'fi'),(3247374336,'ru'),(3247374592,'fi'),(3247394048,'pl'),(3247394304,'fi'),(3247399424,'ru'),(3247399680,'fi'),(3247404800,'ru'),(3247405056,'ro'),(3247405312,'pl'),(3247405568,'uk'),(3247405824,'fi'),(3247432192,'tr'),(3247432448,'fi'),(3247438080,'it'),(3247438336,'fi'),(3247439872,'es'),(3247702016,'ro'),(3247702272,'es'),(3247704832,'eu'),(3247705088,'es'),(3247705856,'ru'),(3247706112,'es'),(3247711744,'it'),(3247712256,'es'),(3247713280,'ru'),(3247713536,'be'),(3247713792,'sk'),(3247714048,'ru'),(3247714304,'ch'),(3247716352,'es'),(3247717888,'eu'),(3247718400,'es'),(3247769600,'de'),(3247771648,'es'),(3247775744,'de'),(3247783936,'uk'),(3247792128,'fr'),(3247800320,'dk'),(3247816704,'eu'),(3247833088,'ru'),(3247865856,'uk'),(3247872000,'nl'),(3247875328,'tr'),(3247875584,'de'),(3247876096,'pl'),(3247876352,'uk'),(3247876864,'de'),(3247877120,'gr'),(3247877632,'eu'),(3247879168,'uk'),(3247882240,'se'),(3247898624,'ru'),(3247899648,'eu'),(3247900672,'pl'),(3247901696,'ua'),(3247902720,'uk'),(3247903744,'bg'),(3247905792,'ro'),(3247906816,'de'),(3247907840,'pl'),(3247908864,'uk'),(3247909888,'de'),(3247910912,'pl'),(3247912960,'ua'),(3247913984,'de'),(3247915008,'pl'),(3247917056,'uk'),(3247918080,'pl'),(3247919104,'bg'),(3247920128,'fr'),(3247922176,'se'),(3247923200,'pl'),(3247925248,'ua'),(3247926272,'ru'),(3247927296,'pl'),(3247928320,'hu'),(3247929344,'uk'),(3247931392,'fr'),(3247960064,'ua'),(3247961088,'ru'),(3247962112,'de'),(3247963136,'ru'),(3247964160,'es'),(3248095232,'at'),(3248160768,'de'),(3248226304,'no'),(3248357376,'de'),(3248488448,'fr'),(3248488704,'no'),(3248491520,'ru'),(3248492032,'no'),(3248496896,'il'),(3248497152,'no'),(3248498432,'de'),(3248498688,'no'),(3248513280,'ua'),(3248513536,'at'),(3248514048,'no'),(3248521984,'ru'),(3248522240,'no'),(3248545792,'ua'),(3248546816,'cz'),(3248547840,'no'),(3248553728,'ru'),(3248553984,'ro'),(3248554240,'no'),(3248557056,'eu'),(3248558080,'no'),(3248575488,'nl'),(3248576512,'no'),(3248619264,'eu'),(3248619520,'dk'),(3248750592,'pt'),(3248750848,'pl'),(3248752384,'de'),(3248752896,'tr'),(3248753152,'uk'),(3248753664,'eu'),(3248753920,'uk'),(3248754176,'eu'),(3248754432,'at'),(3248754688,'pl'),(3248758784,'se'),(3248774144,'ua'),(3248775168,'uk'),(3248783616,'pl'),(3248783872,'ua'),(3248784128,'de'),(3248785408,'ro'),(3248785664,'si'),(3248786944,'pl'),(3248787200,'uk'),(3248787456,'nl'),(3248787712,'uk'),(3248787968,'ru'),(3248788224,'uk'),(3248788480,'fr'),(3248788736,'ua'),(3248788992,'uk'),(3248789248,'fr'),(3248789504,'ro'),(3248789760,'fr'),(3248790016,'de'),(3248790272,'dk'),(3248790528,'se'),(3248790784,'pl'),(3248791040,'be'),(3248791296,'de'),(3248791552,'eu'),(3248799744,'nl'),(3248800256,'ru'),(3248800768,'fr'),(3248801280,'ro'),(3248801792,'ru'),(3248802304,'fr'),(3248802816,'ru'),(3248803328,'uk'),(3248804352,'lv'),(3248804864,'de'),(3248805376,'ru'),(3248805888,'nl'),(3248806400,'cz'),(3248806912,'fr'),(3248807424,'bg'),(3248807936,'at'),(3248808448,'gr'),(3248808960,'fr'),(3248810080,'ua'),(3248810112,'ru'),(3248810144,'hr'),(3248810176,'fr'),(3248810208,'uk'),(3248810240,'eu'),(3248812544,'uk'),(3248813056,'eu'),(3248813568,'de'),(3248814080,'dk'),(3248815104,'uk'),(3248815616,'pl'),(3248816128,'cz'),(3248881664,'fi'),(3249012736,'de'),(3249012992,'eu'),(3249025536,'fr'),(3249025792,'eu'),(3249026304,'lu'),(3249026560,'eu'),(3249026816,'lu'),(3249045504,'eu'),(3249078272,'ru'),(3249078784,'ch'),(3249079296,'ru'),(3249079808,'ro'),(3249080832,'de'),(3249081344,'lv'),(3249081856,'uk'),(3249082368,'hu'),(3249082880,'pl'),(3249083392,'ro'),(3249083904,'ru'),(3249085440,'cz'),(3249085952,'gi'),(3249086464,'ru'),(3249087488,'cz'),(3249088000,'ru'),(3249088512,'cz'),(3249089024,'no'),(3249089536,'ru'),(3249090048,'fr'),(3249090560,'si'),(3249091072,'ro'),(3249091584,'ru'),(3249092096,'de'),(3249092608,'it'),(3249093120,'uk'),(3249093632,'cz'),(3249094656,'fr'),(3249095168,'eu'),(3249095680,'nl'),(3249096192,'il'),(3249096704,'de'),(3249097216,'dk'),(3249097728,'de'),(3249098240,'pl'),(3249098752,'ua'),(3249099264,'eu'),(3249099776,'fi'),(3249100288,'cz'),(3249100800,'il'),(3249101312,'uk'),(3249101824,'ru'),(3249102336,'de'),(3249102848,'cz'),(3249103360,'de'),(3249103872,'fi'),(3249104384,'ru'),(3249104896,'il'),(3249105408,'ru'),(3249105920,'nl'),(3249106432,'cz'),(3249106944,'pl'),(3249108480,'ru'),(3249108992,'uk'),(3249109504,'ru'),(3249110528,'ua'),(3249111040,'ru'),(3249111552,'kw'),(3249112064,'ua'),(3249113088,'ro'),(3249113600,'nl'),(3249114112,'uk'),(3249114624,'ro'),(3249115648,'ua'),(3249116160,'pl'),(3249116672,'it'),(3249117184,'ch'),(3249117696,'dk'),(3249118208,'ro'),(3249118720,'lu'),(3249119232,'ru'),(3249119744,'it'),(3249120256,'se'),(3249120768,'ua'),(3249121280,'at'),(3249121792,'ro'),(3249122304,'ru'),(3249124352,'de'),(3249124864,'cz'),(3249125376,'de'),(3249125888,'ch'),(3249126400,'ua'),(3249126912,'sa'),(3249127424,'uk'),(3249127936,'cz'),(3249128448,'de'),(3249128960,'bg'),(3249129472,'ru'),(3249130496,'de'),(3249131008,'uk'),(3249131520,'dk'),(3249132032,'ru'),(3249132544,'de'),(3249133056,'ua'),(3249133568,'uk'),(3249134080,'ua'),(3249134592,'ru'),(3249135104,'cz'),(3249135616,'uk'),(3249136128,'ru'),(3249137152,'fr'),(3249137664,'pl'),(3249138176,'ua'),(3249139200,'ru'),(3249139712,'md'),(3249140224,'it'),(3249140736,'ua'),(3249141248,'il'),(3249141760,'ru'),(3249142784,'ua'),(3249143296,'uk'),(3249143808,'at'),(3249274880,'nl'),(3249405952,'de'),(3249537024,'pt'),(3249537280,'nl'),(3249574144,'ru'),(3249574400,'se'),(3249574656,'ua'),(3249574912,'nl'),(3249668096,'ie'),(3249676800,'ua'),(3249677056,'se'),(3249677312,'ie'),(3249679104,'ch'),(3249679360,'ie'),(3249683456,'se'),(3249684480,'ie'),(3249698048,'pl'),(3249698304,'cz'),(3249698560,'hu'),(3249698816,'uk'),(3249699840,'ua'),(3249700864,'se'),(3249701888,'pl'),(3249702144,'fi'),(3249702400,'uk'),(3249702656,'ru'),(3249702912,'uk'),(3249703424,'fr'),(3249703680,'eu'),(3249703936,'uk'),(3249704192,'ro'),(3249704448,'uk'),(3249704704,'pl'),(3249704960,'ua'),(3249705984,'at'),(3249706496,'lv'),(3249707008,'bg'),(3249707520,'fr'),(3249708032,'uk'),(3249708544,'ru'),(3249709056,'at'),(3249709312,'pl'),(3249709568,'ru'),(3249709824,'de'),(3249710080,'pl'),(3249710336,'ro'),(3249710592,'bg'),(3249710848,'pl'),(3249711104,'hu'),(3249711360,'de'),(3249711872,'uk'),(3249712128,'ua'),(3249712384,'uk'),(3249712640,'be'),(3249712896,'se'),(3249713152,'lv'),(3249715200,'uk'),(3249715456,'de'),(3249715712,'fr'),(3249715968,'ua'),(3249716224,'si'),(3249716480,'nl'),(3249716736,'ua'),(3249717248,'lv'),(3249718272,'de'),(3249719296,'uk'),(3249720320,'it'),(3249721344,'at'),(3249721600,'uk'),(3249722624,'pl'),(3249723136,'uk'),(3249723392,'it'),(3249723648,'eu'),(3249723904,'il'),(3249724160,'uk'),(3249724416,'il'),(3249724672,'se'),(3249724928,'bg'),(3249725184,'uk'),(3249725440,'ro'),(3249725952,'de'),(3249726464,'ua'),(3249726976,'it'),(3249727488,'lv'),(3249728000,'it'),(3249728512,'ua'),(3249729024,'uk'),(3249729536,'pl'),(3249730560,'it'),(3249731584,'ua'),(3249732608,'it'),(3249733632,'cz'),(3249799168,'se'),(3250061312,'fi'),(3250192384,'at'),(3250192640,'ru'),(3250192896,'il'),(3250193152,'eu'),(3250193408,'ie'),(3250193664,'at'),(3250194176,'de'),(3250194432,'uk'),(3250194688,'ua'),(3250194944,'ro'),(3250195456,'eu'),(3250195712,'uk'),(3250196224,'ua'),(3250196480,'at'),(3250200576,'hu'),(3250200832,'ro'),(3250201088,'ru'),(3250201344,'dk'),(3250201600,'at'),(3250233856,'de'),(3250234112,'il'),(3250234368,'at'),(3250245632,'tr'),(3250245888,'at'),(3250257664,'pl'),(3250257920,'de'),(3250258176,'at'),(3250323200,'ru'),(3250323456,'pl'),(3250323712,'eu'),(3250325504,'eu'),(3250339840,'jo'),(3250348032,'bh'),(3250356224,'eu'),(3250357248,'uk'),(3250357824,'fr'),(3250357856,'ee'),(3250357872,'ch'),(3250357880,'se'),(3250357888,'dk'),(3250357920,'pl'),(3250357928,'cy'),(3250357960,'uk'),(3250358016,'eu'),(3250358528,'hu'),(3250358784,'eu'),(3250359296,'hu'),(3250359808,'eu'),(3250362880,'de'),(3250363392,'eu'),(3250372608,'hu'),(3250373376,'uk'),(3250373632,'de'),(3250374144,'tr'),(3250374656,'eu'),(3250374912,'se'),(3250375680,'uk'),(3250376704,'ch'),(3250386944,'se'),(3250387200,'uk'),(3250387456,'de'),(3250387712,'fr'),(3250387968,'jo'),(3250388224,'pl'),(3250388480,'ru'),(3250388736,'fr'),(3250405888,'ie'),(3250406400,'ru'),(3250406912,'ro'),(3250407424,'pl'),(3250407936,'uk'),(3250408448,'pl'),(3250408960,'de'),(3250409472,'uk'),(3250409984,'de'),(3250410496,'at'),(3250411008,'lt'),(3250411520,'ua'),(3250412032,'fr'),(3250412544,'dk'),(3250413056,'de'),(3250413568,'ua'),(3250414080,'ro'),(3250414592,'de'),(3250415104,'nl'),(3250415616,'fr'),(3250416128,'de'),(3250416640,'uk'),(3250417152,'de'),(3250417664,'it'),(3250418176,'de'),(3250418688,'pl'),(3250419200,'no'),(3250419712,'ru'),(3250420224,'ir'),(3250420736,'fr'),(3250421248,'ua'),(3250422016,'uk'),(3250423296,'nl'),(3250423552,'be'),(3250423808,'at'),(3250424064,'eu'),(3250424320,'nl'),(3250424832,'uk'),(3250425088,'nl'),(3250425344,'tr'),(3250425600,'fr'),(3250425856,'lt'),(3250426112,'no'),(3250426368,'at'),(3250426624,'fr'),(3250426880,'jo'),(3250427136,'nl'),(3250427392,'eu'),(3250429952,'si'),(3250438144,'uk'),(3250446336,'de'),(3250454528,'be'),(3250585600,'nl'),(3250585856,'eu'),(3250588800,'at'),(3250588928,'uk'),(3250589184,'de'),(3250589440,'eu'),(3250589472,'nl'),(3250589504,'hr'),(3250589568,'ua'),(3250589632,'no'),(3250589696,'ch'),(3250593792,'uk'),(3250594816,'ua'),(3250595328,'gr'),(3250595840,'de'),(3250596352,'ro'),(3250597888,'bg'),(3250598400,'uk'),(3250598912,'ro'),(3250599424,'se'),(3250599936,'bg'),(3250600448,'de'),(3250601472,'pl'),(3250601984,'uk'),(3250610176,'tr'),(3250618368,'ru'),(3250626560,'pl'),(3250634752,'uk'),(3250642944,'ch'),(3250651136,'it'),(3250659328,'eu'),(3250667520,'pl'),(3250675712,'uk'),(3250683904,'ch'),(3250692096,'no'),(3250692352,'nl'),(3250692608,'bg'),(3250693376,'ie'),(3250694400,'uk'),(3250694656,'sk'),(3250694912,'nl'),(3250695168,'it'),(3250695680,'de'),(3250697472,'pl'),(3250697728,'bg'),(3250697984,'it'),(3250698240,'gr'),(3250698752,'uk'),(3250699776,'eu'),(3250700288,'ua'),(3250708480,'kz'),(3250716672,'ro'),(3250718208,'de'),(3250720768,'it'),(3250722048,'ro'),(3250722304,'eu'),(3250741248,'eu'),(3250749696,'eu'),(3250749952,'ro'),(3250750464,'fr'),(3250751488,'de'),(3250752000,'eu'),(3250752512,'bg'),(3250753024,'de'),(3250754048,'at'),(3250754304,'uk'),(3250754560,'de'),(3250755072,'uk'),(3250755584,'fr'),(3250755840,'ru'),(3250756352,'pt'),(3250756608,'bg'),(3250756864,'uk'),(3250757120,'eu'),(3250757376,'hu'),(3250765824,'se'),(3250782208,'uk'),(3250847744,'de'),(3250978816,'hr'),(3251044352,'fi'),(3251109888,'si'),(3251110144,'bg'),(3251110656,'it'),(3251110912,'fr'),(3251111168,'ch'),(3251111424,'at'),(3251111680,'uk'),(3251111936,'bg'),(3251112192,'sk'),(3251112448,'ru'),(3251112704,'se'),(3251112960,'bg'),(3251113216,'ch'),(3251113472,'bg'),(3251114496,'ru'),(3251114752,'ro'),(3251115008,'pl'),(3251115264,'ru'),(3251115520,'ua'),(3251115776,'uk'),(3251116032,'bg'),(3251116288,'uk'),(3251116544,'dk'),(3251116800,'uk'),(3251117056,'bg'),(3251117312,'fr'),(3251117568,'il'),(3251117824,'se'),(3251118080,'ua'),(3251118592,'ru'),(3251119104,'ua'),(3251120128,'kw'),(3251120640,'fr'),(3251121152,'dk'),(3251121664,'pl'),(3251122176,'ch'),(3251122688,'pl'),(3251123200,'eu'),(3251123712,'ro'),(3251124224,'nl'),(3251124736,'eu'),(3251125248,'be'),(3251125760,'ua'),(3251126784,'pl'),(3251127296,'ua'),(3251127808,'nl'),(3251128320,'de'),(3251128832,'se'),(3251129344,'ua'),(3251129856,'ch'),(3251130368,'uk'),(3251130880,'pl'),(3251131392,'ua'),(3251131904,'se'),(3251132416,'ua'),(3251132928,'dk'),(3251133440,'no'),(3251133952,'ru'),(3251134464,'de'),(3251134976,'uk'),(3251136000,'ro'),(3251136512,'dk'),(3251137024,'de'),(3251137536,'pl'),(3251138048,'eu'),(3251138560,'at'),(3251139072,'uk'),(3251139584,'fr'),(3251140096,'pl'),(3251141632,'lt'),(3251142144,'ro'),(3251142656,'de'),(3251142912,'ru'),(3251143168,'am'),(3251143424,'lv'),(3251143680,'nl'),(3251143936,'pl'),(3251144192,'tr'),(3251144448,'be'),(3251144704,'hu'),(3251144960,'de'),(3251145472,'uk'),(3251145728,'nl'),(3251145984,'ro'),(3251146240,'at'),(3251146496,'sk'),(3251146752,'ch'),(3251147008,'uk'),(3251147264,'pl'),(3251147520,'nl'),(3251147776,'se'),(3251148032,'ru'),(3251148288,'de'),(3251148544,'ua'),(3251148800,'hu'),(3251149056,'nl'),(3251149312,'il'),(3251149568,'ie'),(3251149824,'de'),(3251150080,'ch'),(3251150336,'uk'),(3251150592,'ch'),(3251150848,'md'),(3251151104,'ua'),(3251151360,'uk'),(3251151616,'pl'),(3251151872,'nl'),(3251152128,'ro'),(3251152640,'ua'),(3251152896,'ru'),(3251153152,'ua'),(3251153408,'tr'),(3251153664,'fr'),(3251153920,'de'),(3251154176,'ua'),(3251154432,'nl'),(3251154688,'ua'),(3251154944,'uk'),(3251155456,'nl'),(3251155712,'ua'),(3251155968,'tr'),(3251156224,'fr'),(3251156480,'eu'),(3251156736,'ua'),(3251156992,'fr'),(3251157248,'be'),(3251157504,'pl'),(3251158016,'tr'),(3251158272,'ru'),(3251158528,'ua'),(3251158784,'uk'),(3251159296,'de'),(3251159552,'es'),(3251159808,'uk'),(3251160064,'jo'),(3251160320,'pl'),(3251160576,'nl'),(3251160832,'ua'),(3251161088,'ro'),(3251161344,'lv'),(3251161600,'se'),(3251161856,'hr'),(3251162112,'dk'),(3251162368,'ua'),(3251162624,'uk'),(3251162880,'si'),(3251163136,'se'),(3251163392,'cz'),(3251163648,'de'),(3251163904,'ru'),(3251164160,'ua'),(3251164416,'it'),(3251164672,'eu'),(3251164928,'pl'),(3251165440,'ch'),(3251165696,'uk'),(3251165952,'ua'),(3251166208,'ch'),(3251166464,'ru'),(3251166720,'ie'),(3251166976,'ch'),(3251167232,'lv'),(3251167488,'dk'),(3251167744,'pl'),(3251168256,'at'),(3251168512,'ua'),(3251168768,'de'),(3251169024,'eu'),(3251169280,'pl'),(3251170048,'no'),(3251170304,'ch'),(3251170560,'de'),(3251170816,'ru'),(3251171072,'ua'),(3251171328,'de'),(3251171840,'ro'),(3251172096,'uk'),(3251172352,'ro'),(3251172608,'uk'),(3251172864,'ua'),(3251173120,'sa'),(3251173376,'ua'),(3251173632,'de'),(3251173888,'dk'),(3251174144,'ua'),(3251174400,'ro'),(3251174656,'de'),(3251174912,'uk'),(3251175168,'ua'),(3251175424,'fr'),(3251177472,'de'),(3251179520,'se'),(3251180032,'pl'),(3251180544,'ro'),(3251181056,'gr'),(3251181568,'de'),(3251182080,'fr'),(3251182592,'it'),(3251183104,'ru'),(3251183616,'no'),(3251183872,'ch'),(3251184128,'pl'),(3251184384,'dk'),(3251184640,'pl'),(3251184896,'de'),(3251185152,'uk'),(3251185408,'dk'),(3251185664,'it'),(3251185920,'uk'),(3251186432,'se'),(3251186688,'ro'),(3251186944,'si'),(3251187200,'gr'),(3251187456,'uk'),(3251187712,'de'),(3251189760,'it'),(3251190784,'ua'),(3251191808,'uk'),(3251192320,'lv'),(3251192832,'be'),(3251193344,'uk'),(3251193856,'eu'),(3251194368,'no'),(3251194880,'fr'),(3251195392,'cz'),(3251195904,'ua'),(3251196928,'ch'),(3251197952,'ru'),(3251198976,'uk'),(3251200000,'se'),(3251200512,'ua'),(3251201280,'si'),(3251201536,'eu'),(3251201792,'fr'),(3251202048,'nl'),(3251202304,'pl'),(3251202560,'at'),(3251202816,'uk'),(3251203328,'si'),(3251203584,'cz'),(3251203840,'se'),(3251204096,'de'),(3251204608,'bg'),(3251205120,'ua'),(3251205632,'ru'),(3251206144,'uk'),(3251206656,'ch'),(3251207168,'uk'),(3251207680,'ru'),(3251208192,'tr'),(3251209216,'uk'),(3251210240,'pl'),(3251211264,'ua'),(3251212416,'fi'),(3251212672,'se'),(3251212800,'de'),(3251212928,'ro'),(3251213056,'se'),(3251213120,'nl'),(3251213152,'fr'),(3251213184,'ua'),(3251213216,'eu'),(3251213248,'uk'),(3251213312,'de'),(3251213440,'uk'),(3251213568,'fr'),(3251213632,'pl'),(3251213696,'lv'),(3251213760,'tr'),(3251213824,'uk'),(3251213888,'fi'),(3251214016,'ua'),(3251214080,'fr'),(3251214144,'mc'),(3251214208,'ru'),(3251214272,'de'),(3251214336,'ru'),(3251214464,'ua'),(3251214592,'uk'),(3251214976,'ro'),(3251215104,'si'),(3251215232,'il'),(3251215360,'ua'),(3251215488,'se'),(3251215616,'tr'),(3251215744,'uk'),(3251215872,'ch'),(3251216128,'fi'),(3251216256,'ru'),(3251216384,'uk'),(3251216640,'ro'),(3251216896,'be'),(3251217152,'uk'),(3251217408,'pl'),(3251217664,'si'),(3251217920,'gr'),(3251218176,'pl'),(3251218432,'eu'),(3251218688,'de'),(3251219200,'it'),(3251219456,'bg'),(3251219712,'uk'),(3251220224,'ua'),(3251220480,'de'),(3251222528,'uk'),(3251224576,'ua'),(3251225088,'fr'),(3251225600,'uk'),(3251226112,'ua'),(3251226624,'fr'),(3251227136,'de'),(3251227648,'uk'),(3251228160,'ua'),(3251229696,'si'),(3251230720,'ua'),(3251231744,'no'),(3251232768,'ua'),(3251233792,'ru'),(3251234816,'ro'),(3251235840,'de'),(3251236864,'bg'),(3251237888,'dk'),(3251238912,'fr'),(3251239936,'de'),(3251241216,'eu'),(3251245056,'de'),(3251245312,'be'),(3251245568,'tr'),(3251245824,'ua'),(3251246080,'de'),(3251246336,'ua'),(3251246592,'ro'),(3251246848,'uk'),(3251247104,'eu'),(3251267840,'uk'),(3251268352,'nl'),(3251269120,'dk'),(3251269376,'uk'),(3251269632,'de'),(3251269888,'uk'),(3251270144,'pl'),(3251270400,'no'),(3251270656,'de'),(3251270912,'pl'),(3251271168,'uk'),(3251271424,'de'),(3251271680,'tr'),(3251271936,'uk'),(3251272192,'nl'),(3251272448,'at'),(3251272704,'de'),(3251272960,'uk'),(3251273472,'de'),(3251273728,'eu'),(3251306496,'at'),(3251306752,'eu'),(3251307776,'uk'),(3251308032,'eu'),(3251314176,'ch'),(3251314688,'fr'),(3251315712,'ua'),(3251317760,'pl'),(3251318784,'ua'),(3251319808,'hu'),(3251320832,'pl'),(3251321856,'ru'),(3251322880,'uk'),(3251331072,'fr'),(3251331584,'pl'),(3251332096,'ru'),(3251333120,'eu'),(3251333632,'pt'),(3251334144,'fr'),(3251334656,'ua'),(3251335168,'ru'),(3251335680,'ro'),(3251336192,'uk'),(3251336704,'es'),(3251337216,'ch'),(3251337728,'de'),(3251338240,'ru'),(3251339264,'ie'),(3251347456,'de'),(3251355648,'uk'),(3251356160,'at'),(3251356672,'ee'),(3251357696,'es'),(3251358208,'ru'),(3251358720,'ro'),(3251359232,'pl'),(3251360256,'uk'),(3251360768,'fr'),(3251361280,'ro'),(3251361792,'at'),(3251362304,'ua'),(3251362816,'nl'),(3251363328,'pl'),(3251363840,'eu'),(3251364096,'nl'),(3251364608,'ro'),(3251364864,'it'),(3251366912,'ua'),(3251367424,'de'),(3251367936,'uk'),(3251372032,'it'),(3251634176,'fi'),(3251896320,'no'),(3252289536,'gr'),(3252291328,'sk'),(3252291584,'fr'),(3252293632,'de'),(3252297984,'gr'),(3252313600,'si'),(3252313856,'de'),(3252314112,'gr'),(3252314624,'hu'),(3252314880,'uk'),(3252315136,'ch'),(3252316416,'fr'),(3252316672,'gr'),(3252318464,'tr'),(3252318720,'fr'),(3252318976,'pl'),(3252319232,'at'),(3252319744,'gr'),(3252321792,'de'),(3252322304,'no'),(3252323328,'pl'),(3252324352,'ua'),(3252325376,'ru'),(3252326400,'ua'),(3252327424,'pl'),(3252329472,'ua'),(3252330496,'uk'),(3252334592,'ru'),(3252336640,'ua'),(3252337664,'ru'),(3252338688,'be'),(3252340736,'tr'),(3252340992,'gr'),(3252342016,'ch'),(3252342080,'uk'),(3252342144,'lu'),(3252342208,'uk'),(3252342240,'ch'),(3252342528,'no'),(3252342784,'de'),(3252346368,'eu'),(3252346624,'gr'),(3252355072,'uk'),(3252355328,'eu'),(3252357120,'lt'),(3252357632,'eu'),(3252358912,'uk'),(3252358928,'de'),(3252359168,'dk'),(3252362240,'pl'),(3252362496,'it'),(3252362752,'dk'),(3252363008,'se'),(3252363264,'lt'),(3252379648,'eu'),(3252379904,'uk'),(3252380160,'eu'),(3252380416,'ua'),(3252380672,'si'),(3252380928,'ru'),(3252381184,'it'),(3252381440,'es'),(3252381696,'ru'),(3252381952,'de'),(3252382208,'si'),(3252382464,'pl'),(3252382720,'uk'),(3252382976,'it'),(3252383232,'uk'),(3252383744,'se'),(3252384000,'pl'),(3252384512,'uk'),(3252384768,'nl'),(3252385024,'ro'),(3252385280,'uk'),(3252385536,'ro'),(3252385792,'uk'),(3252386048,'si'),(3252386304,'uk'),(3252386560,'be'),(3252386816,'ua'),(3252387072,'ru'),(3252387328,'pl'),(3252387584,'ru'),(3252387840,'lt'),(3252486144,'eu'),(3252514816,'si'),(3252515072,'uk'),(3252515328,'de'),(3252515584,'si'),(3252515840,'ch'),(3252516096,'fr'),(3252516352,'uk'),(3252516608,'se'),(3252516864,'fr'),(3252517120,'de'),(3252517376,'pl'),(3252517632,'be'),(3252517888,'dk'),(3252518144,'nl'),(3252518400,'pl'),(3252518656,'de'),(3252518912,'eu'),(3252542208,'eu'),(3252551680,'ch'),(3252567296,'uk'),(3252567552,'ru'),(3252567808,'ro'),(3252568064,'ch'),(3252579328,'fr'),(3252579584,'ru'),(3252579840,'se'),(3252580096,'ua'),(3252580352,'ch'),(3252584448,'fr'),(3252584704,'il'),(3252584960,'cz'),(3252585216,'pl'),(3252585472,'nl'),(3252585728,'fi'),(3252585984,'eu'),(3252586240,'pl'),(3252586496,'it'),(3252586752,'nl'),(3252587008,'ch'),(3252587264,'at'),(3252587520,'ru'),(3252587776,'se'),(3252588032,'ch'),(3252589312,'fr'),(3252589568,'ch'),(3252600320,'nl'),(3252600576,'ru'),(3252600832,'ch'),(3252616704,'uk'),(3252616960,'ch'),(3252617216,'pl'),(3252617472,'ch'),(3252636672,'tr'),(3252636928,'de'),(3252637184,'uk'),(3252637696,'ch'),(3252642304,'ua'),(3252642560,'dk'),(3252642816,'nl'),(3252643072,'ro'),(3252643328,'ch'),(3252643584,'at'),(3252643840,'ch'),(3252682752,'hu'),(3252813824,'ro'),(3252862976,'hu'),(3252895744,'it'),(3252903936,'ua'),(3252904704,'de'),(3252904960,'pl'),(3252905216,'ch'),(3252905472,'lt'),(3252905728,'be'),(3252905984,'it'),(3252906240,'pl'),(3252906496,'uk'),(3252906752,'fr'),(3252907008,'at'),(3252907264,'ro'),(3252907776,'uk'),(3252908032,'pl'),(3252908288,'at'),(3252908544,'be'),(3252908800,'ua'),(3252909056,'pl'),(3252909312,'de'),(3252909568,'uk'),(3252909824,'ua'),(3252910336,'nl'),(3252910592,'ch'),(3252910848,'pl'),(3252911104,'de'),(3252911360,'cz'),(3252911616,'se'),(3252911872,'sa'),(3252912384,'hu'),(3252912640,'fr'),(3252912896,'pl'),(3252913152,'es'),(3252913408,'fr'),(3252913664,'de'),(3252913920,'no'),(3252914176,'eu'),(3252920320,'lb'),(3252928512,'de'),(3252929536,'hu'),(3252930560,'uk'),(3252931072,'de'),(3252931584,'no'),(3252932096,'ua'),(3252933632,'it'),(3252934656,'pl'),(3252936704,'ch'),(3252937216,'ro'),(3252937728,'fr'),(3252938240,'ua'),(3252938752,'ru'),(3252939264,'de'),(3252939776,'ro'),(3252940288,'pt'),(3252940800,'ru'),(3252941312,'ro'),(3252941824,'uk'),(3252942848,'fr'),(3252943360,'ua'),(3252943872,'ru'),(3252944384,'de'),(3252944896,'at'),(3252945152,'uk'),(3252945408,'ua'),(3252945664,'at'),(3252980736,'pl'),(3252980992,'uk'),(3252981248,'ru'),(3252981504,'se'),(3252981760,'de'),(3252982016,'ro'),(3252982272,'de'),(3252982528,'fr'),(3252982784,'ua'),(3252983040,'de'),(3252983552,'si'),(3252983808,'bg'),(3252984064,'ro'),(3252984320,'uk'),(3252984832,'fr'),(3252985088,'se'),(3252985344,'uk'),(3252985600,'ru'),(3252985856,'at'),(3252989440,'pl'),(3252989696,'at'),(3253004800,'cz'),(3253005056,'at'),(3253010432,'fi'),(3253075968,'ro'),(3253207040,'ru'),(3253338112,'se'),(3253469184,'pt'),(3253534720,'uk'),(3253600256,'ro'),(3253601280,'fi'),(3253602304,'de'),(3253603328,'pl'),(3253605376,'ua'),(3253606400,'nl'),(3253607424,'il'),(3253608448,'ua'),(3253610496,'pl'),(3253611520,'ua'),(3253613568,'es'),(3253614592,'ro'),(3253615616,'de'),(3253616640,'pl'),(3253617664,'uk'),(3253618688,'ua'),(3253619712,'it'),(3253620736,'uk'),(3253622784,'de'),(3253623808,'pl'),(3253624832,'ua'),(3253625856,'it'),(3253626880,'de'),(3253627904,'ua'),(3253628928,'gr'),(3253629952,'ua'),(3253630976,'ru'),(3253632000,'de'),(3253633024,'ru'),(3253634048,'cz'),(3253635072,'it'),(3253636096,'ch'),(3253637120,'es'),(3253638144,'fr'),(3253639168,'ua'),(3253640192,'at'),(3253641216,'uk'),(3253643264,'pl'),(3253645312,'ru'),(3253646336,'pl'),(3253647360,'dk'),(3253648384,'il'),(3253649408,'ua'),(3253650432,'de'),(3253651456,'pl'),(3253652480,'de'),(3253653504,'il'),(3253654528,'lv'),(3253657600,'uk'),(3253660672,'no'),(3253661696,'de'),(3253662720,'ro'),(3253663744,'nl'),(3253664768,'de'),(3253665792,'cz'),(3253666816,'de'),(3253667840,'uk'),(3253668864,'es'),(3253669888,'de'),(3253670912,'ch'),(3253671936,'ua'),(3253672960,'de'),(3253673984,'uk'),(3253675008,'pl'),(3253676032,'at'),(3253677056,'pl'),(3253678080,'dk'),(3253679104,'it'),(3253680128,'pl'),(3253682176,'ro'),(3253683200,'ua'),(3253685248,'fr'),(3253686272,'pl'),(3253687296,'ua'),(3253688320,'nl'),(3253690368,'dk'),(3253691392,'pl'),(3253692416,'de'),(3253693440,'il'),(3253694464,'uk'),(3253695488,'nl'),(3253696512,'fr'),(3253697536,'pl'),(3253698560,'ua'),(3253699072,'ro'),(3253699584,'ua'),(3253700096,'ro'),(3253700608,'pl'),(3253701120,'ro'),(3253702144,'ua'),(3253702656,'pl'),(3253703168,'ro'),(3253703680,'hu'),(3253704192,'ru'),(3253704704,'ua'),(3253705216,'no'),(3253705728,'de'),(3253706240,'ro'),(3253706752,'uk'),(3253707264,'de'),(3253707776,'md'),(3253708288,'ro'),(3253708800,'dk'),(3253709312,'ua'),(3253709824,'ro'),(3253710336,'uk'),(3253710848,'se'),(3253711360,'ua'),(3253712384,'md'),(3253712896,'gr'),(3253713408,'nl'),(3253713920,'at'),(3253714432,'ro'),(3253714944,'fr'),(3253715456,'ro'),(3253715968,'eu'),(3253716480,'fr'),(3253716992,'ch'),(3253717504,'nl'),(3253718016,'pl'),(3253719552,'be'),(3253720064,'ro'),(3253720576,'gr'),(3253721088,'ua'),(3253721600,'ro'),(3253722112,'uk'),(3253722624,'nl'),(3253723136,'pl'),(3253723648,'at'),(3253724160,'ua'),(3253724672,'ro'),(3253725696,'ua'),(3253726208,'ro'),(3253726720,'ua'),(3253727232,'fr'),(3253727744,'ru'),(3253728256,'pl'),(3253728768,'ro'),(3253729280,'at'),(3253729792,'ua'),(3253730304,'ro'),(3253730816,'ua'),(3253731328,'uk'),(3253796864,'se'),(3253862400,'uk'),(3253862656,'eu'),(3253887232,'nl'),(3253887488,'es'),(3253887744,'uk'),(3253888000,'pl'),(3253888256,'be'),(3253888512,'uk'),(3253888768,'se'),(3253889024,'pl'),(3253889280,'ch'),(3253889536,'de'),(3253889792,'dk'),(3253890048,'nl'),(3253890304,'se'),(3253890560,'uk'),(3253890816,'ie'),(3253891072,'de'),(3253891328,'uk'),(3253892352,'nl'),(3253892608,'at'),(3253892864,'nl'),(3253893120,'ro'),(3253893376,'de'),(3253893632,'se'),(3253893888,'ru'),(3253894144,'uk'),(3253894400,'nl'),(3253894656,'fi'),(3253894912,'ru'),(3253895168,'eu'),(3253923840,'gr'),(3253927936,'eu'),(3253960704,'uk'),(3253961728,'md'),(3253962240,'se'),(3253962752,'be'),(3253963264,'ru'),(3253963776,'si'),(3253964288,'pl'),(3253964800,'se'),(3253965312,'pl'),(3253966336,'eu'),(3253966848,'cy'),(3253967360,'gr'),(3253967872,'ua'),(3253968896,'de'),(3253969408,'at'),(3253969920,'nl'),(3253970432,'de'),(3253970688,'ua'),(3253970944,'rs'),(3253971968,'cz'),(3253972992,'de'),(3253974528,'uk'),(3253974784,'no'),(3253974848,'se'),(3253974912,'il'),(3253974976,'se'),(3253975040,'de'),(3253977088,'tr'),(3253985280,'uk'),(3253993472,'be'),(3254124544,'ch'),(3254255616,'fr'),(3254648832,'dk'),(3254648896,'uk'),(3254649088,'at'),(3254649344,'eu'),(3254649856,'se'),(3254650880,'eu'),(3254653440,'nl'),(3254653696,'de'),(3254654848,'dk'),(3254654976,'it'),(3254655744,'uk'),(3254656256,'bg'),(3254656512,'de'),(3254656768,'uk'),(3254657024,'ro'),(3254665216,'de'),(3254697984,'se'),(3254698496,'uk'),(3254699008,'ua'),(3254699520,'uk'),(3254700032,'gr'),(3254700544,'de'),(3254701056,'ru'),(3254701568,'il'),(3254702080,'ru'),(3254702592,'uk'),(3254703104,'de'),(3254703616,'nl'),(3254704128,'ua'),(3254705664,'gr'),(3254706176,'cz'),(3254707200,'tr'),(3254707712,'ro'),(3254708224,'ua'),(3254708736,'ro'),(3254709248,'de'),(3254710272,'it'),(3254710784,'ro'),(3254711296,'uk'),(3254711808,'pl'),(3254712320,'ru'),(3254712832,'de'),(3254713344,'tr'),(3254713856,'nl'),(3254714368,'tr'),(3254779904,'de'),(3254780160,'uk'),(3254780672,'lt'),(3254780928,'gr'),(3254781184,'nl'),(3254781440,'be'),(3254781952,'lv'),(3254782208,'fr'),(3254782464,'at'),(3254782720,'de'),(3254782976,'cz'),(3254783744,'sa'),(3254784000,'it'),(3254784256,'ch'),(3254796288,'se'),(3254797312,'ru'),(3254798336,'at'),(3254799360,'ie'),(3254800384,'fi'),(3254801408,'hr'),(3254802432,'ua'),(3254803456,'de'),(3254804480,'pl'),(3254806528,'ua'),(3254808576,'pl'),(3254809600,'ua'),(3254810624,'ru'),(3254811648,'ro'),(3254812672,'pl'),(3254812928,'ro'),(3254813184,'tr'),(3254813440,'ua'),(3254813696,'dk'),(3254813952,'it'),(3254814208,'se'),(3254814464,'de'),(3254814720,'ru'),(3254814976,'ch'),(3254815232,'ua'),(3254815488,'uk'),(3254815744,'it'),(3254816000,'ru'),(3254816256,'tr'),(3254816512,'de'),(3254816768,'ru'),(3254817280,'cy'),(3254817536,'uk'),(3254817792,'ua'),(3254818048,'uk'),(3254818304,'ua'),(3254818560,'de'),(3254818816,'eu'),(3254819328,'pl'),(3254819584,'dk'),(3254819840,'uk'),(3254820096,'ua'),(3254820352,'uk'),(3254820864,'lt'),(3254821120,'dk'),(3254821376,'ua'),(3254821632,'de'),(3254821888,'hu'),(3254822144,'de'),(3254822400,'fr'),(3254822656,'pl'),(3254822912,'ch'),(3254823168,'no'),(3254823424,'nl'),(3254823680,'pl'),(3254823936,'ch'),(3254824192,'be'),(3254824960,'fr'),(3254825216,'ro'),(3254825472,'tr'),(3254825728,'fr'),(3254825984,'de'),(3254826240,'pl'),(3254826496,'de'),(3254827264,'gr'),(3254827520,'pl'),(3254827776,'ua'),(3254828032,'de'),(3254828288,'ro'),(3254828800,'uk'),(3254829056,'no'),(3254829312,'uk'),(3254829568,'nl'),(3254829824,'eu'),(3254830080,'ie'),(3254830336,'nl'),(3254830592,'uk'),(3254830848,'pl'),(3254831104,'ua'),(3254831360,'de'),(3254831616,'tr'),(3254831872,'lt'),(3254832128,'ro'),(3254832384,'be'),(3254832640,'ua'),(3254832896,'lv'),(3254833152,'de'),(3254833408,'ru'),(3254833664,'uk'),(3254833920,'pl'),(3254834176,'ch'),(3254834432,'fr'),(3254834688,'uk'),(3254834944,'no'),(3254835200,'de'),(3254835456,'se'),(3254835712,'ua'),(3254835968,'uk'),(3254836224,'pl'),(3254836480,'md'),(3254836736,'at'),(3254836992,'uk'),(3254837248,'hr'),(3254837504,'ru'),(3254837760,'ie'),(3254838016,'ru'),(3254838272,'de'),(3254838784,'uk'),(3254839040,'ru'),(3254839296,'de'),(3254839552,'pl'),(3254839808,'be'),(3254840064,'bg'),(3254840320,'dk'),(3254840576,'ua'),(3254840832,'uk'),(3254841344,'it'),(3254841600,'eu'),(3254841856,'lv'),(3254842112,'uk'),(3254842368,'pl'),(3254842624,'ru'),(3254842880,'se'),(3254843136,'de'),(3254843648,'be'),(3254843904,'nl'),(3254844160,'pl'),(3254844416,'uk'),(3254844672,'ro'),(3254844928,'de'),(3254845184,'eu'),(3254878208,'sk'),(3254882304,'pl'),(3254882560,'il'),(3254882816,'pl'),(3254883072,'uk'),(3254883584,'al'),(3254883840,'uk'),(3254884352,'ua'),(3254884608,'pl'),(3254884864,'se'),(3254885120,'de'),(3254885376,'sk'),(3254885888,'uk'),(3254886144,'sk'),(3254886400,'uk'),(3254886656,'ru'),(3254886912,'ch'),(3254887424,'uk'),(3254888192,'ro'),(3254888448,'sk'),(3254888704,'ro'),(3254888960,'sk'),(3254890496,'de'),(3254890752,'ua'),(3254891008,'ro'),(3254891520,'uk'),(3254891776,'de'),(3254892032,'uk'),(3254892288,'be'),(3254892544,'sk'),(3254894080,'ch'),(3254894336,'sk'),(3254894592,'dk'),(3254894848,'ua'),(3254895104,'uk'),(3254895360,'ua'),(3254895616,'pl'),(3254895872,'se'),(3254896128,'ru'),(3254896384,'pl'),(3254896640,'dk'),(3254896896,'pl'),(3254897152,'de'),(3254897408,'fr'),(3254897664,'nl'),(3254897920,'be'),(3254898176,'at'),(3254898432,'de'),(3254898688,'it'),(3254898944,'ee'),(3254899200,'uk'),(3254899456,'se'),(3254899968,'sk'),(3254901760,'ua'),(3254902272,'sk'),(3254908416,'pl'),(3254908672,'sk'),(3254910720,'hr'),(3254910976,'fr'),(3255173120,'eu'),(3255197696,'uk'),(3255205888,'fr'),(3255214080,'ch'),(3255222272,'de'),(3255223296,'ru'),(3255224320,'ro'),(3255225344,'pl'),(3255226368,'de'),(3255227392,'ro'),(3255228416,'ru'),(3255230720,'ps'),(3255230976,'de'),(3255231232,'uk'),(3255231488,'de'),(3255231744,'uk'),(3255232000,'ro'),(3255232256,'ua'),(3255233024,'eu'),(3255233280,'uk'),(3255233536,'se'),(3255233792,'si'),(3255234048,'no'),(3255234304,'de'),(3255234560,'uk'),(3255234816,'pl'),(3255235072,'si'),(3255235328,'se'),(3255235584,'uk'),(3255235840,'pl'),(3255236352,'it'),(3255236608,'uk'),(3255236864,'de'),(3255237120,'at'),(3255237376,'se'),(3255237888,'es'),(3255238144,'uk'),(3255238400,'nl'),(3255238656,'be'),(3255304192,'de'),(3255304448,'eu'),(3255305472,'lv'),(3255306496,'eu'),(3255307776,'pl'),(3255308032,'ch'),(3255308288,'eu'),(3255311360,'nl'),(3255311616,'se'),(3255311872,'pt'),(3255312128,'se'),(3255312384,'eu'),(3255315712,'pl'),(3255316224,'ru'),(3255316480,'uk'),(3255316992,'fr'),(3255317248,'ua'),(3255317504,'be'),(3255317760,'bg'),(3255318016,'uk'),(3255318272,'ru'),(3255318528,'ua'),(3255318784,'de'),(3255319296,'ua'),(3255319552,'bg'),(3255319808,'at'),(3255320064,'be'),(3255320320,'uk'),(3255320576,'ua'),(3255321088,'pl'),(3255322112,'ru'),(3255323648,'il'),(3255324160,'ch'),(3255324672,'ro'),(3255325696,'ru'),(3255326208,'de'),(3255326720,'il'),(3255327232,'uk'),(3255328256,'si'),(3255328768,'de'),(3255336960,'ru'),(3255340032,'cz'),(3255341056,'ua'),(3255343104,'ru'),(3255344128,'ua'),(3255345152,'ru'),(3255353344,'de'),(3255361536,'ru'),(3255362048,'fi'),(3255362560,'ru'),(3255364096,'cz'),(3255364608,'nl'),(3255365120,'cz'),(3255366144,'dk'),(3255367168,'ru'),(3255367680,'ua'),(3255368192,'md'),(3255368704,'cz'),(3255369216,'uk'),(3255369728,'ua'),(3255370752,'uk'),(3255371264,'bg'),(3255371776,'se'),(3255372288,'de'),(3255372800,'mc'),(3255373312,'ua'),(3255373824,'pl'),(3255374336,'ru'),(3255374848,'cy'),(3255375360,'ro'),(3255375872,'pl'),(3255376384,'uk'),(3255377408,'kz'),(3255377920,'eu'),(3255378432,'ch'),(3255378944,'ua'),(3255379456,'ru'),(3255379968,'uk'),(3255380992,'ch'),(3255381504,'pl'),(3255382016,'nl'),(3255382528,'ua'),(3255383040,'pl'),(3255383552,'ch'),(3255384064,'ro'),(3255384576,'at'),(3255385088,'ro'),(3255385600,'fr'),(3255386624,'pl'),(3255387136,'ua'),(3255388160,'de'),(3255388672,'se'),(3255389184,'uk'),(3255389696,'pl'),(3255390208,'uk'),(3255391232,'nl'),(3255391744,'at'),(3255392256,'de'),(3255392768,'ro'),(3255393792,'se'),(3255399680,'de'),(3255400448,'ch'),(3255401472,'de'),(3255402240,'nl'),(3255402496,'eu'),(3255412480,'ro'),(3255412736,'de'),(3255413248,'lv'),(3255413760,'uk'),(3255414272,'tr'),(3255414528,'lv'),(3255414784,'eu'),(3255415808,'at'),(3255416320,'de'),(3255416832,'uk'),(3255418880,'eu'),(3255422976,'uk'),(3255426048,'it'),(3255426560,'uk'),(3255426816,'pl'),(3255427072,'ru'),(3255431168,'fi'),(3255435264,'eu'),(3255500800,'ch'),(3255504896,'ru'),(3255505152,'uk'),(3255505664,'il'),(3255505920,'ru'),(3255506432,'pl'),(3255506688,'pt'),(3255506944,'pl'),(3255507200,'pt'),(3255507456,'fr'),(3255507712,'at'),(3255507968,'ua'),(3255508224,'ru'),(3255508480,'ch'),(3255544320,'de'),(3255544576,'at'),(3255544832,'ch'),(3255564032,'ru'),(3255564288,'ch'),(3255566336,'it'),(3255590912,'ua'),(3255599104,'eu'),(3255615488,'de'),(3255623680,'bg'),(3255631872,'nl'),(3255660288,'gr'),(3255660544,'nl'),(3255666432,'de'),(3255666688,'nl'),(3255697408,'se'),(3255762944,'de'),(3255799040,'se'),(3255799296,'de'),(3255800576,'ru'),(3255800832,'de'),(3255817216,'se'),(3255817472,'es'),(3255817728,'de'),(3255828480,'se'),(3256025088,'no'),(3256057856,'dk'),(3256082432,'lv'),(3256090624,'it'),(3256221696,'se'),(3256352768,'eu'),(3256393728,'de'),(3256394240,'ua'),(3256394752,'pl'),(3256395264,'uk'),(3256395776,'tr'),(3256396288,'gr'),(3256396800,'de'),(3256397312,'pl'),(3256397824,'ro'),(3256398848,'pl'),(3256399360,'ua'),(3256400896,'uk'),(3256401408,'ua'),(3256401920,'de'),(3256410112,'tr'),(3256410624,'gr'),(3256411136,'eu'),(3256411648,'de'),(3256412160,'uk'),(3256412672,'ro'),(3256413184,'ua'),(3256413696,'pl'),(3256414208,'ru'),(3256414720,'de'),(3256415232,'pl'),(3256415744,'ua'),(3256416768,'uk'),(3256417280,'no'),(3256417792,'uk'),(3256418304,'de'),(3256483840,'nl'),(3256489472,'gr'),(3256489984,'be'),(3256490240,'de'),(3256490496,'nl'),(3256513024,'uk'),(3256513280,'nl'),(3256513792,'uk'),(3256514048,'nl'),(3256524288,'eu'),(3256524800,'nl'),(3256549376,'tr'),(3256614912,'fi'),(3256615936,'ua'),(3256616960,'uk'),(3256617984,'pl'),(3256619008,'ua'),(3256620032,'ru'),(3256621056,'dk'),(3256622080,'ru'),(3256623104,'pl'),(3256624128,'ua'),(3256625152,'pl'),(3256626176,'ua'),(3256627200,'pl'),(3256628224,'ua'),(3256629248,'ru'),(3256630272,'ua'),(3256633344,'cz'),(3256634368,'md'),(3256635392,'pl'),(3256636416,'ua'),(3256638464,'ru'),(3256640512,'eu'),(3256641536,'pl'),(3256642560,'si'),(3256643584,'md'),(3256644608,'it'),(3256645632,'se'),(3256647680,'rs'),(3256648704,'cz'),(3256649728,'uk'),(3256650752,'ua'),(3256651776,'cz'),(3256652800,'de'),(3256653824,'cz'),(3256655872,'ru'),(3256656896,'cz'),(3256657920,'pl'),(3256658944,'ua'),(3256662016,'ru'),(3256663040,'pl'),(3256664064,'ru'),(3256665088,'ua'),(3256666112,'pl'),(3256667136,'cz'),(3256668160,'ru'),(3256669184,'cz'),(3256670208,'ru'),(3256671232,'pl'),(3256672256,'cz'),(3256673280,'pl'),(3256674304,'ro'),(3256675328,'ru'),(3256677376,'uk'),(3256678400,'dk'),(3256680448,'ch'),(3256688640,'il'),(3256692736,'gr'),(3256693760,'it'),(3256694784,'uk'),(3256695808,'ua'),(3256696832,'eu'),(3256713216,'pl'),(3256727552,'ua'),(3256728576,'de'),(3256729600,'fi'),(3256731648,'no'),(3256732672,'it'),(3256732928,'ua'),(3256733184,'fr'),(3256733440,'dk'),(3256733696,'tr'),(3256735744,'uk'),(3256737792,'de'),(3256745984,'es'),(3256778752,'cy'),(3256786944,'nl'),(3256787200,'ro'),(3256787456,'de'),(3256787712,'uk'),(3256787968,'pl'),(3256788224,'ru'),(3256788480,'uk'),(3256788736,'de'),(3256788992,'ua'),(3256789248,'se'),(3256789504,'ua'),(3256789760,'uk'),(3256790016,'ua'),(3256790272,'de'),(3256790528,'uk'),(3256790784,'nl'),(3256791040,'de'),(3256791296,'ro'),(3256791552,'de'),(3256791808,'pl'),(3256792064,'de'),(3256792320,'ch'),(3256792576,'nl'),(3256792832,'de'),(3256793088,'uk'),(3256793344,'de'),(3256793600,'uk'),(3256794112,'nl'),(3256794368,'dk'),(3256794624,'ru'),(3256794880,'at'),(3256795136,'gr'),(3256811520,'de'),(3256813056,'eu'),(3256813568,'de'),(3256864512,'ch'),(3256864768,'de'),(3256877056,'uk'),(3256915456,'se'),(3256915968,'uk'),(3256945664,'ua'),(3256945920,'uk'),(3256946176,'ro'),(3256946432,'ua'),(3256946688,'uk'),(3256946944,'de'),(3256947712,'uk'),(3256988672,'ua'),(3256989184,'fr'),(3256989440,'uk'),(3256989696,'hu'),(3256989952,'pl'),(3256990208,'ch'),(3256990464,'pl'),(3256990720,'ua'),(3256991232,'se'),(3256991488,'ru'),(3256991744,'uk'),(3257011200,'bg'),(3257011456,'uk'),(3257058816,'pl'),(3257059072,'uk'),(3257144832,'eu'),(3257145088,'uk'),(3257180160,'tr'),(3257180416,'ru'),(3257180672,'ee'),(3257180928,'uk'),(3257181184,'sa'),(3257181440,'pl'),(3257181696,'eu'),(3257181952,'bg'),(3257182208,'pl'),(3257182464,'uk'),(3257204736,'at'),(3257268224,'ua'),(3257268480,'se'),(3257268736,'at'),(3257269248,'it'),(3257269504,'at'),(3257270016,'uk'),(3257270272,'eu'),(3257286656,'ch'),(3257294848,'hu'),(3257303040,'pt'),(3257311232,'ch'),(3257335808,'de'),(3257357312,'pt'),(3257357568,'si'),(3257357824,'de'),(3257371648,'uk'),(3257372672,'de'),(3257401344,'ch'),(3257466880,'de'),(3257467136,'uk'),(3257467392,'nl'),(3257467904,'eu'),(3257482752,'nl'),(3257483008,'eu'),(3257532416,'cy'),(3257542656,'pl'),(3257542912,'it'),(3257543424,'pt'),(3257543680,'ro'),(3257544192,'de'),(3257544448,'dk'),(3257544576,'uk'),(3257544704,'ch'),(3257544960,'eu'),(3257545216,'gr'),(3257546496,'uk'),(3257546528,'ch'),(3257546624,'es'),(3257546656,'se'),(3257546688,'de'),(3257546720,'dk'),(3257546752,'fi'),(3257548800,'uk'),(3257557504,'lu'),(3257558016,'ro'),(3257559552,'ua'),(3257560064,'de'),(3257560576,'pl'),(3257561088,'cz'),(3257561600,'de'),(3257562112,'pl'),(3257564160,'uk'),(3257564672,'ro'),(3257565184,'cy'),(3257573376,'eu'),(3257581568,'ua'),(3257585664,'nl'),(3257589760,'uk'),(3257663488,'ua'),(3257729024,'nl'),(3257794560,'uk'),(3257860096,'se'),(3257925632,'at'),(3257925888,'se'),(3257926144,'at'),(3257970432,'ua'),(3257970688,'at'),(3257977856,'uk'),(3257978112,'se'),(3257978368,'bg'),(3257978624,'es'),(3257978880,'fr'),(3257979136,'eu'),(3257979392,'uk'),(3257979904,'ua'),(3257980160,'se'),(3257980416,'nl'),(3257980672,'uk'),(3257980928,'pl'),(3257981184,'uk'),(3257981440,'ru'),(3257981696,'pl'),(3257981952,'at'),(3257987328,'cz'),(3257987584,'at'),(3257991168,'de'),(3258003968,'ru'),(3258004224,'cz'),(3258004480,'de'),(3258056704,'ua'),(3258056960,'cz'),(3258058240,'ru'),(3258058496,'ro'),(3258059008,'uk'),(3258059264,'ru'),(3258059520,'ro'),(3258059776,'cz'),(3258063872,'uk'),(3258064128,'fr'),(3258064384,'uk'),(3258065408,'ch'),(3258065664,'sa'),(3258065920,'de'),(3258066176,'pl'),(3258066432,'fr'),(3258066944,'dk'),(3258067200,'uk'),(3258067456,'it'),(3258067712,'gr'),(3258067968,'ro'),(3258068224,'ch'),(3258068480,'uk'),(3258068736,'de'),(3258068992,'nl'),(3258069248,'pl'),(3258069504,'ro'),(3258069760,'ua'),(3258070016,'uk'),(3258070272,'pl'),(3258070528,'uk'),(3258071296,'dk'),(3258071552,'de'),(3258071808,'uk'),(3258072064,'fr'),(3258072320,'pl'),(3258072576,'uk'),(3258072832,'ro'),(3258073088,'cz'),(3258074112,'uk'),(3258074880,'il'),(3258075136,'ro'),(3258075392,'bg'),(3258075648,'fr'),(3258075904,'pl'),(3258076160,'bg'),(3258076416,'fr'),(3258076928,'ua'),(3258077184,'uk'),(3258077440,'ua'),(3258077696,'nl'),(3258077952,'pl'),(3258078208,'tr'),(3258078464,'ua'),(3258078720,'uk'),(3258078976,'ru'),(3258079232,'uk'),(3258079488,'pl'),(3258079744,'uk'),(3258080000,'be'),(3258080256,'fr'),(3258080512,'uk'),(3258081024,'fr'),(3258081280,'nl'),(3258081536,'be'),(3258081792,'ua'),(3258082048,'nl'),(3258082304,'cz'),(3258082560,'hu'),(3258082816,'uk'),(3258083072,'ru'),(3258083584,'lv'),(3258083840,'se'),(3258084352,'uk'),(3258084608,'at'),(3258084864,'pl'),(3258085120,'lt'),(3258085376,'nl'),(3258085632,'de'),(3258085888,'ua'),(3258086144,'at'),(3258086400,'ua'),(3258086912,'uk'),(3258087168,'ua'),(3258087424,'ru'),(3258087680,'uk'),(3258087936,'bg'),(3258088192,'pl'),(3258088448,'be'),(3258088704,'cz'),(3258088960,'ro'),(3258089216,'eu'),(3258089472,'cz'),(3258097664,'de'),(3258097920,'ua'),(3258098176,'uk'),(3258098432,'nl'),(3258098688,'de'),(3258098944,'uk'),(3258099200,'si'),(3258099456,'ua'),(3258099712,'fi'),(3258099968,'ua'),(3258100224,'ro'),(3258100480,'dk'),(3258100736,'eu'),(3258100992,'at'),(3258101248,'ro'),(3258101504,'il'),(3258101760,'ch'),(3258102016,'be'),(3258102272,'ch'),(3258102528,'tr'),(3258102784,'pl'),(3258103040,'uk'),(3258103296,'de'),(3258103552,'at'),(3258103808,'se'),(3258104064,'eu'),(3258104320,'pl'),(3258104576,'de'),(3258104832,'cz'),(3258105600,'de'),(3258105856,'cz'),(3258109952,'dk'),(3258110208,'cz'),(3258111488,'pl'),(3258111744,'cz'),(3258121216,'pl'),(3258121472,'at'),(3258121728,'ua'),(3258121984,'ru'),(3258122240,'fr'),(3258187776,'eu'),(3258253312,'nl'),(3258272768,'fr'),(3258273792,'nl'),(3258297344,'be'),(3258297600,'nl'),(3258298112,'uk'),(3258298368,'nl'),(3258318848,'de'),(3258320896,'uk'),(3258321920,'ru'),(3258322944,'pl'),(3258326016,'se'),(3258327040,'tr'),(3258335232,'ru'),(3258336256,'no'),(3258337280,'de'),(3258338304,'ua'),(3258340352,'pl'),(3258341376,'ua'),(3258342400,'de'),(3258343424,'no'),(3258351616,'ro'),(3258352640,'ru'),(3258353664,'no'),(3258354688,'bg'),(3258355712,'nl'),(3258356736,'ru'),(3258357760,'ua'),(3258360832,'se'),(3258361856,'il'),(3258362880,'uk'),(3258363904,'ru'),(3258364928,'rs'),(3258365952,'ua'),(3258366976,'pl'),(3258368000,'kw'),(3258384384,'de'),(3258427648,'ro'),(3258427904,'de'),(3258449920,'ch'),(3258503936,'pl'),(3258504192,'ch'),(3258504704,'eu'),(3258504960,'il'),(3258505216,'ch'),(3258515456,'fr'),(3258580992,'ru'),(3258646528,'de'),(3258691584,'ru'),(3258691840,'at'),(3258692352,'eu'),(3258692608,'fr'),(3258692864,'de'),(3258693120,'si'),(3258693376,'uk'),(3258693632,'ru'),(3258693888,'si'),(3258694144,'ru'),(3258694400,'eu'),(3258694656,'uk'),(3258694912,'eu'),(3258695680,'de'),(3258703616,'uk'),(3258703872,'de'),(3258712064,'uk'),(3258728448,'fr'),(3258729472,'de'),(3258729728,'ua'),(3258729984,'ch'),(3258730240,'nl'),(3258730496,'ro'),(3258730752,'tr'),(3258731008,'si'),(3258731264,'no'),(3258731520,'es'),(3258731776,'ua'),(3258732032,'eu'),(3258732288,'pl'),(3258732544,'se'),(3258732800,'ch'),(3258733056,'ro'),(3258733312,'uk'),(3258764288,'eu'),(3258764544,'uk'),(3258764800,'be'),(3258765056,'nl'),(3258765312,'uk'),(3258767616,'ch'),(3258767872,'uk'),(3258818048,'se'),(3258818304,'uk'),(3258843136,'ru'),(3258843392,'uk'),(3258848768,'ro'),(3258849024,'de'),(3258849280,'uk'),(3258859520,'by'),(3258859776,'uk'),(3258902784,'ru'),(3258903040,'fr'),(3258903296,'uk'),(3258903552,'de'),(3258904064,'uk'),(3258908672,'eu'),(3258941440,'pl'),(3258943488,'bg'),(3258944512,'ru'),(3258946560,'uk'),(3258947584,'ro'),(3258948608,'ru'),(3258949632,'gr'),(3258972160,'eu'),(3258974208,'de'),(3259039744,'pt'),(3259105280,'uk'),(3259170816,'ru'),(3259236352,'se'),(3259301888,'de'),(3259302144,'eu'),(3259302400,'ch'),(3259303424,'se'),(3259305984,'nl'),(3259310080,'eu'),(3259318272,'uk'),(3259334656,'eu'),(3259351040,'it'),(3259351552,'fr'),(3259352064,'ch'),(3259352576,'uk'),(3259353088,'no'),(3259353856,'uk'),(3259354112,'nl'),(3259354368,'de'),(3259354624,'tr'),(3259354880,'pl'),(3259355136,'nl'),(3259359232,'es'),(3259367424,'uk'),(3259432960,'se'),(3259498496,'uk'),(3259760640,'de'),(3259891712,'be'),(3259957248,'de'),(3259958272,'ru'),(3259959296,'ua'),(3259960320,'bg'),(3259961344,'fi'),(3259962368,'ua'),(3259963392,'pl'),(3259964416,'uk'),(3259965440,'ru'),(3259967488,'rs'),(3259968512,'ru'),(3259969536,'fr'),(3259970560,'cz'),(3259971584,'it'),(3259972608,'ua'),(3259973632,'pt'),(3259990016,'fr'),(3260006400,'it'),(3260014592,'nl'),(3260018688,'uk'),(3260019712,'eu'),(3260021248,'cz'),(3260021760,'gr'),(3260022272,'nl'),(3260022784,'uk'),(3260284928,'ru'),(3260416000,'fi'),(3260481536,'ru'),(3260547072,'uk'),(3260547328,'ua'),(3260547840,'pl'),(3260548096,'ie'),(3260548352,'dk'),(3260548608,'ro'),(3260548864,'ch'),(3260549120,'at'),(3260549376,'uk'),(3260549632,'de'),(3260549888,'ua'),(3260550144,'pl'),(3260550400,'de'),(3260550656,'ru'),(3260550912,'uk'),(3260551168,'eu'),(3260553984,'uk'),(3260554240,'eu'),(3260555264,'hu'),(3260563456,'uk'),(3260571648,'be'),(3260579840,'pl'),(3260580352,'hu'),(3260580864,'uk'),(3260581376,'ro'),(3260581888,'il'),(3260582400,'ru'),(3260583424,'pt'),(3260583936,'no'),(3260584448,'ro'),(3260585472,'ua'),(3260586496,'pl'),(3260587008,'fr'),(3260587520,'pl'),(3260588032,'de'),(3260596224,'uk'),(3260596736,'ro'),(3260597248,'ch'),(3260597760,'de'),(3260598272,'ru'),(3260598784,'ro'),(3260599296,'ru'),(3260601344,'ch'),(3260601856,'pl'),(3260602880,'ua'),(3260603904,'eu'),(3260604416,'pl'),(3260604928,'ro'),(3260605440,'bg'),(3260605952,'es'),(3260606464,'se'),(3260607488,'nl'),(3260608000,'ro'),(3260608512,'ie'),(3260609024,'uk'),(3260609536,'pl'),(3260610048,'fr'),(3260610560,'ro'),(3260611072,'bg'),(3260611584,'ru'),(3260612096,'se'),(3260612608,'fi'),(3260678144,'il'),(3260743680,'it'),(3260809216,'pl'),(3260874752,'eu'),(3260903424,'ch'),(3260906240,'eu'),(3260906496,'fr'),(3260907520,'uk'),(3260915712,'ua'),(3260923904,'eu'),(3260940288,'de'),(3261071360,'at'),(3261136896,'de'),(3261202432,'fr'),(3261267968,'de'),(3261297664,'cz'),(3261297920,'pl'),(3261298176,'de'),(3261333504,'fi'),(3261399040,'uk'),(3261472768,'ro'),(3261530112,'se'),(3261595648,'nl'),(3261661184,'ro'),(3261669376,'mt'),(3261673472,'it'),(3261675520,'lv'),(3261675776,'it'),(3261676032,'uk'),(3261676288,'it'),(3261676544,'dk'),(3261676800,'it'),(3261677056,'eu'),(3261677568,'uk'),(3261685760,'de'),(3261687808,'ro'),(3261689856,'uk'),(3261691904,'nl'),(3261694464,'ru'),(3261694976,'pl'),(3261695488,'uk'),(3261696000,'ua'),(3261696512,'nl'),(3261697024,'ro'),(3261698048,'ua'),(3261698560,'eu'),(3261699072,'nl'),(3261699584,'uk'),(3261700096,'fr'),(3261700608,'uk'),(3261701120,'ru'),(3261701632,'ch'),(3261702144,'uk'),(3261710336,'ru'),(3261718528,'is'),(3261726720,'es'),(3261734912,'uk'),(3261743104,'mt'),(3261751296,'ee'),(3261759488,'ie'),(3261767680,'rs'),(3261775872,'pl'),(3261776384,'ru'),(3261777408,'kz'),(3261777920,'pl'),(3261778432,'ru'),(3261778944,'ro'),(3261779456,'de'),(3261779968,'ua'),(3261780480,'pl'),(3261780992,'ro'),(3261781504,'pl'),(3261782016,'ua'),(3261783040,'uk'),(3261784064,'at'),(3261796352,'uk'),(3261796608,'ru'),(3261796864,'pl'),(3261797120,'nl'),(3261797376,'at'),(3261797632,'ru'),(3261797888,'tr'),(3261798144,'ru'),(3261798400,'at'),(3261812736,'ru'),(3261812992,'at'),(3261820928,'ro'),(3261821184,'at'),(3261821440,'nl'),(3261821696,'si'),(3261821952,'ru'),(3261822208,'ua'),(3261822464,'uk'),(3261822720,'se'),(3261822976,'pl'),(3261823232,'nl'),(3261823488,'eu'),(3261823744,'nl'),(3261824000,'pl'),(3261824256,'ua'),(3261824512,'eu'),(3261824768,'pt'),(3261825024,'at'),(3261857792,'cz'),(3261923328,'nl'),(3261988864,'se'),(3261989120,'fi'),(3261993472,'ru'),(3261993728,'fi'),(3261995264,'de'),(3261995520,'pl'),(3261995776,'fi'),(3261996032,'nl'),(3261996288,'fi'),(3262005760,'ru'),(3262006016,'nl'),(3262006272,'ro'),(3262006528,'fr'),(3262006784,'se'),(3262007040,'at'),(3262007296,'sa'),(3262007552,'gr'),(3262007808,'ro'),(3262008064,'dk'),(3262008320,'pt'),(3262008576,'pl'),(3262008832,'at'),(3262009088,'ua'),(3262009344,'fi'),(3262018560,'pl'),(3262018816,'fi'),(3262021120,'ua'),(3262021376,'pl'),(3262021632,'ch'),(3262021888,'ua'),(3262022144,'fi'),(3262022912,'de'),(3262023168,'fi'),(3262023680,'dk'),(3262023936,'fi'),(3262027264,'tr'),(3262027520,'be'),(3262027776,'fi'),(3262029824,'ua'),(3262030848,'uk'),(3262031872,'fi'),(3262038016,'eu'),(3262038272,'ru'),(3262038528,'ie'),(3262038784,'no'),(3262039040,'de'),(3262039296,'uk'),(3262039552,'gr'),(3262039808,'si'),(3262040064,'pl'),(3262040320,'uk'),(3262040576,'ru'),(3262040832,'uk'),(3262041088,'hu'),(3262041344,'bg'),(3262041600,'dk'),(3262041856,'fr'),(3262042112,'eu'),(3262042368,'uk'),(3262042624,'ua'),(3262042880,'nl'),(3262043136,'ro'),(3262043392,'tr'),(3262043648,'nl'),(3262043904,'uk'),(3262044160,'rs'),(3262044416,'de'),(3262044672,'gr'),(3262044928,'ua'),(3262045184,'lt'),(3262045440,'nl'),(3262045696,'si'),(3262045952,'ru'),(3262046208,'fi'),(3262049280,'jo'),(3262049536,'uk'),(3262049792,'pl'),(3262050560,'uk'),(3262051584,'eu'),(3262051840,'uk'),(3262052096,'de'),(3262052352,'ua'),(3262052608,'il'),(3262052864,'uk'),(3262053120,'ru'),(3262053376,'ua'),(3262054144,'cz'),(3262054400,'fi'),(3262124032,'de'),(3262128128,'uk'),(3262136320,'eu'),(3262152704,'at'),(3262185472,'de'),(3262224896,'at'),(3262225152,'de'),(3262227712,'ro'),(3262227968,'de'),(3262251008,'eu'),(3262283776,'ru'),(3262284800,'ua'),(3262286848,'se'),(3262287872,'pl'),(3262289920,'eu'),(3262316544,'de'),(3262382080,'it'),(3262414848,'uk'),(3262415360,'pl'),(3262416896,'eu'),(3262417408,'pl'),(3262417920,'ru'),(3262418432,'fr'),(3262419456,'nl'),(3262419968,'de'),(3262420480,'uk'),(3262420992,'es'),(3262421504,'de'),(3262422016,'se'),(3262422528,'at'),(3262423040,'uk'),(3262423552,'ua'),(3262424064,'it'),(3262424576,'fr'),(3262425088,'ro'),(3262425600,'ua'),(3262426112,'de'),(3262426624,'uk'),(3262427136,'fr'),(3262427648,'dk'),(3262428160,'ch'),(3262428672,'pl'),(3262429184,'es'),(3262429696,'de'),(3262430208,'ee'),(3262430720,'ro'),(3262431232,'pl'),(3262431744,'ua'),(3262432256,'ch'),(3262432768,'uk'),(3262433280,'ro'),(3262433792,'fr'),(3262434304,'si'),(3262434816,'de'),(3262435840,'ch'),(3262436352,'se'),(3262436864,'uk'),(3262437376,'ro'),(3262437888,'fr'),(3262438400,'uk'),(3262438912,'dk'),(3262439424,'at'),(3262439936,'il'),(3262440448,'ua'),(3262440960,'il'),(3262441472,'ua'),(3262441984,'de'),(3262442496,'ro'),(3262443008,'uk'),(3262444032,'at'),(3262444544,'ua'),(3262445056,'ro'),(3262445568,'pl'),(3262446080,'ru'),(3262446592,'pl'),(3262447104,'uk'),(3262447616,'pt'),(3262460416,'ua'),(3262460544,'ru'),(3262460672,'ae'),(3262460928,'hu'),(3262461056,'lv'),(3262461184,'eu'),(3262461312,'no'),(3262461440,'de'),(3262461568,'uk'),(3262461696,'ua'),(3262461824,'ro'),(3262461952,'iq'),(3262464000,'ru'),(3262472192,'de'),(3262480384,'uk'),(3262488576,'se'),(3262496768,'fr'),(3262504960,'de'),(3262505472,'uk'),(3262505984,'pl'),(3262506496,'ro'),(3262507008,'dk'),(3262507520,'ro'),(3262509056,'pl'),(3262509568,'ro'),(3262510080,'fr'),(3262511104,'uk'),(3262511616,'de'),(3262512128,'uk'),(3262512640,'de'),(3262513152,'at'),(3262578688,'fr'),(3262611456,'uk'),(3262627840,'it'),(3262636032,'be'),(3262644224,'nl'),(3262906368,'ch'),(3262964992,'de'),(3262965248,'ch'),(3262971904,'ie'),(3263029248,'ua'),(3263030272,'uk'),(3263031296,'tr'),(3263032320,'ru'),(3263033344,'lv'),(3263033856,'it'),(3263034368,'ua'),(3263034880,'uk'),(3263035392,'ua'),(3263035904,'ch'),(3263036416,'gr'),(3263036928,'ru'),(3263037440,'lb'),(3263045632,'kw'),(3263053824,'uk'),(3263062016,'ee'),(3263070208,'fr'),(3263070720,'nl'),(3263070976,'de'),(3263071488,'nl'),(3263072256,'lb'),(3263074304,'ch'),(3263074816,'ro'),(3263075328,'uk'),(3263075840,'se'),(3263076352,'ro'),(3263076864,'it'),(3263077376,'fr'),(3263077888,'de'),(3263078400,'ro'),(3263079424,'pl'),(3263080448,'ru'),(3263081472,'pl'),(3263082496,'ro'),(3263083520,'ua'),(3263084544,'ro'),(3263085568,'ch'),(3263086592,'dk'),(3263086848,'nl'),(3263087104,'de'),(3263087872,'si'),(3263088128,'de'),(3263088384,'uk'),(3263088640,'ch'),(3263089152,'ro'),(3263089408,'ru'),(3263089664,'ua'),(3263089920,'ro'),(3263090176,'de'),(3263090432,'pl'),(3263090688,'de'),(3263090944,'eu'),(3263091200,'pl'),(3263091456,'no'),(3263091712,'fi'),(3263091968,'hr'),(3263092480,'eu'),(3263092736,'pl'),(3263092992,'fr'),(3263093248,'ch'),(3263093504,'ru'),(3263093760,'ro'),(3263094016,'pl'),(3263094528,'dk'),(3263094784,'ru'),(3263095040,'uk'),(3263095296,'fr'),(3263095552,'ro'),(3263095808,'de'),(3263096064,'pl'),(3263096320,'tr'),(3263096576,'sa'),(3263096832,'nl'),(3263097088,'fr'),(3263097344,'dk'),(3263097600,'nl'),(3263097856,'fr'),(3263098112,'de'),(3263098368,'pl'),(3263098624,'de'),(3263098880,'uk'),(3263099136,'nl'),(3263099392,'de'),(3263099904,'ro'),(3263100160,'fr'),(3263100416,'de'),(3263100672,'uk'),(3263100928,'at'),(3263101184,'se'),(3263101440,'dk'),(3263101696,'ua'),(3263101952,'lt'),(3263102208,'ro'),(3263102464,'pl'),(3263102720,'gr'),(3263102976,'de'),(3263137792,'pl'),(3263138304,'uk'),(3263138816,'de'),(3263168512,'uk'),(3263430656,'se'),(3263496192,'eu'),(3263561728,'nl'),(3263627264,'ru'),(3263692800,'fi'),(3263823872,'de'),(3263954944,'es'),(3263979520,'de'),(3263987712,'es'),(3264004096,'hu'),(3264012288,'at'),(3264012544,'uk'),(3264013056,'tr'),(3264013312,'cz'),(3264013568,'ua'),(3264013824,'uk'),(3264014080,'de'),(3264014336,'uk'),(3264014592,'pl'),(3264014848,'ie'),(3264015104,'ro'),(3264015360,'dk'),(3264015616,'ua'),(3264015872,'uk'),(3264016128,'de'),(3264016384,'se'),(3264016640,'pl'),(3264016896,'uk'),(3264017152,'se'),(3264017664,'ro'),(3264017920,'nl'),(3264018176,'uk'),(3264018432,'hu'),(3264018688,'uk'),(3264018944,'pl'),(3264019200,'im'),(3264019968,'at'),(3264020224,'pl'),(3264020480,'bg'),(3264086016,'fi'),(3264151552,'no'),(3264184320,'uk'),(3264184832,'nl'),(3264185344,'eu'),(3264186368,'ua'),(3264186880,'ru'),(3264187392,'eu'),(3264187904,'it'),(3264188416,'ru'),(3264189440,'cz'),(3264189952,'ua'),(3264190464,'lv'),(3264190976,'uk'),(3264191488,'de'),(3264192000,'uk'),(3264200704,'es'),(3264208896,'hu'),(3264217088,'is'),(3264282624,'uk'),(3264290816,'fi'),(3264296192,'fr'),(3264297728,'pt'),(3264298752,'bg'),(3264299008,'de'),(3264307200,'pl'),(3264311296,'uk'),(3264311552,'it'),(3264311808,'de'),(3264312064,'eu'),(3264312320,'pl'),(3264312576,'ua'),(3264312832,'de'),(3264313088,'nl'),(3264313344,'ro'),(3264313600,'pt'),(3264313856,'de'),(3264314624,'eu'),(3264314880,'uk'),(3264315136,'gr'),(3264315392,'ie'),(3264317440,'sk'),(3264318464,'eu'),(3264318976,'de'),(3264319488,'fr'),(3264319744,'se'),(3264320000,'de'),(3264320256,'uk'),(3264321024,'de'),(3264321536,'uk'),(3264321792,'rs'),(3264322048,'fr'),(3264322304,'ro'),(3264322560,'hu'),(3264322816,'ch'),(3264323072,'ru'),(3264323328,'ro'),(3264323584,'bg'),(3264324608,'se'),(3264325632,'ru'),(3264326656,'se'),(3264327680,'at'),(3264328704,'cz'),(3264329728,'pl'),(3264330752,'uk'),(3264331776,'de'),(3264332288,'nl'),(3264332800,'uk'),(3264333312,'ua'),(3264333824,'nl'),(3264334336,'ua'),(3264334848,'pl'),(3264335360,'sk'),(3264335872,'uk'),(3264336896,'ru'),(3264337408,'uk'),(3264337920,'ua'),(3264338432,'de'),(3264338944,'uk'),(3264340224,'pl'),(3264340480,'eu'),(3264340736,'ua'),(3264340992,'pl'),(3264341504,'de'),(3264341760,'it'),(3264342016,'de'),(3264342784,'ie'),(3264343040,'de'),(3264343296,'uk'),(3264343552,'ro'),(3264343808,'de'),(3264344064,'uk'),(3264345088,'nl'),(3264346112,'se'),(3264347136,'nl'),(3264348160,'fr'),(3264375040,'se'),(3264376064,'si'),(3264376320,'ua'),(3264376576,'ch'),(3264376832,'ua'),(3264377088,'ru'),(3264377344,'it'),(3264377600,'cz'),(3264377856,'ua'),(3264378112,'se'),(3264378368,'de'),(3264378624,'ru'),(3264378880,'pl'),(3264379136,'be'),(3264379392,'ru'),(3264379648,'de'),(3264380160,'ro'),(3264380416,'ch'),(3264380672,'nl'),(3264380928,'pl'),(3264381952,'ua'),(3264385024,'uk'),(3264386048,'cy'),(3264388096,'ua'),(3264389120,'ru'),(3264390144,'cy'),(3264391168,'se'),(3264392192,'de'),(3264394240,'ua'),(3264395264,'ch'),(3264396288,'ua'),(3264397312,'uk'),(3264398336,'cy'),(3264399360,'ru'),(3264400384,'ua'),(3264401408,'de'),(3264402432,'ch'),(3264403456,'pl'),(3264404480,'ua'),(3264405504,'fr'),(3264406528,'ua'),(3264407552,'bg'),(3264408576,'cy'),(3264409600,'ru'),(3264410624,'no'),(3264411648,'pl'),(3264413696,'ch'),(3264544768,'hu'),(3264561152,'ru'),(3264563200,'eu'),(3264564224,'ie'),(3264565248,'nl'),(3264567296,'pl'),(3264567552,'uk'),(3264567808,'ru'),(3264568320,'eu'),(3264568576,'ru'),(3264568832,'fr'),(3264569088,'ru'),(3264569344,'cz'),(3264577536,'mk'),(3264585728,'fr'),(3264593920,'es'),(3264602112,'ru'),(3264603136,'pl'),(3264604160,'it'),(3264604672,'ru'),(3264605184,'gr'),(3264605696,'dk'),(3264606208,'pl'),(3264606464,'de'),(3264606720,'uk'),(3264607232,'it'),(3264607488,'nl'),(3264607744,'de'),(3264610304,'uk'),(3264626688,'ee'),(3264627712,'gr'),(3264628736,'ru'),(3264629760,'ua'),(3264630784,'de'),(3264631808,'ro'),(3264632832,'ru'),(3264634880,'pl'),(3264636928,'cz'),(3264637952,'dk'),(3264640000,'bg'),(3264641024,'uk'),(3264642048,'ru'),(3264651264,'ch'),(3264651776,'it'),(3264652288,'ru'),(3264652800,'pl'),(3264653312,'de'),(3264653824,'ro'),(3264654336,'de'),(3264654848,'ua'),(3264655360,'uk'),(3264655872,'ru'),(3264656384,'bg'),(3264656896,'uk'),(3264657408,'pl'),(3264657920,'ro'),(3264658432,'uk'),(3264658944,'de'),(3264659456,'ua'),(3264659968,'uk'),(3264660480,'pl'),(3264660992,'ch'),(3264661504,'uk'),(3264662016,'ru'),(3264662528,'se'),(3264663040,'pl'),(3264663552,'nl'),(3264664064,'de'),(3264664576,'no'),(3264665088,'se'),(3264665600,'ro'),(3264666112,'il'),(3264666624,'ua'),(3264667136,'se'),(3264667648,'be'),(3264668160,'de'),(3264669184,'pl'),(3264669696,'ua'),(3264670208,'ru'),(3264670720,'eu'),(3264671232,'pl'),(3264671744,'de'),(3264672256,'ro'),(3264672768,'ch'),(3264673280,'pl'),(3264673792,'ch'),(3264674304,'pl'),(3264674816,'eu'),(3264675328,'ru'),(3264675840,'nl'),(3264741376,'si'),(3264749568,'lv'),(3264750080,'ru'),(3264750592,'kg'),(3264751104,'dk'),(3264751616,'uk'),(3264752128,'ro'),(3264752640,'nl'),(3264753152,'pl'),(3264753664,'it'),(3264754176,'pl'),(3264754688,'ru'),(3264755200,'de'),(3264755712,'pl'),(3264756224,'fi'),(3264756736,'pl'),(3264757248,'ua'),(3264757760,'eu'),(3264765952,'at'),(3264774144,'hu'),(3264782336,'at'),(3264790528,'hr'),(3264806912,'uk'),(3264815104,'se'),(3264825344,'no'),(3264825600,'it'),(3264825856,'eu'),(3264826112,'uk'),(3264826880,'nl'),(3264827136,'lv'),(3264827392,'uk'),(3264827648,'gr'),(3264828160,'ch'),(3264828416,'se'),(3264828672,'mt'),(3264828928,'de'),(3264829440,'uk'),(3264830208,'se'),(3264830464,'uk'),(3264830720,'at'),(3264830976,'ch'),(3264831232,'pl'),(3264831488,'ch'),(3264831744,'uk'),(3264832000,'at'),(3264832256,'it'),(3264832512,'de'),(3264832768,'il'),(3264833024,'it'),(3264833536,'de'),(3264834048,'uk'),(3264835328,'at'),(3264835584,'ru'),(3264835840,'de'),(3264836096,'eu'),(3264836352,'pl'),(3264836608,'de'),(3264836864,'nl'),(3264837120,'bg'),(3264837376,'pl'),(3264837632,'at'),(3264839680,'ua'),(3264840192,'nl'),(3264840448,'it'),(3264840704,'pt'),(3264840960,'pl'),(3264841472,'lv'),(3264841728,'uk'),(3264844032,'bg'),(3264844288,'de'),(3264844800,'ua'),(3264845312,'de'),(3264845952,'uk'),(3264846208,'pl'),(3264846336,'uk'),(3264846464,'no'),(3264846592,'de'),(3264846720,'ru'),(3264846848,'dk'),(3264846912,'sk'),(3264847040,'uk'),(3264847104,'eu'),(3264847136,'uk'),(3264847168,'ie'),(3264847200,'no'),(3264847264,'li'),(3264847360,'eu'),(3264847488,'ru'),(3264847616,'pl'),(3264847680,'lv'),(3264847744,'eu'),(3264847808,'se'),(3264847872,'de'),(3264849920,'uk'),(3264850432,'pl'),(3264850688,'lv'),(3264850944,'it'),(3264851968,'ch'),(3264854016,'de'),(3264854528,'cz'),(3264854784,'it'),(3264855040,'eu'),(3264855552,'de'),(3264856064,'it'),(3264861696,'fr'),(3264862208,'pl'),(3264862464,'at'),(3264862720,'uk'),(3264862976,'eu'),(3264863232,'at'),(3264864256,'ro'),(3264872448,'uk'),(3264888832,'ru'),(3264897024,'uk'),(3264905216,'cy'),(3264913408,'uk'),(3264921600,'lu'),(3264929792,'sk'),(3264937984,'uk'),(3265003520,'de'),(3265055232,'fr'),(3265055744,'de'),(3265069056,'fi'),(3265134592,'uk'),(3265142784,'mt'),(3265150976,'ad'),(3265159168,'fr'),(3265167360,'at'),(3265175552,'nl'),(3265183744,'by'),(3265191936,'ch'),(3265200128,'uk'),(3265265664,'sk'),(3265331200,'eu'),(3265396736,'de'),(3265527808,'uk'),(3265593344,'ru'),(3265594368,'ua'),(3265595392,'pl'),(3265595904,'ru'),(3265596416,'uk'),(3265597440,'ru'),(3265600000,'hu'),(3265600512,'uk'),(3265601024,'ru'),(3265601536,'se'),(3265601792,'ch'),(3265602048,'nl'),(3265602304,'de'),(3265602560,'it'),(3265602816,'ie'),(3265603072,'dk'),(3265603328,'ru'),(3265603584,'de'),(3265603840,'pl'),(3265604096,'nl'),(3265604352,'fr'),(3265604608,'ch'),(3265604864,'fr'),(3265605120,'ru'),(3265605376,'cz'),(3265605632,'pl'),(3265605888,'uk'),(3265606144,'ru'),(3265606400,'de'),(3265606656,'at'),(3265606912,'fr'),(3265607168,'pl'),(3265607424,'uk'),(3265607680,'dk'),(3265607936,'cz'),(3265608192,'ru'),(3265608448,'se'),(3265608704,'uk'),(3265608960,'ru'),(3265609728,'nl'),(3265617920,'si'),(3265626112,'jo'),(3265634304,'ie'),(3265642496,'uk'),(3265650688,'se'),(3265658880,'at'),(3265724416,'fr'),(3265789952,'uk'),(3265887488,'pt'),(3265887744,'pl'),(3265888256,'uk'),(3265904384,'ro'),(3265904640,'de'),(3265904896,'ua'),(3265905152,'uk'),(3265905664,'ie'),(3265905920,'uk'),(3265906176,'de'),(3265906432,'ch'),(3265906688,'at'),(3265906944,'uk'),(3265907200,'de'),(3265907456,'fr'),(3265907968,'ua'),(3265908736,'nl'),(3265908992,'ro'),(3265909248,'ua'),(3265909504,'de'),(3265909760,'ro'),(3265910016,'pl'),(3265910272,'eu'),(3265910528,'uk'),(3265911552,'ch'),(3265911808,'pl'),(3265912064,'uk'),(3265912320,'de'),(3265912576,'ro'),(3265912832,'cz'),(3265913088,'se'),(3265913344,'pl'),(3265914368,'ru'),(3265914624,'bg'),(3265914880,'gr'),(3265915136,'ro'),(3265915392,'uk'),(3265915648,'ro'),(3265915904,'pl'),(3265916416,'ua'),(3265916672,'de'),(3265916928,'fr'),(3265917184,'pl'),(3265917440,'ru'),(3265917696,'se'),(3265917952,'uk'),(3265918208,'ch'),(3265918464,'at'),(3265918720,'ru'),(3265918976,'nl'),(3265919232,'uk'),(3265919488,'ru'),(3265919744,'dk'),(3265920000,'cz'),(3265920256,'tr'),(3265920512,'uk'),(3265921024,'ae'),(3265986560,'nl'),(3266052096,'de'),(3266322432,'lt'),(3266330624,'uk'),(3266338816,'se'),(3266339072,'ua'),(3266339328,'dk'),(3266339584,'uk'),(3266339840,'ru'),(3266340096,'pl'),(3266340608,'fi'),(3266340864,'ch'),(3266341120,'uk'),(3266341376,'de'),(3266341632,'uk'),(3266341888,'kw'),(3266342144,'ch'),(3266342400,'be'),(3266342656,'kg'),(3266342912,'si'),(3266343168,'gr'),(3266343424,'ua'),(3266343680,'ro'),(3266343936,'ch'),(3266344192,'ua'),(3266344704,'es'),(3266344960,'de'),(3266345728,'dk'),(3266345984,'uk'),(3266346496,'it'),(3266346752,'fr'),(3266347008,'eu'),(3266355200,'ro'),(3266363392,'uk'),(3266371584,'hu'),(3266379776,'ua'),(3266380800,'pl'),(3266381824,'fr'),(3266382848,'ru'),(3266383872,'il'),(3266384896,'cz'),(3266385920,'ua'),(3266386944,'pl'),(3266387968,'lu'),(3266396160,'it'),(3266412544,'at'),(3266420736,'eu'),(3266428928,'gr'),(3266437120,'gl'),(3266445312,'nl'),(3266510848,'es'),(3266543616,'it'),(3266576384,'de'),(3266634392,'ee'),(3266634400,'de'),(3266641920,'pl'),(3266707456,'dk'),(3266772992,'it'),(3266781184,'pl'),(3266789376,'sm'),(3266797568,'uk'),(3266805760,'at'),(3266813952,'ua'),(3266822144,'fr'),(3266830336,'be'),(3266838528,'it'),(3266969600,'ru'),(3267035136,'no'),(3267039232,'de'),(3267040256,'ro'),(3267041280,'ua'),(3267043328,'uk'),(3267044352,'ru'),(3267045376,'pl'),(3267046400,'nl'),(3267047424,'ua'),(3267048448,'pl'),(3267049472,'uk'),(3267050496,'se'),(3267051520,'de'),(3267052544,'lv'),(3267053568,'pl'),(3267054592,'uk'),(3267055616,'ps'),(3267056640,'il'),(3267057664,'ch'),(3267058688,'at'),(3267059712,'ua'),(3267060736,'lv'),(3267061760,'ua'),(3267063808,'eu'),(3267064832,'pl'),(3267065856,'ro'),(3267066880,'it'),(3267067904,'ua'),(3267068928,'bg'),(3267069952,'eu'),(3267070976,'de'),(3267072000,'pl'),(3267073024,'ua'),(3267075072,'ch'),(3267076096,'eu'),(3267078144,'pl'),(3267079168,'it'),(3267080192,'at'),(3267081216,'pl'),(3267082240,'de'),(3267083264,'ro'),(3267084288,'fr'),(3267085312,'ru'),(3267086336,'pl'),(3267087360,'ru'),(3267088384,'ua'),(3267089408,'fi'),(3267090432,'ua'),(3267091456,'de'),(3267092480,'fr'),(3267093504,'ua'),(3267094528,'eu'),(3267095552,'pl'),(3267096576,'de'),(3267097600,'kz'),(3267098624,'uk'),(3267099648,'it'),(3267100672,'fi'),(3267166208,'uk'),(3267231744,'ru'),(3267297280,'ch'),(3267362816,'dk'),(3267428352,'uk'),(3267493888,'eu'),(3267559424,'de'),(3267624960,'eu'),(3267690496,'fi'),(3267756032,'eu'),(3267821568,'fr'),(3267887104,'uk'),(3268149248,'ee'),(3268165632,'ch'),(3268173824,'mt'),(3268182016,'pl'),(3268214784,'eu'),(3268280320,'fr'),(3268345856,'uk'),(3268411392,'at'),(3268476928,'ch'),(3268542464,'pt'),(3268608000,'fi'),(3268673536,'cz'),(3268739072,'de'),(3268739328,'pl'),(3268739584,'de'),(3268739840,'si'),(3268740096,'il'),(3268740352,'de'),(3268740608,'ua'),(3268740864,'ch'),(3268741120,'fr'),(3268741376,'lv'),(3268741888,'at'),(3268742144,'ru'),(3268742400,'cz'),(3268742656,'uk'),(3268742912,'nl'),(3268743168,'ro'),(3268743424,'pl'),(3268743680,'gr'),(3268743936,'uk'),(3268744192,'de'),(3268744448,'ru'),(3268744704,'pl'),(3268744960,'ua'),(3268745472,'ru'),(3268745728,'pl'),(3268745984,'de'),(3268746240,'uk'),(3268746752,'fr'),(3268747008,'de'),(3268747264,'cz'),(3268755456,'se'),(3268763648,'ru'),(3268764160,'de'),(3268764672,'lv'),(3268765184,'cz'),(3268765696,'ua'),(3268766720,'il'),(3268767232,'ua'),(3268767744,'nl'),(3268768256,'be'),(3268768768,'cz'),(3268769280,'se'),(3268769792,'ua'),(3268770304,'ru'),(3268770816,'fr'),(3268771328,'nl'),(3268771840,'no'),(3268788224,'cz'),(3268804608,'fr'),(3268870144,'fi'),(3268935680,'uk'),(3269066752,'se'),(3269132288,'gr'),(3269197824,'ru'),(3269263360,'eu'),(3269328896,'uk'),(3269459968,'es'),(3269525504,'ir'),(3269591040,'ru'),(3269656576,'uk'),(3269722112,'cz'),(3269787648,'nl'),(3269853184,'ch'),(3269918720,'de'),(3269984256,'at'),(3270049792,'de'),(3270115328,'eu'),(3270246400,'se'),(3270377472,'uk'),(3270443008,'dk'),(3270508544,'fi'),(3270639616,'pl'),(3270640128,'ru'),(3270642176,'no'),(3270642688,'de'),(3270643200,'ru'),(3270643712,'at'),(3270644224,'nl'),(3270644736,'de'),(3270645248,'pl'),(3270645760,'il'),(3270646272,'ru'),(3270646784,'cz'),(3270647808,'tr'),(3270648064,'ru'),(3270648320,'ch'),(3270648576,'at'),(3270648832,'si'),(3270649088,'at'),(3270649344,'dk'),(3270649600,'pl'),(3270649856,'dk'),(3270650112,'at'),(3270650368,'dk'),(3270650624,'uk'),(3270651136,'fr'),(3270651392,'de'),(3270651648,'fr'),(3270651904,'it'),(3270652416,'dk'),(3270652672,'eu'),(3270652928,'pl'),(3270653184,'ua'),(3270653440,'nl'),(3270653696,'uk'),(3270654208,'eu'),(3270654464,'nl'),(3270654720,'ua'),(3270655232,'it'),(3270655488,'pl'),(3270655744,'ch'),(3270656000,'eu'),(3270664192,'ua'),(3270666240,'pl'),(3270667264,'se'),(3270668288,'fr'),(3270669312,'ua'),(3270670336,'ru'),(3270672384,'uk'),(3270680576,'fr'),(3270688768,'it'),(3270836224,'de'),(3270911840,'pl'),(3270911872,'de'),(3270911936,'pl'),(3270911968,'nl'),(3270912000,'de'),(3270926592,'ch'),(3270926848,'pl'),(3270927104,'ua'),(3270927360,'ch'),(3270927616,'uk'),(3270927872,'hu'),(3270928128,'ro'),(3270928384,'ua'),(3270928896,'pl'),(3270929408,'uk'),(3270929920,'bg'),(3270930432,'ru'),(3270931456,'ua'),(3270931968,'ch'),(3270932480,'ua'),(3270932992,'de'),(3270933504,'pl'),(3270934016,'it'),(3270934528,'de'),(3270967296,'pl'),(3270968320,'de'),(3270968832,'se'),(3270969344,'ch'),(3270969856,'at'),(3270970368,'ua'),(3270970880,'cz'),(3270971392,'ua'),(3270972416,'ru'),(3270973952,'fr'),(3270974464,'it'),(3270974976,'nl'),(3270983680,'uk'),(3270991872,'nl'),(3271000064,'ru'),(3271008256,'be'),(3271008768,'si'),(3271009280,'ro'),(3271009792,'il'),(3271010304,'ru'),(3271010816,'uk'),(3271011328,'ua'),(3271013376,'fr'),(3271013888,'cz'),(3271014400,'ru'),(3271014912,'ro'),(3271015424,'dk'),(3271015936,'ru'),(3271016448,'rs'),(3271024640,'uk'),(3271032832,'no'),(3271098368,'si'),(3271163904,'fr'),(3271229440,'fi'),(3271360512,'eu'),(3271426048,'fr'),(3271491584,'dk'),(3271557120,'be'),(3271589888,'no'),(3271688192,'eu'),(3271704576,'ru'),(3271712768,'lv'),(3271720960,'uk'),(3271729152,'de'),(3271737344,'ru'),(3271738368,'ro'),(3271738880,'ru'),(3271739392,'at'),(3271739904,'ie'),(3271740416,'ua'),(3271740928,'ru'),(3271741440,'pl'),(3271741952,'cz'),(3271742976,'ru'),(3271744000,'ro'),(3271744512,'at'),(3271745024,'pl'),(3271745536,'uk'),(3271746048,'ie'),(3271746560,'ch'),(3271747072,'kz'),(3271747584,'ru'),(3271748096,'gr'),(3271748608,'ua'),(3271749120,'ru'),(3271750144,'ua'),(3271750656,'uk'),(3271751168,'ro'),(3271751680,'nl'),(3271752192,'il'),(3271752704,'ru'),(3271753216,'pl'),(3271753728,'fr'),(3271770112,'at'),(3271786496,'ua'),(3271788544,'uk'),(3271789568,'ru'),(3271790592,'lv'),(3271791616,'ua'),(3271792640,'pl'),(3271793664,'ua'),(3271794688,'it'),(3271795712,'cy'),(3271796736,'sk'),(3271797760,'uk'),(3271798784,'nl'),(3271799808,'ru'),(3271800832,'uk'),(3271801856,'ps'),(3271802880,'de'),(3271803904,'ua'),(3271804928,'pl'),(3271805952,'ua'),(3271806976,'uk'),(3271808000,'de'),(3271810048,'pl'),(3271811072,'ua'),(3271812096,'eu'),(3271813120,'pl'),(3271814144,'ua'),(3271815168,'ru'),(3271816192,'ua'),(3271817216,'de'),(3271818240,'ua'),(3271819264,'de'),(3271884800,'ua'),(3271901184,'es'),(3271909376,'ro'),(3271909888,'de'),(3271910400,'dk'),(3271910912,'lv'),(3271911424,'de'),(3271911936,'ua'),(3271912960,'fr'),(3271913472,'no'),(3271913984,'ro'),(3271914496,'eu'),(3271915008,'se'),(3271915520,'de'),(3271916032,'uk'),(3271916544,'ua'),(3271917056,'ro'),(3271917568,'ru'),(3271925760,'de'),(3271926016,'md'),(3271926272,'ru'),(3271926528,'nl'),(3271926784,'si'),(3271927296,'no'),(3271927552,'uk'),(3271927808,'de'),(3271928064,'uk'),(3271928320,'ru'),(3271928576,'ch'),(3271928832,'ie'),(3271929088,'lb'),(3271929344,'no'),(3271929600,'uk'),(3271929856,'pl'),(3271930112,'hu'),(3271930368,'uz'),(3271930624,'de'),(3271930880,'ch'),(3271931136,'pl'),(3271931648,'no'),(3271931904,'ua'),(3271932160,'se'),(3271932416,'cz'),(3271932672,'de'),(3271932928,'pl'),(3271933184,'uk'),(3271933440,'se'),(3271933696,'de'),(3271933952,'fr'),(3272015872,'ro'),(3272019968,'it'),(3272020992,'dk'),(3272024064,'ie'),(3272032256,'uk'),(3272040448,'fr'),(3272048640,'nl'),(3272056832,'ru'),(3272065024,'uk'),(3272081408,'pt'),(3272089600,'no'),(3272090112,'ru'),(3272091648,'ua'),(3272092672,'ru'),(3272093184,'ro'),(3272094208,'am'),(3272094720,'pl'),(3272095232,'fi'),(3272095744,'cz'),(3272096256,'pt'),(3272096768,'fi'),(3272097280,'ru'),(3272097792,'uk'),(3272106240,'pl'),(3272106496,'se'),(3272106752,'pl'),(3272107008,'uk'),(3272107264,'pl'),(3272107520,'ru'),(3272107776,'uk'),(3272108032,'de'),(3272108288,'ro'),(3272108544,'pl'),(3272109056,'ch'),(3272109312,'tr'),(3272109568,'uk'),(3272109824,'fr'),(3272110080,'se'),(3272110336,'ch'),(3272110592,'at'),(3272110848,'lv'),(3272111104,'uk'),(3272111872,'ro'),(3272112384,'de'),(3272113152,'fr'),(3272113408,'pl'),(3272113664,'uk'),(3272113920,'at'),(3272114176,'pl'),(3272122368,'uk'),(3272131072,'ro'),(3272131584,'uk'),(3272132096,'ch'),(3272132608,'ua'),(3272133120,'uk'),(3272133632,'eu'),(3272134144,'ro'),(3272134656,'nl'),(3272135168,'ch'),(3272135680,'at'),(3272136192,'fr'),(3272136704,'pl'),(3272137216,'lt'),(3272137728,'pl'),(3272138240,'bg'),(3272138752,'de'),(3272146944,'ru'),(3272212480,'eu'),(3272228864,'lu'),(3272237056,'uk'),(3272245248,'fi'),(3272261632,'uk'),(3272261888,'bg'),(3272262144,'il'),(3272262400,'de'),(3272262656,'no'),(3272262912,'sa'),(3272263168,'ru'),(3272263424,'uk'),(3272263936,'es'),(3272264192,'nl'),(3272264448,'de'),(3272264704,'lv'),(3272264960,'ru'),(3272265216,'at'),(3272265472,'dk'),(3272265728,'de'),(3272265984,'uk'),(3272266240,'ua'),(3272266496,'se'),(3272266752,'nl'),(3272267008,'uk'),(3272267264,'se'),(3272267520,'uk'),(3272267776,'lv'),(3272268032,'im'),(3272268288,'ua'),(3272268544,'ro'),(3272268800,'il'),(3272269056,'uk'),(3272269312,'il'),(3272269568,'uk'),(3272351744,'pl'),(3272352768,'cz'),(3272353792,'ch'),(3272355840,'uk'),(3272356864,'ro'),(3272357888,'eu'),(3272358912,'nl'),(3272359936,'ru'),(3272368128,'kz'),(3272376320,'sk'),(3272384512,'lt'),(3272392704,'at'),(3272400896,'eu'),(3272409088,'be'),(3272417280,'uk'),(3272418048,'fr'),(3272418688,'pl'),(3272419328,'de'),(3272420352,'uk'),(3272420608,'de'),(3272420864,'pl'),(3272420992,'dk'),(3272421120,'ua'),(3272421376,'ro'),(3272421888,'uk'),(3272422400,'ch'),(3272422912,'se'),(3272423424,'be'),(3272423936,'fr'),(3272424448,'eu'),(3272425472,'uk'),(3272441856,'lv'),(3272474624,'fr'),(3272474880,'nl'),(3272475136,'ru'),(3272475392,'pl'),(3272475904,'fr'),(3272476160,'ro'),(3272476672,'de'),(3272476928,'gr'),(3272477184,'uk'),(3272477440,'pl'),(3272477696,'ru'),(3272477952,'ro'),(3272478208,'dk'),(3272478464,'fi'),(3272478720,'eu'),(3272478976,'ua'),(3272479232,'uk'),(3272479488,'sa'),(3272479744,'se'),(3272480000,'ru'),(3272480256,'fr'),(3272480512,'ch'),(3272480768,'eu'),(3272481024,'se'),(3272481280,'ch'),(3272481536,'fr'),(3272481792,'it'),(3272482048,'nl'),(3272482304,'fr'),(3272482560,'be'),(3272482816,'ru'),(3272491008,'uk'),(3272499200,'ru'),(3272499712,'nl'),(3272500224,'ru'),(3272500736,'it'),(3272501248,'cz'),(3272501760,'ru'),(3272502784,'kw'),(3272503296,'ua'),(3272503808,'ru'),(3272504320,'pl'),(3272504832,'ru'),(3272505344,'at'),(3272505856,'ua'),(3272506880,'ch'),(3272507392,'cy'),(3272515584,'lt'),(3272523776,'de'),(3272540160,'ch'),(3272605696,'be'),(3272613888,'ru'),(3272622080,'ro'),(3272623104,'de'),(3272624128,'ru'),(3272625152,'ua'),(3272626176,'de'),(3272627200,'nl'),(3272628224,'ua'),(3272630272,'ru'),(3272638464,'es'),(3272646656,'uk'),(3272654848,'fi'),(3272663040,'at'),(3272671232,'eu'),(3272736768,'it'),(3272737792,'uk'),(3272738816,'il'),(3272739840,'ua'),(3272740864,'cz'),(3272741888,'ua'),(3272742912,'cz'),(3272743936,'ua'),(3272744960,'ru'),(3272753152,'nl'),(3272769536,'no'),(3272802304,'ru'),(3272867840,'pl'),(3272868864,'ua'),(3272869888,'uk'),(3272871936,'fi'),(3272872960,'bg'),(3272875008,'ua'),(3272876032,'nl'),(3272884224,'de'),(3272892416,'ua'),(3272892928,'eu'),(3272893440,'se'),(3272893952,'cz'),(3272894464,'eu'),(3272894976,'ro'),(3272895488,'uk'),(3272896000,'pl'),(3272896512,'uk'),(3272897024,'eu'),(3272897536,'fi'),(3272898048,'ua'),(3272898560,'eu'),(3272899072,'uk'),(3272899584,'ua'),(3272900096,'lv'),(3272908800,'sk'),(3272916992,'mc'),(3272917504,'ru'),(3272918528,'fr'),(3272919040,'uk'),(3272919552,'ro'),(3272920064,'nl'),(3272920576,'se'),(3272921088,'ch'),(3272921600,'nl'),(3272922112,'pl'),(3272922624,'ie'),(3272923136,'de'),(3272923648,'pl'),(3272924160,'eu'),(3272924672,'uk'),(3272925184,'de'),(3272933376,'uk'),(3272998912,'pt'),(3273007104,'cz'),(3273015296,'se'),(3273023488,'pl'),(3273024512,'nl'),(3273025536,'ua'),(3273026560,'ru'),(3273027584,'ua'),(3273028608,'pl'),(3273029632,'dk'),(3273030656,'pl'),(3273031680,'uk'),(3273032192,'ua'),(3273033216,'uk'),(3273033728,'de'),(3273034240,'be'),(3273034752,'ua'),(3273035264,'eu'),(3273035776,'uk'),(3273036288,'bg'),(3273036800,'il'),(3273037312,'uk'),(3273037824,'ua'),(3273038336,'gr'),(3273038848,'uk'),(3273039872,'lt'),(3273048064,'it'),(3273056256,'md'),(3273064448,'pt'),(3273129984,'dk'),(3273138176,'bg'),(3273146368,'ua'),(3273148416,'lu'),(3273152512,'bg'),(3273154560,'de'),(3273162752,'ua'),(3273170944,'se'),(3273187328,'se'),(3273187840,'dk'),(3273188352,'ru'),(3273188864,'uk'),(3273189888,'ua'),(3273190400,'ro'),(3273191936,'ua'),(3273192448,'dk'),(3273192960,'fr'),(3273193472,'pl'),(3273193984,'uk'),(3273194496,'ua'),(3273195008,'ru'),(3273195520,'fr'),(3273261056,'no'),(3273261568,'be'),(3273262080,'lu'),(3273262592,'ru'),(3273263104,'fr'),(3273263616,'se'),(3273264128,'pl'),(3273264640,'eu'),(3273265152,'ua'),(3273265664,'cz'),(3273266176,'lv'),(3273266688,'pl'),(3273267712,'uk'),(3273268224,'se'),(3273268736,'ru'),(3273269248,'uk'),(3273277440,'ua'),(3273279488,'pl'),(3273281536,'ua'),(3273283584,'uk'),(3273284608,'ua'),(3273285632,'uk'),(3273293824,'mk'),(3273302016,'ru'),(3273310208,'at'),(3273318400,'uk'),(3273326592,'eu'),(3273392128,'ua'),(3273392640,'ro'),(3273393664,'bg'),(3273394176,'ro'),(3273394688,'ru'),(3273395200,'de'),(3273395712,'ru'),(3273396224,'pl'),(3273396736,'ro'),(3273397248,'ru'),(3273397760,'nl'),(3273398272,'ro'),(3273398784,'lv'),(3273399296,'se'),(3273399808,'ua'),(3273400320,'ru'),(3273408512,'sk'),(3273433088,'lu'),(3273433600,'ro'),(3273434112,'be'),(3273434624,'il'),(3273435136,'uk'),(3273435648,'pl'),(3273436160,'no'),(3273436672,'de'),(3273437184,'ro'),(3273437696,'pl'),(3273438208,'il'),(3273438720,'pl'),(3273439232,'ro'),(3273439744,'ua'),(3273440256,'ro'),(3273440768,'at'),(3273441280,'uk'),(3273449472,'ch'),(3273457664,'hr'),(3273523200,'de'),(3273588736,'it'),(3273687040,'de'),(3273719808,'eu'),(3273768960,'tr'),(3273785344,'ru'),(3273801728,'de'),(3273802240,'ro'),(3273802752,'sa'),(3273803264,'uk'),(3273803776,'ch'),(3273804288,'ua'),(3273804800,'ro'),(3273805312,'uk'),(3273805824,'pl'),(3273806336,'de'),(3273806848,'se'),(3273807360,'lu'),(3273807872,'ch'),(3273808384,'ua'),(3273808896,'uk'),(3273809408,'ua'),(3273809920,'bg'),(3273818112,'at'),(3273826304,'de'),(3273834496,'ru'),(3273835520,'ua'),(3273838592,'pl'),(3273839616,'lt'),(3273840640,'pl'),(3273841664,'at'),(3273842688,'ru'),(3273850880,'de'),(3273867264,'uk'),(3273867520,'ua'),(3273867776,'pt'),(3273868032,'de'),(3273868288,'ru'),(3273869312,'de'),(3273871360,'pl'),(3273871616,'lu'),(3273871872,'se'),(3273872384,'bg'),(3273872640,'il'),(3273872896,'se'),(3273873152,'de'),(3273873920,'uk'),(3273874432,'gr'),(3273875456,'eu'),(3273875712,'se'),(3273875968,'de'),(3273876224,'it'),(3273876480,'se'),(3273876992,'uk'),(3273877248,'de'),(3273877504,'uk'),(3273877536,'at'),(3273877568,'it'),(3273877760,'gr'),(3273878016,'uk'),(3273878272,'lv'),(3273878528,'de'),(3273879040,'eu'),(3273879552,'uk'),(3273880064,'lv'),(3273880576,'ru'),(3273881088,'ro'),(3273881344,'ch'),(3273881600,'uk'),(3273881856,'ch'),(3273882112,'si'),(3273882368,'uk'),(3273883136,'gr'),(3273883392,'nl'),(3273916416,'it'),(3273932800,'de'),(3273949184,'fr'),(3273981952,'de'),(3274047488,'eu'),(3274049536,'de'),(3274050560,'pl'),(3274051584,'ua'),(3274052352,'uk'),(3274053120,'kz'),(3274053376,'ru'),(3274053632,'uk'),(3274054656,'eu'),(3274055168,'mt'),(3274055424,'pl'),(3274055680,'ru'),(3274063872,'uk'),(3274072064,'hu'),(3274080256,'de'),(3274088448,'kg'),(3274096640,'nl'),(3274113024,'cz'),(3274145792,'kw'),(3274162176,'uk'),(3274162688,'eu'),(3274163200,'ua'),(3274163712,'bg'),(3274164224,'at'),(3274164736,'uk'),(3274165760,'ru'),(3274166272,'pl'),(3274166784,'ua'),(3274167296,'bg'),(3274167808,'ua'),(3274168320,'pl'),(3274169344,'de'),(3274169856,'nl'),(3274170368,'tr'),(3274170880,'uk'),(3274171392,'ru'),(3274171904,'de'),(3274172416,'ua'),(3274172928,'eu'),(3274173440,'gr'),(3274173952,'de'),(3274174464,'ua'),(3274175488,'uk'),(3274176000,'de'),(3274176512,'ua'),(3274177024,'eu'),(3274177536,'ua'),(3274178048,'nl'),(3274178560,'uk'),(3274244096,'dk'),(3274309632,'eu'),(3274326016,'ru'),(3274334720,'pl'),(3274335232,'de'),(3274335744,'ua'),(3274336256,'se'),(3274336768,'at'),(3274337280,'de'),(3274337792,'se'),(3274338304,'pl'),(3274338816,'de'),(3274339328,'ro'),(3274339840,'ru'),(3274340352,'de'),(3274340864,'ru'),(3274341376,'fr'),(3274341888,'ua'),(3274342400,'ro'),(3274342912,'ua'),(3274343424,'eu'),(3274343936,'nl'),(3274344448,'ua'),(3274344960,'ro'),(3274345472,'pl'),(3274345984,'bg'),(3274346496,'fr'),(3274347008,'ru'),(3274347520,'fr'),(3274348032,'dk'),(3274348544,'pl'),(3274349056,'ru'),(3274358784,'se'),(3274366976,'nl'),(3274368512,'at'),(3274368768,'uk'),(3274369024,'de'),(3274370048,'uk'),(3274371072,'nl'),(3274373376,'pl'),(3274373632,'uk'),(3274373888,'fr'),(3274374144,'de'),(3274375168,'eg'),(3274383360,'ru'),(3274384384,'se'),(3274385408,'ua'),(3274386432,'uk'),(3274389504,'ch'),(3274390528,'no'),(3274391552,'fr'),(3274392064,'pl'),(3274392576,'ru'),(3274393088,'ua'),(3274393600,'pl'),(3274394112,'am'),(3274394624,'eu'),(3274395136,'dk'),(3274395648,'cz'),(3274396160,'lv'),(3274396672,'pl'),(3274397184,'ee'),(3274397696,'de'),(3274398208,'ru'),(3274399232,'ua'),(3274399744,'lu'),(3274407936,'uk'),(3274408192,'it'),(3274408448,'uk'),(3274408704,'si'),(3274408960,'gr'),(3274409216,'si'),(3274409472,'uk'),(3274409728,'ru'),(3274409984,'lt'),(3274410240,'sa'),(3274410496,'nl'),(3274410752,'at'),(3274411008,'ch'),(3274411264,'de'),(3274411520,'pl'),(3274412032,'ru'),(3274412288,'no'),(3274412544,'ua'),(3274412800,'ru'),(3274413056,'ua'),(3274413312,'at'),(3274413568,'fr'),(3274413824,'se'),(3274414080,'at'),(3274414336,'ch'),(3274414592,'uk'),(3274414848,'ie'),(3274415104,'gr'),(3274415360,'uk'),(3274415616,'de'),(3274415872,'si'),(3274416128,'it'),(3274424320,'se'),(3274440704,'eu'),(3274506240,'it'),(3274571776,'gr'),(3274579968,'cz'),(3274580992,'nl'),(3274582016,'pl'),(3274583040,'de'),(3274584064,'uk'),(3274585088,'rs'),(3274586112,'cy'),(3274587136,'uk'),(3274588160,'sk'),(3274596352,'ru'),(3274604544,'tr'),(3274612736,'ru'),(3274620928,'fr'),(3274629120,'lu'),(3274637312,'cz'),(3274670080,'dk'),(3274686464,'ru'),(3274686720,'bg'),(3274686976,'ro'),(3274687232,'de'),(3274687488,'ru'),(3274687744,'si'),(3274688000,'uk'),(3274688256,'it'),(3274688512,'uk'),(3274688768,'pl'),(3274689024,'ua'),(3274689280,'pl'),(3274689536,'ru'),(3274689792,'se'),(3274690048,'uk'),(3274690304,'eu'),(3274690560,'gr'),(3274690816,'uk'),(3274691072,'dk'),(3274691328,'si'),(3274691584,'ua'),(3274691840,'si'),(3274692096,'ro'),(3274692352,'uk'),(3274692608,'dk'),(3274692864,'uk'),(3274693120,'lt'),(3274693376,'ua'),(3274693632,'nl'),(3274693888,'it'),(3274694144,'dk'),(3274694400,'uk'),(3274694656,'si'),(3274694912,'uk'),(3274695168,'si'),(3274695424,'pl'),(3274695680,'si'),(3274695936,'de'),(3274696192,'dk'),(3274696448,'ch'),(3274696704,'it'),(3274696960,'gr'),(3274697216,'sa'),(3274697472,'cz'),(3274697728,'uk'),(3274698240,'se'),(3274698496,'pl'),(3274698752,'uk'),(3274699008,'fr'),(3274699264,'ro'),(3274699776,'uk'),(3274700032,'ch'),(3274700288,'pl'),(3274700544,'dk'),(3274700800,'ua'),(3274701056,'uk'),(3274701312,'de'),(3274701568,'it'),(3274702080,'ua'),(3274702336,'se'),(3274702592,'kz'),(3274702848,'ch'),(3274801152,'ua'),(3274802176,'fr'),(3274803200,'de'),(3274804224,'fr'),(3274805248,'uk'),(3274806272,'ua'),(3274807296,'de'),(3274809344,'se'),(3274810368,'ua'),(3274811392,'ru'),(3274812416,'se'),(3274813440,'es'),(3274814464,'uk'),(3274815488,'ru'),(3274816512,'sk'),(3274817536,'ru'),(3274819584,'ua'),(3274821632,'kz'),(3274823680,'tr'),(3274825728,'de'),(3274829824,'se'),(3274831872,'ro'),(3274833920,'by'),(3274842112,'dk'),(3274850304,'uk'),(3274866688,'de'),(3274883072,'ee'),(3274891264,'ch'),(3274899456,'eu'),(3274964992,'de'),(3275030528,'es'),(3275096064,'ru'),(3275105280,'uk'),(3275105792,'nl'),(3275106304,'ru'),(3275106816,'ua'),(3275107328,'bg'),(3275107840,'pl'),(3275108352,'fr'),(3275108864,'pl'),(3275109376,'cz'),(3275109888,'de'),(3275110400,'nl'),(3275110912,'uk'),(3275111424,'it'),(3275111936,'fr'),(3275112448,'dk'),(3275120640,'se'),(3275137024,'ua'),(3275138048,'de'),(3275138560,'ua'),(3275139072,'pt'),(3275139584,'md'),(3275140096,'at'),(3275140608,'cz'),(3275141632,'ge'),(3275142144,'cz'),(3275142656,'se'),(3275143168,'pl'),(3275145216,'ru'),(3275153408,'uk'),(3275161600,'es'),(3275227136,'hu'),(3275292672,'es'),(3275358208,'ru'),(3275374592,'uk'),(3275382784,'se'),(3275390976,'uk'),(3275399168,'at'),(3275407360,'uk'),(3275415552,'ua'),(3275423744,'eu'),(3275489280,'uk'),(3275497472,'de'),(3275505664,'pl'),(3275506176,'ua'),(3275506688,'se'),(3275507200,'ua'),(3275507712,'ro'),(3275509760,'it'),(3275509856,'pl'),(3275509888,'am'),(3275509920,'pl'),(3275509952,'ch'),(3275509984,'pt'),(3275510016,'se'),(3275510080,'es'),(3275510144,'it'),(3275510336,'ie'),(3275510400,'nl'),(3275510464,'uk'),(3275510528,'pl'),(3275510560,'de'),(3275510624,'ee'),(3275510656,'fr'),(3275510784,'ru'),(3275510912,'uk'),(3275511168,'lv'),(3275511296,'uk'),(3275511552,'nl'),(3275511680,'uk'),(3275511808,'ch'),(3275512064,'cz'),(3275512192,'it'),(3275512320,'fi'),(3275512448,'dk'),(3275512576,'be'),(3275512704,'pl'),(3275512832,'se'),(3275512896,'at'),(3275512960,'pl'),(3275513024,'ua'),(3275513152,'es'),(3275513216,'ch'),(3275513280,'dk'),(3275513344,'pl'),(3275513472,'fr'),(3275513600,'pl'),(3275513728,'uk'),(3275513856,'de'),(3275522048,'it'),(3275530240,'dk'),(3275530752,'at'),(3275531264,'uk'),(3275531776,'ie'),(3275532288,'ch'),(3275532800,'eu'),(3275533312,'uk'),(3275533824,'ua'),(3275534336,'il'),(3275534848,'ro'),(3275535360,'de'),(3275535872,'se'),(3275536384,'ua'),(3275536896,'de'),(3275537408,'fr'),(3275537920,'it'),(3275538432,'uk'),(3275540480,'ua'),(3275542528,'de'),(3275543552,'nl'),(3275544576,'pl'),(3275545600,'eu'),(3275546624,'ua'),(3275547648,'ru'),(3275548672,'il'),(3275549696,'sy'),(3275550720,'pl'),(3275551744,'ru'),(3275552768,'lv'),(3275553792,'fi'),(3275554816,'eu'),(3275620352,'ru'),(3275622400,'uk'),(3275623424,'pl'),(3275623936,'ua'),(3275624448,'sk'),(3275624960,'il'),(3275625472,'de'),(3275625984,'bg'),(3275626496,'ua'),(3275627008,'at'),(3275627520,'uk'),(3275628032,'il'),(3275628544,'ru'),(3275629568,'ua'),(3275630080,'nl'),(3275630592,'pl'),(3275631104,'fr'),(3275631616,'de'),(3275632128,'ru'),(3275632640,'ua'),(3275633152,'fr'),(3275633664,'ua'),(3275634176,'ru'),(3275634688,'ro'),(3275635200,'ru'),(3275636736,'pl'),(3275637248,'uk'),(3275637760,'be'),(3275638272,'ru'),(3275638784,'fr'),(3275639296,'eu'),(3275639808,'se'),(3275640320,'ru'),(3275640832,'de'),(3275641344,'nl'),(3275641856,'at'),(3275642368,'ru'),(3275642880,'ro'),(3275643392,'be'),(3275643904,'ua'),(3275644416,'ro'),(3275644928,'de'),(3275653120,'lv'),(3275661312,'it'),(3275669504,'uk'),(3275677696,'it'),(3275685888,'de'),(3275751424,'at'),(3275759616,'nl'),(3275776000,'de'),(3275784192,'ro'),(3275784704,'pl'),(3275785216,'ro'),(3275785728,'ch'),(3275786240,'ua'),(3275786752,'ch'),(3275787264,'ua'),(3275788288,'se'),(3275788800,'at'),(3275789312,'ua'),(3275789824,'pl'),(3275790336,'ro'),(3275790848,'dk'),(3275791360,'ru'),(3275791872,'pl'),(3275792384,'bg'),(3275792896,'ua'),(3275793408,'fr'),(3275793920,'ua'),(3275794432,'it'),(3275794944,'rs'),(3275795456,'gr'),(3275795968,'pl'),(3275796480,'de'),(3275796992,'ro'),(3275797504,'de'),(3275798016,'cz'),(3275798528,'ua'),(3275799040,'uk'),(3275799552,'it'),(3275800064,'ua'),(3275800576,'ru'),(3275808768,'ua'),(3275816960,'ch'),(3275882496,'de'),(3275884544,'it'),(3275886592,'pl'),(3275888640,'uk'),(3275890688,'se'),(3275898880,'lv'),(3275899136,'ua'),(3275899648,'pl'),(3275900160,'si'),(3275900416,'uk'),(3275900672,'ru'),(3275901184,'pl'),(3275901440,'de'),(3275901696,'se'),(3275901952,'de'),(3275902208,'ru'),(3275902720,'ua'),(3275902976,'fr'),(3275903232,'uk'),(3275903488,'de'),(3275904000,'ru'),(3275904256,'ch'),(3275904512,'pl'),(3275904768,'ru'),(3275905024,'pl'),(3275905280,'cz'),(3275905536,'nl'),(3275905792,'at'),(3275906304,'ua'),(3275906560,'se'),(3275907072,'ru'),(3275907328,'uk'),(3275907584,'pl'),(3275907840,'de'),(3275908096,'sa'),(3275908352,'se'),(3275908608,'de'),(3275908864,'pl'),(3275909120,'ru'),(3275909376,'ua'),(3275909632,'eu'),(3275909888,'si'),(3275910144,'ru'),(3275910400,'dk'),(3275910656,'ch'),(3275910912,'de'),(3275911168,'fr'),(3275911424,'ro'),(3275911680,'ua'),(3275911936,'nl'),(3275912192,'pl'),(3275912448,'ua'),(3275912704,'il'),(3275912960,'fr'),(3275913216,'ua'),(3275913472,'de'),(3275913984,'ch'),(3275914240,'ro'),(3275914496,'bg'),(3275914752,'ru'),(3275915008,'pt'),(3275915264,'fr'),(3275915776,'se'),(3275916288,'nl'),(3275917312,'ua'),(3275918848,'ro'),(3275919360,'pl'),(3275919872,'cz'),(3275920384,'uk'),(3275920896,'es'),(3275921408,'ua'),(3275921920,'de'),(3275922432,'ru'),(3275922944,'gr'),(3275923456,'me'),(3275931648,'ua'),(3275939840,'uk'),(3275948032,'se'),(3276013568,'uk'),(3276046336,'ru'),(3276062720,'pl'),(3276063232,'fr'),(3276063744,'ua'),(3276064256,'de'),(3276064768,'bg'),(3276065280,'ua'),(3276065792,'de'),(3276066304,'uk'),(3276066816,'ps'),(3276067328,'ru'),(3276067840,'at'),(3276068352,'bg'),(3276068864,'ua'),(3276069888,'uk'),(3276070400,'ua'),(3276070912,'uk'),(3276071424,'pl'),(3276071936,'uk'),(3276072448,'sk'),(3276072960,'pl'),(3276073472,'sk'),(3276073984,'eu'),(3276074496,'uk'),(3276075008,'ru'),(3276075520,'de'),(3276076032,'uk'),(3276076544,'de'),(3276077056,'ua'),(3276077568,'fr'),(3276078080,'ru'),(3276078592,'uk'),(3276079104,'no'),(3276095488,'ua'),(3276096512,'it'),(3276097536,'nl'),(3276098560,'ua'),(3276099584,'pl'),(3276100608,'ua'),(3276101632,'lv'),(3276102656,'uk'),(3276103680,'si'),(3276104704,'ua'),(3276105728,'at'),(3276106752,'bg'),(3276107776,'de'),(3276108800,'se'),(3276109824,'bg'),(3276110848,'pl'),(3276111872,'dk'),(3276112896,'ua'),(3276114944,'cy'),(3276115968,'nl'),(3276116992,'ru'),(3276118016,'uk'),(3276119040,'ru'),(3276120064,'cy'),(3276121088,'bg'),(3276122112,'ru'),(3276123136,'at'),(3276124160,'ua'),(3276125184,'at'),(3276126208,'cy'),(3276127232,'ua'),(3276128256,'at'),(3276129280,'ua'),(3276131328,'dk'),(3276133376,'uk'),(3276134400,'ru'),(3276135424,'cy'),(3276136448,'pl'),(3276137472,'ua'),(3276138496,'nl'),(3276139520,'il'),(3276140544,'uk'),(3276141568,'ua'),(3276142592,'cy'),(3276144640,'ch'),(3276152832,'hu'),(3276161024,'uk'),(3276169216,'at'),(3276177408,'cz'),(3276185600,'no'),(3276193792,'ru'),(3276201984,'at'),(3276210176,'de'),(3276275712,'sk'),(3276283904,'uk'),(3276300288,'de'),(3276304384,'bg'),(3276304640,'uk'),(3276305408,'il'),(3276308480,'uk'),(3276309504,'at'),(3276310528,'pt'),(3276311552,'ru'),(3276312576,'ua'),(3276313600,'pl'),(3276314624,'fr'),(3276315648,'ua'),(3276316672,'uk'),(3276324864,'it'),(3276333056,'ru'),(3276341248,'nl'),(3276406784,'fi'),(3276414976,'dk'),(3276416000,'se'),(3276417024,'eu'),(3276418048,'de'),(3276419072,'pl'),(3276420096,'uk'),(3276421120,'pl'),(3276422144,'uk'),(3276422656,'ru'),(3276423168,'pl'),(3276423424,'nl'),(3276423680,'se'),(3276423936,'ua'),(3276424192,'uk'),(3276424448,'pl'),(3276424704,'de'),(3276424960,'ro'),(3276425216,'ua'),(3276425472,'de'),(3276425728,'ru'),(3276425984,'it'),(3276426240,'dk'),(3276426752,'ro'),(3276427008,'pl'),(3276427264,'eu'),(3276427520,'it'),(3276427776,'ru'),(3276428032,'eu'),(3276428288,'ru'),(3276428544,'bg'),(3276428800,'de'),(3276429056,'nl'),(3276429312,'ru'),(3276430080,'pl'),(3276430592,'uk'),(3276430848,'de'),(3276431104,'ru'),(3276431360,'uk'),(3276447744,'de'),(3276455936,'be'),(3276464128,'gr'),(3276472320,'eu'),(3276537856,'es'),(3276668928,'mc'),(3276677120,'hr'),(3276678144,'se'),(3276678656,'ua'),(3276679168,'de'),(3276679680,'ro'),(3276680192,'sk'),(3276680704,'at'),(3276681216,'pl'),(3276681728,'uk'),(3276682240,'at'),(3276682752,'uk'),(3276683264,'ua'),(3276684288,'ru'),(3276684800,'de'),(3276685312,'ro'),(3276685824,'pl'),(3276686336,'ua'),(3276686848,'fi'),(3276687360,'ua'),(3276687872,'kw'),(3276688384,'de'),(3276688896,'eu'),(3276689408,'uk'),(3276690432,'nl'),(3276690944,'gr'),(3276691456,'ro'),(3276691968,'ru'),(3276692480,'ua'),(3276692992,'uk'),(3276693504,'ua'),(3276694016,'at'),(3276694528,'ua'),(3276695040,'ru'),(3276695552,'cz'),(3276696064,'ro'),(3276696576,'cz'),(3276697088,'uk'),(3276697600,'ua'),(3276698112,'cz'),(3276698624,'ru'),(3276700160,'ua'),(3276700672,'ro'),(3276701184,'ru'),(3276701696,'se'),(3276709888,'de'),(3276718080,'it'),(3276726272,'de'),(3276727296,'es'),(3276728320,'ua'),(3276729344,'pl'),(3276730368,'ch'),(3276731392,'ua'),(3276732416,'de'),(3276733440,'ua'),(3276734464,'eu'),(3276800000,'uk'),(3276816384,'eu'),(3276824576,'ee'),(3276832768,'uk'),(3276836864,'ru'),(3276837888,'de'),(3276838912,'fr'),(3276840960,'sk'),(3276849152,'de'),(3276857344,'ru'),(3276857600,'si'),(3276857856,'nl'),(3276858112,'kw'),(3276858368,'ru'),(3276858624,'pl'),(3276858880,'de'),(3276859136,'ua'),(3276859648,'ch'),(3276859904,'at'),(3276860160,'eu'),(3276860416,'pl'),(3276860928,'uk'),(3276861184,'de'),(3276861440,'dk'),(3276865536,'uk'),(3276931072,'kz'),(3276939264,'de'),(3276955648,'uk'),(3276963840,'il'),(3276964352,'ro'),(3276965376,'ru'),(3276965888,'ua'),(3276966400,'bh'),(3276966912,'cz'),(3276967424,'ru'),(3276968960,'ro'),(3276969472,'ua'),(3276969984,'de'),(3276970496,'ru'),(3276971520,'de'),(3276972032,'pl'),(3276980224,'dk'),(3276988416,'at'),(3276996608,'fr'),(3277062144,'se'),(3277127680,'dk'),(3277160448,'nl'),(3277176832,'si'),(3277177088,'uk'),(3277177344,'ro'),(3277177600,'pl'),(3277178112,'ua'),(3277178624,'pl'),(3277178880,'es'),(3277179136,'ro'),(3277179392,'de'),(3277179648,'be'),(3277180160,'eu'),(3277180416,'uk'),(3277180672,'de'),(3277180928,'uk'),(3277181184,'pl'),(3277181440,'de'),(3277181696,'ro'),(3277181952,'it'),(3277182208,'ru'),(3277182464,'ua'),(3277182720,'bg'),(3277182976,'ua'),(3277183232,'de'),(3277183488,'dk'),(3277183744,'cy'),(3277184000,'de'),(3277184256,'pt'),(3277184512,'de'),(3277184768,'ua'),(3277185024,'sa'),(3277185280,'ru'),(3277185536,'de'),(3277185792,'pl'),(3277186048,'it'),(3277186304,'eu'),(3277186560,'pl'),(3277186816,'ru'),(3277187072,'uk'),(3277187328,'ua'),(3277187584,'ru'),(3277188352,'uk'),(3277188608,'ru'),(3277188864,'ro'),(3277189120,'de'),(3277189376,'pl'),(3277189632,'tr'),(3277189888,'pl'),(3277190144,'se'),(3277190400,'uk'),(3277190656,'nl'),(3277190912,'uk'),(3277191168,'dk'),(3277191424,'pl'),(3277191680,'ua'),(3277191936,'dk'),(3277192192,'pl'),(3277192448,'dk'),(3277192704,'de'),(3277192960,'tr'),(3277193216,'nl'),(3277258752,'tr'),(3277324288,'ru'),(3277325312,'cz'),(3277325824,'it'),(3277326336,'uk'),(3277326848,'at'),(3277327360,'rs'),(3277327872,'ua'),(3277328384,'ru'),(3277328896,'nl'),(3277329408,'uk'),(3277329920,'cz'),(3277330432,'ro'),(3277330944,'ua'),(3277331456,'pl'),(3277332480,'nl'),(3277332992,'at'),(3277333504,'dk'),(3277334016,'ro'),(3277334528,'ru'),(3277335040,'ua'),(3277335552,'de'),(3277336064,'hr'),(3277336576,'at'),(3277337088,'pl'),(3277337600,'ua'),(3277338112,'no'),(3277338624,'ru'),(3277339648,'ro'),(3277340160,'ru'),(3277340672,'ro'),(3277341184,'am'),(3277341696,'ru'),(3277342208,'uk'),(3277342720,'ua'),(3277343232,'bg'),(3277343744,'ua'),(3277344256,'cz'),(3277344768,'eu'),(3277345280,'si'),(3277345792,'fr'),(3277346304,'uk'),(3277346816,'de'),(3277347328,'pl'),(3277347840,'ru'),(3277348352,'fr'),(3277348864,'ro'),(3277349888,'uk'),(3277350400,'ru'),(3277351424,'no'),(3277351936,'de'),(3277352448,'se'),(3277352960,'ua'),(3277353472,'pl'),(3277353984,'de'),(3277354496,'uk'),(3277355008,'ru'),(3277355520,'mk'),(3277356032,'ua'),(3277356544,'ru'),(3277357056,'pl'),(3277357568,'se'),(3277358080,'ru'),(3277359104,'nl'),(3277359616,'cz'),(3277360128,'bg'),(3277360640,'cz'),(3277361152,'uk'),(3277361664,'ru'),(3277362176,'cz'),(3277362688,'uk'),(3277363200,'es'),(3277363712,'ru'),(3277364224,'uk'),(3277364736,'ua'),(3277365248,'nl'),(3277365760,'gr'),(3277366272,'cz'),(3277366784,'at'),(3277367296,'pl'),(3277367808,'ru'),(3277368320,'ro'),(3277369344,'cy'),(3277369856,'ru'),(3277370368,'uk'),(3277370880,'ro'),(3277371392,'ru'),(3277371904,'pl'),(3277372928,'ru'),(3277373952,'eu'),(3277374464,'ru'),(3277376000,'nl'),(3277376512,'ro'),(3277377024,'ru'),(3277378560,'hr'),(3277379072,'cz'),(3277379584,'rs'),(3277380096,'ro'),(3277380608,'ru'),(3277381120,'kw'),(3277381632,'ru'),(3277382144,'ua'),(3277382656,'uk'),(3277383168,'ua'),(3277383680,'pl'),(3277384192,'il'),(3277384704,'uk'),(3277385216,'at'),(3277385728,'ru'),(3277386240,'ua'),(3277386752,'sa'),(3277387264,'ru'),(3277388288,'uk'),(3277388800,'cz'),(3277389312,'am'),(3277389824,'eu'),(3277455360,'de'),(3277463552,'eu'),(3277479936,'uk'),(3277480960,'dk'),(3277481472,'pl'),(3277481984,'se'),(3277482496,'pl'),(3277483008,'it'),(3277483520,'ro'),(3277484032,'ch'),(3277484544,'ro'),(3277485056,'ch'),(3277485568,'uk'),(3277486592,'ua'),(3277487104,'ro'),(3277487616,'pl'),(3277488128,'ru'),(3277504512,'de'),(3277520896,'sk'),(3277553664,'ru'),(3277586432,'eu'),(3277684736,'ua'),(3277685248,'de'),(3277685760,'ie'),(3277686272,'pl'),(3277686784,'ro'),(3277687296,'ua'),(3277687808,'ro'),(3277688320,'pl'),(3277689344,'at'),(3277689856,'ru'),(3277691392,'ua'),(3277691904,'uk'),(3277692416,'de'),(3277692928,'ua'),(3277693440,'pl'),(3277693952,'ru'),(3277694464,'de'),(3277694976,'it'),(3277695488,'es'),(3277696000,'ua'),(3277696512,'at'),(3277697024,'ro'),(3277697536,'pl'),(3277698048,'ru'),(3277698560,'de'),(3277699072,'ua'),(3277699584,'ru'),(3277700096,'ua'),(3277701120,'dk'),(3277701632,'at'),(3277702144,'uk'),(3277702656,'ro'),(3277703168,'de'),(3277703680,'pl'),(3277704192,'ua'),(3277704704,'ru'),(3277705216,'ua'),(3277705728,'es'),(3277706240,'ua'),(3277707264,'cz'),(3277707776,'md'),(3277708288,'at'),(3277708800,'pl'),(3277709312,'nl'),(3277709824,'uk'),(3277710336,'ru'),(3277710848,'pl'),(3277711360,'no'),(3277711872,'il'),(3277712896,'nl'),(3277713408,'ru'),(3277713920,'de'),(3277714944,'ru'),(3277715968,'pl'),(3277716480,'se'),(3277716992,'it'),(3277717504,'ye'),(3277725696,'uk'),(3277733888,'de'),(3277742080,'fi'),(3277750272,'it'),(3277766656,'pl'),(3277774848,'ru'),(3277783040,'be'),(3277815808,'ro'),(3277816064,'pl'),(3277816320,'uk'),(3277816832,'ch'),(3277817088,'uk'),(3277817344,'fr'),(3277817856,'be'),(3277818112,'de'),(3277818368,'cy'),(3277818624,'ua'),(3277818880,'se'),(3277819136,'ch'),(3277819392,'it'),(3277819648,'se'),(3277819904,'pl'),(3277820160,'ro'),(3277820416,'de'),(3277820672,'ua'),(3277820928,'ch'),(3277821184,'tr'),(3277821440,'nl'),(3277821696,'ua'),(3277821952,'ro'),(3277822208,'es'),(3277822464,'pl'),(3277822720,'cz'),(3277822976,'fr'),(3277823232,'ua'),(3277823488,'si'),(3277823744,'ua'),(3277824000,'tr'),(3277824256,'si'),(3277824512,'ua'),(3277824768,'at'),(3277825024,'pl'),(3277825280,'ua'),(3277825536,'ro'),(3277826048,'fr'),(3277826304,'pl'),(3277826816,'ua'),(3277827072,'dk'),(3277827328,'si'),(3277827584,'nl'),(3277828096,'uk'),(3277828352,'nl'),(3277828608,'ro'),(3277828864,'tr'),(3277829120,'ro'),(3277829376,'dk'),(3277829632,'pl'),(3277829888,'il'),(3277830144,'se'),(3277830400,'ua'),(3277830656,'pl'),(3277830912,'uk'),(3277831168,'pl'),(3277831424,'ua'),(3277831680,'ie'),(3277832192,'eu'),(3277833216,'be'),(3277833728,'nl'),(3277834240,'ru'),(3277835264,'sk'),(3277835776,'ua'),(3277836288,'fi'),(3277836800,'ua'),(3277837312,'ru'),(3277838848,'by'),(3277839360,'de'),(3277839872,'ua'),(3277840384,'uk'),(3277840896,'gr'),(3277841408,'ro'),(3277842432,'ua'),(3277842944,'pl'),(3277843456,'pt'),(3277843968,'dk'),(3277845504,'nl'),(3277847040,'dk'),(3277847552,'ru'),(3277848064,'ro'),(3277848576,'at'),(3277856768,'de'),(3277864960,'ru'),(3277873152,'nl'),(3277881344,'it'),(3277889536,'ru'),(3277897728,'it'),(3277905920,'bg'),(3277914112,'gr'),(3277946880,'dk'),(3277963264,'uk'),(3277979648,'sk'),(3277987840,'ru'),(3278004224,'fr'),(3278012416,'sk'),(3278020608,'ru'),(3278028800,'de'),(3278036992,'fr'),(3278045184,'uk'),(3278110720,'se'),(3278176256,'fr'),(3278241792,'uk'),(3278307328,'it'),(3278372864,'uk'),(3278635008,'nl'),(3278766080,'ro'),(3278766592,'ru'),(3278767104,'ro'),(3278767616,'ua'),(3278768128,'uk'),(3278769152,'fr'),(3278769664,'de'),(3278770176,'dk'),(3278770688,'de'),(3278771200,'uk'),(3278771712,'nl'),(3278772224,'bg'),(3278772736,'de'),(3278773248,'no'),(3278773760,'fr'),(3278774272,'ru'),(3278775296,'uk'),(3278775808,'ir'),(3278776320,'il'),(3278776832,'de'),(3278777344,'se'),(3278777856,'ru'),(3278778368,'pl'),(3278779392,'ru'),(3278779904,'be'),(3278780416,'ua'),(3278780928,'lt'),(3278781440,'de'),(3278781952,'ru'),(3278782464,'uk'),(3278790656,'it'),(3278807040,'uk'),(3278815232,'at'),(3278823424,'fr'),(3278831616,'hu'),(3278897152,'uk'),(3278913536,'ch'),(3278921728,'ru'),(3278929920,'tr'),(3278938112,'de'),(3278946304,'lb'),(3278954496,'ru'),(3278962688,'cz'),(3279028224,'pl'),(3279028736,'ru'),(3279029248,'pl'),(3279029760,'ua'),(3279030272,'ru'),(3279030784,'de'),(3279031296,'nl'),(3279031808,'ro'),(3279032320,'hu'),(3279032832,'fr'),(3279033344,'ru'),(3279033856,'de'),(3279034368,'fr'),(3279035392,'ps'),(3279035904,'ua'),(3279036416,'lv'),(3279044608,'fr'),(3279052800,'ua'),(3279053312,'de'),(3279053824,'nl'),(3279054336,'uk'),(3279054848,'pl'),(3279055360,'sa'),(3279055872,'tr'),(3279056384,'uk'),(3279056896,'bg'),(3279057408,'se'),(3279057920,'ro'),(3279058432,'ru'),(3279058944,'ua'),(3279059456,'ru'),(3279060480,'pl'),(3279060992,'ua'),(3279069184,'pl'),(3279077376,'es'),(3279085568,'nl'),(3279093760,'fr'),(3279159296,'pl'),(3279290368,'eu'),(3279421440,'it'),(3279486976,'nl'),(3279552512,'lv'),(3279560704,'uk'),(3279568896,'it'),(3279577088,'be'),(3279585280,'uk'),(3279601664,'cz'),(3279609856,'ru'),(3279618048,'ua'),(3279683584,'de'),(3279946752,'se'),(3279947776,'de'),(3279948800,'uk'),(3279949824,'ua'),(3279950848,'de'),(3279951872,'cy'),(3279952896,'pl'),(3279953920,'tr'),(3279955968,'de'),(3279958016,'ru'),(3279972352,'at'),(3279974400,'pl'),(3279976448,'ru'),(3279986688,'de'),(3279987200,'ru'),(3279987712,'ro'),(3279988224,'cz'),(3279988736,'ro'),(3279989248,'at'),(3279989760,'pl'),(3279990272,'dk'),(3279990784,'il'),(3279991296,'ua'),(3279991808,'pl'),(3279992320,'md'),(3279992832,'be'),(3279993344,'nl'),(3279993856,'ro'),(3279994368,'uk'),(3279994880,'cz'),(3280003072,'bg'),(3280003584,'ua'),(3280004096,'pl'),(3280004608,'ua'),(3280005120,'hu'),(3280005632,'it'),(3280006144,'eu'),(3280006656,'uk'),(3280007168,'se'),(3280007680,'pl'),(3280008192,'ru'),(3280009216,'ua'),(3280009728,'uk'),(3280010240,'ua'),(3280010752,'tr'),(3280011264,'eu'),(3280076800,'uk'),(3280084992,'ba'),(3280093184,'gr'),(3280109568,'be'),(3280117760,'ch'),(3280125952,'de'),(3280126208,'is'),(3280126464,'si'),(3280126720,'it'),(3280126976,'ch'),(3280127232,'pl'),(3280127488,'at'),(3280127744,'nl'),(3280128000,'se'),(3280128256,'uk'),(3280128512,'hu'),(3280129024,'ua'),(3280129280,'lv'),(3280129536,'sa'),(3280129792,'fr'),(3280130048,'ua'),(3280130304,'ru'),(3280130560,'uk'),(3280130816,'is'),(3280131072,'pl'),(3280131328,'it'),(3280131584,'ru'),(3280131840,'de'),(3280132096,'ru'),(3280132352,'uk'),(3280132608,'ch'),(3280132864,'ua'),(3280133120,'it'),(3280133376,'de'),(3280133632,'fr'),(3280133888,'nl'),(3280134144,'it'),(3280142336,'ru'),(3280207872,'fr'),(3280273408,'ru'),(3280338944,'uk'),(3280347136,'no'),(3280355328,'gr'),(3280371712,'ch'),(3280379904,'fr'),(3280388096,'uk'),(3280396288,'fi'),(3280404480,'it'),(3280437248,'de'),(3280453632,'ro'),(3280454656,'ua'),(3280455680,'it'),(3280456704,'ru'),(3280457728,'uk'),(3280458752,'ru'),(3280459776,'dk'),(3280460800,'de'),(3280462848,'dk'),(3280463872,'ru'),(3280465920,'cz'),(3280466944,'ua'),(3280467968,'uk'),(3280468992,'cy'),(3280470016,'pl'),(3280535552,'uk'),(3280568320,'it'),(3280576512,'ru'),(3280576768,'pl'),(3280577280,'de'),(3280577536,'il'),(3280577792,'nl'),(3280578048,'ro'),(3280578304,'ua'),(3280578560,'pl'),(3280578816,'nl'),(3280579072,'de'),(3280579328,'ru'),(3280579584,'ch'),(3280579840,'hr'),(3280580096,'kw'),(3280580352,'ch'),(3280580608,'uk'),(3280580864,'de'),(3280581120,'dk'),(3280581376,'eu'),(3280581632,'by'),(3280581888,'eu'),(3280582144,'cz'),(3280582400,'dk'),(3280582656,'fr'),(3280582912,'ua'),(3280583168,'ro'),(3280583424,'ru'),(3280583680,'ps'),(3280583936,'pl'),(3280584192,'ro'),(3280584448,'de'),(3280584704,'ua'),(3280585216,'dk'),(3280585728,'ua'),(3280586240,'eu'),(3280586752,'ru'),(3280587264,'ua'),(3280587776,'ro'),(3280588288,'ua'),(3280588800,'pl'),(3280589312,'de'),(3280590336,'nl'),(3280590848,'de'),(3280591360,'uk'),(3280592384,'tr'),(3280592896,'de'),(3280593408,'ua'),(3280593920,'lu'),(3280594432,'nl'),(3280594944,'ua'),(3280595456,'de'),(3280595968,'dk'),(3280596480,'at'),(3280596992,'ua'),(3280597504,'fr'),(3280598016,'ua'),(3280598528,'pl'),(3280599040,'eu'),(3280599552,'ua'),(3280600064,'bg'),(3280600576,'uk'),(3280601088,'pt'),(3280609280,'de'),(3280617472,'ua'),(3280625664,'md'),(3280633856,'bg'),(3280642048,'ua'),(3280650240,'ro'),(3280650496,'ua'),(3280650752,'uk'),(3280651264,'si'),(3280651520,'fr'),(3280651776,'ua'),(3280652032,'no'),(3280652288,'pl'),(3280652544,'si'),(3280652800,'eu'),(3280653056,'ch'),(3280653312,'uk'),(3280653824,'ru'),(3280654080,'ch'),(3280654336,'pl'),(3280654592,'es'),(3280654848,'ru'),(3280655104,'pl'),(3280655360,'uk'),(3280655616,'fi'),(3280655872,'ro'),(3280656128,'ch'),(3280656640,'ua'),(3280657408,'ru'),(3280657664,'se'),(3280657920,'tr'),(3280658176,'de'),(3280658432,'uk'),(3280666624,'no'),(3280732160,'de'),(3280764928,'ru'),(3280765952,'dk'),(3280766976,'at'),(3280768000,'uk'),(3280770048,'fr'),(3280771072,'pl'),(3280772096,'eu'),(3280773120,'cy'),(3280774144,'me'),(3280775168,'ua'),(3280776192,'se'),(3280777216,'cy'),(3280778240,'ru'),(3280779264,'de'),(3280780288,'pl'),(3280781312,'fi'),(3280782336,'tr'),(3280783360,'se'),(3280784384,'ru'),(3280785408,'de'),(3280786432,'at'),(3280787456,'uk'),(3280788480,'pl'),(3280789504,'ua'),(3280791552,'de'),(3280792576,'pl'),(3280793600,'nl'),(3280794624,'ua'),(3280795648,'uk'),(3280796672,'cz'),(3280797696,'ch'),(3280863232,'tr'),(3280928768,'uk'),(3280994560,'ru'),(3280994816,'nl'),(3280995072,'de'),(3280995328,'se'),(3280995584,'uk'),(3280995840,'ru'),(3280996096,'ch'),(3280996352,'uk'),(3280996608,'pl'),(3280996864,'nl'),(3280997120,'fr'),(3280997376,'be'),(3280997632,'se'),(3280997888,'ua'),(3280998144,'de'),(3280998400,'gr'),(3280998656,'uk'),(3280999424,'hu'),(3280999680,'ua'),(3280999936,'uk'),(3281000448,'fr'),(3281000704,'ua'),(3281000960,'si'),(3281001216,'ro'),(3281001472,'ua'),(3281001728,'ru'),(3281001984,'ch'),(3281002240,'de'),(3281002496,'ch'),(3281010688,'be'),(3281018880,'cz'),(3281027072,'eu'),(3281035264,'ch'),(3281043456,'ru'),(3281059840,'de'),(3281125376,'sk'),(3281133568,'ir'),(3281141760,'ru'),(3281149952,'cz'),(3281158144,'sk'),(3281166336,'uk'),(3281174528,'fr'),(3281190912,'uk'),(3281256448,'fi'),(3281321984,'uk'),(3281338368,'pl'),(3281338624,'sa'),(3281338880,'eu'),(3281339136,'ro'),(3281339392,'pl'),(3281339648,'uk'),(3281339904,'ua'),(3281340160,'sa'),(3281340416,'ro'),(3281340928,'de'),(3281341184,'at'),(3281341440,'de'),(3281341696,'pl'),(3281341952,'dk'),(3281342208,'uk'),(3281342464,'de'),(3281343232,'fi'),(3281343488,'uk'),(3281343744,'tr'),(3281344000,'pl'),(3281344256,'ru'),(3281344512,'ua'),(3281344768,'ru'),(3281345024,'ua'),(3281345280,'sa'),(3281345536,'ch'),(3281345792,'ru'),(3281346048,'si'),(3281346304,'pl'),(3281346560,'ru'),(3281346816,'de'),(3281347072,'pl'),(3281347328,'de'),(3281347584,'pl'),(3281347840,'se'),(3281348096,'de'),(3281348352,'uk'),(3281348608,'ru'),(3281349120,'uk'),(3281349376,'nl'),(3281349632,'ua'),(3281350144,'ru'),(3281350656,'ua'),(3281350912,'uk'),(3281351168,'ua'),(3281351424,'at'),(3281351680,'tr'),(3281351936,'de'),(3281352192,'pl'),(3281352448,'ro'),(3281352704,'de'),(3281352960,'uk'),(3281353216,'de'),(3281353472,'se'),(3281353728,'pl'),(3281353984,'ua'),(3281354240,'uk'),(3281373184,'ru'),(3281375232,'es'),(3281377280,'at'),(3281379328,'pl'),(3281383424,'de'),(3281385472,'bg'),(3281387520,'pl'),(3281453056,'ru'),(3281518592,'uk'),(3281649664,'fr'),(3281715200,'tr'),(3281780736,'fi'),(3281846272,'uk'),(3281911808,'uz'),(3281920000,'de'),(3281928192,'mt'),(3281944576,'de'),(3281960960,'jo'),(3281969152,'ua'),(3281969664,'pl'),(3281970176,'ru'),(3281970688,'ch'),(3281971200,'ru'),(3281971712,'ro'),(3281972224,'de'),(3281972736,'ru'),(3281973248,'fr'),(3281973760,'dk'),(3281974272,'ru'),(3281974784,'pl'),(3281975296,'ru'),(3281976320,'de'),(3281976832,'ru'),(3281977344,'no'),(3282042880,'ch'),(3282083840,'de'),(3282084352,'ro'),(3282084864,'ru'),(3282085376,'be'),(3282085888,'de'),(3282086400,'lv'),(3282086912,'de'),(3282087424,'pl'),(3282087936,'se'),(3282088448,'pl'),(3282089472,'sk'),(3282089984,'pl'),(3282090496,'uk'),(3282091008,'fr'),(3282091520,'ch'),(3282092032,'ua'),(3282093056,'de'),(3282094080,'uk'),(3282095104,'ua'),(3282096128,'se'),(3282097152,'uk'),(3282098176,'de'),(3282099200,'ua'),(3282100224,'eu'),(3282101248,'de'),(3282102272,'ua'),(3282103296,'uk'),(3282104320,'il'),(3282105344,'cz'),(3282106368,'de'),(3282107392,'eu'),(3282108416,'ru'),(3282173952,'ua'),(3282174464,'uk'),(3282174976,'ru'),(3282175488,'cz'),(3282176000,'ru'),(3282177024,'uk'),(3282177536,'ru'),(3282178048,'pl'),(3282178560,'es'),(3282179072,'uk'),(3282179584,'ru'),(3282180096,'pl'),(3282180608,'kz'),(3282181120,'uk'),(3282181632,'de'),(3282182144,'ru'),(3282194432,'ua'),(3282195456,'ie'),(3282196480,'ua'),(3282197504,'ru'),(3282198528,'uk'),(3282206720,'ch'),(3282223104,'be'),(3282231296,'de'),(3282239488,'se'),(3282305024,'pl'),(3282370560,'fi'),(3282436096,'uk'),(3282477056,'ru'),(3282485248,'gi'),(3282501632,'gr'),(3282534400,'uk'),(3282550784,'fr'),(3282554880,'de'),(3282558976,'fr'),(3282563072,'uk'),(3282567168,'sk'),(3282632704,'nl'),(3282698240,'gr'),(3282706432,'ru'),(3282714624,'at'),(3282722816,'de'),(3282731008,'fi'),(3282739200,'ch'),(3282739456,'ro'),(3282739712,'fr'),(3282739968,'ir'),(3282740224,'uk'),(3282740480,'at'),(3282740736,'bg'),(3282740992,'de'),(3282741248,'pt'),(3282741504,'uk'),(3282741760,'hu'),(3282742016,'ro'),(3282742528,'uk'),(3282742784,'cz'),(3282743040,'ch'),(3282743296,'cy'),(3282743552,'si'),(3282743808,'ua'),(3282744320,'sa'),(3282744576,'lt'),(3282744832,'pl'),(3282745088,'hu'),(3282745600,'de'),(3282746112,'se'),(3282746368,'pl'),(3282746624,'se'),(3282746880,'ro'),(3282747136,'pl'),(3282747392,'ru'),(3282763776,'uk'),(3282960384,'tr'),(3283091456,'ch'),(3283156992,'de'),(3283173376,'pl'),(3283174400,'ua'),(3283176448,'eu'),(3283177472,'uk'),(3283178496,'pl'),(3283179520,'lu'),(3283180544,'ua'),(3283181568,'no'),(3283182592,'pl'),(3283183616,'cz'),(3283184640,'il'),(3283185664,'ua'),(3283187712,'ru'),(3283188736,'ua'),(3283189760,'de'),(3283206144,'uk'),(3283206656,'sa'),(3283207168,'pl'),(3283207680,'at'),(3283208192,'de'),(3283208704,'no'),(3283209216,'ru'),(3283209728,'tr'),(3283210240,'ua'),(3283210752,'pl'),(3283211264,'uk'),(3283211776,'nl'),(3283212288,'ru'),(3283212800,'bg'),(3283213312,'es'),(3283213824,'ua'),(3283214336,'ro'),(3283214848,'ru'),(3283215360,'uk'),(3283215872,'tr'),(3283216384,'eu'),(3283216896,'ch'),(3283217408,'ua'),(3283218944,'nl'),(3283219456,'uk'),(3283219968,'be'),(3283220480,'bg'),(3283220992,'at'),(3283221504,'uk'),(3283222016,'de'),(3283223040,'ru'),(3283223552,'cz'),(3283224064,'eu'),(3283224576,'bg'),(3283225088,'ua'),(3283225600,'ru'),(3283226112,'dk'),(3283226624,'cz'),(3283227136,'ua'),(3283227648,'ru'),(3283228160,'ro'),(3283228672,'ru'),(3283229184,'pl'),(3283229696,'it'),(3283230208,'ua'),(3283230720,'rs'),(3283238912,'cz'),(3283247104,'lv'),(3283247616,'bg'),(3283248128,'de'),(3283248640,'ro'),(3283249152,'ua'),(3283249664,'uk'),(3283250176,'ru'),(3283250688,'ro'),(3283251200,'uk'),(3283251712,'pl'),(3283252224,'bg'),(3283252736,'si'),(3283253248,'ro'),(3283253760,'pl'),(3283254272,'ro'),(3283255296,'ua'),(3283263488,'se'),(3283271680,'ru'),(3283279872,'se'),(3283288064,'de'),(3283419136,'dk'),(3283484672,'ua'),(3283484928,'nl'),(3283485184,'de'),(3283485440,'ru'),(3283485696,'uk'),(3283485952,'se'),(3283486208,'at'),(3283486464,'ru'),(3283486720,'ua'),(3283486976,'pl'),(3283487232,'fr'),(3283487488,'de'),(3283487744,'ch'),(3283488000,'uk'),(3283488256,'pl'),(3283488512,'ru'),(3283488768,'fr'),(3283489280,'de'),(3283489536,'pl'),(3283490048,'ua'),(3283490560,'pl'),(3283490816,'de'),(3283491072,'tr'),(3283491328,'at'),(3283491584,'ro'),(3283491840,'ru'),(3283492096,'at'),(3283492352,'uk'),(3283492608,'sa'),(3283492864,'dk'),(3283493120,'il'),(3283493376,'pl'),(3283493888,'dk'),(3283494144,'uk'),(3283494400,'pl'),(3283494656,'dk'),(3283494912,'pl'),(3283495168,'bg'),(3283495424,'tr'),(3283495680,'nl'),(3283495936,'bg'),(3283496192,'de'),(3283496448,'fr'),(3283496704,'lv'),(3283496960,'de'),(3283497216,'uk'),(3283497472,'de'),(3283497728,'pl'),(3283498240,'ch'),(3283498496,'pl'),(3283498752,'at'),(3283499008,'de'),(3283499264,'nl'),(3283499520,'de'),(3283499776,'uk'),(3283500032,'de'),(3283500288,'si'),(3283500544,'uk'),(3283500800,'ua'),(3283501056,'lt'),(3283509248,'eu'),(3283517440,'ru'),(3283525632,'uk'),(3283533824,'ua'),(3283534848,'de'),(3283535360,'ro'),(3283535872,'cy'),(3283536384,'ua'),(3283536896,'dk'),(3283537408,'pl'),(3283537920,'ro'),(3283538432,'it'),(3283538944,'ro'),(3283539456,'rs'),(3283539968,'dk'),(3283540480,'pl'),(3283540992,'ro'),(3283541504,'ch'),(3283542016,'it'),(3283550208,'eu'),(3283615744,'hu'),(3283623936,'dk'),(3283632128,'nl'),(3283632640,'ch'),(3283633152,'se'),(3283633664,'ua'),(3283634176,'ru'),(3283635200,'uk'),(3283635712,'ru'),(3283636224,'ua'),(3283636736,'pl'),(3283637760,'ua'),(3283638272,'pl'),(3283638784,'ru'),(3283639296,'de'),(3283640320,'dk'),(3283648512,'eu'),(3283656704,'hu'),(3283664896,'ua'),(3283673088,'uk'),(3283681280,'de'),(3283746816,'ch'),(3283812352,'pl'),(3283877888,'uk'),(3283943424,'cz'),(3283944448,'at'),(3283945472,'ua'),(3283946496,'uk'),(3283947520,'ua'),(3283948544,'nl'),(3283949568,'se'),(3283950592,'kz'),(3283951616,'pl'),(3283952640,'ua'),(3283953664,'pl'),(3283954688,'ua'),(3283956736,'pl'),(3283957760,'eu'),(3283958784,'ua'),(3283959808,'fr'),(3283960832,'ua'),(3283962880,'pl'),(3283966976,'de'),(3283968000,'ua'),(3283969024,'ru'),(3283970048,'ua'),(3283972096,'se'),(3283973120,'nl'),(3283974144,'ua'),(3283975168,'nl'),(3283976192,'ie'),(3283976704,'dk'),(3283977216,'ua'),(3283978240,'ru'),(3283978752,'ro'),(3283979264,'il'),(3283979776,'no'),(3283980288,'ro'),(3283980800,'ch'),(3283981824,'ro'),(3283983360,'ru'),(3283983872,'uk'),(3283984384,'se'),(3283984896,'eu'),(3283985408,'ro'),(3283985920,'at'),(3283986432,'ru'),(3283986944,'uk'),(3283987456,'im'),(3283987968,'ro'),(3283988992,'fr'),(3283989504,'ru'),(3283990016,'se'),(3283990528,'ro'),(3283991552,'se'),(3283992064,'ro'),(3283992576,'il'),(3283993088,'ro'),(3283993600,'ua'),(3283994112,'at'),(3283994624,'ua'),(3283995136,'be'),(3283995648,'ch'),(3283996160,'mk'),(3283996672,'ro'),(3283997184,'ps'),(3283997696,'sa'),(3283998208,'ua'),(3283998720,'de'),(3283999232,'ru'),(3283999744,'uk'),(3284000256,'ru'),(3284000768,'bg'),(3284001280,'ua'),(3284002304,'pl'),(3284002816,'dk'),(3284003328,'ua'),(3284003840,'de'),(3284004352,'ru'),(3284004864,'ua'),(3284005376,'ch'),(3284005888,'uk'),(3284006400,'ua'),(3284007424,'ro'),(3284007936,'ch'),(3284008448,'no'),(3284008960,'nl'),(3284009216,'pl'),(3284009472,'de'),(3284009728,'fr'),(3284009984,'ch'),(3284010240,'fr'),(3284010752,'de'),(3284011008,'uk'),(3284011264,'de'),(3284011520,'si'),(3284011776,'de'),(3284012032,'ru'),(3284012288,'cz'),(3284012544,'ru'),(3284012800,'uk'),(3284013056,'at'),(3284013312,'pl'),(3284013568,'dk'),(3284013824,'il'),(3284014080,'tr'),(3284014336,'it'),(3284014592,'uk'),(3284014848,'il'),(3284015104,'pl'),(3284015360,'dk'),(3284015616,'at'),(3284015872,'eu'),(3284016128,'nl'),(3284016384,'ch'),(3284016640,'dk'),(3284017152,'gr'),(3284025344,'uk'),(3284033536,'ru'),(3284041728,'dk'),(3284041984,'si'),(3284042240,'uk'),(3284042496,'at'),(3284042752,'uk'),(3284043008,'de'),(3284043264,'ee'),(3284043520,'uk'),(3284043776,'si'),(3284044032,'fr'),(3284044288,'de'),(3284044544,'eu'),(3284044800,'ch'),(3284045056,'lt'),(3284045312,'de'),(3284045568,'at'),(3284045824,'ua'),(3284046080,'de'),(3284046336,'nl'),(3284046592,'se'),(3284046848,'de'),(3284047104,'dk'),(3284047360,'de'),(3284047616,'nl'),(3284047872,'hu'),(3284048128,'dk'),(3284048384,'uk'),(3284048640,'fr'),(3284049152,'ua'),(3284049408,'si'),(3284049664,'ro'),(3284049920,'ch'),(3284058112,'se'),(3284066304,'nl'),(3284075008,'de'),(3284075520,'ru'),(3284076032,'sa'),(3284076544,'pl'),(3284077056,'ru'),(3284077568,'ua'),(3284078080,'de'),(3284078592,'nl'),(3284079104,'ru'),(3284079616,'de'),(3284080128,'be'),(3284080640,'ua'),(3284081152,'de'),(3284081664,'ie'),(3284082176,'no'),(3284082688,'ru'),(3284083200,'bg'),(3284083712,'ru'),(3284084224,'ua'),(3284085248,'de'),(3284085760,'ro'),(3284086784,'cz'),(3284087296,'ru'),(3284087808,'il'),(3284088320,'lv'),(3284088832,'ua'),(3284089856,'bg'),(3284090368,'pl'),(3284090880,'ru'),(3284091392,'uk'),(3284091904,'de'),(3284092416,'uk'),(3284092928,'eu'),(3284093440,'ir'),(3284093952,'cz'),(3284094976,'ua'),(3284095488,'cz'),(3284096000,'it'),(3284096512,'lu'),(3284097024,'ru'),(3284097536,'ua'),(3284098048,'de'),(3284098560,'bg'),(3284099072,'ro'),(3284099584,'gr'),(3284100096,'am'),(3284100608,'nl'),(3284101120,'ua'),(3284101632,'uk'),(3284102144,'dk'),(3284102656,'at'),(3284103168,'nl'),(3284103680,'de'),(3284104192,'no'),(3284104704,'tr'),(3284105216,'nl'),(3284105728,'fi'),(3284106240,'ro'),(3284106752,'ua'),(3284107264,'ru'),(3284108288,'ch'),(3284108800,'fr'),(3284109312,'ru'),(3284109824,'ua'),(3284110336,'ru'),(3284110848,'dk'),(3284111360,'se'),(3284111872,'ru'),(3284112384,'bg'),(3284112896,'nl'),(3284113920,'am'),(3284114432,'eu'),(3284114944,'ru'),(3284115456,'ro'),(3284115968,'pl'),(3284116480,'ua'),(3284116992,'cz'),(3284117504,'ua'),(3284118016,'pl'),(3284118528,'uk'),(3284119040,'ru'),(3284120064,'ua'),(3284120576,'pl'),(3284121088,'cz'),(3284121600,'pl'),(3284122112,'am'),(3284122624,'ch'),(3284123136,'ru'),(3284124160,'ua'),(3284124672,'de'),(3284125184,'ro'),(3284125696,'ua'),(3284126208,'cz'),(3284127744,'ru'),(3284128256,'uk'),(3284128768,'cz'),(3284129280,'ua'),(3284129792,'de'),(3284130304,'uk'),(3284130816,'ru'),(3284131328,'hu'),(3284131840,'de'),(3284132352,'ua'),(3284132864,'hu'),(3284133376,'cz'),(3284133888,'pl'),(3284134400,'ua'),(3284134912,'ru'),(3284135424,'cz'),(3284135936,'ch'),(3284136448,'cz'),(3284136960,'eu'),(3284137472,'ua'),(3284137984,'pl'),(3284138496,'ru'),(3284139008,'at'),(3284140032,'dk'),(3284205568,'nl'),(3284271104,'uk'),(3284402176,'se'),(3284467712,'fi'),(3284533248,'se'),(3284598784,'hu'),(3284664320,'uk'),(3284672512,'de'),(3284680704,'ua'),(3284681216,'ro'),(3284681728,'fi'),(3284682240,'eu'),(3284682752,'se'),(3284683264,'kz'),(3284683776,'uk'),(3284684288,'eu'),(3284684800,'de'),(3284685312,'nl'),(3284686336,'ro'),(3284686848,'pl'),(3284687360,'ua'),(3284687872,'il'),(3284688896,'fr'),(3284697088,'uk'),(3284705280,'fr'),(3284713472,'de'),(3284713728,'gr'),(3284713984,'de'),(3284714240,'eu'),(3284714496,'ua'),(3284714752,'at'),(3284715008,'uk'),(3284715264,'pl'),(3284715520,'ro'),(3284715776,'be'),(3284716032,'uk'),(3284716288,'ru'),(3284716544,'hu'),(3284716800,'il'),(3284717056,'pl'),(3284717312,'de'),(3284717568,'uk'),(3284717824,'ru'),(3284718080,'uk'),(3284718592,'pl'),(3284718848,'ru'),(3284719104,'pl'),(3284719360,'de'),(3284719616,'ru'),(3284719872,'eu'),(3284720128,'ch'),(3284720384,'se'),(3284720896,'ua'),(3284721152,'tr'),(3284721408,'nl'),(3284721664,'be'),(3284722176,'ru'),(3284722688,'fr'),(3284723200,'uk'),(3284723712,'ru'),(3284724224,'pl'),(3284724736,'ru'),(3284725248,'il'),(3284725760,'lu'),(3284726272,'de'),(3284726784,'ua'),(3284727296,'mk'),(3284727808,'cz'),(3284728320,'ua'),(3284728832,'pt'),(3284729344,'fr'),(3284729856,'ru'),(3284795392,'fr'),(3284803584,'de'),(3284819968,'uk'),(3284828160,'at'),(3284844544,'ch'),(3284860928,'de'),(3284926464,'no'),(3284992000,'pl'),(3285057536,'it'),(3285065728,'ru'),(3285073920,'eu'),(3285082112,'de'),(3285084160,'lu'),(3285085184,'uk'),(3285086208,'pl'),(3285088256,'cz'),(3285089280,'pl'),(3285090304,'de'),(3285098496,'uk'),(3285114880,'ru'),(3285115392,'cz'),(3285115904,'pl'),(3285116416,'cz'),(3285116928,'ua'),(3285117440,'ru'),(3285117952,'eu'),(3285118464,'ua'),(3285118976,'ru'),(3285119488,'ro'),(3285120000,'ru'),(3285120512,'md'),(3285121024,'se'),(3285121536,'cy'),(3285122048,'md'),(3285122560,'cz'),(3285123072,'be'),(3285188608,'ru'),(3285319680,'hu'),(3285320192,'ru'),(3285320704,'ro'),(3285321216,'de'),(3285321728,'ru'),(3285322240,'uk'),(3285322752,'pl'),(3285323264,'cz'),(3285323776,'ch'),(3285324288,'de'),(3285324800,'cz'),(3285325312,'uk'),(3285325824,'pl'),(3285326336,'eu'),(3285326848,'sk'),(3285327360,'ru'),(3285328384,'pl'),(3285328896,'se'),(3285329408,'uk'),(3285329920,'ro'),(3285330432,'eu'),(3285330944,'ro'),(3285331456,'ru'),(3285331968,'eu'),(3285332480,'at'),(3285332992,'se'),(3285333504,'uk'),(3285334016,'nl'),(3285334528,'de'),(3285335552,'se'),(3285336064,'it'),(3285352448,'ru'),(3285368832,'si'),(3285385216,'pl'),(3285386240,'ru'),(3285387264,'pl'),(3285388288,'eu'),(3285389312,'fi'),(3285390336,'ru'),(3285391360,'am'),(3285392384,'ru'),(3285393408,'ch'),(3285394432,'ru'),(3285395456,'ua'),(3285396480,'ir'),(3285397504,'uk'),(3285398528,'cz'),(3285399552,'nl'),(3285400576,'cz'),(3285402624,'il'),(3285403648,'nl'),(3285404672,'ru'),(3285406720,'cz'),(3285408768,'uk'),(3285409792,'ua'),(3285410816,'ru'),(3285411840,'cz'),(3285412864,'eu'),(3285413888,'ru'),(3285414912,'cz'),(3285415936,'ru'),(3285417984,'cz'),(3285419008,'se'),(3285420032,'ua'),(3285424128,'ro'),(3285425152,'ua'),(3285426176,'cz'),(3285427200,'uk'),(3285428224,'cz'),(3285429248,'ua'),(3285430272,'dk'),(3285431296,'cz'),(3285432320,'ua'),(3285434368,'cz'),(3285435392,'ru'),(3285436416,'gr'),(3285437440,'ru'),(3285438464,'ua'),(3285440512,'cz'),(3285441536,'ru'),(3285442560,'uk'),(3285443584,'ua'),(3285444608,'ru'),(3285445632,'cz'),(3285446656,'ua'),(3285447680,'cz'),(3285450752,'eu'),(3285581824,'de'),(3285614592,'tr'),(3285630976,'ua'),(3285633024,'no'),(3285635072,'ua'),(3285637120,'uk'),(3285638144,'ua'),(3285639168,'fr'),(3285641216,'ru'),(3285642240,'ua'),(3285643264,'de'),(3285645312,'bg'),(3285647360,'dk'),(3285712896,'uk'),(3285721088,'se'),(3285729280,'ch'),(3285737472,'pl'),(3285745664,'it'),(3285753856,'lv'),(3285762048,'fr'),(3285762560,'ru'),(3285763072,'uk'),(3285763584,'de'),(3285764096,'ru'),(3285765120,'ua'),(3285766144,'de'),(3285766656,'ua'),(3285767680,'fr'),(3285768192,'ru'),(3285768704,'ch'),(3285769216,'de'),(3285769728,'ro'),(3285770240,'nl'),(3285770496,'es'),(3285770752,'ua'),(3285771008,'ch'),(3285771264,'bg'),(3285771520,'at'),(3285771776,'ro'),(3285772032,'se'),(3285772288,'tr'),(3285772544,'lt'),(3285772800,'be'),(3285773056,'de'),(3285773312,'lv'),(3285773568,'kg'),(3285773824,'ru'),(3285774080,'ro'),(3285774336,'cz'),(3285774592,'ru'),(3285774848,'fr'),(3285775104,'ru'),(3285775616,'je'),(3285775872,'nl'),(3285776128,'ro'),(3285776384,'ua'),(3285776640,'fr'),(3285776896,'pl'),(3285777152,'hu'),(3285777408,'il'),(3285777664,'si'),(3285777920,'pl'),(3285778176,'uk'),(3285843968,'lu'),(3285852160,'uk'),(3285860352,'fi'),(3285868544,'eu'),(3285876736,'ru'),(3285909504,'eu'),(3285975040,'fr'),(3286106112,'eu'),(3286114304,'ba'),(3286122496,'by'),(3286130688,'rs'),(3286131712,'pl'),(3286132736,'ro'),(3286133760,'ie'),(3286134784,'pl'),(3286135808,'nl'),(3286136832,'at'),(3286137856,'cz'),(3286138880,'ru'),(3286155264,'de'),(3286171648,'it'),(3286237184,'uk'),(3286302720,'no'),(3286310912,'ch'),(3286311424,'nl'),(3286311936,'pl'),(3286312448,'ru'),(3286312960,'ro'),(3286313984,'ch'),(3286314496,'il'),(3286315008,'cz'),(3286315520,'de'),(3286316032,'ua'),(3286316544,'cz'),(3286317056,'ru'),(3286317568,'ro'),(3286318080,'ch'),(3286318592,'il'),(3286319104,'ro'),(3286320128,'pl'),(3286321152,'cz'),(3286322176,'pl'),(3286323200,'uk'),(3286324224,'eu'),(3286325248,'dk'),(3286326272,'pl'),(3286327296,'nl'),(3286329344,'de'),(3286330368,'ro'),(3286331392,'ua'),(3286332416,'ch'),(3286333440,'pl'),(3286334464,'bg'),(3286335488,'ua'),(3286336512,'eu'),(3286338560,'ro'),(3286339584,'ua'),(3286340608,'de'),(3286342656,'ua'),(3286343680,'ru'),(3286344704,'be'),(3286345728,'it'),(3286346752,'ua'),(3286348800,'pl'),(3286349824,'se'),(3286350848,'uk'),(3286351872,'eu'),(3286352896,'de'),(3286353920,'li'),(3286354944,'eu'),(3286355968,'de'),(3286356992,'pl'),(3286358016,'uk'),(3286359040,'pt'),(3286360064,'it'),(3286361088,'ua'),(3286362112,'ru'),(3286363136,'at'),(3286364160,'de'),(3286365184,'pl'),(3286367232,'bg'),(3286368256,'ch'),(3286376448,'uk'),(3286384640,'de'),(3286401024,'uk'),(3286409216,'de'),(3286417408,'ua'),(3286417664,'it'),(3286417920,'uk'),(3286418176,'at'),(3286418432,'tr'),(3286418688,'ua'),(3286418944,'pl'),(3286419200,'dk'),(3286419456,'de'),(3286419712,'uk'),(3286419968,'fi'),(3286420224,'ru'),(3286420736,'nl'),(3286420992,'ro'),(3286421248,'pl'),(3286421504,'cz'),(3286421760,'ru'),(3286422016,'md'),(3286422272,'fr'),(3286422528,'eu'),(3286423552,'ru'),(3286423808,'cz'),(3286424064,'lv'),(3286424320,'fr'),(3286424576,'ua'),(3286424832,'tr'),(3286425088,'ru'),(3286425344,'it'),(3286425600,'kw'),(3286433792,'de'),(3286499328,'hu'),(3286564864,'ae'),(3286630400,'bg'),(3286638592,'at'),(3286646784,'ru'),(3286654976,'ua'),(3286655232,'kz'),(3286655488,'lt'),(3286655744,'ua'),(3286656000,'ch'),(3286656256,'ru'),(3286656512,'gr'),(3286656768,'ua'),(3286657024,'be'),(3286657280,'es'),(3286657536,'hu'),(3286657792,'ru'),(3286658048,'de'),(3286658304,'ru'),(3286658560,'nl'),(3286658816,'ru'),(3286659072,'ua'),(3286659328,'pl'),(3286659584,'de'),(3286659840,'ua'),(3286660096,'de'),(3286660352,'ch'),(3286660608,'uk'),(3286660864,'ua'),(3286661120,'pl'),(3286661376,'si'),(3286661632,'uk'),(3286661888,'ru'),(3286662144,'de'),(3286662400,'ua'),(3286662656,'uk'),(3286662912,'ua'),(3286671360,'at'),(3286679552,'it'),(3286695936,'dk'),(3286761472,'eu'),(3286794240,'de'),(3286892544,'li'),(3286893056,'cz'),(3286893568,'ua'),(3286895104,'uk'),(3286896128,'se'),(3286896640,'pl'),(3286897152,'at'),(3286897664,'pl'),(3286898176,'hr'),(3286898688,'eu'),(3286899200,'il'),(3286899712,'hu'),(3286900224,'ro'),(3286900736,'be'),(3286900992,'de'),(3286901504,'fr'),(3286902016,'ch'),(3286902528,'se'),(3286902784,'pl'),(3286903040,'fr'),(3286903552,'ch'),(3286903808,'at'),(3286904064,'de'),(3286904320,'fr'),(3286904576,'pt'),(3286904832,'uk'),(3286905088,'gr'),(3286905344,'de'),(3286905600,'im'),(3286905856,'tr'),(3286906112,'cz'),(3286906368,'ro'),(3286906880,'ru'),(3286907136,'se'),(3286907392,'at'),(3286907648,'es'),(3286907904,'ch'),(3286908160,'ua'),(3286908416,'fr'),(3286908672,'pl'),(3286908928,'ch'),(3286909952,'ru'),(3286910976,'ua'),(3286913024,'de'),(3286914048,'bg'),(3286915072,'fr'),(3286916096,'de'),(3286917120,'ru'),(3286917632,'cz'),(3286918144,'at'),(3286919168,'eu'),(3286920192,'ru'),(3286921216,'ua'),(3286922240,'uk'),(3286924288,'ua'),(3286925312,'de'),(3286925568,'uk'),(3286925824,'ro'),(3286926080,'lv'),(3286926336,'ua'),(3286926592,'de'),(3286926848,'pt'),(3286927104,'fi'),(3286927360,'de'),(3286927616,'si'),(3286927872,'uk'),(3286928128,'de'),(3286928384,'eu'),(3286928640,'pl'),(3286928896,'fi'),(3286929152,'de'),(3286929408,'lv'),(3286929664,'be'),(3286929920,'se'),(3286930176,'ru'),(3286930432,'ua'),(3286930688,'de'),(3286930944,'se'),(3286931200,'at'),(3286931456,'nl'),(3286931712,'uk'),(3286931968,'fr'),(3286932224,'dk'),(3286932480,'uk'),(3286932736,'de'),(3286932992,'uk'),(3286933504,'dk'),(3286933760,'ro'),(3286934016,'be'),(3286934272,'ch'),(3286934528,'pl'),(3286934784,'tr'),(3286935040,'es'),(3286935296,'uk'),(3286935808,'ro'),(3286936064,'ru'),(3286936320,'it'),(3286936576,'ro'),(3286936832,'nl'),(3286937088,'uk'),(3286937600,'ch'),(3286937856,'ro'),(3286938112,'eu'),(3286938624,'uk'),(3286938880,'ro'),(3286939392,'de'),(3286939648,'be'),(3286940160,'be'),(3286940416,'ch'),(3286940672,'ro'),(3286940928,'pl'),(3286941184,'ru'),(3286941440,'ro'),(3286941696,'uk'),(3286942720,'fi'),(3286943744,'ua'),(3286944768,'cz'),(3286945792,'ru'),(3286946816,'ua'),(3286947840,'eu'),(3286948864,'ua'),(3286949888,'ch'),(3286950912,'uk'),(3286951936,'it'),(3286952960,'bg'),(3286953984,'uk'),(3286956032,'fr'),(3286958080,'es'),(3287023616,'fi'),(3287154688,'be'),(3287162880,'de'),(3287171072,'lt'),(3287171584,'pl'),(3287172096,'de'),(3287172608,'pl'),(3287173120,'ru'),(3287173632,'nl'),(3287174144,'se'),(3287175168,'ro'),(3287176192,'bg'),(3287176704,'nl'),(3287177216,'ro'),(3287178240,'ua'),(3287178752,'ro'),(3287179264,'fr'),(3287180288,'ru'),(3287181312,'uz'),(3287182336,'ua'),(3287185408,'se'),(3287186432,'fi'),(3287187456,'de'),(3287196672,'pl'),(3287198720,'uk'),(3287199744,'ua'),(3287201792,'pl'),(3287202816,'ua'),(3287203840,'fi'),(3287212032,'de'),(3287212288,'eu'),(3287212544,'fr'),(3287212800,'pl'),(3287213312,'fr'),(3287213568,'ru'),(3287214080,'uk'),(3287214336,'de'),(3287214848,'it'),(3287215104,'pl'),(3287215360,'uk'),(3287215616,'de'),(3287215872,'ru'),(3287216128,'uk'),(3287217152,'nl'),(3287217408,'pl'),(3287217664,'ru'),(3287217920,'pl'),(3287218176,'uk'),(3287218688,'ru'),(3287219200,'uk'),(3287219456,'eu'),(3287219712,'se'),(3287220224,'ru'),(3287285760,'nl'),(3287416832,'ru'),(3287425024,'se'),(3287433728,'de'),(3287434240,'pl'),(3287434752,'uk'),(3287435264,'nl'),(3287435776,'uk'),(3287436288,'ro'),(3287437312,'uk'),(3287437824,'ru'),(3287438336,'ch'),(3287438848,'uk'),(3287439360,'ro'),(3287439872,'pl'),(3287440896,'ua'),(3287441408,'uk'),(3287441920,'nl'),(3287442432,'pl'),(3287442944,'de'),(3287443968,'bg'),(3287444480,'pl'),(3287444992,'de'),(3287445504,'ua'),(3287446528,'pl'),(3287447040,'il'),(3287447552,'dk'),(3287448064,'uk'),(3287448576,'pl'),(3287449088,'bg'),(3287450112,'dk'),(3287450624,'se'),(3287451136,'pl'),(3287451648,'uk'),(3287452160,'fr'),(3287452672,'ch'),(3287453184,'ru'),(3287454208,'se'),(3287454720,'ua'),(3287455744,'pl'),(3287456256,'im'),(3287456768,'uk'),(3287457280,'ro'),(3287457792,'uk'),(3287458048,'ua'),(3287458304,'de'),(3287458560,'ch'),(3287459328,'at'),(3287459584,'eu'),(3287459840,'at'),(3287460096,'me'),(3287460352,'cy'),(3287460608,'nl'),(3287460864,'be'),(3287461120,'de'),(3287461376,'il'),(3287461632,'at'),(3287461888,'pl'),(3287462144,'sa'),(3287462400,'be'),(3287462656,'ua'),(3287462912,'fr'),(3287463168,'it'),(3287463424,'ro'),(3287463680,'pl'),(3287463936,'at'),(3287464192,'sk'),(3287464448,'pl'),(3287464704,'nl'),(3287464960,'sa'),(3287465216,'se'),(3287465472,'de'),(3287465728,'fr'),(3287465984,'dk'),(3287467008,'sa'),(3287468032,'ua'),(3287469056,'de'),(3287471104,'uk'),(3287472128,'fi'),(3287473152,'uk'),(3287474176,'de'),(3287476224,'pl'),(3287477248,'uk'),(3287478272,'bg'),(3287479296,'ro'),(3287480320,'at'),(3287481344,'pl'),(3287482368,'de'),(3287548928,'ua'),(3287549440,'se'),(3287549952,'ua'),(3287550464,'de'),(3287550976,'lt'),(3287551488,'ro'),(3287552000,'uk'),(3287552512,'ro'),(3287553024,'fr'),(3287553536,'il'),(3287554048,'ru'),(3287554560,'pl'),(3287555072,'uk'),(3287555584,'fr'),(3287556096,'tr'),(3287564288,'fi'),(3287572480,'de'),(3287580672,'lv'),(3287588864,'be'),(3287597056,'gi'),(3287605248,'de'),(3287630336,'pl'),(3287631360,'ir'),(3287631872,'ru'),(3287632384,'se'),(3287632896,'ru'),(3287633408,'sk'),(3287633920,'ua'),(3287634432,'ro'),(3287634944,'pl'),(3287635456,'de'),(3287635968,'ro'),(3287636480,'eu'),(3287636992,'at'),(3287637504,'pl'),(3287638016,'ua'),(3287638528,'de'),(3287639040,'uk'),(3287639552,'ru'),(3287640064,'de'),(3287640576,'si'),(3287641088,'il'),(3287641600,'fi'),(3287642112,'ua'),(3287642624,'nl'),(3287643136,'it'),(3287643648,'ua'),(3287644672,'de'),(3287645184,'eu'),(3287646208,'pt'),(3287662592,'de'),(3287662848,'dk'),(3287663104,'lv'),(3287663360,'uk'),(3287663616,'eu'),(3287663872,'pt'),(3287664128,'pl'),(3287664384,'nl'),(3287664640,'ua'),(3287664896,'uk'),(3287665152,'no'),(3287665408,'pl'),(3287665920,'de'),(3287666176,'ru'),(3287666432,'dk'),(3287666688,'si'),(3287666944,'cz'),(3287667200,'dk'),(3287667456,'cz'),(3287667712,'es'),(3287667968,'pl'),(3287668224,'ro'),(3287668480,'ua'),(3287668736,'si'),(3287668992,'pl'),(3287669248,'li'),(3287669504,'eu'),(3287669760,'ro'),(3287670016,'ua'),(3287670272,'pl'),(3287670528,'uk'),(3287670784,'pl'),(3287671040,'uk'),(3287671296,'pl'),(3287671552,'tr'),(3287671808,'ch'),(3287672064,'lt'),(3287672320,'uk'),(3287672832,'ru'),(3287673088,'sk'),(3287673344,'pt'),(3287673600,'uk'),(3287674112,'ch'),(3287674368,'de'),(3287674624,'ro'),(3287674880,'se'),(3287675136,'uk'),(3287675392,'se'),(3287675648,'de'),(3287675904,'be'),(3287676160,'de'),(3287676416,'ru'),(3287676672,'uk'),(3287677184,'ru'),(3287677440,'si'),(3287677696,'ro'),(3287677952,'uk'),(3287678208,'ua'),(3287678464,'eu'),(3287678720,'hr'),(3287678976,'si'),(3287695360,'ch'),(3287703552,'cz'),(3287704064,'eu'),(3287704576,'be'),(3287705088,'ru'),(3287705600,'sa'),(3287706112,'ru'),(3287706624,'uk'),(3287707136,'lu'),(3287707648,'uk'),(3287708160,'nl'),(3287708672,'eu'),(3287709184,'ru'),(3287709696,'se'),(3287710208,'ru'),(3287710720,'eu'),(3287711232,'pl'),(3287711744,'uk'),(3287719936,'de'),(3287728128,'it'),(3287729408,'se'),(3287729664,'dk'),(3287729920,'hu'),(3287730176,'pl'),(3287730432,'uk'),(3287730688,'de'),(3287732224,'it'),(3287734272,'pl'),(3287734528,'ua'),(3287734784,'ru'),(3287735040,'se'),(3287735296,'it'),(3287736320,'pl'),(3287736832,'lv'),(3287737344,'uk'),(3287737856,'fr'),(3287738880,'de'),(3287739392,'nl'),(3287739904,'pt'),(3287740416,'bg'),(3287740928,'ro'),(3287741440,'ch'),(3287741952,'ro'),(3287742464,'ru'),(3287742976,'ro'),(3287743488,'lv'),(3287744000,'fr'),(3287744512,'de'),(3287810048,'fr'),(3287818240,'at'),(3287826432,'lv'),(3287826688,'ro'),(3287826944,'cz'),(3287827200,'de'),(3287827456,'si'),(3287827712,'ru'),(3287827968,'uk'),(3287828224,'de'),(3287828480,'pl'),(3287828736,'at'),(3287828992,'de'),(3287829248,'uk'),(3287829504,'ro'),(3287829760,'nl'),(3287830016,'no'),(3287830272,'ro'),(3287830528,'eu'),(3287830784,'uk'),(3287831040,'ru'),(3287831296,'ch'),(3287831552,'ro'),(3287831808,'at'),(3287832064,'fi'),(3287832320,'de'),(3287832576,'pl'),(3287832832,'de'),(3287833088,'uk'),(3287833344,'ch'),(3287833856,'ua'),(3287834112,'ru'),(3287834368,'hu'),(3287834624,'uk'),(3287842816,'de'),(3287851008,'ua'),(3287859200,'eu'),(3287867392,'ua'),(3287867904,'pl'),(3287868416,'ro'),(3287868928,'es'),(3287869440,'ru'),(3287869952,'ua'),(3287870464,'ru'),(3287870976,'nl'),(3287871488,'pl'),(3287872000,'ru'),(3287872512,'uk'),(3287873024,'pl'),(3287873536,'ru'),(3287874048,'eu'),(3287874560,'de'),(3287875072,'pl'),(3287875584,'dk'),(3287941120,'it'),(3287949312,'at'),(3287949568,'il'),(3287949824,'it'),(3287950080,'de'),(3287950336,'ua'),(3287950592,'pl'),(3287950848,'de'),(3287951104,'hu'),(3287951360,'fr'),(3287951616,'ch'),(3287951872,'ru'),(3287952128,'ua'),(3287952384,'ch'),(3287953152,'il'),(3287953408,'de'),(3287953664,'se'),(3287953920,'de'),(3287954176,'ru'),(3287954432,'ch'),(3287954688,'ro'),(3287954944,'pl'),(3287955200,'ru'),(3287955712,'de'),(3287955968,'si'),(3287956224,'ro'),(3287956480,'fr'),(3287956736,'se'),(3287956992,'ua'),(3287957248,'uk'),(3287957504,'am'),(3287965696,'rs'),(3287973888,'cz'),(3287982080,'ee'),(3287990272,'si'),(3287998464,'it'),(3288006656,'gr'),(3288072192,'se'),(3288088576,'rs'),(3288104960,'de'),(3288236032,'li'),(3288236544,'uk'),(3288237056,'ro'),(3288238592,'pl'),(3288239104,'ro'),(3288239616,'ua'),(3288240128,'ch'),(3288240640,'uk'),(3288241152,'es'),(3288241664,'ua'),(3288242176,'ro'),(3288242688,'fr'),(3288243200,'pl'),(3288243712,'fr'),(3288244736,'de'),(3288245248,'uk'),(3288245760,'ro'),(3288246272,'dk'),(3288246784,'kw'),(3288247296,'no'),(3288247808,'pl'),(3288248832,'uk'),(3288249856,'ro'),(3288250368,'pl'),(3288250880,'ru'),(3288251904,'at'),(3288252416,'no'),(3288260608,'it'),(3288268800,'fi'),(3288400640,'eu'),(3288401152,'eu'),(3288416256,'eu'),(3288417536,'eu'),(3288466432,'eu'),(3288547840,'eu'),(3288554240,'eu'),(3289325568,'eu'),(3322609664,'eu'),(3323022592,'eu'),(3323032832,'eu'),(3323048960,'eu'),(3323343616,'eu'),(3323354368,'eu'),(3324256256,'eu'),(3325234176,'eu'),(3325267712,'eu'),(3328414720,'eu'),(3328433664,'eu'),(3330625536,'eu'),(3330640896,'eu'),(3330662912,'eu'),(3330771200,'eu'),(3330778880,'eu'),(3331563520,'eu'),(3331633408,'eu'),(3335439616,'eu'),(3335440384,'eu'),(3337650176,'eu'),(3341547008,'eu'),(3342139392,'eu'),(3344633856,'eu'),(3556769792,'de'),(3556786176,'ru'),(3556794368,'uk'),(3556810752,'pt'),(3556818944,'md'),(3556827136,'nl'),(3556843520,'de'),(3556851712,'ua'),(3556868096,'uk'),(3556876288,'nl'),(3556884480,'ru'),(3556900864,'uk'),(3556909056,'de'),(3556925440,'pl'),(3556933632,'ua'),(3556941824,'ie'),(3556950016,'tr'),(3556958208,'kg'),(3556966400,'se'),(3556974592,'es'),(3556982784,'de'),(3556990976,'ua'),(3556999168,'ru'),(3557007360,'uk'),(3557015552,'de'),(3557023744,'uk'),(3557031936,'it'),(3557040128,'no'),(3557048320,'ch'),(3557056512,'es'),(3557064704,'cz'),(3557072896,'de'),(3557081088,'eu'),(3557089280,'de'),(3557105664,'bg'),(3557113856,'ru'),(3557130240,'bg'),(3557138432,'ru'),(3557146624,'sk'),(3557154816,'ru'),(3557171200,'it'),(3557179392,'de'),(3557228544,'ee'),(3557236736,'es'),(3557244928,'it'),(3557253120,'ru'),(3557261312,'de'),(3557277696,'pl'),(3557285888,'ru'),(3557294080,'de'),(3557302272,'ua'),(3557310464,'es'),(3557326848,'de'),(3557335040,'eu'),(3557343232,'de'),(3557351424,'ru'),(3557359616,'je'),(3557367808,'de'),(3557376000,'es'),(3557384192,'uk'),(3557392384,'at'),(3557400576,'de'),(3557408768,'uk'),(3557416960,'ua'),(3557425152,'dk'),(3557490688,'fr'),(3557507072,'uk'),(3557515264,'cz'),(3557523456,'ru'),(3557531648,'sa'),(3557539840,'sy'),(3557548032,'de'),(3557556224,'ru'),(3557564416,'de'),(3557572608,'ru'),(3557580800,'de'),(3557588992,'tr'),(3557597184,'sa'),(3557605376,'lt'),(3557621760,'ru'),(3557629952,'pt'),(3557638144,'mk'),(3557646336,'ru'),(3557654528,'kz'),(3557670912,'uk'),(3557679104,'si'),(3557687296,'pl'),(3557703680,'de'),(3557711872,'es'),(3557720064,'it'),(3557728256,'ru'),(3557744640,'ps'),(3557752832,'tr'),(3557761024,'ru'),(3557769216,'uk'),(3557777408,'ru'),(3557785600,'ua'),(3557793792,'hr'),(3557801984,'de'),(3557810176,'es'),(3557818368,'ru'),(3557826560,'at'),(3557834752,'ir'),(3557842944,'fi'),(3557851136,'hu'),(3557859328,'se'),(3557867520,'ru'),(3557875712,'de'),(3557883904,'ru'),(3557892096,'ie'),(3557900288,'at'),(3557916672,'no'),(3557924864,'fi'),(3557933056,'it'),(3557941248,'de'),(3557957632,'si'),(3557965824,'de'),(3557974016,'ch'),(3557982208,'no'),(3557990400,'pt'),(3557998592,'de'),(3558006784,'uk'),(3558014976,'ru'),(3558023168,'de'),(3558031360,'uk'),(3558039552,'it'),(3558047744,'kz'),(3558055936,'fr'),(3558064128,'nl'),(3558080512,'ru'),(3558096896,'cz'),(3558113280,'eu'),(3558121472,'de'),(3558129664,'no'),(3558137856,'uk'),(3558146048,'ru'),(3558154240,'de'),(3558170624,'uk'),(3558178816,'bg'),(3558187008,'de'),(3558195200,'es'),(3558211584,'uk'),(3558219776,'es'),(3558227968,'ru'),(3558236160,'uk'),(3558244352,'it'),(3558260736,'ua'),(3558268928,'gi'),(3558277120,'uk'),(3558293504,'ru'),(3558301696,'de'),(3558318080,'fr'),(3558334464,'uk'),(3558342656,'it'),(3558350848,'ru'),(3558359040,'uk'),(3558367232,'at'),(3558375424,'cz'),(3558383616,'hu'),(3558391808,'lu'),(3558400000,'sa'),(3558408192,'ch'),(3558416384,'bg'),(3558424576,'il'),(3558440960,'se'),(3558449152,'it'),(3558457344,'eu'),(3558465536,'uk'),(3558473728,'sa'),(3558506496,'ua'),(3558514688,'sk'),(3558522880,'nl'),(3558531072,'ru'),(3558539264,'se'),(3558547456,'fr'),(3558555648,'at'),(3558572032,'de'),(3558580224,'uk'),(3558588416,'cz'),(3558596608,'eu'),(3558604800,'uk'),(3558612992,'de'),(3558621184,'md'),(3558629376,'de'),(3558637568,'ch'),(3558645760,'it'),(3558653952,'se'),(3558662144,'lb'),(3558670336,'de'),(3558686720,'tr'),(3558703104,'it'),(3558711296,'nl'),(3558719488,'il'),(3558735872,'uk'),(3558744064,'lb'),(3558752256,'si'),(3558760448,'fr'),(3558768640,'ru'),(3558785024,'is'),(3558801408,'tr'),(3558809600,'es'),(3558817792,'at'),(3558825984,'cy'),(3558834176,'fr'),(3558842368,'se'),(3558850560,'es'),(3558858752,'uk'),(3558899712,'se'),(3558916096,'ru'),(3558924288,'nl'),(3558932480,'ru'),(3558940672,'at'),(3558948864,'pl'),(3558957056,'ps'),(3558965248,'no'),(3558973440,'sa'),(3558981632,'ir'),(3558989824,'ru'),(3558998016,'jo'),(3559006208,'ru'),(3559014400,'de'),(3559022592,'ru'),(3559030784,'es'),(3559038976,'de'),(3559047168,'it'),(3559055360,'am'),(3559063552,'ch'),(3559079936,'jo'),(3559088128,'uk'),(3559096320,'ro'),(3559104512,'ua'),(3559112704,'it'),(3559120896,'uk'),(3559129088,'bg'),(3559137280,'uk'),(3559145472,'es'),(3559153664,'uk'),(3559178240,'lb'),(3559186432,'ru'),(3559194624,'se'),(3559202816,'de'),(3559211008,'gr'),(3559219200,'se'),(3559227392,'dk'),(3559235584,'de'),(3559243776,'fr'),(3559251968,'no'),(3559260160,'de'),(3559268352,'it'),(3559276544,'uk'),(3559284736,'ru'),(3559292928,'jo'),(3559301120,'uk'),(3559309312,'pl'),(3559317504,'fi'),(3559325696,'it'),(3559333888,'se'),(3559342080,'bg'),(3559350272,'ba'),(3559358464,'fr'),(3559366656,'uk'),(3559374848,'at'),(3559383040,'uk'),(3559391232,'ch'),(3559399424,'ua'),(3559407616,'hu'),(3559424000,'lb'),(3559432192,'de'),(3559440384,'ru'),(3559448576,'es'),(3559456768,'ru'),(3559473152,'ch'),(3559489536,'es'),(3559497728,'uk'),(3559505920,'ch'),(3559514112,'at'),(3559522304,'uk'),(3559530496,'ru'),(3559538688,'ua'),(3559546880,'kg'),(3559555072,'ch'),(3559563264,'uk'),(3559571456,'am'),(3559579648,'de'),(3559587840,'kw'),(3559596032,'bg'),(3559604224,'de'),(3559612416,'it'),(3559620608,'ch'),(3559628800,'uk'),(3559636992,'fr'),(3559653376,'uk'),(3559669760,'ru'),(3559677952,'si'),(3559686144,'ru'),(3559694336,'de'),(3559710720,'fr'),(3559718912,'ru'),(3559727104,'nl'),(3559735296,'bg'),(3559743488,'it'),(3559745536,'de'),(3559747584,'dk'),(3559751680,'it'),(3559759872,'no'),(3559768064,'ch'),(3559776256,'ru'),(3559792640,'sa'),(3559800832,'it'),(3559809024,'de'),(3559817216,'uk'),(3559825408,'it'),(3559833600,'ru'),(3559849984,'cz'),(3559858176,'it'),(3559866368,'uk'),(3559874560,'lt'),(3559882752,'az'),(3559890944,'ch'),(3559899136,'eu'),(3559907328,'fr'),(3559915520,'it'),(3559923712,'ru'),(3559931904,'il'),(3559940096,'de'),(3559948288,'ru'),(3559956480,'it'),(3559964672,'ru'),(3559981056,'eu'),(3559989248,'pl'),(3560005632,'ru'),(3560013824,'es'),(3560030208,'uk'),(3560046592,'bg'),(3560054784,'tr'),(3560062976,'bg'),(3560071168,'cy'),(3560079360,'fi'),(3560087552,'uk'),(3560095744,'fi'),(3560103936,'ir'),(3560112128,'de'),(3560120320,'es'),(3560128512,'hu'),(3560144896,'ch'),(3560153088,'fr'),(3560161280,'pl'),(3560169472,'at'),(3560177664,'nl'),(3560185856,'lt'),(3560194048,'it'),(3560218624,'hu'),(3560226816,'at'),(3560235008,'de'),(3560243200,'be'),(3560247296,'nl'),(3560251392,'ru'),(3560259584,'uk'),(3560267776,'se'),(3560275968,'de'),(3560308736,'fi'),(3560316928,'nl'),(3560325120,'dk'),(3560333312,'ro'),(3560349696,'uk'),(3560357888,'gr'),(3560366080,'ch'),(3560374272,'es'),(3560382464,'fo'),(3560390656,'ru'),(3560407040,'pt'),(3560423424,'ch'),(3560431616,'sk'),(3560439808,'bg'),(3560448000,'uk'),(3560472576,'mt'),(3560480768,'it'),(3560488960,'md'),(3560497152,'lu'),(3560505344,'tr'),(3560513536,'sk'),(3560515584,'rs'),(3560517632,'nl'),(3560521728,'pt'),(3560529920,'ru'),(3560554496,'sa'),(3560562688,'uk'),(3560570880,'tr'),(3560579072,'uk'),(3560587264,'de'),(3560595456,'ge'),(3560603648,'uk'),(3560611840,'ua'),(3560620032,'ru'),(3560628224,'uk'),(3560636416,'lt'),(3560644608,'de'),(3560652800,'uk'),(3560660992,'ru'),(3560669184,'ch'),(3560685568,'es'),(3560693760,'pl'),(3560701952,'de'),(3560710144,'ch'),(3560726528,'dk'),(3560734720,'de'),(3560742912,'at'),(3560751104,'de'),(3560767488,'nl'),(3560833024,'eu'),(3560841216,'rs'),(3560849408,'de'),(3560857600,'sa'),(3560865792,'fr'),(3560882176,'de'),(3560890368,'no'),(3560898560,'fi'),(3560906752,'de'),(3560923136,'es'),(3560931328,'de'),(3560947712,'se'),(3560955904,'be'),(3560964096,'nl'),(3560996864,'uk'),(3561005056,'es'),(3561013248,'tr'),(3561021440,'de'),(3561037824,'be'),(3561046016,'ru'),(3561054208,'mt'),(3561062400,'tr'),(3561070592,'ch'),(3561078784,'cz'),(3561095168,'de'),(3561103360,'ua'),(3561111552,'lu'),(3561119744,'it'),(3561127936,'de'),(3561136128,'es'),(3561144320,'fi'),(3561152512,'it'),(3561160704,'ru'),(3561168896,'fr'),(3561177088,'cz'),(3561185280,'uk'),(3561193472,'pl'),(3561201664,'nl'),(3561209856,'uk'),(3561218048,'at'),(3561226240,'fi'),(3561234432,'tr'),(3561242624,'de'),(3561259008,'il'),(3561267200,'ua'),(3561275392,'be'),(3561291776,'rs'),(3561299968,'uk'),(3561308160,'pl'),(3561316352,'ru'),(3561324544,'it'),(3561332736,'de'),(3561340928,'uk'),(3561357312,'dk'),(3561365504,'sa'),(3561373696,'uk'),(3561381888,'at'),(3561390080,'bg'),(3561398272,'lv'),(3561406464,'gr'),(3561414656,'it'),(3561422848,'be'),(3561431040,'sa'),(3561439232,'no'),(3561447424,'ch'),(3561455616,'cz'),(3561472000,'de'),(3561480192,'uk'),(3561488384,'om'),(3561496576,'uk'),(3561504768,'de'),(3561512960,'si'),(3561521152,'ge'),(3561529344,'de'),(3561537536,'bg'),(3561545728,'nl'),(3561553920,'se'),(3561562112,'es'),(3561570304,'am'),(3561578496,'ru'),(3561586688,'bg'),(3561594880,'se'),(3561603072,'uk'),(3561652224,'ch'),(3561668608,'ru'),(3561684992,'bg'),(3561693184,'de'),(3561701376,'se'),(3561709568,'pl'),(3561717760,'ru'),(3561725952,'es'),(3561734144,'ru'),(3561750528,'kz'),(3561758720,'pl'),(3561766912,'sa'),(3561775104,'il'),(3561783296,'ru'),(3561799680,'de'),(3561807872,'be'),(3561816064,'va'),(3561824256,'li'),(3561832448,'it'),(3561840640,'pl'),(3561848832,'ru'),(3561857024,'de'),(3561865216,'qa'),(3561873408,'de'),(3561881600,'it'),(3561889792,'fr'),(3561897984,'uk'),(3561906176,'de'),(3561914368,'es'),(3561922560,'uk'),(3561930752,'nl'),(3561938944,'ie'),(3561947136,'de'),(3561963520,'be'),(3561975808,'ua'),(3561979904,'es'),(3561988096,'de'),(3562004480,'nl'),(3562012672,'ir'),(3562020864,'ua'),(3562029056,'cz'),(3562037248,'ch'),(3562045440,'es'),(3562061824,'it'),(3562070016,'de'),(3562078208,'sk'),(3562086400,'se'),(3562094592,'uk'),(3562110976,'es'),(3562143744,'uk'),(3562151936,'de'),(3562160128,'uk'),(3562176512,'eu'),(3562184704,'de'),(3562192896,'ua'),(3562201088,'de'),(3562209280,'ru'),(3562217472,'de'),(3562225664,'nl'),(3562233856,'fi'),(3562242048,'fr'),(3562258432,'nl'),(3562283008,'it'),(3562291200,'uk'),(3562307584,'nl'),(3562315776,'uk'),(3562323968,'de'),(3562340352,'uk'),(3562348544,'es'),(3562356736,'se'),(3562364928,'pl'),(3562373120,'fr'),(3562381312,'si'),(3562397696,'uk'),(3562405888,'fi'),(3562414080,'de'),(3562422272,'ir'),(3562430464,'ua'),(3562438656,'de'),(3562463232,'ua'),(3562471424,'pl'),(3562479616,'de'),(3562487808,'uk'),(3562496000,'be'),(3562504192,'de'),(3562512384,'ua'),(3562520576,'es'),(3562528768,'pl'),(3562536960,'at'),(3562545152,'uk'),(3562553344,'dk'),(3562569728,'de'),(3562577920,'at'),(3562586112,'de'),(3562594304,'be'),(3562602496,'es'),(3562610688,'no'),(3562618880,'uk'),(3562627072,'de'),(3562643456,'at'),(3562651648,'de'),(3562659840,'sk'),(3562668032,'it'),(3562676224,'uk'),(3562684416,'fi'),(3562692608,'ua'),(3562700800,'de'),(3562708992,'ua'),(3562717184,'ch'),(3562725376,'cz'),(3562733568,'pl'),(3562741760,'it'),(3562758144,'hr'),(3562766336,'se'),(3562774528,'bg'),(3562782720,'ru'),(3562790912,'de'),(3562799104,'hu'),(3562807296,'es'),(3562815488,'nl'),(3562823680,'ru'),(3562848256,'hr'),(3562856448,'ua'),(3562864640,'de'),(3562872832,'dk'),(3562881024,'uk'),(3562889216,'lv'),(3562897408,'ro'),(3562905600,'sa'),(3562921984,'si'),(3562930176,'ru'),(3562938368,'ch'),(3562946560,'fi'),(3562954752,'ru'),(3562962944,'it'),(3562971136,'fr'),(3562987520,'de'),(3562995712,'at'),(3563003904,'de'),(3563012096,'fr'),(3563020288,'de'),(3563028480,'ir'),(3563036672,'bg'),(3563044864,'es'),(3563053056,'uk'),(3563069440,'hu'),(3563077632,'se'),(3563085824,'ru'),(3563094016,'de'),(3563102208,'cz'),(3563110400,'ru'),(3563118592,'de'),(3563126784,'kg'),(3563134976,'it'),(3563143168,'uk'),(3563151360,'de'),(3563159552,'dk'),(3563167744,'es'),(3563175936,'dk'),(3563192320,'tr'),(3563200512,'ch'),(3563208704,'dk'),(3563225088,'lb'),(3563233280,'by'),(3563241472,'tr'),(3563257856,'fr'),(3563290624,'de'),(3563315200,'dk'),(3563323392,'eu'),(3563331584,'de'),(3563347968,'uk'),(3563356160,'ru'),(3563364352,'be'),(3563372544,'sa'),(3563380736,'uk'),(3563388928,'ch'),(3563397120,'de'),(3563405312,'es'),(3563413504,'tr'),(3563421696,'si'),(3563438080,'de'),(3563446272,'lb'),(3563454464,'sa'),(3563462656,'it'),(3563479040,'uk'),(3563487232,'rs'),(3563495424,'de'),(3563503616,'uk'),(3563511808,'de'),(3563520000,'fr'),(3563528192,'de'),(3563536384,'ch'),(3563544576,'ru'),(3563552768,'si'),(3563569152,'it'),(3563577344,'uk'),(3563585536,'it'),(3563601920,'ru'),(3563610112,'bg'),(3563618304,'uk'),(3563626496,'es'),(3563634688,'nl'),(3563651072,'se'),(3563683840,'be'),(3563692032,'uk'),(3563700224,'de'),(3563708416,'hu'),(3563716608,'pl'),(3563724800,'ru'),(3563732992,'ps'),(3563741184,'uk'),(3563749376,'pl'),(3563765760,'es'),(3563782144,'gr'),(3563790336,'se'),(3563798528,'fr'),(3563806720,'sa'),(3563814912,'se'),(3563823104,'de'),(3563831296,'ru'),(3563847680,'es'),(3563855872,'at'),(3563864064,'uk'),(3563872256,'ru'),(3563880448,'tr'),(3563888640,'de'),(3563896832,'hu'),(3563913216,'ru'),(3563921408,'ua'),(3563929600,'ch'),(3563937792,'tr'),(3563945984,'pl'),(3563954176,'it'),(3563962368,'ru'),(3563970560,'tr'),(3563978752,'it'),(3563995136,'mk'),(3564003328,'de'),(3564011520,'ua'),(3564019712,'uk'),(3564027904,'de'),(3564044288,'cz'),(3564052480,'uk'),(3564060672,'ru'),(3564068864,'es'),(3564077056,'uk'),(3564093440,'ua'),(3564101632,'de'),(3564109824,'se'),(3564126208,'it'),(3564134400,'kg'),(3564142592,'dk'),(3564150784,'se'),(3564158976,'de'),(3564175360,'uk'),(3564183552,'ua'),(3564191744,'be'),(3564199936,'ru'),(3564208128,'uk'),(3564216320,'pt'),(3564224512,'uk'),(3564232704,'ru'),(3564249088,'de'),(3564265472,'nl'),(3564273664,'de'),(3564306432,'tr'),(3564314624,'uk'),(3564322816,'it'),(3564331008,'es'),(3564339200,'uk'),(3564355584,'nl'),(3564363776,'ua'),(3564371968,'de'),(3564380160,'fi'),(3564388352,'se'),(3564396544,'ru'),(3564404736,'bg'),(3564412928,'il'),(3564421120,'sa'),(3564429312,'kz'),(3564437504,'lt'),(3564445696,'bg'),(3564453888,'de'),(3564462080,'ch'),(3564470272,'il'),(3564478464,'lu'),(3564486656,'ch'),(3564494848,'eu'),(3564503040,'jo'),(3564511232,'ru'),(3564519424,'si'),(3564527616,'sa'),(3564544000,'de'),(3564560384,'uk'),(3564568576,'eu'),(3564576768,'ru'),(3564584960,'sa'),(3564593152,'ru'),(3564601344,'se'),(3564609536,'ru'),(3564634112,'mk'),(3564642304,'ch'),(3564650496,'nl'),(3564666880,'ie'),(3564675072,'ru'),(3564683264,'ir'),(3564691456,'gi'),(3564699648,'uk'),(3564716032,'it'),(3564724224,'nl'),(3564732416,'uk'),(3564740608,'fr'),(3564748800,'uk'),(3564756992,'es'),(3564765184,'ru'),(3564773376,'de'),(3564781568,'lt'),(3564789760,'es'),(3564797952,'de'),(3564806144,'bg'),(3564814336,'pl'),(3564830720,'be'),(3564838912,'de'),(3564847104,'it'),(3564855296,'de'),(3564863488,'nl'),(3564879872,'uk'),(3564896256,'ru'),(3564904448,'de'),(3564912640,'bg'),(3564920832,'ru'),(3564929024,'at'),(3564937216,'rs'),(3564945408,'uk'),(3564961792,'tr'),(3564969984,'de'),(3564978176,'uk'),(3564986368,'de'),(3564994560,'nl'),(3565002752,'no'),(3565027328,'pl'),(3565035520,'ie'),(3565043712,'at'),(3565051904,'iq'),(3565060096,'uk'),(3565068288,'ch'),(3565076480,'de'),(3565084672,'is'),(3565092864,'uk'),(3565101056,'de'),(3565109248,'pl'),(3565117440,'tr'),(3565125632,'nl'),(3565158400,'es'),(3565223936,'fr'),(3565240320,'ie'),(3565248512,'ru'),(3565256704,'nl'),(3565289472,'dk'),(3565355008,'it'),(3565420544,'uk'),(3565518848,'tr'),(3565551616,'uk'),(3565682688,'nl'),(3565748224,'eu'),(3565813760,'sa'),(3565879296,'uk'),(3566010368,'it'),(3566075904,'nl'),(3566092288,'lv'),(3566108672,'es'),(3566141440,'il'),(3566206976,'de'),(3566272512,'es'),(3566338048,'fi'),(3566354432,'ro'),(3566370816,'tr'),(3566403584,'ch'),(3566436352,'ie'),(3566469120,'uk'),(3566534656,'de'),(3566551040,'fi'),(3566600192,'il'),(3566665728,'se'),(3566739456,'ru'),(3566747648,'gr'),(3566764032,'at'),(3566796800,'nl'),(3566862336,'tr'),(3566895104,'kz'),(3566927872,'fr'),(3566993408,'tr'),(3567058944,'fr'),(3567124480,'eu'),(3567157248,'cz'),(3567165440,'ru'),(3567169536,'mk'),(3567173632,'uk'),(3567239168,'eu'),(3567255552,'pl'),(3567321088,'uk'),(3567353856,'ch'),(3567386624,'uk'),(3567403008,'it'),(3567419392,'sa'),(3567427584,'se'),(3567435776,'uk'),(3567452160,'es'),(3567517696,'ru'),(3567583232,'eu'),(3567591424,'it'),(3567599616,'nl'),(3567648768,'be'),(3567665152,'es'),(3567673344,'at'),(3567681536,'es'),(3567714304,'eu'),(3567779840,'de'),(3567845376,'uk'),(3567861760,'no'),(3567878144,'es'),(3567976448,'it'),(3568041984,'de'),(3568107520,'uk'),(3568173056,'tr'),(3568304128,'ru'),(3568369664,'it'),(3568435200,'ua'),(3568443392,'nl'),(3568476160,'dk'),(3568484352,'nl'),(3568492544,'rs'),(3568500736,'il'),(3568566272,'fr'),(3568599040,'pl'),(3568631808,'se'),(3568697344,'pl'),(3568730112,'nl'),(3568746496,'fi'),(3568762880,'at'),(3568795648,'uk'),(3568803840,'it'),(3568812032,'es'),(3568828416,'de'),(3568959488,'at'),(3569025024,'nl'),(3569057792,'uk'),(3569090560,'ru'),(3569123328,'uk'),(3569156096,'nl'),(3569188864,'it'),(3569221632,'be'),(3569287168,'pl'),(3569352704,'ru'),(3569483776,'fr'),(3569614848,'uk'),(3569680384,'sk'),(3569713152,'at'),(3569729536,'fr'),(3569811456,'il'),(3569876992,'rs'),(3569942528,'de'),(3570073600,'nl'),(3570081792,'ch'),(3570089984,'uk'),(3570106368,'pl'),(3570139136,'de'),(3570171904,'nl'),(3570204672,'gr'),(3570270208,'nl'),(3570335744,'uk'),(3570401280,'fr'),(3570466816,'se'),(3570532352,'it'),(3570597888,'eu'),(3570630656,'de'),(3570663424,'uk'),(3570728960,'fi'),(3570794496,'se'),(3570860032,'ch'),(3570892800,'sa'),(3570925568,'it'),(3571023872,'se'),(3571056640,'de'),(3571122176,'uk'),(3571187712,'ru'),(3571253248,'uk'),(3571286016,'de'),(3571318784,'uk'),(3571384320,'de'),(3571482624,'be'),(3571515392,'uk'),(3571548160,'es'),(3571580928,'fi'),(3571646464,'de'),(3571712000,'uk'),(3571843072,'es'),(3571974144,'ru'),(3571978240,'sk'),(3571980288,'at'),(3571982336,'ru'),(3572006912,'ch'),(3572039680,'be'),(3572056064,'ru'),(3572072448,'bg'),(3572105216,'fr'),(3572170752,'il'),(3572203520,'si'),(3572236288,'at'),(3572301824,'dk'),(3572367360,'nl'),(3572432896,'it'),(3572465664,'be'),(3572498432,'uk'),(3572563968,'kg'),(3572572160,'nl'),(3572580352,'at'),(3572596736,'uk'),(3572629504,'dk'),(3572695040,'ch'),(3572760576,'pl'),(3572826112,'it'),(3572891648,'fi'),(3572957184,'se'),(3573022720,'ru'),(3573055488,'uk'),(3573088256,'ch'),(3573153792,'uk'),(3573219328,'gr'),(3573252096,'no'),(3573284864,'tr'),(3573415936,'ch'),(3573481472,'de'),(3573547008,'es'),(3573612544,'uk'),(3573743616,'ch'),(3573809152,'es'),(3573874688,'pl'),(3573878784,'ru'),(3573882880,'dk'),(3573884928,'pl'),(3573886976,'ru'),(3573889024,'hr'),(3573891072,'nl'),(3573893120,'ru'),(3573897216,'uk'),(3573899264,'ru'),(3573901312,'cz'),(3573903360,'si'),(3573905408,'cz'),(3573907456,'ru'),(3573909504,'pl'),(3573913600,'ch'),(3573915648,'ru'),(3573917696,'sa'),(3573919744,'uk'),(3573921792,'ru'),(3573923840,'ua'),(3573925888,'pl'),(3573929984,'ru'),(3573932032,'cz'),(3573938176,'pl'),(3573940224,'ps'),(3574005760,'cy'),(3574071296,'il'),(3574136832,'de'),(3574169600,'es'),(3574202368,'nl'),(3574267904,'fr'),(3574333440,'eu'),(3574398976,'pt'),(3574464512,'tr'),(3574530048,'se'),(3574595584,'fr'),(3574603776,'bg'),(3574611968,'hu'),(3574628352,'gr'),(3574661120,'nl'),(3574693888,'pl'),(3574726656,'uk'),(3574792192,'cz'),(3574824960,'uk'),(3574857728,'de'),(3574923264,'ru'),(3574939648,'se'),(3574956032,'it'),(3574972416,'lv'),(3574988800,'pt'),(3575054336,'de'),(3575119872,'ru'),(3575185408,'pl'),(3575250944,'it'),(3575316480,'ru'),(3575349248,'uk'),(3575382016,'fi'),(3575447552,'cz'),(3575513088,'pt'),(3575545856,'fr'),(3575562240,'de'),(3575578624,'eu'),(3575644160,'dk'),(3575709696,'at'),(3575742464,'ru'),(3575775232,'nl'),(3575824384,'kw'),(3575832576,'nl'),(3575840768,'uk'),(3575873536,'ee'),(3575906304,'fr'),(3575971840,'es'),(3576037376,'eu'),(3576102912,'uk'),(3576135680,'de'),(3576168448,'uk'),(3576266752,'fr'),(3576299520,'ae'),(3576365056,'tr'),(3576430592,'fr'),(3576496128,'it'),(3576561664,'nl'),(3576627200,'at'),(3576692736,'uk'),(3576758272,'be'),(3576823808,'se'),(3576889344,'nl'),(3576954880,'no'),(3576987648,'uk'),(3577020416,'nl'),(3577085952,'de'),(3577151488,'uk'),(3577184256,'ch'),(3577217024,'fr'),(3577282560,'il'),(3577348096,'pt'),(3577413632,'ru'),(3577479168,'es'),(3577544704,'uk'),(3577610240,'eu'),(3577675776,'pt'),(3577741312,'se'),(3578003456,'de'),(3578265600,'uk'),(3578331136,'pl'),(3578339328,'es'),(3578347520,'de'),(3578363904,'nl'),(3578396672,'tr'),(3578462208,'nl'),(3578527744,'pl'),(3578658816,'uk'),(3578724352,'ru'),(3578732544,'ie'),(3578740736,'ru'),(3578757120,'se'),(3578822656,'ru'),(3578855424,'uk'),(3578888192,'sk'),(3578920960,'it'),(3578986496,'de'),(3579002880,'uk'),(3579019264,'dk'),(3579052032,'nl'),(3579117568,'ru'),(3579183104,'uk'),(3579248640,'ru'),(3579346944,'se'),(3579445248,'at'),(3579478016,'fr'),(3579527168,'ba'),(3579543552,'bg'),(3579576320,'it'),(3579609088,'pl'),(3579641856,'nl'),(3579707392,'es'),(3579723776,'at'),(3579740160,'ie'),(3579772928,'de'),(3579838464,'es'),(3580100608,'se'),(3580362752,'uk'),(3580624896,'ru'),(3580626944,'pl'),(3580628992,'ru'),(3580631040,'nl'),(3580633088,'ru'),(3580635136,'cz'),(3580637184,'ru'),(3580639232,'pl'),(3580641280,'fr'),(3580643328,'ua'),(3580645376,'pl'),(3580647424,'at'),(3580649472,'se'),(3580651520,'nl'),(3580653568,'pl'),(3580655616,'sk'),(3580657664,'ru'),(3580663808,'pl'),(3580665856,'cz'),(3580667904,'ru'),(3580669952,'ua'),(3580672000,'ru'),(3580682240,'pl'),(3580684288,'eu'),(3580686336,'bg'),(3580688384,'ru'),(3580698624,'pl'),(3580702720,'ru'),(3580710912,'ua'),(3580715008,'ru'),(3580719104,'nl'),(3580723200,'ua'),(3580727296,'cz'),(3580731392,'ro'),(3580739584,'cz'),(3580743680,'ua'),(3580747776,'cz'),(3580751872,'uk'),(3580755968,'ru'),(3580772352,'lv'),(3580780544,'ua'),(3580805120,'ru'),(3580813312,'cz'),(3580821504,'fr'),(3580837888,'ua'),(3580887040,'se'),(3581149184,'eu'),(3581280256,'be'),(3581411328,'uk'),(3581673472,'nl'),(3581935616,'ru'),(3581943808,'fr'),(3581952000,'tr'),(3581960192,'de'),(3581976576,'no'),(3581984768,'ru'),(3581992960,'uk'),(3582001152,'dk'),(3582009344,'ru'),(3582017536,'uk'),(3582025728,'ru'),(3582033920,'cz'),(3582042112,'es'),(3582050304,'nl'),(3582058496,'at'),(3582066688,'ua'),(3582074880,'eu'),(3582083072,'bg'),(3582091264,'qa'),(3582099456,'uk'),(3582107648,'nl'),(3582115840,'se'),(3582124032,'fi'),(3582132224,'ru'),(3582140416,'ge'),(3582156800,'uk'),(3582164992,'se'),(3582173184,'uk'),(3582181376,'de'),(3582197760,'dk'),(3582205952,'ae'),(3582214144,'ru'),(3582222336,'se'),(3582230528,'be'),(3582238720,'nl'),(3582255104,'kw'),(3582263296,'me'),(3582271488,'nl'),(3582279680,'uk'),(3582287872,'de'),(3582296064,'im'),(3582304256,'ua'),(3582312448,'uk'),(3582320640,'ch'),(3582328832,'hu'),(3582337024,'es'),(3582345216,'it'),(3582353408,'se'),(3582361600,'pl'),(3582377984,'ru'),(3582386176,'nl'),(3582394368,'de'),(3582402560,'pl'),(3582410752,'ru'),(3582435328,'mk'),(3582443520,'de'),(3582451712,'lu'),(3582459904,'nl'),(3582468096,'se'),(3582476288,'de'),(3582492672,'it'),(3582509056,'sa'),(3582517248,'pl'),(3582525440,'uk'),(3582533632,'bg'),(3582541824,'il'),(3582550016,'rs'),(3582558208,'mc'),(3582566400,'eu'),(3582574592,'de'),(3582582784,'ru'),(3582590976,'fr'),(3582599168,'de'),(3582607360,'ru'),(3582615552,'cy'),(3582623744,'fi'),(3582631936,'no'),(3582640128,'ru'),(3582648320,'pt'),(3582656512,'es'),(3582664704,'jo'),(3582672896,'de'),(3582681088,'fr'),(3582689280,'de'),(3582697472,'fi'),(3582705664,'tr'),(3582722048,'it'),(3582730240,'es'),(3582738432,'dk'),(3582746624,'ru'),(3582754816,'gr'),(3582763008,'fi'),(3582771200,'cy'),(3582779392,'ru'),(3582787584,'pt'),(3582795776,'es'),(3582803968,'se'),(3582812160,'fi'),(3582820352,'ru'),(3582828544,'kz'),(3582836736,'ru'),(3582853120,'se'),(3582869504,'no'),(3582877696,'at'),(3582885888,'tr'),(3582894080,'ch'),(3582902272,'ru'),(3582910464,'si'),(3582918656,'uk'),(3582926848,'es'),(3582935040,'si'),(3582943232,'at'),(3582951424,'uk'),(3582959616,'fi'),(3582967808,'de'),(3582976000,'tr'),(3582984192,'de'),(3582992384,'es'),(3583000576,'it'),(3583008768,'tr'),(3583016960,'ch'),(3583025152,'it'),(3583033344,'fr'),(3583041536,'nl'),(3583049728,'ru'),(3583066112,'de'),(3583074304,'bg'),(3583082496,'kg'),(3583090688,'no'),(3583098880,'fi'),(3583107072,'at'),(3583115264,'ch'),(3583123456,'pl'),(3583131648,'se'),(3583139840,'de'),(3583148032,'uk'),(3583156224,'eu'),(3583164416,'pt'),(3583172608,'de'),(3583188992,'ru'),(3583205376,'hr'),(3583213568,'ir'),(3583221760,'at'),(3583229952,'ru'),(3583238144,'uk'),(3583246336,'ru'),(3583254528,'uk'),(3583262720,'tr'),(3583270912,'de'),(3583287296,'ru'),(3583295488,'es'),(3583303680,'nl'),(3583311872,'ru'),(3583320064,'hr'),(3583328256,'de'),(3583336448,'me'),(3583344640,'bg'),(3583352832,'cy'),(3583361024,'it'),(3583369216,'es'),(3583377408,'at'),(3583385600,'dk'),(3583393792,'ru'),(3583410176,'se'),(3583434752,'at'),(3583442944,'ua'),(3583451136,'il'),(3583459328,'cz'),(3583467520,'es'),(3583475712,'no'),(3583483904,'fr'),(3583492096,'sk'),(3583508480,'fr'),(3583516672,'uk'),(3583533056,'de'),(3583541248,'ru'),(3583549440,'nl'),(3583557632,'it'),(3583565824,'uk'),(3583574016,'no'),(3583582208,'at'),(3583590400,'de'),(3583598592,'se'),(3583606784,'tr'),(3583639552,'az'),(3583664128,'ro'),(3583680512,'ru'),(3583688704,'ua'),(3583696896,'nl'),(3583705088,'ua'),(3583713280,'cz'),(3583721472,'de'),(3583729664,'tr'),(3583737856,'eu'),(3583746048,'pl'),(3583762432,'cz'),(3583770624,'nl'),(3583778816,'it'),(3583787008,'ua'),(3583795200,'pl'),(3583803392,'ru'),(3583811584,'de'),(3583819776,'ru'),(3583827968,'ch'),(3583836160,'de'),(3583844352,'kz'),(3583852544,'fi'),(3583860736,'hu'),(3583868928,'at'),(3583877120,'ro'),(3583885312,'ge'),(3583893504,'si'),(3583901696,'ru'),(3583909888,'se'),(3583918080,'it'),(3583926272,'de'),(3583934464,'ch'),(3583950848,'pl'),(3583959040,'no'),(3583967232,'nl'),(3583975424,'lt'),(3583983616,'ru'),(3584000000,'ie'),(3584008192,'se'),(3584016384,'ru'),(3584024576,'ua'),(3584032768,'de'),(3584040960,'ch'),(3584049152,'de'),(3584057344,'uk'),(3584065536,'ua'),(3584073728,'sk'),(3584081920,'nl'),(3584098304,'si'),(3584106496,'fi'),(3584114688,'uk'),(3584122880,'pl'),(3584131072,'tr'),(3584139264,'no'),(3584147456,'fr'),(3584155648,'no'),(3584163840,'ch'),(3584172032,'fr'),(3584180224,'at'),(3584188416,'uk'),(3584196608,'de'),(3584204800,'nl'),(3584212992,'es'),(3584221184,'no'),(3584229376,'hu'),(3584245760,'nl'),(3584253952,'rs'),(3584262144,'se'),(3584270336,'fr'),(3584278528,'uk'),(3584286720,'at'),(3584294912,'uk'),(3584303104,'es'),(3584311296,'de'),(3584319488,'lt'),(3584327680,'de'),(3584335872,'es'),(3584344064,'se'),(3584352256,'ro'),(3584360448,'uk'),(3584368640,'lb'),(3584376832,'de'),(3584393216,'uk'),(3584401408,'mt'),(3584409600,'ru'),(3584417792,'uk'),(3584434176,'lu'),(3584442368,'uk'),(3584450560,'eu'),(3584458752,'sa'),(3584466944,'no'),(3584475136,'fr'),(3584483328,'de'),(3584491520,'bg'),(3584499712,'ru'),(3584507904,'uk'),(3584516096,'no'),(3584524288,'is'),(3584532480,'de'),(3584540672,'ru'),(3584548864,'es'),(3584557056,'ee'),(3584565248,'ru'),(3584573440,'de'),(3584589824,'ru'),(3584598016,'cz'),(3584606208,'de'),(3584614400,'uk'),(3584622592,'fi'),(3584630784,'bg'),(3584638976,'ua'),(3584647168,'lu'),(3584655360,'cy'),(3584663552,'fr'),(3584671744,'nl'),(3584688128,'uk'),(3584696320,'es'),(3584704512,'ru'),(3584720896,'uk'),(3584729088,'de'),(3584737280,'gr'),(3584745472,'dk'),(3584753664,'ru'),(3584770048,'nl'),(3584778240,'it'),(3584786432,'nl'),(3584794624,'it'),(3584802816,'uk'),(3584811008,'es'),(3584819200,'ru'),(3584827392,'es'),(3584835584,'az'),(3584843776,'de'),(3584860160,'pl'),(3584868352,'no'),(3584876544,'si'),(3584884736,'de'),(3584892928,'il'),(3584901120,'at'),(3584909312,'it'),(3584917504,'fi'),(3584925696,'uk'),(3584933888,'se'),(3584942080,'dk'),(3584950272,'ua'),(3584958464,'de'),(3584966656,'dk'),(3584974848,'fr'),(3584983040,'ua'),(3584991232,'it'),(3584999424,'uk'),(3585007616,'at'),(3585015808,'it'),(3585024000,'cz'),(3585032192,'lv'),(3585048576,'uk'),(3585056768,'lb'),(3585064960,'uk'),(3585081344,'ir'),(3585114112,'is'),(3585122304,'es'),(3585130496,'fr'),(3585138688,'ru'),(3585146880,'ro'),(3585155072,'uk'),(3585163264,'be'),(3585171456,'ru'),(3585179648,'be'),(3585196032,'es'),(3585204224,'uk'),(3585212416,'de'),(3585220608,'ru'),(3585228800,'de'),(3585236992,'hu'),(3585245184,'uk'),(3585253376,'de'),(3585261568,'it'),(3585269760,'sy'),(3585277952,'se'),(3585286144,'no'),(3585294336,'de'),(3585302528,'es'),(3585310720,'de'),(3585327104,'nl'),(3585335296,'ua'),(3585343488,'ee'),(3585351680,'cz'),(3585359872,'se'),(3585368064,'lv'),(3585376256,'pl'),(3585384448,'ch'),(3585392640,'ru'),(3585400832,'fr'),(3585409024,'ru'),(3585417216,'be'),(3585425408,'es'),(3585433600,'is'),(3585441792,'sk'),(3585449984,'sa'),(3585458176,'hu'),(3585474560,'de'),(3585482752,'fr'),(3585490944,'it'),(3585499136,'de'),(3585515520,'ru'),(3585523712,'lv'),(3585531904,'at'),(3585540096,'de'),(3585548288,'ru'),(3585556480,'de'),(3585564672,'ru'),(3585572864,'it'),(3585581056,'de'),(3585597440,'ru'),(3585605632,'pl'),(3585613824,'ee'),(3585622016,'ru'),(3585630208,'rs'),(3585638400,'ru'),(3585646592,'sa'),(3585654784,'no'),(3585662976,'by'),(3585671168,'se'),(3585679360,'fi'),(3585687552,'de'),(3585695744,'uk'),(3585703936,'de'),(3585712128,'uk'),(3585720320,'eu'),(3585728512,'se'),(3585744896,'fr'),(3585753088,'pl'),(3585761280,'ua'),(3585769472,'tr'),(3585777664,'jo'),(3585785856,'ua'),(3585794048,'fi'),(3585802240,'it'),(3585810432,'uk'),(3585818624,'de'),(3585826816,'ru'),(3585835008,'nl'),(3585843200,'no'),(3585851392,'se'),(3585859584,'de'),(3585867776,'no'),(3585875968,'ch'),(3585884160,'jo'),(3585892352,'de'),(3585900544,'no'),(3585908736,'fr'),(3585916928,'it'),(3585925120,'ch'),(3585933312,'nl'),(3585941504,'pl'),(3585949696,'kw'),(3585957888,'se'),(3585966080,'ch'),(3585974272,'be'),(3585982464,'ru'),(3585998848,'es'),(3586007040,'lt'),(3586015232,'fr'),(3586023424,'is'),(3586031616,'ie'),(3586039808,'uk'),(3586048000,'pt'),(3586056192,'ru'),(3586072576,'de'),(3586088960,'cz'),(3586097152,'hr'),(3586105344,'ie'),(3586113536,'bg'),(3586121728,'ie'),(3586129920,'cz'),(3586146304,'pl'),(3586162688,'fi'),(3586179072,'es'),(3586195456,'ru'),(3586211840,'ch'),(3586228224,'be'),(3586244608,'nl'),(3586260992,'es'),(3586277376,'tr'),(3586293760,'es'),(3586310144,'cz'),(3586326528,'ir'),(3586342912,'es'),(3586359296,'pl'),(3586375680,'cz'),(3586392064,'nl'),(3586408448,'ba'),(3586424832,'ch'),(3586441216,'de'),(3586457600,'nl'),(3586473984,'hu'),(3586490368,'lt'),(3586506752,'nl'),(3586523136,'eu'),(3586555904,'it'),(3586572288,'rs'),(3586588672,'it'),(3586596864,'uk'),(3586605056,'se'),(3586621440,'uk'),(3586637824,'pl'),(3586654208,'ge'),(3586662400,'ua'),(3586670592,'eu'),(3586686976,'se'),(3586703360,'ch'),(3586719744,'es'),(3586752512,'nl'),(3586785280,'ru'),(3586793472,'ch'),(3586801664,'hr'),(3586818048,'ie'),(3586834432,'de'),(3586850816,'no'),(3586867200,'fr'),(3586883584,'it'),(3586899968,'de'),(3586916352,'it'),(3586924544,'fi'),(3586932736,'lb'),(3586949120,'se'),(3586965504,'nl'),(3586981888,'it'),(3586998272,'pt'),(3587006464,'fr'),(3587014656,'uk'),(3587055616,'uz'),(3587063808,'nl'),(3587080192,'uk'),(3587088384,'de'),(3587096576,'nl'),(3587121152,'al'),(3587129344,'nl'),(3587145728,'cy'),(3587162112,'ir'),(3587178496,'at'),(3587186688,'de'),(3587194880,'uk'),(3587211264,'at'),(3587219456,'ru'),(3587227648,'uk'),(3587244032,'it'),(3587260416,'de'),(3587284992,'it'),(3587309568,'uk'),(3587325952,'ru'),(3587342336,'cz'),(3587358720,'sa'),(3587375104,'tr'),(3587383296,'cz'),(3587391488,'kz'),(3587407872,'be'),(3587424256,'de'),(3587440640,'se'),(3587457024,'uk'),(3587473408,'it'),(3587506176,'it'),(3587538944,'is'),(3587547136,'ch'),(3587555328,'be'),(3587571712,'de'),(3587579904,'be'),(3587588096,'bg'),(3587596288,'nl'),(3587604480,'fi'),(3587620864,'se'),(3587637248,'fr'),(3587653632,'sk'),(3587670016,'uk'),(3587702784,'de'),(3587710976,'cz'),(3587719168,'pl'),(3587735552,'eu'),(3587751936,'fi'),(3587768320,'de'),(3587776512,'ir'),(3587784704,'de'),(3587801088,'it'),(3587817472,'mt'),(3587833856,'de'),(3587842048,'it'),(3587850240,'pl'),(3587866624,'fr'),(3587874816,'de'),(3587883008,'uk'),(3587915776,'ee'),(3587932160,'be'),(3587948544,'ru'),(3587964928,'es'),(3587981312,'is'),(3587997696,'de'),(3588014080,'cz'),(3588030464,'ru'),(3588046848,'de'),(3588063232,'ch'),(3588071424,'uk'),(3588079616,'ch'),(3588096000,'nl'),(3588104192,'bg'),(3588112384,'fr'),(3588128768,'hu'),(3588145152,'pl'),(3588161536,'fr'),(3588227072,'be'),(3588292608,'at'),(3588308992,'no'),(3588325376,'uk'),(3588333568,'fr'),(3588341760,'it'),(3588358144,'bg'),(3588374528,'se'),(3588390912,'lt'),(3588407296,'cz'),(3588423680,'es'),(3588440064,'pl'),(3588456448,'nl'),(3588464640,'at'),(3588472832,'ua'),(3588489216,'fr'),(3588505600,'ru'),(3588521984,'pt'),(3588538368,'uk'),(3588554752,'at'),(3588571136,'uk'),(3588603904,'si'),(3588620288,'sa'),(3588628480,'ch'),(3588636672,'uz'),(3588653056,'it'),(3588661248,'no'),(3588669440,'uk'),(3588685824,'ua'),(3588702208,'es'),(3588718592,'bg'),(3588734976,'pl'),(3588751360,'tr'),(3588767744,'uk'),(3588784128,'ch'),(3588800512,'ru'),(3588816896,'it'),(3588833280,'ro'),(3588849664,'ie'),(3588857856,'ir'),(3588866048,'nl'),(3588882432,'ru'),(3588890624,'uk'),(3588898816,'no'),(3588915200,'it'),(3588931584,'ru'),(3588947968,'uk'),(3588964352,'cz'),(3588997120,'at'),(3589013504,'es'),(3589021696,'sa'),(3589029888,'es'),(3589046272,'no'),(3589079040,'dk'),(3589128192,'uk'),(3589144576,'ua'),(3589152768,'de'),(3589160960,'pl'),(3589177344,'tr'),(3589193728,'se'),(3589210112,'eu'),(3589226496,'no'),(3589242880,'nl'),(3589259264,'de'),(3589275648,'rs'),(3589292032,'at'),(3589308416,'de'),(3589324800,'bg'),(3589341184,'pl'),(3589373952,'de'),(3589390336,'ru'),(3589423104,'uk'),(3589439488,'se'),(3589455872,'ru'),(3589472256,'tr'),(3589488640,'ru'),(3589505024,'fi'),(3589521408,'it'),(3589537792,'fr'),(3589545984,'de'),(3589554176,'ps'),(3589570560,'uk'),(3589586944,'rs'),(3589603328,'fr'),(3589668864,'ru'),(3589677056,'fr'),(3589685248,'uk'),(3589742592,'nl'),(3589767168,'ru'),(3589816320,'eu'),(3589832704,'tr'),(3589849088,'uk'),(3589865472,'gr'),(3589881856,'nl'),(3589890048,'uk'),(3589931008,'si'),(3589947392,'fi'),(3589963776,'es'),(3589980160,'cz'),(3589996544,'uk'),(3590012928,'be'),(3590029312,'fr'),(3590045696,'ru'),(3590062080,'de'),(3590078464,'ru'),(3590094848,'de'),(3590111232,'lt'),(3590127616,'uk'),(3590144000,'si'),(3590160384,'uk'),(3590176768,'hu'),(3590193152,'it'),(3590201344,'de'),(3590209536,'es'),(3590225920,'tr'),(3590234112,'uk'),(3590242304,'eu'),(3590258688,'it'),(3590299648,'fi'),(3590307840,'uk'),(3640655872,'de'),(3641180160,'uk'),(3641188352,'tj'),(3641192448,'de'),(3641196544,'sa'),(3641200640,'ru'),(3641204736,'nl'),(3641208832,'jo'),(3641212928,'no'),(3641221120,'pl'),(3641229312,'ch'),(3641237504,'ru'),(3641241600,'uk'),(3641245696,'ua'),(3641249792,'de'),(3641262080,'it'),(3641266176,'ru'),(3641270272,'de'),(3641278464,'is'),(3641282560,'ru'),(3641286656,'pl'),(3641294848,'uk'),(3641298944,'se'),(3641303040,'bg'),(3641307136,'lt'),(3641311232,'de'),(3641315328,'dk'),(3641319424,'ru'),(3641323520,'de'),(3641331712,'es'),(3641335808,'se'),(3641344000,'uk'),(3641360384,'ro'),(3641368576,'uk'),(3641372672,'bg'),(3641376768,'it'),(3641380864,'ir'),(3641384960,'ch'),(3641389056,'de'),(3641393152,'kz'),(3641397248,'it'),(3641401344,'es'),(3641409536,'pl'),(3641417728,'ge'),(3641421824,'tj'),(3641425920,'de'),(3641430016,'ch'),(3641434112,'cz'),(3641442304,'uk'),(3641446400,'es'),(3641450496,'ru'),(3641454592,'sk'),(3641458688,'ru'),(3641462784,'uz'),(3641466880,'ru'),(3641470976,'md'),(3641475072,'it'),(3641479168,'uk'),(3641483264,'it'),(3641491456,'ua'),(3641499648,'sa'),(3641503744,'ru'),(3641507840,'no'),(3641516032,'hu'),(3641520128,'fr'),(3641524224,'de'),(3641528320,'es'),(3641540608,'uk'),(3641548800,'de'),(3641552896,'at'),(3641556992,'de'),(3641561088,'ru'),(3641565184,'se'),(3641573376,'no'),(3641577472,'ru'),(3641581568,'es'),(3641585664,'ru'),(3641589760,'ch'),(3641597952,'az'),(3641602048,'de'),(3641606144,'uk'),(3641610240,'de'),(3641618432,'uk'),(3641622528,'ru'),(3641626624,'hr'),(3641630720,'at'),(3641634816,'ru'),(3641638912,'at'),(3641643008,'ru'),(3641647104,'es'),(3641651200,'ru'),(3641655296,'uk'),(3641659392,'fr'),(3641663488,'mt'),(3641667584,'uk'),(3641671680,'ru'),(3641683968,'kz'),(3641688064,'ru'),(3641692160,'it'),(3641696256,'de'),(3641700352,'se'),(3641704448,'fr'),(3641708544,'ru'),(3641712640,'nl'),(3641716736,'uk'),(3641720832,'mk'),(3641729024,'dk'),(3641733120,'at'),(3641737216,'rs'),(3641741312,'es'),(3641745408,'de'),(3641749504,'cz'),(3641753600,'se'),(3641757696,'uk'),(3641761792,'cy'),(3641765888,'es'),(3641769984,'no'),(3641774080,'de'),(3641778176,'pl'),(3641782272,'uk'),(3641786368,'se'),(3641790464,'lt'),(3641794560,'rs'),(3641798656,'ru'),(3641802752,'nl'),(3641806848,'tr'),(3641810944,'ru'),(3641819136,'de'),(3641823232,'no'),(3641827328,'bh'),(3641835520,'it'),(3641839616,'uk'),(3641843712,'es'),(3641847808,'it'),(3641851904,'nl'),(3641856000,'uk'),(3641860096,'it'),(3641868288,'ru'),(3641876480,'es'),(3641880576,'de'),(3641884672,'no'),(3641888768,'it'),(3641892864,'es'),(3641896960,'bg'),(3641901056,'eu'),(3641905152,'nl'),(3641909248,'at'),(3641913344,'fr'),(3641917440,'gr'),(3641925632,'ru'),(3641933824,'uk'),(3641937920,'it'),(3641942016,'de'),(3641950208,'fr'),(3641954304,'md'),(3641958400,'be'),(3641962496,'uk'),(3641966592,'it'),(3641970688,'uk'),(3641978880,'dk'),(3641982976,'ru'),(3641991168,'se'),(3641995264,'de'),(3641999360,'hu'),(3642007552,'ua'),(3642015744,'ch'),(3642019840,'sy'),(3642028032,'uk'),(3642032128,'ps'),(3642040320,'by'),(3642048512,'il'),(3642056704,'ru'),(3642064896,'se'),(3642073088,'lv'),(3642077184,'be'),(3642081280,'nl'),(3642085376,'ru'),(3642089472,'se'),(3642093568,'nl'),(3642097664,'uk'),(3642101760,'no'),(3642109952,'be'),(3642114048,'no'),(3642118144,'uk'),(3642122240,'es'),(3642126336,'il'),(3642130432,'de'),(3642134528,'uk'),(3642138624,'ru'),(3642142720,'mt'),(3642146816,'de'),(3642150912,'it'),(3642163200,'nl'),(3642167296,'ru'),(3642171392,'jo'),(3642175488,'de'),(3642179584,'ru'),(3642187776,'dk'),(3642191872,'by'),(3642195968,'ru'),(3642204160,'uk'),(3642208256,'ru'),(3642212352,'ba'),(3642216448,'hu'),(3642220544,'uk'),(3642224640,'sk'),(3642228736,'de'),(3642232832,'rs'),(3642236928,'ch'),(3642241024,'de'),(3642245120,'lv'),(3642249216,'fr'),(3642253312,'fi'),(3642257408,'ru'),(3642261504,'uk'),(3642265600,'ir'),(3642269696,'ua'),(3642273792,'ru'),(3642277888,'de'),(3642290176,'al'),(3642294272,'uk'),(3642298368,'az'),(3642302464,'se'),(3642306560,'ir'),(3642310656,'de'),(3642314752,'ru'),(3642318848,'fi'),(3642322944,'at'),(3642327040,'de'),(3642331136,'ru'),(3642335232,'de'),(3642339328,'fr'),(3642343424,'ua'),(3642347520,'ru'),(3642355712,'se'),(3642359808,'ru'),(3642368000,'ch'),(3642376192,'rs'),(3642380288,'it'),(3642384384,'nl'),(3642392576,'am'),(3642396672,'md'),(3642404864,'ru'),(3642408960,'fr'),(3642413056,'uk'),(3642417152,'it'),(3642421248,'de'),(3642429440,'uk'),(3642433536,'cy'),(3642441728,'it'),(3642449920,'ch'),(3642454016,'it'),(3642458112,'ru'),(3642462208,'ua'),(3642466304,'se'),(3642474496,'de'),(3642478592,'hu'),(3642482688,'nl'),(3642486784,'uk'),(3642499072,'se'),(3642503168,'lv'),(3642507264,'fr'),(3642509312,'ru'),(3642515456,'de'),(3642519552,'it'),(3642523648,'uk'),(3642527744,'pl'),(3642531840,'dk'),(3642535936,'is'),(3642540032,'se'),(3642544128,'ru'),(3642552320,'eu'),(3642556416,'cz'),(3642560512,'kg'),(3642564608,'de'),(3642568704,'ru'),(3642572800,'it'),(3642576896,'ru'),(3642580992,'es'),(3642585088,'uz'),(3642593280,'at'),(3642597376,'it'),(3642601472,'ru'),(3642605568,'uk'),(3642613760,'ax'),(3642617856,'jo'),(3642621952,'it'),(3642626048,'be'),(3642630144,'dk'),(3642634240,'de'),(3642638336,'cz'),(3642642432,'dk'),(3642646528,'mt'),(3642650624,'uk'),(3642654720,'pl'),(3642662912,'uz'),(3642667008,'fi'),(3642671104,'ua'),(3642675200,'bg'),(3642679296,'de'),(3642683392,'ru'),(3642687488,'uk'),(3642691584,'de'),(3642695680,'sk'),(3642699776,'cz'),(3642703872,'lu'),(3642707968,'de'),(3642712064,'no'),(3642716160,'it'),(3642720256,'uk'),(3642728448,'se'),(3642736640,'cz'),(3642740736,'de'),(3642744832,'tr'),(3642753024,'uk'),(3643801600,'de'),(3644325888,'it'),(3644588032,'dk'),(3644719104,'nl'),(3644809216,'am'),(3644817408,'nl'),(3644850176,'cz'),(3644854272,'az'),(3644858368,'fi'),(3644862464,'fr'),(3644866560,'de'),(3644878848,'uk'),(3644882944,'ru'),(3644887040,'ir'),(3644891136,'de'),(3644895232,'fi'),(3644899328,'it'),(3644903424,'tr'),(3644907520,'uk'),(3644911616,'be'),(3644915712,'ru'),(3644919808,'de'),(3644923904,'il'),(3644928000,'gi'),(3644932096,'it'),(3644936192,'ru'),(3644940288,'hu'),(3644948480,'de'),(3644952576,'uk'),(3644960768,'de'),(3644964864,'rs'),(3644968960,'ru'),(3644973056,'no'),(3644977152,'ua'),(3644981248,'be'),(3644985344,'ru'),(3644989440,'de'),(3644997632,'ru'),(3645005824,'ua'),(3645009920,'fr'),(3645014016,'de'),(3645018112,'ru'),(3645022208,'cz'),(3645030400,'ir'),(3645038592,'ps'),(3645046784,'ru'),(3645050880,'sk'),(3645054976,'de'),(3645059072,'uk'),(3645063168,'ua'),(3645067264,'se'),(3645071360,'de'),(3645075456,'ru'),(3645079552,'ie'),(3645083648,'fr'),(3645087744,'es'),(3645091840,'ru'),(3645095936,'pl'),(3645104128,'nl'),(3645112320,'de'),(3645116416,'uk'),(3645120512,'se'),(3645124608,'nl'),(3645128704,'uk'),(3645132800,'hr'),(3645136896,'no'),(3645145088,'uk'),(3645149184,'de'),(3645165568,'tr'),(3645169664,'ch'),(3645173760,'uk'),(3645177856,'gr'),(3645181952,'fr'),(3645186048,'uk'),(3645190144,'fi'),(3645194240,'de'),(3645202432,'cz'),(3645206528,'lv'),(3645210624,'ru'),(3645214720,'nl'),(3645218816,'de'),(3645222912,'kw'),(3645227008,'ru'),(3645235200,'de'),(3645243392,'es'),(3645247488,'ru'),(3645251584,'se'),(3645255680,'pl'),(3645259776,'pt'),(3645263872,'fr'),(3645267968,'ru'),(3645276160,'de'),(3645280256,'it'),(3645284352,'de'),(3645288448,'fr'),(3645292544,'de'),(3645296640,'nl'),(3645300736,'be'),(3645304832,'es'),(3645308928,'dk'),(3645313024,'es'),(3645317120,'ee'),(3645321216,'ba'),(3645325312,'it'),(3645329408,'ch'),(3645333504,'eu'),(3645341696,'ru'),(3645345792,'fi'),(3645349888,'ru'),(3645353984,'mt'),(3645358080,'es'),(3645362176,'fr'),(3645364224,'de'),(3645366272,'ru'),(3645370368,'ch'),(3645374464,'ru'),(3645378560,'se'),(3645382656,'it'),(3645386752,'se'),(3645390848,'si'),(3645399040,'it'),(3645403136,'uk'),(3645407232,'de'),(3645411328,'ru'),(3645415424,'uk'),(3645423616,'de'),(3645431808,'be'),(3645435904,'uk'),(3645440000,'se'),(3645444096,'sk'),(3645448192,'de'),(3645456384,'uk'),(3645460480,'ua'),(3645464576,'se'),(3645468672,'ru'),(3645472768,'ua'),(3645476864,'de'),(3645480960,'ro'),(3645489152,'ru'),(3645493248,'it'),(3645501440,'pl'),(3645505536,'de'),(3645509632,'uk'),(3645513728,'ru'),(3645517824,'ie'),(3645521920,'pl'),(3645526016,'se'),(3645530112,'fr'),(3645534208,'ru'),(3645550592,'de'),(3645558784,'dk'),(3645562880,'uk'),(3645566976,'ru'),(3645571072,'ie'),(3645575168,'ch'),(3645579264,'nl'),(3645583360,'pl'),(3645587456,'sk'),(3645595648,'se'),(3645603840,'bg'),(3645612032,'uk'),(3645616128,'at'),(3645620224,'ba'),(3645624320,'cz'),(3645628416,'es'),(3645636608,'am'),(3645640704,'nl'),(3645644800,'ru'),(3645648896,'se'),(3645652992,'kz'),(3645657088,'se'),(3645661184,'de'),(3645665280,'pl'),(3645669376,'es'),(3645677568,'at'),(3645681664,'ru'),(3645685760,'ua'),(3645689856,'it'),(3645693952,'be'),(3645698048,'es'),(3645702144,'uk'),(3645706240,'lt'),(3645710336,'no'),(3645714432,'ru'),(3645722624,'it'),(3645726720,'ru'),(3645734912,'nl'),(3645743104,'cz'),(3645747200,'uk'),(3645751296,'fi'),(3645755392,'ua'),(3645759488,'fr'),(3645763584,'de'),(3645767680,'ie'),(3645771776,'se'),(3645779968,'ps'),(3645788160,'uk'),(3645796352,'ch'),(3645800448,'de'),(3645804544,'uk'),(3645808640,'de'),(3645812736,'ru'),(3645816832,'fi'),(3645829120,'nl'),(3645833216,'ru'),(3645841408,'bg'),(3645845504,'ru'),(3645849600,'bg'),(3645857792,'uk'),(3645865984,'hu'),(3645870080,'pl'),(3645874176,'uk'),(3645878272,'de'),(3645882368,'ch'),(3645886464,'de'),(3645890560,'ru'),(3645894656,'pl'),(3645898752,'de'),(3646947328,'pl'),(3647209472,'nl'),(3647602688,'ru'),(3647733760,'fr'),(3647864832,'uk'),(3647995904,'ru'),(3648004096,'uk'),(3648008192,'fr'),(3648016384,'uk'),(3648020480,'it'),(3648024576,'nl'),(3648028672,'hu'),(3648032768,'de'),(3648036864,'cz'),(3648040960,'be'),(3648045056,'fi'),(3648049152,'ua'),(3648053248,'fr'),(3648057344,'fi'),(3648061440,'am'),(3648069632,'de'),(3648073728,'hu'),(3648077824,'be'),(3648086016,'at'),(3648090112,'ru'),(3648094208,'pl'),(3648102400,'uk'),(3648106496,'de'),(3648110592,'fr'),(3648114688,'it'),(3648118784,'pl'),(3648122880,'es'),(3648126976,'ru'),(3648139264,'uk'),(3648143360,'de'),(3648147456,'se'),(3648151552,'nl'),(3648155648,'ch'),(3648159744,'es'),(3648163840,'ru'),(3648167936,'ie'),(3648172032,'ru'),(3648176128,'fr'),(3648180224,'de'),(3648184320,'ru'),(3648192512,'de'),(3648196608,'it'),(3648200704,'se'),(3648208896,'de'),(3648212992,'ru'),(3648217088,'ua'),(3648221184,'ie'),(3648225280,'de'),(3648233472,'fr'),(3648237568,'ru'),(3648241664,'nl'),(3648245760,'ro'),(3648249856,'nl'),(3648253952,'cz'),(3648258048,'es'),(3648266240,'hu'),(3648270336,'ru'),(3648274432,'at'),(3648278528,'no'),(3648282624,'pl'),(3648286720,'de'),(3648290816,'ru'),(3648299008,'fi'),(3648303104,'at'),(3648307200,'tr'),(3648311296,'dk'),(3648327680,'lt'),(3648331776,'be'),(3648339968,'ua'),(3648344064,'ru'),(3648348160,'de'),(3648352256,'ru'),(3648356352,'pl'),(3648360448,'uk'),(3648364544,'ch'),(3648368640,'ru'),(3648372736,'lu'),(3648376832,'cz'),(3648380928,'nl'),(3648385024,'ru'),(3648389120,'it'),(3648393216,'de'),(3648397312,'no'),(3648405504,'ru'),(3648413696,'sk'),(3648417792,'uk'),(3648425984,'it'),(3648430080,'nl'),(3648434176,'ru'),(3648438272,'ch'),(3648442368,'se'),(3648446464,'fr'),(3648450560,'it'),(3648454656,'nl'),(3648458752,'ru'),(3648462848,'fi'),(3648466944,'de'),(3648471040,'pl'),(3648475136,'ru'),(3648479232,'ch'),(3648483328,'sk'),(3648487424,'fr'),(3648491520,'ch'),(3648495616,'se'),(3648499712,'fr'),(3648503808,'de'),(3648512000,'nl'),(3648516096,'rs'),(3648520192,'nl'),(3648782336,'es'),(3649044480,'fr'),(3649110016,'pt'),(3649175552,'es'),(3649241088,'tr'),(3649306624,'il'),(3649372160,'it'),(3649437696,'eu'),(3649568768,'be'),(3649634304,'uk'),(3649699840,'mt'),(3649830912,'nl'),(3649835008,'es'),(3649839104,'uk'),(3649847296,'de'),(3649855488,'uk'),(3649859584,'se'),(3649863680,'fi'),(3649896448,'it'),(3649961984,'se'),(3650093056,'jo'),(3650097152,'sk'),(3650101248,'de'),(3650105344,'ch'),(3650113536,'uk'),(3650117632,'ru'),(3650121728,'fr'),(3650125824,'de'),(3650129920,'uk'),(3650134016,'ru'),(3650142208,'pl'),(3650150400,'no'),(3650158592,'mt'),(3650162688,'ru'),(3650166784,'be'),(3650170880,'dk'),(3650174976,'uk'),(3650179072,'bg'),(3650183168,'de'),(3650187264,'uk'),(3650195456,'ru'),(3650199552,'bg'),(3650203648,'es'),(3650207744,'sk'),(3650211840,'lv'),(3650215936,'uk'),(3650220032,'sa'),(3650224128,'ie'),(3650232320,'ru'),(3650236416,'uk'),(3650240512,'ee'),(3650244608,'uk'),(3650256896,'de'),(3650265088,'ch'),(3650269184,'uk'),(3650273280,'it'),(3650277376,'ir'),(3650281472,'fr'),(3650285568,'ua'),(3650289664,'ru'),(3650297856,'lt'),(3650301952,'de'),(3650310144,'uk'),(3650314240,'de'),(3650318336,'gi'),(3650322432,'it'),(3650330624,'ua'),(3650334720,'uk'),(3650338816,'fr'),(3650342912,'ch'),(3650347008,'ge'),(3650351104,'uk'),(3650355200,'ch'),(3650359296,'nl'),(3650363392,'uk'),(3650367488,'ru'),(3650371584,'es'),(3650375680,'nl'),(3650379776,'it'),(3650387968,'de'),(3650392064,'no'),(3650396160,'nl'),(3650404352,'ru'),(3650412544,'de'),(3650416640,'be'),(3650420736,'es'),(3650424832,'ru'),(3650428928,'nl'),(3650433024,'fi'),(3650437120,'nl'),(3650441216,'it'),(3650445312,'uk'),(3650449408,'no'),(3650453504,'nl'),(3650457600,'es'),(3650461696,'at'),(3650465792,'ru'),(3650469888,'nl'),(3650478080,'at'),(3650482176,'pl'),(3650486272,'ru'),(3650502656,'se'),(3650510848,'uk'),(3650519040,'hu'),(3650523136,'de'),(3650527232,'se'),(3650535424,'ru'),(3650539520,'es'),(3650543616,'ch'),(3650551808,'fr'),(3650555904,'ru'),(3650560000,'uk'),(3650564096,'se'),(3650568192,'ru'),(3650572288,'de'),(3650576384,'uk'),(3650580480,'ch'),(3650584576,'ru'),(3650588672,'de'),(3650592768,'is'),(3650600960,'se'),(3650605056,'de'),(3650617344,'fi'),(3650682880,'pl'),(3650748416,'uk'),(3650879488,'ro'),(3650912256,'uk'),(3650945024,'dk'),(3651010560,'uk'),(3651076096,'de'),(3651108864,'ee'),(3651141632,'de'),(3651207168,'eu'),(3651272704,'ch'),(3651338240,'uk'),(3651403776,'ae'),(3651534848,'nl'),(3651600384,'fr'),(3651665920,'es'),(3651670016,'uk'),(3651674112,'ch'),(3651682304,'ru'),(3651686400,'no'),(3651690496,'fr'),(3651694592,'pt'),(3651698688,'pl'),(3651702784,'uk'),(3651706880,'mt'),(3651710976,'az'),(3651715072,'pl'),(3651719168,'cz'),(3651723264,'it'),(3651727360,'ru'),(3651731456,'uk'),(3651747840,'fi'),(3651751936,'ru'),(3651756032,'it'),(3651764224,'ch'),(3651772416,'uk'),(3651776512,'cz'),(3651780608,'tr'),(3651784704,'rs'),(3651788800,'nl'),(3651792896,'fr'),(3651796992,'nl'),(3651813376,'ru'),(3651821568,'cz'),(3651825664,'ru'),(3651829760,'no'),(3651837952,'pl'),(3651842048,'de'),(3651846144,'no'),(3651850240,'ru'),(3651854336,'it'),(3651862528,'ru'),(3651866624,'fr'),(3651870720,'it'),(3651874816,'pl'),(3651878912,'ru'),(3651883008,'be'),(3651887104,'uk'),(3651891200,'de'),(3651895296,'uk'),(3651899392,'ru'),(3651903488,'it'),(3651907584,'de'),(3651911680,'no'),(3651915776,'is'),(3651919872,'ru'),(3651923968,'de'),(3651928064,'it'),(3651932160,'ru'),(3651936256,'de'),(3651944448,'es'),(3651948544,'fo'),(3651952640,'ir'),(3651960832,'uk'),(3651964928,'sk'),(3651969024,'de'),(3651977216,'it'),(3651985408,'pl'),(3651997696,'ru'),(3652001792,'hu'),(3652005888,'uk'),(3652009984,'ru'),(3652014080,'sa'),(3652018176,'uk'),(3652022272,'es'),(3652026368,'de'),(3652034560,'pl'),(3652046848,'ie'),(3652050944,'li'),(3652055040,'no'),(3652059136,'ru'),(3652063232,'ir'),(3652067328,'tr'),(3652071424,'bg'),(3652075520,'se'),(3652083712,'ru'),(3652087808,'it'),(3652096000,'bg'),(3652100096,'ru'),(3652108288,'fr'),(3652116480,'tm'),(3652120576,'uk'),(3652124672,'ua'),(3652128768,'ru'),(3652136960,'it'),(3652141056,'uk'),(3652145152,'ua'),(3652149248,'de'),(3652153344,'se'),(3652157440,'ru'),(3652165632,'fr'),(3652173824,'at'),(3652177920,'cy'),(3652182016,'de'),(3652190208,'uk'),(3652714496,'de'),(3653238784,'ch'),(3653369856,'it'),(3653373952,'nl'),(3653378048,'de'),(3653382144,'ch'),(3653386240,'de'),(3653390336,'fr'),(3653394432,'nl'),(3653402624,'uk'),(3653410816,'cz'),(3653414912,'it'),(3653419008,'il'),(3653423104,'uk'),(3653427200,'de'),(3653431296,'ru'),(3653435392,'de'),(3653439488,'fr'),(3653443584,'de'),(3653447680,'lv'),(3653451776,'ru'),(3653464064,'nl'),(3653468160,'gr'),(3653472256,'nl'),(3653476352,'cz'),(3653480448,'dk'),(3653484544,'tr'),(3653488640,'ru'),(3653492736,'nl'),(3653500928,'uk'),(3653505024,'kz'),(3653509120,'nl'),(3653513216,'no'),(3653517312,'at'),(3653525504,'ru'),(3653529600,'cz'),(3653537792,'at'),(3653541888,'ua'),(3653545984,'ch'),(3653550080,'uk'),(3653554176,'cz'),(3653558272,'uk'),(3653566464,'ru'),(3653574656,'cz'),(3653578752,'se'),(3653582848,'pl'),(3653586944,'de'),(3653591040,'lu'),(3653595136,'ru'),(3653599232,'bg'),(3653603328,'cz'),(3653607424,'pl'),(3653611520,'hu'),(3653615616,'ru'),(3653619712,'ch'),(3653623808,'ru'),(3653636096,'nl'),(3653640192,'uk'),(3653648384,'se'),(3653652480,'ru'),(3653656576,'uk'),(3653660672,'cz'),(3653664768,'ua'),(3653668864,'se'),(3653672960,'ru'),(3653681152,'es'),(3653685248,'dk'),(3653689344,'lv'),(3653693440,'de'),(3653697536,'it'),(3653705728,'no'),(3653713920,'de'),(3653718016,'at'),(3653722112,'lv'),(3653730304,'ba'),(3653738496,'uk'),(3653746688,'de'),(3653750784,'ru'),(3653754880,'ua'),(3653758976,'ru'),(3653763072,'it'),(3654025216,'uk'),(3654287360,'se'),(3654811648,'es'),(3654942720,'ir'),(3655073792,'it'),(3655335936,'de'),(3232235520,'01'),(3232301055,'it'),(2886729728,'01'),(2887778303,'us'),(167772160,'01'),(184549375,'us'),(3332724736,'pm'),(3332726783,'ca'),(1314324480,'gr'),(1314357247,'uk'),(0,'us'),(687865856,'za'),(689963008,'eg'),(691011584,'za'),(691666944,'ng'),(691732480,'tz'),(691798016,'zm'),(691863552,'za'),(691929088,'sn'),(691994624,'zm'),(692043776,'na'),(692060160,'eg'),(692191232,'ci'),(692207616,'za'),(692240384,'gh'),(692256768,'sd'),(692273152,'eg'),(692289536,'ng'),(692305920,'cm'),(692322304,'eg'),(692453376,'mw'),(692486144,'ao'),(692518912,'za'),(692551680,'ng'),(692584448,'ao'),(692600832,'eg'),(692609024,'zm'),(692617216,'za'),(692625408,'ke'),(692641792,'ga'),(692649984,'ng'),(692658176,'za'),(692666368,'tz'),(692674560,'ml'),(692682752,'ng'),(692690944,'tz'),(692707328,'ng'),(692715520,'bj'),(692719616,'mg'),(692723712,'td'),(692727808,'bw'),(692731904,'ly'),(692736000,'gh'),(692740096,'za'),(692744192,'tz'),(692748288,'cv'),(692752384,'za'),(692756480,'rw'),(692760576,'za'),(692768768,'mg'),(692830208,'ng'),(692834304,'tz'),(692838400,'za'),(692842496,'zm'),(692846592,'mz'),(692848640,'gm'),(692850688,'ls'),(692852736,'gh'),(692854784,'za'),(692856832,'mu'),(692858880,'mw'),(692860928,'za'),(692862976,'ng'),(692869120,'tz'),(692875264,'za'),(692877312,'ga'),(692879360,'za'),(692881408,'cg'),(692883456,'mz'),(692885504,'ng'),(692887552,'ug'),(692889600,'ke'),(692891648,'za'),(692893696,'ke'),(692895744,'ng'),(692897792,'za'),(692969472,'tz'),(692973568,'mz'),(692975616,'eg'),(692977664,'tz'),(692978688,'za'),(692979712,'ng'),(692981760,'ao'),(692982784,'eg'),(692983808,'ke'),(692984832,'za'),(692987904,'gh'),(692989952,'bf'),(692992000,'mw'),(692993024,'eg'),(692994048,'tz'),(692995072,'sl'),(692996096,'so'),(692997120,'zw'),(692998144,'ng'),(692999168,'sl'),(693000192,'ng'),(693001216,'bw'),(693002240,'ga'),(693003264,'ng'),(693004288,'cd'),(693005312,'sd'),(693006336,'zm'),(693007360,'ne'),(693008384,'cf'),(693009408,'gh'),(693010432,'za'),(693011456,'sz'),(693012480,'tg'),(693013504,'za'),(693014528,'gh'),(693015552,'eg'),(693016576,'ga'),(693017600,'ng'),(693018624,'ug'),(693101568,'ke'),(693102592,'cd'),(693103616,'gn'),(693104640,'za'),(693105664,'mz'),(693106688,'tz'),(693107712,'ke'),(693239808,'sn'),(693370880,'za'),(693501952,'lr'),(693510144,'sc'),(693518336,'za'),(693534720,'ng'),(693542912,'tz'),(693551104,'za'),(693559296,'bj'),(693567488,'mw'),(693575680,'ke'),(693583872,'ng'),(693592064,'mu'),(693624832,'za'),(693633024,'eg'),(693698560,'ke'),(693829632,'eg'),(693895168,'ma'),(693927936,'cm'),(693960704,'tz'),(693993472,'gh'),(694026240,'mz'),(694091776,'sd'),(694157312,'dz'),(695205888,'za'),(696254464,'eg'),(696516608,'za'),(696778752,'mu'),(696844288,'ma'),(696909824,'ug'),(696918016,'ne'),(696926208,'za'),(696928256,'bw'),(696930304,'rw'),(696932352,'bj'),(696933376,'tz'),(696934400,'bf'),(696942592,'mr'),(696950784,'ng'),(696958976,'tz'),(696963072,'ug'),(696967168,'mz'),(696971264,'ke'),(696975360,'gh'),(696991744,'ng'),(697008128,'ke'),(697040896,'ma'),(697303040,'za'),(697827328,'eg'),(697958400,'za'),(698023936,'ng'),(698056704,'eg'),(698089472,'za'),(698220544,'ga'),(698351616,'za'),(699400192,'eg'),(699465728,'za'),(699531264,'eg'),(699662336,'za'),(699793408,'na'),(699858944,'za'),(699924480,'ng'),(699990016,'za'),(700055552,'rw'),(700121088,'eg'),(700186624,'mg'),(700203008,'mr'),(700219392,'tz'),(700235776,'za'),(700252160,'ng'),(700260352,'ci'),(700268544,'za'),(700276736,'ci'),(700284928,'gh'),(700293120,'eg'),(700301312,'cd'),(700309504,'dj'),(700317696,'ng'),(700325888,'zw'),(700334080,'bj'),(700335104,'gh'),(700336128,'cg'),(700338176,'cd'),(700339200,'na'),(700340224,'gh'),(700341248,'mw'),(700342272,'na'),(700350464,'ug'),(700358656,'mz'),(700366848,'ug'),(700375040,'cm'),(700376064,'ne'),(700377088,'ke'),(700378112,'mg'),(700379136,'ng'),(700380160,'bw'),(700381184,'eg'),(700382208,'ke'),(700383232,'eg'),(700399616,'ao'),(700400640,'ci'),(700401664,'mz'),(700402688,'ug'),(700403712,'eg'),(700404736,'bj'),(700405760,'za'),(700406784,'tz'),(700407808,'gh'),(700408832,'cm'),(700409856,'lr'),(700410880,'ng'),(700411904,'ke'),(700412928,'zm'),(700413952,'sc'),(700414976,'za'),(700432384,'ke'),(700434432,'ls'),(700436480,'ug'),(700438528,'ke'),(700442624,'zw'),(700444672,'gh'),(700446720,'sl'),(700447744,'dz'),(700448768,'za'),(700710912,'eg'),(700776448,'rw'),(700841984,'za'),(700907520,'eg'),(700973056,'dz'),(701104128,'gh'),(701112320,'za'),(701120512,'ci'),(701145088,'sd'),(701153280,'cm'),(701161472,'ug'),(701169664,'za'),(701186048,'ng'),(701202432,'ne'),(701210624,'za'),(701214720,'ls'),(701218816,'ml'),(701222912,'ke'),(701227008,'bf'),(701231104,'sc'),(701235200,'sz'),(701243392,'gh'),(701251584,'cm'),(701259776,'mg'),(701267968,'tz'),(701276160,'ke'),(701284352,'za'),(701292544,'ng'),(701300736,'cm'),(701308928,'ao'),(701317120,'cm'),(701325312,'eg'),(701333504,'na'),(701341696,'ng'),(701349888,'ma'),(701358080,'sl'),(701366272,'ng'),(701374464,'ke'),(701382656,'ci'),(701399040,'eg'),(701407232,'za'),(701423616,'ng'),(701431808,'ci'),(701440000,'mg'),(701448192,'ke'),(701464576,'mu'),(701472768,'tg'),(701480960,'ci'),(701489152,'za'),(701513728,'ly'),(701530112,'sn'),(701546496,'za'),(701562880,'ke'),(701579264,'sd'),(701595648,'dz'),(701612032,'eg'),(701628416,'gh'),(701644800,'dz'),(701661184,'ug'),(701677568,'ao'),(701693952,'gh'),(701702144,'sz'),(701710336,'mu'),(701718528,'cm'),(701726720,'ga'),(701743104,'ng'),(701759488,'ke'),(701792256,'mu'),(701825024,'za'),(701857792,'re'),(701890560,'sn'),(701923328,'ma'),(701956096,'ke'),(701992960,'sz'),(701997056,'gh'),(702001152,'zm'),(702005248,'ke'),(702009344,'cv'),(702013440,'ke'),(702015488,'za'),(702017536,'eg'),(702018560,'ng'),(702019584,'rw'),(702020608,'cd'),(702021632,'zm'),(702029824,'bj'),(702038016,'zm'),(702046208,'rw'),(702054400,'za'),(702058496,'bf'),(702062592,'ng'),(702066688,'cm'),(702070784,'za'),(702074880,'bw'),(702076928,'tz'),(702078976,'ma'),(702080000,'mw'),(702081024,'ng'),(702082048,'ao'),(702087168,'ng'),(702119936,'cm'),(702128128,'eg'),(702136320,'za'),(702137344,'mg'),(702138368,'tz'),(702139392,'ng'),(702140416,'mz'),(702141440,'mu'),(702142464,'mw'),(702143488,'ke'),(702144512,'eg'),(702146560,'ug'),(702148608,'za'),(702150656,'zm'),(702152704,'sd'),(702169088,'na'),(702185472,'eg'),(702201856,'gh'),(702218240,'sn'),(702234624,'na'),(702251008,'ng'),(702283776,'ug'),(702287872,'zw'),(702291968,'mz'),(702296064,'gh'),(702300160,'ng'),(702304256,'sl'),(702308352,'sc'),(702312448,'ke'),(702316544,'tz'),(702320640,'dz'),(702324736,'mz'),(702328832,'tz'),(702332928,'mz'),(702337024,'ug'),(702341120,'ke'),(702349312,'za'),(702353408,'dz'),(702357504,'tz'),(702365696,'mz'),(702369792,'ug'),(702373888,'mw'),(702377984,'ng'),(702382080,'eg'),(702386176,'zw'),(702390272,'ng'),(702394368,'ml'),(702398464,'cv'),(702402560,'gh'),(702406656,'za'),(702410752,'ao'),(702414848,'ug'),(702416896,'ke'),(702418944,'zm'),(702420992,'tz'),(702423040,'za'),(702425088,'ng'),(702427136,'za'),(702429184,'tz'),(702431232,'ng'),(702435328,'mz'),(702437376,'tz'),(702439424,'mu'),(702441472,'za'),(702443520,'gq'),(702445568,'ke'),(702447616,'eg'),(702449664,'za'),(702451712,'ng'),(702453760,'tz'),(702455808,'ke'),(702457856,'eg'),(702459904,'tz'),(702461952,'mw'),(702464000,'bj'),(702465024,'cd'),(702467072,'sc'),(702468096,'ng'),(702469120,'za'),(702470144,'cd'),(702471168,'za'),(702474240,'gh'),(702475264,'ao'),(702476288,'zm'),(702477312,'rw'),(702478336,'ao'),(702481408,'tz'),(702482432,'za'),(702484480,'tz'),(702485504,'eg'),(702487552,'cm'),(702488576,'za'),(702490624,'ao'),(702493696,'eg'),(702494720,'ke'),(702495744,'za'),(702496768,'ng'),(702497792,'za'),(702498816,'bw'),(702499840,'mu'),(702500864,'na'),(702501888,'ug'),(702502912,'sl'),(702505984,'ao'),(702507008,'cd'),(702508032,'ke'),(702510080,'zm'),(702511104,'za'),(702512128,'mz'),(702513152,'ng'),(702514176,'sl'),(702515200,'ng'),(702516224,'bw'),(702517248,'ng'),(702518272,'ke'),(702519296,'mz'),(702520320,'ao'),(702521344,'sd'),(702522368,'ao'),(702523392,'ng'),(702524416,'za'),(702525440,'dz'),(702526464,'tz'),(702527488,'cf'),(702531584,'sd'),(702532608,'sc'),(702533632,'ci'),(702534656,'gm'),(702535680,'sc'),(702536704,'mu'),(702537728,'rw'),(702538752,'tz'),(702539776,'bf'),(702540800,'mu'),(702541824,'eg'),(702542848,'za'),(702543872,'bj'),(702544896,'mu'),(702545920,'tn'),(703070208,'eg'),(703594496,'za'),(704118784,'ma'),(704380928,'ly'),(1040728064,'ke'),(1040998400,'eg'),(1041784832,'ke'),(1044652032,'ly'),(1044701184,'eg'),(1047658496,'eg'),(1047863296,'eg'),(1049034752,'eg'),(1049296896,'eg'),(1049378816,'eg'),(1051533312,'ng'),(1052852224,'eg'),(1052876800,'ng'),(1055924224,'ly'),(1055940608,'eg'),(1056014336,'eg'),(1056669696,'ma'),(1077506048,'ls'),(1107820544,'za'),(1108492288,'za'),(1161773056,'sz'),(1162027008,'za'),(1306263552,'ke'),(1346920448,'ke'),(1347133440,'eg'),(1347895296,'gh'),(1357955072,'ke'),(1358299136,'dz'),(1358430208,'ng'),(1358446592,'tg'),(1358512128,'dz'),(1358569472,'ng'),(1359216640,'eg'),(1359609856,'eg'),(1360355328,'eg'),(1360412672,'dz'),(1360674816,'dz'),(1360879616,'eg'),(1364975616,'bj'),(1371537408,'ma'),(1382383616,'dz'),(1384120320,'ng'),(1384218624,'eg'),(1385644032,'mr'),(1388937216,'eg'),(1401886720,'bw'),(1411645440,'eg'),(1422745600,'eg'),(1424556032,'eg'),(1476354048,'ke'),(2308833280,'za'),(2312503296,'za'),(2335506432,'za'),(2407530496,'za'),(2409627648,'za'),(2453667840,'za'),(2458714112,'za'),(2461401088,'za'),(2464546816,'za'),(2473459712,'za'),(2557083648,'za'),(2610888704,'za'),(2615672832,'za'),(2617769984,'za'),(2691891200,'za'),(2742616064,'eg'),(2747465728,'za'),(2757230592,'za'),(2761031680,'za'),(2761621504,'za'),(2768437248,'za'),(2768764928,'za'),(2769879040,'za'),(2777612288,'za'),(2779054080,'za'),(2780037120,'za'),(2783379456,'gn'),(2783510528,'za'),(2790588416,'za'),(2823553024,'za'),(2823815168,'za'),(2824404992,'za'),(2826960896,'za'),(2827878400,'za'),(2828730368,'za'),(2829320192,'za'),(2829516800,'bw'),(2829844480,'za'),(2832072704,'za'),(2832269312,'za'),(2843803648,'za'),(2848587776,'za'),(3223390720,'za'),(3224003328,'za'),(3224435968,'za'),(3224692736,'dz'),(3225717248,'tn'),(3225873664,'za'),(3226635776,'za'),(3226792960,'za'),(3227401472,'za'),(3227439616,'za'),(3227447296,'za'),(3227448832,'za'),(3227517184,'za'),(3227779328,'za'),(3227880960,'eg'),(3227912448,'za'),(3228430848,'za'),(3230005760,'za'),(3230152448,'bf'),(3231563264,'za'),(3233588224,'ga'),(3233630976,'za'),(3233647360,'ga'),(3236429312,'za'),(3237319680,'dz'),(3237726720,'gh'),(3239171840,'cm'),(3239307264,'eg'),(3240727040,'dz'),(3244228608,'tn'),(3245086464,'gh'),(3245087744,'gh'),(3245135360,'ug'),(3245145088,'ug'),(3245163008,'ke'),(3245238272,'cd'),(3250325248,'ma'),(3250388992,'ng'),(3250421760,'ng'),(3250716928,'ma'),(3250724864,'ma'),(3250733056,'dz'),(3250749440,'gh'),(3250757632,'gh'),(3252541952,'ci'),(3252879360,'eg'),(3252912128,'eg'),(3255230464,'ma'),(3255386112,'ke'),(3255390720,'ke'),(3259981824,'eg'),(3268198400,'ma'),(3273150464,'dz'),(3273179136,'cm'),(3274168832,'dz'),(3282493440,'ng'),(3284811776,'ke'),(3286923264,'cm'),(3286935552,'eg'),(3286939904,'eg'),(3286957056,'eg'),(3287687168,'eg'),(3288334336,'ug'),(3288399872,'mu'),(3288400896,'ke'),(3288401664,'mu'),(3288401920,'za'),(3288403712,'mu'),(3288403968,'za'),(3288406528,'ke'),(3288407040,'na'),(3288408064,'za'),(3288413184,'tz'),(3288414208,'za'),(3288418048,'za'),(3288418816,'za'),(3288423424,'sn'),(3288425728,'za'),(3288429312,'za'),(3288429568,'gh'),(3288430336,'eg'),(3288430592,'sc'),(3288432640,'za'),(3288433408,'ke'),(3288434944,'gh'),(3288436480,'eg'),(3288436736,'za'),(3288444928,'ng'),(3288449024,'sd'),(3288465920,'za'),(3288466176,'mu'),(3288467456,'bi'),(3288469504,'za'),(3288485888,'ma'),(3288489984,'za'),(3288514560,'eg'),(3288534528,'eg'),(3288545536,'za'),(3288545792,'ke'),(3288546304,'ng'),(3288547328,'gh'),(3288553984,'cm'),(3288554496,'za'),(3288555008,'na'),(3288555520,'mz'),(3288557824,'za'),(3288558336,'za'),(3288558848,'mu'),(3288559104,'za'),(3288568832,'za'),(3288570368,'za'),(3288577024,'ng'),(3288588288,'za'),(3288614656,'za'),(3288616960,'zw'),(3288617216,'za'),(3288661760,'ls'),(3288662016,'za'),(3288727552,'mu'),(3288727808,'za'),(3289041408,'ng'),(3289041664,'za'),(3289086976,'sz'),(3289087232,'za'),(3289123328,'na'),(3289123584,'eg'),(3289123840,'zm'),(3289124864,'za'),(3289153536,'rw'),(3289169920,'ma'),(3289186560,'za'),(3289229312,'sz'),(3289229824,'za'),(3289333760,'za'),(3289645056,'na'),(3289653248,'eg'),(3289661440,'dz'),(3289677824,'mu'),(3289710592,'za'),(3289777408,'eg'),(3289777664,'ng'),(3289777920,'eg'),(3289778176,'cd'),(3289779200,'gw'),(3289780224,'za'),(3289788416,'mz'),(3289792512,'za'),(3289809408,'eg'),(3289809664,'ke'),(3289809920,'za'),(3289812992,'mu'),(3289817088,'za'),(3290120192,'mu'),(3290128384,'zw'),(3290169344,'za'),(3290171136,'sz'),(3290171392,'za'),(3290171904,'ng'),(3290172160,'ke'),(3290172416,'za'),(3290185728,'za'),(3290226688,'mz'),(3290230784,'bf'),(3290234880,'za'),(3290243072,'zw'),(3290245120,'dz'),(3290247168,'tz'),(3290259456,'gh'),(3290267648,'za'),(3290275840,'sd'),(3290284032,'ao'),(3290288128,'ng'),(3290292224,'gh'),(3290296320,'za'),(3290456064,'mz'),(3290460160,'ml'),(3290472448,'za'),(3290480640,'ao'),(3290482688,'cf'),(3290484736,'za'),(3290486784,'sc'),(3290488832,'ng'),(3290489344,'ke'),(3290489856,'eg'),(3290497024,'za'),(3290980352,'za'),(3291029504,'tz'),(3291045888,'za'),(3291078656,'dz'),(3291152384,'za'),(3291168768,'tz'),(3291176960,'zw'),(3291185152,'ug'),(3291217920,'za'),(3291230208,'gh'),(3291234304,'za'),(3291242496,'gh'),(3291250688,'na'),(3291258880,'tz'),(3291262976,'zw'),(3291267072,'za'),(3291279360,'rw'),(3291283456,'na'),(3291287552,'za'),(3291291648,'tz'),(3291295744,'ng'),(3291299840,'za'),(3291316224,'tz'),(3291324416,'ao'),(3291325440,'bw'),(3291326464,'za'),(3291330560,'tz'),(3291331584,'mw'),(3291332608,'za'),(3291348992,'mz'),(3291353088,'ke'),(3291353344,'eg'),(3291353600,'zm'),(3291354112,'ng'),(3291354368,'ao'),(3291354624,'eg'),(3291354880,'za'),(3291355136,'eg'),(3291355392,'za'),(3291355648,'eg'),(3291355904,'ng'),(3291356160,'na'),(3291356416,'eg'),(3291356672,'za'),(3291357184,'mu'),(3291365376,'za'),(3291367424,'ao'),(3291369472,'gh'),(3291373568,'tz'),(3291377664,'za'),(3291379712,'tz'),(3291380736,'zm'),(3291381760,'tz'),(3291383808,'za'),(3291385856,'ng'),(3291386880,'sc'),(3291387904,'bj'),(3291388928,'ga'),(3291389952,'za'),(3291397120,'eg'),(3291398144,'zm'),(3291406336,'za'),(3291408384,'gm'),(3291410432,'ng'),(3291412480,'dz'),(3291414528,'za'),(3291447296,'ci'),(3300917248,'mu'),(3300925440,'mg'),(3300933632,'mu'),(3301441536,'za'),(3301445632,'ke'),(3301453824,'ml'),(3301457920,'ng'),(3301462016,'ml'),(3301466112,'er'),(3301470208,'ng'),(3301474304,'ma'),(3301494784,'mu'),(3301507328,'zw'),(3301507584,'gh'),(3301507840,'eg'),(3301508096,'mw'),(3301508608,'za'),(3301510144,'mw'),(3301511168,'zw'),(3301513216,'eg'),(3301515264,'gh'),(3301523456,'ci'),(3301539840,'ke'),(3301548032,'gh'),(3301556224,'dj'),(3301560320,'ke'),(3301568512,'eg'),(3301605376,'sd'),(3301621760,'ke'),(3301632000,'cm'),(3301634048,'ls'),(3301636096,'za'),(3301637120,'ao'),(3301638144,'tn'),(3301703680,'eg'),(3301834752,'ma'),(3301900288,'ng'),(3301904384,'ke'),(3301908480,'za'),(3301912576,'mu'),(3301949440,'sn'),(3301965824,'za'),(3302490624,'mu'),(3302492160,'mw'),(3302494208,'za'),(3302498304,'na'),(3302506496,'ke'),(3302525952,'eg'),(3302526976,'ng'),(3302529024,'za'),(3302530048,'tn'),(3302531072,'cf'),(3302531328,'ao'),(3302531584,'tz'),(3302531840,'bw'),(3302532096,'na'),(3302533120,'mu'),(3302533632,'za'),(3302533888,'mu'),(3302534144,'za'),(3302535168,'ug'),(3302536192,'gh'),(3302537216,'ng'),(3302552576,'tz'),(3302552832,'ke'),(3302553088,'eg'),(3302553344,'tz'),(3302553600,'ao'),(3302554112,'za'),(3302554368,'ng'),(3302554624,'eg'),(3302554880,'ng'),(3302555136,'mu'),(3302555392,'ng'),(3302555648,'ma'),(3302621184,'eg'),(3302752256,'ng'),(3302760448,'za'),(3302817792,'eg'),(3302883328,'mu'),(3302949120,'ao'),(3302949376,'zm'),(3302949632,'bi'),(3302949888,'ci'),(3302950144,'tz'),(3302950656,'eg'),(3302950912,'za'),(3302951424,'sl'),(3302951680,'ke'),(3302951936,'rw'),(3302952192,'ao'),(3302952448,'za'),(3302952960,'eg'),(3305111552,'tn'),(3315597312,'eg'),(3318218752,'dz'),(3319791616,'mu'),(3320053760,'za'),(3321886720,'mu'),(3325427968,'za'),(3356493824,'za'),(3397058560,'mu'),(3423371264,'za'),(3428299520,'za'),(3432517120,'na'),(3437961216,'za'),(3449769728,'za'),(3470755840,'za'),(3519741952,'za'),(3520356352,'za'),(3556802560,'sd'),(3557613568,'eg'),(3558252544,'ke'),(3559997440,'ke'),(3560210432,'bf'),(3560718336,'gm'),(3562389504,'gh'),(3562561536,'ug'),(3563061248,'gh'),(3563339776,'ng'),(3563560960,'eg'),(3564822528,'eg'),(3570991104,'ma'),(3577167872,'et'),(3582148608,'eg'),(3582484480,'ci'),(3583197184,'ke'),(3583401984,'ke'),(3583418368,'tn'),(3583426560,'ci'),(3583524864,'eg'),(3583647744,'eg'),(3583655936,'sn'),(3583942656,'eg'),(3585318912,'dz'),(3585466368,'eg'),(3586203648,'za'),(3587489792,'eg'),(3589734400,'eg'),(3590291456,'eg'),(3639390208,'za'),(3641593856,'ng'),(3642023936,'eg'),(3642060800,'ke'),(3642589184,'eg'),(3644063744,'eg'),(3644874752,'ml'),(3645718528,'ga'),(3648323584,'ng'),(3649765376,'eg'),(3651833856,'ml'),(3653734400,'ke'),(16777216,'au'),(17367040,'my'),(17435136,'au'),(17498112,'kr'),(17563648,'cn'),(17825792,'kr'),(18153472,'jp'),(18219008,'in'),(18350080,'cn'),(18939904,'jp'),(19005440,'tw'),(19136512,'hk'),(19267584,'in'),(19398656,'au'),(19726336,'cn'),(19791872,'th'),(19922944,'cn'),(20054016,'ap'),(20119552,'cn'),(20185088,'vn'),(20447232,'cn'),(20971520,'hk'),(21102592,'jp'),(21233664,'cn'),(21495808,'jp'),(22020096,'cn'),(23068672,'kr'),(24117248,'jp'),(24379392,'cn'),(24641536,'au'),(27262976,'tw'),(28311552,'kr'),(28442624,'au'),(28573696,'cn'),(28966912,'in'),(29097984,'cn'),(29884416,'ap'),(29949952,'kr'),(30015488,'cn'),(30408704,'kr'),(235012096,'au'),(235405312,'jp'),(236978176,'kr'),(241434624,'sg'),(241500160,'jp'),(241631232,'cn'),(243269632,'ap'),(243335168,'kr'),(245366784,'vn'),(247529472,'jp'),(249561088,'vn'),(452984832,'jp'),(452985856,'my'),(452986880,'sg'),(452987904,'vn'),(452988928,'jp'),(452997120,'in'),(453001216,'au'),(453017600,'jp'),(453050368,'kr'),(453115904,'vn'),(453246976,'in'),(453509120,'cn'),(455081984,'au'),(455213056,'np'),(455245824,'jp'),(455258112,'sg'),(455262208,'jp'),(455270400,'au'),(455274496,'in'),(455278592,'kr'),(455344128,'cn'),(456130560,'in'),(456261632,'ph'),(456262656,'in'),(456263680,'np'),(456264704,'jp'),(456265728,'id'),(456269824,'hk'),(456273920,'au'),(456294400,'cn'),(456327168,'tw'),(456523776,'sg'),(456540160,'au'),(456548352,'jp'),(456553472,'my'),(456554496,'pk'),(456555520,'jp'),(456556544,'au'),(456560640,'in'),(456572928,'cn'),(456589312,'th'),(456654848,'in'),(457179136,'vn'),(458227712,'jp'),(459282432,'tk'),(459284480,'jp'),(459292672,'nz'),(459294720,'jp'),(459297792,'in'),(459298816,'pk'),(459300864,'sg'),(459309056,'kr'),(459325440,'au'),(459341824,'in'),(459407360,'jp'),(459456512,'hk'),(459460608,'cn'),(459472896,'au'),(459540480,'jp'),(459541504,'in'),(459542528,'hk'),(459544576,'au'),(459546624,'jp'),(459547648,'cn'),(459548672,'th'),(459550720,'jp'),(459554816,'tw'),(459571200,'kr'),(459735040,'cn'),(459800576,'sg'),(459866112,'tw'),(459931648,'in'),(459964416,'cn'),(459980800,'au'),(459984896,'jp'),(459986944,'ph'),(459988992,'jp'),(459997184,'in'),(460062720,'ph'),(460128256,'in'),(460144640,'ph'),(460152832,'jp'),(460154880,'sg'),(460155904,'au'),(460156928,'kh'),(460158976,'jp'),(460160000,'id'),(460161024,'mo'),(460193792,'jp'),(460210176,'hk'),(460214272,'my'),(460218368,'jp'),(460224512,'nz'),(460226560,'ph'),(460259328,'au'),(460261376,'kh'),(460262400,'nz'),(460263424,'np'),(460267520,'id'),(460275712,'au'),(460277760,'pg'),(460278784,'jp'),(460279808,'au'),(460283904,'kr'),(460292096,'jp'),(460300288,'hk'),(460312576,'sg'),(460320768,'au'),(460324864,'cn'),(460341248,'id'),(460343296,'au'),(460344320,'id'),(460345344,'cn'),(460349440,'au'),(460351488,'jp'),(460353536,'th'),(460355584,'in'),(460356608,'jp'),(460357632,'kr'),(460423168,'cn'),(460439552,'jp'),(460451840,'au'),(460453888,'jp'),(460454912,'in'),(460455936,'jp'),(460488704,'mv'),(460505088,'sg'),(460521472,'cn'),(460554240,'kr'),(460587008,'jp'),(460591104,'in'),(460593152,'jp'),(460595200,'in'),(460596224,'au'),(460597248,'jp'),(460598272,'cn'),(460599296,'in'),(460601344,'af'),(460602368,'kh'),(460603392,'kr'),(460718080,'jp'),(460722176,'vn'),(460726272,'in'),(460734464,'kr'),(461373440,'cn'),(461504512,'th'),(461570048,'id'),(461572096,'jp'),(461573120,'bd'),(461574144,'jp'),(461578240,'my'),(461586432,'au'),(461602816,'th'),(461619200,'jp'),(461623296,'in'),(461625344,'au'),(461626368,'cn'),(461627392,'jp'),(461633536,'id'),(461635584,'jp'),(462422016,'cn'),(462487552,'th'),(462553088,'my'),(462618624,'tw'),(462635008,'jp'),(462651392,'bd'),(462684160,'cn'),(463470592,'kr'),(465043456,'cn'),(467927040,'jp'),(468189184,'kr'),(468713472,'tw'),(469237760,'in'),(469499904,'nz'),(469630976,'th'),(469696512,'pk'),(469712896,'kr'),(469729280,'in'),(721420288,'jp'),(973078528,'jp'),(973209600,'in'),(973275136,'jp'),(973471744,'au'),(973602816,'th'),(973864960,'jp'),(973996032,'cn'),(974782464,'my'),(974880768,'pk'),(974913536,'nz'),(974979072,'kr'),(975044608,'cn'),(977272832,'th'),(977305600,'hk'),(977338368,'sg'),(977346560,'jp'),(977354752,'kr'),(977371136,'pk'),(977395712,'bd'),(977399808,'id'),(977401856,'au'),(977403904,'cn'),(977534976,'in'),(977567744,'cn'),(977600512,'ph'),(977666048,'jp'),(977731584,'ph'),(977764352,'my'),(977797120,'kr'),(978321408,'jp'),(978452480,'cn'),(978583552,'jp'),(978599936,'au'),(978640896,'nz'),(978649088,'jp'),(978714624,'tw'),(978780160,'au'),(978784256,'jp'),(978788352,'kr'),(978796544,'cn'),(978812928,'jp'),(979369984,'au'),(979435520,'th'),(979501056,'jp'),(979566592,'tw'),(979599360,'cn'),(979763200,'kr'),(979894272,'au'),(980418560,'jp'),(980549632,'tw'),(980680704,'cn'),(980942848,'kr'),(981467136,'cn'),(981991424,'th'),(982122496,'jp'),(982171648,'kr'),(982188032,'my'),(982253568,'kr'),(982515712,'cn'),(982581248,'kr'),(982614016,'au'),(982622208,'jp'),(982624256,'id'),(982628352,'bd'),(982630400,'sg'),(982646784,'jp'),(982671360,'in'),(982679552,'sg'),(982695936,'kr'),(982712320,'th'),(982745088,'af'),(982753280,'jp'),(982755328,'bd'),(982759424,'id'),(982761472,'jp'),(982777856,'kr'),(983040000,'hk'),(983171072,'cn'),(983302144,'jp'),(983564288,'au'),(984612864,'hk'),(984743936,'au'),(984875008,'kr'),(984956928,'au'),(984965120,'pk'),(984973312,'th'),(985006080,'sg'),(985071616,'jp'),(985137152,'kr'),(985202688,'sg'),(985268224,'vn'),(985399296,'jp'),(985661440,'cn'),(987758592,'kr'),(988807168,'cn'),(989855744,'kr'),(991952896,'cn'),(995360768,'jp'),(995532800,'au'),(995540992,'kr'),(995557376,'jp'),(995622912,'in'),(996409344,'au'),(996605952,'pk'),(996671488,'tw'),(996802560,'jp'),(996868096,'cn'),(997195776,'tw'),(998244352,'jp'),(999292928,'in'),(999424000,'jp'),(999555072,'hk'),(999686144,'kr'),(999751680,'cn'),(999784448,'jp'),(999800832,'kr'),(999817216,'bd'),(999849984,'kr'),(999866368,'hk'),(999882752,'jp'),(999948288,'au'),(1000013824,'cn'),(1000079360,'jp'),(1000341504,'in'),(1000734720,'jp'),(1000800256,'au'),(1000865792,'jp'),(1001127936,'cn'),(1001390080,'in'),(1002045440,'kr'),(1002176512,'hk'),(1002242048,'sg'),(1002307584,'jp'),(1002373120,'cn'),(1002405888,'jp'),(1002422272,'au'),(1002434560,'cn'),(1008730112,'jp'),(1009778688,'my'),(1010237440,'cn'),(1010302976,'jp'),(1010761728,'cn'),(1010827264,'jp'),(1017118720,'cn'),(1019215872,'jp'),(1019346944,'cn'),(1019478016,'kr'),(1019609088,'tw'),(1019740160,'cn'),(1021313024,'au'),(1021837312,'cn'),(1021968384,'nz'),(1022033920,'cn'),(1022099456,'jp'),(1022361600,'au'),(1022558208,'in'),(1022623744,'tw'),(1022722048,'cn'),(1022885888,'tw'),(1023148032,'cn'),(1023238144,'id'),(1023246336,'cn'),(1023279104,'in'),(1023311872,'us'),(1023328256,'jp'),(1023344640,'cn'),(1023410176,'in'),(1023672320,'hk'),(1023692800,'cn'),(1023696896,'my'),(1023705088,'jp'),(1023717376,'cn'),(1023721472,'kr'),(1023737856,'id'),(1023770624,'pk'),(1023778816,'kr'),(1023791104,'nc'),(1023795200,'jp'),(1023803392,'my'),(1023852544,'bn'),(1023868928,'jp'),(1023901696,'th'),(1023934464,'au'),(1023950848,'id'),(1023954944,'jp'),(1023959040,'au'),(1023967232,'in'),(1023975424,'cn'),(1023979520,'au'),(1023983616,'sg'),(1024000000,'ph'),(1024032768,'au'),(1024065536,'hk'),(1024131072,'in'),(1024163840,'jp'),(1024184320,'my'),(1024196608,'in'),(1024229376,'jp'),(1024262144,'sg'),(1024327680,'ap'),(1024344064,'sg'),(1024352256,'au'),(1024360448,'ap'),(1024376832,'ph'),(1024393216,'hk'),(1024458752,'sg'),(1024491520,'in'),(1024589824,'hk'),(1024655360,'th'),(1024720896,'tw'),(1024786432,'jp'),(1025245184,'cn'),(1025277952,'ph'),(1025294336,'au'),(1025302528,'vn'),(1025310720,'au'),(1025343488,'cn'),(1025376256,'tw'),(1025507328,'kr'),(1026293760,'jp'),(1026392064,'cn'),(1026408448,'jp'),(1026422784,'ap'),(1026424832,'jp'),(1026490368,'th'),(1026523136,'cn'),(1026539520,'kr'),(1026555904,'cn'),(1027080192,'tw'),(1027866624,'au'),(1027997696,'tw'),(1028128768,'kr'),(1029046272,'jp'),(1029144576,'sg'),(1029160960,'cn'),(1029177344,'au'),(1029242880,'jp'),(1029308416,'th'),(1029439488,'hk'),(1029570560,'id'),(1029636096,'au'),(1029668864,'in'),(1029701632,'kr'),(1030750208,'jp'),(1031798784,'cn'),(1035993088,'jp'),(1037565952,'tw'),(1038614528,'cn'),(1039007744,'hk'),(1039138816,'cn'),(1039400960,'hk'),(1039466496,'jp'),(1039499264,'au'),(1039507456,'lk'),(1039515648,'jp'),(1039523840,'kr'),(1039532032,'in'),(1039597568,'id'),(1039613952,'kr'),(1039638528,'tw'),(1039646720,'kr'),(1039654912,'in'),(1039663104,'kr'),(1845493760,'jp'),(1845755904,'hk'),(1845764096,'jp'),(1845766144,'my'),(1845768192,'jp'),(1845772288,'kr'),(1845788672,'jp'),(1845837824,'ph'),(1845839872,'in'),(1845841920,'au'),(1845846016,'id'),(1845850112,'ws'),(1845851136,'au'),(1845852160,'jp'),(1845854208,'kr'),(1845886976,'cn'),(1846018048,'kr'),(1846542336,'cn'),(1846804480,'au'),(1847066624,'tw'),(1847590912,'au'),(1847721984,'np'),(1847730176,'pk'),(1847734272,'nz'),(1847736320,'ap'),(1847738368,'kr'),(1847754752,'ap'),(1847787520,'kr'),(1847803904,'vn'),(1847808000,'id'),(1847812096,'kr'),(1847853056,'pk'),(1848115200,'cn'),(1848381440,'nz'),(1848383488,'au'),(1848385536,'kr'),(1848393728,'jp'),(1848401920,'ph'),(1848406016,'np'),(1848410112,'ph'),(1848418304,'au'),(1848420352,'id'),(1848422400,'jp'),(1848424448,'vn'),(1848426496,'kr'),(1848639488,'cn'),(1848705024,'th'),(1848770560,'jp'),(1848774656,'au'),(1848778752,'in'),(1848786944,'jp'),(1848791040,'id'),(1848793088,'jp'),(1848803328,'tw'),(1848819712,'jp'),(1848827904,'ph'),(1848832000,'jp'),(1848836096,'cn'),(1849032704,'jp'),(1849065472,'ph'),(1849163776,'cn'),(1849819136,'jp'),(1849950208,'kr'),(1850212352,'cn'),(1850343424,'jp'),(1850376192,'my'),(1850392576,'kh'),(1850400768,'jp'),(1850408960,'cn'),(1850490880,'kr'),(1850507264,'au'),(1850511360,'id'),(1850513408,'th'),(1850515456,'in'),(1850519552,'au'),(1850522624,'hk'),(1850523648,'cn'),(1850572800,'th'),(1850671104,'hk'),(1850736640,'cn'),(1851523072,'jp'),(1851527168,'nz'),(1851529216,'ph'),(1851531264,'jp'),(1851541504,'id'),(1851542528,'hk'),(1851543552,'jp'),(1851547648,'sg'),(1851555840,'kr'),(1851588608,'jp'),(1851590656,'au'),(1851594752,'kr'),(1851596800,'in'),(1851604992,'ph'),(1851613184,'jp'),(1851617280,'kr'),(1851637760,'pk'),(1851654144,'cn'),(1853882368,'jp'),(1854406656,'id'),(1854668800,'au'),(1855455232,'cn'),(1855848448,'jp'),(1855913984,'my'),(1855979520,'jp'),(1856241664,'th'),(1856307200,'kr'),(1856315392,'cn'),(1856323584,'kr'),(1856339968,'jp'),(1856372736,'cn'),(1856503808,'th'),(1856765952,'jp'),(1856770048,'in'),(1856774144,'jp'),(1856779264,'in'),(1856780288,'jp'),(1856782336,'kr'),(1856798720,'in'),(1856815104,'cn'),(1856843776,'hk'),(1856856064,'cn'),(1856864256,'au'),(1856872448,'nz'),(1856880640,'cn'),(1856888832,'au'),(1856892928,'jp'),(1856897024,'au'),(1857028096,'cn'),(1860173824,'in'),(1860435968,'cn'),(1860698112,'jp'),(1860706304,'cn'),(1860714496,'id'),(1860722688,'kr'),(1860726784,'au'),(1860728832,'jp'),(1860734976,'nz'),(1860737024,'jp'),(1860739072,'ph'),(1860743168,'au'),(1860747264,'jp'),(1860759552,'au'),(1860763648,'jp'),(1860829184,'in'),(1860960256,'cn'),(1861091328,'au'),(1861222400,'cn'),(1866465280,'jp'),(1866530816,'sg'),(1866563584,'kr'),(1866579968,'jp'),(1866588160,'nz'),(1866596352,'cn'),(1866661888,'au'),(1866670080,'my'),(1866674176,'tw'),(1866678272,'id'),(1866686464,'kh'),(1866690560,'jp'),(1866711040,'cn'),(1866715136,'kr'),(1866727424,'hk'),(1866731520,'jp'),(1866733568,'id'),(1866735616,'ph'),(1866743808,'cn'),(1866752000,'pk'),(1866756096,'id'),(1866760192,'jp'),(1866792960,'nz'),(1866858496,'tw'),(1866989568,'cn'),(1867513856,'tw'),(1867776000,'th'),(1867841536,'cn'),(1867907072,'jp'),(1868038144,'pk'),(1868103680,'jp'),(1868201984,'my'),(1868210176,'jp'),(1868212224,'in'),(1868214272,'kh'),(1868218368,'sg'),(1868234752,'in'),(1868267520,'kr'),(1868283904,'cn'),(1868292096,'in'),(1868294144,'vn'),(1868295168,'hk'),(1868296192,'jp'),(1868300288,'in'),(1868333056,'pk'),(1868341248,'id'),(1868345344,'au'),(1868349440,'sg'),(1868357632,'hk'),(1868361728,'kh'),(1868362752,'jp'),(1868363776,'bd'),(1868365824,'in'),(1868431360,'id'),(1868562432,'jp'),(1869611008,'cn'),(1870004224,'kr'),(1870036992,'kh'),(1870045184,'au'),(1870049280,'in'),(1870053376,'au'),(1870069760,'ap'),(1870086144,'cn'),(1870110720,'pk'),(1870118912,'in'),(1870135296,'cn'),(1870462976,'jp'),(1870479360,'ph'),(1870495744,'tw'),(1870497792,'in'),(1870499840,'jp'),(1870501888,'af'),(1870503936,'au'),(1870512128,'in'),(1870528512,'cn'),(1873281024,'jp'),(1873412096,'cn'),(1873477632,'kr'),(1873510400,'jp'),(1873543168,'cn'),(1874329600,'tw'),(1874460672,'cn'),(1874591744,'jp'),(1874853888,'cn'),(1876426752,'jp'),(1876557824,'kr'),(1876688896,'au'),(1876754432,'bd'),(1876756480,'sg'),(1876762624,'kr'),(1876764672,'id'),(1876765696,'sg'),(1876766720,'my'),(1876768768,'au'),(1876769792,'jp'),(1876770816,'sg'),(1876787200,'cn'),(1876885504,'ph'),(1876893696,'th'),(1876901888,'sg'),(1876918272,'lk'),(1876934656,'jp'),(1876942848,'au'),(1876946944,'cn'),(1876947968,'af'),(1876948992,'cn'),(1876950016,'id'),(1876951040,'cn'),(1877475328,'jp'),(1877688320,'in'),(1877689344,'th'),(1877690368,'in'),(1877691392,'jp'),(1877692416,'ph'),(1877696512,'cn'),(1877704704,'au'),(1877706752,'sg'),(1877707776,'au'),(1877710848,'ap'),(1877711872,'bd'),(1877712896,'cn'),(1877721088,'tw'),(1877737472,'jp'),(1877999616,'tw'),(1879048192,'cn'),(1883504640,'jp'),(1883766784,'mn'),(1883770880,'kr'),(1883783168,'vn'),(1883799552,'kr'),(1883832320,'cn'),(1884028928,'kr'),(1884160000,'vn'),(1884164096,'tw'),(1884168192,'id'),(1884172288,'ph'),(1884176384,'tw'),(1884184576,'id'),(1884186624,'tw'),(1884188672,'jp'),(1884192768,'id'),(1884209152,'jp'),(1884217344,'sg'),(1884225536,'in'),(1884291072,'cn'),(1885863936,'tw'),(1885995008,'kr'),(1886191616,'ph'),(1886195712,'id'),(1886199808,'kr'),(1886208000,'nz'),(1886224384,'cn'),(1886257152,'in'),(1886322688,'cn'),(1886781440,'hk'),(1886978048,'kr'),(1886986240,'tw'),(1886990336,'in'),(1886994432,'tw'),(1887010816,'th'),(1887019008,'hk'),(1887027200,'kr'),(1887043584,'cn'),(1887764480,'kr'),(1887813632,'in'),(1887830016,'lk'),(1887961088,'jp'),(1887993856,'kr'),(1888026624,'bd'),(1888030720,'hk'),(1888034816,'jp'),(1888059392,'vn'),(1888063488,'jp'),(1888067584,'my'),(1888071680,'kr'),(1888073728,'jp'),(1888239616,'kr'),(1888256000,'jp'),(1888260096,'kr'),(1888264192,'id'),(1888266240,'jp'),(1888268288,'au'),(1888270336,'sg'),(1888271360,'th'),(1888272384,'kr'),(1888288768,'au'),(1888354304,'th'),(1888485376,'kr'),(1891631104,'cn'),(1891893248,'in'),(1891942400,'kr'),(1891950592,'ph'),(1891958784,'vn'),(1892024320,'ph'),(1892122624,'sg'),(1892155392,'ph'),(1892941824,'kr'),(1893015552,'au'),(1893023744,'hk'),(1893027840,'vn'),(1893031936,'hk'),(1893040128,'au'),(1893072896,'kr'),(1893138432,'id'),(1893203968,'kr'),(1893728256,'cn'),(1896480768,'kr'),(1896497152,'sg'),(1896513536,'hk'),(1896546304,'bd'),(1896579072,'id'),(1896587264,'sg'),(1896591360,'id'),(1896593408,'au'),(1896595456,'cn'),(1896603648,'in'),(1896605696,'au'),(1896607744,'vu'),(1896611840,'cn'),(1897070592,'in'),(1897136128,'au'),(1897140224,'in'),(1897141248,'hk'),(1897142272,'au'),(1897144320,'nc'),(1897152512,'fj'),(1897168896,'au'),(1897170944,'id'),(1897172992,'sg'),(1897175040,'jp'),(1897176064,'sg'),(1897177088,'ph'),(1897185280,'jp'),(1897201664,'kr'),(1897209856,'au'),(1897213952,'jp'),(1897218048,'in'),(1897222144,'tw'),(1897226240,'nc'),(1897234432,'my'),(1897242624,'tw'),(1897250816,'hk'),(1897259008,'nz'),(1897260032,'bd'),(1897261056,'jp'),(1897263104,'th'),(1897265152,'jp'),(1897267200,'vn'),(1897365504,'my'),(1897398272,'cn'),(1897660416,'hk'),(1897725952,'ap'),(1897758720,'kr'),(1897779200,'au'),(1897781248,'jp'),(1897783296,'sg'),(1897787392,'au'),(1897789440,'kh'),(1897790464,'hk'),(1897791488,'kr'),(1897824256,'in'),(1897857024,'cn'),(1897922560,'jp'),(1898708992,'cn'),(1899233280,'au'),(1899241472,'vn'),(1899249664,'mo'),(1899266048,'au'),(1899268096,'kr'),(1899270144,'au'),(1899272192,'sg'),(1899273216,'jp'),(1899274240,'cn'),(1899282432,'kr'),(1899290624,'au'),(1899298816,'th'),(1899364352,'cn'),(1899724800,'kr'),(1899741184,'lk'),(1899750400,'jp'),(1899751424,'id'),(1899753472,'hk'),(1899757568,'kr'),(1899831296,'ph'),(1899839488,'au'),(1899849728,'kr'),(1899850752,'vn'),(1899851776,'jp'),(1899855872,'tw'),(1899888640,'cn'),(1904345088,'jp'),(1904361472,'kr'),(1904369664,'cn'),(1904375808,'nz'),(1904377856,'kr'),(1904476160,'cn'),(1905262592,'jp'),(1906311168,'vn'),(1908408320,'au'),(1908441088,'jp'),(1908473856,'in'),(1908539392,'cn'),(1908670464,'tw'),(1908736000,'au'),(1908744192,'jp'),(1908748288,'pk'),(1908752384,'nz'),(1908754432,'ph'),(1908756480,'kr'),(1908760576,'nz'),(1908762624,'in'),(1908764672,'ap'),(1908768768,'jp'),(1908801536,'kr'),(1908899840,'np'),(1908932608,'cn'),(1909129216,'au'),(1909194752,'cn'),(1909456896,'jp'),(1909473280,'hk'),(1909481472,'cn'),(1909587968,'my'),(1909719040,'cn'),(1909735424,'in'),(1909743616,'au'),(1909745664,'jp'),(1909746688,'my'),(1909747712,'id'),(1909751808,'jp'),(1909760000,'id'),(1909762048,'au'),(1909764096,'ph'),(1909768192,'hk'),(1909784576,'cn'),(1909817344,'jp'),(1909850112,'cn'),(1909981184,'kr'),(1910112256,'cn'),(1912340480,'hk'),(1912602624,'id'),(1913651200,'jp'),(1914175488,'tw'),(1914437632,'cn'),(1914503168,'kr'),(1914552320,'ap'),(1914560512,'kh'),(1914568704,'kr'),(1914576896,'tw'),(1914580992,'kr'),(1914585088,'au'),(1914587136,'in'),(1914589184,'id'),(1914593280,'au'),(1914601472,'kr'),(1914634240,'bd'),(1914642432,'kr'),(1914650624,'mn'),(1914652672,'au'),(1914654720,'jp'),(1914658816,'au'),(1914662912,'kr'),(1914667008,'in'),(1914683392,'au'),(1914691584,'in'),(1914695680,'id'),(1914697728,'in'),(1914699776,'tw'),(1915748352,'jp'),(1916010496,'kr'),(1916141568,'cn'),(1916272640,'id'),(1916534784,'cn'),(1917124608,'jp'),(1917169664,'nc'),(1917181952,'in'),(1917190144,'kr'),(1917321216,'au'),(1917779968,'id'),(1917796352,'in'),(1917845504,'cn'),(1919680512,'kr'),(1919729664,'ph'),(1919746048,'th'),(1919811584,'cn'),(1919815680,'id'),(1919817728,'kr'),(1919819776,'nz'),(1919823872,'jp'),(1919827968,'cn'),(1919885312,'kr'),(1919893504,'jp'),(1919909888,'au'),(1919918080,'cn'),(1919926272,'kr'),(1919942656,'cn'),(1920466944,'id'),(1920991232,'th'),(1921056768,'jp'),(1921058816,'bd'),(1921060864,'id'),(1921062912,'la'),(1921064960,'ap'),(1921069056,'jp'),(1921073152,'kr'),(1921089536,'au'),(1921105920,'kr'),(1921122304,'bd'),(1921253376,'cn'),(1921318912,'my'),(1921384448,'nz'),(1921392640,'jp'),(1921400832,'id'),(1921404928,'hk'),(1921406976,'bd'),(1921409024,'jp'),(1921425408,'nz'),(1921433600,'jp'),(1921449984,'cn'),(1921515520,'tw'),(1921646592,'cn'),(1921777664,'tw'),(1921843200,'kr'),(1921851392,'jp'),(1921853440,'kr'),(1921855488,'id'),(1921861632,'ap'),(1921863680,'bd'),(1921865728,'id'),(1921867776,'au'),(1921875968,'cn'),(1921892352,'au'),(1921900544,'kr'),(1921908736,'jp'),(1921943552,'in'),(1921945600,'hk'),(1921949696,'au'),(1921957888,'gu'),(1921974272,'in'),(1922039808,'jp'),(1925447680,'cn'),(1925578752,'au'),(1925611520,'ph'),(1925619712,'tw'),(1925627904,'jp'),(1925638144,'pk'),(1925640192,'id'),(1925644288,'kr'),(1925660672,'ap'),(1925664768,'id'),(1925677056,'kr'),(1926234112,'cn'),(1929379840,'kr'),(1930952704,'cn'),(1931345920,'jp'),(1931354112,'au'),(1931362304,'tw'),(1931378688,'jp'),(1931427840,'ph'),(1931431936,'jp'),(1931433984,'au'),(1931436032,'kr'),(1931444224,'th'),(1931460608,'jp'),(1931468800,'sg'),(1931476992,'cn'),(1931739136,'jp'),(1932001280,'kr'),(1932132352,'au'),(1932148736,'pk'),(1932156928,'jp'),(1932161024,'tw'),(1932163072,'ph'),(1932165120,'sg'),(1932197888,'tw'),(1932263424,'cn'),(1933574144,'au'),(1933639680,'jp'),(1933705216,'sg'),(1933770752,'th'),(1933836288,'kr'),(1933901824,'au'),(1933922304,'in'),(1933926400,'kr'),(1933934592,'in'),(1933942784,'au'),(1933950976,'jp'),(1933955072,'bd'),(1933957120,'id'),(1933959168,'jp'),(1933963264,'in'),(1933967360,'au'),(1934098432,'vn'),(1934622720,'tw'),(1934884864,'cn'),(1934901248,'la'),(1934917632,'mv'),(1934925824,'kr'),(1934927872,'ph'),(1934929920,'vn'),(1934931968,'jp'),(1934934016,'cn'),(1934942208,'ph'),(1934966784,'id'),(1934974976,'jp'),(1934983168,'au'),(1934987264,'tw'),(1934991360,'kr'),(1934999552,'cn'),(1935015936,'kr'),(1935081472,'th'),(1935147008,'kr'),(1935671296,'in'),(1935933440,'cn'),(1936457728,'in'),(1937244160,'cn'),(1937506304,'au'),(1937510400,'cn'),(1937514496,'au'),(1937522688,'id'),(1937530880,'in'),(1937539072,'jp'),(1937637376,'hk'),(1937670144,'nz'),(1937674240,'jp'),(1937678336,'nc'),(1937686528,'kr'),(1937702912,'bd'),(1937768448,'au'),(1938030592,'my'),(1938292736,'kr'),(1938948096,'jp'),(1938964480,'au'),(1938972672,'my'),(1938976768,'sg'),(1938978816,'vn'),(1938980864,'ph'),(1939079168,'cn'),(1939865600,'kr'),(1939898368,'hk'),(1939914752,'in'),(1939931136,'kr'),(1939996672,'jp'),(1940127744,'my'),(1940193280,'jp'),(1940234240,'vn'),(1940236288,'au'),(1940238336,'kr'),(1940240384,'jp'),(1940242432,'tw'),(1940258816,'au'),(1940283392,'id'),(1940291584,'ap'),(1940295680,'jp'),(1940324352,'pk'),(1940357120,'jp'),(1940389888,'cn'),(1940914176,'jp'),(1941045248,'ap'),(1941049344,'au'),(1941051392,'kh'),(1941052416,'au'),(1941053440,'kr'),(1941057536,'id'),(1941059584,'th'),(1941061632,'kr'),(1941069824,'in'),(1941071872,'au'),(1941073920,'jp'),(1941075968,'id'),(1941110784,'jp'),(1941176320,'cn'),(1941438464,'in'),(1941569536,'pk'),(1941618688,'au'),(1941635072,'in'),(1941639168,'np'),(1941643264,'in'),(1941651456,'jp'),(1941655552,'kr'),(1941657600,'mn'),(1941658624,'jp'),(1941659648,'nz'),(1941667840,'au'),(1941700608,'nz'),(1941962752,'cn'),(1945108480,'in'),(1946157056,'id'),(1946161152,'au'),(1946165248,'pk'),(1946173440,'sg'),(1946181632,'my'),(1946189824,'jp'),(1946222592,'cn'),(1946943488,'jp'),(1946951680,'bd'),(1946953728,'id'),(1946955776,'jp'),(1946959872,'lk'),(1946976256,'sg'),(1947009024,'cn'),(1947074560,'sg'),(1947205632,'cn'),(1948254208,'kr'),(1949302784,'hk'),(1949437952,'au'),(1949440000,'id'),(1949442048,'tw'),(1949446144,'jp'),(1949448192,'hk'),(1949450240,'in'),(1949466624,'ph'),(1949499392,'sg'),(1949564928,'cn'),(1949958144,'pk'),(1949990912,'cn'),(1949995008,'jp'),(1950007296,'id'),(1950009344,'bd'),(1950011392,'cn'),(1950015488,'th'),(1950023680,'tw'),(1950089216,'cn'),(1950351360,'jp'),(1950482432,'cn'),(1950515200,'in'),(1950523392,'au'),(1950531584,'np'),(1950533632,'id'),(1950535680,'hk'),(1950539776,'au'),(1950543872,'nz'),(1950545920,'ph'),(1950547968,'kr'),(1950613504,'gu'),(1950621696,'kr'),(1950629888,'in'),(1950646272,'vn'),(1950650368,'th'),(1950654464,'id'),(1950658560,'ph'),(1950660608,'ap'),(1950662656,'bd'),(1950666752,'np'),(1950668800,'jp'),(1950670848,'id'),(1950672896,'kr'),(1950674944,'in'),(1950676992,'id'),(1950679040,'cn'),(1950777344,'jp'),(1950810112,'pk'),(1950875648,'in'),(1951137792,'cn'),(1951399936,'jp'),(1951662080,'kr'),(1951793152,'sg'),(1952022528,'tw'),(1952026624,'cn'),(1952030720,'kr'),(1952038912,'jp'),(1952047104,'nz'),(1952071680,'hk'),(1952073728,'au'),(1952074752,'nz'),(1952075776,'cn'),(1952079872,'pk'),(1952088064,'nz'),(1952092160,'jp'),(1952096256,'id'),(1952102400,'cn'),(1952104448,'jp'),(1952108544,'id'),(1952110592,'kr'),(1952112640,'np'),(1952116736,'in'),(1952120832,'jp'),(1952186368,'sg'),(1952251904,'ph'),(1952284672,'nz'),(1952301056,'kr'),(1952317440,'jp'),(1952382976,'cn'),(1952448512,'vn'),(1953497088,'cn'),(1953890304,'vn'),(1953923072,'tw'),(1953939456,'jp'),(1953951744,'au'),(1953955840,'in'),(1954021376,'kr'),(1954545664,'cn'),(1958805504,'sg'),(1958807552,'mo'),(1958809600,'cn'),(1958821888,'vn'),(1958825984,'kr'),(1958830080,'jp'),(1958838272,'in'),(1958842368,'nz'),(1958846464,'in'),(1958848512,'bd'),(1958852608,'au'),(1958871040,'cn'),(1959067648,'my'),(1959100416,'id'),(1959102464,'jp'),(1959104512,'au'),(1959108608,'np'),(1959110656,'jp'),(1959112704,'hk'),(1959116800,'sg'),(1959133184,'cn'),(1959239680,'kr'),(1959241728,'in'),(1959243776,'jp'),(1959247872,'id'),(1959251968,'nz'),(1959256064,'au'),(1959264256,'kr'),(1959526400,'cn'),(1959657472,'my'),(1959723008,'cn'),(1960050688,'kr'),(1960067072,'au'),(1960069120,'id'),(1960071168,'tw'),(1960075264,'id'),(1960077312,'bd'),(1960079360,'hk'),(1960083456,'kh'),(1960091648,'cn'),(1960095744,'in'),(1960097792,'bd'),(1960099840,'au'),(1960128512,'id'),(1960132608,'cn'),(1960181760,'tw'),(1960185856,'jp'),(1960187904,'in'),(1960189952,'cn'),(1960202240,'jp'),(1960206336,'sg'),(1960214528,'cn'),(1960574976,'jp'),(1960837120,'cn'),(1961885696,'au'),(1962016768,'cn'),(1962541056,'au'),(1962672128,'cn'),(1962803200,'jp'),(1962827776,'id'),(1962829824,'jp'),(1962831872,'id'),(1962835968,'cn'),(1962868736,'au'),(1962901504,'cn'),(1962934272,'vn'),(1963458560,'cn'),(1963982848,'kr'),(1964113920,'hk'),(1964118016,'id'),(1964120064,'jp'),(1964122112,'sg'),(1964130304,'hk'),(1964134400,'nz'),(1964138496,'hk'),(1964146688,'jp'),(1964171264,'bd'),(1964173312,'au'),(1964175360,'pk'),(1964179456,'tw'),(1964244992,'au'),(1964249088,'pk'),(1964253184,'wf'),(1964255232,'sg'),(1964257280,'id'),(1964261376,'au'),(1964263424,'jp'),(1964265472,'kr'),(1964273664,'kh'),(1964275712,'gu'),(1964277760,'sg'),(1964294144,'kr'),(1964310528,'cn'),(1965948928,'jp'),(1966014464,'th'),(1966080000,'cn'),(1966407680,'jp'),(1966419968,'cn'),(1966424064,'kr'),(1966440448,'au'),(1966446592,'my'),(1966447616,'nz'),(1966448640,'au'),(1966452736,'cn'),(1966456832,'kr'),(1966473216,'id'),(1966538752,'jp'),(1966571520,'kr'),(1966587904,'af'),(1966592000,'jp'),(1966596096,'au'),(1966600192,'in'),(1966602240,'kh'),(1966604288,'tw'),(1966669824,'cn'),(1966768128,'kr'),(1966772224,'jp'),(1966776320,'sg'),(1966784512,'ph'),(1966792704,'jp'),(1966796800,'bd'),(1966798848,'au'),(1966800896,'cn'),(1967783936,'jp'),(1967800320,'cn'),(1967808512,'au'),(1967812608,'id'),(1967816704,'cn'),(1969225728,'in'),(1969487872,'cn'),(1969618944,'pk'),(1969635328,'id'),(1969651712,'au'),(1969659904,'id'),(1969661952,'jp'),(1969676288,'id'),(1969688576,'cn'),(1969692672,'id'),(1969704960,'bd'),(1969707008,'mh'),(1969709056,'tw'),(1969713152,'au'),(1969717248,'cn'),(1969721344,'hk'),(1969725440,'jp'),(1969727488,'id'),(1969729536,'jp'),(1969733632,'vn'),(1969750016,'jp'),(1969790976,'au'),(1969795072,'nz'),(1969797120,'sg'),(1969798144,'hk'),(1969799168,'id'),(1969807360,'af'),(1969809408,'in'),(1969811456,'ph'),(1969815552,'sg'),(1969881088,'cn'),(1970012160,'jp'),(1970143232,'kr'),(1970274304,'cn'),(1970798592,'sg'),(1970800640,'au'),(1970804736,'kh'),(1970806784,'nz'),(1970810880,'jp'),(1970814976,'cn'),(1970915328,'id'),(1970917376,'th'),(1970921472,'np'),(1970925568,'sg'),(1970927616,'au'),(1970929664,'vn'),(1970962432,'cn'),(1970995200,'kr'),(1971060736,'cn'),(1975517184,'in'),(1979711488,'jp'),(1981284352,'cn'),(1981808640,'kr'),(1983905792,'cn'),(1984102400,'au'),(1984118784,'jp'),(1984131072,'cn'),(1984135168,'kr'),(1984153600,'kh'),(1984155648,'au'),(1984159744,'in'),(1984167936,'vn'),(1984430080,'cn'),(1985085440,'id'),(1985093632,'au'),(1985101824,'jp'),(1985118208,'nz'),(1985150976,'jp'),(1985216512,'cn'),(1985347584,'jp'),(1985478656,'in'),(1985480704,'ph'),(1985482752,'au'),(1985486848,'cn'),(1985609728,'nz'),(1985675264,'kr'),(1985708032,'id'),(1985712128,'kr'),(1985716224,'np'),(1985720320,'in'),(1985724416,'jp'),(1985732608,'id'),(1985734656,'in'),(1985736704,'cn'),(1985740800,'nz'),(1985871872,'in'),(1986002944,'id'),(1986199552,'hk'),(1986215936,'id'),(1986232320,'tw'),(1986265088,'my'),(1986396160,'vn'),(1986398208,'hk'),(1986400256,'cn'),(1986406400,'jp'),(1986412544,'au'),(1986428928,'in'),(1986461696,'jp'),(1986496512,'bt'),(1986498560,'hk'),(1986502656,'kh'),(1986510848,'kr'),(1986519040,'pk'),(1986523136,'hk'),(1986525184,'bn'),(1986527232,'jp'),(1986723840,'au'),(1986756608,'pk'),(1986760704,'au'),(1986764800,'kr'),(1986768896,'au'),(1986772992,'my'),(1986789376,'jp'),(1987051520,'cn'),(1988034560,'au'),(1988083712,'kr'),(1988362240,'cn'),(1988624384,'id'),(1988755456,'au'),(1988886528,'hk'),(1989148672,'cn'),(1989410816,'nz'),(1989541888,'tw'),(1989607424,'jp'),(1989660672,'in'),(1989661696,'id'),(1989662720,'au'),(1989663744,'id'),(1989664768,'jp'),(1990197248,'tw'),(1990983680,'th'),(1991245824,'kr'),(1991311360,'jp'),(1991376896,'cn'),(1991442432,'bd'),(1991507968,'cn'),(1993342976,'au'),(1993605120,'cn'),(1993736192,'sg'),(1993867264,'kr'),(1994391552,'cn'),(1994850304,'tw'),(1995046912,'kr'),(1995177984,'jp'),(1995374592,'cn'),(1995440128,'jp'),(1995571200,'cn'),(1995636736,'jp'),(1995702272,'cn'),(1996627968,'au'),(1996630016,'id'),(1996634112,'np'),(1996636160,'id'),(1996644352,'bt'),(1996652544,'cn'),(1997176832,'au'),(1997185024,'jp'),(1997187072,'hk'),(1997189120,'id'),(1997191168,'jp'),(1997209600,'au'),(1997242368,'id'),(1997275136,'au'),(1997406208,'tw'),(1997471744,'nz'),(1997488128,'au'),(1997492224,'kh'),(1997496320,'au'),(1997504512,'id'),(1997506560,'cn'),(1997508608,'jp'),(1997510656,'bd'),(1997512704,'vn'),(1997520896,'tw'),(1997537280,'cn'),(1997602816,'kr'),(1997635584,'au'),(1997651968,'vn'),(1997668352,'au'),(1997701120,'vn'),(1997705216,'bd'),(1997707264,'id'),(1997709312,'jp'),(1997715456,'vn'),(1997717504,'cn'),(1997723648,'jp'),(1997725696,'cn'),(1998061568,'jp'),(1998258176,'ap'),(1998274560,'cn'),(1998454784,'au'),(1998458880,'tw'),(1998462976,'bd'),(1998467072,'cn'),(1998471168,'pk'),(1998487552,'kr'),(1998503936,'jp'),(1998520320,'th'),(1998553088,'jp'),(1998561280,'in'),(1998565376,'tw'),(1998569472,'cn'),(1998577664,'au'),(1998581760,'kr'),(1998585856,'cn'),(1999130624,'bd'),(1999134720,'mn'),(1999136768,'au'),(1999138816,'my'),(1999142912,'cn'),(1999257600,'th'),(1999276032,'cn'),(1999278080,'hk'),(1999280128,'in'),(1999282176,'kr'),(1999290368,'sg'),(1999298560,'cn'),(1999306752,'in'),(1999372288,'cn'),(1999503360,'th'),(1999568896,'jp'),(1999589376,'hk'),(1999591424,'id'),(1999593472,'jp'),(1999597568,'nz'),(1999601664,'jp'),(1999634432,'cn'),(2000158720,'sg'),(2000224256,'cn'),(2000355328,'kr'),(2000371712,'jp'),(2000373760,'hk'),(2000375808,'af'),(2000377856,'jp'),(2000388096,'cn'),(2000617472,'ph'),(2000621568,'jp'),(2000625664,'cn'),(2000633856,'th'),(2000642048,'hk'),(2000646144,'jp'),(2000650240,'pk'),(2000658432,'jp'),(2000668672,'au'),(2000674816,'kr'),(2001207296,'jp'),(2001272832,'pk'),(2001305600,'sg'),(2001420288,'kr'),(2001453056,'sg'),(2001457152,'cn'),(2001461248,'jp'),(2001465344,'tw'),(2001469440,'th'),(2001534976,'au'),(2001559552,'kr'),(2001567744,'tw'),(2001600512,'cn'),(2001862656,'au'),(2001866752,'jp'),(2001870848,'kr'),(2001879040,'in'),(2001895424,'vn'),(2001899520,'au'),(2001903616,'jp'),(2001920000,'id'),(2001926144,'kh'),(2001928192,'jp'),(2001993728,'cn'),(2002518016,'ph'),(2002780160,'cn'),(2003304448,'jp'),(2003566592,'cn'),(2003697664,'my'),(2003714048,'id'),(2003720192,'jp'),(2003722240,'my'),(2003726336,'id'),(2003730432,'my'),(2003763200,'ph'),(2003828736,'cn'),(2006188032,'bd'),(2006204416,'au'),(2006212608,'th'),(2006214656,'jp'),(2006216704,'kr'),(2006228992,'cn'),(2006237184,'jp'),(2006253568,'kr'),(2006319104,'jp'),(2006384640,'in'),(2006450176,'pk'),(2007007232,'bn'),(2007023616,'in'),(2007027712,'th'),(2007031808,'au'),(2007035904,'tw'),(2007040000,'kr'),(2007048192,'au'),(2007064576,'my'),(2007066624,'jp'),(2007070720,'ap'),(2007072768,'cn'),(2007498752,'jp'),(2008023040,'cn'),(2009071616,'kr'),(2011168768,'nz'),(2011234304,'au'),(2011299840,'in'),(2011430912,'jp'),(2011693056,'cn'),(2011824128,'sg'),(2011889664,'lk'),(2011893760,'id'),(2011897856,'nz'),(2011899904,'hk'),(2011901952,'in'),(2011906048,'fj'),(2011922432,'cn'),(2011938816,'kr'),(2011942912,'id'),(2011947008,'jp'),(2011951104,'kr'),(2011953152,'id'),(2011955200,'hk'),(2012086272,'jp'),(2012610560,'hk'),(2012741632,'cn'),(2013003776,'au'),(2013028352,'th'),(2013030400,'id'),(2013032448,'fm'),(2013036544,'id'),(2013038592,'hk'),(2013040640,'in'),(2013044736,'id'),(2013048832,'au'),(2013052928,'in'),(2013061120,'pg'),(2013069312,'cn'),(2014314496,'au'),(2014838784,'cn'),(2015100928,'ph'),(2015166464,'au'),(2015199232,'kr'),(2015203328,'jp'),(2015205376,'id'),(2015207424,'jp'),(2015215616,'ap'),(2015223808,'id'),(2015225856,'in'),(2015227904,'au'),(2015232000,'cn'),(2016542720,'bd'),(2016550912,'sg'),(2016555008,'my'),(2016559104,'kr'),(2016583680,'jp'),(2016587776,'bd'),(2016589824,'vn'),(2016591872,'jp'),(2016673792,'cn'),(2016935936,'in'),(2017460224,'cn'),(2017984512,'jp'),(2017988608,'ph'),(2017992704,'cn'),(2018000896,'jp'),(2018004992,'vn'),(2018007040,'in'),(2018009088,'vn'),(2018017280,'cn'),(2018050048,'kr'),(2018115584,'jp'),(2018246656,'cn'),(2019033088,'au'),(2019035136,'cn'),(2019037184,'jp'),(2019041280,'in'),(2019049472,'au'),(2019098624,'ph'),(2019115008,'ap'),(2019117056,'in'),(2019119104,'nz'),(2019123200,'np'),(2019131392,'jp'),(2019164160,'cn'),(2019360768,'jp'),(2019426304,'cn'),(2019557376,'tw'),(2021654528,'cn'),(2022178816,'nz'),(2022182912,'id'),(2022184960,'kh'),(2022187008,'hk'),(2022191104,'nz'),(2022195200,'kr'),(2022211584,'cn'),(2022227968,'jp'),(2022244352,'cn'),(2022277120,'jp'),(2022309888,'ph'),(2022313984,'nz'),(2022318080,'ap'),(2022326272,'vn'),(2022330368,'my'),(2022334464,'in'),(2022342656,'jp'),(2022359040,'in'),(2022375424,'my'),(2022572032,'kr'),(2022637568,'jp'),(2022678528,'kr'),(2022703104,'au'),(2023751680,'id'),(2025848832,'cn'),(2030043136,'au'),(2030047232,'cn'),(2030051328,'jp'),(2030059520,'kr'),(2030108672,'ph'),(2030125056,'kr'),(2030141440,'jp'),(2030305280,'cn'),(2030436352,'sg'),(2030567424,'cn'),(2032926720,'au'),(2033057792,'cn'),(2033319936,'in'),(2033324032,'kr'),(2033328128,'id'),(2033330176,'jp'),(2033336320,'kr'),(2033352704,'id'),(2033356800,'tw'),(2033358848,'jp'),(2033364992,'tw'),(2033369088,'au'),(2033377280,'kr'),(2033385472,'cn'),(2033451008,'id'),(2033487872,'pk'),(2033491968,'cn'),(2033500160,'au'),(2033502208,'sg'),(2033504256,'cn'),(2033516544,'kr'),(2033582080,'ph'),(2033614848,'au'),(2033623040,'ph'),(2033625088,'hk'),(2033631232,'kr'),(2033647616,'cn'),(2033664000,'kr'),(2033696768,'gu'),(2033713152,'cn'),(2033876992,'jp'),(2033881088,'cn'),(2033887232,'in'),(2033889280,'jp'),(2033891328,'id'),(2033893376,'ph'),(2033909760,'cn'),(2034237440,'kr'),(2034499584,'cn'),(2034761728,'nz'),(2035023872,'cn'),(2035154944,'kr'),(2035220480,'au'),(2035253248,'cn'),(2035269632,'nz'),(2035286016,'jp'),(2035810304,'kr'),(2035875840,'cn'),(2035941376,'au'),(2036072448,'jp'),(2036334592,'ph'),(2036465664,'nz'),(2036596736,'id'),(2036598784,'jp'),(2036600832,'id'),(2036604928,'sg'),(2036609024,'af'),(2036613120,'kr'),(2036629504,'cn'),(2036678656,'jp'),(2036695040,'id'),(2036697088,'au'),(2036699136,'in'),(2036703232,'au'),(2036705280,'hk'),(2036707328,'mn'),(2036709376,'id'),(2036711424,'kr'),(2036715520,'cn'),(2036719616,'kr'),(2036727808,'jp'),(2037907456,'my'),(2038169600,'kr'),(2038366208,'ph'),(2038374400,'af'),(2038382592,'kr'),(2038415360,'au'),(2038423552,'hk'),(2038431744,'kr'),(2042626048,'cn'),(2043150336,'au'),(2043166720,'kr'),(2043183104,'jp'),(2043199488,'bd'),(2043201536,'jp'),(2043203584,'au'),(2043215872,'cn'),(2043281408,'hk'),(2043412480,'cn'),(2043674624,'au'),(2044723200,'cn'),(2045771776,'in'),(2046296064,'cn'),(2046558208,'kr'),(2046705664,'tw'),(2046722048,'kr'),(2046754816,'cn'),(2046820352,'th'),(2046822400,'kr'),(2046824448,'my'),(2046828544,'kr'),(2046836736,'cn'),(2046885888,'jp'),(2046951424,'ph'),(2047082496,'cn'),(2047868928,'jp'),(2048917504,'kr'),(2049966080,'cn'),(2050048000,'kr'),(2050064384,'au'),(2050080768,'jp'),(2050082816,'au'),(2050084864,'ph'),(2050088960,'id'),(2050091008,'jp'),(2050097152,'sg'),(2050099200,'in'),(2050101248,'jp'),(2050113536,'sg'),(2050129920,'in'),(2050162688,'cn'),(2050228224,'ph'),(2050490368,'nz'),(2051014656,'cn'),(2053242880,'in'),(2053308416,'tw'),(2053324800,'au'),(2053332992,'bd'),(2053335040,'jp'),(2053337088,'au'),(2053340160,'in'),(2053341184,'kr'),(2053373952,'au'),(2053378048,'jp'),(2053382144,'kr'),(2053390336,'tw'),(2053406720,'mo'),(2053439488,'kr'),(2053505024,'cn'),(2053509120,'au'),(2053513216,'bd'),(2053517312,'id'),(2053521408,'cn'),(2053529600,'au'),(2053537792,'jp'),(2053636096,'au'),(2054160384,'cn'),(2054422528,'tw'),(2054619136,'cn'),(2054684672,'tw'),(2055208960,'jp'),(2055213056,'id'),(2055217152,'kr'),(2055229440,'tw'),(2055231488,'au'),(2055233536,'np'),(2055235584,'hk'),(2055237632,'jp'),(2055241728,'kr'),(2055290880,'pk'),(2055299072,'id'),(2055307264,'au'),(2055323648,'id'),(2055327744,'kr'),(2055331840,'jp'),(2055335936,'kr'),(2055340032,'jp'),(2055733248,'cn'),(2056257536,'id'),(2056259584,'bd'),(2056261632,'in'),(2056263680,'th'),(2056265728,'tw'),(2056273920,'ph'),(2056290304,'cn'),(2056323072,'jp'),(2056388608,'tw'),(2056519680,'au'),(2056781824,'jp'),(2056794112,'bd'),(2056798208,'jp'),(2056830976,'cn'),(2056847360,'kr'),(2056912896,'th'),(2057043968,'cn'),(2057306112,'in'),(2059403264,'cn'),(2059665408,'jp'),(2059796480,'cn'),(2059862016,'au'),(2059878400,'kr'),(2059927552,'id'),(2059931648,'in'),(2059933696,'au'),(2059935744,'jp'),(2059937792,'bd'),(2059939840,'id'),(2059941888,'au'),(2059943936,'cn'),(2059961344,'ap'),(2059962368,'jp'),(2059964416,'id'),(2059966464,'tw'),(2059968512,'au'),(2059976704,'jp'),(2059995136,'vn'),(2059997184,'mn'),(2060001280,'hk'),(2060009472,'au'),(2060025856,'tw'),(2060062720,'jp'),(2060066816,'kr'),(2060075008,'au'),(2060083200,'ph'),(2060091392,'kr'),(2060189696,'cn'),(2060451840,'jp'),(2061500416,'cn'),(2063073280,'bd'),(2063077376,'hk'),(2063085568,'cn'),(2063089664,'jp'),(2063106048,'ap'),(2063138816,'jp'),(2063335424,'au'),(2063341568,'sg'),(2063343616,'jp'),(2063351808,'kr'),(2063368192,'jp'),(2063372288,'au'),(2063376384,'tw'),(2063380480,'kh'),(2063384576,'kr'),(2063392768,'in'),(2063400960,'jp'),(2063466496,'tw'),(2063482880,'mn'),(2063499264,'kr'),(2063532032,'lk'),(2063550464,'in'),(2063552512,'tw'),(2063556608,'my'),(2063564800,'jp'),(2063597568,'kr'),(2063605760,'tw'),(2063613952,'jp'),(2063630336,'cn'),(2063646720,'tw'),(2063663104,'jp'),(2063728640,'au'),(2063859712,'cn'),(2064646144,'vn'),(2065694720,'kr'),(2066743296,'jp'),(2066808832,'bd'),(2066825216,'sg'),(2066841600,'cn'),(2066874368,'jp'),(2066882560,'tw'),(2066890752,'pf'),(2066907136,'au'),(2066915328,'in'),(2066923520,'jp'),(2066939904,'au'),(2066972672,'tw'),(2067005440,'cn'),(2070052864,'au'),(2070056960,'jp'),(2070061056,'kr'),(2070077440,'jp'),(2070085632,'tw'),(2070102016,'kr'),(2070118400,'cn'),(2070159360,'au'),(2070167552,'nz'),(2070183936,'au'),(2070200320,'jp'),(2070208512,'sg'),(2070216704,'cn'),(2070282240,'au'),(2070347776,'cn'),(2070380544,'jp'),(2070677504,'id'),(2070679552,'kr'),(2070683648,'in'),(2070691840,'au'),(2070700032,'id'),(2070702080,'au'),(2070703104,'hk'),(2070704128,'ph'),(2070708224,'cn'),(2070712320,'nz'),(2070716416,'kr'),(2070724608,'jp'),(2070726656,'in'),(2070728704,'cn'),(2070732800,'in'),(2070734848,'jp'),(2070736896,'bd'),(2070738944,'kh'),(2070740992,'kr'),(2070806528,'tw'),(2070872064,'kr'),(2070937600,'cn'),(2072510464,'hk'),(2072514560,'in'),(2072516608,'bd'),(2072518656,'au'),(2072526848,'sg'),(2072528896,'ph'),(2072530944,'cn'),(2072535040,'my'),(2072543232,'in'),(2072576000,'cn'),(2072772608,'kr'),(2073034752,'cn'),(2075131904,'mv'),(2075140096,'in'),(2075144192,'jp'),(2075146240,'bd'),(2075148288,'ph'),(2075150336,'ws'),(2075152384,'cn'),(2075156480,'hk'),(2075158528,'jp'),(2075160576,'au'),(2075162624,'id'),(2075164672,'jp'),(2075197440,'cn'),(2076180480,'tw'),(2076442624,'cn'),(2076573696,'jp'),(2076639232,'kr'),(2076672000,'cn'),(2076704768,'bd'),(2076712960,'jp'),(2076721152,'kr'),(2076737536,'au'),(2076770304,'in'),(2076835840,'hk'),(2076966912,'tw'),(2077097984,'cn'),(2077229056,'au'),(2077491200,'kr'),(2077753344,'jp'),(2078539776,'kr'),(2078670848,'jp'),(2078736384,'lk'),(2078769152,'id'),(2078801920,'cn'),(2079064064,'in'),(2079326208,'tw'),(2079457280,'cn'),(2079490048,'th'),(2079508480,'ph'),(2079510528,'jp'),(2079514624,'hk'),(2079516672,'jp'),(2079518720,'in'),(2079522816,'au'),(2079588352,'cn'),(2079850496,'kr'),(2079916032,'cn'),(2079981568,'kr'),(2080112640,'tw'),(2080145408,'in'),(2080178176,'cn'),(2080243712,'jp'),(2080260096,'kr'),(2080268288,'au'),(2080276480,'kr'),(2080309248,'nz'),(2080325632,'hk'),(2080342016,'jp'),(2080360448,'id'),(2080362496,'au'),(2080366592,'tw'),(2080368640,'jp'),(2080372736,'in'),(2080374784,'kr'),(2080636928,'in'),(2080702464,'kr'),(2080768000,'tw'),(2080776192,'id'),(2080784384,'cn'),(2080800768,'ph'),(2080817152,'nz'),(2080825344,'bd'),(2080833536,'in'),(2080899072,'tw'),(2081226752,'my'),(2081292288,'cn'),(2081554432,'jp'),(2081619968,'au'),(2081652736,'ph'),(2081685504,'cn'),(2081947648,'jp'),(2082209792,'kr'),(2082258944,'cn'),(2082308096,'tw'),(2082324480,'pk'),(2082340864,'in'),(2082406400,'cn'),(2082471936,'jp'),(2083024896,'cn'),(2083053568,'th'),(2083057664,'au'),(2083059712,'id'),(2083061760,'jp'),(2083110912,'np'),(2083127296,'cn'),(2083192832,'lk'),(2083258368,'jp'),(2083389440,'kr'),(2083454976,'cn'),(2083471360,'jp'),(2083520512,'kr'),(2084569088,'cn'),(2084732928,'sg'),(2084741120,'id'),(2084743168,'jp'),(2084745216,'kr'),(2084749312,'jp'),(2084765696,'cn'),(2085617664,'kr'),(2085683200,'id'),(2085748736,'my'),(2085814272,'ph'),(2085847040,'jp'),(2086141952,'cn'),(2086666240,'jp'),(2087190528,'ph'),(2087453696,'kh'),(2087454720,'cn'),(2087457792,'bd'),(2087458816,'fj'),(2087460864,'jp'),(2087462912,'cn'),(2087464960,'kh'),(2087467008,'jp'),(2087469056,'ap'),(2087481344,'sg'),(2087485440,'tw'),(2087501824,'jp'),(2087518208,'th'),(2087519232,'sg'),(2087520256,'fm'),(2087522304,'bd'),(2087524352,'th'),(2087526400,'pk'),(2087534592,'au'),(2087544832,'bd'),(2087545856,'jp'),(2087546880,'tw'),(2087550976,'jp'),(2087649280,'kr'),(2087714816,'cn'),(2088239104,'th'),(2088435712,'in'),(2088632320,'cn'),(2089287680,'kr'),(2089549824,'jp'),(2089943040,'kr'),(2089959424,'jp'),(2090041344,'cn'),(2090074112,'au'),(2090237952,'tw'),(2090240000,'in'),(2090241024,'my'),(2090242048,'jp'),(2090246144,'nz'),(2090250240,'jp'),(2090270720,'cn'),(2090401792,'id'),(2090418176,'in'),(2090434560,'kr'),(2090467328,'jp'),(2090565632,'tw'),(2090582016,'sg'),(2090590208,'nz'),(2090598400,'cn'),(2090680320,'nz'),(2090696704,'th'),(2090729472,'vn'),(2090733568,'au'),(2090736640,'in'),(2090737664,'ph'),(2090745856,'mn'),(2090762240,'id'),(2090778624,'hk'),(2090786816,'my'),(2090795008,'jp'),(2090860544,'cn'),(2091384832,'au'),(2091646976,'cn'),(2091909120,'au'),(2092957696,'cn'),(2093088768,'kr'),(2093154304,'id'),(2093187072,'my'),(2093191168,'jp'),(2093195264,'kr'),(2093203456,'mv'),(2093211648,'kr'),(2093219840,'cn'),(2093285376,'nz'),(2093301760,'sg'),(2093318144,'kr'),(2093342720,'my'),(2093350912,'kr'),(2093383680,'nz'),(2093416448,'kr'),(2093432832,'tw'),(2093449216,'kr'),(2093481984,'cn'),(2094006272,'jp'),(2094530560,'kr'),(2094596096,'ph'),(2094628864,'hk'),(2094645248,'kr'),(2094653440,'my'),(2094661632,'tw'),(2094759936,'jp'),(2094792704,'cn'),(2096152576,'pg'),(2096168960,'jp'),(2096234496,'cn'),(2096300032,'kr'),(2096332800,'au'),(2096349184,'cn'),(2096365568,'hk'),(2096431104,'jp'),(2096496640,'au'),(2096513024,'sg'),(2096529408,'jp'),(2096611328,'in'),(2096627712,'cn'),(2096660480,'nz'),(2096668672,'kh'),(2096676864,'hk'),(2096693248,'cn'),(2096889856,'au'),(2096955392,'in'),(2097020928,'cn'),(2097037312,'au'),(2097053696,'kr'),(2097086464,'jp'),(2097479680,'ph'),(2097545216,'jp'),(2097610752,'au'),(2097643520,'kr'),(2097676288,'jp'),(2098200576,'in'),(2098724864,'th'),(2098987008,'jp'),(2099183616,'mo'),(2099200000,'jp'),(2099216384,'kr'),(2099232768,'cn'),(2100297728,'jp'),(2100854784,'sg'),(2100887552,'kr'),(2100969472,'jp'),(2100985856,'cn'),(2101018624,'hk'),(2101084160,'kr'),(2101116928,'ph'),(2101149696,'kr'),(2101182464,'cn'),(2101231616,'au'),(2101239808,'in'),(2101272576,'tw'),(2101276672,'jp'),(2101280768,'au'),(2101288960,'jp'),(2101297152,'in'),(2101313536,'au'),(2101346304,'cn'),(2103640064,'in'),(2103705600,'jp'),(2103967744,'cn'),(2105540608,'kr'),(2107637760,'id'),(2108162048,'au'),(2108227584,'cn'),(2108293120,'jp'),(2108358656,'cn'),(2108424192,'jp'),(2108686336,'kr'),(2109734912,'jp'),(2110783488,'cn'),(2110799872,'kr'),(2110816256,'id'),(2110832640,'kr'),(2110865408,'pk'),(2110881792,'au'),(2110914560,'cn'),(2111045632,'ph'),(2111078400,'vn'),(2111111168,'cn'),(2111143936,'id'),(2111152128,'au'),(2111160320,'af'),(2111168512,'th'),(2111176704,'vn'),(2111193088,'au'),(2111201280,'cn'),(2111209472,'jp'),(2111217664,'lk'),(2111225856,'hk'),(2111242240,'cn'),(2111258624,'jp'),(2111275008,'hk'),(2111307776,'cn'),(2111832064,'tw'),(2112487424,'vn'),(2112618496,'nz'),(2112880640,'kr'),(2113683456,'ap'),(2113699840,'jp'),(2113716224,'ap'),(2113732608,'au'),(2113765376,'hk'),(2113798144,'au'),(2113812480,'jp'),(2113813504,'au'),(2113830912,'cn'),(2113863680,'au'),(2113929216,'jp'),(2156265472,'kr'),(2159542272,'au'),(2163867648,'au'),(2168193024,'jp'),(2169372672,'au'),(2170421248,'au'),(2170552320,'au'),(2172583936,'au'),(2173173760,'jp'),(2176057344,'au'),(2180579328,'jp'),(2180907008,'kr'),(2183266304,'jp'),(2184577024,'jp'),(2184708096,'au'),(2185560064,'jp'),(2186739712,'jp'),(2187264000,'au'),(2187722752,'au'),(2188640256,'au'),(2189099008,'nz'),(2189557760,'au'),(2191065088,'jp'),(2191196160,'au'),(2191392768,'jp'),(2193752064,'au'),(2193817600,'nz'),(2195193856,'nz'),(2195456000,'au'),(2205155328,'jp'),(2208956416,'au'),(2209087488,'au'),(2209677312,'au'),(2209939456,'au'),(2211119104,'nz'),(2211315712,'jp'),(2212036608,'au'),(2213281792,'au'),(2213675008,'au'),(2213806080,'au'),(2214068224,'jp'),(2226323456,'jp'),(2226454528,'nz'),(2226520064,'jp'),(2229141504,'jp'),(2229927936,'au'),(2231369728,'jp'),(2248605696,'au'),(2249326592,'au'),(2253062144,'kr'),(2255683584,'au'),(2257584128,'au'),(2257846272,'au'),(2258567168,'hk'),(2258632704,'jp'),(2259812352,'au'),(2259943424,'jp'),(2260992000,'cn'),(2261778432,'tw'),(2261975040,'au'),(2263678976,'jp'),(2291728384,'au'),(2293891072,'au'),(2293956608,'jp'),(2294677504,'jp'),(2302935040,'kr'),(2303459328,'au'),(2304507904,'au'),(2305622016,'au'),(2305753088,'au'),(2307129344,'sg'),(2308112384,'au'),(2308505600,'jp'),(2308571136,'au'),(2308767744,'au'),(2309357568,'au'),(2309750784,'au'),(2310864896,'hk'),(2312830976,'au'),(2315714560,'au'),(2316500992,'au'),(2316828672,'au'),(2317221888,'jp'),(2318139392,'au'),(2319908864,'au'),(2320171008,'nz'),(2320302080,'au'),(2320433152,'au'),(2321874944,'jp'),(2322268160,'jp'),(2323775488,'au'),(2327969792,'au'),(2329083904,'nz'),(2329149440,'jp'),(2329477120,'au'),(2330656768,'nz'),(2331181056,'jp'),(2331770880,'au'),(2334916608,'au'),(2335899648,'au'),(2337275904,'nz'),(2337669120,'au'),(2340552704,'au'),(2340683776,'au'),(2340814848,'au'),(2341994496,'jp'),(2342125568,'jp'),(2342715392,'au'),(2343043072,'au'),(2343501824,'tw'),(2344353792,'au'),(2346647552,'tw'),(2347106304,'au'),(2353987584,'au'),(2354118656,'jp'),(2354249728,'au'),(2354839552,'tw'),(2355101696,'tw'),(2355953664,'tw'),(2359230464,'au'),(2359820288,'au'),(2361917440,'nz'),(2365390848,'au'),(2372337664,'id'),(2373451776,'au'),(2374238208,'au'),(2376597504,'au'),(2377252864,'jp'),(2380201984,'kr'),(2380595200,'jp'),(2381512704,'au'),(2404974592,'hk'),(2405040128,'jp'),(2405171200,'au'),(2405302272,'jp'),(2405433344,'nz'),(2406940672,'au'),(2407333888,'jp'),(2408054784,'jp'),(2410348544,'jp'),(2410545152,'au'),(2411462656,'au'),(2412314624,'jp'),(2413297664,'au'),(2413428736,'au'),(2413625344,'jp'),(2414739456,'au'),(2415394816,'kr'),(2415722496,'jp'),(2415984640,'jp'),(2416312320,'au'),(2416967680,'in'),(2419392512,'au'),(2419523584,'au'),(2420244480,'nz'),(2421096448,'au'),(2422276096,'au'),(2423128064,'au'),(2423783424,'fj'),(2424438784,'au'),(2428960768,'my'),(2429353984,'au'),(2429878272,'jp'),(2429943808,'hk'),(2430205952,'au'),(2450194432,'au'),(2452815872,'jp'),(2453143552,'jp'),(2453536768,'au'),(2457075712,'au'),(2457141248,'jp'),(2457206784,'au'),(2458910720,'au'),(2460680192,'nz'),(2461138944,'au'),(2462253056,'au'),(2463956992,'au'),(2466643968,'kr'),(2466775040,'hk'),(2466906112,'au'),(2468937728,'au'),(2469068800,'kr'),(2469265408,'kr'),(2470576128,'au'),(2470772736,'au'),(2471231488,'au'),(2473394176,'au'),(2474901504,'au'),(2476539904,'jp'),(2476605440,'nz'),(2477785088,'jp'),(2479357952,'au'),(2479947776,'au'),(2480078848,'au'),(2492530688,'au'),(2493579264,'jp'),(2494955520,'au'),(2495807488,'au'),(2508652544,'au'),(2509242368,'au'),(2510749696,'au'),(2511011840,'au'),(2511339520,'au'),(2516647936,'jp'),(2523201536,'au'),(2526412800,'kr'),(2526478336,'au'),(2527920128,'au'),(2528575488,'kr'),(2529099776,'au'),(2529492992,'kr'),(2529886208,'au'),(2530082816,'nz'),(2530148352,'au'),(2531590144,'au'),(2541879296,'au'),(2543714304,'jp'),(2544631808,'jp'),(2545025024,'au'),(2555117568,'au'),(2555576320,'au'),(2556100608,'au'),(2556559360,'au'),(2556624896,'kr'),(2556755968,'hk'),(2556821504,'sg'),(2556887040,'hk'),(2557870080,'id'),(2559770624,'au'),(2559901696,'kr'),(2560163840,'nz'),(2564947968,'sg'),(2568224768,'sg'),(2573926400,'au'),(2574188544,'nz'),(2584346624,'kr'),(2585853952,'jp'),(2602565632,'nz'),(2604335104,'nz'),(2604400640,'au'),(2604990464,'sg'),(2605121536,'au'),(2609840128,'au'),(2610954240,'jp'),(2612723712,'au'),(2613903360,'au'),(2615541760,'kr'),(2618097664,'nz'),(2618294272,'au'),(2618687488,'au'),(2619277312,'bn'),(2620522496,'au'),(2621112320,'nz'),(2621308928,'nz'),(2621767680,'nz'),(2626879488,'kr'),(2627010560,'nz'),(2634088448,'jp'),(2638151680,'jp'),(2639593472,'au'),(2640642048,'jp'),(2642411520,'au'),(2644180992,'au'),(2645753856,'th'),(2646605824,'jp'),(2646933504,'kr'),(2647457792,'jp'),(2647851008,'au'),(2648899584,'au'),(2653421568,'au'),(2653683712,'kr'),(2653749248,'au'),(2654339072,'au'),(2656632832,'au'),(2657878016,'th'),(2659450880,'hk'),(2660237312,'in'),(2661351424,'bn'),(2662727680,'hk'),(2663776256,'jp'),(2665021440,'jp'),(2668429312,'au'),(2670985216,'au'),(2672361472,'au'),(2672820224,'jp'),(2674851840,'au'),(2675245056,'nz'),(2680422400,'au'),(2681143296,'au'),(2681405440,'jp'),(2682388480,'cn'),(2682519552,'jp'),(2683830272,'au'),(2684616704,'nz'),(2685075456,'jp'),(2688548864,'au'),(2689204224,'jp'),(2690646016,'sg'),(2696478720,'jp'),(2697854976,'au'),(2698444800,'jp'),(2698903552,'au'),(2699624448,'jp'),(2703032320,'nz'),(2703949824,'au'),(2704408576,'au'),(2705326080,'mo'),(2705391616,'nz'),(2706046976,'jp'),(2707226624,'jp'),(2708799488,'au'),(2708865024,'jp'),(2709127168,'kr'),(2709389312,'sg'),(2710241280,'my'),(2710437888,'my'),(2710503424,'au'),(2710700032,'au'),(2711093248,'au'),(2714238976,'th'),(2714697728,'cn'),(2716139520,'sg'),(2717253632,'th'),(2717384704,'jp'),(2718171136,'jp'),(2724790272,'cn'),(2725249024,'nz'),(2727411712,'au'),(2735144960,'nz'),(2735210496,'au'),(2735538176,'tw'),(2737438720,'jp'),(2738618368,'us'),(2738683904,'jp'),(2742681600,'au'),(2743009280,'au'),(2743205888,'jp'),(2744647680,'kr'),(2746482688,'kr'),(2747072512,'au'),(2748317696,'jp'),(2749890560,'au'),(2750349312,'kr'),(2754281472,'jp'),(2754478080,'jp'),(2754936832,'au'),(2755985408,'jp'),(2756378624,'au'),(2756575232,'sg'),(2756706304,'au'),(2757820416,'au'),(2758017024,'in'),(2758541312,'au'),(2758803456,'au'),(2759000064,'th'),(2759589888,'kr'),(2761949184,'jp'),(2762211328,'in'),(2769027072,'au'),(2769158144,'jp'),(2769616896,'sg'),(2770272256,'au'),(2772631552,'au'),(2772762624,'au'),(2773221376,'jp'),(2773745664,'nz'),(2773876736,'au'),(2774335488,'jp'),(2774532096,'jp'),(2774728704,'jp'),(2775318528,'jp'),(2775973888,'au'),(2776891392,'kr'),(2777481216,'kr'),(2777546752,'au'),(2780430336,'kr'),(2780495872,'au'),(2780758016,'au'),(2780954624,'kr'),(2781478912,'hk'),(2781675520,'nz'),(2781937664,'th'),(2782199808,'kr'),(2782658560,'ph'),(2783182848,'au'),(2783248384,'kr'),(2783969280,'au'),(2784034816,'jp'),(2784165888,'kr'),(2784362496,'kr'),(2789212160,'au'),(2789277696,'nz'),(2790195200,'kr'),(2790326272,'hk'),(2790457344,'nz'),(2791571456,'jp'),(2791768064,'kr'),(2791964672,'nz'),(2792292352,'cn'),(2792751104,'jp'),(2792882176,'au'),(2792947712,'sg'),(2793209856,'kr'),(2803761152,'au'),(2808545280,'au'),(2809856000,'au'),(2810314752,'au'),(2810904576,'cn'),(2812411904,'au'),(2812870656,'jp'),(2813263872,'jp'),(2813526016,'nz'),(2814181376,'au'),(2815229952,'id'),(2823159808,'hk'),(2823684096,'kr'),(2823749632,'jp'),(2824798208,'tw'),(2825519104,'hk'),(2826108928,'kr'),(2826436608,'th'),(2826829824,'kr'),(2827091968,'au'),(2827157504,'kr'),(2827223040,'au'),(2827354112,'au'),(2827747328,'au'),(2828533760,'au'),(2828664832,'kr'),(2829058048,'cn'),(2830761984,'au'),(2830893056,'kr'),(2831548416,'au'),(2832793600,'au'),(2832924672,'kr'),(2834825216,'kr'),(2835087360,'au'),(2844524544,'kr'),(2848522240,'au'),(2848980992,'au'),(2854617088,'my'),(2858352640,'sg'),(2862415872,'au'),(2863857664,'sg'),(2936012800,'cn'),(2937847808,'kh'),(2937848832,'jp'),(2937849856,'sg'),(2937850880,'my'),(2937851904,'jp'),(2937856000,'kr'),(2937860096,'jp'),(2937864192,'sg'),(2937880576,'jp'),(2937913344,'bd'),(2937978880,'cn'),(2938109952,'au'),(2938634240,'in'),(2938699776,'kr'),(2938703872,'hk'),(2938707968,'jp'),(2938710016,'au'),(2938712064,'tw'),(2938716160,'jp'),(2938732544,'sg'),(2938765312,'cn'),(2938961920,'hk'),(2938978304,'au'),(2938996736,'jp'),(2938998784,'au'),(2939002880,'kr'),(2939004928,'jp'),(2939006976,'kp'),(2939008000,'in'),(2939009024,'id'),(2939011072,'kr'),(2939027456,'cn'),(2942304256,'tw'),(2942566400,'kh'),(2942599168,'in'),(2942608384,'hk'),(2942609408,'in'),(2942615552,'hk'),(2942619648,'jp'),(2942631936,'in'),(2942697472,'cn'),(2942763008,'jp'),(2942767104,'au'),(2942771200,'id'),(2942795776,'jp'),(2942959616,'vn'),(2942960640,'au'),(2942961664,'id'),(2942965760,'au'),(2942967808,'af'),(2942976000,'kr'),(2942992384,'cn'),(2943025152,'pk'),(2943041536,'kr'),(2943057920,'au'),(2943090688,'jp'),(2943221760,'pk'),(2943291392,'kr'),(2943295488,'tw'),(2943303680,'jp'),(2943309824,'id'),(2943310848,'jp'),(2943311872,'hk'),(2943312896,'nz'),(2943313920,'sg'),(2943314944,'bd'),(2943315968,'id'),(2943318016,'jp'),(2943320064,'pk'),(2943336448,'tw'),(2943352832,'kr'),(2944401408,'jp'),(2944925696,'my'),(2945581056,'cn'),(2946236416,'sg'),(2946301952,'lk'),(2946367488,'kr'),(2946375680,'id'),(2946383872,'in'),(2946392064,'bd'),(2946393088,'jp'),(2946394112,'au'),(2946396160,'jp'),(2946400256,'nc'),(2946416640,'ph'),(2946433024,'hk'),(2946498560,'cn'),(2947547136,'ph'),(2947579904,'kr'),(2947584000,'to'),(2947586048,'jp'),(2947588096,'id'),(2947590144,'sg'),(2947592192,'hk'),(2947596288,'in'),(2947597312,'jp'),(2947598336,'au'),(2947602432,'nz'),(2947603456,'th'),(2947604480,'hk'),(2947612672,'jp'),(2947678208,'cn'),(2947743744,'jp'),(2947809280,'tw'),(2948071424,'jp'),(2948104192,'cn'),(2948120576,'au'),(2948128768,'id'),(2948132864,'tw'),(2948134912,'id'),(2948135936,'in'),(2948136960,'cn'),(2948595712,'kr'),(3019898880,'jp'),(3024093184,'kr'),(3024617472,'my'),(3024879616,'cn'),(3025141760,'kr'),(3025403904,'cn'),(3025600512,'ap'),(3025649664,'in'),(3025666048,'cn'),(3025928192,'tw'),(3025932288,'jp'),(3025944576,'kr'),(3025960960,'pk'),(3025969152,'in'),(3025973248,'au'),(3025975296,'sg'),(3025977344,'au'),(3025979392,'in'),(3025981440,'au'),(3025985536,'bd'),(3025989632,'kr'),(3025993728,'vn'),(3026059264,'ph'),(3026067456,'bd'),(3026068480,'ph'),(3026069504,'jp'),(3026071552,'ap'),(3026073600,'cn'),(3026075648,'af'),(3026083840,'cn'),(3026087936,'au'),(3026089984,'mn'),(3026092032,'mo'),(3026108416,'jp'),(3026114560,'sg'),(3026115584,'au'),(3026116608,'hk'),(3026118656,'au'),(3026120704,'jp'),(3026124800,'au'),(3026157568,'cn'),(3028287488,'th'),(3028353024,'sg'),(3028385792,'cn'),(3028484096,'kr'),(3028500480,'jp'),(3028516864,'au'),(3028520960,'id'),(3028521984,'la'),(3028523008,'jp'),(3028525056,'hk'),(3028533248,'jp'),(3028549632,'kr'),(3028811776,'cn'),(3029336064,'jp'),(3029598208,'vn'),(3029600256,'au'),(3029606400,'in'),(3029614592,'au'),(3029630976,'vn'),(3029635072,'jp'),(3029637120,'bd'),(3029639168,'jp'),(3029643264,'au'),(3029645312,'jp'),(3029651456,'bd'),(3029654528,'in'),(3029655552,'cn'),(3029663744,'bd'),(3029671936,'in'),(3029680128,'mn'),(3029696512,'cn'),(3029704704,'jp'),(3029712896,'au'),(3029714944,'jp'),(3029716992,'pk'),(3029721088,'ap'),(3029725184,'in'),(3029727232,'au'),(3029728256,'hk'),(3029729280,'au'),(3029762048,'hk'),(3029770240,'cn'),(3029778432,'kr'),(3029788672,'id'),(3029790720,'in'),(3029791744,'id'),(3029792768,'in'),(3029793792,'pg'),(3029794816,'in'),(3029860352,'cn'),(3031433216,'tw'),(3031564288,'in'),(3031572480,'hk'),(3031580672,'au'),(3031582720,'sg'),(3031584768,'jp'),(3031587840,'id'),(3031592960,'hk'),(3031595008,'au'),(3031597056,'pk'),(3031613440,'cn'),(3031629824,'in'),(3031695360,'th'),(3031760896,'au'),(3031826432,'kr'),(3031891968,'th'),(3031957504,'cn'),(3032252416,'hk'),(3032271872,'au'),(3032272896,'jp'),(3032276992,'in'),(3032285184,'jp'),(3032301568,'kr'),(3032317952,'jp'),(3032320000,'au'),(3032323072,'cn'),(3032324096,'au'),(3032326144,'tl'),(3032330240,'kr'),(3032334336,'nz'),(3032350720,'ph'),(3032743936,'jp'),(3033038848,'au'),(3033063424,'jp'),(3033065472,'my'),(3033066496,'bd'),(3033067520,'in'),(3033068544,'au'),(3033069568,'jp'),(3033070592,'cn'),(3033268224,'tw'),(3033530368,'cn'),(3033661440,'kr'),(3033694208,'bd'),(3033710592,'kr'),(3033712640,'sg'),(3033714688,'nz'),(3033716736,'th'),(3033717760,'bd'),(3033718784,'cn'),(3033726976,'kr'),(3033743360,'in'),(3033745408,'jp'),(3033747456,'in'),(3033748480,'jp'),(3033749504,'id'),(3033751552,'in'),(3033759744,'bd'),(3033792512,'cn'),(3033923584,'jp'),(3033939968,'au'),(3033956352,'in'),(3033964544,'hk'),(3033966592,'au'),(3033968640,'tw'),(3033972736,'th'),(3033980928,'jp'),(3033982976,'id'),(3033984000,'vn'),(3033985024,'id'),(3033989120,'in'),(3034054656,'au'),(3034120192,'tw'),(3034251264,'hk'),(3034316800,'jp'),(3034447872,'au'),(3034464256,'nz'),(3034466304,'jp'),(3034472448,'in'),(3034480640,'sg'),(3034482688,'af'),(3034484736,'th'),(3034488832,'au'),(3034499072,'hk'),(3034500096,'tw'),(3034501120,'vu'),(3034503168,'id'),(3034504192,'kr'),(3034505216,'cn'),(3034578944,'kr'),(3035103232,'ph'),(3035168768,'cn'),(3035193344,'jp'),(3035197440,'ap'),(3035199488,'in'),(3035201536,'au'),(3035202560,'jp'),(3035205632,'my'),(3035207680,'id'),(3035209728,'hk'),(3035217920,'kr'),(3035234304,'bd'),(3035299840,'jp'),(3035316224,'cn'),(3035324416,'jp'),(3035326464,'au'),(3035328512,'bd'),(3035332608,'au'),(3035335680,'jp'),(3035337728,'id'),(3035338752,'sg'),(3035340800,'mn'),(3035348992,'au'),(3035365376,'kr'),(3035627520,'id'),(3054501888,'hk'),(3054534656,'ph'),(3054537728,'sg'),(3054538752,'bd'),(3054540800,'nz'),(3054541824,'bd'),(3054542848,'id'),(3054551040,'cn'),(3054559232,'jp'),(3054561280,'sg'),(3054562304,'jp'),(3054563328,'id'),(3054567424,'th'),(3054632960,'cn'),(3054665728,'in'),(3054682112,'ph'),(3054698496,'in'),(3054764032,'jp'),(3054960640,'id'),(3054993408,'in'),(3054997504,'sg'),(3055001600,'id'),(3055005696,'nz'),(3055009792,'au'),(3055013888,'jp'),(3055014912,'au'),(3055015936,'jp'),(3055026176,'id'),(3055550464,'cn'),(3056599040,'jp'),(3056615424,'bd'),(3056623616,'cn'),(3056631808,'nz'),(3056648192,'in'),(3056664576,'cn'),(3056734208,'kr'),(3056746496,'np'),(3056747520,'bd'),(3056748544,'ws'),(3056750592,'th'),(3056754688,'jp'),(3056758784,'cn'),(3056762880,'sg'),(3056771072,'nz'),(3056773120,'ws'),(3056775168,'ap'),(3056779264,'jp'),(3056791552,'id'),(3056795648,'cn'),(3056861184,'th'),(3056992256,'cn'),(3057025024,'ph'),(3057033216,'nz'),(3057041408,'my'),(3057049600,'au'),(3057053696,'jp'),(3057054720,'hk'),(3057055744,'jp'),(3057057792,'sg'),(3057123328,'in'),(3057451008,'cn'),(3057516544,'my'),(3057647616,'in'),(3058696192,'cn'),(3059548160,'mo'),(3059564544,'np'),(3059572736,'jp'),(3059580928,'th'),(3059613696,'in'),(3059744768,'cn'),(3063414784,'hk'),(3063545856,'nz'),(3063676928,'in'),(3063742464,'cn'),(3063808000,'jp'),(3063939072,'mn'),(3063955456,'cn'),(3063963648,'bd'),(3063971840,'au'),(3064004608,'lk'),(3064012800,'my'),(3064020992,'jp'),(3064023040,'sg'),(3064024064,'jp'),(3064025088,'vn'),(3064029184,'kr'),(3064135680,'jp'),(3064160256,'bd'),(3064168448,'kr'),(3064201216,'jp'),(3064725504,'kr'),(3064791040,'tw'),(3064807424,'in'),(3064808448,'tw'),(3064809472,'my'),(3064810496,'hk'),(3064811520,'kr'),(3064823808,'jp'),(3064832000,'kr'),(3064840192,'gu'),(3064856576,'cn'),(3064987648,'pk'),(3066036224,'kr'),(3066560512,'cn'),(3067084800,'kr'),(3068657664,'th'),(3068723200,'tw'),(3068919808,'jp'),(3068948480,'vn'),(3068949504,'au'),(3068950528,'nz'),(3068952576,'cn'),(3068985344,'hk'),(3068986368,'au'),(3068987392,'in'),(3068990464,'vn'),(3068991488,'in'),(3068992512,'ph'),(3068993536,'kr'),(3069018112,'in'),(3069034496,'kr'),(3069050880,'cn'),(3069124608,'ph'),(3069126656,'my'),(3069127680,'tw'),(3069128704,'hk'),(3069149184,'au'),(3069181952,'cn'),(3069706240,'jp'),(3069968384,'kr'),(3069984768,'bd'),(3070001152,'kr'),(3070033920,'id'),(3070099456,'cn'),(3070164992,'id'),(3070167040,'th'),(3070169088,'id'),(3070170112,'my'),(3070171136,'hk'),(3070172160,'au'),(3070173184,'ph'),(3070181376,'jp'),(3070185472,'au'),(3070197760,'kr'),(3070230528,'cn'),(3074949120,'jp'),(3075342336,'my'),(3075375104,'kr'),(3075383296,'in'),(3075385344,'my'),(3075386368,'au'),(3075387392,'jp'),(3075388416,'my'),(3075389440,'in'),(3075390464,'jp'),(3075391488,'kr'),(3075407872,'jp'),(3075473408,'vn'),(3075571712,'fj'),(3075575808,'au'),(3075579904,'my'),(3075581952,'mn'),(3075582976,'th'),(3075584000,'jp'),(3075585024,'cn'),(3075586048,'kh'),(3075588096,'sg'),(3075604480,'in'),(3075735552,'cn'),(3075866624,'jp'),(3075915776,'kr'),(3075932160,'in'),(3075997696,'th'),(3076128768,'sg'),(3076161536,'kr'),(3076169728,'vn'),(3076171776,'th'),(3076173824,'jp'),(3076175872,'hk'),(3076177920,'jp'),(3076194304,'vn'),(3076202496,'hk'),(3076210688,'id'),(3076227072,'cn'),(3076228096,'np'),(3076229120,'th'),(3076231168,'cn'),(3076235264,'vn'),(3076243456,'kr'),(3076259840,'cn'),(3076521984,'kr'),(3078619136,'cn'),(3081437184,'my'),(3081502720,'cn'),(3081764864,'jp'),(3081846784,'ap'),(3081854976,'mn'),(3081859072,'ph'),(3081861120,'au'),(3081862144,'in'),(3081863168,'jp'),(3081895936,'hk'),(3082027008,'jp'),(3082158080,'cn'),(3082166272,'jp'),(3082174464,'ph'),(3082178560,'ap'),(3082179584,'in'),(3082181632,'id'),(3082182656,'la'),(3082190848,'jp'),(3082289152,'cn'),(3221576192,'kr'),(3221608448,'jp'),(3221614592,'au'),(3222031360,'au'),(3222319616,'jp'),(3222320128,'au'),(3222952704,'jp'),(3222953216,'jp'),(3222953984,'jp'),(3222984448,'au'),(3222988800,'au'),(3223286784,'jp'),(3223307520,'jp'),(3223422720,'jp'),(3223534336,'au'),(3223582720,'au'),(3223949824,'au'),(3223955968,'th'),(3223958016,'jp'),(3223964416,'au'),(3223965184,'id'),(3223991296,'au'),(3223993344,'au'),(3223999488,'jp'),(3224004352,'jp'),(3224016640,'au'),(3224038656,'jp'),(3224088064,'jp'),(3224090880,'au'),(3224091904,'jp'),(3224094208,'au'),(3224094976,'jp'),(3224096512,'au'),(3224101376,'au'),(3224104704,'au'),(3224305664,'jp'),(3224399104,'au'),(3224434688,'au'),(3224502272,'jp'),(3224571904,'jp'),(3224651776,'au'),(3224663808,'jp'),(3224677120,'au'),(3224680704,'au'),(3224683520,'au'),(3224791296,'au'),(3224797696,'nz'),(3224798976,'au'),(3224827648,'jp'),(3224828672,'au'),(3224855040,'au'),(3224858112,'jp'),(3224858624,'au'),(3224860160,'jp'),(3224878592,'au'),(3224880640,'au'),(3224883456,'au'),(3224886016,'au'),(3224886272,'jp'),(3224889344,'au'),(3224890880,'jp'),(3225028864,'jp'),(3225051392,'jp'),(3225060608,'au'),(3225506304,'au'),(3225518592,'au'),(3225531904,'au'),(3225540864,'au'),(3225548800,'nz'),(3225549312,'au'),(3225616640,'au'),(3225619456,'au'),(3225637888,'au'),(3225659392,'nz'),(3225660160,'au'),(3225671936,'au'),(3225679872,'au'),(3225710080,'jp'),(3225715712,'au'),(3225717504,'au'),(3225725696,'au'),(3225727744,'au'),(3225742080,'jp'),(3225847552,'au'),(3225857536,'au'),(3225858816,'jp'),(3225868288,'au'),(3225869056,'au'),(3225944832,'tw'),(3225977856,'ch'),(3225978112,'tw'),(3226012672,'au'),(3226014976,'nz'),(3226015232,'au'),(3226015744,'id'),(3226026496,'au'),(3226110720,'au'),(3226237440,'au'),(3226270720,'jp'),(3226273792,'au'),(3226276096,'au'),(3226633216,'jp'),(3226635264,'au'),(3226636032,'au'),(3226640640,'au'),(3226656256,'au'),(3226658304,'au'),(3226691584,'jp'),(3226695168,'au'),(3226696192,'cn'),(3226696448,'au'),(3226705152,'jp'),(3226707456,'tw'),(3226708224,'cn'),(3226708480,'tw'),(3226715648,'au'),(3226720512,'jp'),(3226722304,'au'),(3226724096,'au'),(3226725632,'au'),(3226748672,'jp'),(3226753280,'au'),(3226786560,'au'),(3226789376,'au'),(3226791168,'au'),(3226792192,'au'),(3226795264,'nz'),(3226864640,'nz'),(3226894592,'au'),(3226895360,'sg'),(3226903808,'au'),(3226994176,'au'),(3227013120,'jp'),(3227014400,'nz'),(3227018496,'jp'),(3227023104,'nz'),(3227040512,'au'),(3227041280,'nz'),(3227235072,'au'),(3227236608,'au'),(3227243776,'au'),(3227254272,'hk'),(3227258624,'nz'),(3227396352,'au'),(3227401728,'au'),(3227417088,'bn'),(3227429120,'nz'),(3227430400,'hk'),(3227437056,'au'),(3227439104,'au'),(3227442176,'jp'),(3227443968,'au'),(3227446784,'jp'),(3227448064,'au'),(3227779584,'kr'),(3227784704,'au'),(3227792640,'nz'),(3227798784,'th'),(3227799552,'au'),(3227848704,'nz'),(3227867904,'th'),(3227878912,'au'),(3227891456,'au'),(3227909632,'au'),(3227931392,'th'),(3227933696,'nz'),(3227971328,'au'),(3227974144,'au'),(3227986432,'jp'),(3227986688,'us'),(3227987456,'au'),(3228008960,'au'),(3228045056,'kr'),(3228051456,'jp'),(3228052224,'au'),(3228061696,'jp'),(3228085248,'jp'),(3228100608,'jp'),(3228104192,'jp'),(3228105728,'nz'),(3228109312,'nz'),(3228240128,'au'),(3228240384,'nz'),(3228263680,'au'),(3228266496,'nz'),(3228281600,'nz'),(3228328704,'au'),(3228332288,'au'),(3228362240,'th'),(3228508160,'au'),(3228526080,'nz'),(3228526848,'au'),(3228620544,'au'),(3229254400,'sg'),(3229264640,'nz'),(3229265920,'au'),(3229266944,'nz'),(3229274624,'au'),(3229354496,'au'),(3229358080,'nz'),(3229381888,'au'),(3229390848,'au'),(3229391360,'cn'),(3229814016,'au'),(3229817600,'au'),(3229833728,'au'),(3229874944,'au'),(3229880064,'kr'),(3229884160,'jp'),(3229886720,'au'),(3229900032,'au'),(3229902336,'au'),(3229939456,'kr'),(3229940992,'au'),(3229944320,'th'),(3229945344,'au'),(3229947136,'au'),(3229949696,'nz'),(3229952256,'au'),(3229958656,'nz'),(3229958912,'sg'),(3230095616,'jp'),(3230125824,'au'),(3230126592,'au'),(3230129664,'jp'),(3230148352,'au'),(3230153472,'pf'),(3230174464,'in'),(3230295040,'au'),(3230299648,'sg'),(3230317568,'sg'),(3230333696,'nz'),(3230827776,'nz'),(3230832128,'nz'),(3230840832,'jp'),(3230842112,'au'),(3230844928,'au'),(3230849536,'nz'),(3230853120,'au'),(3230857984,'au'),(3230888448,'au'),(3230897920,'nz'),(3230919424,'au'),(3230922240,'au'),(3230924032,'au'),(3230954496,'au'),(3230981376,'nz'),(3230981888,'au'),(3230995456,'au'),(3230999552,'au'),(3231004160,'au'),(3231028480,'au'),(3231043840,'jp'),(3231051520,'hk'),(3231080448,'au'),(3231083264,'au'),(3231088896,'au'),(3231092736,'nz'),(3231107072,'au'),(3231107584,'au'),(3231111680,'nz'),(3231115776,'au'),(3231118848,'au'),(3231119616,'th'),(3231154432,'in'),(3231204608,'jp'),(3231208960,'au'),(3231217408,'au'),(3231223808,'au'),(3231224320,'au'),(3231237376,'au'),(3231241216,'jp'),(3231254784,'au'),(3231276288,'au'),(3231276800,'jp'),(3231292928,'au'),(3231302656,'au'),(3231309056,'ph'),(3231316736,'nz'),(3231322112,'sg'),(3231484928,'jp'),(3231491328,'nz'),(3231502080,'au'),(3231505408,'jp'),(3231506688,'nz'),(3231512832,'au'),(3231556096,'hk'),(3231563520,'hk'),(3231649792,'sg'),(3231715328,'au'),(3231716096,'au'),(3231718656,'pg'),(3231729408,'au'),(3231750912,'au'),(3231752448,'jp'),(3231754496,'au'),(3231763712,'au'),(3231769088,'nz'),(3231769856,'au'),(3231809536,'nz'),(3232309248,'sg'),(3232555776,'jp'),(3232567296,'nz'),(3232661504,'jp'),(3233557248,'nz'),(3233564416,'nz'),(3233564928,'jp'),(3233572096,'au'),(3233573632,'au'),(3233575680,'au'),(3233579008,'au'),(3233584896,'au'),(3233589760,'cn'),(3233590016,'tw'),(3233590272,'th'),(3233590784,'ph'),(3233591040,'id'),(3233593600,'nz'),(3233593856,'au'),(3233607936,'nz'),(3233617920,'jp'),(3233620480,'nz'),(3233625600,'au'),(3233635840,'au'),(3233646592,'au'),(3233649664,'au'),(3233652480,'au'),(3233665024,'au'),(3233668864,'ph'),(3233670400,'au'),(3233692928,'au'),(3233694208,'au'),(3233704960,'nz'),(3233723392,'au'),(3233729536,'sg'),(3233730560,'au'),(3233808384,'tw'),(3234005504,'au'),(3234007552,'au'),(3234008064,'nz'),(3234013696,'au'),(3234014976,'kr'),(3234016256,'au'),(3234031104,'au'),(3234033664,'au'),(3234043904,'au'),(3234048512,'au'),(3234052608,'nz'),(3234055424,'au'),(3234061056,'nz'),(3234064640,'au'),(3234275328,'au'),(3234349056,'nz'),(3234539008,'au'),(3234550016,'nz'),(3234554624,'nz'),(3234564608,'kr'),(3234568704,'nz'),(3234569216,'au'),(3234574336,'au'),(3234576128,'hk'),(3234578688,'au'),(3234582528,'nz'),(3234583808,'au'),(3234584576,'nz'),(3234588672,'mo'),(3234589440,'au'),(3234592512,'th'),(3234752000,'hk'),(3234753536,'au'),(3234755840,'au'),(3234764800,'nz'),(3234799872,'au'),(3234807808,'th'),(3234814720,'hk'),(3234816000,'au'),(3234820352,'au'),(3234821888,'au'),(3234828032,'nz'),(3234830080,'au'),(3234832640,'au'),(3234833664,'au'),(3234839296,'au'),(3234841856,'au'),(3234853376,'th'),(3234854912,'au'),(3234856448,'th'),(3235512320,'jp'),(3236102400,'ph'),(3236200448,'my'),(3236302848,'nz'),(3236368128,'nz'),(3236372992,'au'),(3236379392,'au'),(3236384000,'au'),(3236396800,'au'),(3236398848,'au'),(3236401152,'au'),(3236406784,'au'),(3236407552,'sg'),(3236411136,'nz'),(3236413696,'au'),(3236416256,'au'),(3236418304,'au'),(3236419584,'au'),(3236420096,'au'),(3236427776,'nz'),(3236438016,'au'),(3236462592,'au'),(3236575744,'jp'),(3236620032,'au'),(3236623616,'au'),(3236958208,'au'),(3237216256,'jp'),(3237284608,'au'),(3237285120,'au'),(3237290496,'au'),(3237291008,'nz'),(3237296640,'sg'),(3237300480,'nz'),(3237305856,'nz'),(3237308672,'au'),(3237321472,'hk'),(3237329152,'nz'),(3237330944,'au'),(3237331968,'hk'),(3237335040,'hk'),(3237335552,'au'),(3237337856,'au'),(3237338112,'nz'),(3237345536,'kr'),(3237478400,'lk'),(3237548032,'kr'),(3237712896,'au'),(3237724928,'au'),(3237726464,'au'),(3237727232,'au'),(3237733120,'th'),(3237733632,'au'),(3237733888,'nz'),(3288400128,'in'),(3288417280,'in'),(3288426496,'in'),(3288427520,'in'),(3288428800,'in'),(3288434176,'in'),(3288547584,'in'),(3288549376,'pk'),(3289128960,'in'),(3289321472,'in'),(3322875904,'au'),(3323003136,'jp'),(3323004672,'cn'),(3323020800,'sg'),(3323030016,'au'),(3323031808,'au'),(3323033088,'jp'),(3323061248,'sg'),(3323064320,'au'),(3323339264,'au'),(3323339520,'th'),(3323340032,'nz'),(3323342592,'au'),(3323346176,'au'),(3323659264,'nz'),(3324579840,'nz'),(3325034496,'nz'),(3325100544,'hk'),(3325100800,'nz'),(3325108224,'au'),(3325122304,'au'),(3325128704,'th'),(3325131776,'au'),(3325232128,'au'),(3325256448,'hk'),(3325256960,'id'),(3325278720,'au'),(3325281024,'nz'),(3325281280,'au'),(3325284864,'au'),(3325562880,'ph'),(3325886720,'nz'),(3325888512,'au'),(3326729216,'jp'),(3328421120,'hk'),(3331194880,'au'),(3334995968,'ph'),(3388997632,'au'),(3389001728,'ph'),(3389005824,'nz'),(3389014016,'au'),(3389014272,'jp'),(3389014784,'au'),(3389015808,'sg'),(3389016064,'jp'),(3389016576,'au'),(3389017088,'jp'),(3389017344,'hk'),(3389018112,'pg'),(3389018368,'id'),(3389018624,'au'),(3389019136,'nz'),(3389019392,'au'),(3389020160,'sg'),(3389020672,'au'),(3389020928,'ph'),(3389021184,'au'),(3389021440,'jp'),(3389021696,'my'),(3389021952,'au'),(3389022464,'nz'),(3389022720,'au'),(3389023232,'hk'),(3389023488,'au'),(3389024000,'id'),(3389024256,'hk'),(3389024512,'au'),(3389025792,'cn'),(3389026048,'th'),(3389026304,'hk'),(3389026560,'au'),(3389027328,'id'),(3389027584,'th'),(3389028608,'nz'),(3389028864,'hk'),(3389029376,'nz'),(3389029888,'sg'),(3389030400,'hk'),(3389035520,'au'),(3389035776,'sg'),(3389036288,'nz'),(3389036544,'sg'),(3389036800,'nz'),(3389037056,'au'),(3389037568,'ap'),(3389038592,'hk'),(3389042688,'cn'),(3389043712,'hk'),(3389044736,'au'),(3389045760,'fr'),(3389046784,'ap'),(3389063168,'au'),(3389064448,'sg'),(3389064704,'hk'),(3389065216,'nz'),(3389067264,'au'),(3389071360,'pg'),(3389079552,'sg'),(3389092352,'ph'),(3389092864,'au'),(3389093888,'in'),(3389095936,'sg'),(3389104128,'sb'),(3389112320,'mv'),(3389116416,'jp'),(3389120512,'au'),(3389122560,'hk'),(3389122816,'au'),(3389123584,'id'),(3389123840,'au'),(3389124352,'sg'),(3389124608,'pg'),(3389128704,'au'),(3389129728,'nz'),(3389132800,'au'),(3389136896,'hk'),(3389142016,'tw'),(3389143040,'au'),(3389145088,'hk'),(3389151232,'jp'),(3389153280,'tv'),(3389161472,'ap'),(3389194240,'au'),(3389195776,'hk'),(3389196288,'au'),(3389197568,'in'),(3389198336,'nz'),(3389202432,'au'),(3389210624,'in'),(3389210880,'au'),(3389211136,'in'),(3389211392,'au'),(3389211648,'th'),(3389212672,'au'),(3389213440,'in'),(3389214464,'au'),(3389222912,'in'),(3389227008,'pf'),(3389227520,'pk'),(3389228032,'au'),(3389228800,'sg'),(3389229056,'jp'),(3389229312,'au'),(3389229568,'sg'),(3389230080,'jp'),(3389235200,'tw'),(3389243392,'au'),(3389247488,'id'),(3389251584,'pf'),(3389259776,'ph'),(3389263872,'nz'),(3389266176,'in'),(3389266432,'hk'),(3389266944,'au'),(3389267968,'ws'),(3389276160,'au'),(3389284352,'bd'),(3389292544,'cn'),(3389300736,'id'),(3389301248,'au'),(3389301760,'in'),(3389302016,'au'),(3389302528,'pk'),(3389302784,'vn'),(3389303040,'tw'),(3389303296,'id'),(3389303808,'in'),(3389304064,'bd'),(3389304320,'ph'),(3389304576,'au'),(3389304832,'vn'),(3389305088,'in'),(3389305600,'id'),(3389305856,'in'),(3389306112,'au'),(3389306368,'in'),(3389306624,'au'),(3389306880,'fj'),(3389307136,'id'),(3389307648,'hk'),(3389307904,'au'),(3389308160,'kh'),(3389308416,'au'),(3389308672,'ph'),(3389308928,'hk'),(3389317120,'au'),(3389322240,'jp'),(3389324032,'vu'),(3389324288,'cn'),(3389325312,'au'),(3389326336,'tw'),(3389326848,'au'),(3389327360,'tw'),(3389333504,'bd'),(3389341696,'jp'),(3389345792,'th'),(3389349888,'au'),(3389358080,'pk'),(3389366272,'au'),(3389374464,'mn'),(3389382656,'tw'),(3389390848,'hk'),(3389391360,'vn'),(3389391616,'au'),(3389392128,'nz'),(3389392896,'au'),(3389411328,'in'),(3389411584,'au'),(3389412352,'nz'),(3389412864,'au'),(3389413120,'nz'),(3389413376,'ap'),(3389413888,'th'),(3389414144,'au'),(3389414656,'nz'),(3389414912,'hk'),(3389415168,'kr'),(3389415424,'vn'),(3389415936,'jp'),(3389416192,'in'),(3389416448,'th'),(3389416960,'sg'),(3389417216,'jp'),(3389417472,'tw'),(3389417984,'au'),(3389418240,'th'),(3389418496,'au'),(3389418752,'nz'),(3389419264,'th'),(3389419520,'au'),(3389420544,'nz'),(3389421056,'au'),(3389421312,'jp'),(3389421568,'ki'),(3389422592,'au'),(3389431808,'sg'),(3389440000,'hk'),(3389444096,'id'),(3389452288,'sg'),(3389453312,'jp'),(3389454336,'au'),(3389455360,'ap'),(3389456384,'nz'),(3389456896,'au'),(3389457408,'nz'),(3389458432,'au'),(3389460480,'jp'),(3389464576,'nz'),(3389469696,'in'),(3389471744,'nz'),(3389472768,'au'),(3389480960,'jp'),(3389489152,'hk'),(3389493248,'au'),(3389521920,'sg'),(3389523456,'jp'),(3389523968,'nz'),(3389525504,'tw'),(3389526016,'au'),(3389528320,'th'),(3389528576,'jp'),(3389529088,'id'),(3389529600,'ph'),(3389529856,'ap'),(3389530112,'au'),(3389532160,'sg'),(3389533184,'nz'),(3389534208,'jp'),(3389538560,'th'),(3389542400,'jp'),(3389543424,'th'),(3389544448,'hk'),(3389545472,'au'),(3389545728,'hk'),(3389545984,'sg'),(3389546496,'au'),(3389554688,'cn'),(3389575168,'jp'),(3389579264,'ph'),(3389587456,'au'),(3389604352,'sg'),(3389604864,'hk'),(3389605120,'id'),(3389605376,'au'),(3389605888,'id'),(3389606400,'au'),(3389606656,'in'),(3389606912,'la'),(3389607424,'au'),(3389607680,'vn'),(3389608192,'th'),(3389608448,'ap'),(3389608704,'au'),(3389608960,'vn'),(3389609216,'id'),(3389609472,'sg'),(3389609728,'au'),(3389609984,'nz'),(3389610240,'in'),(3389610496,'hk'),(3389610752,'in'),(3389611520,'au'),(3389612032,'my'),(3389616128,'in'),(3389640704,'jp'),(3389644800,'nz'),(3389652992,'au'),(3389661184,'in'),(3389669376,'cn'),(3389673472,'au'),(3389677568,'jp'),(3389685760,'au'),(3389718528,'jp'),(3389784064,'nz'),(3389784320,'au'),(3389784576,'sg'),(3389784832,'nz'),(3389785088,'hk'),(3389786112,'jp'),(3389788160,'in'),(3389788416,'ph'),(3389788928,'ap'),(3389789696,'au'),(3389790720,'bn'),(3389790976,'jp'),(3389791232,'ap'),(3389792256,'au'),(3389801984,'nz'),(3389802240,'au'),(3389802752,'th'),(3389803520,'nz'),(3389806080,'au'),(3389807360,'nz'),(3389807616,'au'),(3389808128,'sg'),(3389808640,'nz'),(3389808896,'th'),(3389809152,'au'),(3389809920,'in'),(3389810176,'au'),(3389810688,'nz'),(3389811200,'au'),(3389811712,'nz'),(3389811968,'au'),(3389813760,'th'),(3389814528,'au'),(3389815296,'nz'),(3389816064,'au'),(3389846272,'jp'),(3389847552,'nz'),(3389849600,'jp'),(3389915136,'au'),(3389917184,'tw'),(3389919232,'nz'),(3389931520,'au'),(3389932288,'hk'),(3389933056,'pk'),(3389933568,'in'),(3389933824,'nz'),(3389934592,'au'),(3389935616,'hk'),(3389935872,'au'),(3389936128,'nz'),(3389936896,'ph'),(3389937664,'cn'),(3389937920,'au'),(3389939712,'nz'),(3389940224,'au'),(3389940480,'nz'),(3389940992,'au'),(3389941248,'nz'),(3389941504,'kr'),(3389941760,'au'),(3389942272,'nz'),(3389943296,'au'),(3389944320,'nz'),(3389944832,'au'),(3389945088,'th'),(3389945344,'au'),(3389947648,'nz'),(3389947904,'au'),(3389949696,'nz'),(3389950208,'au'),(3389950976,'nz'),(3389951744,'au'),(3389953280,'nz'),(3389953792,'au'),(3389954304,'sg'),(3389954816,'au'),(3389956608,'th'),(3389957376,'kr'),(3389957632,'au'),(3389957888,'nz'),(3389958400,'au'),(3389970432,'nz'),(3389971200,'au'),(3389971968,'hk'),(3389972224,'au'),(3389972736,'nz'),(3389973760,'au'),(3389975296,'cn'),(3389976320,'au'),(3389979648,'nz'),(3389980416,'id'),(3389980672,'jp'),(3390308352,'nz'),(3390310400,'au'),(3390316544,'nz'),(3390325248,'hk'),(3390325504,'au'),(3390327808,'nz'),(3390329088,'au'),(3390329344,'kr'),(3390330624,'th'),(3390330880,'hk'),(3390331392,'jp'),(3390331648,'nz'),(3390332416,'hk'),(3390332928,'nz'),(3390333440,'ap'),(3390333696,'kr'),(3390333952,'hk'),(3390334464,'nz'),(3390335232,'th'),(3390335488,'id'),(3390336512,'jp'),(3390336768,'ap'),(3390337024,'gu'),(3390337280,'nz'),(3390337536,'sg'),(3390338304,'hk'),(3390338816,'kr'),(3390339072,'cn'),(3390339328,'nz'),(3390339840,'jp'),(3390340352,'hk'),(3390341120,'kr'),(3390375936,'au'),(3390377984,'nz'),(3390382080,'lk'),(3390390272,'nz'),(3390402560,'jp'),(3390406656,'nz'),(3390408192,'in'),(3390408704,'nz'),(3390409728,'th'),(3390409984,'nz'),(3390410752,'th'),(3390411008,'sg'),(3390411520,'in'),(3390411776,'my'),(3390412032,'th'),(3390412288,'jp'),(3390413312,'sg'),(3390413568,'nz'),(3390414336,'sg'),(3390414848,'jp'),(3390418944,'mv'),(3390423040,'sg'),(3390439424,'nz'),(3390441472,'th'),(3390443520,'nz'),(3390447360,'id'),(3390447616,'kr'),(3390455808,'jp'),(3390472192,'nc'),(3390480384,'au'),(3390484480,'gu'),(3390488576,'bd'),(3390492672,'jp'),(3390496768,'nc'),(3390500864,'hk'),(3390502912,'cn'),(3390504960,'jp'),(3390767104,'nz'),(3390769408,'in'),(3390769664,'th'),(3390770176,'au'),(3390770688,'jp'),(3390770944,'au'),(3390771200,'nz'),(3390832640,'th'),(3390963712,'kr'),(3391094784,'jp'),(3391356928,'nz'),(3391488000,'cn'),(3391492096,'hk'),(3391496192,'sg'),(3391504384,'cn'),(3391525888,'au'),(3391526144,'cn'),(3391528192,'au'),(3391528448,'cn'),(3391529472,'au'),(3391529984,'cn'),(3391533568,'hk'),(3391535104,'cn'),(3391553536,'tw'),(3391619072,'hk'),(3391620608,'in'),(3391620864,'hk'),(3391660800,'au'),(3391661056,'hk'),(3391663104,'ph'),(3391664128,'bd'),(3391668224,'hk'),(3391676416,'sg'),(3391684608,'in'),(3391685632,'au'),(3391686656,'in'),(3391687680,'au'),(3391688704,'in'),(3391717888,'us'),(3391718144,'in'),(3391718912,'jp'),(3391719424,'nz'),(3391720448,'ap'),(3391722240,'ph'),(3391722496,'in'),(3391723520,'cn'),(3391725568,'th'),(3391733760,'in'),(3391734016,'au'),(3391734784,'jp'),(3391736832,'in'),(3391737856,'jp'),(3391741952,'in'),(3391746048,'cn'),(3391750144,'sg'),(3391815680,'au'),(3391817728,'to'),(3391819776,'jp'),(3391823872,'th'),(3391827968,'kr'),(3391832064,'id'),(3391832576,'au'),(3391832832,'in'),(3391833088,'jp'),(3391834112,'id'),(3391835136,'cn'),(3391836160,'au'),(3391836672,'hk'),(3391837184,'au'),(3391838208,'id'),(3391838720,'in'),(3391838976,'au'),(3391839232,'id'),(3391840256,'jp'),(3391841280,'my'),(3391842304,'jp'),(3391843328,'vn'),(3391844352,'id'),(3391845888,'pk'),(3391848448,'au'),(3391852544,'cn'),(3391856640,'id'),(3391864832,'ap'),(3391873024,'au'),(3391877120,'jp'),(3391879168,'id'),(3391881216,'th'),(3391895552,'in'),(3391896576,'th'),(3391900416,'au'),(3391901696,'pk'),(3391905792,'th'),(3391906048,'jp'),(3391906304,'au'),(3391906816,'ph'),(3391907840,'bd'),(3391909888,'io'),(3391910912,'au'),(3391911936,'hk'),(3391913984,'th'),(3391920128,'au'),(3391930368,'th'),(3391946752,'hk'),(3391947520,'au'),(3391947776,'hk'),(3391948288,'in'),(3391948800,'hk'),(3391949312,'in'),(3391949824,'jp'),(3391950080,'au'),(3391950336,'hk'),(3391971328,'au'),(3391979520,'hk'),(3391979776,'jp'),(3391980032,'hk'),(3391980544,'my'),(3391983616,'np'),(3391984640,'ap'),(3391984896,'id'),(3391985152,'au'),(3391986688,'pk'),(3391987200,'au'),(3391987456,'bd'),(3391987712,'jp'),(3391991808,'hk'),(3392012288,'id'),(3392017152,'in'),(3392017408,'id'),(3392017920,'in'),(3392018432,'id'),(3392020480,'cn'),(3392028672,'id'),(3392040960,'my'),(3392045056,'id'),(3392046080,'au'),(3392049152,'id'),(3392053248,'nz'),(3392061440,'in'),(3392069632,'cn'),(3392073728,'id'),(3392077824,'au'),(3392081920,'jp'),(3392086016,'au'),(3392094208,'id'),(3392098560,'au'),(3392098816,'ph'),(3392099328,'au'),(3392100096,'vn'),(3392100352,'id'),(3392100608,'sg'),(3392100864,'id'),(3392101888,'pk'),(3392102144,'au'),(3392102400,'kh'),(3392108544,'au'),(3392109568,'in'),(3392109824,'ph'),(3392110336,'in'),(3392110592,'ph'),(3392112128,'au'),(3392112640,'ph'),(3392114176,'vn'),(3392114432,'kr'),(3392114688,'gu'),(3392118784,'my'),(3392126976,'id'),(3392135168,'th'),(3392143360,'jp'),(3392208896,'nz'),(3392339968,'np'),(3392340992,'jp'),(3392344064,'id'),(3392348160,'jp'),(3392354304,'id'),(3392356352,'np'),(3392364544,'id'),(3392380928,'au'),(3392385024,'bd'),(3392389120,'id'),(3392401408,'sg'),(3392403456,'au'),(3392404480,'id'),(3392405504,'np'),(3392406016,'in'),(3392406528,'th'),(3392407552,'id'),(3392409600,'jp'),(3392413696,'pk'),(3392413952,'hk'),(3392414208,'ph'),(3392414464,'hk'),(3392414720,'au'),(3392415232,'jp'),(3392415488,'vn'),(3392415744,'in'),(3392416000,'au'),(3392416256,'hk'),(3392416768,'in'),(3392417024,'au'),(3392417536,'hk'),(3392417792,'id'),(3392418560,'sg'),(3392418816,'id'),(3392419072,'in'),(3392419328,'ph'),(3392419840,'in'),(3392420352,'id'),(3392420864,'au'),(3392421120,'my'),(3392421376,'in'),(3392421888,'sg'),(3392438272,'in'),(3392438528,'au'),(3392438784,'in'),(3392439040,'id'),(3392439552,'pg'),(3392439808,'in'),(3392440064,'au'),(3392440320,'hk'),(3392440576,'id'),(3392440832,'bd'),(3392441344,'id'),(3392441856,'au'),(3392442112,'in'),(3392442368,'hk'),(3392442624,'au'),(3392442880,'id'),(3392443392,'in'),(3392443648,'my'),(3392443904,'in'),(3392444160,'jp'),(3392444416,'nz'),(3392444672,'in'),(3392444928,'jp'),(3392445184,'nz'),(3392446464,'ph'),(3392450560,'jp'),(3392454656,'hk'),(3392462848,'np'),(3392472064,'au'),(3392473088,'in'),(3392475136,'jp'),(3392479232,'au'),(3392487424,'in'),(3392499712,'jp'),(3392503808,'hk'),(3392512000,'bd'),(3392516096,'nz'),(3392520192,'au'),(3392524288,'jp'),(3392528384,'id'),(3392536576,'in'),(3392610304,'hk'),(3392618496,'sg'),(3392626688,'nz'),(3392630784,'jp'),(3392634880,'pk'),(3392635904,'vn'),(3392636928,'jp'),(3392637952,'th'),(3392638976,'au'),(3392643072,'id'),(3392647168,'mn'),(3392651264,'jp'),(3392659456,'tw'),(3392667648,'in'),(3392668672,'bd'),(3392669696,'hk'),(3392671744,'jp'),(3392675840,'nz'),(3392681984,'ap'),(3392682240,'vn'),(3392682496,'in'),(3392683008,'au'),(3392684032,'jp'),(3392688128,'my'),(3392692224,'in'),(3392700416,'sg'),(3392708608,'id'),(3392712704,'af'),(3392716800,'in'),(3392734208,'id'),(3392741376,'ph'),(3392765952,'th'),(3392782336,'hk'),(3392790528,'jp'),(3392798720,'la'),(3392798976,'jp'),(3392799232,'ph'),(3392799488,'au'),(3392799744,'jp'),(3392800768,'sg'),(3392802816,'jp'),(3392806912,'au'),(3392815104,'id'),(3392819200,'my'),(3392823296,'kh'),(3392824320,'au'),(3392824832,'in'),(3392825344,'jp'),(3392826368,'ph'),(3392828416,'jp'),(3392829440,'in'),(3392830464,'id'),(3392830720,'in'),(3392830976,'th'),(3392831232,'in'),(3392831488,'pg'),(3392832512,'in'),(3392833536,'au'),(3392835584,'jp'),(3392839680,'id'),(3392845824,'hk'),(3392847872,'id'),(3392856064,'au'),(3392857088,'in'),(3392857344,'au'),(3392858112,'in'),(3392858624,'jp'),(3392858880,'au'),(3392859136,'ph'),(3392859648,'id'),(3392860160,'au'),(3392860672,'id'),(3392861184,'th'),(3392861440,'vn'),(3392861696,'au'),(3392864256,'to'),(3392864512,'au'),(3392864768,'in'),(3392865280,'nu'),(3392868352,'au'),(3392880640,'pk'),(3392888832,'au'),(3392892928,'jp'),(3392897024,'bd'),(3392901120,'jp'),(3392903168,'hk'),(3392905216,'id'),(3392909312,'jp'),(3392913408,'id'),(3392917504,'bd'),(3392929792,'mu'),(3392931840,'ph'),(3392933888,'jp'),(3392944128,'my'),(3392945152,'in'),(3392946176,'au'),(3392956416,'vn'),(3392958464,'cn'),(3392962560,'in'),(3392970752,'jp'),(3392978944,'th'),(3392983040,'in'),(3392987136,'hk'),(3392995328,'pg'),(3392995584,'jp'),(3392995840,'nz'),(3392996352,'au'),(3392997376,'ap'),(3392998400,'au'),(3392999424,'jp'),(3393003520,'pk'),(3393028096,'au'),(3393060864,'fj'),(3393062912,'id'),(3393069056,'au'),(3393077248,'in'),(3393085440,'la'),(3393090560,'in'),(3393091072,'fj'),(3393093632,'au'),(3393101824,'jp'),(3393110016,'hk'),(3393118208,'in'),(3393122304,'au'),(3393123328,'in'),(3393123584,'nz'),(3393123840,'in'),(3393125632,'jp'),(3393125888,'au'),(3393126144,'fj'),(3393126400,'hk'),(3393134592,'au'),(3393146880,'pk'),(3393150976,'in'),(3393159168,'hk'),(3393175552,'pk'),(3393183744,'sg'),(3393187840,'np'),(3393189888,'cn'),(3393190912,'in'),(3393191424,'sb'),(3393191936,'hk'),(3393260032,'bd'),(3393260544,'au'),(3393265664,'ck'),(3393273856,'au'),(3393282048,'hk'),(3393286144,'id'),(3393290240,'in'),(3393298432,'nz'),(3393300480,'bd'),(3393302528,'ph'),(3393306624,'hk'),(3393314816,'id'),(3393318912,'sg'),(3393320960,'hk'),(3393389568,'in'),(3393390592,'id'),(3393392640,'jp'),(3393396736,'id'),(3393400832,'jp'),(3393404928,'au'),(3393421312,'hk'),(3393470464,'au'),(3393474560,'nz'),(3393486848,'in'),(3393495040,'au'),(3393499136,'sg'),(3393503232,'hk'),(3393507328,'sg'),(3393511424,'kr'),(3393519616,'hk'),(3393520640,'cn'),(3393521664,'pk'),(3393523712,'cn'),(3393527808,'pk'),(3393536000,'hk'),(3393544192,'id'),(3393548288,'jp'),(3393552384,'hk'),(3393553408,'au'),(3393554432,'th'),(3393556480,'sg'),(3393560576,'ph'),(3393568768,'lk'),(3393572864,'au'),(3393576960,'jp'),(3393581056,'hk'),(3393585152,'cn'),(3393593344,'mn'),(3393597440,'id'),(3393601536,'np'),(3393613824,'as'),(3393617920,'au'),(3393618432,'nz'),(3393618688,'in'),(3393618944,'id'),(3393620224,'au'),(3393620480,'id'),(3393620736,'au'),(3393620992,'jp'),(3393621248,'au'),(3393622016,'pk'),(3393626112,'hk'),(3393630208,'jp'),(3393658880,'kh'),(3393662976,'jp'),(3393675264,'my'),(3393679360,'th'),(3393683456,'in'),(3393691648,'au'),(3393695744,'ph'),(3393699840,'hk'),(3393724416,'au'),(3393728512,'jp'),(3393740800,'us'),(3393744896,'ph'),(3393748992,'au'),(3393765376,'id'),(3393775616,'bd'),(3393777664,'mn'),(3393779712,'in'),(3393780736,'hk'),(3393782784,'bd'),(3393783808,'my'),(3393785856,'id'),(3393789952,'sg'),(3393798144,'jp'),(3393806336,'id'),(3393815552,'kr'),(3393816576,'jp'),(3393822720,'ph'),(3393830912,'nz'),(3393835008,'jp'),(3393839104,'id'),(3393843200,'hk'),(3393848320,'jp'),(3393849344,'cn'),(3393851392,'jp'),(3393863680,'au'),(3393865728,'id'),(3393871872,'hk'),(3393880064,'au'),(3393896448,'nz'),(3393908736,'bd'),(3393910784,'ph'),(3393911808,'au'),(3393912064,'jp'),(3393912320,'hk'),(3393913856,'my'),(3393914880,'jp'),(3393916928,'id'),(3393921024,'my'),(3393929216,'hk'),(3393937408,'id'),(3393941504,'jp'),(3393945600,'my'),(3393961984,'in'),(3393966080,'cn'),(3393970176,'jp'),(3393974272,'my'),(3393976320,'mo'),(3393977344,'hk'),(3394011136,'au'),(3394027520,'jp'),(3394035712,'my'),(3394039808,'us'),(3394041856,'au'),(3394042880,'hk'),(3394060288,'id'),(3394066432,'au'),(3394068480,'id'),(3394076672,'hk'),(3394078720,'au'),(3394078976,'in'),(3394079232,'ph'),(3394079744,'hk'),(3394113536,'sg'),(3394117632,'au'),(3394121728,'sg'),(3394125824,'ph'),(3394142208,'nz'),(3394150400,'in'),(3394154496,'jp'),(3394158592,'id'),(3394162688,'jp'),(3394166784,'vn'),(3394168832,'in'),(3394170880,'nz'),(3394172928,'jp'),(3394173696,'in'),(3394173952,'hk'),(3394174976,'jp'),(3394179072,'bd'),(3394181120,'kh'),(3394183168,'np'),(3394191360,'sg'),(3394207744,'jp'),(3394215936,'au'),(3394220032,'sg'),(3394234368,'vn'),(3394236416,'jp'),(3394239488,'hk'),(3394248704,'vu'),(3394252800,'in'),(3394256896,'au'),(3394265088,'jp'),(3394267136,'tw'),(3394269184,'id'),(3394273280,'hk'),(3394277376,'au'),(3394279424,'ph'),(3394281472,'sg'),(3394285568,'au'),(3394289664,'hk'),(3394293760,'id'),(3394297856,'th'),(3394306048,'hk'),(3394307072,'sg'),(3394308096,'jp'),(3394310144,'au'),(3394314240,'id'),(3394322432,'au'),(3394326528,'jp'),(3394330624,'au'),(3394338816,'in'),(3394347008,'ph'),(3394355200,'in'),(3394359296,'au'),(3394363392,'hk'),(3394441216,'in'),(3394453504,'au'),(3394461696,'sg'),(3394465792,'au'),(3394467840,'my'),(3394469888,'jp'),(3394478080,'pk'),(3394482176,'au'),(3394484224,'jp'),(3394486272,'hk'),(3394494464,'jp'),(3394498560,'hk'),(3394500608,'sg'),(3394501632,'hk'),(3394507264,'jp'),(3394507776,'ph'),(3394510848,'bd'),(3394514944,'jp'),(3394519040,'bd'),(3394521088,'kh'),(3394523136,'jp'),(3394527232,'ph'),(3394535424,'hk'),(3394621440,'cn'),(3394625536,'hk'),(3394629632,'au'),(3394631680,'hk'),(3394634752,'in'),(3394635776,'kr'),(3394637824,'af'),(3394641920,'au'),(3394648064,'jp'),(3394650112,'hk'),(3394658304,'nz'),(3394662400,'au'),(3394664448,'jp'),(3394666496,'mo'),(3394682880,'ph'),(3394686976,'au'),(3394689024,'bd'),(3394691072,'jp'),(3394697216,'sg'),(3394697728,'au'),(3394697984,'in'),(3394699264,'hk'),(3394700288,'au'),(3394707456,'in'),(3394715648,'jp'),(3394732032,'nc'),(3394740224,'au'),(3394744320,'id'),(3394752512,'ws'),(3394753536,'vn'),(3394754560,'my'),(3394756608,'jp'),(3394760704,'id'),(3394764800,'hk'),(3394772992,'pk'),(3394777088,'jp'),(3394781184,'mp'),(3394789376,'hk'),(3394797568,'in'),(3394813952,'jp'),(3394816000,'hk'),(3394818048,'in'),(3394830336,'hk'),(3394831360,'nz'),(3394834432,'hk'),(3394836480,'bt'),(3394838528,'nz'),(3394846720,'in'),(3394850816,'jp'),(3394855936,'ap'),(3394856960,'in'),(3394859008,'jp'),(3394860032,'id'),(3394860544,'in'),(3394861056,'hk'),(3394862080,'kr'),(3394863104,'nz'),(3394871296,'au'),(3394879488,'ph'),(3394883584,'id'),(3394887680,'jp'),(3394893824,'kr'),(3394894848,'hk'),(3394895872,'cn'),(3394896896,'th'),(3394897920,'jp'),(3394904576,'au'),(3394905088,'bn'),(3394905344,'au'),(3394912256,'pf'),(3394920448,'in'),(3394924544,'th'),(3394928640,'ph'),(3394936832,'au'),(3394940928,'jp'),(3394945024,'in'),(3394945280,'au'),(3394945536,'id'),(3394946048,'au'),(3394946560,'id'),(3394947072,'bd'),(3394948096,'in'),(3394948352,'ph'),(3394948608,'au'),(3394949120,'jp'),(3394953216,'cn'),(3394957312,'au'),(3394959360,'hk'),(3394960384,'cn'),(3394962432,'au'),(3394963456,'id'),(3394965504,'th'),(3394967552,'id'),(3394969600,'sg'),(3394973696,'jp'),(3394977792,'in'),(3394990080,'jp'),(3394994176,'cn'),(3394995200,'in'),(3394998272,'jp'),(3395002368,'ph'),(3395006464,'cn'),(3395010560,'au'),(3395014656,'jp'),(3395018752,'cn'),(3395027968,'vn'),(3395031040,'pk'),(3395035136,'au'),(3395059712,'ph'),(3395067904,'hk'),(3395076096,'id'),(3395080192,'au'),(3395084288,'in'),(3395088384,'au'),(3395091456,'cn'),(3395093504,'au'),(3395094016,'kr'),(3395094528,'kh'),(3395096576,'id'),(3395104768,'th'),(3395108864,'jp'),(3395117056,'au'),(3395121152,'id'),(3395129344,'jp'),(3395131392,'au'),(3395131648,'kh'),(3395131904,'in'),(3395132160,'au'),(3395132416,'vn'),(3395133440,'au'),(3395141632,'hk'),(3395145728,'bn'),(3395149824,'id'),(3395155968,'au'),(3395156992,'cn'),(3395166208,'au'),(3395170304,'jp'),(3395182592,'sg'),(3395190784,'jp'),(3395198976,'my'),(3395203072,'jp'),(3395215360,'hk'),(3395219456,'th'),(3395223552,'cn'),(3395231744,'jp'),(3395239936,'sg'),(3395256320,'id'),(3395264512,'jp'),(3395272704,'pg'),(3395276800,'jp'),(3395280896,'ph'),(3395287040,'jp'),(3395287552,'nz'),(3395287808,'in'),(3395288064,'cn'),(3396995072,'id'),(3396997120,'in'),(3396999168,'jp'),(3397001216,'cn'),(3397003264,'th'),(3397005312,'jp'),(3397009408,'cn'),(3397017600,'hk'),(3397021696,'cn'),(3397026048,'au'),(3397026304,'th'),(3397027072,'ph'),(3397027328,'in'),(3397027840,'jp'),(3397029888,'my'),(3397033984,'id'),(3397038080,'jp'),(3397066752,'in'),(3397070848,'ph'),(3397074944,'hk'),(3397083136,'cn'),(3397087232,'jp'),(3397091328,'gu'),(3397099520,'hk'),(3397103616,'la'),(3397105664,'jp'),(3397107712,'hk'),(3397115904,'id'),(3397120000,'pk'),(3397124096,'jp'),(3397131264,'hk'),(3397132288,'au'),(3397136384,'jp'),(3397140480,'au'),(3397148672,'nz'),(3397156864,'ph'),(3397165056,'lk'),(3397173248,'au'),(3397173504,'ph'),(3397173760,'in'),(3397174016,'au'),(3397174272,'id'),(3397175296,'au'),(3397175808,'in'),(3397176064,'id'),(3397176320,'vn'),(3397176576,'id'),(3397176832,'au'),(3397177344,'jp'),(3397181440,'pw'),(3397185536,'au'),(3397187584,'in'),(3397189632,'au'),(3397201920,'jp'),(3397206016,'bd'),(3397210112,'id'),(3397211136,'th'),(3397211648,'au'),(3397212160,'id'),(3397212672,'hk'),(3397213184,'in'),(3397213440,'au'),(3397213696,'id'),(3397214208,'ap'),(3397214720,'au'),(3397215232,'id'),(3397215744,'ph'),(3397216256,'au'),(3397216768,'in'),(3397217024,'sg'),(3397217280,'au'),(3397217792,'nz'),(3397218048,'au'),(3397222400,'pk'),(3397230592,'au'),(3397234688,'cn'),(3397238784,'hk'),(3397255168,'sg'),(3397259264,'jp'),(3397263360,'ph'),(3397267456,'hk'),(3397271552,'tw'),(3397275648,'nz'),(3397277696,'mn'),(3397279744,'au'),(3397283840,'kr'),(3397285888,'bd'),(3397287936,'sg'),(3397304320,'nz'),(3397308416,'hk'),(3397312512,'jp'),(3397320704,'cn'),(3397322752,'nz'),(3397323776,'cn'),(3397328896,'id'),(3397330944,'cn'),(3397337088,'hk'),(3397341184,'jp'),(3397345280,'id'),(3397349376,'cn'),(3397363712,'hk'),(3397365760,'jp'),(3397369856,'cn'),(3397374976,'au'),(3397376000,'cn'),(3397386240,'gu'),(3397394432,'ph'),(3397402624,'gu'),(3397410816,'au'),(3397411328,'sg'),(3397411584,'hk'),(3397411840,'kr'),(3397412352,'au'),(3397412864,'hk'),(3397413376,'au'),(3397413632,'in'),(3397413888,'nz'),(3397414400,'in'),(3397414912,'au'),(3397419008,'hk'),(3397427200,'sg'),(3397443584,'hk'),(3397451776,'th'),(3397468160,'au'),(3397492736,'my'),(3397496832,'jp'),(3397498880,'id'),(3397500928,'bd'),(3397501952,'in'),(3397504000,'th'),(3397505024,'nz'),(3397505280,'in'),(3397506560,'au'),(3397506816,'in'),(3397507072,'id'),(3397507584,'au'),(3397507840,'in'),(3397508096,'ph'),(3397509120,'id'),(3397510144,'ap'),(3397511168,'lk'),(3397512192,'kh'),(3397512448,'au'),(3397512704,'ph'),(3397512960,'in'),(3397513728,'sg'),(3397514240,'au'),(3397515264,'np'),(3397516288,'au'),(3397516544,'nz'),(3397516800,'jp'),(3397517056,'au'),(3397517312,'cn'),(3397525504,'au'),(3397526528,'vn'),(3397527040,'au'),(3397527296,'jp'),(3397527552,'in'),(3397528576,'au'),(3397530624,'id'),(3397531648,'sg'),(3397532672,'jp'),(3397533696,'hk'),(3397566464,'au'),(3397574656,'cn'),(3397582848,'mn'),(3397584896,'jp'),(3397586944,'cn'),(3397588992,'kr'),(3397591040,'hk'),(3397595136,'cn'),(3397599232,'hk'),(3397603328,'kh'),(3397605376,'au'),(3397607424,'in'),(3397623808,'gu'),(3397632000,'jp'),(3397636096,'cn'),(3397640192,'mn'),(3397648384,'tw'),(3397713920,'id'),(3397715968,'hk'),(3397718016,'kr'),(3397726208,'in'),(3397738496,'my'),(3397742592,'jp'),(3397746688,'th'),(3397763072,'ph'),(3397771264,'tw'),(3397779456,'id'),(3397781504,'bd'),(3397783552,'vn'),(3397785600,'to'),(3397787648,'au'),(3397791744,'nz'),(3397792000,'au'),(3397792768,'in'),(3397793024,'nz'),(3397793280,'vn'),(3397793536,'hk'),(3397793792,'ph'),(3397794560,'in'),(3397794816,'hk'),(3397816320,'in'),(3397832704,'jp'),(3397836800,'au'),(3397844992,'ap'),(3397910528,'sg'),(3397918720,'au'),(3397922816,'cn'),(3397935104,'au'),(3397939200,'kr'),(3397951488,'sg'),(3397959680,'jp'),(3397963776,'cn'),(3397971968,'la'),(3397974016,'in'),(3397976064,'id'),(3397984256,'jp'),(3397992448,'au'),(3398004736,'ph'),(3398008832,'la'),(3398017024,'au'),(3398021120,'fj'),(3398023168,'jp'),(3398025216,'au'),(3398029312,'in'),(3398033408,'nz'),(3398033664,'id'),(3398033920,'in'),(3398034944,'id'),(3398035456,'in'),(3398037504,'nz'),(3398039552,'in'),(3398040576,'my'),(3398041600,'au'),(3398062080,'jp'),(3398066176,'in'),(3398074368,'ph'),(3398090752,'au'),(3398098944,'id'),(3398107136,'au'),(3398156288,'th'),(3398164480,'au'),(3398172672,'jp'),(3398180864,'in'),(3398189056,'hk'),(3398205440,'in'),(3398221824,'jp'),(3398230016,'au'),(3398238208,'in'),(3398279168,'cn'),(3398287360,'jp'),(3398291456,'au'),(3398295552,'in'),(3398305792,'jp'),(3398307840,'cn'),(3398311936,'au'),(3398320128,'in'),(3398336512,'au'),(3398340608,'pk'),(3398352896,'th'),(3398361088,'jp'),(3398369280,'in'),(3398369792,'jp'),(3398373376,'cn'),(3398381568,'au'),(3398385664,'jp'),(3398397952,'pk'),(3398402048,'th'),(3398418432,'jp'),(3398434816,'in'),(3398467584,'bt'),(3398475776,'au'),(3398481920,'la'),(3398483968,'my'),(3398488064,'tw'),(3398500352,'id'),(3398504448,'jp'),(3398508544,'tw'),(3398565888,'id'),(3398567424,'au'),(3398569984,'jp'),(3398572032,'au'),(3398574080,'id'),(3398582272,'my'),(3398590464,'hk'),(3398598656,'id'),(3398612992,'ph'),(3398613504,'nz'),(3398613760,'au'),(3398615040,'in'),(3398619136,'au'),(3398621184,'hk'),(3398623232,'id'),(3398631424,'jp'),(3398647808,'au'),(3398672384,'pk'),(3398680576,'id'),(3398684672,'jp'),(3398688768,'id'),(3398709248,'au'),(3398711296,'bd'),(3398721536,'cn'),(3398729728,'au'),(3398737920,'sg'),(3398742016,'th'),(3398746112,'in'),(3398750208,'tw'),(3398754304,'au'),(3398758400,'jp'),(3398768640,'th'),(3398778880,'id'),(3398787072,'th'),(3398795264,'id'),(3398803456,'cn'),(3398811648,'in'),(3398819840,'cn'),(3398828032,'kh'),(3398829056,'in'),(3398830080,'kh'),(3398831104,'ap'),(3398832128,'cn'),(3398840320,'jp'),(3398843392,'au'),(3398844416,'id'),(3398852608,'nz'),(3398860800,'id'),(3398873088,'kr'),(3398881280,'sg'),(3398893568,'id'),(3398894592,'th'),(3398895616,'id'),(3398897664,'fj'),(3398901760,'au'),(3398902016,'hk'),(3398902272,'ph'),(3398902784,'au'),(3398903808,'th'),(3398905856,'tw'),(3398909952,'gu'),(3398918144,'jp'),(3398926336,'in'),(3398934528,'vn'),(3398938624,'th'),(3398942720,'my'),(3398959104,'id'),(3398975488,'bn'),(3398983680,'jp'),(3398991872,'id'),(3399004160,'cn'),(3399008256,'id'),(3399012352,'jp'),(3399016448,'id'),(3399024640,'th'),(3399025664,'jp'),(3399026176,'sg'),(3399026432,'au'),(3399026688,'hk'),(3399028736,'id'),(3399032832,'in'),(3399036928,'cn'),(3399041024,'au'),(3399045120,'mv'),(3399047168,'hk'),(3399057408,'id'),(3399065600,'tw'),(3399077888,'au'),(3399081984,'id'),(3399106560,'au'),(3399122944,'nz'),(3399131136,'in'),(3399135232,'id'),(3399139328,'tw'),(3399147520,'pk'),(3399155712,'id'),(3399196672,'au'),(3399204864,'hk'),(3399221248,'sg'),(3399286784,'jp'),(3399303168,'in'),(3399311360,'jp'),(3399319552,'sg'),(3399344128,'jp'),(3399352320,'id'),(3399389184,'kr'),(3399393280,'cn'),(3399401472,'au'),(3399409664,'jp'),(3399413760,'ap'),(3399414016,'au'),(3399414272,'jp'),(3399414528,'au'),(3399414784,'vn'),(3399415808,'sg'),(3399416832,'id'),(3399417088,'au'),(3399417856,'id'),(3399467008,'in'),(3399483392,'bn'),(3399495680,'nz'),(3399499776,'tw'),(3399507968,'au'),(3399512064,'nz'),(3399514112,'ap'),(3399515136,'vn'),(3399515648,'au'),(3399524352,'in'),(3399528448,'cn'),(3399532544,'sg'),(3399548928,'au'),(3399557120,'sg'),(3399565312,'au'),(3399581696,'ap'),(3399589888,'hk'),(3399593984,'bd'),(3399598080,'jp'),(3399614464,'my'),(3399622656,'id'),(3399626752,'in'),(3399630848,'au'),(3399631872,'sg'),(3399632896,'nz'),(3399633408,'au'),(3399633920,'th'),(3399634944,'jp'),(3399639040,'au'),(3399643136,'jp'),(3399655424,'ph'),(3399659520,'nz'),(3399661568,'hk'),(3399662592,'in'),(3399663616,'id'),(3399671808,'in'),(3399680000,'hk'),(3399688192,'sg'),(3399696384,'pk'),(3399712768,'kr'),(3399720960,'jp'),(3399729152,'ph'),(3399745536,'cn'),(3399749632,'au'),(3399751680,'in'),(3399751936,'cn'),(3399752192,'au'),(3399752448,'hk'),(3399752704,'nz'),(3399753728,'in'),(3399761920,'jp'),(3399778304,'in'),(3399786496,'ph'),(3399794688,'au'),(3399798784,'bd'),(3399800832,'id'),(3399802880,'jp'),(3399811072,'my'),(3399819264,'id'),(3399823360,'jp'),(3399825408,'kr'),(3399826432,'ph'),(3399826944,'in'),(3399827456,'au'),(3399835648,'cn'),(3399839744,'jp'),(3399841792,'tw'),(3399852032,'jp'),(3399856128,'cn'),(3399860224,'pg'),(3399864320,'cn'),(3399868416,'pk'),(3399876608,'sg'),(3399917568,'pk'),(3399921664,'nc'),(3399923712,'in'),(3399923968,'jp'),(3399924224,'au'),(3399924736,'ph'),(3399925760,'np'),(3399942144,'ap'),(3399995392,'kr'),(3399999488,'sg'),(3400007680,'au'),(3400024064,'my'),(3400028160,'au'),(3400030208,'in'),(3400031232,'sg'),(3400031744,'in'),(3400032000,'hk'),(3400032256,'au'),(3400048640,'cn'),(3400056832,'tw'),(3400060928,'hk'),(3400062976,'jp'),(3400065024,'bd'),(3400073216,'hk'),(3400077312,'au'),(3400079360,'my'),(3400081408,'id'),(3400089600,'jp'),(3400097792,'au'),(3400105984,'jp'),(3400114176,'tw'),(3400118272,'au'),(3400120320,'jp'),(3400122368,'nz'),(3400130560,'id'),(3400138752,'hk'),(3400146944,'fj'),(3400151040,'my'),(3400155136,'mn'),(3400163328,'jp'),(3400167424,'th'),(3400171520,'cn'),(3400179712,'nz'),(3400183808,'jp'),(3400187904,'au'),(3400192000,'jp'),(3400194048,'cn'),(3400204288,'id'),(3400212480,'my'),(3400220672,'nc'),(3400224768,'jp'),(3400228864,'au'),(3400232960,'jp'),(3400245248,'au'),(3400253440,'my'),(3400257536,'hk'),(3400261632,'jp'),(3400263680,'au'),(3400263936,'id'),(3400264192,'in'),(3400264704,'id'),(3400265216,'au'),(3400265472,'in'),(3400265728,'pg'),(3400267776,'kr'),(3400268800,'mo'),(3400270848,'vn'),(3400271360,'au'),(3400271616,'in'),(3400271872,'au'),(3400273920,'th'),(3400275968,'jp'),(3400278016,'sg'),(3400286208,'jp'),(3400294400,'au'),(3400310784,'sg'),(3400335360,'mo'),(3400336384,'ph'),(3400336640,'jp'),(3400336896,'au'),(3400337152,'ph'),(3400337408,'cn'),(3400339456,'id'),(3400341504,'au'),(3400343552,'tw'),(3400351744,'id'),(3400359936,'jp'),(3400368128,'au'),(3400388608,'th'),(3400392704,'cn'),(3400400896,'mo'),(3400401920,'tw'),(3400402176,'in'),(3400402432,'nz'),(3400402944,'ap'),(3400404992,'tw'),(3400409088,'au'),(3400413184,'jp'),(3400421376,'au'),(3400423424,'kr'),(3400424448,'in'),(3400425472,'au'),(3400429568,'nz'),(3400431616,'in'),(3400431872,'hk'),(3400432128,'in'),(3400433664,'hk'),(3400441856,'nz'),(3400450048,'jp'),(3400458240,'au'),(3400466432,'mo'),(3400499200,'nz'),(3400503296,'jp'),(3400507392,'mo'),(3400515584,'ph'),(3400534016,'jp'),(3400535040,'my'),(3400535552,'au'),(3400536064,'jp'),(3400548352,'th'),(3400581120,'sg'),(3400597504,'hk'),(3400605696,'jp'),(3400607744,'au'),(3400608768,'in'),(3400609792,'jp'),(3400630272,'in'),(3400646656,'ap'),(3400654848,'in'),(3400663040,'my'),(3400683520,'jp'),(3400691712,'kh'),(3400695808,'tw'),(3400728576,'mn'),(3400736768,'jp'),(3400744960,'in'),(3400753152,'my'),(3400769536,'jp'),(3400773632,'kr'),(3400775680,'id'),(3400777728,'jp'),(3400790016,'cn'),(3400794112,'id'),(3400802304,'jp'),(3400806400,'id'),(3400808448,'jp'),(3400810496,'nz'),(3400826880,'cn'),(3400835072,'hk'),(3400839168,'jp'),(3400849408,'mn'),(3400851456,'au'),(3400884224,'jp'),(3400888320,'cn'),(3400892416,'hk'),(3400925184,'th'),(3400937472,'id'),(3400941568,'au'),(3400966144,'id'),(3400982528,'hk'),(3400990720,'id'),(3400998912,'ph'),(3401003008,'jp'),(3401007104,'in'),(3401011200,'jp'),(3401015296,'au'),(3401023488,'th'),(3401056256,'my'),(3401400320,'au'),(3401404416,'cn'),(3401408512,'hk'),(3401416704,'kr'),(3401420800,'jp'),(3401424896,'nz'),(3401428992,'jp'),(3401441280,'in'),(3401449472,'my'),(3401515008,'hk'),(3401515520,'id'),(3401516032,'au'),(3401519104,'jp'),(3401523200,'nz'),(3401527296,'au'),(3401529344,'vn'),(3401530368,'au'),(3401531392,'in'),(3401539584,'au'),(3401543680,'jp'),(3401545728,'bd'),(3401547776,'my'),(3401580544,'cn'),(3402629120,'jp'),(3405774848,'au'),(3406077952,'th'),(3406078208,'au'),(3406269184,'id'),(3406269440,'au'),(3406327040,'in'),(3406327296,'au'),(3406384640,'sg'),(3406385152,'au'),(3406434304,'my'),(3406436352,'au'),(3406565888,'ph'),(3406566144,'au'),(3406617600,'my'),(3406617856,'au'),(3406618112,'in'),(3406618624,'au'),(3406625024,'nf'),(3406625280,'au'),(3406669824,'in'),(3406670848,'au'),(3406696960,'in'),(3406697216,'au'),(3406734848,'ap'),(3406735104,'au'),(3406737408,'id'),(3406737664,'au'),(3406739200,'id'),(3406739456,'au'),(3406746624,'jp'),(3406746880,'au'),(3406865664,'in'),(3406865920,'au'),(3406946816,'kr'),(3406947072,'au'),(3406950400,'nf'),(3406951424,'au'),(3406961152,'in'),(3406961408,'au'),(3406967296,'cn'),(3406967552,'au'),(3406989568,'in'),(3406989824,'au'),(3407020288,'sg'),(3407020544,'au'),(3407020800,'in'),(3407021056,'id'),(3407021312,'au'),(3407057664,'jp'),(3407057920,'au'),(3407096832,'jp'),(3407097088,'au'),(3407112448,'sg'),(3407112704,'au'),(3407152896,'in'),(3407153152,'au'),(3407367168,'id'),(3407367680,'au'),(3407369984,'in'),(3407370240,'au'),(3407498496,'pk'),(3407498752,'au'),(3407604480,'in'),(3407604736,'au'),(3407682048,'id'),(3407682816,'au'),(3407732224,'hk'),(3407732480,'au'),(3407750656,'sg'),(3407751168,'au'),(3407753216,'sg'),(3407753728,'au'),(3407785472,'nz'),(3407785728,'au'),(3407801344,'id'),(3407801856,'au'),(3407805952,'id'),(3407806464,'au'),(3407814656,'hk'),(3407815168,'au'),(3407848448,'id'),(3407848960,'au'),(3407866368,'uk'),(3407866624,'au'),(3407873024,'in'),(3407873536,'au'),(3407928576,'in'),(3407928832,'au'),(3407985920,'kh'),(3407986176,'au'),(3407987712,'ph'),(3407987968,'au'),(3407988224,'in'),(3407988736,'au'),(3407998976,'th'),(3407999232,'au'),(3408012544,'mn'),(3408012800,'au'),(3408023808,'jp'),(3408024064,'au'),(3408032768,'lk'),(3408033024,'in'),(3408033280,'id'),(3408033792,'au'),(3408039936,'vn'),(3408040192,'au'),(3408042496,'hk'),(3408042752,'au'),(3408066048,'in'),(3408066304,'au'),(3409396480,'ph'),(3409396736,'au'),(3409420288,'in'),(3409420544,'au'),(3409423616,'in'),(3409423872,'au'),(3409491712,'sg'),(3409491968,'au'),(3409504000,'hk'),(3409504256,'au'),(3409506560,'in'),(3409506816,'au'),(3409509632,'hk'),(3409509888,'au'),(3409516544,'id'),(3409517056,'au'),(3409547520,'nz'),(3409547776,'au'),(3409838336,'my'),(3409838848,'au'),(3409876992,'th'),(3409878016,'au'),(3409882112,'in'),(3409883136,'au'),(3409888000,'sg'),(3409888256,'au'),(3409969152,'tw'),(3410755584,'au'),(3410771968,'jp'),(3410780160,'bd'),(3410788352,'in'),(3410792448,'bd'),(3410796544,'kh'),(3410797568,'jp'),(3410798592,'in'),(3410799616,'sg'),(3410800640,'in'),(3410804736,'ph'),(3410821120,'tw'),(3410853888,'hk'),(3410862080,'au'),(3410866176,'kr'),(3410866432,'in'),(3410866688,'vn'),(3410866944,'au'),(3410867200,'hk'),(3410868224,'us'),(3410870272,'in'),(3410874368,'id'),(3410886656,'tw'),(3410887680,'in'),(3410887936,'hk'),(3410888704,'sg'),(3410890752,'au'),(3410894848,'hk'),(3410911232,'th'),(3410915328,'id'),(3410919424,'in'),(3410927616,'np'),(3410931712,'tw'),(3410935808,'my'),(3410939904,'in'),(3410944000,'jp'),(3410952192,'cn'),(3410956288,'au'),(3410958336,'in'),(3410958848,'id'),(3410959360,'vn'),(3410959616,'id'),(3410959872,'au'),(3410960384,'ap'),(3410964480,'jp'),(3410968576,'nz'),(3410984960,'tw'),(3411017728,'hk'),(3411019264,'jp'),(3411019776,'id'),(3411021824,'my'),(3411023872,'jp'),(3411030016,'nc'),(3411032064,'th'),(3411032576,'au'),(3411033088,'nz'),(3411034112,'hk'),(3411050496,'pk'),(3411054592,'cn'),(3411058688,'au'),(3411062784,'hk'),(3411085312,'kr'),(3411086336,'jp'),(3411087360,'cn'),(3411091456,'sg'),(3411099648,'mm'),(3411107840,'lk'),(3411111936,'jp'),(3411116032,'kr'),(3411124224,'mm'),(3411128320,'hk'),(3411130368,'id'),(3411132416,'pk'),(3411144704,'jp'),(3411146752,'id'),(3411147776,'hk'),(3411149312,'mv'),(3411149824,'in'),(3411150848,'hk'),(3411154944,'jp'),(3411156992,'ph'),(3411161088,'pk'),(3411165184,'my'),(3411173376,'au'),(3411177472,'jp'),(3411181568,'sg'),(3411189760,'au'),(3411197952,'bd'),(3411202048,'au'),(3411204608,'in'),(3411204864,'kr'),(3411205632,'hk'),(3411206144,'kh'),(3411210240,'kr'),(3411212288,'in'),(3411213312,'hk'),(3411215360,'au'),(3411216384,'jp'),(3411218432,'pg'),(3411220480,'id'),(3411226624,'io'),(3411228672,'cn'),(3411230720,'hk'),(3411247104,'kr'),(3411255296,'bd'),(3411263488,'au'),(3411269632,'hk'),(3411270144,'nz'),(3411270400,'au'),(3411270656,'jp'),(3411277824,'hk'),(3411278336,'ap'),(3411278592,'fj'),(3411278848,'hk'),(3411296256,'au'),(3411312640,'hk'),(3411313152,'tw'),(3411313664,'au'),(3411313920,'hk'),(3411314176,'nz'),(3411314688,'id'),(3411316736,'tw'),(3411318784,'id'),(3411320832,'ph'),(3411329024,'ap'),(3411337216,'au'),(3411341312,'kr'),(3411345408,'hk'),(3411410944,'cn'),(3411443712,'hk'),(3411460096,'nz'),(3411464192,'au'),(3411468288,'jp'),(3411470336,'hk'),(3411472384,'jp'),(3411475200,'au'),(3411475456,'hk'),(3411476480,'au'),(3411509248,'ph'),(3411542016,'in'),(3411550208,'cn'),(3411558400,'hk'),(3411566592,'bd'),(3411570688,'au'),(3411574784,'in'),(3411582976,'hk'),(3411587072,'jp'),(3411591168,'cn'),(3411599360,'au'),(3411607552,'cn'),(3411608576,'in'),(3411608832,'au'),(3411609088,'hk'),(3411611648,'id'),(3411615744,'jp'),(3411623936,'au'),(3411640320,'jp'),(3411641344,'in'),(3411641600,'hk'),(3411641856,'in'),(3411643392,'vn'),(3411644416,'au'),(3411644928,'id'),(3411645952,'sg'),(3411646208,'in'),(3411648512,'nz'),(3411656704,'au'),(3411673088,'cn'),(3411674112,'in'),(3411674624,'hk'),(3411677184,'jp'),(3411679232,'au'),(3411681280,'kr'),(3411689472,'in'),(3411705856,'cn'),(3411730432,'hk'),(3411738624,'tw'),(3411746816,'cn'),(3411755008,'au'),(3411763200,'cn'),(3411767296,'mn'),(3411769344,'cn'),(3411771392,'hk'),(3411779584,'jp'),(3411787776,'in'),(3411795968,'au'),(3411804160,'cn'),(3411805184,'pk'),(3411805696,'jp'),(3411805952,'au'),(3411806208,'ph'),(3411808256,'jp'),(3411810304,'mn'),(3411810560,'nz'),(3411810816,'au'),(3411812352,'in'),(3411820544,'sg'),(3411836928,'my'),(3411845120,'cn'),(3411853312,'in'),(3411857408,'jp'),(3411861504,'au'),(3411869696,'cn'),(3411943424,'au'),(3411951616,'lk'),(3411968000,'au'),(3411984384,'in'),(3412000768,'cn'),(3412002816,'gu'),(3412004864,'jp'),(3412017152,'sg'),(3412025344,'cn'),(3412049920,'tw'),(3412066304,'nz'),(3412213760,'au'),(3412221952,'in'),(3412230144,'hk'),(3412246528,'au'),(3412254720,'nr'),(3412262912,'jp'),(3412267008,'cn'),(3412271104,'nz'),(3412273152,'in'),(3412275200,'pk'),(3412279296,'nz'),(3412281344,'jp'),(3412283392,'cn'),(3412287488,'id'),(3412295680,'nz'),(3412296192,'id'),(3412296704,'nz'),(3412297728,'my'),(3412298752,'sg'),(3412299264,'au'),(3412299520,'hk'),(3412299776,'au'),(3412302848,'ws'),(3412303872,'pk'),(3412312064,'in'),(3412320256,'jp'),(3412322304,'ph'),(3412324352,'jp'),(3412326400,'vn'),(3412327424,'th'),(3412327936,'hk'),(3412328192,'ws'),(3412328448,'au'),(3412336640,'cn'),(3412342784,'au'),(3412343040,'in'),(3412343296,'ap'),(3412343552,'au'),(3412344320,'sg'),(3412344832,'in'),(3412348928,'cn'),(3412361216,'hk'),(3412369408,'kr'),(3412377600,'cn'),(3412381696,'nz'),(3412385792,'au'),(3412393984,'in'),(3412426752,'th'),(3412434944,'pk'),(3412443136,'sg'),(3412451328,'au'),(3412594688,'in'),(3412596736,'mv'),(3412602880,'nc'),(3412606976,'ph'),(3412615168,'jp'),(3412656128,'hk'),(3412672512,'jp'),(3412697088,'in'),(3412705280,'au'),(3412713472,'tw'),(3412721664,'my'),(3412819968,'th'),(3412852736,'au'),(3412918272,'kr'),(3412926464,'my'),(3412934656,'in'),(3412951040,'nz'),(3413000192,'la'),(3413004288,'in'),(3413008384,'jp'),(3413016576,'au'),(3413024768,'cn'),(3413032960,'au'),(3413041152,'jp'),(3413043968,'au'),(3413044224,'hk'),(3413045248,'in'),(3413047296,'au'),(3413102592,'tw'),(3413106688,'ph'),(3413110784,'jp'),(3413112832,'in'),(3413113856,'jp'),(3413133312,'bd'),(3413135360,'hk'),(3413147648,'in'),(3413155840,'sg'),(3413164032,'bd'),(3413172224,'my'),(3413180416,'th'),(3413213184,'vn'),(3413229568,'au'),(3413245952,'sg'),(3413262336,'ph'),(3413270528,'th'),(3413278720,'nz'),(3413295104,'jp'),(3413303296,'id'),(3413304320,'jp'),(3413305344,'in'),(3413306368,'ph'),(3413307392,'in'),(3413308416,'cn'),(3413309440,'jp'),(3413310464,'hk'),(3413311488,'lk'),(3413327872,'in'),(3413344256,'ph'),(3413360640,'my'),(3413377024,'sg'),(3413524480,'th'),(3413540864,'nz'),(3413557248,'cn'),(3413565440,'tw'),(3413569536,'sg'),(3413569792,'nz'),(3413570048,'kh'),(3413570304,'au'),(3413570560,'ph'),(3413571584,'cn'),(3413572608,'jp'),(3413573632,'au'),(3413573888,'jp'),(3413574144,'hk'),(3413574400,'tw'),(3413574656,'ph'),(3413575680,'vn'),(3413576704,'au'),(3413576960,'id'),(3413577216,'au'),(3413577728,'ap'),(3413579776,'cn'),(3413582848,'vn'),(3413583872,'jp'),(3413584128,'id'),(3413584384,'au'),(3413584896,'vn'),(3413585920,'id'),(3413586176,'in'),(3413586688,'fj'),(3413586944,'id'),(3413587968,'nz'),(3413588224,'my'),(3413588480,'vn'),(3413593088,'au'),(3413593344,'ap'),(3413593600,'sg'),(3413593856,'kh'),(3413594112,'cn'),(3413595136,'nz'),(3413595392,'ap'),(3413595648,'au'),(3413595904,'hk'),(3413596160,'ap'),(3413596672,'np'),(3413597184,'ap'),(3413639168,'sg'),(3413704704,'my'),(3413737472,'th'),(3413753856,'au'),(3413762048,'tw'),(3413770240,'in'),(3413786624,'au'),(3413835776,'sg'),(3413843968,'in'),(3413848064,'sg'),(3413850112,'jp'),(3413850880,'au'),(3413851136,'id'),(3413852160,'au'),(3413868544,'in'),(3413884928,'kr'),(3413893120,'id'),(3413901312,'sg'),(3413902848,'jp'),(3413903360,'hk'),(3413905408,'in'),(3413907456,'pk'),(3413917696,'jp'),(3413925888,'au'),(3413934080,'in'),(3413946368,'au'),(3413950464,'in'),(3413966848,'sg'),(3414163456,'pk'),(3414171648,'cn'),(3414179840,'id'),(3414188032,'cn'),(3414204416,'kr'),(3414222848,'au'),(3414223872,'kr'),(3414224896,'vn'),(3414226944,'id'),(3414227968,'pk'),(3414230016,'ph'),(3414230528,'kr'),(3414233088,'au'),(3414245376,'hk'),(3414253568,'jp'),(3414261760,'au'),(3414269952,'jp'),(3414278144,'in'),(3414294528,'pk'),(3414302720,'cn'),(3414310912,'kr'),(3414327296,'th'),(3414335488,'au'),(3414339584,'kr'),(3414343680,'id'),(3414360064,'au'),(3414376448,'ph'),(3414409216,'jp'),(3414413312,'th'),(3414417408,'hk'),(3414425600,'au'),(3414433792,'cn'),(3414441984,'au'),(3414450176,'jp'),(3414458368,'in'),(3414466560,'kr'),(3414474752,'hk'),(3414478848,'in'),(3414482944,'au'),(3414491136,'tw'),(3414523904,'jp'),(3414532096,'kr'),(3414540288,'jp'),(3414555648,'pk'),(3414556672,'au'),(3414605824,'in'),(3414616064,'id'),(3414618112,'cn'),(3414620160,'in'),(3414621184,'pk'),(3414638592,'tw'),(3414646784,'cn'),(3414654976,'hk'),(3414663168,'cn'),(3414667264,'id'),(3414669312,'au'),(3414670336,'in'),(3414670592,'ap'),(3414670848,'my'),(3414671360,'jp'),(3415080960,'ap'),(3415089152,'my'),(3415097344,'id'),(3415103488,'hk'),(3415113728,'au'),(3415121920,'kr'),(3415130112,'jp'),(3415136256,'kr'),(3415136768,'au'),(3415137280,'in'),(3415137536,'nf'),(3415137792,'au'),(3415146496,'lk'),(3415162880,'au'),(3415171072,'jp'),(3415179264,'sg'),(3415187456,'au'),(3415191552,'in'),(3415195648,'au'),(3415220224,'nz'),(3415224320,'us'),(3415228416,'kh'),(3415244800,'th'),(3415285760,'au'),(3415293952,'hk'),(3415306240,'th'),(3415308288,'jp'),(3415310336,'in'),(3415326720,'tw'),(3415334912,'jp'),(3415343104,'th'),(3415425024,'nc'),(3415431168,'in'),(3415432192,'au'),(3415435264,'ph'),(3415436288,'au'),(3415436800,'hk'),(3415441408,'au'),(3415474176,'cn'),(3415494656,'ph'),(3415495680,'id'),(3415496704,'my'),(3415497728,'tw'),(3415497984,'au'),(3415498752,'jp'),(3415506944,'th'),(3415556096,'au'),(3415564288,'jp'),(3415568384,'kr'),(3415572480,'sg'),(3415605248,'th'),(3415736320,'sg'),(3415752704,'cn'),(3415760896,'nz'),(3415777280,'kr'),(3415785472,'jp'),(3415793664,'au'),(3415801856,'id'),(3415802880,'hk'),(3415803392,'ph'),(3415805952,'my'),(3415808000,'id'),(3415810048,'in'),(3415814400,'id'),(3415814656,'th'),(3415815168,'in'),(3415816192,'jp'),(3415817216,'id'),(3415822336,'my'),(3415826432,'id'),(3415834624,'th'),(3415838720,'kr'),(3415842816,'th'),(3415851008,'au'),(3415855104,'hk'),(3415855616,'in'),(3415856128,'id'),(3415858176,'lk'),(3415859200,'au'),(3415867392,'th'),(3416047616,'cn'),(3416064000,'th'),(3416131584,'ph'),(3416133632,'cn'),(3416135680,'my'),(3416137728,'au'),(3416145920,'in'),(3416154112,'th'),(3416260608,'vn'),(3416261120,'au'),(3416261632,'th'),(3416262656,'au'),(3416264704,'jp'),(3416268800,'hk'),(3416272896,'mn'),(3416274944,'id'),(3416276992,'hk'),(3416285184,'vn'),(3416289280,'nz'),(3416293376,'id'),(3416293888,'ph'),(3416294400,'au'),(3416295424,'in'),(3416295680,'th'),(3416295936,'in'),(3416296448,'kr'),(3416297472,'tw'),(3416301568,'ph'),(3416317952,'tw'),(3416326144,'vn'),(3416327168,'hk'),(3416328192,'au'),(3416330240,'id'),(3416334336,'my'),(3416342528,'au'),(3416371200,'ap'),(3416371712,'vn'),(3416371968,'in'),(3416372224,'cn'),(3416372480,'sg'),(3416372736,'au'),(3416372992,'sg'),(3416373248,'au'),(3416373504,'sg'),(3416373760,'au'),(3416374272,'ph'),(3416374528,'in'),(3416374784,'id'),(3416375296,'cn'),(3416383488,'hk'),(3416391680,'vn'),(3416457216,'ap'),(3416506368,'tw'),(3416514560,'in'),(3416522752,'au'),(3416588288,'jp'),(3416653824,'au'),(3416686592,'sg'),(3416694784,'cn'),(3416702976,'id'),(3416707072,'kr'),(3416709120,'au'),(3416709376,'id'),(3416709632,'au'),(3416710144,'hk'),(3416711168,'au'),(3416719360,'ph'),(3416727552,'jp'),(3416735744,'ph'),(3416752128,'nz'),(3416793088,'au'),(3416801280,'jp'),(3416817664,'hk'),(3416850432,'ph'),(3416851456,'kr'),(3416851968,'ap'),(3416852480,'jp'),(3416854528,'au'),(3416856576,'bd'),(3416858624,'hk'),(3416862720,'mn'),(3416864768,'ap'),(3416866816,'sg'),(3416883200,'hk'),(3416915968,'au'),(3416920064,'th'),(3416921088,'ph'),(3416922112,'au'),(3416922368,'in'),(3416922624,'vn'),(3416923136,'ap'),(3416924160,'jp'),(3416928256,'in'),(3416928512,'hk'),(3416928768,'th'),(3416929280,'jp'),(3416930304,'nz'),(3416930560,'au'),(3416931328,'in'),(3416932352,'pk'),(3416936448,'au'),(3416938496,'nz'),(3416938752,'au'),(3416939008,'hk'),(3416939520,'au'),(3416940544,'kr'),(3416948736,'th'),(3416981504,'ph'),(3416982528,'nz'),(3416982784,'au'),(3416983040,'ph'),(3416983552,'jp'),(3416985600,'vn'),(3416989696,'nz'),(3416997888,'au'),(3417014272,'ap'),(3417022464,'kr'),(3417030656,'au'),(3417034752,'nz'),(3417035008,'in'),(3417035776,'jp'),(3417036800,'id'),(3417037824,'au'),(3417038080,'id'),(3417038336,'in'),(3417038592,'nz'),(3417038848,'cn'),(3417042944,'in'),(3417044992,'au'),(3417047040,'ph'),(3417055232,'th'),(3417112576,'au'),(3417128960,'jp'),(3417135104,'id'),(3417137152,'kr'),(3417145344,'nz'),(3417178112,'ph'),(3417179392,'id'),(3417179648,'in'),(3417179904,'cn'),(3417180160,'id'),(3417182208,'au'),(3417184768,'nz'),(3417185024,'af'),(3417185280,'sg'),(3417185792,'nz'),(3417186304,'hk'),(3417194496,'jp'),(3417198592,'sg'),(3417200640,'jp'),(3417202688,'cn'),(3417210880,'au'),(3417227264,'jp'),(3417243648,'ph'),(3417244672,'in'),(3417245696,'bt'),(3417247744,'jp'),(3417251840,'kr'),(3417260032,'pk'),(3417264128,'jp'),(3417268224,'pk'),(3417272320,'nz'),(3417274368,'au'),(3417275392,'ph'),(3417276416,'cn'),(3417284608,'sg'),(3417288704,'in'),(3417289216,'au'),(3417289728,'in'),(3417291264,'au'),(3417291776,'kr'),(3417292800,'cn'),(3417333760,'au'),(3417337856,'in'),(3417338368,'hk'),(3417338880,'ph'),(3417339904,'au'),(3417340416,'nz'),(3417341952,'kh'),(3417346048,'my'),(3417348096,'au'),(3417348352,'in'),(3417348608,'nz'),(3417349120,'in'),(3417349632,'au'),(3417350144,'vn'),(3417352192,'cn'),(3417354240,'id'),(3417356288,'au'),(3417357312,'nz'),(3417357568,'au'),(3417357824,'pk'),(3417358336,'hk'),(3417374720,'ph'),(3417440256,'jp'),(3417833472,'nz'),(3417849856,'au'),(3417853952,'cn'),(3417858048,'jp'),(3417866240,'hk'),(3417915392,'th'),(3417939968,'pf'),(3417946112,'ap'),(3417947136,'in'),(3417947392,'hk'),(3417947648,'au'),(3417947904,'in'),(3417948160,'au'),(3417964544,'hk'),(3418030080,'tw'),(3418062848,'us'),(3418071040,'cn'),(3418079232,'in'),(3418095616,'th'),(3418112000,'hk'),(3418128384,'au'),(3418136576,'bd'),(3418144768,'tw'),(3418148864,'jp'),(3418150912,'au'),(3418152960,'in'),(3418155008,'my'),(3418157056,'bd'),(3418161664,'au'),(3418162432,'in'),(3418163200,'ph'),(3418165248,'my'),(3418167296,'in'),(3418167552,'au'),(3418167808,'ap'),(3418168320,'vn'),(3418169344,'jp'),(3418177536,'lk'),(3418181632,'au'),(3418183680,'id'),(3418184192,'in'),(3418184960,'au'),(3418190848,'th'),(3418191872,'id'),(3418192896,'au'),(3418193920,'kh'),(3418202112,'hk'),(3418206208,'in'),(3418208256,'lk'),(3418218496,'bd'),(3418230784,'tw'),(3418232832,'au'),(3418233344,'kr'),(3418233856,'jp'),(3418234880,'bd'),(3418235904,'id'),(3418236416,'hk'),(3418236928,'id'),(3418241024,'jp'),(3418243072,'ph'),(3418251264,'cn'),(3418255360,'id'),(3418257408,'hk'),(3418259456,'in'),(3418267648,'vn'),(3418271744,'sg'),(3418273792,'id'),(3418275840,'au'),(3418279936,'nz'),(3418281984,'in'),(3418282240,'au'),(3418282496,'ph'),(3418283520,'au'),(3418284032,'sg'),(3418288128,'id'),(3418290176,'in'),(3418290688,'th'),(3418291200,'au'),(3418291712,'bd'),(3418292736,'au'),(3418292992,'hk'),(3418293504,'in'),(3418293760,'au'),(3418294016,'nz'),(3418294272,'vn'),(3418296320,'cn'),(3418300416,'bd'),(3418300928,'in'),(3418301440,'au'),(3418302464,'id'),(3418304512,'vn'),(3418306560,'mn'),(3418308608,'cn'),(3418324992,'bd'),(3418326016,'au'),(3418326528,'ph'),(3418327040,'jp'),(3418329088,'cn'),(3418333184,'au'),(3418345472,'jp'),(3418357760,'cn'),(3418365952,'th'),(3418374144,'au'),(3418382336,'jp'),(3418406912,'in'),(3418423296,'hk'),(3418456064,'in'),(3418472448,'au'),(3418505216,'jp'),(3418513408,'in'),(3418517504,'mn'),(3418521600,'hk'),(3418578944,'th'),(3418586112,'au'),(3418586368,'sg'),(3418586880,'au'),(3418619904,'cn'),(3418624000,'jp'),(3418626048,'ki'),(3418628096,'au'),(3418636288,'jp'),(3418642944,'id'),(3418643200,'jp'),(3418643456,'au'),(3418644480,'jp'),(3418652672,'in'),(3418750976,'hk'),(3418816512,'in'),(3418947584,'au'),(3418955776,'tw'),(3418959872,'bd'),(3418960384,'id'),(3418960896,'sg'),(3418961920,'vn'),(3418962944,'in'),(3418963968,'au'),(3418988544,'id'),(3418992640,'sg'),(3418993920,'mn'),(3418994176,'my'),(3418994432,'au'),(3418994688,'my'),(3418995712,'jp'),(3418996736,'in'),(3419013120,'au'),(3419062272,'jp'),(3419070464,'hk'),(3419072512,'jp'),(3419073024,'sg'),(3419073280,'fj'),(3419074048,'sg'),(3419074560,'bd'),(3419078656,'tw'),(3419238400,'jp'),(3419275264,'au'),(3419340800,'tw'),(3419344896,'kr'),(3419348992,'tw'),(3419353088,'jp'),(3419354112,'id'),(3419356160,'nz'),(3419356672,'in'),(3419357184,'cn'),(3419411456,'hk'),(3419411712,'nz'),(3419412224,'jp'),(3419412480,'ph'),(3419414528,'cn'),(3419422720,'au'),(3419439104,'sg'),(3419471872,'th'),(3419504640,'hk'),(3419508736,'jp'),(3419512832,'au'),(3419516928,'jp'),(3419517952,'vn'),(3419518976,'tw'),(3419520000,'id'),(3419520768,'th'),(3419521024,'au'),(3419529216,'cn'),(3419537408,'hk'),(3419541504,'kr'),(3419553792,'au'),(3419557888,'id'),(3419558400,'au'),(3419558656,'id'),(3419559936,'jp'),(3419560960,'in'),(3419561984,'au'),(3419570176,'vn'),(3419602944,'tw'),(3419611136,'jp'),(3419617280,'au'),(3419618304,'sg'),(3419619328,'nz'),(3419635712,'sg'),(3419643904,'jp'),(3419668480,'cn'),(3419672576,'au'),(3419674624,'in'),(3419675648,'mn'),(3419676672,'jp'),(3419684864,'in'),(3419688960,'cn'),(3419693056,'kr'),(3419701248,'au'),(3419709440,'kr'),(3419717632,'in'),(3419734016,'au'),(3419774976,'jp'),(3419783168,'ph'),(3419791360,'au'),(3419873280,'af'),(3419877376,'id'),(3419877632,'kh'),(3419877888,'id'),(3419878144,'in'),(3419879424,'jp'),(3419880448,'my'),(3419881472,'ph'),(3419897856,'au'),(3419906048,'pk'),(3419914240,'kr'),(3419922432,'jp'),(3419926528,'hk'),(3419930624,'jp'),(3419971584,'kr'),(3419979776,'jp'),(3419996160,'au'),(3420020736,'tw'),(3420028928,'my'),(3420029952,'id'),(3420030976,'in'),(3420032000,'id'),(3420032256,'au'),(3420032512,'nz'),(3420033024,'in'),(3420034048,'au'),(3420036096,'jp'),(3420037120,'au'),(3420039168,'kh'),(3420040192,'id'),(3420040704,'in'),(3420040960,'hk'),(3420041216,'my'),(3420042240,'jp'),(3420043264,'sg'),(3420044288,'id'),(3420045312,'kr'),(3420061696,'hk'),(3420127232,'au'),(3420323840,'tw'),(3420332032,'au'),(3420372992,'cn'),(3420377088,'jp'),(3420389376,'cn'),(3420395520,'jp'),(3420397568,'kh'),(3420401664,'jp'),(3420411904,'th'),(3420412416,'id'),(3420412928,'bd'),(3420413952,'kr'),(3420422144,'my'),(3420430336,'pk'),(3420434432,'in'),(3420434688,'kr'),(3420434944,'hk'),(3420435200,'au'),(3420435456,'jp'),(3420436480,'au'),(3420437504,'in'),(3420438528,'hk'),(3420454912,'kr'),(3523215360,'au'),(3523223552,'kr'),(3523231744,'au'),(3523248128,'hk'),(3523280896,'th'),(3523297280,'ph'),(3523317760,'jp'),(3523330048,'au'),(3523340288,'ap'),(3523342336,'bd'),(3523346432,'cn'),(3523354624,'kr'),(3523379200,'pk'),(3523395584,'jp'),(3523411968,'hk'),(3523477504,'ph'),(3523493888,'bd'),(3523497984,'au'),(3523500032,'kr'),(3523502080,'ph'),(3523510272,'th'),(3523518464,'jp'),(3523526656,'ap'),(3523530752,'nz'),(3523532800,'kr'),(3523534848,'au'),(3523538944,'jp'),(3523543040,'cn'),(3523551232,'au'),(3523553280,'my'),(3523555328,'nz'),(3523559424,'ph'),(3523579904,'cn'),(3523584000,'hk'),(3523592192,'ap'),(3523608576,'hk'),(3523674112,'fj'),(3523682304,'nz'),(3523686400,'au'),(3523690496,'in'),(3523698688,'ap'),(3523739648,'au'),(3524001792,'cn'),(3524132864,'ph'),(3524145152,'jp'),(3524149248,'cn'),(3524157440,'au'),(3524161536,'cn'),(3524247552,'au'),(3524263936,'ph'),(3524296704,'cn'),(3524313088,'kr'),(3524329472,'tw'),(3524362240,'hk'),(3524395008,'in'),(3524444160,'au'),(3524460544,'my'),(3524526080,'jp'),(3524591616,'cn'),(3524722688,'sg'),(3524730880,'cn'),(3524739072,'id'),(3524743168,'mp'),(3524747264,'ph'),(3524755456,'sg'),(3524763648,'ph'),(3524788224,'sg'),(3524853760,'cn'),(3526361088,'nz'),(3526393856,'jp'),(3526397952,'my'),(3526402048,'nz'),(3526410240,'my'),(3526414336,'au'),(3526416384,'my'),(3526418432,'jp'),(3526426624,'au'),(3526557696,'cn'),(3526754304,'nz'),(3526885376,'pk'),(3526893568,'nz'),(3526897664,'hk'),(3526901760,'au'),(3526909952,'in'),(3526918144,'sg'),(3526924288,'au'),(3526926336,'jp'),(3526934528,'cn'),(3526942720,'au'),(3526950912,'hk'),(3527004160,'id'),(3527008256,'kr'),(3527016448,'tw'),(3527933952,'cn'),(3528392704,'jp'),(3528396800,'au'),(3528400896,'jp'),(3528404992,'nz'),(3528409088,'cn'),(3528425472,'jp'),(3528445952,'id'),(3528450048,'cn'),(3528458240,'af'),(3528474624,'tw'),(3528482816,'kr'),(3528491008,'au'),(3528507392,'jp'),(3528589312,'cn'),(3528720384,'au'),(3528785920,'tw'),(3528851456,'nz'),(3528884224,'th'),(3528908800,'vn'),(3528912896,'au'),(3528933376,'jp'),(3528949760,'cn'),(3528966144,'kr'),(3528974336,'jp'),(3528978432,'hk'),(3528982528,'jp'),(3529056256,'in'),(3529064448,'hk'),(3529072640,'jp'),(3529080832,'au'),(3529089024,'kr'),(3529097216,'jp'),(3529113600,'kr'),(3531603968,'jp'),(3534749696,'hk'),(3534880768,'kr'),(3535273984,'hk'),(3535339520,'nz'),(3535355904,'au'),(3535372288,'jp'),(3535380480,'ph'),(3535388672,'cn'),(3535405056,'my'),(3535536128,'jp'),(3535798272,'tw'),(3535814656,'kr'),(3535822848,'cn'),(3535831040,'tw'),(3535863808,'sg'),(3535880192,'jp'),(3535896576,'au'),(3535929344,'jp'),(3535994880,'my'),(3536060416,'jp'),(3536322560,'tw'),(3536551936,'th'),(3536568320,'jp'),(3536584704,'kr'),(3536846848,'tw'),(3536928768,'hk'),(3536945152,'tw'),(3536977920,'in'),(3537010688,'id'),(3537027072,'kr'),(3537047552,'id'),(3537049600,'hk'),(3537051648,'jp'),(3537059840,'kr'),(3537068032,'vn'),(3537076224,'in'),(3537174528,'th'),(3537190912,'ph'),(3537240064,'in'),(3537305600,'au'),(3537371136,'kr'),(3537895424,'jp'),(3538944000,'tw'),(3539271680,'vn'),(3539304448,'hk'),(3539337216,'nz'),(3539353600,'th'),(3539402752,'jp'),(3539435520,'au'),(3539468288,'jp'),(3541303296,'tw'),(3541565440,'my'),(3541696512,'au'),(3542089728,'kr'),(3544186880,'cn'),(3544711168,'tw'),(3545235456,'cn'),(3546808320,'kr'),(3547856896,'jp'),(3548905472,'cn'),(3551002624,'kr'),(3657433088,'cn'),(3659530240,'tw'),(3659595776,'id'),(3659628544,'jp'),(3659661312,'tw'),(3659792384,'kr'),(3660054528,'jp'),(3660578816,'kr'),(3661103104,'cn'),(3663986688,'au'),(3663986944,'ap'),(3663987200,'au'),(3663987712,'id'),(3663987968,'jp'),(3663989248,'vn'),(3663989504,'id'),(3663989760,'au'),(3663990272,'vn'),(3663990528,'jp'),(3663990784,'hk'),(3663991296,'my'),(3663991552,'au'),(3663991808,'jp'),(3663992064,'nz'),(3663992320,'my'),(3663992576,'nz'),(3663993600,'id'),(3663995904,'au'),(3663996416,'th'),(3663996672,'au'),(3663997184,'id'),(3663997440,'jp'),(3663997696,'au'),(3663997952,'my'),(3663998208,'jp'),(3663998464,'th'),(3663998976,'in'),(3663999488,'au'),(3663999744,'kh'),(3664000000,'au'),(3664000768,'id'),(3664001024,'nz'),(3664001280,'lk'),(3664001536,'my'),(3664001792,'au'),(3664002048,'vn'),(3664002304,'lk'),(3664002560,'id'),(3664003328,'nz'),(3664003584,'th'),(3664003840,'jp'),(3664004096,'nz'),(3664004352,'my'),(3664004608,'sg'),(3664004864,'kh'),(3664005120,'id'),(3664052224,'nz'),(3664084992,'kr'),(3664117760,'hk'),(3664248832,'cn'),(3664642048,'jp'),(3664707584,'my'),(3664773120,'jp'),(3666870272,'kr'),(3667918848,'tw'),(3668967424,'jp'),(3669491712,'tw'),(3669557248,'au'),(3669590016,'jp'),(3669606400,'cn'),(3669614592,'nz'),(3669616640,'au'),(3669620736,'jp'),(3669622784,'sg'),(3669688320,'tw'),(3669753856,'hk'),(3670016000,'cn'),(3671064576,'my'),(3671130112,'kr'),(3671195648,'tw'),(3671326720,'sg'),(3671392256,'hk'),(3671457792,'au'),(3671588864,'jp'),(3672637440,'kr'),(3673161728,'cn'),(3673686016,'in'),(3673751552,'cn'),(3673817088,'hk'),(3673882624,'jp'),(3673948160,'hk'),(3674210304,'jp'),(3678404608,'in'),(3678535680,'jp'),(3678666752,'tw'),(3678928896,'cn'),(3678994432,'hk'),(3679027200,'jp'),(3679059968,'sg'),(3679158272,'jp'),(3679191040,'hk'),(3679453184,'tw'),(3679584256,'cn'),(3679649792,'id'),(3679715328,'tw'),(3679977472,'nz'),(3680108544,'tw'),(3680124928,'ph'),(3680133120,'in'),(3680137216,'hk'),(3680141312,'au'),(3680174080,'tw'),(3680206848,'in'),(3680239616,'my'),(3680403456,'jp'),(3680436224,'my'),(3680501760,'jp'),(3682598912,'cn'),(3684696064,'jp'),(3688366080,'cn'),(3689938944,'kr'),(3690070016,'cn'),(3690463232,'kr'),(3690987520,'jp'),(3695181824,'kr'),(3697278976,'jp'),(3697606656,'au'),(3697655808,'cn'),(3697672192,'jp'),(3697737728,'kr'),(3697803264,'jp'),(3698327552,'cn'),(3698589696,'kr'),(3699376128,'tw'),(3700424704,'jp'),(3700752384,'kr'),(3700817920,'jp'),(3700977664,'au'),(3700979712,'jp'),(3700981760,'cn'),(3701014528,'jp'),(3701080064,'cn'),(3701211136,'jp'),(3701256192,'sg'),(3701258240,'in'),(3701260288,'jp'),(3701293056,'au'),(3701301248,'id'),(3701305344,'tw'),(3701309440,'jp'),(3701473280,'cn'),(3704619008,'jp'),(3705667584,'in'),(3705929728,'tw'),(3706060800,'kr'),(3706126336,'cn'),(3706142720,'vn'),(3706159104,'cn'),(3706191872,'sg'),(3706208256,'cn'),(3706224640,'hk'),(3706257408,'au'),(3706322944,'cn'),(3706388480,'au'),(3706781696,'hk'),(3706847232,'cn'),(3706978304,'au'),(3707109376,'hk'),(3707174912,'jp'),(3707207680,'tw'),(3707215872,'bd'),(3707217920,'id'),(3707219968,'au'),(3707222016,'jp'),(3707224064,'lk'),(3707240448,'cn'),(3707568128,'au'),(3707633664,'jp'),(3707699200,'sg'),(3707764736,'cn'),(3708600320,'jp'),(3708616704,'cn'),(3708813312,'jp'),(3715629056,'tw'),(3715653632,'bd'),(3715655680,'in'),(3715657728,'sg'),(3715661824,'au'),(3715674112,'hk'),(3715678208,'pk'),(3715694592,'vn'),(3715710976,'au'),(3715719168,'ph'),(3715727360,'au'),(3715735552,'jp'),(3715741696,'ph'),(3715743744,'jp'),(3715760128,'cn'),(3715891200,'hk'),(3716153344,'sg'),(3716169728,'th'),(3716218880,'cn'),(3716415488,'vn'),(3716431872,'kr'),(3716440064,'jp'),(3716444160,'pk'),(3716448256,'jp'),(3716464640,'id'),(3716481024,'vn'),(3716489216,'my'),(3716493312,'kr'),(3716497408,'jp'),(3716513792,'kr'),(3716530176,'au'),(3716538368,'cn'),(3716546560,'in'),(3716677632,'cn'),(3716808704,'kr'),(3718840320,'tw'),(3718905856,'jp'),(3719036928,'cn'),(3719823360,'jp'),(3720347648,'cn'),(3720859648,'au'),(3720863744,'cn'),(3723493376,'jp'),(3725590528,'cn'),(3730833408,'kr'),(3732602880,'th'),(3732668416,'id'),(3732733952,'cn'),(3732799488,'ph'),(3732832256,'cn'),(3732865024,'ph'),(3732930560,'cn'),(3733979136,'jp'),(3734503424,'nz'),(3734765568,'tw'),(3734896640,'jp'),(3735027712,'cn'),(3735289856,'sg'),(3735388160,'lk'),(3735404544,'id'),(3735420928,'hk'),(3735552000,'cn'),(3739222016,'jp'),(3739570176,'id'),(3739574272,'jp'),(3739680768,'kr'),(3739697152,'jp'),(3739746304,'kr'),(3740270592,'cn'),(3740925952,'tw'),(3741024256,'kr'),(3741057024,'vn'),(3741450240,'cn'),(3742367744,'hk'),(3742629888,'cn'),(3742760960,'tw'),(3742892032,'th'),(3742957568,'ph'),(3742973952,'sg'),(3742982144,'id'),(3742986240,'au'),(3742990336,'jp'),(3743006720,'th'),(3743014912,'au'),(3743019008,'my'),(3743023104,'tw'),(3743027200,'sg'),(3743416320,'kr'),(3745513472,'cn'),(3749838848,'ap'),(3749839872,'in'),(3749840896,'ph'),(3749841920,'au'),(3749847040,'hk'),(3749855232,'kr'),(3749969920,'jp'),(3750232064,'tw'),(3751804928,'cn'),(3752067072,'id'),(3752132608,'bd'),(3752133632,'id'),(3752134656,'tw'),(3752136704,'nz'),(3752138752,'in'),(3752140800,'jp'),(3752148992,'nz'),(3752157184,'au'),(3752165376,'kr'),(3752198144,'cn'),(3752329216,'kr'),(3753902080,'cn'),(3754033152,'kr'),(3754164224,'in'),(3754229760,'hk'),(3754295296,'cn'),(3754426368,'tw'),(3754491904,'cn'),(3754688512,'th'),(3754950656,'cn'),(3755474944,'jp'),(3755737088,'cn'),(3755868160,'kr'),(3755933696,'jp'),(3755966464,'in'),(3755974656,'jp'),(3755976704,'kh'),(3755978752,'cn'),(3755986944,'jp'),(3755988992,'hk'),(3755991040,'jp'),(3757047808,'cn'),(3757834240,'au'),(3757899776,'kr'),(3757965312,'cn'),(3758063616,'hk'),(3758080000,'kr'),(3758088192,'id'),(3758090240,'au'),(3758092288,'hk'),(3758093312,'in'),(3758094336,'au'),(50331648,'us'),(251658240,'us'),(405012480,'ca'),(405143552,'us'),(405180416,'ca'),(405184512,'us'),(405405696,'pr'),(405422080,'us'),(405843968,'ca'),(405848064,'pr'),(405864448,'us'),(405921792,'ca'),(405929984,'us'),(405946368,'ca'),(405962752,'us'),(405979136,'pr'),(406003712,'us'),(406011904,'bs'),(406044672,'us'),(406147072,'ca'),(406159360,'us'),(406183936,'ca'),(406216704,'us'),(406241280,'pr'),(406323200,'us'),(406388736,'ca'),(406454272,'us'),(406847488,'ca'),(407408640,'us'),(407633920,'ca'),(408420352,'us'),(408502272,'ca'),(408518656,'us'),(408535040,'ca'),(408551424,'us'),(408719360,'vc'),(408723456,'us'),(409337856,'ca'),(409370624,'us'),(409731072,'ca'),(409862144,'us'),(410124288,'ca'),(410189824,'us'),(410648576,'ca'),(410714112,'us'),(411164672,'ca'),(411172864,'us'),(411566080,'us'),(411639808,'ca'),(411664384,'us'),(411680768,'ca'),(411746304,'pr'),(411762688,'ca'),(411770880,'us'),(411779072,'pr'),(411828224,'us'),(411893760,'ca'),(411975680,'us'),(412221440,'ca'),(412286976,'us'),(412483584,'ca'),(412549120,'us'),(412680192,'ca'),(412688384,'us'),(412704768,'ca'),(412708864,'us'),(412909568,'ca'),(412942336,'us'),(413908992,'pr'),(413925376,'us'),(415760384,'ca'),(416022528,'us'),(416153600,'bs'),(416161792,'us'),(416219136,'ca'),(416251904,'us'),(416546816,'ca'),(416612352,'us'),(416628736,'ca'),(416636928,'us'),(416743424,'ca'),(416776192,'us'),(417202176,'ca'),(417267712,'us'),(417366016,'ca'),(417398784,'us'),(417464320,'ca'),(417529856,'pr'),(417538048,'us'),(417775616,'ca'),(417796096,'us'),(417800192,'bs'),(417808384,'ca'),(417824768,'us'),(417923072,'us'),(418062336,'ca'),(418070528,'us'),(418078720,'ca'),(418119680,'us'),(418316288,'ca'),(418324480,'us'),(418643968,'ca'),(418668544,'us'),(418672640,'ca'),(418676736,'bs'),(418693120,'ca'),(418709504,'us'),(418766848,'ca'),(418807808,'us'),(436207616,'us'),(469762048,'us'),(738197504,'us'),(788529152,'ca'),(805306368,'us'),(872415232,'us'),(889192448,'de'),(905969664,'us'),(956301312,'fr'),(1056964608,'us'),(1065611264,'pr'),(1065615360,'us'),(1065811968,'ca'),(1065824256,'us'),(1065873408,'pr'),(1065877504,'us'),(1065906176,'ky'),(1065908224,'us'),(1072922624,'ca'),(1072955392,'us'),(1073373184,'ca'),(1073381376,'us'),(1074020352,'ca'),(1074028544,'us'),(1074118656,'ca'),(1074135040,'us'),(1074184192,'ca'),(1074188288,'us'),(1074229248,'ca'),(1074241536,'us'),(1074733056,'au'),(1074737152,'ca'),(1074745344,'us'),(1074757632,'ca'),(1074765824,'us'),(1074937856,'ca'),(1074946048,'us'),(1074962432,'ca'),(1074970624,'us'),(1075421184,'ca'),(1075429376,'us'),(1075478528,'ca'),(1075494912,'us'),(1075576832,'no'),(1075585024,'us'),(1075613696,'us'),(1075871744,'us'),(1076338688,'ca'),(1076346880,'us'),(1076387840,'ca'),(1076396032,'us'),(1076408320,'ca'),(1076412416,'us'),(1076424704,'ca'),(1076428800,'us'),(1076543488,'ca'),(1076559872,'us'),(1076756480,'ca'),(1076772864,'us'),(1077055488,'ca'),(1077059584,'us'),(1077444608,'ca'),(1077452800,'jp'),(1077460992,'us'),(1077469184,'ca'),(1077477376,'us'),(1077510144,'us'),(1077641216,'ca'),(1077657600,'us'),(1077977088,'ca'),(1077985280,'us'),(1077993472,'ca'),(1078001664,'us'),(1078067200,'bs'),(1078071296,'ca'),(1078075392,'us'),(1078124544,'ca'),(1078128640,'us'),(1078247424,'ca'),(1078251520,'us'),(1078456320,'ca'),(1078460416,'us'),(1078517760,'ca'),(1078525952,'us'),(1079320576,'ca'),(1079328768,'us'),(1079377920,'ca'),(1079443456,'us'),(1079459840,'ca'),(1079508992,'us'),(1079574528,'pr'),(1079578624,'us'),(1079664640,'ca'),(1079668736,'us'),(1079861248,'ca'),(1079865344,'us'),(1080033280,'ca'),(1080295424,'us'),(1080999936,'ca'),(1081016320,'us'),(1081212928,'ca'),(1081278464,'us'),(1081479168,'ca'),(1081483264,'us'),(1081565184,'ca'),(1081573376,'us'),(1081589760,'bb'),(1081593856,'ca'),(1081597952,'us'),(1082314752,'ca'),(1082318848,'us'),(1082683392,'ca'),(1082687488,'us'),(1082945536,'ca'),(1082949632,'us'),(1082982400,'ca'),(1083015168,'us'),(1083396096,'bm'),(1083400192,'us'),(1083437056,'ca'),(1083441152,'us'),(1083621376,'bs'),(1083637760,'us'),(1083686912,'ca'),(1083703296,'us'),(1085440000,'ca'),(1085448192,'us'),(1085456384,'pr'),(1085464576,'us'),(1085526016,'ca'),(1085530112,'us'),(1085538304,'ca'),(1085603840,'us'),(1085849600,'ca'),(1085857792,'us'),(1085915136,'pr'),(1085923328,'us'),(1085997056,'ca'),(1086013440,'us'),(1086922752,'ca'),(1086930944,'us'),(1086955520,'ca'),(1086971904,'us'),(1087016960,'ca'),(1087021056,'us'),(1088684032,'ca'),(1088946176,'us'),(1089167360,'ca'),(1089171456,'us'),(1089191936,'ca'),(1089200128,'us'),(1089306624,'pr'),(1089339392,'us'),(1089961984,'ca'),(1089970176,'pr'),(1089974272,'us'),(1090146304,'ca'),(1090150400,'us'),(1090207744,'ca'),(1090215936,'us'),(1090355200,'ca'),(1090363392,'us'),(1090387968,'ca'),(1090396160,'us'),(1090424832,'ca'),(1090428928,'us'),(1090445312,'ca'),(1090453504,'us'),(1091960832,'ca'),(1092026368,'us'),(1092075520,'pr'),(1092091904,'us'),(1093017600,'ca'),(1093021696,'us'),(1093025792,'ca'),(1093033984,'us'),(1093058560,'pr'),(1093066752,'us'),(1093074944,'ca'),(1093091328,'us'),(1093697536,'bb'),(1093730304,'us'),(1094565888,'ca'),(1094582272,'us'),(1095450624,'bs'),(1095467008,'us'),(1096278016,'ca'),(1096286208,'us'),(1096548352,'ca'),(1096810496,'us'),(1096884224,'ca'),(1096888320,'us'),(1096925184,'ca'),(1096941568,'us'),(1097728000,'ca'),(1097736192,'us'),(1097768960,'ca'),(1097777152,'us'),(1097830400,'ca'),(1097834496,'us'),(1102389248,'ca'),(1102393344,'us'),(1102512128,'jm'),(1102516224,'us'),(1107243008,'tc'),(1107247104,'us'),(1107275776,'ca'),(1107279872,'us'),(1107288064,'ca'),(1107296256,'us'),(1107701760,'ca'),(1107705856,'us'),(1107853312,'us'),(1108025344,'ca'),(1108029440,'us'),(1108033536,'ca'),(1108041728,'us'),(1108054016,'ca'),(1108066304,'us'),(1108500480,'us'),(1108525056,'ca'),(1108541440,'us'),(1109688320,'ca'),(1109696512,'us'),(1109819392,'ca'),(1109852160,'us'),(1110126592,'ca'),(1110130688,'us'),(1110310912,'ca'),(1110376448,'us'),(1110540288,'ca'),(1110573056,'pr'),(1110638592,'us'),(1110663168,'ca'),(1110675456,'us'),(1110679552,'ca'),(1110683648,'us'),(1110700032,'ca'),(1110704128,'us'),(1110863872,'jm'),(1110867968,'us'),(1110929408,'bm'),(1110933504,'us'),(1111195648,'ca'),(1111212032,'us'),(1111244800,'us'),(1112432640,'ca'),(1112440832,'us'),(1112530944,'ca'),(1112539136,'us'),(1113591808,'ca'),(1113595904,'us'),(1113657344,'ca'),(1113661440,'us'),(1113743360,'us'),(1113997312,'ca'),(1114005504,'us'),(1114054656,'ca'),(1114062848,'us'),(1114095616,'ca'),(1114103808,'us'),(1114505216,'ca'),(1114554368,'us'),(1114681344,'ca'),(1114685440,'us'),(1114730496,'ca'),(1114734592,'us'),(1115136000,'ca'),(1115144192,'us'),(1115705344,'ca'),(1115709440,'us'),(1115783168,'ca'),(1115791360,'pr'),(1115795456,'ca'),(1115799552,'us'),(1115815936,'ca'),(1115947008,'us'),(1116168192,'ca'),(1116176384,'us'),(1116897280,'ca'),(1116905472,'us'),(1117274112,'ca'),(1117282304,'us'),(1117413376,'ca'),(1117421568,'us'),(1117683712,'ca'),(1117691904,'us'),(1117724672,'ca'),(1117728768,'us'),(1117745152,'ca'),(1117749248,'us'),(1117978624,'ca'),(1117986816,'us'),(1117995008,'ca'),(1117999104,'us'),(1118027776,'ca'),(1118031872,'us'),(1118158848,'ca'),(1118167040,'us'),(1118474240,'ca'),(1118478336,'us'),(1119109120,'ca'),(1119113216,'us'),(1119211520,'ca'),(1119215616,'us'),(1119289344,'ca'),(1119354880,'us'),(1119428608,'vi'),(1119432704,'ca'),(1119436800,'us'),(1119440896,'ca'),(1119444992,'us'),(1119469568,'ca'),(1119477760,'us'),(1119502336,'ca'),(1119510528,'us'),(1119580160,'ca'),(1119584256,'us'),(1120149504,'ca'),(1120153600,'us'),(1120272384,'ca'),(1120321536,'us'),(1120346112,'ca'),(1120350208,'us'),(1120518144,'ca'),(1120534528,'us'),(1120641024,'ca'),(1120657408,'us'),(1120854016,'ca'),(1120862208,'us'),(1120886784,'ca'),(1120894976,'us'),(1120911360,'ca'),(1120919552,'us'),(1121005568,'ca'),(1121009664,'us'),(1121038336,'ca'),(1121042432,'us'),(1121230848,'ca'),(1121239040,'us'),(1121247232,'ca'),(1121255424,'us'),(1121878016,'ca'),(1121910784,'us'),(1122074624,'ca'),(1122091008,'us'),(1122140160,'ca'),(1122148352,'us'),(1122455552,'us'),(1122476032,'pr'),(1122480128,'us'),(1122635776,'ca'),(1122639872,'us'),(1123057664,'ca'),(1123074048,'us'),(1123123200,'ca'),(1123127296,'us'),(1123180544,'ca'),(1123184640,'us'),(1123319808,'ca'),(1123323904,'us'),(1123336192,'ca'),(1123352576,'us'),(1123590144,'vi'),(1123598336,'us'),(1123651584,'jm'),(1123655680,'us'),(1123848192,'ca'),(1123852288,'us'),(1123950592,'ca'),(1123958784,'us'),(1125474304,'ca'),(1125478400,'us'),(1125498880,'ca'),(1125515264,'us'),(1125531648,'ca'),(1125543936,'us'),(1125548032,'ca'),(1125552128,'us'),(1125572608,'ca'),(1125576704,'us'),(1125613568,'ca'),(1125617664,'us'),(1126924288,'ca'),(1126928384,'us'),(1126948864,'ca'),(1126952960,'us'),(1127677952,'ca'),(1127694336,'us'),(1127923712,'ca'),(1127931904,'us'),(1128529920,'ca'),(1128792064,'us'),(1134444544,'ca'),(1134448640,'us'),(1134546944,'ca'),(1134551040,'us'),(1136721920,'ca'),(1136787456,'us'),(1137278976,'ca'),(1137295360,'us'),(1137426432,'pr'),(1137442816,'ca'),(1137459200,'us'),(1137491968,'ca'),(1137508352,'us'),(1137524736,'ca'),(1137541120,'us'),(1137623040,'pr'),(1137639424,'us'),(1137704960,'ca'),(1137713152,'us'),(1137868800,'ca'),(1137872896,'us'),(1137876992,'ca'),(1137881088,'us'),(1137889280,'ca'),(1137893376,'us'),(1137917952,'ca'),(1137922048,'us'),(1137926144,'ca'),(1137934336,'us'),(1137950720,'ca'),(1137954816,'us'),(1137963008,'vi'),(1137967104,'ca'),(1137975296,'us'),(1137983488,'ca'),(1137991680,'us'),(1138049024,'ca'),(1138061312,'us'),(1138163712,'ca'),(1138167808,'us'),(1138176000,'ca'),(1138180096,'us'),(1138188288,'pr'),(1138192384,'us'),(1138196480,'ca'),(1138204672,'us'),(1138212864,'ca'),(1138216960,'us'),(1138499584,'ca'),(1138503680,'us'),(1138548736,'ca'),(1138556928,'us'),(1138593792,'ca'),(1138597888,'us'),(1138704384,'ca'),(1138716672,'us'),(1138720768,'ca'),(1138728960,'us'),(1138774016,'ca'),(1138778112,'us'),(1138786304,'pr'),(1138819072,'ca'),(1138851840,'us'),(1138917376,'ca'),(1138950144,'us'),(1139179520,'ca'),(1139195904,'us'),(1139261440,'ca'),(1139269632,'us'),(1145188352,'ca'),(1145192448,'us'),(1145249792,'ca'),(1145257984,'us'),(1145307136,'ca'),(1145311232,'us'),(1145376768,'ca'),(1145380864,'us'),(1145405440,'ca'),(1145413632,'us'),(1145421824,'ca'),(1145430016,'us'),(1145475072,'ca'),(1145479168,'us'),(1145503744,'ca'),(1145520128,'us'),(1145552896,'ca'),(1145556992,'us'),(1150287872,'ca'),(1150812160,'us'),(1151889408,'ca'),(1151897600,'us'),(1152073728,'ca'),(1152077824,'us'),(1152114688,'ca'),(1152122880,'us'),(1152581632,'ca'),(1152614400,'us'),(1152778240,'ca'),(1152843776,'us'),(1156071424,'ca'),(1156079616,'us'),(1156296704,'ca'),(1156300800,'us'),(1157931008,'bs'),(1157935104,'us'),(1157943296,'ca'),(1157947392,'us'),(1158148096,'ca'),(1158152192,'us'),(1158316032,'ca'),(1158324224,'us'),(1158340608,'ca'),(1158344704,'us'),(1158348800,'ca'),(1158381568,'us'),(1158774784,'ca'),(1158791168,'bm'),(1158799360,'ca'),(1158807552,'us'),(1158995968,'ca'),(1159004160,'us'),(1159213056,'ca'),(1159217152,'us'),(1159348224,'ca'),(1159356416,'us'),(1159421952,'ca'),(1159430144,'us'),(1159700480,'ca'),(1159725056,'us'),(1160011776,'ca'),(1160019968,'us'),(1160364032,'ca'),(1160368128,'us'),(1160392704,'ca'),(1160396800,'us'),(1160425472,'ca'),(1160429568,'us'),(1160667136,'ca'),(1160675328,'us'),(1160683520,'ca'),(1160691712,'us'),(1160847360,'ca'),(1160855552,'us'),(1160921088,'ag'),(1160925184,'us'),(1161019392,'ca'),(1161035776,'us'),(1161293824,'ca'),(1161297920,'us'),(1161363456,'ca'),(1161367552,'us'),(1161420800,'ag'),(1161428992,'us'),(1161453568,'ca'),(1161457664,'us'),(1161576448,'ca'),(1161580544,'us'),(1161617408,'ca'),(1161625600,'us'),(1161764864,'ca'),(1161777152,'us'),(1161818112,'ca'),(1161822208,'us'),(1162018816,'ca'),(1162022912,'us'),(1162031104,'us'),(1162059776,'ca'),(1162067968,'us'),(1162215424,'ca'),(1162280960,'us'),(1162297344,'ca'),(1162305536,'us'),(1162461184,'bb'),(1162477568,'us'),(1162715136,'ca'),(1162723328,'us'),(1162870784,'bb'),(1162903552,'us'),(1163407360,'ca'),(1163411456,'us'),(1167851520,'ca'),(1168113664,'us'),(1168211968,'ca'),(1168228352,'us'),(1168420864,'ca'),(1168424960,'us'),(1168474112,'ca'),(1168509440,'us'),(1168510976,'ca'),(1168515072,'us'),(1168670720,'ca'),(1168687104,'us'),(1168859136,'ca'),(1168863232,'us'),(1168867328,'ca'),(1168875520,'us'),(1168887808,'ca'),(1168891904,'us'),(1168916480,'ca'),(1168932864,'us'),(1168936960,'ca'),(1168949248,'us'),(1168973824,'ca'),(1168982016,'us'),(1169203200,'ca'),(1169211392,'us'),(1170472960,'ca'),(1170481152,'us'),(1170489344,'ca'),(1170497536,'us'),(1170505728,'ca'),(1170522112,'us'),(1175977984,'ca'),(1176502272,'us'),(1176662016,'ca'),(1176666112,'us'),(1176702976,'ca'),(1176707072,'us'),(1176731648,'pr'),(1176735744,'us'),(1176739840,'ca'),(1176748032,'us'),(1176752128,'ca'),(1176756224,'us'),(1176764416,'pm'),(1176768512,'us'),(1176776704,'ca'),(1176780800,'us'),(1176895488,'ca'),(1176928256,'us'),(1177354240,'pr'),(1177419776,'us'),(1177550848,'ca'),(1178075136,'us'),(1178599424,'ca'),(1179910144,'us'),(1191673856,'ca'),(1191706624,'us'),(1192296448,'ca'),(1192361984,'us'),(1192427520,'ca'),(1192493056,'us'),(1207975936,'ca'),(1207980032,'us'),(1208008704,'ca'),(1208016896,'us'),(1208020992,'ca'),(1208025088,'us'),(1208074240,'ca'),(1208082432,'us'),(1208090624,'ca'),(1208107008,'us'),(1208590336,'ca'),(1208598528,'us'),(1208647680,'ca'),(1208659968,'us'),(1208721408,'ca'),(1208729600,'us'),(1208770560,'ca'),(1208774656,'us'),(1208778752,'ca'),(1208795136,'us'),(1208852480,'ca'),(1208860672,'us'),(1208918016,'ca'),(1208922112,'us'),(1208954880,'ca'),(1208958976,'us'),(1208975360,'ca'),(1208983552,'us'),(1209434112,'bb'),(1209442304,'us'),(1209647104,'ca'),(1209663488,'us'),(1209729024,'jm'),(1209786368,'us'),(1209810944,'ca'),(1209827328,'us'),(1209917440,'ca'),(1209925632,'us'),(1210253312,'ca'),(1210261504,'us'),(1210449920,'ca'),(1210580992,'us'),(1210925056,'ca'),(1210941440,'us'),(1211236352,'pr'),(1211269120,'us'),(1211318272,'bb'),(1211334656,'us'),(1211432960,'ca'),(1211473920,'us'),(1211596800,'ca'),(1211613184,'us'),(1216872448,'ca'),(1217396736,'us'),(1219256320,'ca'),(1219264512,'us'),(1219272704,'ca'),(1219276800,'us'),(1241743360,'ca'),(1241759744,'us'),(1242300416,'ca'),(1242562560,'us'),(1244659712,'ca'),(1244790784,'us'),(1244831744,'ca'),(1244839936,'us'),(1244848128,'ca'),(1244852224,'us'),(1244864512,'ca'),(1244872704,'us'),(1245184000,'ca'),(1245446144,'us'),(1246904320,'ca'),(1246912512,'us'),(1246937088,'ca'),(1246945280,'us'),(1248864256,'ca'),(1248866304,'us'),(1248885760,'ca'),(1248886784,'us'),(1248899072,'ca'),(1248900096,'us'),(1248913408,'mf'),(1248915456,'us'),(1248919552,'ca'),(1248920576,'us'),(1248921600,'ca'),(1248923648,'us'),(1248936960,'ca'),(1248939008,'us'),(1248946176,'vg'),(1248947200,'us'),(1248958464,'ca'),(1248959488,'us'),(1248964608,'ca'),(1248966656,'us'),(1249003520,'ca'),(1249005568,'us'),(1249010688,'ca'),(1249011712,'us'),(1249019904,'ca'),(1249020928,'us'),(1249029120,'ca'),(1249030144,'us'),(1249036288,'tc'),(1249037312,'us'),(1249038336,'ca'),(1249040384,'us'),(1249046528,'bm'),(1249047552,'us'),(1249082368,'ca'),(1249083392,'us'),(1249099776,'ca'),(1249101824,'pr'),(1249102848,'ca'),(1249103872,'us'),(1249106944,'ca'),(1249107968,'us'),(1249130496,'jm'),(1249131520,'us'),(1249139712,'mf'),(1249140736,'us'),(1249163264,'ca'),(1249167360,'us'),(1249171456,'ca'),(1249173504,'us'),(1249191936,'ca'),(1249193984,'us'),(1249203200,'gd'),(1249204224,'us'),(1249210368,'ky'),(1249212416,'us'),(1249217536,'ca'),(1249218560,'us'),(1249236992,'ky'),(1249239040,'us'),(1249245184,'ca'),(1249247232,'us'),(1249256448,'ca'),(1249257472,'us'),(1249260544,'ca'),(1249261568,'us'),(1249272832,'ca'),(1249273856,'us'),(1249310720,'ca'),(1249311744,'us'),(1249312768,'ca'),(1249313792,'us'),(1249335296,'ca'),(1249337344,'us'),(1249359872,'ca'),(1249361920,'us'),(1249384448,'pr'),(1249386496,'us'),(1249391616,'ca'),(1249392640,'us'),(1249396736,'ca'),(1249397760,'us'),(1249409024,'ca'),(1249410048,'us'),(1249452032,'ca'),(1249453056,'us'),(1249474560,'ca'),(1249475584,'us'),(1249484800,'ca'),(1249486848,'us'),(1249506304,'ca'),(1249507328,'us'),(1249522688,'ca'),(1249523712,'us'),(1249531904,'gd'),(1249533952,'us'),(1249542144,'ca'),(1249544192,'us'),(1249562624,'ca'),(1249564672,'us'),(1249571840,'ca'),(1249572864,'us'),(1249576960,'ca'),(1249577984,'us'),(1249592320,'ca'),(1249593344,'us'),(1249598464,'ca'),(1249599488,'us'),(1249796096,'ca'),(1249804288,'us'),(1249886208,'ca'),(1249902592,'us'),(1254490112,'ca'),(1254555648,'us'),(1254621184,'ca'),(1254629376,'us'),(1254989824,'ca'),(1254998016,'us'),(1255002112,'ca'),(1255006208,'us'),(1255047168,'ca'),(1255055360,'us'),(1255063552,'pr'),(1255071744,'us'),(1255276544,'ca'),(1255342080,'us'),(1255489536,'pr'),(1255505920,'us'),(1255514112,'ca'),(1255522304,'us'),(1255571456,'ca'),(1255579648,'us'),(1255669760,'ca'),(1255735296,'us'),(1255972864,'ca'),(1255981056,'us'),(1256001536,'ca'),(1256005632,'us'),(1256079360,'ky'),(1256087552,'us'),(1266147328,'ca'),(1266155520,'us'),(1268252672,'ca'),(1268776960,'us'),(1275600896,'bm'),(1275604992,'us'),(1275621376,'ca'),(1275625472,'us'),(1275666432,'ca'),(1275674624,'us'),(1275707392,'ca'),(1275715584,'us'),(1275756544,'ca'),(1275772928,'us'),(1275789312,'ca'),(1275822080,'us'),(1279262720,'ca'),(1279787008,'us'),(1279848448,'pr'),(1279852544,'us'),(1280000000,'ca'),(1280032768,'us'),(1280040960,'ca'),(1280049152,'us'),(1280073728,'ca'),(1280081920,'us'),(1280090112,'ag'),(1280098304,'pr'),(1280102400,'us'),(1280131072,'ca'),(1280139264,'us'),(1610612736,'us'),(1610678272,'ca'),(1610743808,'us'),(1611227136,'ca'),(1611235328,'us'),(1611923456,'ca'),(1612185600,'us'),(1612611584,'ca'),(1612636160,'us'),(1613471744,'jm'),(1613479936,'us'),(1613488128,'ca'),(1613496320,'us'),(1613512704,'ca'),(1613529088,'us'),(1613545472,'ca'),(1613565952,'us'),(1613570048,'ca'),(1613574144,'us'),(1613606912,'ca'),(1613615104,'us'),(1613635584,'ca'),(1613643776,'us'),(1613676544,'ca'),(1613680640,'us'),(1613737984,'ca'),(1613742080,'us'),(1613758464,'ca'),(1614282752,'us'),(1614741504,'ca'),(1614757888,'us'),(1614774272,'ca'),(1614790656,'us'),(1632305152,'ca'),(1632321536,'us'),(1632354304,'ca'),(1632362496,'us'),(1634414592,'ca'),(1634418688,'us'),(1634447360,'ca'),(1634451456,'us'),(1634455552,'ca'),(1634459648,'us'),(1634467840,'ca'),(1634729984,'us'),(1652293632,'ca'),(1652310016,'us'),(1653534720,'ca'),(1653538816,'us'),(1653555200,'ca'),(1653567488,'us'),(1653571584,'ca'),(1653575680,'us'),(1653592064,'ca'),(1653596160,'us'),(1653600256,'ca'),(1653604352,'us'),(1654542336,'ca'),(1654546432,'vg'),(1654550528,'us'),(1654554624,'ca'),(1654558720,'us'),(1654648832,'ca'),(1654652928,'us'),(1673527296,'ca'),(1673560064,'us'),(1673986048,'ca'),(1674051584,'us'),(1674575872,'ca'),(1795162112,'us'),(2147549184,'us'),(2148007936,'us'),(2148597760,'us'),(2150236160,'us'),(2150301696,'ca'),(2150367232,'us'),(2153250816,'us'),(2153644032,'us'),(2153971712,'us'),(2154037248,'ca'),(2154102784,'us'),(2156134400,'us'),(2156331008,'us'),(2156855296,'us'),(2156920832,'ca'),(2156986368,'us'),(2159083520,'us'),(2159280128,'us'),(2159607808,'us'),(2159869952,'ca'),(2159935488,'us'),(2160590848,'us'),(2160721920,'us'),(2161573888,'us'),(2162753536,'ca'),(2162884608,'us'),(2163277824,'us'),(2163474432,'us'),(2163671040,'us'),(2163933184,'us'),(2165178368,'us'),(2165374976,'us'),(2165637120,'us'),(2166095872,'us'),(2166358016,'us'),(2168258560,'us'),(2168717312,'us'),(2168913920,'us'),(2169110528,'us'),(2169438208,'us'),(2170093568,'us'),(2170224640,'us'),(2170486784,'us'),(2170617856,'ca'),(2170683392,'us'),(2170814464,'ca'),(2170880000,'us'),(2171142144,'us'),(2172518400,'us'),(2172649472,'ca'),(2172780544,'us'),(2172977152,'us'),(2173239296,'us'),(2173698048,'us'),(2175401984,'us'),(2175598592,'ca'),(2175664128,'us'),(2175795200,'us'),(2175991808,'us'),(2176450560,'us'),(2176581632,'us'),(2177105920,'us'),(2177368064,'us'),(2177826816,'us'),(2177957888,'us'),(2178416640,'us'),(2178547712,'us'),(2179661824,'us'),(2180186112,'us'),(2180513792,'us'),(2180644864,'us'),(2180972544,'us'),(2181824512,'ca'),(2181890048,'us'),(2182021120,'ca'),(2182086656,'us'),(2182807552,'us'),(2182938624,'us'),(2183200768,'us'),(2183331840,'us'),(2183528448,'us'),(2184642560,'us'),(2184773632,'us'),(2185035776,'us'),(2185166848,'ca'),(2185232384,'us'),(2185494528,'us'),(2185625600,'us'),(2185887744,'us'),(2186018816,'us'),(2186280960,'us'),(2186608640,'us'),(2186936320,'us'),(2187132928,'us'),(2187329536,'us'),(2187526144,'us'),(2187657216,'us'),(2187788288,'us'),(2187919360,'us'),(2188443648,'ca'),(2188509184,'us'),(2188705792,'us'),(2188967936,'us'),(2189164544,'us'),(2189295616,'us'),(2189623296,'us'),(2189819904,'us'),(2190016512,'us'),(2190868480,'us'),(2191130624,'us'),(2191261696,'us'),(2191523840,'us'),(2191654912,'us'),(2192769024,'ca'),(2192900096,'us'),(2193096704,'us'),(2193293312,'us'),(2193424384,'us'),(2193555456,'us'),(2193883136,'us'),(2194079744,'us'),(2194604032,'us'),(2194800640,'us'),(2195324928,'us'),(2195521536,'us'),(2195718144,'us'),(2197094400,'us'),(2197225472,'us'),(2197422080,'ca'),(2197553152,'us'),(2197946368,'us'),(2204237824,'us'),(2204434432,'us'),(2204565504,'us'),(2204631040,'ca'),(2204696576,'us'),(2205548544,'us'),(2206269440,'ca'),(2206400512,'us'),(2206466048,'ca'),(2207121408,'us'),(2207449088,'ca'),(2207647488,'us'),(2207647744,'ca'),(2207648512,'us'),(2207649792,'ca'),(2207653632,'us'),(2207653888,'ca'),(2207659776,'us'),(2207660032,'ca'),(2207661568,'us'),(2207661824,'ca'),(2207666176,'us'),(2207667200,'ca'),(2207678976,'us'),(2207679488,'ca'),(2207694336,'us'),(2207694592,'ca'),(2207711232,'us'),(2207842304,'us'),(2208038912,'us'),(2208432128,'ca'),(2208759808,'us'),(2209021952,'us'),(2209546240,'us'),(2209742848,'us'),(2210004992,'us'),(2210201600,'us'),(2210594816,'ca'),(2210725888,'us'),(2211053568,'ca'),(2211184640,'us'),(2211446784,'us'),(2211708928,'us'),(2211774464,'ca'),(2211840000,'us'),(2212102144,'us'),(2212364288,'us'),(2212560896,'us'),(2212823040,'us'),(2213019648,'ca'),(2213085184,'us'),(2213216256,'ca'),(2213412864,'us'),(2213740544,'us'),(2214002688,'us'),(2214133760,'us'),(2214330368,'us'),(2214396160,'ca'),(2214396416,'us'),(2214396672,'ca'),(2214396928,'us'),(2214397184,'ca'),(2214397696,'us'),(2214397952,'ca'),(2214398208,'us'),(2214398976,'ca'),(2214400768,'us'),(2214401280,'ca'),(2214408192,'us'),(2214411520,'ca'),(2214592512,'us'),(2219769856,'us'),(2224226304,'us'),(2224488448,'us'),(2224685056,'us'),(2224816128,'ca'),(2224947200,'us'),(2225733632,'us'),(2225864704,'us'),(2226192384,'us'),(2226585600,'us'),(2226913280,'us'),(2227503104,'us'),(2227699712,'us'),(2227830784,'ca'),(2229207040,'us'),(2229338112,'ca'),(2229403648,'us'),(2229534720,'us'),(2229862400,'us'),(2229993472,'us'),(2230648832,'us'),(2230714368,'ca'),(2230910976,'us'),(2231173120,'us'),(2248409088,'us'),(2248671232,'us'),(2249457664,'us'),(2249588736,'ca'),(2249654272,'us'),(2249850880,'us'),(2250047488,'us'),(2250178560,'ca'),(2250244096,'us'),(2250440704,'us'),(2250637312,'us'),(2251292672,'us'),(2251751424,'us'),(2252210176,'us'),(2253193216,'us'),(2253520896,'us'),(2253651968,'us'),(2253848576,'ca'),(2253914112,'us'),(2255421440,'us'),(2255749120,'us'),(2255814656,'ca'),(2255880192,'us'),(2256011264,'us'),(2256732160,'us'),(2257256448,'us'),(2257911808,'us'),(2257977344,'ca'),(2258108416,'us'),(2258173952,'ca'),(2258239488,'us'),(2258370560,'us'),(2258698240,'us'),(2259288064,'us'),(2259419136,'us'),(2259746816,'us'),(2259877888,'us'),(2260008960,'us'),(2260271104,'us'),(2260533248,'us'),(2260598784,'ca'),(2260729856,'us'),(2261057536,'us'),(2261188608,'ca'),(2261254144,'us'),(2261385216,'pr'),(2261516288,'us'),(2261712896,'us'),(2261843968,'us'),(2262237184,'us'),(2262761472,'us'),(2263089152,'us'),(2263744512,'us'),(2263875584,'us'),(2264399872,'us'),(2265710592,'ca'),(2265776128,'us'),(2276786176,'ca'),(2276851712,'us'),(2277834752,'us'),(2291204096,'pr'),(2291269632,'ca'),(2291466240,'us'),(2292121600,'ca'),(2292187136,'us'),(2292514816,'us'),(2292908032,'us'),(2293104640,'us'),(2294022144,'us'),(2294808576,'us'),(2294939648,'us'),(2295267328,'us'),(2296512512,'us'),(2296905728,'us'),(2297692160,'us'),(2299461632,'ca'),(2299527168,'us'),(2299658240,'us'),(2300772352,'us'),(2301427712,'us'),(2301624320,'us'),(2301820928,'us'),(2302214144,'us'),(2302738432,'us'),(2303000576,'us'),(2303328256,'ca'),(2303393792,'us'),(2303524864,'us'),(2303852544,'ca'),(2303918080,'us'),(2304638976,'ca'),(2304704512,'us'),(2304835584,'us'),(2305163264,'us'),(2305425408,'us'),(2305687552,'us'),(2305818624,'us'),(2306146304,'ca'),(2306211840,'us'),(2306473984,'ca'),(2306539520,'us'),(2306998272,'us'),(2307260416,'us'),(2307588096,'us'),(2308177920,'us'),(2308243456,'ca'),(2308308992,'us'),(2308636672,'us'),(2308898816,'us'),(2309226496,'us'),(2309423104,'us'),(2309816320,'us'),(2309947392,'us'),(2310668288,'ca'),(2310733824,'us'),(2310930432,'us'),(2311061504,'us'),(2311389184,'us'),(2311979008,'us'),(2312044544,'ca'),(2312175616,'us'),(2312634368,'us'),(2312896512,'us'),(2313224192,'us'),(2313355264,'us'),(2314797056,'us'),(2314993664,'us'),(2315124736,'us'),(2315583488,'us'),(2315780096,'us'),(2315911168,'ca'),(2316042240,'us'),(2316238848,'us'),(2316566528,'us'),(2316763136,'us'),(2316959744,'us'),(2317287424,'us'),(2317484032,'ca'),(2317549568,'us'),(2317811712,'us'),(2318008320,'us'),(2318204928,'us'),(2318467072,'us'),(2318598144,'ca'),(2318663680,'us'),(2319450112,'us'),(2319646720,'us'),(2319974400,'us'),(2320039936,'ca'),(2320105472,'us'),(2320236544,'us'),(2320367616,'us'),(2320629760,'ca'),(2320695296,'us'),(2321678336,'us'),(2322137088,'us'),(2322333696,'us'),(2323054592,'ca'),(2323316736,'us'),(2323447808,'us'),(2323972096,'us'),(2324103168,'us'),(2327838720,'us'),(2328100864,'us'),(2328494080,'us'),(2328821760,'us'),(2329280512,'ca'),(2329542656,'ca'),(2329673728,'us'),(2330263552,'us'),(2330591232,'us'),(2330722304,'us'),(2331443200,'us'),(2331901952,'us'),(2334064640,'us'),(2334982144,'us'),(2335178752,'ca'),(2335244288,'us'),(2335375360,'us'),(2335637504,'us'),(2335768576,'ca'),(2335965184,'us'),(2336227328,'us'),(2336423936,'us'),(2337013760,'us'),(2337341440,'us'),(2337538048,'us'),(2337734656,'us'),(2338127872,'us'),(2338521088,'us'),(2338717696,'us'),(2338783232,'ca'),(2338848768,'us'),(2339962880,'us'),(2340225024,'us'),(2340618240,'us'),(2340880384,'us'),(2341339136,'ca'),(2341470208,'us'),(2341601280,'us'),(2341928960,'us'),(2342584320,'us'),(2342977536,'us'),(2343108608,'us'),(2343370752,'ca'),(2343632896,'us'),(2343829504,'us'),(2344157184,'us'),(2346778624,'us'),(2347171840,'us'),(2354053120,'ca'),(2354184192,'us'),(2354511872,'ca'),(2354577408,'us'),(2355036160,'us'),(2355232768,'us'),(2355757056,'us'),(2357919744,'us'),(2358771712,'us'),(2359296000,'us'),(2359361536,'ca'),(2359427072,'us'),(2359623680,'us'),(2359754752,'ca'),(2359885824,'us'),(2360737792,'us'),(2360868864,'ca'),(2360934400,'us'),(2361393152,'us'),(2361458688,'ca'),(2361524224,'us'),(2361982976,'us'),(2362179584,'us'),(2363883520,'ca'),(2364014592,'us'),(2365456384,'us'),(2371223552,'us'),(2372272128,'us'),(2372403200,'us'),(2372730880,'ca'),(2372796416,'us'),(2373058560,'us'),(2373189632,'us'),(2373255168,'ca'),(2373517312,'us'),(2374172672,'us'),(2374303744,'us'),(2374696960,'us'),(2375352320,'us'),(2376335360,'us'),(2376925184,'us'),(2377187328,'us'),(2377318400,'us'),(2378235904,'us'),(2378366976,'us'),(2378825728,'us'),(2378956800,'us'),(2379284480,'us'),(2380267520,'us'),(2380660736,'us'),(2380791808,'us'),(2381447168,'us'),(2381709312,'us'),(2382036992,'us'),(2382233600,'us'),(2382430208,'ca'),(2386624512,'us'),(2386690048,'ca'),(2387410944,'us'),(2387476480,'ca'),(2387542016,'us'),(2387607552,'ca'),(2394947584,'us'),(2395013120,'ca'),(2399207424,'us'),(2401894400,'us'),(2402287616,'us'),(2402746368,'us'),(2403467264,'us'),(2405105664,'us'),(2405367808,'us'),(2405564416,'us'),(2405695488,'us'),(2406285312,'us'),(2407006208,'us'),(2407137280,'us'),(2407464960,'us'),(2407727104,'us'),(2408185856,'us'),(2409758720,'us'),(2409955328,'us'),(2410151936,'us'),(2410283008,'us'),(2410414080,'us'),(2410610688,'us'),(2411003904,'us'),(2411593728,'us'),(2412052480,'us'),(2412445696,'us'),(2412642304,'us'),(2412969984,'us'),(2413494272,'us'),(2413690880,'us'),(2413953024,'us'),(2414542848,'us'),(2414870528,'us'),(2415263744,'us'),(2415460352,'us'),(2415788032,'us'),(2416115712,'us'),(2416246784,'us'),(2416443392,'us'),(2417033216,'us'),(2417557504,'us'),(2417754112,'us'),(2418081792,'us'),(2418671616,'us'),(2418868224,'us'),(2419720192,'us'),(2420310016,'us'),(2420965376,'us'),(2421161984,'us'),(2421358592,'us'),(2421555200,'us'),(2421686272,'us'),(2422210560,'us'),(2422407168,'us'),(2423193600,'us'),(2423848960,'us'),(2424111104,'us'),(2424307712,'us'),(2425159680,'us'),(2425487360,'us'),(2426798080,'us'),(2426994688,'us'),(2427322368,'us'),(2427846656,'us'),(2428633088,'ca'),(2428698624,'us'),(2429091840,'us'),(2429485056,'us'),(2429681664,'us'),(2430009344,'us'),(2430271488,'us'),(2432237568,'us'),(2449539072,'us'),(2449801216,'us'),(2450259968,'us'),(2450784256,'us'),(2450915328,'us'),(2452684800,'us'),(2452946944,'us'),(2453209088,'us'),(2453471232,'us'),(2453602304,'us'),(2453733376,'us'),(2453929984,'us'),(2454126592,'us'),(2454257664,'us'),(2454454272,'us'),(2454585344,'us'),(2454847488,'us'),(2454978560,'us'),(2455240704,'us'),(2455896064,'us'),(2456748032,'us'),(2456879104,'us'),(2457403392,'us'),(2457665536,'us'),(2458058752,'ca'),(2458124288,'us'),(2458320896,'us'),(2458451968,'us'),(2458779648,'us'),(2458976256,'us'),(2459697152,'us'),(2459959296,'us'),(2460155904,'us'),(2460286976,'us'),(2460614656,'us'),(2460876800,'us'),(2461270016,'us'),(2461466624,'us'),(2461859840,'us'),(2462384128,'us'),(2463498240,'us'),(2463694848,'us'),(2464022528,'us'),(2464219136,'us'),(2464284672,'vi'),(2464481280,'us'),(2464743424,'us'),(2464874496,'us'),(2465857536,'us'),(2466316288,'us'),(2466840576,'us'),(2466971648,'us'),(2467233792,'us'),(2468085760,'us'),(2468282368,'us'),(2468478976,'us'),(2469003264,'us'),(2469396480,'us'),(2469724160,'us'),(2469855232,'us'),(2470248448,'us'),(2470838272,'us'),(2471428096,'us'),(2472148992,'us'),(2472280064,'us'),(2472607744,'us'),(2472869888,'us'),(2473000960,'us'),(2473656320,'us'),(2473721856,'uk'),(2473787392,'us'),(2474115072,'us'),(2474377216,'us'),(2474508288,'us'),(2474639360,'us'),(2474967040,'us'),(2475687936,'us'),(2476277760,'us'),(2476670976,'us'),(2476998656,'us'),(2477260800,'us'),(2477654016,'us'),(2477850624,'us'),(2478178304,'us'),(2478374912,'us'),(2478505984,'us'),(2478702592,'us'),(2479030272,'us'),(2479226880,'us'),(2479489024,'us'),(2479685632,'us'),(2480406528,'us'),(2480734208,'us'),(2481848320,'us'),(2482241536,'us'),(2482831360,'us'),(2483290112,'us'),(2483486720,'us'),(2486632448,'us'),(2486763520,'us'),(2487025664,'us'),(2488270848,'us'),(2488532992,'us'),(2488860672,'us'),(2490302464,'us'),(2490695680,'ca'),(2491154432,'us'),(2492006400,'us'),(2492137472,'us'),(2492268544,'us'),(2492465152,'us'),(2492596224,'us'),(2492792832,'us'),(2492989440,'us'),(2493644800,'us'),(2494169088,'us'),(2494627840,'us'),(2495021056,'us'),(2495217664,'us'),(2495348736,'us'),(2496069632,'us'),(2499674112,'us'),(2503081984,'us'),(2503737344,'us'),(2506293248,'ca'),(2506358784,'us'),(2508718080,'us'),(2509045760,'us'),(2509307904,'us'),(2509570048,'us'),(2510159872,'us'),(2510815232,'us'),(2511142912,'us'),(2512781312,'us'),(2516320256,'us'),(2523267072,'us'),(2523660288,'us'),(2525102080,'us'),(2525298688,'us'),(2525822976,'us'),(2526216192,'us'),(2526543872,'us'),(2527002624,'us'),(2527461376,'us'),(2527985664,'us'),(2528116736,'us'),(2528313344,'us'),(2528641024,'us'),(2529034240,'us'),(2529165312,'us'),(2529558528,'us'),(2530213888,'us'),(2530672640,'us'),(2530869248,'us'),(2531524608,'us'),(2531655680,'us'),(2532179968,'us'),(2532507648,'us'),(2532638720,'us'),(2533097472,'us'),(2539978752,'us'),(2540240896,'fi'),(2540306432,'us'),(2540961792,'us'),(2541289472,'us'),(2541748224,'us'),(2541944832,'us'),(2542141440,'us'),(2542338048,'us'),(2543779840,'us'),(2544566272,'us'),(2544697344,'us'),(2545090560,'us'),(2545221632,'us'),(2545418240,'nl'),(2545483776,'us'),(2545680384,'us'),(2545811456,'us'),(2547318784,'us'),(2554527744,'us'),(2554855424,'us'),(2555052032,'us'),(2555314176,'us'),(2555510784,'us'),(2555707392,'us'),(2556493824,'us'),(2556690432,'us'),(2557542400,'us'),(2557739008,'us'),(2557935616,'us'),(2558984192,'us'),(2559311872,'us'),(2559574016,'us'),(2559836160,'us'),(2560032768,'us'),(2560229376,'us'),(2565013504,'us'),(2567045120,'us'),(2567307264,'us'),(2567962624,'us'),(2568093696,'us'),(2568290304,'us'),(2569797632,'no'),(2569863168,'us'),(2572746752,'us'),(2573598720,'us'),(2574319616,'us'),(2584018944,'ca'),(2584084480,'us'),(2584281088,'us'),(2584412160,'ca'),(2584477696,'us'),(2584805376,'us'),(2585001984,'ca'),(2585067520,'us'),(2585985024,'us'),(2600665088,'ca'),(2600796160,'us'),(2601123840,'ca'),(2601320448,'us'),(2601451520,'ca'),(2601517056,'us'),(2602631168,'us'),(2604204032,'us'),(2604466176,'us'),(2604531712,'ca'),(2604597248,'us'),(2604859392,'us'),(2605056000,'us'),(2605187072,'us'),(2605318144,'us'),(2607415296,'us'),(2609250304,'us'),(2609512448,'us'),(2609709056,'us'),(2610036736,'us'),(2611019776,'us'),(2612658176,'us'),(2612789248,'us'),(2613116928,'us'),(2613182464,'ca'),(2613248000,'us'),(2613510144,'us'),(2613772288,'us'),(2613968896,'us'),(2614099968,'us'),(2614362112,'us'),(2615148544,'us'),(2615476224,'us'),(2616262656,'us'),(2616590336,'us'),(2616983552,'us'),(2617114880,'us'),(2617835520,'us'),(2617966592,'ca'),(2618032128,'us'),(2618228736,'us'),(2618490880,'us'),(2618753024,'us'),(2618949632,'us'),(2619146240,'us'),(2619342848,'us'),(2619473920,'ca'),(2619604992,'us'),(2620129280,'ca'),(2620194816,'us'),(2620719104,'us'),(2620850176,'us'),(2620981248,'ca'),(2621177856,'us'),(2621374464,'us'),(2621702144,'us'),(2621833216,'us'),(2622423040,'ca'),(2622488576,'us'),(2622750720,'us'),(2623668224,'us'),(2624258048,'us'),(2624913408,'us'),(2625044480,'us'),(2626027520,'us'),(2626158592,'us'),(2627141632,'us'),(2635399168,'us'),(2635988992,'us'),(2639724544,'us'),(2639855616,'us'),(2640117760,'us'),(2640248832,'us'),(2640379904,'ca'),(2640445440,'us'),(2641952768,'us'),(2642280448,'us'),(2642542592,'us'),(2643001344,'us'),(2643132416,'us'),(2643263488,'us'),(2643525632,'us'),(2644508672,'us'),(2644836352,'us'),(2645164032,'us'),(2645426176,'us'),(2645688320,'us'),(2645950464,'us'),(2646278144,'us'),(2646540288,'us'),(2646736896,'us'),(2646999040,'us'),(2647195648,'us'),(2647392256,'us'),(2647523328,'us'),(2647916544,'us'),(2649030656,'us'),(2649620480,'us'),(2650013696,'ca'),(2650079232,'us'),(2650275840,'us'),(2650406912,'us'),(2650669056,'us'),(2653945856,'us'),(2654142464,'ca'),(2654208000,'us'),(2654404608,'us'),(2655059968,'us'),(2655256576,'us'),(2655780864,'us'),(2656763904,'us'),(2656894976,'us'),(2657026048,'us'),(2657222656,'us'),(2657353728,'us'),(2657550336,'us'),(2657746944,'us'),(2658074624,'us'),(2658205696,'us'),(2658664448,'us'),(2659188736,'ca'),(2659319808,'us'),(2659581952,'us'),(2660040704,'ca'),(2660106240,'us'),(2660302848,'us'),(2660696064,'us'),(2660827136,'us'),(2661089280,'us'),(2661482496,'ca'),(2661548032,'us'),(2662006784,'us'),(2662793216,'us'),(2665152512,'us'),(2665283584,'us'),(2665480192,'us'),(2665742336,'us'),(2666201088,'us'),(2667315200,'us'),(2667970560,'ca'),(2668167168,'us'),(2668494848,'us'),(2668691456,'us'),(2668756992,'ca'),(2668822528,'us'),(2669150208,'us'),(2669281280,'us'),(2669674496,'ca'),(2669871104,'us'),(2670133248,'us'),(2670657536,'us'),(2671050752,'us'),(2671181824,'ca'),(2671247360,'us'),(2671443968,'us'),(2671575040,'us'),(2672427008,'us'),(2672951296,'us'),(2673147904,'us'),(2673410048,'ca'),(2673541120,'us'),(2673737728,'us'),(2673868800,'us'),(2674262016,'us'),(2674458624,'us'),(2674655232,'us'),(2674786304,'us'),(2674917376,'us'),(2675113984,'us'),(2675310592,'us'),(2675638272,'us'),(2675965952,'ca'),(2676031488,'us'),(2676162560,'us'),(2676424704,'us'),(2677080064,'us'),(2677407744,'us'),(2677604352,'us'),(2677735424,'us'),(2677866496,'us'),(2677997568,'ca'),(2678128640,'us'),(2678259712,'us'),(2678652928,'us'),(2678849536,'us'),(2678980608,'us'),(2679046144,'ca'),(2679111680,'us'),(2679177216,'ca'),(2679242752,'us'),(2679439360,'us'),(2680094720,'us'),(2680553472,'us'),(2680750080,'us'),(2681077760,'ca'),(2681208832,'ca'),(2681274368,'us'),(2681470976,'us'),(2681602048,'us'),(2681864192,'us'),(2681995264,'us'),(2682454016,'us'),(2682585088,'us'),(2682716160,'ca'),(2682847232,'us'),(2683174912,'us'),(2683305984,'us'),(2683437056,'us'),(2683699200,'us'),(2683895808,'us'),(2684420096,'us'),(2684813312,'us'),(2685009920,'us'),(2686386176,'us'),(2686910464,'us'),(2687041536,'us'),(2688614400,'us'),(2688876544,'us'),(2689073152,'ca'),(2689138688,'us'),(2689335296,'us'),(2689531904,'us'),(2689662976,'us'),(2689990656,'us'),(2690449408,'us'),(2690973696,'us'),(2691301376,'ca'),(2691366912,'us'),(2692546560,'us'),(2697789440,'us'),(2697920512,'us'),(2698248192,'us'),(2698969088,'ca'),(2699231232,'us'),(2699362304,'us'),(2700935168,'us'),(2701524992,'us'),(2701852672,'us'),(2701983744,'us'),(2702376960,'ca'),(2702508032,'us'),(2702835712,'us'),(2702966784,'us'),(2703163392,'us'),(2703622144,'us'),(2704015360,'us'),(2704343040,'us'),(2704474112,'us'),(2704736256,'us'),(2705063936,'us'),(2705260544,'us'),(2705588224,'us'),(2706178048,'us'),(2706374656,'us'),(2707488768,'us'),(2708144128,'us'),(2708537344,'us'),(2708930560,'us'),(2709258240,'us'),(2709454848,'us'),(2709848064,'us'),(2709979136,'us'),(2710372352,'ca'),(2710568960,'us'),(2710896640,'us'),(2711158784,'us'),(2711552000,'us'),(2713190400,'ca'),(2713255936,'us'),(2713387008,'ca'),(2713452544,'us'),(2713649152,'us'),(2714042368,'us'),(2714304512,'us'),(2714435584,'us'),(2714763264,'us'),(2715287552,'ca'),(2715353088,'us'),(2715484160,'us'),(2716205056,'us'),(2716794880,'us'),(2717319168,'us'),(2717450240,'us'),(2717712384,'us'),(2718236672,'us'),(2718695424,'us'),(2718826496,'us'),(2719350784,'us'),(2719481856,'us'),(2719678464,'us'),(2720464896,'us'),(2721382400,'ca'),(2721447936,'us'),(2722693120,'ca'),(2722758656,'us'),(2723479552,'ca'),(2723610624,'us'),(2724855808,'ca'),(2724921344,'us'),(2725314560,'us'),(2725969920,'us'),(2727018496,'ca'),(2727084032,'us'),(2734817280,'us'),(2734948352,'us'),(2735079424,'us'),(2735407104,'us'),(2736848896,'us'),(2736979968,'us'),(2742419456,'us'),(2742550528,'us'),(2742747136,'ca'),(2742812672,'us'),(2743140352,'us'),(2744516608,'us'),(2744713216,'us'),(2744844288,'ca'),(2746220544,'us'),(2746548224,'us'),(2747138048,'us'),(2748121088,'us'),(2749628416,'us'),(2750021632,'us'),(2750414848,'us'),(2750611456,'us'),(2750939136,'us'),(2751135744,'us'),(2754215936,'pr'),(2754347008,'us'),(2754543616,'us'),(2754674688,'us'),(2755002368,'us'),(2755526656,'us'),(2756182016,'us'),(2756313088,'us'),(2756444160,'us'),(2756640768,'us'),(2756837376,'us'),(2757099520,'us'),(2757296128,'us'),(2757951488,'us'),(2758082560,'us'),(2758148096,'ca'),(2758213632,'us'),(2758606848,'us'),(2758868992,'us'),(2759065600,'us'),(2760900608,'us'),(2761424896,'us'),(2761687040,'us'),(2762276864,'us'),(2762342400,'ca'),(2762407936,'us'),(2763128832,'ca'),(2763194368,'us'),(2768633856,'us'),(2769092608,'us'),(2769485824,'us'),(2769682432,'us'),(2769747968,'ca'),(2769813504,'us'),(2769944576,'us'),(2770337792,'us'),(2772697088,'us'),(2772828160,'us'),(2773286912,'us'),(2773352448,'ca'),(2773417984,'us'),(2773811200,'us'),(2773942272,'us'),(2774401024,'us'),(2774597632,'us'),(2774990848,'us'),(2775384064,'us'),(2775777280,'ca'),(2775842816,'us'),(2776039424,'us'),(2777022464,'us'),(2778071040,'us'),(2778333184,'ca'),(2778398720,'us'),(2779119616,'us'),(2779906048,'ca'),(2779971584,'us'),(2780102656,'us'),(2780299264,'us'),(2780364800,'ca'),(2780561408,'us'),(2780823552,'us'),(2781020160,'us'),(2781544448,'us'),(2781741056,'us'),(2782134272,'us'),(2782265344,'us'),(2782593024,'us'),(2782724096,'us'),(2782855168,'us'),(2783313920,'us'),(2783444992,'us'),(2783576064,'us'),(2784296960,'us'),(2784428032,'us'),(2786066432,'us'),(2788294656,'us'),(2789343232,'us'),(2789998592,'us'),(2790260736,'us'),(2790391808,'us'),(2790522880,'us'),(2790653952,'us'),(2790850560,'us'),(2791636992,'us'),(2791899136,'us'),(2792030208,'us'),(2792357888,'us'),(2792554496,'us'),(2793013248,'us'),(2793275392,'us'),(2802515968,'ca'),(2802581504,'us'),(2802909184,'ca'),(2802974720,'us'),(2803695616,'us'),(2803826688,'us'),(2803892224,'ca'),(2805989376,'us'),(2806644736,'ca'),(2806710272,'us'),(2807169024,'us'),(2807824384,'ca'),(2807889920,'us'),(2808610816,'us'),(2809135104,'us'),(2809921536,'us'),(2809987072,'ca'),(2810052608,'us'),(2810249216,'ca'),(2810380288,'us'),(2810642432,'us'),(2810970112,'us'),(2811559936,'ch'),(2811625472,'us'),(2812149760,'us'),(2812477440,'us'),(2812936192,'us'),(2813132800,'us'),(2813329408,'us'),(2813591552,'us'),(2814246912,'us'),(2815164416,'us'),(2815295488,'us'),(2816671744,'ca'),(2816737280,'us'),(2818375680,'us'),(2818703360,'us'),(2823225344,'us'),(2823946240,'us'),(2824077312,'us'),(2824536064,'us'),(2824929280,'us'),(2825256960,'us'),(2825584640,'us'),(2826174464,'us'),(2826567680,'us'),(2826633216,'gu'),(2826698752,'us'),(2826895360,'us'),(2827026432,'us'),(2827288576,'us'),(2827419648,'us'),(2827812864,'us'),(2827943936,'us'),(2828009472,'ca'),(2828075008,'us'),(2828795904,'us'),(2829123584,'us'),(2829254656,'ch'),(2829451264,'us'),(2829582336,'us'),(2829910016,'us'),(2830172160,'us'),(2830958592,'us'),(2831613952,'us'),(2832138240,'us'),(2832465920,'us'),(2832859136,'us'),(2832990208,'us'),(2833580032,'us'),(2833842176,'us'),(2833973248,'us'),(2834563072,'us'),(2834956288,'us'),(2835218432,'us'),(2835480576,'us'),(2839543808,'us'),(2843869184,'us'),(2844590080,'us'),(2845835264,'us'),(2848653312,'us'),(2850029568,'us'),(2853371904,'us'),(2853830656,'us'),(2854682624,'us'),(2855534592,'us'),(2856124416,'us'),(2856517632,'us'),(2856779776,'us'),(2858418176,'us'),(2859008000,'jp'),(2859073536,'us'),(2862350336,'us'),(2862481408,'us'),(2863267840,'us'),(2863595520,'ca'),(2863661056,'us'),(2863923200,'us'),(2865577984,'be'),(2865610752,'us'),(2865954816,'us'),(2867855360,'us'),(2873098240,'us'),(2902507520,'ca'),(2902515712,'us'),(2904555520,'ca'),(2904817664,'us'),(2905473024,'ca'),(2905481216,'us'),(2913992704,'ca'),(2914516992,'us'),(2915958784,'ca'),(2916024320,'us'),(2916163584,'ca'),(2916171776,'us'),(2916188160,'ca'),(2916196352,'us'),(2916253696,'ca'),(2916286464,'us'),(2916319232,'pr'),(2916352000,'us'),(2916368384,'ca'),(2916401152,'us'),(2916581376,'pr'),(2916614144,'us'),(2917195776,'ca'),(2917203968,'us'),(2917257216,'ky'),(2917261312,'us'),(2917265408,'jm'),(2917269504,'us'),(2917572608,'ca'),(2917580800,'us'),(2918055936,'ca'),(2918121472,'us'),(2918154240,'ca'),(2918170624,'us'),(2918232064,'ca'),(2918236160,'us'),(2918260736,'ca'),(2918264832,'us'),(2918277120,'ca'),(2918281216,'us'),(2918371328,'ca'),(2918375424,'us'),(2918391808,'ca'),(2918395904,'us'),(2918404096,'pr'),(2918408192,'us'),(2918432768,'ca'),(2918436864,'us'),(2918580224,'ca'),(2918588416,'us'),(2918596608,'ca'),(2918604800,'us'),(2918653952,'ca'),(2918662144,'us'),(2918760448,'ca'),(2918776832,'us'),(2918842368,'ca'),(2918875136,'us'),(2918973440,'ca'),(2919170048,'us'),(2919174144,'ca'),(2919178240,'us'),(2919186432,'ca'),(2919190528,'us'),(2919206912,'ca'),(2919759872,'us'),(2921562112,'ca'),(2921594880,'us'),(2925002752,'ca'),(2925527040,'us'),(2926575616,'ca'),(2927099904,'us'),(2928226304,'ca'),(2928230400,'us'),(2928263168,'ca'),(2928279552,'us'),(2928312320,'ca'),(2928316416,'us'),(2928328704,'ca'),(2928336896,'us'),(2928455680,'ca'),(2928459776,'us'),(2928541696,'ca'),(2928607232,'us'),(3087007744,'us'),(3091202048,'ca'),(3091726336,'us'),(3093168128,'ca'),(3093233664,'pr'),(3093299200,'us'),(3094020096,'ca'),(3094085632,'us'),(3096444928,'ca'),(3096969216,'us'),(3097493504,'ca'),(3097755648,'us'),(3221233664,'us'),(3221561344,'us'),(3221562624,'us'),(3221566464,'us'),(3221569280,'us'),(3221576448,'us'),(3221577728,'ca'),(3221578240,'us'),(3221589760,'us'),(3221590016,'ca'),(3221590528,'us'),(3221594880,'us'),(3221605376,'ca'),(3221605888,'us'),(3221608704,'us'),(3221615104,'us'),(3221618688,'us'),(3222012672,'us'),(3222024192,'us'),(3222026240,'us'),(3222027776,'ca'),(3222028032,'us'),(3222030848,'us'),(3222031872,'us'),(3222032896,'us'),(3222036736,'us'),(3222036992,'ca'),(3222037504,'us'),(3222044928,'ca'),(3222045184,'us'),(3222056448,'ca'),(3222059008,'us'),(3222061824,'us'),(3222066944,'ca'),(3222067200,'us'),(3222068224,'us'),(3222071552,'us'),(3222072576,'us'),(3222075392,'us'),(3222316800,'us'),(3222320384,'us'),(3222326016,'us'),(3222326528,'ca'),(3222339584,'us'),(3222455296,'us'),(3222941696,'us'),(3222952960,'us'),(3222953728,'us'),(3222954240,'us'),(3222964224,'us'),(3222979072,'us'),(3222983168,'ca'),(3222983936,'us'),(3222989056,'us'),(3222989568,'ca'),(3222990848,'us'),(3223227904,'ca'),(3223229184,'us'),(3223229696,'ca'),(3223240448,'us'),(3223243264,'ca'),(3223244288,'us'),(3223249408,'ca'),(3223254784,'us'),(3223258624,'ca'),(3223258880,'us'),(3223261184,'us'),(3223263232,'us'),(3223264256,'us'),(3223265280,'us'),(3223267584,'us'),(3223273216,'us'),(3223283968,'us'),(3223294208,'us'),(3223301120,'us'),(3223303168,'ca'),(3223303424,'us'),(3223310080,'us'),(3223311360,'us'),(3223314432,'ca'),(3223314688,'us'),(3223316480,'us'),(3223321856,'us'),(3223391232,'us'),(3223393024,'us'),(3223397632,'us'),(3223416832,'us'),(3223417600,'us'),(3223420928,'us'),(3223422464,'us'),(3223423232,'us'),(3223435008,'us'),(3223447552,'us'),(3223447808,'nl'),(3223449600,'us'),(3223460096,'us'),(3223471616,'ca'),(3223471872,'us'),(3223490816,'us'),(3223500032,'ca'),(3223507968,'us'),(3223524352,'us'),(3223534592,'us'),(3223537920,'us'),(3223542528,'us'),(3223543552,'us'),(3223547136,'us'),(3223552512,'nl'),(3223553536,'us'),(3223555328,'us'),(3223556096,'ca'),(3223556352,'us'),(3223556864,'us'),(3223558656,'us'),(3223563520,'us'),(3223568640,'us'),(3223571456,'us'),(3223572480,'us'),(3223578112,'us'),(3223581952,'us'),(3223583488,'us'),(3223781376,'us'),(3223874816,'us'),(3223902464,'ca'),(3223909632,'us'),(3223911936,'ca'),(3223912448,'us'),(3223947520,'us'),(3223950336,'ca'),(3223953664,'us'),(3223956224,'us'),(3223963136,'us'),(3223963904,'ca'),(3223964160,'us'),(3223964672,'us'),(3223965440,'us'),(3223966464,'us'),(3223968512,'us'),(3223971072,'us'),(3223978752,'us'),(3223979264,'ca'),(3223979776,'us'),(3223990272,'us'),(3223991808,'ca'),(3223992064,'us'),(3223994880,'us'),(3223995392,'ca'),(3223995648,'us'),(3224000512,'us'),(3224001024,'ca'),(3224001280,'us'),(3224003840,'us'),(3224005632,'us'),(3224012032,'us'),(3224014848,'us'),(3224016896,'us'),(3224029696,'ca'),(3224030976,'us'),(3224038912,'us'),(3224043008,'us'),(3224087552,'us'),(3224088320,'us'),(3224091648,'us'),(3224092416,'us'),(3224093952,'us'),(3224094464,'us'),(3224095488,'us'),(3224097536,'us'),(3224098048,'us'),(3224099584,'ca'),(3224099840,'us'),(3224103680,'us'),(3224104960,'us'),(3224132352,'us'),(3224173568,'us'),(3224367616,'us'),(3224369664,'us'),(3224379392,'us'),(3224398848,'us'),(3224399616,'us'),(3224407296,'ca'),(3224407808,'us'),(3224408576,'us'),(3224428800,'us'),(3224430592,'us'),(3224431104,'ca'),(3224431360,'us'),(3224434944,'us'),(3224436224,'us'),(3224646400,'us'),(3224652800,'us'),(3224660992,'ca'),(3224661504,'us'),(3224672000,'us'),(3224672512,'us'),(3224675072,'us'),(3224678656,'us'),(3224680960,'us'),(3224684032,'us'),(3224690688,'us'),(3224692992,'us'),(3224694528,'ca'),(3224694784,'us'),(3224698880,'us'),(3224725760,'us'),(3224785152,'us'),(3224791808,'us'),(3224793600,'us'),(3224795392,'ca'),(3224796160,'us'),(3224797440,'us'),(3224797952,'us'),(3224798464,'us'),(3224799744,'us'),(3224821248,'us'),(3224822272,'us'),(3224826368,'ca'),(3224826624,'us'),(3224827392,'us'),(3224827904,'us'),(3224829184,'us'),(3224830208,'us'),(3224851968,'us'),(3224852992,'us'),(3224855552,'us'),(3224856064,'us'),(3224857088,'us'),(3224858368,'us'),(3224858880,'us'),(3224859648,'us'),(3224860928,'us'),(3224863488,'us'),(3224864000,'us'),(3224878336,'us'),(3224879616,'ca'),(3224879872,'us'),(3224880896,'us'),(3224882688,'ca'),(3224882944,'us'),(3224883712,'us'),(3224884480,'us'),(3224885248,'ca'),(3224885760,'us'),(3224886528,'us'),(3224887296,'ca'),(3224887808,'us'),(3224889600,'us'),(3224891136,'us'),(3224892160,'ca'),(3224892928,'us'),(3225031424,'us'),(3225035776,'us'),(3225052672,'us'),(3225057536,'ca'),(3225057792,'us'),(3225064704,'us'),(3225076224,'ca'),(3225076480,'us'),(3225077504,'us'),(3225081088,'ca'),(3225081600,'us'),(3225082880,'us'),(3225084416,'nl'),(3225085440,'us'),(3225089280,'ca'),(3225089536,'us'),(3225429504,'ca'),(3225431552,'us'),(3225459968,'us'),(3225460480,'ca'),(3225470464,'us'),(3225471744,'us'),(3225503488,'us'),(3225509632,'us'),(3225510144,'us'),(3225519872,'us'),(3225521152,'us'),(3225522944,'us'),(3225529088,'us'),(3225530368,'pr'),(3225530624,'us'),(3225536000,'us'),(3225541120,'us'),(3225547776,'us'),(3225549056,'us'),(3225549568,'us'),(3225617920,'us'),(3225618688,'ca'),(3225619200,'us'),(3225619712,'us'),(3225626880,'us'),(3225627648,'us'),(3225627904,'ca'),(3225628160,'us'),(3225628672,'us'),(3225629440,'us'),(3225629952,'us'),(3225630720,'us'),(3225631488,'us'),(3225636096,'us'),(3225636864,'us'),(3225638400,'us'),(3225639424,'us'),(3225640704,'us'),(3225643264,'ca'),(3225643776,'us'),(3225651200,'us'),(3225660672,'us'),(3225669888,'us'),(3225672448,'us'),(3225673984,'us'),(3225680640,'us'),(3225687040,'us'),(3225688320,'us'),(3225695232,'us'),(3225695488,'ca'),(3225701120,'us'),(3225709568,'us'),(3225710592,'us'),(3225715456,'ca'),(3225715968,'us'),(3225716992,'ca'),(3225717760,'us'),(3225721344,'us'),(3225726208,'us'),(3225726720,'us'),(3225727232,'us'),(3225728000,'us'),(3225728768,'us'),(3225729024,'ca'),(3225729280,'us'),(3225729792,'us'),(3225735680,'us'),(3225737472,'us'),(3225738752,'us'),(3225739520,'us'),(3225740544,'ca'),(3225741056,'us'),(3225746688,'us'),(3225747456,'us'),(3225763840,'be'),(3225766400,'ca'),(3225767936,'us'),(3225773312,'ca'),(3225776128,'us'),(3225777152,'au'),(3225777408,'us'),(3225785600,'ca'),(3225796096,'us'),(3225807360,'de'),(3225810688,'us'),(3225843712,'us'),(3225848064,'us'),(3225853952,'us'),(3225857024,'ca'),(3225857280,'us'),(3225857792,'us'),(3225858048,'ca'),(3225858560,'us'),(3225860096,'us'),(3225868544,'us'),(3225869568,'us'),(3225870336,'ca'),(3225870592,'us'),(3225873920,'us'),(3225875456,'us'),(3226008832,'us'),(3226010880,'ca'),(3226011136,'us'),(3226012928,'us'),(3226016256,'us'),(3226021120,'us'),(3226026752,'us'),(3226067712,'us'),(3226068480,'us'),(3226128640,'us'),(3226140928,'ca'),(3226157568,'us'),(3226157824,'ca'),(3226191360,'us'),(3226191872,'ca'),(3226201856,'us'),(3226202112,'ca'),(3226205440,'ae'),(3226205696,'ca'),(3226215424,'us'),(3226250496,'us'),(3226251520,'us'),(3226269952,'us'),(3226272000,'us'),(3226274048,'us'),(3226274816,'us'),(3226276352,'us'),(3226283520,'ca'),(3226291200,'us'),(3226301440,'us'),(3226303488,'us'),(3226307328,'us'),(3226308096,'us'),(3226473984,'us'),(3226475264,'us'),(3226479360,'us'),(3226480384,'us'),(3226481664,'us'),(3226522112,'us'),(3226551040,'us'),(3226555648,'ca'),(3226556416,'us'),(3226563072,'us'),(3226569984,'us'),(3226576384,'us'),(3226582528,'us'),(3226598400,'us'),(3226626048,'ca'),(3226626304,'us'),(3226629376,'ca'),(3226629632,'us'),(3226630912,'us'),(3226631424,'us'),(3226632192,'ca'),(3226635008,'us'),(3226635520,'us'),(3226637056,'us'),(3226637824,'ca'),(3226638080,'us'),(3226638848,'us'),(3226640128,'us'),(3226640896,'us'),(3226654464,'us'),(3226656512,'us'),(3226658560,'us'),(3226661888,'us'),(3226690816,'ca'),(3226691840,'us'),(3226695680,'us'),(3226695936,'ca'),(3226705408,'us'),(3226706176,'us'),(3226715392,'us'),(3226715904,'us'),(3226716928,'us'),(3226721280,'us'),(3226722560,'us'),(3226723840,'us'),(3226724352,'us'),(3226726144,'us'),(3226728192,'ca'),(3226728448,'us'),(3226732288,'us'),(3226734080,'us'),(3226734592,'us'),(3226737664,'us'),(3226738432,'us'),(3226740736,'us'),(3226746624,'us'),(3226749440,'us'),(3226752256,'us'),(3226753024,'us'),(3226758912,'us'),(3226770688,'us'),(3226773248,'us'),(3226775040,'us'),(3226783744,'us'),(3226785024,'us'),(3226787328,'us'),(3226789632,'us'),(3226791680,'us'),(3226792704,'us'),(3226793984,'us'),(3226795520,'us'),(3226861824,'ca'),(3226862080,'us'),(3226864896,'us'),(3226865408,'us'),(3226866432,'us'),(3226868224,'us'),(3226868736,'us'),(3226884608,'us'),(3226894336,'us'),(3226895104,'us'),(3226896128,'us'),(3226897152,'us'),(3226903552,'us'),(3226904576,'us'),(3226905088,'us'),(3226993152,'us'),(3226993920,'us'),(3226994688,'us'),(3226995456,'us'),(3226998016,'us'),(3226999040,'us'),(3227013376,'us'),(3227014912,'us'),(3227019008,'us'),(3227020800,'us'),(3227023360,'us'),(3227024384,'us'),(3227025664,'us'),(3227026176,'us'),(3227027456,'us'),(3227040768,'us'),(3227041536,'us'),(3227043072,'us'),(3227045120,'us'),(3227054080,'us'),(3227123712,'us'),(3227225600,'us'),(3227234816,'us'),(3227235328,'us'),(3227237120,'us'),(3227237888,'us'),(3227238400,'us'),(3227240960,'us'),(3227243008,'ca'),(3227243520,'us'),(3227249408,'us'),(3227252736,'us'),(3227257088,'us'),(3227258880,'us'),(3227277312,'us'),(3227279104,'us'),(3227282176,'us'),(3227282944,'us'),(3227284992,'us'),(3227295232,'us'),(3227310336,'us'),(3227386112,'us'),(3227392256,'us'),(3227393280,'us'),(3227396608,'us'),(3227400960,'us'),(3227402496,'us'),(3227403520,'us'),(3227405568,'us'),(3227416064,'us'),(3227417344,'us'),(3227418112,'ca'),(3227418368,'us'),(3227427840,'us'),(3227429376,'us'),(3227430144,'us'),(3227437312,'us'),(3227439872,'us'),(3227440384,'us'),(3227442688,'us'),(3227444224,'us'),(3227445760,'us'),(3227446272,'us'),(3227447808,'us'),(3227448576,'us'),(3227449088,'us'),(3227582464,'us'),(3227779840,'us'),(3227783936,'us'),(3227785728,'us'),(3227792896,'us'),(3227794944,'us'),(3227795456,'us'),(3227799296,'us'),(3227799808,'us'),(3227804672,'us'),(3227804928,'ca'),(3227813376,'us'),(3227815168,'us'),(3227816192,'us'),(3227845120,'us'),(3227846144,'us'),(3227847680,'us'),(3227848960,'us'),(3227852032,'us'),(3227853568,'us'),(3227864064,'us'),(3227868160,'us'),(3227873024,'nl'),(3227874048,'us'),(3227875072,'us'),(3227879168,'us'),(3227880192,'us'),(3227881472,'us'),(3227887872,'pr'),(3227888384,'us'),(3227889920,'us'),(3227890944,'us'),(3227891712,'us'),(3227894016,'us'),(3227895808,'us'),(3227909376,'us'),(3227910656,'us'),(3227912704,'us'),(3227912960,'ca'),(3227913216,'us'),(3227931136,'us'),(3227932672,'us'),(3227933184,'us'),(3227933952,'us'),(3227934720,'us'),(3227955712,'us'),(3227965184,'us'),(3227968000,'us'),(3227969024,'us'),(3227971584,'us'),(3227974656,'us'),(3227976448,'us'),(3227977728,'us'),(3227979520,'us'),(3227981056,'us'),(3227981824,'us'),(3227986176,'us'),(3227987712,'us'),(3228005632,'us'),(3228009728,'us'),(3228011520,'us'),(3228013568,'us'),(3228045312,'us'),(3228047360,'us'),(3228048896,'us'),(3228051200,'us'),(3228051968,'us'),(3228052992,'us'),(3228054016,'us'),(3228055040,'us'),(3228056320,'us'),(3228060160,'us'),(3228061184,'us'),(3228061952,'us'),(3228062464,'us'),(3228077312,'us'),(3228077824,'us'),(3228079360,'us'),(3228081152,'us'),(3228084480,'us'),(3228085504,'us'),(3228101120,'us'),(3228102400,'us'),(3228104960,'us'),(3228105984,'us'),(3228109568,'us'),(3228126208,'us'),(3228238592,'us'),(3228239616,'us'),(3228241408,'us'),(3228263936,'us'),(3228264704,'us'),(3228267264,'us'),(3228271104,'us'),(3228271360,'ca'),(3228272128,'us'),(3228281088,'us'),(3228282112,'us'),(3228282624,'us'),(3228283648,'us'),(3228285952,'us'),(3228297728,'us'),(3228298496,'us'),(3228327168,'us'),(3228329472,'us'),(3228331264,'us'),(3228334592,'us'),(3228348160,'us'),(3228358400,'us'),(3228362496,'us'),(3228363520,'us'),(3228364800,'us'),(3228434688,'us'),(3228508672,'us'),(3228510208,'us'),(3228511488,'us'),(3228512512,'us'),(3228522752,'us'),(3228527104,'us'),(3228532224,'us'),(3228540928,'us'),(3228559104,'us'),(3228564992,'us'),(3228573952,'us'),(3228577280,'us'),(3228578304,'us'),(3228581376,'us'),(3228585984,'us'),(3228591360,'us'),(3228617984,'us'),(3228618496,'us'),(3228619008,'us'),(3228620800,'us'),(3228628992,'us'),(3229024512,'us'),(3229258496,'us'),(3229264896,'us'),(3229266176,'us'),(3229267200,'us'),(3229274880,'us'),(3229281024,'us'),(3229283072,'us'),(3229286400,'us'),(3229355776,'us'),(3229359872,'us'),(3229360384,'us'),(3229362176,'us'),(3229363968,'us'),(3229380864,'us'),(3229382144,'us'),(3229391104,'us'),(3229392128,'us'),(3229408256,'us'),(3229414912,'us'),(3229499648,'us'),(3229695488,'us'),(3229700352,'us'),(3229702144,'us'),(3229705216,'us'),(3229810944,'us'),(3229814272,'us'),(3229816320,'us'),(3229818624,'us'),(3229831168,'us'),(3229834496,'us'),(3229834752,'ca'),(3229835008,'us'),(3229835520,'ca'),(3229835776,'us'),(3229838592,'us'),(3229844736,'us'),(3229845760,'ca'),(3229847296,'us'),(3229875456,'us'),(3229879296,'us'),(3229880320,'us'),(3229881088,'ca'),(3229881344,'us'),(3229885440,'us'),(3229886976,'us'),(3229890048,'us'),(3229890560,'us'),(3229891584,'ca'),(3229892608,'us'),(3229900288,'us'),(3229901824,'us'),(3229902592,'us'),(3229937664,'us'),(3229937920,'ca'),(3229938176,'us'),(3229939200,'us'),(3229941248,'us'),(3229944576,'us'),(3229946112,'us'),(3229947392,'us'),(3229949184,'us'),(3229950208,'us'),(3229951232,'us'),(3229952512,'us'),(3229956096,'us'),(3229956864,'us'),(3229958400,'us'),(3229959168,'us'),(3229968384,'us'),(3229971456,'us'),(3229972992,'us'),(3229975552,'us'),(3230004480,'us'),(3230006016,'us'),(3230073088,'us'),(3230082560,'us'),(3230084864,'us'),(3230085120,'ca'),(3230085376,'us'),(3230089216,'us'),(3230089984,'us'),(3230090496,'us'),(3230092544,'ca'),(3230092800,'us'),(3230094080,'ca'),(3230094336,'us'),(3230101504,'us'),(3230106112,'us'),(3230107136,'us'),(3230109696,'us'),(3230116096,'us'),(3230117888,'us'),(3230120448,'us'),(3230121216,'us'),(3230126336,'us'),(3230126848,'us'),(3230129152,'us'),(3230130688,'us'),(3230132992,'us'),(3230138624,'us'),(3230140416,'us'),(3230140928,'us'),(3230143488,'us'),(3230144512,'us'),(3230145280,'ca'),(3230145536,'us'),(3230146560,'us'),(3230150656,'us'),(3230151168,'us'),(3230152192,'fr'),(3230153216,'fr'),(3230153728,'us'),(3230154240,'us'),(3230165504,'us'),(3230167552,'ca'),(3230168832,'us'),(3230175232,'us'),(3230203904,'us'),(3230275584,'us'),(3230291712,'us'),(3230295296,'us'),(3230301696,'us'),(3230302208,'ca'),(3230302976,'us'),(3230310144,'us'),(3230316544,'us'),(3230316800,'ca'),(3230317312,'us'),(3230317824,'us'),(3230318848,'us'),(3230321920,'us'),(3230329088,'us'),(3230333184,'us'),(3230333952,'us'),(3230335232,'ca'),(3230355200,'ca'),(3230369024,'us'),(3230370304,'ca'),(3230793984,'us'),(3230824448,'us'),(3230826240,'us'),(3230830080,'us'),(3230832384,'us'),(3230832896,'us'),(3230833664,'ca'),(3230834176,'us'),(3230837504,'us'),(3230840576,'us'),(3230841856,'us'),(3230842624,'us'),(3230843392,'us'),(3230845184,'us'),(3230846208,'us'),(3230850048,'us'),(3230853888,'us'),(3230855168,'us'),(3230855936,'us'),(3230858752,'us'),(3230865664,'us'),(3230868224,'us'),(3230868992,'us'),(3230870272,'us'),(3230879744,'us'),(3230888704,'us'),(3230895616,'us'),(3230898688,'us'),(3230899200,'us'),(3230913280,'us'),(3230913792,'ca'),(3230914048,'us'),(3230915584,'us'),(3230917888,'us'),(3230919680,'us'),(3230922752,'us'),(3230923776,'us'),(3230924288,'us'),(3230948608,'us'),(3230951680,'us'),(3230967808,'us'),(3230969856,'us'),(3230972672,'us'),(3230974720,'us'),(3230980352,'ca'),(3230980608,'us'),(3230981632,'us'),(3230983936,'us'),(3230991360,'us'),(3230991872,'us'),(3230994432,'us'),(3230995712,'us'),(3230997504,'us'),(3230999040,'us'),(3230999808,'us'),(3231001088,'us'),(3231003904,'ca'),(3231004416,'us'),(3231005952,'us'),(3231010816,'ca'),(3231011072,'us'),(3231015424,'ca'),(3231015680,'us'),(3231016192,'us'),(3231016704,'us'),(3231019008,'us'),(3231021568,'us'),(3231021824,'ca'),(3231022080,'us'),(3231022848,'us'),(3231028736,'us'),(3231042048,'gu'),(3231042304,'us'),(3231044352,'us'),(3231048704,'us'),(3231049984,'us'),(3231051776,'us'),(3231078144,'us'),(3231078912,'ca'),(3231079680,'us'),(3231080192,'us'),(3231080704,'us'),(3231082752,'us'),(3231083520,'us'),(3231087872,'us'),(3231088384,'us'),(3231091968,'us'),(3231092992,'us'),(3231093504,'us'),(3231103488,'us'),(3231104768,'us'),(3231106816,'us'),(3231107328,'us'),(3231108608,'us'),(3231109632,'us'),(3231112448,'us'),(3231113216,'us'),(3231117056,'us'),(3231119104,'us'),(3231120640,'us'),(3231121664,'us'),(3231149312,'ca'),(3231149568,'us'),(3231187200,'us'),(3231188736,'us'),(3231190784,'us'),(3231191552,'us'),(3231194368,'us'),(3231197952,'us'),(3231198464,'us'),(3231200256,'us'),(3231201024,'us'),(3231203328,'us'),(3231204864,'us'),(3231208192,'us'),(3231209472,'us'),(3231211776,'ca'),(3231212288,'us'),(3231214336,'ca'),(3231214592,'us'),(3231215872,'us'),(3231217664,'us'),(3231218432,'us'),(3231218944,'us'),(3231223296,'us'),(3231224064,'us'),(3231224576,'us'),(3231226368,'us'),(3231227648,'us'),(3231228928,'pr'),(3231229184,'ca'),(3231229952,'us'),(3231231744,'us'),(3231235072,'us'),(3231236864,'ca'),(3231237120,'us'),(3231237632,'us'),(3231241984,'us'),(3231248896,'us'),(3231249664,'us'),(3231250432,'ca'),(3231250688,'us'),(3231252736,'us'),(3231253504,'us'),(3231255040,'us'),(3231256320,'us'),(3231257600,'us'),(3231275520,'us'),(3231276544,'us'),(3231281920,'us'),(3231282432,'us'),(3231283456,'us'),(3231285248,'us'),(3231291904,'us'),(3231292416,'us'),(3231293184,'us'),(3231295744,'us'),(3231296512,'us'),(3231299328,'us'),(3231301120,'us'),(3231302400,'us'),(3231303168,'us'),(3231307264,'us'),(3231308032,'ca'),(3231308288,'us'),(3231308800,'ca'),(3231311104,'us'),(3231316992,'us'),(3231326208,'us'),(3231385856,'us'),(3231483136,'us'),(3231490048,'us'),(3231490816,'us'),(3231491584,'us'),(3231492096,'us'),(3231500032,'bm'),(3231500288,'us'),(3231502592,'us'),(3231503104,'us'),(3231503872,'us'),(3231505152,'us'),(3231505664,'us'),(3231506944,'us'),(3231507456,'us'),(3231510784,'us'),(3231513088,'us'),(3231515648,'us'),(3231522560,'us'),(3231547904,'us'),(3231556352,'us'),(3231558912,'ca'),(3231559424,'us'),(3231559936,'us'),(3231562240,'us'),(3231562752,'us'),(3231580416,'us'),(3231653888,'us'),(3231663872,'ca'),(3231664128,'us'),(3231664640,'us'),(3231665664,'us'),(3231667712,'us'),(3231669248,'us'),(3231669760,'ca'),(3231670272,'us'),(3231672320,'us'),(3231672832,'us'),(3231673856,'us'),(3231674112,'ca'),(3231674368,'us'),(3231678464,'us'),(3231713024,'ca'),(3231713280,'us'),(3231714048,'us'),(3231715584,'us'),(3231716352,'us'),(3231717632,'us'),(3231718400,'us'),(3231718912,'us'),(3231720192,'us'),(3231720960,'us'),(3231723008,'us'),(3231724288,'us'),(3231728640,'us'),(3231729664,'us'),(3231736064,'us'),(3231738368,'nl'),(3231738624,'us'),(3231739904,'us'),(3231742976,'us'),(3231743744,'us'),(3231744256,'us'),(3231748096,'us'),(3231750400,'us'),(3231751424,'us'),(3231752704,'us'),(3231753984,'ca'),(3231754240,'us'),(3231755520,'us'),(3231755776,'pr'),(3231757312,'us'),(3231759616,'us'),(3231761408,'us'),(3231763968,'us'),(3231769344,'us'),(3231770112,'us'),(3231771136,'us'),(3231776000,'us'),(3231908096,'us'),(3232301056,'us'),(3232317440,'us'),(3232433920,'us'),(3232497664,'us'),(3232560896,'us'),(3232561664,'ca'),(3232561920,'us'),(3232562688,'ca'),(3232565248,'us'),(3232571392,'us'),(3232629248,'us'),(3232694528,'us'),(3232706560,'us'),(3233285120,'us'),(3233488896,'us'),(3233549312,'us'),(3233561856,'us'),(3233563136,'us'),(3233564160,'us'),(3233564672,'us'),(3233570048,'us'),(3233571072,'us'),(3233572352,'us'),(3233573376,'us'),(3233573888,'us'),(3233576448,'us'),(3233577984,'us'),(3233578496,'us'),(3233579520,'us'),(3233580288,'us'),(3233581312,'us'),(3233583616,'us'),(3233585152,'us'),(3233586944,'us'),(3233589248,'ca'),(3233590528,'pr'),(3233591552,'us'),(3233594368,'us'),(3233594880,'us'),(3233596928,'us'),(3233607168,'us'),(3233609984,'us'),(3233612544,'us'),(3233615104,'us'),(3233615616,'us'),(3233617408,'ca'),(3233619456,'us'),(3233620736,'us'),(3233622528,'us'),(3233625344,'us'),(3233626112,'us'),(3233628928,'ca'),(3233629952,'us'),(3233630720,'us'),(3233631488,'us'),(3233636096,'us'),(3233642496,'us'),(3233646848,'us'),(3233647872,'us'),(3233649920,'us'),(3233651456,'us'),(3233652224,'us'),(3233652992,'us'),(3233655552,'us'),(3233664256,'us'),(3233666048,'us'),(3233669120,'us'),(3233671680,'us'),(3233676288,'us'),(3233685760,'us'),(3233688832,'us'),(3233692672,'us'),(3233693184,'us'),(3233693952,'us'),(3233694720,'us'),(3233695232,'us'),(3233696512,'ca'),(3233696768,'us'),(3233701888,'us'),(3233705216,'us'),(3233711360,'us'),(3233722112,'us'),(3233724416,'us'),(3233726976,'us'),(3233729280,'us'),(3233732608,'us'),(3233737984,'us'),(3233739008,'us'),(3233739520,'us'),(3233741312,'us'),(3233873920,'us'),(3234006528,'us'),(3234007296,'us'),(3234007808,'us'),(3234008832,'us'),(3234013952,'us'),(3234015488,'us'),(3234019840,'us'),(3234023680,'us'),(3234030336,'us'),(3234031360,'us'),(3234032384,'us'),(3234033408,'us'),(3234033920,'us'),(3234035456,'us'),(3234043136,'us'),(3234044160,'us'),(3234048768,'us'),(3234052352,'us'),(3234052864,'us'),(3234055168,'us'),(3234055680,'us'),(3234061312,'us'),(3234064896,'us'),(3234065920,'us'),(3234136064,'ca'),(3234172928,'us'),(3234173952,'ca'),(3234176256,'us'),(3234177280,'ca'),(3234187008,'us'),(3234187520,'ca'),(3234192384,'us'),(3234193664,'ca'),(3234202624,'us'),(3234205696,'us'),(3234283520,'us'),(3234365440,'us'),(3234539520,'us'),(3234553856,'us'),(3234555904,'us'),(3234556416,'ca'),(3234557440,'us'),(3234566912,'us'),(3234568960,'us'),(3234569984,'us'),(3234574848,'us'),(3234576896,'us'),(3234578944,'us'),(3234579712,'ca'),(3234579968,'us'),(3234581248,'ca'),(3234581504,'us'),(3234583040,'us'),(3234584064,'us'),(3234584832,'us'),(3234587648,'us'),(3234588928,'us'),(3234589696,'us'),(3234592768,'us'),(3234726144,'ca'),(3234726400,'us'),(3234733056,'ca'),(3234733312,'us'),(3234746880,'us'),(3234748160,'us'),(3234749696,'ca'),(3234750720,'us'),(3234752256,'us'),(3234753792,'us'),(3234756096,'us'),(3234763264,'ca'),(3234766336,'us'),(3234772224,'ca'),(3234772480,'us'),(3234781440,'ca'),(3234781952,'us'),(3234784000,'us'),(3234795264,'us'),(3234799616,'us'),(3234800896,'us'),(3234802432,'us'),(3234803712,'pr'),(3234804224,'us'),(3234809088,'us'),(3234810880,'ca'),(3234811136,'us'),(3234814976,'us'),(3234816768,'us'),(3234820608,'us'),(3234822656,'us'),(3234826752,'ca'),(3234827008,'us'),(3234828288,'us'),(3234829056,'us'),(3234832128,'us'),(3234832896,'us'),(3234833920,'us'),(3234838528,'us'),(3234839552,'us'),(3234842368,'us'),(3234844416,'us'),(3234853632,'us'),(3234854144,'us'),(3234855168,'us'),(3234857216,'ca'),(3234861056,'us'),(3234988288,'ca'),(3234996224,'us'),(3235004416,'ca'),(3235053824,'us'),(3235578112,'ca'),(3235643392,'us'),(3235774720,'ca'),(3235778560,'us'),(3235872768,'us'),(3236044800,'ca'),(3236052992,'us'),(3236106240,'us'),(3236167936,'ca'),(3236175872,'us'),(3236233472,'us'),(3236364544,'us'),(3236368384,'us'),(3236373760,'us'),(3236379648,'us'),(3236381184,'ca'),(3236381696,'us'),(3236384256,'us'),(3236385536,'us'),(3236387072,'ca'),(3236387328,'us'),(3236387840,'pr'),(3236389376,'us'),(3236392704,'us'),(3236395520,'us'),(3236397056,'us'),(3236399616,'us'),(3236400384,'us'),(3236401408,'us'),(3236408064,'us'),(3236408320,'ca'); INSERT INTO `ip2nation` VALUES (3236409600,'us'),(3236411392,'us'),(3236413952,'us'),(3236416512,'us'),(3236418816,'us'),(3236419840,'us'),(3236420352,'us'),(3236427520,'ca'),(3236428800,'us'),(3236430080,'us'),(3236446208,'us'),(3236495360,'us'),(3236566784,'ca'),(3236567040,'us'),(3236576000,'us'),(3236585984,'ca'),(3236586240,'us'),(3236604672,'ca'),(3236604928,'us'),(3236617984,'ca'),(3236619776,'us'),(3236620288,'us'),(3236623872,'us'),(3236625920,'ca'),(3236626432,'us'),(3236757504,'ca'),(3236765696,'us'),(3236827136,'us'),(3236962304,'us'),(3237282560,'us'),(3237284864,'us'),(3237285632,'us'),(3237287936,'ca'),(3237288192,'us'),(3237291264,'us'),(3237294848,'ca'),(3237295104,'us'),(3237297408,'us'),(3237302528,'us'),(3237305088,'ca'),(3237305344,'us'),(3237306112,'us'),(3237310720,'us'),(3237313024,'us'),(3237319936,'us'),(3237320960,'us'),(3237321728,'us'),(3237325312,'us'),(3237325824,'ca'),(3237326080,'us'),(3237328640,'ca'),(3237328896,'us'),(3237329408,'us'),(3237331456,'us'),(3237332224,'us'),(3237335296,'us'),(3237337600,'us'),(3237338368,'us'),(3237339648,'us'),(3237340160,'ca'),(3237340416,'us'),(3237346304,'us'),(3237416960,'us'),(3237511168,'us'),(3237552128,'us'),(3237615616,'ca'),(3237617152,'us'),(3237681664,'ca'),(3237682944,'us'),(3237685248,'us'),(3237688320,'ca'),(3237689344,'us'),(3237691904,'us'),(3237698304,'ca'),(3237698560,'us'),(3237713152,'us'),(3237716992,'ca'),(3237717248,'us'),(3237717504,'ca'),(3237717760,'us'),(3237725184,'ca'),(3237725440,'us'),(3237726976,'us'),(3237728256,'us'),(3237734144,'ca'),(3237734400,'us'),(3288400384,'pr'),(3288418304,'us'),(3288427264,'bm'),(3288434688,'jm'),(3288435200,'jm'),(3288435712,'us'),(3288435968,'pr'),(3288436224,'us'),(3288440832,'bb'),(3288465408,'jm'),(3288530944,'jm'),(3288532992,'pr'),(3288539136,'us'),(3288549632,'gd'),(3288555264,'jm'),(3288557568,'jm'),(3288570112,'jm'),(3288578048,'jm'),(3288580096,'bb'),(3288608256,'us'),(3289120768,'pr'),(3289137152,'bm'),(3289161728,'pr'),(3290103808,'us'),(3290181632,'pr'),(3290431488,'jm'),(3290464256,'pr'),(3291086848,'pr'),(3302490368,'us'),(3321956352,'us'),(3322085376,'us'),(3322610688,'us'),(3322740736,'us'),(3322937344,'us'),(3323003392,'us'),(3323004928,'us'),(3323013888,'ca'),(3323014400,'us'),(3323017728,'ca'),(3323017984,'us'),(3323021056,'us'),(3323022848,'us'),(3323030272,'us'),(3323032576,'us'),(3323034112,'us'),(3323038720,'ca'),(3323038976,'us'),(3323049728,'us'),(3323061504,'us'),(3323062784,'us'),(3323064832,'us'),(3323201536,'ca'),(3323203584,'us'),(3323207680,'ca'),(3323267072,'us'),(3323340288,'us'),(3323343872,'us'),(3323346432,'us'),(3323355904,'us'),(3323356672,'ca'),(3323356928,'us'),(3323378688,'ca'),(3323378944,'us'),(3323391232,'ca'),(3323391488,'us'),(3323395072,'us'),(3323662336,'us'),(3323805696,'ca'),(3323806208,'us'),(3324051456,'ca'),(3324182528,'us'),(3324264448,'us'),(3324379136,'ca'),(3324380160,'us'),(3324592128,'us'),(3325035520,'us'),(3325101312,'us'),(3325110272,'us'),(3325123328,'us'),(3325129216,'us'),(3325132032,'us'),(3325134336,'us'),(3325136128,'ca'),(3325136384,'us'),(3325142272,'us'),(3325144832,'ca'),(3325145088,'us'),(3325173760,'us'),(3325233408,'us'),(3325234432,'us'),(3325249536,'us'),(3325257216,'us'),(3325259776,'ca'),(3325261312,'us'),(3325268736,'us'),(3325269760,'ca'),(3325270272,'us'),(3325271040,'ca'),(3325271296,'us'),(3325278976,'us'),(3325281536,'us'),(3325285632,'us'),(3325304832,'ca'),(3325313024,'us'),(3325362176,'ca'),(3325493248,'us'),(3325497344,'pr'),(3325501440,'us'),(3325566976,'us'),(3325640704,'ca'),(3325689856,'jm'),(3325690368,'us'),(3325693952,'us'),(3325887488,'us'),(3325890560,'us'),(3325956096,'ca'),(3325960192,'us'),(3325976064,'ca'),(3325976320,'us'),(3325980672,'ca'),(3325980928,'us'),(3325992448,'ca'),(3325992960,'us'),(3325996800,'ca'),(3325997056,'us'),(3326680832,'ca'),(3326682624,'us'),(3326682880,'ca'),(3326713344,'us'),(3326714112,'ca'),(3326716928,'us'),(3326717952,'ca'),(3326729472,'ca'),(3326729728,'us'),(3326734336,'ca'),(3326737664,'us'),(3326737920,'ca'),(3326738432,'us'),(3327723520,'ca'),(3327725568,'us'),(3328180480,'ca'),(3328210176,'ae'),(3328210944,'ca'),(3328235008,'us'),(3328235520,'ca'),(3328241664,'us'),(3328243200,'ca'),(3328245760,'us'),(3328414976,'us'),(3328420352,'ca'),(3328420608,'us'),(3328421376,'us'),(3328432640,'ca'),(3328433920,'us'),(3328475136,'ca'),(3328507904,'us'),(3328617984,'ca'),(3328618240,'us'),(3328630784,'ca'),(3328631808,'us'),(3328638976,'ca'),(3328704512,'us'),(3330621440,'ca'),(3330623744,'us'),(3330627072,'us'),(3330641152,'us'),(3330646528,'ca'),(3330647296,'us'),(3330649600,'ca'),(3330649856,'us'),(3330663168,'us'),(3330664192,'ca'),(3330664448,'us'),(3330714368,'ca'),(3330714624,'us'),(3330726656,'ca'),(3330726912,'us'),(3330754560,'ca'),(3330754816,'us'),(3330763520,'ca'),(3330763776,'us'),(3330765824,'ca'),(3330766336,'us'),(3330771712,'us'),(3330779136,'us'),(3330791424,'ca'),(3330791680,'us'),(3331102464,'ca'),(3331102720,'us'),(3331260416,'us'),(3331563776,'us'),(3331633920,'us'),(3331647232,'ca'),(3331647488,'us'),(3331649280,'ca'),(3331649536,'us'),(3331818752,'us'),(3332440320,'ca'),(3332460544,'us'),(3332460800,'ca'),(3332562944,'us'),(3332563456,'ca'),(3332590080,'us'),(3332590592,'ca'),(3332618240,'us'),(3332624384,'ca'),(3332899328,'us'),(3332899584,'ca'),(3332899840,'us'),(3332900096,'ca'),(3332906496,'us'),(3332909568,'ca'),(3332947968,'us'),(3332948224,'ca'),(3332966144,'us'),(3332966400,'ca'),(3333012480,'us'),(3333012992,'ca'),(3333029888,'us'),(3333480192,'de'),(3333481472,'us'),(3333859840,'bm'),(3333860096,'us'),(3333988864,'us'),(3333997824,'ca'),(3333998080,'us'),(3334138624,'bm'),(3334139136,'us'),(3334187776,'bm'),(3334188032,'us'),(3335000064,'us'),(3335252736,'ca'),(3335252992,'us'),(3335276288,'pr'),(3335276800,'us'),(3335439872,'us'),(3335441152,'us'),(3335458816,'bm'),(3335462912,'us'),(3337289984,'ca'),(3337297920,'us'),(3337302016,'ca'),(3337335296,'us'),(3337335808,'ca'),(3337355264,'us'),(3337682944,'us'),(3337980672,'pr'),(3337980928,'us'),(3337986048,'bb'),(3337986304,'us'),(3338069248,'bb'),(3338069760,'us'),(3339142656,'nl'),(3339142912,'us'),(3339145728,'nl'),(3339145984,'us'),(3339147008,'ca'),(3339147776,'ms'),(3339148032,'us'),(3339159552,'ca'),(3339160576,'us'),(3339164672,'ca'),(3339165696,'us'),(3339167744,'pr'),(3339168768,'us'),(3339177984,'pr'),(3339179008,'us'),(3339180032,'ca'),(3339181056,'us'),(3339184128,'ca'),(3339186176,'us'),(3339669504,'ca'),(3339672576,'us'),(3339747328,'ca'),(3339748352,'us'),(3339753472,'ca'),(3339754496,'us'),(3339760640,'ca'),(3339761664,'us'),(3339923456,'ca'),(3339943936,'us'),(3339952128,'ca'),(3339956224,'us'),(3339965440,'ca'),(3339968512,'us'),(3340080128,'ca'),(3340081152,'us'),(3340084224,'kn'),(3340085248,'us'),(3340088320,'ca'),(3340089344,'us'),(3340097536,'ca'),(3340099584,'us'),(3340107776,'ca'),(3340369920,'us'),(3340387328,'ca'),(3340388352,'us'),(3340430080,'us'),(3341484288,'ca'),(3341485056,'us'),(3341511680,'ca'),(3341517824,'us'),(3341518848,'ca'),(3341520896,'us'),(3341521664,'ca'),(3341531392,'us'),(3341534976,'ca'),(3341537280,'us'),(3341546240,'ca'),(3341547520,'ca'),(3341549568,'us'),(3342204928,'us'),(3342598144,'ca'),(3342603264,'us'),(3342604800,'ca'),(3342605312,'us'),(3342605568,'ca'),(3342663680,'us'),(3343319296,'ca'),(3343364096,'us'),(3343365632,'ca'),(3343373312,'us'),(3343380480,'ca'),(3343384576,'us'),(3344171264,'ca'),(3344256000,'us'),(3344261888,'ca'),(3344268544,'us'),(3344269312,'ca'),(3344288768,'pr'),(3344289792,'us'),(3344292864,'ca'),(3344296960,'gd'),(3344297984,'us'),(3344299264,'ca'),(3344299520,'us'),(3344299776,'ca'),(3344300544,'us'),(3344300800,'ca'),(3344302080,'us'),(3344486400,'nl'),(3344488448,'us'),(3344637952,'us'),(3344964608,'ca'),(3344965632,'us'),(3345418240,'nl'),(3345419520,'us'),(3345423360,'tc'),(3345424384,'us'),(3345430528,'ca'),(3345432576,'uk'),(3345433600,'sg'),(3345433856,'us'),(3345434880,'es'),(3345435136,'lu'),(3345435392,'de'),(3345436672,'us'),(3345436928,'es'),(3345437184,'uk'),(3345437696,'nl'),(3345438208,'uk'),(3345438464,'fr'),(3345439232,'us'),(3345439744,'fr'),(3345440000,'de'),(3345440256,'us'),(3345441024,'de'),(3345442560,'jp'),(3345442816,'at'),(3345443328,'ch'),(3345443584,'de'),(3345444096,'us'),(3345444608,'ch'),(3345445120,'us'),(3345445376,'uk'),(3345446656,'it'),(3345446912,'us'),(3345447680,'be'),(3345448960,'us'),(3346282496,'pr'),(3346333696,'us'),(3346923520,'ca'),(3346989056,'us'),(3349446912,'ca'),(3349447168,'us'),(3349545216,'ca'),(3349551104,'us'),(3349553664,'ca'),(3349608448,'us'),(3349609216,'ca'),(3349610496,'us'),(3350135040,'ca'),(3350146048,'us'),(3350151168,'ca'),(3350181888,'us'),(3350183168,'ca'),(3350200320,'us'),(3350469632,'ca'),(3350470656,'us'),(3350475776,'ca'),(3350476800,'us'),(3350790400,'ca'),(3350825728,'uk'),(3350825984,'ca'),(3350855680,'us'),(3351642112,'ca'),(3351698432,'us'),(3351912448,'ca'),(3351927552,'us'),(3351927808,'ca'),(3351969792,'us'),(3352035328,'ca'),(3352036352,'us'),(3352046592,'ca'),(3352049664,'us'),(3352051712,'ca'),(3352055808,'us'),(3352066048,'ca'),(3352067072,'us'),(3352068096,'ca'),(3352069120,'us'),(3352082432,'jm'),(3352083456,'us'),(3352088576,'ca'),(3352090624,'us'),(3352094720,'vg'),(3352096768,'us'),(3352559872,'ca'),(3352615424,'us'),(3352616960,'ca'),(3352887296,'us'),(3353979648,'ca'),(3353979904,'us'),(3353982720,'ca'),(3353983232,'us'),(3354066944,'ca'),(3354132480,'us'),(3354591232,'ca'),(3354656768,'us'),(3354788096,'ca'),(3354807552,'us'),(3354810368,'ca'),(3354814976,'us'),(3354815232,'ca'),(3354918912,'us'),(3354956032,'us'),(3355013120,'ca'),(3355017216,'us'),(3355052032,'ca'),(3355054080,'us'),(3355260928,'ca'),(3355262976,'us'),(3355310592,'ca'),(3355312128,'us'),(3355319296,'ca'),(3355320320,'us'),(3355324416,'ca'),(3355328512,'us'),(3355351040,'ca'),(3355351296,'us'),(3355372288,'ca'),(3355372544,'us'),(3355384832,'ca'),(3355385856,'us'),(3355407360,'pr'),(3355408384,'us'),(3355467264,'us'),(3355478272,'us'),(3355498496,'us'),(3355549696,'bm'),(3355770880,'pr'),(3355773696,'pr'),(3356054016,'us'),(3356062464,'jm'),(3356137472,'jm'),(3356138240,'us'),(3356139520,'us'),(3356140800,'bm'),(3356272640,'us'),(3356286976,'us'),(3356426240,'us'),(3356514304,'us'),(3357409280,'us'),(3358720000,'pr'),(3358736384,'bb'),(3358752768,'bb'),(3359244288,'us'),(3359506432,'us'),(3422552064,'us'),(3423092736,'vi'),(3423093760,'us'),(3423094784,'ca'),(3423095808,'us'),(3423143936,'ca'),(3423145984,'us'),(3423182848,'ca'),(3423184896,'us'),(3423221760,'ca'),(3423222784,'us'),(3423236096,'jm'),(3423238144,'us'),(3423258624,'ca'),(3423262720,'us'),(3423268864,'ca'),(3423269888,'us'),(3423285248,'ca'),(3423287296,'us'),(3423303680,'ca'),(3423304704,'us'),(3423311872,'vi'),(3423313920,'us'),(3423375360,'ca'),(3423379456,'us'),(3423473664,'ca'),(3423474688,'us'),(3423533056,'ai'),(3423535104,'us'),(3423543296,'ca'),(3423545344,'us'),(3423571968,'pr'),(3423574016,'us'),(3423582208,'ca'),(3423586304,'us'),(3423602688,'kn'),(3423603712,'us'),(3423626240,'ca'),(3423627264,'us'),(3423637504,'ca'),(3423639552,'us'),(3423651840,'ca'),(3423653888,'us'),(3423797504,'ca'),(3423823360,'us'),(3423823872,'ca'),(3423827712,'us'),(3423827968,'ca'),(3423848448,'kn'),(3423849984,'ca'),(3423858176,'us'),(3423858688,'ca'),(3423862784,'us'),(3424334848,'ca'),(3424335872,'us'),(3424378880,'pr'),(3424379136,'us'),(3424493824,'ca'),(3424494080,'us'),(3425173504,'ca'),(3425304576,'us'),(3425697792,'ca'),(3425699840,'us'),(3425828864,'ca'),(3425894400,'us'),(3426013184,'il'),(3426013440,'us'),(3426388992,'us'),(3426744320,'ca'),(3426746368,'us'),(3427127296,'ca'),(3427127552,'us'),(3427762176,'de'),(3427762432,'ca'),(3427762688,'it'),(3427763456,'au'),(3427763712,'uk'),(3427763968,'us'),(3427764224,'fr'),(3427764480,'us'),(3427765504,'uk'),(3427765760,'us'),(3427766272,'uk'),(3427766784,'se'),(3427767040,'de'),(3427767808,'us'),(3427769600,'jp'),(3427770112,'no'),(3427770368,'uk'),(3427770624,'ch'),(3427771392,'us'),(3427771648,'ca'),(3427771904,'ch'),(3427772416,'de'),(3427772672,'hk'),(3427772928,'be'),(3427773184,'de'),(3427773440,'us'),(3427773696,'fr'),(3427773952,'us'),(3427774720,'de'),(3427775232,'us'),(3427776512,'cz'),(3427776768,'us'),(3427777024,'nl'),(3427777280,'de'),(3427777536,'us'),(3427777792,'hk'),(3427778048,'us'),(3427778304,'se'),(3427778560,'no'),(3427779072,'uk'),(3427779328,'us'),(3427780096,'uk'),(3427780352,'de'),(3427780864,'us'),(3427781376,'uk'),(3427781632,'be'),(3427781888,'us'),(3427782400,'uk'),(3427782656,'fr'),(3427783424,'uk'),(3427783680,'us'),(3427783936,'fr'),(3427784704,'us'),(3427785216,'jp'),(3427785472,'no'),(3427785728,'us'),(3427786752,'lu'),(3427787264,'us'),(3427787776,'fr'),(3427788032,'ch'),(3427788288,'uk'),(3427788800,'no'),(3427789568,'de'),(3427790080,'us'),(3427790848,'it'),(3427791104,'de'),(3427791616,'uk'),(3427791872,'ca'),(3427792384,'nl'),(3427793920,'us'),(3427794176,'nl'),(3427794944,'ca'),(3427796992,'us'),(3427831808,'us'),(3427860480,'ca'),(3428057088,'us'),(3428286720,'ca'),(3428286976,'us'),(3428297472,'us'),(3428299776,'us'),(3428437760,'us'),(3429171200,'ca'),(3429236736,'us'),(3429500928,'ca'),(3429502976,'us'),(3429775360,'tc'),(3429777408,'us'),(3429892096,'ca'),(3429957632,'us'),(3430701056,'ca'),(3430702080,'us'),(3430706176,'us'),(3430813184,'us'),(3430842880,'us'),(3430845952,'us'),(3431114496,'ca'),(3431114752,'us'),(3431468032,'ca'),(3431469056,'us'),(3431596288,'ca'),(3431613440,'us'),(3431613696,'ca'),(3431657472,'us'),(3431658496,'ca'),(3431661568,'us'),(3432004608,'ca'),(3432005632,'us'),(3432009216,'pr'),(3432009472,'us'),(3432106496,'us'),(3432113408,'ca'),(3432113664,'us'),(3432205312,'ca'),(3432206336,'us'),(3432517632,'us'),(3432586240,'us'),(3432660992,'de'),(3432663040,'us'),(3432807424,'ca'),(3432808448,'us'),(3433955584,'ca'),(3433981952,'us'),(3433984000,'ca'),(3434020864,'us'),(3434807552,'ca'),(3434831360,'us'),(3434831616,'ca'),(3434872832,'us'),(3435069440,'ca'),(3435134976,'us'),(3436249344,'ca'),(3436282368,'us'),(3436282624,'ca'),(3436289792,'us'),(3436290048,'ca'),(3436314624,'us'),(3437297920,'ca'),(3437310976,'us'),(3437311488,'ca'),(3437331712,'us'),(3437331968,'ca'),(3437334016,'us'),(3437334272,'ca'),(3437341696,'us'),(3437341952,'ca'),(3437358848,'us'),(3437359104,'ca'),(3437428736,'us'),(3437748224,'uk'),(3437748480,'nl'),(3437748992,'us'),(3437749248,'de'),(3437749504,'us'),(3437749760,'jp'),(3437750016,'be'),(3437750272,'uk'),(3437750528,'us'),(3437751552,'it'),(3437751808,'uk'),(3437752064,'es'),(3437752320,'ie'),(3437752832,'us'),(3437755136,'jp'),(3437755648,'uk'),(3437755904,'us'),(3437756160,'ie'),(3437756416,'us'),(3437772800,'ca'),(3437776896,'us'),(3437964288,'us'),(3438006272,'ca'),(3438010368,'us'),(3438034944,'bs'),(3438051328,'us'),(3438084096,'ca'),(3438116864,'us'),(3438215424,'ca'),(3438280704,'us'),(3438542848,'ca'),(3438608384,'us'),(3449225472,'ca'),(3449290752,'us'),(3449769984,'us'),(3450217216,'lc'),(3450217472,'us'),(3450272768,'us'),(3450731520,'ca'),(3450732544,'us'),(3450773504,'ca'),(3450777600,'us'),(3451715840,'ca'),(3451737344,'us'),(3451737600,'ca'),(3451744256,'us'),(3451745536,'ca'),(3451781120,'us'),(3451912192,'ca'),(3452174592,'us'),(3452436480,'ca'),(3452502016,'us'),(3452715008,'ca'),(3452731392,'us'),(3452764160,'ca'),(3452914176,'us'),(3452914432,'ca'),(3452920832,'us'),(3452923392,'ca'),(3452934912,'us'),(3452936192,'ca'),(3452960768,'us'),(3453026560,'ca'),(3453029376,'us'),(3453092096,'ca'),(3453101056,'us'),(3453101312,'ca'),(3453139968,'us'),(3453140992,'ca'),(3453149184,'us'),(3453149440,'ca'),(3453159424,'bm'),(3453159936,'ca'),(3453206528,'us'),(3453403136,'bb'),(3453411328,'us'),(3453607936,'ag'),(3453616128,'us'),(3454599424,'ca'),(3454601216,'us'),(3454603008,'ca'),(3454604800,'us'),(3454607360,'ca'),(3454608128,'us'),(3454608384,'ca'),(3454609408,'us'),(3454611456,'ca'),(3454618624,'us'),(3454619648,'ca'),(3454635008,'us'),(3454636032,'ca'),(3454636800,'us'),(3454637056,'ca'),(3454661632,'us'),(3454662656,'ca'),(3454664704,'us'),(3454672896,'ca'),(3454681088,'us'),(3454796032,'ca'),(3454808832,'us'),(3454809088,'ca'),(3454814976,'us'),(3454815232,'ca'),(3454883840,'us'),(3454915072,'ca'),(3454926848,'us'),(3455713280,'ca'),(3455778816,'us'),(3456303104,'jp'),(3456311296,'us'),(3456892928,'ca'),(3456958464,'us'),(3458813952,'ca'),(3458818048,'us'),(3459055616,'ca'),(3459121152,'us'),(3459186688,'ca'),(3459252224,'us'),(3459449088,'ca'),(3459450624,'us'),(3459450880,'ca'),(3459456512,'us'),(3459456768,'ca'),(3459457280,'us'),(3459457536,'ca'),(3459457792,'pr'),(3459458048,'us'),(3459512320,'ca'),(3459513856,'us'),(3459592192,'ca'),(3459596288,'us'),(3459616768,'ca'),(3459620864,'us'),(3459624960,'bm'),(3459629056,'us'),(3459731456,'ca'),(3459735552,'us'),(3461021696,'ca'),(3461087232,'us'),(3461410816,'ca'),(3461414912,'us'),(3461513216,'ca'),(3461517312,'us'),(3461554176,'ca'),(3461558272,'us'),(3461808128,'ca'),(3461873664,'us'),(3463184384,'ca'),(3463194624,'us'),(3463198720,'ca'),(3463213312,'us'),(3463215104,'ca'),(3463243776,'us'),(3463245056,'ca'),(3463249920,'us'),(3463708672,'ca'),(3463774208,'us'),(3464167680,'ca'),(3464171776,'us'),(3464172032,'ca'),(3464180736,'us'),(3464208384,'ca'),(3464216576,'us'),(3464340480,'ca'),(3464341504,'us'),(3464384512,'ca'),(3464388608,'us'),(3464394752,'vc'),(3464396800,'us'),(3464626432,'ca'),(3464630272,'us'),(3464631296,'ca'),(3464650752,'us'),(3464664320,'ca'),(3464691712,'us'),(3464769536,'ca'),(3464773632,'us'),(3464802304,'ca'),(3464806400,'us'),(3465510912,'jp'),(3465543680,'us'),(3466756096,'ca'),(3466772480,'us'),(3466846208,'ca'),(3466854400,'us'),(3467051008,'ca'),(3467116544,'us'),(3467378688,'ca'),(3467444224,'us'),(3467554816,'ca'),(3467567104,'us'),(3467706368,'ca'),(3467902976,'us'),(3468296192,'ca'),(3468361728,'us'),(3468443648,'ca'),(3468460032,'bm'),(3468468224,'us'),(3468623872,'ca'),(3468656640,'us'),(3469055744,'ca'),(3469056000,'us'),(3469893632,'ca'),(3469901824,'us'),(3470131200,'ag'),(3470147584,'us'),(3470458880,'kr'),(3470475264,'us'),(3470558208,'hk'),(3470559232,'us'),(3470573568,'ca'),(3470575616,'us'),(3470614528,'us'),(3470651392,'ca'),(3470655488,'us'),(3470671872,'ca'),(3470680064,'us'),(3470744064,'ca'),(3470744576,'us'),(3470745856,'ca'),(3470746112,'us'),(3470749952,'ca'),(3470750208,'us'),(3470753024,'us'),(3470754560,'us'),(3470756096,'us'),(3470761984,'ca'),(3470770176,'us'),(3470778368,'ca'),(3470786560,'us'),(3470802944,'us'),(3470884864,'hk'),(3470885888,'us'),(3472375808,'pr'),(3472392192,'ca'),(3472408576,'us'),(3473039360,'bm'),(3473041408,'us'),(3473276928,'ca'),(3473342464,'us'),(3474391040,'ca'),(3474456576,'us'),(3475112192,'ca'),(3475113216,'us'),(3475115008,'ca'),(3475120128,'us'),(3475124224,'ca'),(3475243008,'us'),(3475881984,'ca'),(3475890176,'us'),(3475996672,'ca'),(3476029440,'us'),(3476418560,'ca'),(3476422656,'us'),(3476447232,'ca'),(3476455424,'us'),(3476881408,'ca'),(3476946944,'us'),(3478192128,'ca'),(3478257664,'us'),(3479207936,'ca'),(3479240704,'us'),(3479568384,'ca'),(3479633920,'us'),(3479896064,'ca'),(3479961600,'us'),(3480223744,'ca'),(3480256512,'us'),(3480444928,'ca'),(3480449024,'us'),(3481665536,'ca'),(3481731072,'us'),(3481812992,'ca'),(3481829376,'us'),(3481993216,'ca'),(3482058752,'us'),(3482583040,'ca'),(3482632192,'us'),(3482775552,'pr'),(3482779648,'us'),(3482910720,'ca'),(3482927104,'us'),(3483435008,'ca'),(3483533312,'us'),(3483631616,'ca'),(3483697152,'us'),(3483791360,'pr'),(3483795456,'us'),(3483828224,'ca'),(3483836416,'us'),(3483877376,'ca'),(3483893760,'us'),(3484647424,'ca'),(3484663808,'us'),(3484762112,'ca'),(3484778496,'us'),(3484884992,'ca'),(3484893184,'us'),(3485220864,'ca'),(3485229056,'us'),(3485327360,'ca'),(3485335552,'us'),(3485462528,'vc'),(3485466624,'us'),(3485597696,'ca'),(3485696000,'us'),(3486023680,'ca'),(3486031872,'us'),(3486269440,'jm'),(3486285824,'pr'),(3486302208,'ca'),(3486318592,'us'),(3486646272,'ca'),(3486662656,'us'),(3487039488,'ca'),(3487105024,'us'),(3487236096,'ca'),(3487301632,'us'),(3487842304,'ca'),(3487858688,'bm'),(3487875072,'us'),(3487891456,'ca'),(3487907840,'us'),(3488014336,'ca'),(3488022528,'us'),(3488071680,'ca'),(3488072704,'us'),(3488079872,'ca'),(3488083968,'us'),(3488112640,'ca'),(3488120832,'us'),(3488350208,'ca'),(3488415744,'us'),(3488940032,'ca'),(3488956416,'us'),(3488989184,'ca'),(3489005568,'us'),(3489267712,'us'),(3489341440,'ca'),(3489345536,'us'),(3489464320,'ca'),(3489529856,'us'),(3489562624,'jm'),(3489566720,'us'),(3492151296,'ca'),(3492167680,'us'),(3493244928,'pr'),(3493249024,'us'),(3493866496,'vg'),(3493867520,'us'),(3493874688,'bm'),(3493875712,'us'),(3493881856,'ca'),(3493882880,'us'),(3493936128,'ca'),(3493937152,'us'),(3493939200,'ca'),(3493941248,'us'),(3493982208,'ca'),(3493984256,'us'),(3493986304,'ca'),(3493987328,'us'),(3493990400,'ca'),(3493991424,'us'),(3493998592,'ai'),(3494000640,'us'),(3494003712,'ca'),(3494004736,'us'),(3494009856,'ca'),(3494010880,'us'),(3494014976,'ca'),(3494017024,'us'),(3494044672,'ca'),(3494045696,'us'),(3494049792,'ca'),(3494053888,'us'),(3494075392,'ca'),(3494076416,'us'),(3494088704,'ca'),(3494090752,'us'),(3494094848,'ca'),(3494095872,'us'),(3494121472,'ca'),(3494122496,'us'),(3494135808,'ca'),(3494136832,'us'),(3494139904,'ca'),(3494141952,'us'),(3494144000,'ca'),(3494145024,'us'),(3494168576,'ca'),(3494170624,'us'),(3494184960,'ca'),(3494187008,'us'),(3494197248,'ca'),(3494198272,'us'),(3494244352,'ca'),(3494246400,'us'),(3494247424,'ca'),(3494250496,'us'),(3494262784,'ca'),(3494264832,'us'),(3494272000,'kn'),(3494273024,'us'),(3494275072,'ca'),(3494277120,'us'),(3494302720,'ca'),(3494303744,'us'),(3494310912,'ca'),(3494311936,'us'),(3494316032,'ca'),(3494317056,'us'),(3494336512,'ca'),(3494337536,'us'),(3494342656,'ca'),(3494344704,'us'),(3494359040,'ca'),(3494360064,'us'),(3494361088,'ca'),(3494362112,'us'),(3494380544,'ca'),(3494381568,'us'),(3494410240,'ca'),(3494412288,'us'),(3494424576,'ca'),(3494425600,'us'),(3494432768,'ca'),(3494433792,'us'),(3494437888,'gp'),(3494439936,'us'),(3494449152,'ca'),(3494451200,'us'),(3494455296,'ca'),(3494456320,'us'),(3494459392,'ca'),(3494460416,'us'),(3494464512,'ca'),(3494465536,'us'),(3494510592,'ca'),(3494512640,'us'),(3494516736,'ca'),(3494517760,'us'),(3494563840,'ca'),(3494565888,'us'),(3494594560,'ca'),(3494595584,'us'),(3494605824,'ca'),(3494606848,'us'),(3494610944,'ca'),(3494611968,'us'),(3494624256,'ca'),(3494625280,'us'),(3494627328,'bm'),(3494628352,'us'),(3494651904,'ca'),(3494652928,'us'),(3494660096,'ca'),(3494661120,'us'),(3494668288,'ca'),(3494670336,'us'),(3494700032,'ca'),(3494701056,'us'),(3494727680,'ca'),(3494729728,'us'),(3494730752,'ca'),(3494731776,'us'),(3494743040,'ca'),(3494744064,'us'),(3494757376,'ca'),(3494758400,'us'),(3494776832,'ca'),(3494777856,'us'),(3494785024,'mf'),(3494787072,'ca'),(3494789120,'us'),(3494852608,'ca'),(3494854656,'us'),(3494862848,'gp'),(3494863872,'us'),(3494866944,'ca'),(3494867968,'us'),(3494893568,'ca'),(3494894592,'us'),(3494917120,'ca'),(3494918144,'us'),(3494928384,'ca'),(3494930432,'us'),(3494938624,'ca'),(3494939648,'us'),(3494964224,'pr'),(3494965248,'us'),(3494968320,'ca'),(3494972416,'us'),(3494979584,'ca'),(3494981632,'us'),(3495000064,'ca'),(3495001088,'us'),(3495006208,'ca'),(3495007232,'us'),(3495010304,'kn'),(3495012352,'pr'),(3495014400,'us'),(3495023616,'ca'),(3495024640,'us'),(3495065600,'ca'),(3495066624,'us'),(3495076864,'bm'),(3495077888,'us'),(3495090176,'ky'),(3495091200,'us'),(3495098368,'ca'),(3495100416,'us'),(3495120896,'ag'),(3495122944,'us'),(3495153664,'ca'),(3495155712,'us'),(3495192576,'ca'),(3495193600,'us'),(3495215104,'vi'),(3495217152,'vc'),(3495219200,'us'),(3495251968,'ca'),(3495254016,'us'),(3495260160,'ca'),(3495261184,'us'),(3495286784,'ca'),(3495288832,'us'),(3495332864,'ca'),(3495333888,'us'),(3495349248,'ca'),(3495350272,'us'),(3495358464,'ca'),(3495359488,'us'),(3495367680,'ca'),(3495368704,'us'),(3495370752,'bs'),(3495372800,'us'),(3495375872,'ca'),(3495376896,'us'),(3495399424,'kn'),(3495400448,'us'),(3495412736,'ca'),(3495413760,'us'),(3495429120,'ca'),(3495430144,'us'),(3495455744,'ca'),(3495456768,'us'),(3495463936,'ca'),(3495464960,'us'),(3495475200,'ca'),(3495477248,'us'),(3495478272,'ca'),(3495479296,'us'),(3495505920,'ca'),(3495507968,'us'),(3495515136,'ca'),(3495516160,'us'),(3495526400,'ca'),(3495527424,'us'),(3495552000,'bm'),(3495553024,'us'),(3495579648,'ca'),(3495581696,'us'),(3495583744,'ca'),(3495585792,'us'),(3495587840,'ms'),(3495588864,'us'),(3495618560,'ca'),(3495619584,'us'),(3495620608,'ca'),(3495622656,'us'),(3495653376,'ca'),(3495655424,'us'),(3495673856,'mf'),(3495675904,'us'),(3495688192,'ca'),(3495689216,'us'),(3495694336,'ca'),(3495698432,'us'),(3495703552,'ca'),(3495704576,'us'),(3495718912,'ca'),(3495720960,'us'),(3495724032,'ca'),(3495727104,'us'),(3495749632,'ca'),(3495750656,'us'),(3495815168,'ca'),(3495817216,'us'),(3495828480,'ca'),(3495831552,'us'),(3495847936,'ca'),(3495849984,'us'),(3495862272,'ca'),(3495864320,'gp'),(3495865344,'ca'),(3495866368,'vc'),(3495868416,'us'),(3495871488,'ca'),(3495872512,'us'),(3495896064,'pr'),(3495897088,'us'),(3495930880,'ca'),(3495931904,'us'),(3495968768,'ca'),(3495985152,'us'),(3496034304,'ca'),(3496050688,'us'),(3496132608,'ca'),(3496148992,'us'),(3496181760,'ca'),(3496189952,'us'),(3496296448,'ca'),(3496312832,'us'),(3496468480,'ca'),(3496476672,'us'),(3496878080,'ca'),(3496882176,'us'),(3496894464,'ca'),(3496902656,'us'),(3496951808,'ca'),(3496960000,'us'),(3497066496,'ca'),(3497082880,'us'),(3497164800,'ca'),(3497181184,'us'),(3497410560,'ca'),(3497431040,'us'),(3497447424,'ca'),(3497451520,'us'),(3497717760,'ca'),(3497721856,'us'),(3497820160,'ca'),(3497852928,'us'),(3498287104,'jm'),(3498295296,'us'),(3498708992,'jm'),(3498717184,'us'),(3499986944,'ky'),(3499988992,'us'),(3500351488,'jm'),(3500359680,'us'),(3500728320,'ky'),(3500736512,'us'),(3501522944,'ca'),(3501588480,'us'),(3506765824,'ca'),(3506831360,'us'),(3507355648,'us'),(3507585024,'ca'),(3507601408,'us'),(3507748864,'ca'),(3507765248,'us'),(3508220928,'ky'),(3508221952,'us'),(3508222976,'ky'),(3508224000,'us'),(3508338688,'ca'),(3508404224,'us'),(3508690944,'ca'),(3508695040,'us'),(3509157888,'ca'),(3509166080,'us'),(3509215232,'ca'),(3509223424,'us'),(3509346304,'ca'),(3509354496,'us'),(3509420032,'us'),(3509731328,'ca'),(3509739520,'us'),(3509846016,'ca'),(3510042624,'us'),(3510239232,'ca'),(3510272000,'us'),(3510321152,'ag'),(3510337536,'us'),(3510935552,'ca'),(3510943744,'us'),(3511140352,'ca'),(3511156736,'us'),(3511812096,'ca'),(3511844864,'us'),(3512139776,'ca'),(3512156160,'us'),(3512172544,'ca'),(3512176640,'us'),(3512197120,'ca'),(3512205312,'us'),(3512270848,'ca'),(3512336384,'us'),(3512369152,'ca'),(3512385536,'us'),(3512397824,'ca'),(3512401920,'us'),(3512418304,'ca'),(3512451072,'pr'),(3512467456,'us'),(3512655872,'us'),(3512696832,'se'),(3512705024,'us'),(3512844288,'ca'),(3512852480,'us'),(3512987648,'us'),(3513188352,'ca'),(3513204736,'us'),(3513270272,'ca'),(3513286656,'us'),(3513294848,'ca'),(3513303040,'us'),(3513368576,'ca'),(3513384960,'us'),(3513475072,'ca'),(3513483264,'us'),(3513778176,'ca'),(3513794560,'us'),(3514007552,'ca'),(3514040320,'us'),(3514368000,'ca'),(3514433536,'us'),(3514826752,'ca'),(3514843136,'us'),(3515301888,'ca'),(3515318272,'us'),(3515596800,'ca'),(3515744256,'us'),(3515965440,'ca'),(3515973632,'us'),(3516039168,'ca'),(3516071936,'us'),(3516153856,'ca'),(3516162048,'us'),(3516170240,'ca'),(3516203008,'us'),(3516334080,'ca'),(3516342272,'us'),(3516366848,'ca'),(3516370944,'us'),(3516514304,'ca'),(3516530688,'us'),(3516903424,'ca'),(3516907520,'us'),(3517038592,'ca'),(3517054976,'us'),(3517095936,'ca'),(3517100032,'us'),(3517112320,'ca'),(3517120512,'us'),(3517546496,'ca'),(3517562880,'us'),(3517595648,'se'),(3517612032,'us'),(3517644800,'ca'),(3517710336,'us'),(3517718528,'ca'),(3517726720,'us'),(3518062592,'ca'),(3518066688,'us'),(3518431232,'ca'),(3518439424,'us'),(3518464000,'ca'),(3518472192,'us'),(3519234048,'ca'),(3519250432,'us'),(3519340544,'ca'),(3519344640,'us'),(3519381504,'ca'),(3519397888,'us'),(3519676416,'ca'),(3519709184,'us'),(3519758336,'us'),(3519873024,'ca'),(3519901696,'us'),(3519934464,'ca'),(3519938560,'us'),(3520020480,'ca'),(3520036864,'us'),(3520364544,'us'),(3520454656,'ca'),(3520462848,'us'),(3520626688,'ca'),(3520634880,'us'),(3520675840,'ca'),(3520692224,'us'),(3520937984,'ca'),(3520954368,'us'),(3520999424,'ca'),(3521003520,'us'),(3521028096,'ca'),(3521032192,'us'),(3521044480,'ca'),(3521048576,'us'),(3521249280,'ca'),(3521314816,'us'),(3521904640,'jm'),(3521921024,'us'),(3522101248,'ca'),(3522109440,'us'),(3522174976,'bm'),(3522179072,'us'),(3522195456,'ca'),(3522199552,'us'),(3522854912,'ca'),(3522871296,'us'),(3590324224,'us'),(3624271872,'ca'),(3624304640,'us'),(3624321024,'ca'),(3624325120,'us'),(3624386560,'ca'),(3624394752,'us'),(3624435712,'ca'),(3624452096,'us'),(3624480768,'ca'),(3624484864,'us'),(3624529920,'ca'),(3624534016,'us'),(3624587264,'jm'),(3624591360,'us'),(3624730624,'ca'),(3624812544,'us'),(3624828928,'ca'),(3624833024,'us'),(3624845312,'au'),(3624849408,'us'),(3624984576,'ca'),(3624992768,'us'),(3625058304,'ca'),(3625091072,'us'),(3625140224,'ca'),(3625148416,'us'),(3625168896,'ca'),(3625172992,'us'),(3625287680,'ca'),(3625295872,'us'),(3625418752,'ca'),(3625426944,'us'),(3625508864,'ca'),(3625512960,'pr'),(3625517056,'us'),(3625631744,'ca'),(3625639936,'us'),(3626270720,'ca'),(3626287104,'us'),(3626332160,'ca'),(3626336256,'us'),(3626508288,'ca'),(3626512384,'us'),(3626524672,'ca'),(3626532864,'us'),(3626852352,'ca'),(3626860544,'us'),(3626893312,'ca'),(3626905600,'us'),(3626926080,'ca'),(3626934272,'us'),(3627044864,'ca'),(3627048960,'us'),(3627065344,'ca'),(3627069440,'us'),(3627507712,'ca'),(3627511808,'us'),(3627532288,'ca'),(3627544576,'us'),(3627659264,'ca'),(3627663360,'us'),(3627679744,'ca'),(3627712512,'us'),(3627802624,'ca'),(3627810816,'us'),(3628179456,'ca'),(3628187648,'us'),(3628236800,'ca'),(3628257280,'us'),(3628679168,'ca'),(3628683264,'us'),(3628834816,'ca'),(3628843008,'us'),(3629187072,'ca'),(3629195264,'us'),(3629199360,'ca'),(3629203456,'us'),(3629318144,'ca'),(3629326336,'us'),(3629539328,'ca'),(3629547520,'us'),(3630309376,'ca'),(3630317568,'us'),(3630374912,'ca'),(3630383104,'us'),(3630391296,'ca'),(3630395392,'us'),(3630718976,'ca'),(3630727168,'us'),(3630780416,'ca'),(3630784512,'us'),(3630850048,'ca'),(3630854144,'us'),(3630956544,'ca'),(3631005696,'us'),(3631112192,'bb'),(3631120384,'us'),(3631144960,'ca'),(3631153152,'us'),(3631284224,'ca'),(3631316992,'us'),(3631333376,'ca'),(3631341568,'us'),(3631480832,'ca'),(3631484928,'us'),(3631644672,'ca'),(3631652864,'us'),(3631665152,'ca'),(3631669248,'us'),(3631841280,'ca'),(3631874048,'us'),(3631939584,'ca'),(3632005120,'us'),(3632152576,'ca'),(3632168960,'us'),(3632197632,'ca'),(3632201728,'us'),(3632332800,'ca'),(3632357376,'us'),(3632381952,'ca'),(3632390144,'us'),(3632414720,'ca'),(3632422912,'us'),(3632451584,'ca'),(3632455680,'us'),(3632857088,'bs'),(3632861184,'us'),(3632881664,'ca'),(3632889856,'us'),(3632898048,'ca'),(3632902144,'us'),(3632971776,'ca'),(3632988160,'us'),(3633336320,'ky'),(3633340416,'us'),(3633344512,'ca'),(3633348608,'us'),(3633405952,'ca'),(3633410048,'us'),(3633479680,'ca'),(3633483776,'us'),(3633815552,'ca'),(3633819648,'us'),(3633885184,'us'),(3633889280,'ca'),(3633893376,'us'),(3633971200,'ca'),(3634020352,'us'),(3634061312,'us'),(3634094080,'se'),(3634098176,'us'),(3634511872,'ca'),(3634515968,'us'),(3634552832,'ca'),(3634556928,'us'),(3634880512,'ca'),(3634888704,'us'),(3634913280,'ca'),(3634921472,'us'),(3634925568,'ca'),(3634929664,'us'),(3635109888,'ca'),(3635113984,'us'),(3635142656,'ca'),(3635146752,'us'),(3635314688,'ca'),(3635322880,'us'),(3635425280,'ca'),(3635429376,'us'),(3635466240,'ca'),(3635470336,'us'),(3635871744,'ca'),(3635879936,'us'),(3635892224,'ca'),(3635896320,'us'),(3635904512,'ca'),(3635912704,'us'),(3636019200,'ca'),(3636027392,'us'),(3636064256,'ca'),(3636068352,'us'),(3636396032,'ca'),(3636461568,'us'),(3636609024,'ca'),(3636621312,'us'),(3636822016,'ca'),(3636854784,'us'),(3636887552,'ca'),(3636895744,'us'),(3637075968,'ca'),(3637080064,'us'),(3637510144,'ca'),(3637641216,'us'),(3637665792,'ca'),(3637669888,'us'),(3637706752,'ca'),(3637739520,'us'),(3638165504,'ca'),(3638181888,'us'),(3638304768,'ca'),(3638312960,'us'),(3638370304,'ca'),(3638386688,'us'),(3638509568,'ca'),(3638534144,'us'),(3638697984,'ca'),(3638706176,'us'),(3638874112,'ca'),(3638878208,'us'),(3638992896,'us'),(3639083008,'ca'),(3639148544,'us'),(3639222272,'ca'),(3639230464,'us'),(3639255040,'ca'),(3639263232,'us'),(3639279616,'ca'),(3639283712,'us'),(3639394304,'us'),(3639558144,'ca'),(3639566336,'us'),(3639607296,'ca'),(3639611392,'us'),(3639656448,'ca'),(3639660544,'us'),(3639664640,'ca'),(3639668736,'us'),(3639681024,'us'),(3639730176,'ca'),(3639734272,'us'),(3639934976,'us'),(3640057856,'ca'),(3640066048,'us'),(3640197120,'ca'),(3640201216,'us'),(3640205312,'bm'),(3640209408,'ca'),(3640213504,'us'),(3640287232,'ca'),(3640295424,'us'),(3640360960,'ca'),(3640369152,'us'),(3640410112,'ca'),(3640418304,'us'),(3640557568,'ca'),(3640582144,'us'),(3640647680,'jp'),(3640651776,'us'),(417857536,'ar'),(1075609600,'tt'),(1075855360,'do'),(1111228416,'ar'),(1113718784,'do'),(1122451456,'co'),(2170159104,'ve'),(2209480704,'mx'),(2230779904,'mx'),(2231238656,'mx'),(2337406976,'br'),(2358509568,'mx'),(2361327616,'ar'),(2402680832,'br'),(2406088704,'br'),(2417360896,'mx'),(2417426432,'br'),(2454913024,'cl'),(2458255360,'br'),(2459631616,'cl'),(2460221440,'br'),(2470510592,'br'),(2496200704,'mx'),(2527133696,'br'),(2528706560,'ve'),(2554986496,'cl'),(2555641856,'br'),(2556166144,'br'),(2559246336,'cl'),(2614296576,'br'),(2623602688,'cl'),(2639659008,'br'),(2640052224,'ar'),(2640576512,'ec'),(2650603520,'co'),(2657157120,'mx'),(2661285888,'ve'),(2661941248,'cl'),(2667249664,'cl'),(2668625920,'mx'),(2673475584,'ve'),(2702704640,'br'),(2702770176,'cl'),(2706309120,'br'),(2709716992,'cl'),(2709782528,'pe'),(2710831104,'br'),(2713583616,'ar'),(2713976832,'ve'),(2716729344,'cl'),(2725904384,'ve'),(2735341568,'ar'),(2746351616,'cr'),(2750873600,'cl'),(2751070208,'cl'),(2754150400,'br'),(2756247552,'uy'),(2756509696,'cl'),(2757033984,'br'),(2757754880,'cl'),(2757885952,'cl'),(2774663168,'ni'),(2780168192,'cl'),(2789933056,'cl'),(2792226816,'cl'),(2792488960,'bo'),(2803630080,'cl'),(2810576896,'ve'),(2812084224,'bo'),(2818310144,'ar'),(2823618560,'pa'),(2824011776,'ar'),(2824863744,'ar'),(2825191424,'ar'),(2829385728,'mx'),(2830106624,'co'),(2833383424,'ar'),(2833711104,'cl'),(2833907712,'gt'),(2834497536,'sv'),(2835283968,'mx'),(2845704192,'cu'),(2853306368,'cl'),(2853765120,'mx'),(2855469056,'ar'),(2856452096,'br'),(2856714240,'mx'),(2862284800,'ar'),(2863202304,'mx'),(2865889280,'ar'),(3120562176,'co'),(3120594944,'ar'),(3120599040,'ec'),(3120601088,'ar'),(3120602112,'bo'),(3120603136,'ar'),(3120610304,'py'),(3120611328,'ar'),(3120627712,'ni'),(3120660480,'pa'),(3120676864,'ht'),(3120693248,'bo'),(3120726016,'hn'),(3120758784,'ec'),(3120824320,'cr'),(3120857088,'ec'),(3120955392,'do'),(3121086464,'uy'),(3121152000,'cl'),(3121348608,'ar'),(3121479680,'ve'),(3121545216,'cr'),(3121610752,'py'),(3121741824,'ar'),(3121872896,'cl'),(3122003968,'ar'),(3122135040,'ve'),(3122331648,'bo'),(3122397184,'co'),(3122659328,'gt'),(3122790400,'cl'),(3123052544,'ar'),(3123183616,'cl'),(3123314688,'ec'),(3123380224,'co'),(3123445760,'tt'),(3123576832,'ec'),(3123707904,'uy'),(3124232192,'ar'),(3124887552,'ec'),(3125280768,'pa'),(3125805056,'co'),(3126329344,'ve'),(3126853632,'ar'),(3126919168,'co'),(3127115776,'ar'),(3127246848,'co'),(3127377920,'cl'),(3127640064,'ar'),(3127902208,'co'),(3128426496,'do'),(3128492032,'co'),(3128557568,'ar'),(3129999360,'co'),(3130523648,'ar'),(3131047936,'pe'),(3133145088,'br'),(3145728000,'mx'),(3170893824,'br'),(3179282432,'mx'),(3187671040,'co'),(3187687424,'do'),(3187695616,'ar'),(3187703808,'uy'),(3187712000,'ar'),(3187720192,'gt'),(3187736576,'ar'),(3187752960,'co'),(3187802112,'ar'),(3187818496,'py'),(3187822592,'ar'),(3187824640,'cl'),(3187826688,'ar'),(3187834880,'an'),(3187851264,'py'),(3187859456,'pa'),(3187867648,'ar'),(3187908608,'co'),(3187910656,'cl'),(3187914752,'bo'),(3187916800,'co'),(3187933184,'gt'),(3187949568,'an'),(3187957760,'cl'),(3187965952,'an'),(3187982336,'cl'),(3187998720,'ar'),(3188015104,'hn'),(3188031488,'sv'),(3188047872,'co'),(3188056064,'pa'),(3188064256,'ve'),(3188080640,'cu'),(3188088832,'ar'),(3188097024,'do'),(3188105216,'co'),(3188113408,'hn'),(3188121600,'tt'),(3188129792,'ar'),(3188146176,'co'),(3188170752,'cr'),(3188187136,'ar'),(3188203520,'do'),(3188211712,'cl'),(3188228096,'pe'),(3188244480,'co'),(3188260864,'ar'),(3188269056,'ve'),(3188273152,'pa'),(3188275200,'cl'),(3188277248,'co'),(3188293632,'ve'),(3188301824,'ec'),(3188310016,'co'),(3188326400,'cr'),(3188359168,'ec'),(3188400128,'ar'),(3188408320,'bo'),(3188416512,'ar'),(3188449280,'hn'),(3188457472,'ec'),(3188473856,'pe'),(3188482048,'ar'),(3188490240,'co'),(3188506624,'ar'),(3188523008,'co'),(3188539392,'cl'),(3188547584,'co'),(3188555776,'cl'),(3188572160,'co'),(3188580352,'ar'),(3188621312,'gt'),(3188629504,'ar'),(3188637696,'pa'),(3188645888,'co'),(3188670464,'hn'),(3188678656,'ar'),(3188686848,'ec'),(3188695040,'ve'),(3188703232,'ar'),(3188981760,'cl'),(3189178368,'py'),(3189243904,'co'),(3189637120,'ar'),(3189768192,'pa'),(3190030336,'ve'),(3190292480,'pe'),(3190554624,'cl'),(3190816768,'ar'),(3191078912,'co'),(3191095296,'ec'),(3191103488,'co'),(3191111680,'py'),(3191128064,'ec'),(3191136256,'do'),(3191144448,'sv'),(3191209984,'cl'),(3191275520,'ar'),(3191341056,'gt'),(3191406592,'sv'),(3191472128,'tt'),(3191603200,'co'),(3191865344,'uy'),(3191930880,'co'),(3192389632,'ve'),(3192913920,'gy'),(3192946688,'do'),(3192979456,'pe'),(3193044992,'cl'),(3193110528,'co'),(3193307136,'sv'),(3193438208,'an'),(3193569280,'co'),(3193700352,'hn'),(3193733120,'ar'),(3193765888,'tt'),(3193798656,'co'),(3193815040,'ar'),(3193823232,'cl'),(3193831424,'do'),(3193864192,'ec'),(3193880576,'ve'),(3193896960,'cl'),(3193929728,'ec'),(3193962496,'cl'),(3193995264,'co'),(3194028032,'ar'),(3194044416,'co'),(3194052608,'tt'),(3194060800,'co'),(3194093568,'sr'),(3194126336,'ar'),(3194142720,'cl'),(3194159104,'gt'),(3194175488,'ar'),(3194177536,'ec'),(3194179584,'ar'),(3194181632,'cl'),(3194182656,'bo'),(3194183680,'uy'),(3194191872,'co'),(3194224640,'cl'),(3194355712,'an'),(3194368000,'bo'),(3194370048,'pa'),(3194372096,'ht'),(3194388480,'pe'),(3194404864,'co'),(3194413056,'cl'),(3194421248,'ar'),(3194429440,'ve'),(3194437632,'bo'),(3194445824,'co'),(3194454016,'ar'),(3194486784,'bo'),(3194503168,'ar'),(3194511360,'aw'),(3194519552,'py'),(3194552320,'ar'),(3194585088,'hn'),(3194601472,'an'),(3194602496,'ar'),(3194617856,'ni'),(3194634240,'cr'),(3194642432,'ar'),(3194683392,'cu'),(3194691584,'bo'),(3194699776,'ec'),(3194707968,'ar'),(3194716160,'hn'),(3194724352,'pa'),(3194732544,'ar'),(3194740736,'cl'),(3194742784,'ec'),(3194744832,'ar'),(3194746880,'an'),(3194748928,'uy'),(3194765312,'ec'),(3194769408,'pe'),(3194781696,'cl'),(3194798080,'ar'),(3194799104,'gy'),(3194806272,'ar'),(3194830848,'pa'),(3194847232,'co'),(3194863616,'hn'),(3194880000,'do'),(3194896384,'co'),(3194912768,'cl'),(3194929152,'ec'),(3194945536,'gt'),(3194961920,'ec'),(3194970112,'pa'),(3194994688,'ar'),(3195023360,'cl'),(3195025408,'ar'),(3195043840,'co'),(3195060224,'uy'),(3195068416,'an'),(3195076608,'cl'),(3195092992,'ar'),(3195101184,'cr'),(3195109376,'ar'),(3195125760,'pe'),(3195142144,'ve'),(3195158528,'ar'),(3195199488,'py'),(3195203584,'ve'),(3195207680,'gt'),(3195215872,'ar'),(3195224064,'pa'),(3195273216,'pe'),(3195535360,'sv'),(3195543552,'pe'),(3195551744,'ec'),(3195559936,'ar'),(3195568128,'co'),(3195576320,'cl'),(3195584512,'ht'),(3195592704,'pa'),(3195600896,'cl'),(3195633664,'co'),(3195641856,'py'),(3195650048,'gt'),(3195658240,'ve'),(3195666432,'ar'),(3195691008,'do'),(3195699200,'ar'),(3195707392,'pa'),(3195715584,'ar'),(3195731968,'ec'),(3195740160,'pa'),(3195748352,'cl'),(3195756544,'ar'),(3195764736,'cr'),(3195772928,'ve'),(3195781120,'pa'),(3195797504,'ar'),(3195805696,'ni'),(3195807744,'bz'),(3195809792,'pe'),(3195811840,'ar'),(3195813888,'do'),(3195830272,'ar'),(3195838464,'hn'),(3195846656,'ar'),(3195852800,'an'),(3195853824,'gy'),(3195854848,'ar'),(3195859968,'cr'),(3195862016,'ar'),(3195863040,'co'),(3196092416,'py'),(3196125184,'bo'),(3196190720,'hn'),(3196256256,'ec'),(3196321792,'uy'),(3196583936,'ar'),(3196846080,'pa'),(3196977152,'ve'),(3197042688,'co'),(3197075456,'gt'),(3197108224,'co'),(3197370368,'gt'),(3197501440,'sv'),(3197566976,'cl'),(3197632512,'ec'),(3197698048,'ve'),(3197763584,'ec'),(3197894656,'co'),(3198156800,'cl'),(3198484480,'co'),(3198550016,'do'),(3198681088,'ve'),(3198877696,'cr'),(3198910464,'cl'),(3198943232,'ar'),(3199533056,'bo'),(3199565824,'ni'),(3199598592,'co'),(3199664128,'ar'),(3199729664,'ni'),(3199795200,'an'),(3199827968,'ar'),(3199860736,'bo'),(3199926272,'pe'),(3199991808,'ar'),(3200516096,'cl'),(3200581632,'bz'),(3200614400,'ar'),(3200647168,'ve'),(3201302528,'cl'),(3201433600,'ar'),(3201499136,'cl'),(3201564672,'ni'),(3201630208,'tt'),(3201695744,'ec'),(3201826816,'ar'),(3201957888,'pa'),(3202088960,'ar'),(3202220032,'pe'),(3202351104,'ar'),(3202875392,'pe'),(3203399680,'co'),(3203465216,'cr'),(3203530752,'co'),(3203661824,'ar'),(3203923968,'co'),(3225524224,'ve'),(3226474496,'cl'),(3226521856,'br'),(3226733568,'mx'),(3227818752,'mx'),(3227931648,'pe'),(3228264448,'ni'),(3228558592,'br'),(3229885184,'br'),(3230149120,'ni'),(3230833920,'br'),(3230852352,'br'),(3230854400,'uy'),(3230913024,'br'),(3230915072,'br'),(3230969600,'mx'),(3231088128,'gt'),(3231275008,'br'),(3231282944,'cl'),(3231283200,'br'),(3231292160,'br'),(3231295232,'cr'),(3231675392,'br'),(3231722752,'br'),(3231724032,'br'),(3231739648,'br'),(3231744000,'br'),(3231759360,'br'),(3233549056,'br'),(3233557504,'ec'),(3233595904,'ec'),(3233684992,'br'),(3234065664,'br'),(3234203648,'br'),(3234569728,'cl'),(3234574592,'mx'),(3234801664,'ec'),(3234808064,'ec'),(3234828800,'cl'),(3234838272,'gt'),(3234841088,'br'),(3234842624,'br'),(3234853888,'ec'),(3235856384,'br'),(3236392448,'cl'),(3236393472,'br'),(3236400128,'cl'),(3236409088,'br'),(3237297152,'cl'),(3237312768,'bo'),(3237684992,'cl'),(3288428544,'cu'),(3288434432,'cu'),(3288535040,'an'),(3288549888,'do'),(3288558080,'do'),(3288564736,'tt'),(3288569856,'cu'),(3290251264,'tt'),(3290439680,'tt'),(3290447872,'ar'),(3290955776,'cr'),(3322023936,'cl'),(3322683392,'br'),(3323033600,'br'),(3323062016,'br'),(3323394560,'cl'),(3324583936,'cl'),(3325132800,'br'),(3325142016,'ar'),(3325169664,'br'),(3325249280,'co'),(3325691904,'br'),(3331818496,'mx'),(3333988608,'br'),(3340429824,'pa'),(3345442304,'cl'),(3354955776,'ar'),(3355443200,'co'),(3355445248,'br'),(3355447296,'cu'),(3355447552,'ar'),(3355447808,'ht'),(3355448320,'an'),(3355449344,'cu'),(3355450368,'ec'),(3355451392,'br'),(3355459328,'ec'),(3355459584,'pa'),(3355459840,'ve'),(3355460096,'cl'),(3355460352,'br'),(3355461888,'ec'),(3355463424,'ar'),(3355463936,'br'),(3355464192,'cl'),(3355464448,'mx'),(3355464960,'br'),(3355465728,'uy'),(3355465984,'br'),(3355467520,'mx'),(3355467776,'ar'),(3355468800,'br'),(3355469568,'mx'),(3355470592,'pe'),(3355470848,'cl'),(3355471104,'mx'),(3355471360,'pe'),(3355471616,'mx'),(3355472384,'br'),(3355472640,'cl'),(3355473408,'pe'),(3355473920,'cl'),(3355475200,'mx'),(3355478016,'pe'),(3355478784,'ve'),(3355479040,'cl'),(3355479552,'pe'),(3355479808,'mx'),(3355480064,'cl'),(3355485184,'pe'),(3355487744,'cl'),(3355488000,'ar'),(3355488256,'gt'),(3355488768,'pa'),(3355489024,'cr'),(3355489280,'sv'),(3355489536,'ar'),(3355491072,'co'),(3355491328,'ar'),(3355494656,'co'),(3355494912,'pa'),(3355495424,'uy'),(3355496448,'ar'),(3355500544,'ar'),(3355508736,'ve'),(3355510272,'ec'),(3355510528,'ar'),(3355510784,'ve'),(3355512832,'cl'),(3355516928,'ar'),(3355525120,'co'),(3355535360,'tt'),(3355537664,'ar'),(3355537920,'ni'),(3355538176,'cl'),(3355538432,'ar'),(3355539200,'ve'),(3355539456,'cl'),(3355540480,'co'),(3355540736,'bz'),(3355540992,'co'),(3355541504,'cl'),(3355545600,'ve'),(3355547648,'ni'),(3355547904,'gt'),(3355548160,'do'),(3355548672,'sr'),(3355549952,'ec'),(3355550208,'ve'),(3355552768,'ec'),(3355553024,'co'),(3355553280,'cl'),(3355553536,'co'),(3355553792,'pe'),(3355555840,'ve'),(3355557888,'co'),(3355559936,'py'),(3355561984,'sr'),(3355566080,'ar'),(3355574272,'cl'),(3355576320,'ve'),(3355578368,'cl'),(3355582464,'uy'),(3355590656,'co'),(3355592704,'cl'),(3355604992,'ar'),(3355607040,'ht'),(3355615232,'sr'),(3355623424,'cl'),(3355639808,'ve'),(3355642368,'pa'),(3355642880,'uy'),(3355643904,'br'),(3355648000,'ar'),(3355668992,'pe'),(3355669248,'ar'),(3355672576,'co'),(3355677184,'gt'),(3355677440,'co'),(3355682816,'ar'),(3355684864,'tt'),(3355686912,'ar'),(3355688960,'co'),(3355689472,'hn'),(3355689728,'ar'),(3355689984,'pa'),(3355693056,'cl'),(3355695104,'ar'),(3355697152,'hn'),(3355701504,'pe'),(3355702016,'ar'),(3355702272,'co'),(3355703296,'py'),(3355705344,'mx'),(3355709440,'co'),(3355713536,'mx'),(3355720448,'ar'),(3355720704,'mx'),(3355722752,'ar'),(3355723264,'mx'),(3355746304,'ht'),(3355754496,'pe'),(3355773184,'br'),(3355773440,'ar'),(3355773952,'cu'),(3355774976,'ve'),(3355783168,'ar'),(3355785216,'co'),(3355787264,'ar'),(3355803648,'ve'),(3355820032,'ar'),(3355836416,'ec'),(3355841024,'cl'),(3355841280,'ec'),(3355843328,'ve'),(3355843584,'ec'),(3355844864,'cl'),(3355845120,'ec'),(3355845376,'br'),(3355848960,'cl'),(3355849216,'ar'),(3355849728,'pa'),(3355849984,'cl'),(3355850496,'ni'),(3355850752,'an'),(3355852800,'cl'),(3355856640,'pa'),(3355856896,'ec'),(3355858944,'do'),(3355860992,'cl'),(3355869184,'br'),(3355870720,'cr'),(3355873280,'an'),(3355875328,'ve'),(3355877376,'co'),(3355885568,'gt'),(3355901952,'br'),(3355902976,'cl'),(3355904000,'br'),(3355905536,'py'),(3355905792,'ar'),(3355906048,'cl'),(3355910144,'an'),(3355918336,'ec'),(3355923456,'uy'),(3355924480,'tt'),(3355934720,'ar'),(3355942912,'bo'),(3355947008,'ar'),(3355949056,'an'),(3355951104,'ec'),(3355967488,'ve'),(3356033024,'br'),(3356033792,'cl'),(3356034048,'py'),(3356035072,'mx'),(3356037120,'co'),(3356041216,'cr'),(3356049408,'cl'),(3356049664,'br'),(3356051456,'co'),(3356051712,'cl'),(3356051968,'gt'),(3356052224,'ar'),(3356052480,'br'),(3356053248,'cl'),(3356054528,'br'),(3356057600,'ec'),(3356057856,'cl'),(3356059136,'br'),(3356060672,'cl'),(3356061696,'br'),(3356062720,'br'),(3356064256,'cl'),(3356064512,'br'),(3356065792,'cl'),(3356066048,'br'),(3356069120,'cl'),(3356069632,'br'),(3356070144,'cl'),(3356070656,'ar'),(3356070912,'br'),(3356071424,'cl'),(3356072448,'cr'),(3356073216,'uy'),(3356073472,'br'),(3356075264,'bo'),(3356076288,'br'),(3356078080,'ec'),(3356078336,'cl'),(3356079360,'br'),(3356080896,'ni'),(3356082432,'cl'),(3356082688,'ar'),(3356082944,'cl'),(3356083968,'br'),(3356084480,'cl'),(3356084736,'br'),(3356085248,'cl'),(3356085760,'br'),(3356086272,'ar'),(3356086528,'cr'),(3356086784,'ve'),(3356087040,'co'),(3356087296,'ar'),(3356087808,'br'),(3356088064,'cl'),(3356088320,'tt'),(3356089088,'ar'),(3356089344,'br'),(3356090624,'cl'),(3356090880,'br'),(3356091136,'ar'),(3356091392,'cl'),(3356091648,'br'),(3356091904,'cl'),(3356092928,'br'),(3356093184,'ar'),(3356093952,'cl'),(3356094976,'ar'),(3356096256,'cl'),(3356096512,'ec'),(3356096768,'br'),(3356097792,'ar'),(3356098304,'gt'),(3356098560,'cl'),(3356099584,'br'),(3356100608,'cl'),(3356102400,'pa'),(3356102656,'cl'),(3356105728,'sv'),(3356106752,'br'),(3356113920,'uy'),(3356114944,'pe'),(3356123136,'ar'),(3356131840,'pe'),(3356132352,'br'),(3356134144,'ar'),(3356134656,'br'),(3356134912,'do'),(3356135168,'mx'),(3356135424,'br'),(3356135680,'cl'),(3356135936,'br'),(3356136192,'ec'),(3356137728,'br'),(3356138496,'br'),(3356139776,'ar'),(3356140032,'do'),(3356140288,'br'),(3356141312,'cl'),(3356142848,'br'),(3356145152,'cl'),(3356145408,'br'),(3356145664,'cl'),(3356145920,'br'),(3356146176,'ar'),(3356146432,'br'),(3356146688,'pe'),(3356146944,'br'),(3356147200,'cl'),(3356147456,'br'),(3356148224,'bz'),(3356148480,'cl'),(3356148736,'ar'),(3356148992,'mx'),(3356149504,'ar'),(3356149760,'mx'),(3356150016,'ar'),(3356150528,'pa'),(3356150784,'ar'),(3356151040,'ni'),(3356151296,'ar'),(3356151808,'cl'),(3356152064,'br'),(3356152576,'cl'),(3356152832,'mx'),(3356154624,'ar'),(3356154880,'cl'),(3356156672,'br'),(3356156928,'py'),(3356157952,'cl'),(3356158208,'mx'),(3356158464,'cl'),(3356158720,'ar'),(3356158976,'cl'),(3356160000,'mx'),(3356160256,'gt'),(3356160512,'cl'),(3356160768,'mx'),(3356161280,'br'),(3356161536,'mx'),(3356162560,'pe'),(3356162816,'cl'),(3356163584,'ve'),(3356163840,'cl'),(3356164096,'br'),(3356171520,'ar'),(3356171776,'ni'),(3356172032,'sv'),(3356172288,'pe'),(3356172544,'ar'),(3356172800,'pe'),(3356174336,'co'),(3356176384,'pe'),(3356180480,'cl'),(3356190720,'do'),(3356192768,'ar'),(3356196864,'ve'),(3356229632,'br'),(3356233728,'cl'),(3356237824,'gt'),(3356246016,'mx'),(3356262656,'cl'),(3356263168,'br'),(3356263424,'cl'),(3356263680,'ar'),(3356265216,'br'),(3356265472,'cl'),(3356267008,'py'),(3356267264,'cl'),(3356268800,'pa'),(3356269056,'ar'),(3356269312,'uy'),(3356269824,'br'),(3356270080,'mx'),(3356272384,'cr'),(3356272896,'ec'),(3356273152,'co'),(3356273408,'cl'),(3356273664,'sv'),(3356274432,'co'),(3356279040,'ve'),(3356279296,'cl'),(3356280832,'ar'),(3356282880,'pa'),(3356284928,'ar'),(3356291072,'tt'),(3356293120,'aw'),(3356295168,'cl'),(3356297216,'br'),(3356299264,'mx'),(3356305664,'ar'),(3356307456,'mx'),(3356329984,'gf'),(3356332032,'cu'),(3356334080,'bo'),(3356336128,'sv'),(3356344320,'co'),(3356360704,'cl'),(3356362752,'ve'),(3356364800,'mx'),(3356368896,'br'),(3356369408,'ec'),(3356369664,'br'),(3356370944,'co'),(3356372992,'cu'),(3356375040,'hn'),(3356377088,'cl'),(3356389376,'co'),(3356389888,'cl'),(3356491776,'pe'),(3356495872,'ar'),(3356499968,'mx'),(3356508160,'ar'),(3356516352,'ar'),(3356557312,'br'),(3356819456,'co'),(3356884992,'cl'),(3356950528,'mx'),(3357016064,'co'),(3357057024,'pe'),(3357065216,'ec'),(3357073408,'cl'),(3357077504,'ar'),(3357081600,'co'),(3357114368,'ec'),(3357138944,'co'),(3357147136,'ar'),(3357179904,'co'),(3357188096,'ve'),(3357190144,'do'),(3357192192,'py'),(3357194240,'ar'),(3357196288,'an'),(3357212672,'cl'),(3357368320,'co'),(3357376512,'cl'),(3357403136,'co'),(3357405184,'ec'),(3357407232,'ar'),(3357425664,'co'),(3357442048,'gt'),(3357458432,'cl'),(3357474816,'ar'),(3357483008,'cl'),(3357491200,'co'),(3357499392,'pe'),(3357507584,'ve'),(3357515776,'sv'),(3357523968,'co'),(3357532160,'ar'),(3357581312,'cl'),(3357589504,'bz'),(3357605888,'mx'),(3357736960,'ve'),(3357745152,'co'),(3357753344,'ve'),(3357773824,'pa'),(3357775872,'uy'),(3357777920,'gt'),(3357786112,'ve'),(3357802496,'mx'),(3357868032,'pe'),(3357933568,'mx'),(3358064640,'uy'),(3358130176,'ar'),(3358236672,'cl'),(3358244864,'do'),(3358261248,'ar'),(3358326784,'ve'),(3358392320,'ar'),(3358457856,'pa'),(3358523392,'ar'),(3358588928,'pe'),(3358654464,'ar'),(3358658560,'cl'),(3358660608,'ar'),(3358695424,'gt'),(3358703616,'ar'),(3358715904,'ec'),(3358717952,'ar'),(3358728192,'cl'),(3358744576,'cl'),(3358756864,'cl'),(3358760960,'ar'),(3358769152,'ht'),(3358777344,'cr'),(3358779392,'ec'),(3358781440,'ar'),(3358851072,'mx'),(3358982144,'cl'),(3359047680,'ar'),(3359080448,'cu'),(3359096832,'cl'),(3359105024,'ec'),(3359109120,'ar'),(3359111168,'ec'),(3359113216,'mx'),(3359260672,'bo'),(3359268864,'ar'),(3359277056,'uy'),(3359285248,'bo'),(3359293440,'co'),(3359305728,'do'),(3359307776,'cl'),(3359309824,'ar'),(3359313920,'cr'),(3359315968,'hn'),(3359318016,'ar'),(3359356928,'ve'),(3359358976,'ar'),(3359375360,'pe'),(3359440896,'ar'),(3359473664,'co'),(3359481856,'ar'),(3359498240,'py'),(3359522816,'ni'),(3359539200,'pe'),(3359571968,'ar'),(3359582208,'pa'),(3359584256,'ar'),(3359586304,'cl'),(3359588352,'ar'),(3359596544,'cl'),(3359600640,'ar'),(3359621120,'ec'),(3359637504,'mx'),(3359899648,'cl'),(3359916032,'ar'),(3359989760,'co'),(3359997952,'ar'),(3360006144,'ec'),(3360014336,'ar'),(3360096256,'uy'),(3360104448,'co'),(3360116736,'bo'),(3360118784,'ar'),(3360120832,'co'),(3360129024,'ve'),(3360145408,'cl'),(3360153600,'ar'),(3360157696,'ve'),(3360159744,'an'),(3360161792,'cl'),(3360227328,'co'),(3360251904,'bo'),(3360253952,'sv'),(3360258048,'cl'),(3360260096,'ar'),(3360276480,'ve'),(3360278528,'ec'),(3360280576,'cl'),(3360282624,'co'),(3360284672,'cl'),(3360325632,'co'),(3360333824,'cl'),(3360342016,'ve'),(3360354304,'pa'),(3360356352,'cr'),(3360358400,'cl'),(3360366592,'co'),(3360382976,'ve'),(3360399360,'bo'),(3360403456,'ar'),(3360405504,'hn'),(3360407552,'pa'),(3360423936,'mx'),(3360686080,'co'),(3360702464,'ar'),(3360710656,'ht'),(3360718848,'ar'),(3360763904,'gt'),(3360765952,'co'),(3360768000,'ar'),(3360788480,'cl'),(3360790528,'ar'),(3360849920,'ve'),(3360882688,'cl'),(3360948224,'ve'),(3361013760,'sv'),(3361021952,'py'),(3361030144,'ve'),(3361034240,'ec'),(3361036288,'ar'),(3361046528,'bo'),(3361052672,'ar'),(3361054720,'ni'),(3361058816,'ar'),(3361062912,'cl'),(3361071104,'co'),(3361079296,'cl'),(3361144832,'bo'),(3361210368,'do'),(3361275904,'pe'),(3361284096,'cl'),(3361296384,'sv'),(3361298432,'do'),(3361300480,'co'),(3361308672,'ar'),(3361325056,'co'),(3361341440,'ve'),(3361374208,'pa'),(3361378304,'bo'),(3361380352,'ec'),(3361382400,'cl'),(3361415168,'ar'),(3361417216,'cl'),(3361419264,'ar'),(3361423360,'cr'),(3361456128,'co'),(3361472512,'mx'),(3361538048,'ve'),(3361570816,'co'),(3361587200,'ec'),(3361599488,'uy'),(3361601536,'ec'),(3361603584,'mx'),(3361734656,'br'),(3362258944,'cl'),(3362324480,'ar'),(3362349056,'cr'),(3362351104,'ar'),(3362353152,'ec'),(3362355200,'ar'),(3362357248,'bo'),(3362381824,'ec'),(3362390016,'pe'),(3362422784,'co'),(3362426880,'pa'),(3362428928,'cl'),(3362430976,'co'),(3362447360,'sv'),(3362455552,'ec'),(3362471936,'cl'),(3362476032,'hn'),(3362476288,'ar'),(3362476544,'cr'),(3362478080,'ar'),(3362486272,'hn'),(3362488320,'pe'),(3362504704,'ve'),(3362506752,'ar'),(3362508800,'hn'),(3362510848,'gt'),(3362512896,'ar'),(3362514944,'hn'),(3362516992,'bo'),(3362519040,'ec'),(3362521088,'tt'),(3362529280,'pa'),(3362537472,'ar'),(3362545664,'pe'),(3362553856,'py'),(3362570240,'uy'),(3362586624,'ve'),(3362652160,'pe'),(3362668544,'ec'),(3362684928,'co'),(3362693120,'ar'),(3362695168,'co'),(3362697216,'ar'),(3362711552,'ec'),(3362713600,'gt'),(3362717696,'cl'),(3362816000,'ar'),(3362832384,'bo'),(3362840576,'cl'),(3362897920,'ht'),(3362914304,'co'),(3362934784,'ar'),(3362936832,'cl'),(3362938880,'ar'),(3362942976,'gt'),(3362945024,'ar'),(3362988032,'ec'),(3362996224,'uy'),(3363004416,'co'),(3363012608,'pa'),(3363028992,'ar'),(3363045376,'co'),(3363110912,'ar'),(3363176448,'co'),(3363274752,'gt'),(3363291136,'bo'),(3363299328,'cl'),(3363373056,'pe'),(3363438592,'ar'),(3363471360,'cr'),(3363487744,'co'),(3363504128,'pe'),(3363520512,'ar'),(3363561472,'co'),(3363569664,'pa'),(3363577856,'cl'),(3363602432,'an'),(3363610624,'co'),(3363618816,'uy'),(3363627008,'ec'),(3363635200,'uy'),(3363651584,'ar'),(3363667968,'ec'),(3363676160,'tt'),(3363678208,'ni'),(3363680256,'gt'),(3363682304,'ve'),(3363684352,'ec'),(3363717120,'cl'),(3363733504,'ar'),(3363831808,'br'),(3378511872,'mx'),(3384737792,'cr'),(3385851904,'ve'),(3386114048,'ar'),(3386245120,'cl'),(3386376192,'co'),(3386392576,'an'),(3386408960,'gt'),(3386425344,'ar'),(3386441728,'py'),(3386458112,'ec'),(3386474496,'uy'),(3386490880,'co'),(3386507264,'ec'),(3386523648,'pa'),(3386540032,'cl'),(3386556416,'pa'),(3386572800,'ec'),(3386589184,'ar'),(3386605568,'cl'),(3386621952,'co'),(3386638336,'an'),(3386646528,'co'),(3386662912,'cl'),(3386671104,'hn'),(3386679296,'ar'),(3386687488,'cu'),(3386695680,'cl'),(3386703872,'uy'),(3386720256,'tt'),(3386728448,'ar'),(3386732544,'cl'),(3386736640,'co'),(3386753024,'cl'),(3386761216,'pa'),(3386769408,'ve'),(3386777600,'an'),(3386785792,'bo'),(3386802176,'cl'),(3386900480,'pa'),(3387162624,'co'),(3387228160,'aw'),(3387260928,'do'),(3387293696,'pe'),(3387359232,'ar'),(3387424768,'co'),(3387555840,'ar'),(3387686912,'cl'),(3387736064,'co'),(3387752448,'cr'),(3387817984,'ve'),(3387834368,'tt'),(3387850752,'ec'),(3387867136,'cl'),(3387949056,'pe'),(3388014592,'cl'),(3388080128,'ve'),(3388211200,'co'),(3388342272,'cl'),(3388407808,'sv'),(3388473344,'ve'),(3388604416,'ar'),(3426387968,'mx'),(3427831552,'mx'),(3428296960,'cl'),(3428437504,'mx'),(3430705152,'mx'),(3430812672,'mx'),(3430842368,'do'),(3430845440,'mx'),(3432106240,'mx'),(3432585216,'mx'),(3450272512,'mx'),(3470610432,'br'),(3470752768,'co'),(3470754304,'pe'),(3470794752,'pa'),(3489136640,'mx'),(3507290112,'ar'),(3509387264,'pe'),(3512647680,'tt'),(3512983552,'ar'),(3633881088,'an'),(3634053120,'cl'),(3638984704,'gt'),(3639672832,'co'),(3639902208,'pe'),(3639918592,'ar'),(33554432,'fr'),(35651584,'it'),(36700160,'ae'),(36962304,'il'),(37748736,'se'),(38273024,'kz'),(38797312,'pt'),(39059456,'gr'),(39321600,'sa'),(39583744,'ru'),(39845888,'uk'),(40370176,'dk'),(40894464,'it'),(41418752,'uk'),(411303936,'nl'),(419430400,'uk'),(771751936,'ru'),(771817472,'de'),(771883008,'tr'),(773066752,'at'),(773324800,'es'),(773586944,'it'),(773588992,'pl'),(773591040,'ru'),(773593088,'it'),(773595136,'de'),(773597184,'be'),(773599232,'uk'),(773601280,'lv'),(773603328,'ua'),(773605376,'ir'),(773607424,'de'),(773609472,'ru'),(773611520,'by'),(773613568,'cz'),(773615616,'de'),(773617664,'it'),(773619712,'ru'),(773621760,'ps'),(773623808,'se'),(773625856,'is'),(773627904,'tr'),(773629952,'fr'),(773632000,'cy'),(773634048,'de'),(773636096,'ua'),(773638144,'uk'),(773640192,'es'),(773642240,'hu'),(773644288,'ru'),(773646336,'tr'),(773648384,'pl'),(773650432,'uk'),(773652480,'sk'),(773654528,'ru'),(773656576,'pl'),(773658624,'de'),(773660672,'at'),(773662720,'de'),(773664768,'es'),(773666816,'uk'),(773668864,'de'),(773670912,'ru'),(773672960,'sa'),(773675008,'uk'),(773677056,'de'),(773679104,'it'),(773681152,'ru'),(773683200,'fr'),(773685248,'ua'),(773687296,'hu'),(773689344,'pl'),(773691392,'ru'),(773695488,'mk'),(773697536,'lu'),(773699584,'cz'),(773701632,'ru'),(773703680,'it'),(773849088,'ir'),(773857280,'dk'),(773865472,'ru'),(773873664,'jo'),(773881856,'dk'),(773890048,'az'),(774373376,'rs'),(774389760,'bg'),(774406144,'it'),(774422528,'om'),(774438912,'de'),(774455296,'ru'),(774471680,'pl'),(774488064,'ro'),(774504448,'ru'),(774520832,'bh'),(774537216,'ru'),(774553600,'ro'),(774569984,'uk'),(774586368,'ps'),(774602752,'uk'),(774897664,'ru'),(774963200,'ge'),(774995968,'ro'),(775028736,'pt'),(775061504,'ru'),(775094272,'ro'),(775127040,'ie'),(775159808,'sa'),(775192576,'ru'),(775946240,'uk'),(776077312,'no'),(776208384,'uk'),(776339456,'am'),(776470528,'ru'),(776601600,'at'),(776732672,'pl'),(776994816,'de'),(778043392,'ru'),(778108928,'ro'),(778174464,'ua'),(778240000,'rs'),(778305536,'ir'),(778371072,'ru'),(778436608,'eu'),(778502144,'cy'),(778567680,'tr'),(778764288,'hu'),(778829824,'ro'),(778895360,'lv'),(778960896,'de'),(779026432,'ru'),(779091968,'pl'),(779223040,'de'),(779354112,'il'),(779485184,'ua'),(779616256,'il'),(779747328,'si'),(779878400,'at'),(780009472,'ch'),(855638016,'eu'),(1040187392,'il'),(1040252928,'gr'),(1040318464,'ch'),(1040384000,'sa'),(1040400384,'uk'),(1040416768,'se'),(1040424960,'pl'),(1040433152,'uk'),(1040449536,'fr'),(1040457728,'me'),(1040465920,'de'),(1040474112,'cz'),(1040482304,'be'),(1040515072,'se'),(1040547840,'ru'),(1040580608,'uk'),(1040711680,'fr'),(1040719872,'de'),(1040736256,'uk'),(1040744448,'de'),(1040777216,'ie'),(1040842752,'it'),(1040973824,'nl'),(1040982016,'dk'),(1040990208,'cy'),(1041006592,'ch'),(1041039360,'se'),(1041072128,'uk'),(1041080320,'it'),(1041088512,'at'),(1041096704,'es'),(1041235968,'ua'),(1041244160,'ru'),(1041268736,'no'),(1041301504,'ie'),(1041367040,'uk'),(1041498112,'se'),(1041563648,'pl'),(1041596416,'nl'),(1041629184,'es'),(1041694720,'uk'),(1041760256,'de'),(1041768448,'no'),(1041776640,'cz'),(1041793024,'uk'),(1041825792,'nl'),(1041842176,'eu'),(1041891328,'de'),(1042022400,'pt'),(1042087936,'tr'),(1042120704,'pl'),(1042153472,'uk'),(1042284544,'ch'),(1042292736,'nl'),(1042300928,'ru'),(1042309120,'uk'),(1042317312,'es'),(1042350080,'ru'),(1042415616,'fr'),(1042546688,'es'),(1042677760,'gr'),(1042743296,'fr'),(1042808832,'de'),(1042817024,'ie'),(1042825216,'cz'),(1042833408,'eu'),(1042841600,'at'),(1042874368,'nl'),(1042939904,'es'),(1043070976,'cz'),(1043079168,'de'),(1043087360,'uk'),(1043095552,'bg'),(1043103744,'dk'),(1043120128,'fi'),(1043136512,'nl'),(1043202048,'at'),(1043333120,'ch'),(1043341312,'it'),(1043349504,'de'),(1043357696,'ch'),(1043365888,'pt'),(1043398656,'uk'),(1043488768,'de'),(1043496960,'uk'),(1043505152,'no'),(1043513344,'de'),(1043529728,'eu'),(1043595264,'de'),(1043857408,'uk'),(1043890176,'il'),(1043922944,'es'),(1043988480,'nl'),(1044119552,'uk'),(1044152320,'ir'),(1044185088,'ru'),(1044193280,'pl'),(1044201472,'fi'),(1044217856,'dk'),(1044226048,'om'),(1044250624,'eu'),(1044283392,'fr'),(1044316160,'no'),(1044332544,'ru'),(1044348928,'lv'),(1044365312,'se'),(1044381696,'ru'),(1044389888,'fr'),(1044398080,'ua'),(1044414464,'uk'),(1044447232,'se'),(1044455424,'ee'),(1044463616,'se'),(1044480000,'ch'),(1044488192,'sk'),(1044496384,'ee'),(1044512768,'dk'),(1044578304,'uk'),(1044643840,'de'),(1044660224,'gr'),(1044668416,'ba'),(1044676608,'ru'),(1044684800,'hu'),(1044692992,'at'),(1044709376,'ru'),(1044717568,'uk'),(1044742144,'kw'),(1044750336,'nl'),(1044758528,'pl'),(1044774912,'no'),(1044840448,'fi'),(1044905984,'de'),(1044930560,'uk'),(1044946944,'ua'),(1044955136,'nl'),(1044963328,'fi'),(1044971520,'fr'),(1044979712,'fi'),(1044987904,'bg'),(1045004288,'uk'),(1045012480,'eu'),(1045020672,'no'),(1045037056,'gr'),(1045135360,'de'),(1045168128,'ru'),(1045233664,'uk'),(1045241856,'it'),(1045250048,'cz'),(1045266432,'hu'),(1045274624,'ie'),(1045282816,'hu'),(1045299200,'eu'),(1045307392,'ru'),(1045315584,'de'),(1045319680,'ua'),(1045323776,'fi'),(1045364736,'dk'),(1045430272,'de'),(1045446656,'cz'),(1045454848,'de'),(1045463040,'fi'),(1045471232,'ua'),(1045479424,'se'),(1045487616,'lt'),(1045495808,'es'),(1045692416,'lv'),(1045700608,'kz'),(1045708800,'lb'),(1045716992,'ru'),(1045725184,'cz'),(1045733376,'uk'),(1045757952,'lv'),(1045790720,'fr'),(1045798912,'it'),(1045889024,'es'),(1045921792,'pl'),(1045954560,'be'),(1045987328,'se'),(1046020096,'am'),(1046028288,'no'),(1046036480,'pl'),(1046052864,'uk'),(1046061056,'de'),(1046069248,'ru'),(1046085632,'il'),(1046151168,'de'),(1046216704,'no'),(1046282240,'de'),(1046290432,'pl'),(1046298624,'at'),(1046315008,'uk'),(1046323200,'es'),(1046331392,'de'),(1046347776,'it'),(1046413312,'se'),(1046446080,'de'),(1046478848,'uk'),(1046544384,'it'),(1046560768,'uk'),(1046577152,'es'),(1046585344,'no'),(1046609920,'it'),(1046675456,'es'),(1046708224,'at'),(1046740992,'nl'),(1046757376,'it'),(1046765568,'es'),(1046773760,'fr'),(1046781952,'uk'),(1046798336,'hu'),(1046806528,'it'),(1046814720,'se'),(1046822912,'it'),(1046839296,'ba'),(1046847488,'es'),(1046855680,'no'),(1046872064,'eu'),(1046904832,'ru'),(1046937600,'gr'),(1047003136,'de'),(1047068672,'ru'),(1047085056,'uk'),(1047101440,'ru'),(1047109632,'uk'),(1047117824,'nl'),(1047134208,'fi'),(1047150592,'fr'),(1047158784,'ru'),(1047166976,'fr'),(1047199744,'dk'),(1047265280,'nl'),(1047273472,'de'),(1047281664,'tr'),(1047289856,'rs'),(1047298048,'ch'),(1047306240,'pl'),(1047314432,'se'),(1047322624,'it'),(1047330816,'lu'),(1047339008,'se'),(1047347200,'de'),(1047363584,'cz'),(1047371776,'ru'),(1047379968,'nl'),(1047396352,'it'),(1047461888,'de'),(1047494656,'pl'),(1047527424,'be'),(1047535616,'de'),(1047552000,'ru'),(1047560192,'de'),(1047568384,'nl'),(1047576576,'hu'),(1047584768,'nl'),(1047592960,'ba'),(1047601152,'ru'),(1047625728,'no'),(1047633920,'fi'),(1047642112,'de'),(1047724032,'eu'),(1047789568,'at'),(1047822336,'de'),(1047838720,'dk'),(1047846912,'se'),(1047855104,'de'),(1047871488,'ru'),(1047887872,'es'),(1047920640,'ru'),(1047986176,'se'),(1048051712,'sa'),(1048117248,'uk'),(1048125440,'fi'),(1048133632,'pl'),(1048158208,'dk'),(1048166400,'ch'),(1048182784,'cz'),(1048184832,'lu'),(1048186880,'lv'),(1048188928,'be'),(1048190976,'ua'),(1048193024,'ro'),(1048195072,'ru'),(1048197120,'ua'),(1048203264,'de'),(1048205312,'ru'),(1048209408,'cz'),(1048211456,'pl'),(1048215552,'ru'),(1048221696,'ua'),(1048223744,'dk'),(1048225792,'cz'),(1048227840,'ru'),(1048229888,'cz'),(1048233984,'ua'),(1048236032,'ru'),(1048238080,'ua'),(1048240128,'il'),(1048242176,'pl'),(1048244224,'ru'),(1048246272,'no'),(1048248320,'it'),(1048313856,'eu'),(1048510464,'se'),(1048576000,'de'),(1048584192,'il'),(1048592384,'it'),(1048600576,'eu'),(1048608768,'uk'),(1048616960,'de'),(1048625152,'uk'),(1048633344,'no'),(1048641536,'fr'),(1048649728,'cz'),(1048657920,'uk'),(1048674304,'nl'),(1048682496,'fr'),(1048690688,'pl'),(1048707072,'uk'),(1048772608,'nl'),(1048903680,'uk'),(1048911872,'it'),(1048920064,'nl'),(1048936448,'pl'),(1048944640,'ru'),(1048952832,'nl'),(1048969216,'eu'),(1049067520,'dk'),(1049100288,'eu'),(1049231360,'de'),(1049362432,'uk'),(1049370624,'at'),(1049395200,'nl'),(1049411584,'uk'),(1049419776,'ru'),(1049427968,'cz'),(1049436160,'de'),(1049444352,'ru'),(1049460736,'no'),(1049468928,'de'),(1049477120,'pl'),(1049493504,'fi'),(1049559040,'de'),(1049698304,'nl'),(1049722880,'is'),(1049731072,'fi'),(1049739264,'nl'),(1049755648,'de'),(1049821184,'fr'),(1049886720,'ru'),(1049894912,'no'),(1049903104,'pl'),(1049911296,'fi'),(1049919488,'ru'),(1049927680,'nl'),(1049935872,'fi'),(1049944064,'ru'),(1049952256,'ua'),(1049960448,'uk'),(1049968640,'sa'),(1049985024,'it'),(1050017792,'kw'),(1050083328,'es'),(1050148864,'cy'),(1050157056,'ru'),(1050173440,'uk'),(1050181632,'pl'),(1050189824,'de'),(1050198016,'ru'),(1050206208,'sk'),(1050214400,'de'),(1050673152,'fr'),(1050804224,'mk'),(1050869760,'nl'),(1050935296,'es'),(1050968064,'uk'),(1051000832,'ru'),(1051017216,'nl'),(1051033600,'fi'),(1051049984,'hu'),(1051066368,'nl'),(1051131904,'ch'),(1051197440,'cz'),(1051213824,'sk'),(1051230208,'se'),(1051238400,'ge'),(1051246592,'de'),(1051254784,'ru'),(1051262976,'de'),(1051271168,'it'),(1051279360,'pt'),(1051295744,'uk'),(1051303936,'sk'),(1051312128,'gr'),(1051328512,'uk'),(1051525120,'mt'),(1051541504,'uk'),(1051557888,'ru'),(1051566080,'it'),(1051574272,'uk'),(1051590656,'es'),(1051721728,'ru'),(1051729920,'fi'),(1051738112,'bg'),(1051754496,'de'),(1051762688,'sk'),(1051770880,'no'),(1051779072,'de'),(1051787264,'it'),(1051795456,'ru'),(1051803648,'cz'),(1051820032,'nl'),(1051852800,'at'),(1051983872,'eu'),(1052049408,'pl'),(1052057600,'ru'),(1052065792,'se'),(1052082176,'de'),(1052090368,'pl'),(1052098560,'se'),(1052116992,'ru'),(1052119040,'ro'),(1052121088,'ru'),(1052129280,'be'),(1052133376,'ru'),(1052135424,'ua'),(1052137472,'ru'),(1052139520,'de'),(1052143616,'bg'),(1052145664,'ua'),(1052149760,'ru'),(1052151808,'pl'),(1052153856,'ua'),(1052157952,'dk'),(1052160000,'lu'),(1052162048,'ch'),(1052164096,'ru'),(1052168192,'pl'),(1052170240,'se'),(1052172288,'pl'),(1052174336,'cz'),(1052176384,'de'),(1052178432,'dk'),(1052180480,'ru'),(1052213248,'fi'),(1052246016,'eu'),(1052573696,'uk'),(1052704768,'eu'),(1052770304,'uk'),(1052778496,'ru'),(1052786688,'nl'),(1052803072,'de'),(1052811264,'ru'),(1052819456,'de'),(1052827648,'ru'),(1052835840,'ir'),(1052844032,'fr'),(1052868608,'rs'),(1052884992,'fr'),(1052901376,'nl'),(1053032448,'it'),(1053097984,'de'),(1053106176,'uk'),(1053114368,'be'),(1053130752,'nl'),(1053138944,'fi'),(1053147136,'sk'),(1053163520,'dk'),(1053294592,'eu'),(1053360128,'es'),(1053364224,'cz'),(1053368320,'se'),(1053376512,'hu'),(1053392896,'fr'),(1053401088,'de'),(1053409280,'iq'),(1053425664,'ch'),(1053556736,'fi'),(1053564928,'uk'),(1053573120,'nl'),(1053581312,'ch'),(1053589504,'bg'),(1053597696,'de'),(1053605888,'es'),(1053614080,'cz'),(1053622272,'it'),(1053630464,'gr'),(1053638656,'be'),(1053655040,'ua'),(1053663232,'ru'),(1053671424,'lv'),(1053687808,'de'),(1053753344,'ru'),(1053818880,'eu'),(1053884416,'bh'),(1053892608,'uk'),(1053900800,'no'),(1053917184,'uz'),(1053925376,'se'),(1053933568,'cz'),(1053949952,'fr'),(1054015488,'it'),(1054089216,'ge'),(1054097408,'nl'),(1054105600,'fr'),(1054113792,'nl'),(1054121984,'at'),(1054130176,'lt'),(1054138368,'az'),(1054146560,'ru'),(1054179328,'de'),(1054187520,'bg'),(1054195712,'be'),(1054212096,'de'),(1054277632,'kw'),(1054343168,'nl'),(1054351360,'ua'),(1054359552,'ro'),(1054367744,'fi'),(1054375936,'uk'),(1054384128,'de'),(1054400512,'uk'),(1054408704,'fr'),(1054416896,'de'),(1054425088,'gr'),(1054441472,'az'),(1054449664,'ru'),(1054457856,'ro'),(1054474240,'at'),(1054539776,'il'),(1054605312,'de'),(1054613504,'ru'),(1054621696,'it'),(1054629888,'ir'),(1054638080,'ch'),(1054646272,'se'),(1054654464,'mk'),(1054662656,'fi'),(1054670848,'eu'),(1054679040,'ua'),(1054687232,'md'),(1054703616,'bg'),(1054711808,'it'),(1054720000,'nl'),(1054736384,'eu'),(1054867456,'de'),(1055129600,'cy'),(1055195136,'eu'),(1055326208,'ru'),(1055334400,'ie'),(1055342592,'ro'),(1055358976,'uk'),(1055367168,'ru'),(1055375360,'om'),(1055391744,'uk'),(1055457280,'be'),(1055465472,'fr'),(1055473664,'uk'),(1055490048,'pl'),(1055522816,'nl'),(1055588352,'be'),(1055653888,'fi'),(1055784960,'nl'),(1055850496,'uk'),(1055916032,'rs'),(1055932416,'fi'),(1055948800,'de'),(1055956992,'cz'),(1055965184,'ch'),(1055973376,'fr'),(1055981568,'it'),(1055989760,'de'),(1055997952,'fr'),(1056022528,'uk'),(1056030720,'fi'),(1056047104,'dk'),(1056178176,'ua'),(1056194560,'fr'),(1056210944,'pl'),(1056219136,'uk'),(1056227328,'tr'),(1056243712,'ch'),(1056251904,'ru'),(1056260096,'cz'),(1056276480,'de'),(1056374784,'se'),(1056440320,'tr'),(1056473088,'fi'),(1056505856,'pt'),(1056514048,'it'),(1056522240,'at'),(1056538624,'de'),(1056546816,'no'),(1056555008,'uk'),(1056571392,'nl'),(1056702464,'uk'),(1291845632,'de'),(1292894208,'no'),(1293156352,'de'),(1293549568,'es'),(1293680640,'mk'),(1293811712,'sa'),(1293942784,'pl'),(1294073856,'ru'),(1294204928,'ro'),(1294237696,'ir'),(1294270464,'de'),(1294303232,'ru'),(1294336000,'si'),(1294368768,'lv'),(1294401536,'ru'),(1294434304,'it'),(1294467072,'ru'),(1294499840,'no'),(1294532608,'ru'),(1294598144,'it'),(1294630912,'lb'),(1294663680,'it'),(1294696448,'ru'),(1294729216,'uk'),(1294761984,'sy'),(1294794752,'pl'),(1294827520,'ru'),(1294860288,'pl'),(1294893056,'rs'),(1294925824,'de'),(1294958592,'ua'),(1294991360,'cz'),(1295056896,'gr'),(1295122432,'ru'),(1295253504,'ua'),(1295319040,'se'),(1295384576,'pt'),(1295450112,'pl'),(1295515648,'ch'),(1295777792,'nl'),(1296039936,'sa'),(1296072704,'de'),(1296105472,'pl'),(1296171008,'dk'),(1296203776,'ru'),(1296236544,'eu'),(1296269312,'tr'),(1296302080,'uk'),(1296334848,'dk'),(1296367616,'gr'),(1296400384,'bh'),(1296433152,'bg'),(1296465920,'lt'),(1296498688,'bg'),(1296531456,'mt'),(1296564224,'uk'),(1296566272,'de'),(1296568320,'ru'),(1296570368,'it'),(1296574464,'fr'),(1296576512,'dk'),(1296578560,'fi'),(1296580608,'ch'),(1296582656,'ie'),(1296584704,'ru'),(1296586752,'fr'),(1296588800,'se'),(1296590848,'es'),(1296592896,'nl'),(1296594944,'ru'),(1296601088,'de'),(1296603136,'nl'),(1296605184,'at'),(1296607232,'nl'),(1296609280,'ch'),(1296611328,'tr'),(1296613376,'it'),(1296615424,'uk'),(1296617472,'es'),(1296619520,'it'),(1296621568,'se'),(1296623616,'be'),(1296625664,'ru'),(1296629760,'uk'),(1296633856,'nl'),(1296635904,'ru'),(1296637952,'ch'),(1296640000,'es'),(1296642048,'ru'),(1296644096,'it'),(1296646144,'ru'),(1296648192,'uk'),(1296650240,'es'),(1296652288,'ru'),(1296654336,'be'),(1296656384,'ru'),(1296658432,'uk'),(1296662528,'kz'),(1296664576,'ru'),(1296666624,'uk'),(1296670720,'es'),(1296672768,'uk'),(1296674816,'be'),(1296676864,'je'),(1296678912,'sa'),(1296680960,'es'),(1296683008,'ie'),(1296685056,'tr'),(1296687104,'nl'),(1296689152,'ru'),(1296691200,'ch'),(1296693248,'de'),(1296695296,'ch'),(1296697344,'ru'),(1296699392,'it'),(1296701440,'ru'),(1296703488,'by'),(1296705536,'ge'),(1296707584,'nl'),(1296709632,'cy'),(1296711680,'kz'),(1296713728,'ru'),(1296715776,'ch'),(1296717824,'be'),(1296719872,'ch'),(1296721920,'uk'),(1296723968,'at'),(1296726016,'uk'),(1296728064,'se'),(1296730112,'de'),(1296732160,'it'),(1296734208,'fr'),(1296736256,'no'),(1296738304,'ch'),(1296740352,'ru'),(1296744448,'uk'),(1296746496,'si'),(1296748544,'fr'),(1296750592,'no'),(1296752640,'ba'),(1296754688,'de'),(1296756736,'fr'),(1296758784,'rs'),(1296760832,'uk'),(1296762880,'ru'),(1296764928,'at'),(1296769024,'tr'),(1296771072,'lt'),(1296773120,'eu'),(1296775168,'fr'),(1296779264,'cz'),(1296781312,'dk'),(1296783360,'lb'),(1296785408,'ie'),(1296787456,'uk'),(1296789504,'ch'),(1296791552,'nl'),(1296793600,'ru'),(1296795648,'uk'),(1296797696,'ua'),(1296799744,'ru'),(1296801792,'dk'),(1296803840,'ru'),(1296805888,'es'),(1296807936,'uk'),(1296812032,'de'),(1296814080,'no'),(1296816128,'tr'),(1296818176,'es'),(1296820224,'uk'),(1296822272,'ie'),(1296824320,'de'),(1296826368,'bg'),(1296842752,'uk'),(1296859136,'bg'),(1296875520,'de'),(1296891904,'bg'),(1296908288,'ir'),(1296924672,'bg'),(1296941056,'ba'),(1296957440,'bg'),(1296973824,'cz'),(1296990208,'bg'),(1297006592,'ba'),(1297022976,'lt'),(1297039360,'tr'),(1297055744,'ru'),(1297072128,'pl'),(1297088512,'at'),(1297121280,'se'),(1297154048,'ro'),(1297219584,'ru'),(1297285120,'gr'),(1297350656,'fr'),(1297416192,'bg'),(1297481728,'uk'),(1297514496,'fi'),(1297547264,'pl'),(1297549312,'lt'),(1297551360,'ua'),(1297553408,'ie'),(1297555456,'ua'),(1297559552,'de'),(1297561600,'nl'),(1297563648,'cz'),(1297565696,'pl'),(1297567744,'ua'),(1297569792,'ro'),(1297571840,'ru'),(1297573888,'uk'),(1297575936,'ru'),(1297577984,'pl'),(1297580032,'de'),(1297582080,'pl'),(1297584128,'ua'),(1297588224,'nl'),(1297590272,'ru'),(1297592320,'uk'),(1297594368,'de'),(1297596416,'ua'),(1297600512,'ru'),(1297602560,'pl'),(1297604608,'de'),(1297606656,'cz'),(1297610752,'de'),(1297612800,'ru'),(1297629184,'no'),(1297645568,'pl'),(1297661952,'ua'),(1297678336,'it'),(1297694720,'pl'),(1297711104,'uk'),(1297727488,'md'),(1297743872,'de'),(1297760256,'lt'),(1297776640,'de'),(1297793024,'ua'),(1297809408,'pl'),(1297825792,'ru'),(1297842176,'ua'),(1297858560,'ru'),(1297860608,'pt'),(1297862656,'fi'),(1297864704,'se'),(1297866752,'ru'),(1297868800,'de'),(1297870848,'fr'),(1297872896,'uk'),(1297874944,'tr'),(1297883136,'pl'),(1297891328,'uk'),(1297899520,'tr'),(1297915904,'bh'),(1297924096,'cz'),(1297932288,'ge'),(1297940480,'lv'),(1297948672,'ua'),(1297956864,'nl'),(1297965056,'ru'),(1297973248,'uk'),(1297981440,'ro'),(1297989632,'cz'),(1297997824,'it'),(1298006016,'ru'),(1298022400,'it'),(1298030592,'ru'),(1298038784,'si'),(1298046976,'ru'),(1298063360,'fr'),(1298065408,'no'),(1298067456,'nl'),(1298071552,'tj'),(1298073600,'ru'),(1298075648,'cy'),(1298077696,'de'),(1298079744,'uk'),(1298081792,'cz'),(1298083840,'pl'),(1298085888,'kg'),(1298087936,'fr'),(1298089984,'no'),(1298092032,'uk'),(1298094080,'ru'),(1298096128,'nl'),(1298098176,'se'),(1298100224,'uk'),(1298102272,'ch'),(1298104320,'ru'),(1298106368,'it'),(1298108416,'fi'),(1298110464,'es'),(1298112512,'ie'),(1298114560,'it'),(1298116608,'ru'),(1298118656,'am'),(1298120704,'cz'),(1298122752,'ru'),(1298124800,'it'),(1298126848,'sa'),(1298128896,'fr'),(1298130944,'bg'),(1298132992,'fi'),(1298135040,'nl'),(1298137088,'uk'),(1298661376,'fr'),(1298677760,'ir'),(1298694144,'ro'),(1298710528,'cz'),(1298726912,'rs'),(1298743296,'fi'),(1298759680,'ru'),(1298776064,'se'),(1298792448,'ru'),(1298825216,'no'),(1298841600,'ru'),(1298857984,'se'),(1298874368,'uk'),(1298907136,'ie'),(1298923520,'it'),(1298939904,'ru'),(1298956288,'uk'),(1298972672,'ru'),(1298989056,'ua'),(1299005440,'be'),(1299021824,'ch'),(1299038208,'fi'),(1299054592,'se'),(1299070976,'lb'),(1299087360,'hu'),(1299103744,'no'),(1299120128,'si'),(1299136512,'hu'),(1299169280,'fr'),(1299185664,'pl'),(1299447808,'at'),(1299709952,'ua'),(1299972096,'il'),(1302331392,'nl'),(1303379968,'de'),(1304428544,'fr'),(1305477120,'es'),(1305739264,'dk'),(1306001408,'se'),(1306271744,'ru'),(1306279936,'it'),(1306288128,'at'),(1306296320,'ru'),(1306312704,'uz'),(1306320896,'de'),(1306329088,'ba'),(1306337280,'hu'),(1306345472,'lt'),(1306353664,'sa'),(1306361856,'ru'),(1306370048,'uk'),(1306378240,'ru'),(1306386432,'dk'),(1306394624,'me'),(1306402816,'ru'),(1306411008,'nl'),(1306419200,'ru'),(1306427392,'ua'),(1306435584,'no'),(1306451968,'pl'),(1306460160,'it'),(1306468352,'fi'),(1306476544,'ru'),(1306492928,'tr'),(1306501120,'no'),(1306509312,'pl'),(1306525696,'es'),(1307049984,'ru'),(1307066368,'de'),(1307074560,'sa'),(1307082752,'ru'),(1307090944,'uk'),(1307099136,'ro'),(1307107328,'de'),(1307115520,'ru'),(1307123712,'nl'),(1307131904,'ee'),(1307140096,'fr'),(1307148288,'uk'),(1307156480,'ru'),(1307172864,'dk'),(1307181056,'ru'),(1307189248,'de'),(1307197440,'hu'),(1307205632,'fi'),(1307213824,'si'),(1307222016,'dk'),(1307230208,'ru'),(1307238400,'sk'),(1307246592,'kg'),(1307254784,'gr'),(1307262976,'at'),(1307271168,'md'),(1307279360,'lb'),(1307287552,'de'),(1307295744,'ru'),(1307303936,'se'),(1307312128,'pl'),(1307320320,'ru'),(1307336704,'de'),(1307344896,'ru'),(1307353088,'bg'),(1307361280,'cz'),(1307369472,'ru'),(1307377664,'pl'),(1307385856,'at'),(1307394048,'ir'),(1307402240,'hr'),(1307410432,'cz'),(1307418624,'ir'),(1307426816,'ch'),(1307435008,'de'),(1307443200,'it'),(1307451392,'se'),(1307467776,'ru'),(1307484160,'uk'),(1307492352,'ba'),(1307500544,'ru'),(1307508736,'ba'),(1307516928,'ch'),(1307525120,'ba'),(1307533312,'uk'),(1307541504,'it'),(1307549696,'ua'),(1307557888,'ru'),(1307574272,'uk'),(1307578368,'fi'),(1307582464,'kz'),(1307586560,'uk'),(1307590656,'se'),(1307594752,'sa'),(1307598848,'cz'),(1307602944,'es'),(1307607040,'sa'),(1307611136,'ru'),(1307619328,'cz'),(1307623424,'fr'),(1307627520,'se'),(1307631616,'it'),(1307635712,'ee'),(1307639808,'it'),(1307643904,'ru'),(1307652096,'es'),(1307656192,'jo'),(1307660288,'be'),(1307664384,'no'),(1307668480,'es'),(1307672576,'se'),(1307676672,'ru'),(1307680768,'lv'),(1307684864,'uk'),(1307688960,'lt'),(1307693056,'it'),(1307697152,'nl'),(1307701248,'ru'),(1307709440,'al'),(1307713536,'it'),(1307717632,'dk'),(1307721728,'at'),(1307725824,'cz'),(1307729920,'ru'),(1307734016,'nl'),(1307738112,'it'),(1307742208,'hu'),(1307746304,'ua'),(1307750400,'it'),(1307754496,'uk'),(1307758592,'sm'),(1307762688,'pl'),(1307766784,'uk'),(1307770880,'ru'),(1307774976,'rs'),(1307779072,'dk'),(1307787264,'mt'),(1307791360,'kz'),(1307795456,'ru'),(1307803648,'dk'),(1307807744,'se'),(1307811840,'nl'),(1307815936,'eu'),(1307820032,'es'),(1307824128,'hu'),(1307828224,'nl'),(1307832320,'ru'),(1307836416,'se'),(1307840512,'ru'),(1307844608,'ua'),(1307848704,'ch'),(1307852800,'ru'),(1307856896,'it'),(1307860992,'de'),(1307865088,'az'),(1307869184,'uk'),(1307873280,'tj'),(1307877376,'ru'),(1307881472,'it'),(1307885568,'dk'),(1307889664,'ru'),(1307893760,'se'),(1307897856,'at'),(1307901952,'jo'),(1307906048,'ch'),(1307910144,'de'),(1307914240,'nl'),(1307918336,'uk'),(1307922432,'nl'),(1307926528,'kz'),(1307930624,'ru'),(1307934720,'fr'),(1307938816,'tr'),(1307942912,'ru'),(1307947008,'ch'),(1307951104,'ru'),(1307959296,'ir'),(1307963392,'pl'),(1307967488,'it'),(1307971584,'uk'),(1307983872,'lb'),(1307987968,'fr'),(1307992064,'ru'),(1307996160,'de'),(1308000256,'ch'),(1308004352,'ru'),(1308008448,'uk'),(1308012544,'es'),(1308016640,'fi'),(1308020736,'bg'),(1308024832,'ru'),(1308033024,'de'),(1308037120,'ua'),(1308041216,'ru'),(1308049408,'dk'),(1308053504,'ru'),(1308057600,'gr'),(1308061696,'ru'),(1308069888,'no'),(1308073984,'ru'),(1308078080,'nl'),(1308080128,'ru'),(1308082176,'uk'),(1308084224,'rs'),(1308086272,'ru'),(1308088320,'ua'),(1308090368,'sk'),(1308092416,'ru'),(1308094464,'kw'),(1308096512,'rs'),(1308098560,'nl'),(1308360704,'pl'),(1308622848,'hr'),(1308884992,'it'),(1309147136,'pl'),(1309409280,'it'),(1309671424,'ie'),(1309933568,'be'),(1310195712,'ru'),(1310197760,'cz'),(1310199808,'ie'),(1310201856,'ru'),(1310203904,'be'),(1310205952,'ru'),(1310208000,'md'),(1310210048,'ru'),(1310212096,'hu'),(1310214144,'ua'),(1310216192,'it'),(1310218240,'no'),(1310220288,'nl'),(1310222336,'rs'),(1310224384,'uk'),(1310226432,'be'),(1310228480,'fr'),(1310230528,'es'),(1310232576,'no'),(1310234624,'ru'),(1310236672,'pl'),(1310238720,'be'),(1310240768,'ru'),(1310242816,'hu'),(1310244864,'ee'),(1310246912,'ch'),(1310248960,'im'),(1310251008,'lu'),(1310253056,'ru'),(1310255104,'cz'),(1310257152,'fr'),(1310261248,'ua'),(1310277632,'ru'),(1310310400,'uk'),(1310326784,'no'),(1310343168,'it'),(1310359552,'ua'),(1310392320,'nl'),(1310408704,'fi'),(1310425088,'ua'),(1310457856,'pl'),(1310474240,'ee'),(1310490624,'ba'),(1310507008,'lv'),(1310523392,'ru'),(1310556160,'pt'),(1310572544,'be'),(1310588928,'ru'),(1310605312,'pl'),(1310621696,'rs'),(1310638080,'ua'),(1310654464,'ru'),(1310656512,'uk'),(1310658560,'ru'),(1310660608,'cz'),(1310662656,'dk'),(1310664704,'fr'),(1310666752,'nl'),(1310668800,'ro'),(1310670848,'de'),(1310672896,'ua'),(1310674944,'no'),(1310676992,'pl'),(1310679040,'ru'),(1310681088,'uk'),(1310683136,'nl'),(1310685184,'pl'),(1310687232,'ro'),(1310689280,'pl'),(1310695424,'ro'),(1310697472,'de'),(1310699520,'ua'),(1310707712,'ru'),(1310711808,'lt'),(1310713856,'ua'),(1310715904,'ru'),(1310717952,'ua'),(1310720000,'uk'),(1310851072,'de'),(1310982144,'ru'),(1311113216,'ir'),(1311244288,'mk'),(1311246336,'it'),(1311248384,'uk'),(1311250432,'ru'),(1311252480,'uk'),(1311254528,'se'),(1311256576,'fr'),(1311258624,'uk'),(1311262720,'ch'),(1311264768,'ru'),(1311266816,'fr'),(1311268864,'be'),(1311270912,'ru'),(1311272960,'uk'),(1311275008,'fr'),(1311277056,'it'),(1311279104,'bg'),(1311281152,'uk'),(1311285248,'it'),(1311289344,'lb'),(1311291392,'ru'),(1311293440,'nl'),(1311295488,'it'),(1311297536,'at'),(1311299584,'ru'),(1311301632,'tr'),(1311303680,'uk'),(1311307776,'is'),(1311309824,'gg'),(1311311872,'cz'),(1311315968,'pl'),(1311318016,'ru'),(1311320064,'fr'),(1311322112,'it'),(1311324160,'lb'),(1311326208,'be'),(1311328256,'nl'),(1311330304,'de'),(1311332352,'ru'),(1311338496,'at'),(1311340544,'no'),(1311342592,'fr'),(1311344640,'no'),(1311346688,'at'),(1311348736,'im'),(1311350784,'fr'),(1311352832,'sk'),(1311354880,'ru'),(1311356928,'fr'),(1311358976,'ru'),(1311361024,'nl'),(1311363072,'uk'),(1311365120,'de'),(1311369216,'fr'),(1311371264,'se'),(1311373312,'fr'),(1311375360,'de'),(1311506432,'cz'),(1311637504,'de'),(1312292864,'lt'),(1312817152,'se'),(1313865728,'cz'),(1313931264,'ru'),(1313996800,'se'),(1314062336,'bg'),(1314127872,'lv'),(1314193408,'ru'),(1314258944,'uk'),(1314324480,'cy'),(1314390016,'pl'),(1314455552,'kw'),(1314521088,'bg'),(1314586624,'no'),(1314652160,'hu'),(1314717696,'sa'),(1314783232,'de'),(1314848768,'ro'),(1315045376,'sk'),(1315176448,'qa'),(1315307520,'cz'),(1315438592,'at'),(1315504128,'uk'),(1315569664,'ru'),(1315700736,'se'),(1315704832,'hu'),(1315708928,'gr'),(1315713024,'se'),(1315717120,'ru'),(1315725312,'cz'),(1315729408,'eu'),(1315733504,'nl'),(1315737600,'cz'),(1315741696,'lb'),(1315745792,'cz'),(1315749888,'ru'),(1315753984,'kz'),(1315758080,'fr'),(1315762176,'bg'),(1315766272,'nl'),(1315770368,'ua'),(1315774464,'ru'),(1315782656,'am'),(1315786752,'fr'),(1315790848,'rs'),(1315794944,'ru'),(1315803136,'kz'),(1315807232,'uk'),(1315815424,'ir'),(1315819520,'dk'),(1315823616,'iq'),(1315827712,'ru'),(1315831808,'sa'),(1315835904,'mt'),(1315840000,'ee'),(1315844096,'ru'),(1315848192,'bh'),(1315852288,'se'),(1315856384,'sy'),(1315860480,'ir'),(1315864576,'ch'),(1315868672,'ru'),(1315872768,'uk'),(1315876864,'it'),(1315880960,'be'),(1315885056,'cz'),(1315889152,'de'),(1315893248,'ru'),(1315897344,'ir'),(1315901440,'ua'),(1315905536,'si'),(1315909632,'az'),(1315913728,'de'),(1315917824,'ru'),(1315921920,'tr'),(1315926016,'cz'),(1315930112,'de'),(1315934208,'ru'),(1315938304,'dk'),(1315942400,'ua'),(1315946496,'uk'),(1315950592,'ua'),(1315954688,'de'),(1315958784,'ru'),(1315962880,'fr'),(1317011456,'bg'),(1317044224,'cz'),(1317076992,'be'),(1317109760,'uk'),(1317142528,'pt'),(1317175296,'bg'),(1317208064,'hu'),(1317240832,'pl'),(1317273600,'at'),(1317306368,'ru'),(1317339136,'mt'),(1317371904,'pl'),(1317404672,'it'),(1317437440,'hr'),(1317470208,'tr'),(1317502976,'ie'),(1317535744,'uk'),(1317552128,'es'),(1317568512,'cz'),(1317584896,'ru'),(1317601280,'ua'),(1317617664,'ru'),(1317634048,'ie'),(1317650432,'ru'),(1317666816,'uk'),(1317683200,'de'),(1317699584,'ru'),(1317715968,'sa'),(1317732352,'hu'),(1317748736,'ru'),(1317765120,'ge'),(1317781504,'ru'),(1317814272,'de'),(1317830656,'nl'),(1317847040,'ru'),(1317863424,'uk'),(1317879808,'sk'),(1317896192,'lu'),(1317912576,'es'),(1317928960,'bg'),(1317945344,'at'),(1317978112,'ru'),(1317994496,'de'),(1318010880,'dk'),(1318027264,'ie'),(1318043648,'uk'),(1318584320,'pl'),(1318592512,'nl'),(1318600704,'at'),(1318608896,'it'),(1318617088,'fr'),(1318625280,'ua'),(1318633472,'ie'),(1318649856,'ru'),(1318658048,'si'),(1318666240,'de'),(1318674432,'hu'),(1318682624,'ru'),(1318690816,'dk'),(1318699008,'ie'),(1318707200,'fr'),(1318715392,'bg'),(1318723584,'ir'),(1318731776,'pl'),(1318739968,'uk'),(1318748160,'lv'),(1318756352,'ua'),(1318764544,'kw'),(1318780928,'ch'),(1318789120,'me'),(1318797312,'sy'),(1318805504,'pl'),(1318813696,'fr'),(1318821888,'ru'),(1318838272,'uk'),(1318846464,'no'),(1318854656,'cz'),(1318862848,'uk'),(1318871040,'dk'),(1318879232,'cz'),(1318887424,'pl'),(1318895616,'se'),(1318903808,'ru'),(1318912000,'mk'),(1318920192,'ir'),(1318928384,'lt'),(1318936576,'dk'),(1318944768,'cz'),(1318961152,'nl'),(1318969344,'ru'),(1318977536,'lt'),(1318985728,'uk'),(1319002112,'ie'),(1319010304,'cy'),(1319018496,'ir'),(1319026688,'ru'),(1319034880,'no'),(1319043072,'fr'),(1319051264,'ua'),(1319059456,'pl'),(1319067648,'de'),(1319075840,'bg'),(1319084032,'kw'),(1319092224,'it'),(1319100416,'ru'),(1319108608,'tr'),(1321205760,'fr'),(1325400064,'it'),(1329594368,'uk'),(1330642944,'fr'),(1331691520,'pl'),(1331757056,'ie'),(1331822592,'it'),(1331824640,'ru'),(1331826688,'fr'),(1331828736,'lt'),(1331830784,'uk'),(1331832832,'it'),(1331834880,'by'),(1331836928,'fr'),(1331838976,'gr'),(1331841024,'cz'),(1331843072,'uk'),(1331845120,'ru'),(1331847168,'fr'),(1331849216,'ru'),(1331851264,'al'),(1331853312,'ae'),(1331855360,'tr'),(1331857408,'ru'),(1331859456,'pl'),(1331861504,'cz'),(1331863552,'uk'),(1331865600,'nl'),(1331869696,'sa'),(1331871744,'dk'),(1331873792,'ru'),(1331879936,'de'),(1331881984,'uk'),(1331886080,'es'),(1331888128,'se'),(1331890176,'it'),(1331892224,'ru'),(1331894272,'nl'),(1331896320,'fr'),(1331898368,'uk'),(1331900416,'ru'),(1331902464,'mk'),(1331904512,'uk'),(1331908608,'de'),(1331910656,'bh'),(1331912704,'de'),(1331914752,'ru'),(1331916800,'it'),(1331918848,'be'),(1331920896,'nl'),(1331922944,'de'),(1331924992,'uk'),(1331927040,'fi'),(1331929088,'fr'),(1331931136,'se'),(1331933184,'tr'),(1331937280,'uk'),(1331939328,'be'),(1331941376,'es'),(1331943424,'ru'),(1331945472,'se'),(1331947520,'ch'),(1331949568,'ru'),(1331951616,'jo'),(1331953664,'bg'),(1332019200,'rs'),(1332084736,'se'),(1332150272,'gr'),(1332215808,'ru'),(1332346880,'al'),(1332412416,'gr'),(1332477952,'es'),(1332609024,'pl'),(1332613120,'ua'),(1332629504,'de'),(1332633600,'ua'),(1332637696,'bg'),(1332641792,'ua'),(1332658176,'pl'),(1332662272,'ua'),(1332670464,'ru'),(1332740096,'ro'),(1333264384,'ru'),(1333297152,'hu'),(1333362688,'uk'),(1333395456,'hu'),(1333428224,'ru'),(1333460992,'uk'),(1333493760,'tr'),(1333526528,'bg'),(1333559296,'ua'),(1333592064,'ie'),(1333624832,'mk'),(1333657600,'ru'),(1333690368,'mk'),(1333723136,'ir'),(1333755904,'cz'),(1333788672,'gr'),(1334050816,'bg'),(1334059008,'fr'),(1334067200,'lv'),(1334075392,'ru'),(1334083584,'de'),(1334091776,'lt'),(1334099968,'ir'),(1334108160,'be'),(1334116352,'fi'),(1334124544,'de'),(1334132736,'ru'),(1334165504,'pl'),(1334173696,'lt'),(1334181888,'ru'),(1334206464,'fi'),(1334214656,'jo'),(1334222848,'bg'),(1334231040,'ee'),(1334239232,'is'),(1334247424,'no'),(1334255616,'it'),(1334263808,'ru'),(1334272000,'uk'),(1334280192,'lv'),(1334288384,'pl'),(1334296576,'ua'),(1334304768,'ru'),(1334312960,'se'),(1334345728,'ru'),(1334378496,'it'),(1334411264,'ru'),(1334444032,'se'),(1334509568,'pl'),(1334542336,'ru'),(1334575104,'ua'),(1334579200,'ru'),(1334583296,'de'),(1334591488,'ru'),(1334595584,'it'),(1334599680,'ru'),(1334603776,'de'),(1334607872,'ie'),(1334611968,'me'),(1334616064,'md'),(1334620160,'de'),(1334624256,'uk'),(1334628352,'ie'),(1334632448,'kz'),(1334636544,'ru'),(1334640640,'fr'),(1334644736,'lu'),(1334648832,'uk'),(1334652928,'ru'),(1334661120,'ch'),(1334665216,'no'),(1334669312,'mk'),(1334673408,'uk'),(1334677504,'fi'),(1334681600,'de'),(1334685696,'it'),(1334689792,'fr'),(1334693888,'ru'),(1334702080,'cz'),(1334706176,'ba'),(1334710272,'ru'),(1334714368,'de'),(1334718464,'kz'),(1334722560,'bz'),(1334726656,'ru'),(1334734848,'lt'),(1334738944,'ch'),(1334747136,'ru'),(1334751232,'bh'),(1334755328,'ua'),(1334759424,'se'),(1334763520,'dk'),(1334767616,'se'),(1334771712,'ru'),(1334779904,'ua'),(1334784000,'at'),(1334788096,'ru'),(1334796288,'me'),(1334800384,'it'),(1334804480,'fr'),(1334808576,'uk'),(1334812672,'ba'),(1334816768,'de'),(1334820864,'ie'),(1334824960,'nl'),(1334829056,'ru'),(1334833152,'fr'),(1334837248,'es'),(1335885824,'no'),(1336016896,'pl'),(1336147968,'ru'),(1336279040,'gr'),(1336410112,'pt'),(1336541184,'sa'),(1336543232,'es'),(1336545280,'se'),(1336547328,'ru'),(1336549376,'im'),(1336551424,'uk'),(1336553472,'sa'),(1336555520,'be'),(1336557568,'es'),(1336559616,'uk'),(1336561664,'no'),(1336563712,'nl'),(1336567808,'by'),(1336569856,'fr'),(1336571904,'pl'),(1336573952,'dk'),(1336576000,'ru'),(1336578048,'ir'),(1336580096,'ru'),(1336584192,'tr'),(1336586240,'uk'),(1336588288,'tj'),(1336590336,'uk'),(1336592384,'am'),(1336594432,'at'),(1336596480,'fr'),(1336598528,'md'),(1336600576,'fr'),(1336602624,'ie'),(1336604672,'cz'),(1336606720,'pl'),(1336608768,'ru'),(1336610816,'tr'),(1336612864,'es'),(1336614912,'uk'),(1336616960,'es'),(1336619008,'al'),(1336621056,'it'),(1336623104,'be'),(1336625152,'ie'),(1336627200,'no'),(1336629248,'de'),(1336631296,'is'),(1336633344,'es'),(1336635392,'ru'),(1336637440,'ua'),(1336639488,'hu'),(1336643584,'dk'),(1336645632,'uk'),(1336647680,'it'),(1336649728,'ru'),(1336651776,'de'),(1336653824,'cz'),(1336655872,'nl'),(1336657920,'de'),(1336659968,'ru'),(1336662016,'es'),(1336664064,'fi'),(1336668160,'bh'),(1336670208,'se'),(1336672256,'ru'),(1336705024,'sa'),(1336721408,'hu'),(1336737792,'pl'),(1336754176,'ru'),(1336770560,'uk'),(1336786944,'jo'),(1336803328,'ua'),(1336811520,'cz'),(1336819712,'ru'),(1336827904,'at'),(1336836096,'ru'),(1336852480,'fr'),(1336868864,'ru'),(1336885248,'rs'),(1336901632,'ir'),(1336918016,'pl'),(1336934400,'il'),(1337458688,'pl'),(1337982976,'de'),(1342177280,'uk'),(1342701568,'fr'),(1343225856,'it'),(1343750144,'es'),(1344798720,'uk'),(1345323008,'pl'),(1345847296,'nl'),(1345978368,'es'),(1346109440,'nl'),(1346240512,'dk'),(1346371584,'fi'),(1346375680,'ru'),(1346379776,'es'),(1346383872,'uk'),(1346387968,'hu'),(1346392064,'ua'),(1346396160,'ru'),(1346400256,'it'),(1346404352,'at'),(1346408448,'lu'),(1346412544,'ru'),(1346416640,'de'),(1346420736,'no'),(1346424832,'jo'),(1346428928,'fr'),(1346433024,'nl'),(1346437120,'eu'),(1346441216,'ru'),(1346445312,'de'),(1346449408,'no'),(1346453504,'ba'),(1346461696,'nl'),(1346469888,'be'),(1346473984,'it'),(1346478080,'ba'),(1346482176,'cz'),(1346486272,'se'),(1346490368,'uk'),(1346494464,'fr'),(1346498560,'uk'),(1346502656,'de'),(1346510848,'at'),(1346519040,'ru'),(1346527232,'de'),(1346531328,'es'),(1346535424,'be'),(1346539520,'ru'),(1346543616,'fi'),(1346547712,'ir'),(1346551808,'de'),(1346555904,'it'),(1346560000,'li'),(1346564096,'ee'),(1346568192,'se'),(1346572288,'de'),(1346576384,'dk'),(1346580480,'ru'),(1346584576,'eu'),(1346592768,'es'),(1346596864,'it'),(1346605056,'ch'),(1346609152,'fr'),(1346617344,'se'),(1346621440,'ru'),(1346625536,'de'),(1346629632,'ru'),(1346637824,'uk'),(1346650112,'ru'),(1346654208,'uk'),(1346658304,'se'),(1346666496,'es'),(1346670592,'it'),(1346674688,'de'),(1346678784,'it'),(1346686976,'uk'),(1346691072,'pl'),(1346695168,'ru'),(1346699264,'uk'),(1346707456,'de'),(1346711552,'az'),(1346715648,'nl'),(1346723840,'de'),(1346732032,'uk'),(1346736128,'ru'),(1346740224,'fi'),(1346744320,'ru'),(1346748416,'de'),(1346752512,'fr'),(1346756608,'se'),(1346760704,'ir'),(1346764800,'dk'),(1346768896,'lv'),(1346772992,'fr'),(1346777088,'uk'),(1346781184,'ua'),(1346789376,'ru'),(1346793472,'it'),(1346797568,'il'),(1346801664,'se'),(1346805760,'uk'),(1346809856,'de'),(1346818048,'fr'),(1346822144,'ru'),(1346826240,'rs'),(1346830336,'uk'),(1346838528,'ru'),(1346842624,'mt'),(1346846720,'dk'),(1346854912,'mt'),(1346859008,'ir'),(1346867200,'ba'),(1346871296,'ru'),(1346879488,'fi'),(1346883584,'ru'),(1346887680,'it'),(1346891776,'ru'),(1346895872,'se'),(1346899968,'ru'),(1346904064,'pl'),(1346908160,'li'),(1346912256,'bg'),(1346924544,'ru'),(1346928640,'de'),(1346932736,'dk'),(1346936832,'it'),(1346940928,'de'),(1346945024,'pl'),(1346949120,'ru'),(1346957312,'de'),(1346961408,'ua'),(1346965504,'ru'),(1346969600,'de'),(1346973696,'se'),(1346977792,'ru'),(1346985984,'de'),(1346994176,'nl'),(1346998272,'es'),(1347002368,'ru'),(1347006464,'se'),(1347010560,'ru'),(1347014656,'uk'),(1347018752,'it'),(1347022848,'at'),(1347026944,'uk'),(1347035136,'cz'),(1347039232,'ro'),(1347043328,'fr'),(1347047424,'sa'),(1347051520,'il'),(1347059712,'ch'),(1347067904,'rs'),(1347072000,'it'),(1347076096,'fi'),(1347084288,'uk'),(1347092480,'ir'),(1347096576,'se'),(1347100672,'at'),(1347108864,'uk'),(1347112960,'ru'),(1347117056,'fi'),(1347121152,'ch'),(1347125248,'ru'),(1347129344,'uk'),(1347141632,'ch'),(1347145728,'ie'),(1347149824,'hu'),(1347153920,'at'),(1347158016,'ch'),(1347162112,'it'),(1347166208,'gr'),(1347174400,'it'),(1347186688,'uk'),(1347190784,'ru'),(1347194880,'se'),(1347198976,'qa'),(1347203072,'ru'),(1347207168,'uk'),(1347215360,'ru'),(1347219456,'kw'),(1347223552,'uk'),(1347227648,'de'),(1347231744,'ua'),(1347235840,'ge'),(1347239936,'dk'),(1347244032,'uk'),(1347248128,'se'),(1347252224,'hu'),(1347256320,'fo'),(1347260416,'mk'),(1347264512,'ru'),(1347268608,'iq'),(1347272704,'mt'),(1347276800,'de'),(1347280896,'fr'),(1347284992,'uk'),(1347289088,'fr'),(1347293184,'se'),(1347297280,'ua'),(1347305472,'al'),(1347309568,'de'),(1347313664,'ru'),(1347321856,'kw'),(1347325952,'cz'),(1347330048,'de'),(1347338240,'ru'),(1347342336,'se'),(1347346432,'bg'),(1347350528,'ru'),(1347358720,'cz'),(1347362816,'nl'),(1347366912,'it'),(1347371008,'ru'),(1347375104,'uk'),(1347379200,'nl'),(1347383296,'ee'),(1347387392,'uk'),(1347391488,'lb'),(1347395584,'se'),(1347399680,'ru'),(1347403776,'nl'),(1347407872,'uk'),(1347411968,'de'),(1347416064,'ru'),(1347420160,'dk'),(1347432448,'hr'),(1347436544,'se'),(1347440640,'es'),(1347444736,'ru'),(1347452928,'bg'),(1347461120,'rs'),(1347465216,'uk'),(1347469312,'ru'),(1347473408,'uz'),(1347477504,'ch'),(1347481600,'at'),(1347485696,'de'),(1347493888,'lv'),(1347502080,'uk'),(1347510272,'es'),(1347518464,'at'),(1347522560,'lb'),(1347526656,'fi'),(1347534848,'de'),(1347538944,'ru'),(1347543040,'sk'),(1347547136,'de'),(1347551232,'it'),(1347555328,'pl'),(1347559424,'ru'),(1347567616,'nl'),(1347571712,'ru'),(1347575808,'dk'),(1347579904,'uk'),(1347588096,'cz'),(1347592192,'ru'),(1347600384,'it'),(1347604480,'de'),(1347608576,'fr'),(1347612672,'uk'),(1347616768,'fi'),(1347620864,'lb'),(1347624960,'ch'),(1347633152,'cz'),(1347637248,'se'),(1347641344,'de'),(1347649536,'ge'),(1347653632,'uk'),(1347657728,'it'),(1347661824,'de'),(1347665920,'ru'),(1347670016,'se'),(1347674112,'ru'),(1347682304,'de'),(1347686400,'eu'),(1347690496,'se'),(1347694592,'uk'),(1347706880,'it'),(1347710976,'ru'),(1347715072,'es'),(1347723264,'uk'),(1347727360,'ua'),(1347731456,'de'),(1347739648,'nl'),(1347747840,'de'),(1347751936,'cy'),(1347756032,'nl'),(1347760128,'hu'),(1347764224,'uk'),(1347772416,'mt'),(1347776512,'se'),(1347780608,'nl'),(1347784704,'ru'),(1347788800,'nl'),(1347792896,'ru'),(1347796992,'de'),(1347801088,'uk'),(1347805184,'pl'),(1347809280,'ru'),(1347813376,'de'),(1347817472,'it'),(1347821568,'uk'),(1347825664,'it'),(1347829760,'se'),(1347833856,'de'),(1347837952,'ro'),(1347846144,'no'),(1347850240,'it'),(1347854336,'eu'),(1347862528,'ch'),(1347866624,'no'),(1347870720,'am'),(1347874816,'sk'),(1347878912,'uk'),(1347887104,'pl'),(1347891200,'se'),(1347903488,'ru'),(1347907584,'de'),(1347911680,'uk'),(1347915776,'ru'),(1347919872,'de'),(1347923968,'cz'),(1347928064,'ru'),(1347932160,'sk'),(1347936256,'fr'),(1347940352,'ba'),(1347948544,'de'),(1347952640,'be'),(1347956736,'ru'),(1347960832,'de'),(1347964928,'it'),(1347969024,'se'),(1347977216,'dk'),(1347985408,'it'),(1347989504,'fi'),(1347993600,'uk'),(1348001792,'es'),(1348005888,'bh'),(1348009984,'ru'),(1348014080,'dk'),(1348018176,'no'),(1348026368,'de'),(1348030464,'uk'),(1348034560,'at'),(1348038656,'fr'),(1348042752,'ru'),(1348050944,'se'),(1348055040,'lb'),(1348059136,'ru'),(1348063232,'ch'),(1348067328,'nl'),(1348071424,'de'),(1348075520,'lv'),(1348083712,'lu'),(1348091904,'ru'),(1348096000,'al'),(1348100096,'de'),(1348104192,'ru'),(1348108288,'cz'),(1348112384,'de'),(1348116480,'jo'),(1348120576,'ru'),(1348124672,'uk'),(1348128768,'si'),(1348132864,'ua'),(1348136960,'ru'),(1348141056,'dk'),(1348145152,'ru'),(1348149248,'no'),(1348153344,'it'),(1348157440,'eu'),(1348165632,'de'),(1348169728,'al'),(1348173824,'dk'),(1348177920,'be'),(1348182016,'ua'),(1348190208,'ru'),(1348194304,'gr'),(1348198400,'no'),(1348202496,'eu'),(1348206592,'ru'),(1348218880,'de'),(1348222976,'lu'),(1348231168,'ru'),(1348235264,'at'),(1348239360,'se'),(1348243456,'uk'),(1348247552,'ru'),(1348251648,'ge'),(1348255744,'ru'),(1348263936,'ua'),(1348268032,'cz'),(1348272128,'ie'),(1348280320,'at'),(1348284416,'ru'),(1348288512,'it'),(1348292608,'fr'),(1348296704,'ru'),(1348300800,'ua'),(1348304896,'it'),(1348308992,'mt'),(1348313088,'uk'),(1348317184,'ru'),(1348321280,'uk'),(1348325376,'tr'),(1348329472,'rs'),(1348337664,'es'),(1348341760,'pl'),(1348345856,'uk'),(1348349952,'sk'),(1348354048,'nl'),(1348358144,'de'),(1348362240,'mc'),(1348366336,'it'),(1348370432,'de'),(1348374528,'ch'),(1348378624,'by'),(1348382720,'fr'),(1348386816,'uk'),(1348390912,'se'),(1348395008,'by'),(1348399104,'md'),(1348407296,'bg'),(1348411392,'ru'),(1348415488,'uk'),(1348419584,'hu'),(1348427776,'cz'),(1348435968,'fi'),(1348440064,'de'),(1348444160,'nl'),(1348448256,'uk'),(1348456448,'bh'),(1348460544,'si'),(1348464640,'cz'),(1348468736,'ro'),(1348599808,'hu'),(1348730880,'nl'),(1348861952,'es'),(1348993024,'it'),(1349124096,'gr'),(1349255168,'at'),(1349517312,'nl'),(1349763072,'ru'),(1349771264,'nl'),(1349779456,'it'),(1349910528,'fr'),(1350041600,'at'),(1350303744,'fr'),(1350434816,'nl'),(1350565888,'de'),(1352663040,'dk'),(1353187328,'uk'),(1353318400,'se'),(1353383936,'de'),(1353449472,'pt'),(1353515008,'es'),(1353646080,'uk'),(1353842688,'il'),(1353973760,'it'),(1354235904,'kw'),(1354301440,'fr'),(1354366976,'fi'),(1354432512,'de'),(1354498048,'cz'),(1354563584,'uk'),(1354629120,'de'),(1354694656,'ir'),(1354760192,'uk'),(1355022336,'dk'),(1355284480,'be'),(1355415552,'no'),(1355546624,'it'),(1355808768,'dk'),(1356070912,'no'),(1356201984,'fr'),(1356333056,'se'),(1356464128,'ch'),(1356595200,'fi'),(1356857344,'es'),(1356922880,'uk'),(1356988416,'de'),(1357053952,'ae'),(1357119488,'de'),(1357185024,'uk'),(1357250560,'il'),(1357316096,'eu'),(1357381632,'no'),(1357414400,'lv'),(1357447168,'ie'),(1357479936,'lv'),(1357512704,'ru'),(1357545472,'uk'),(1357578240,'ee'),(1357611008,'uk'),(1357643776,'fr'),(1357676544,'be'),(1357709312,'ru'),(1357742080,'de'),(1357774848,'uk'),(1357791232,'pl'),(1357807616,'ch'),(1357840384,'no'),(1357873152,'eu'),(1357905920,'lt'),(1357910016,'gr'),(1357914112,'ru'),(1357922304,'sa'),(1357926400,'uk'),(1357930496,'ru'),(1357942784,'rs'),(1357946880,'pl'),(1357959168,'ru'),(1357963264,'at'),(1357967360,'ru'),(1357971456,'kz'),(1357975552,'at'),(1357979648,'kz'),(1357983744,'ru'),(1357987840,'uk'),(1357991936,'no'),(1357996032,'ch'),(1358000128,'li'),(1358004224,'pl'),(1358008320,'bh'),(1358012416,'it'),(1358016512,'ge'),(1358020608,'de'),(1358024704,'ee'),(1358028800,'it'),(1358032896,'ge'),(1358036992,'ir'),(1358041088,'fi'),(1358045184,'sk'),(1358049280,'ru'),(1358061568,'ua'),(1358065664,'ba'),(1358069760,'de'),(1358086144,'ch'),(1358090240,'kz'),(1358094336,'nl'),(1358102528,'ru'),(1358106624,'lt'),(1358110720,'de'),(1358118912,'ru'),(1358123008,'pt'),(1358127104,'cz'),(1358131200,'dk'),(1358135296,'ru'),(1358139392,'ua'),(1358143488,'at'),(1358147584,'uk'),(1358151680,'de'),(1358155776,'ch'),(1358159872,'es'),(1358163968,'fr'),(1358168064,'uk'),(1358172160,'gr'),(1358176256,'ru'),(1358180352,'es'),(1358184448,'se'),(1358192640,'hu'),(1358196736,'it'),(1358200832,'pl'),(1358209024,'il'),(1358213120,'uk'),(1358217216,'se'),(1358221312,'de'),(1358225408,'ru'),(1358229504,'de'),(1358233600,'es'),(1358237696,'fr'),(1358241792,'eu'),(1358249984,'de'),(1358254080,'md'),(1358262272,'ua'),(1358266368,'de'),(1358274560,'gr'),(1358278656,'pl'),(1358282752,'at'),(1358286848,'mt'),(1358290944,'se'),(1358295040,'ru'),(1358303232,'ru'),(1358307328,'de'),(1358315520,'ru'),(1358323712,'lu'),(1358327808,'de'),(1358331904,'il'),(1358336000,'fi'),(1358344192,'nl'),(1358352384,'ru'),(1358356480,'si'),(1358360576,'ru'),(1358364672,'uk'),(1358372864,'ru'),(1358376960,'uk'),(1358381056,'it'),(1358385152,'uk'),(1358389248,'ru'),(1358397440,'nl'),(1358409728,'ru'),(1358413824,'nl'),(1358422016,'fr'),(1358426112,'fi'),(1358434304,'is'),(1358438400,'nl'),(1358442496,'ru'),(1358450688,'ru'),(1358454784,'fi'),(1358462976,'se'),(1358467072,'ru'),(1358471168,'fi'),(1358475264,'uk'),(1358479360,'li'),(1358483456,'fr'),(1358487552,'se'),(1358491648,'fi'),(1358495744,'pl'),(1358499840,'kz'),(1358503936,'it'),(1358508032,'uk'),(1358516224,'by'),(1358520320,'uk'),(1358524416,'de'),(1358528512,'ru'),(1358536704,'hu'),(1358540800,'ru'),(1358548992,'jo'),(1358553088,'ua'),(1358557184,'ie'),(1358561280,'cz'),(1358573568,'lv'),(1358577664,'ru'),(1358585856,'uk'),(1358589952,'ee'),(1358594048,'de'),(1358598144,'il'),(1358602240,'ru'),(1358622720,'sk'),(1358626816,'uk'),(1358635008,'tr'),(1358639104,'ru'),(1358643200,'es'),(1358647296,'de'),(1358651392,'fr'),(1358655488,'ru'),(1358667776,'uk'),(1358675968,'se'),(1358680064,'ru'),(1358688256,'cz'),(1358692352,'pl'),(1358696448,'ru'),(1358700544,'at'),(1358704640,'hu'),(1358708736,'uk'),(1358716928,'de'),(1358721024,'uk'),(1358725120,'ru'),(1358733312,'se'),(1358741504,'it'),(1358745600,'se'),(1358749696,'it'),(1358753792,'ua'),(1358757888,'ru'),(1358766080,'it'),(1358770176,'bg'),(1358774272,'es'),(1358778368,'ch'),(1358782464,'uk'),(1358790656,'ir'),(1358798848,'hr'),(1358802944,'hu'),(1358811136,'de'),(1358815232,'ru'),(1358819328,'tr'),(1358823424,'ua'),(1358827520,'ru'),(1358831616,'no'),(1358835712,'ru'),(1358839808,'ch'),(1358843904,'mt'),(1358848000,'ru'),(1358856192,'de'),(1358860288,'uk'),(1358864384,'ch'),(1358872576,'it'),(1358876672,'lv'),(1358880768,'uk'),(1358884864,'se'),(1358888960,'de'),(1358893056,'ru'),(1358897152,'uk'),(1358905344,'ua'),(1358909440,'ru'),(1358913536,'ch'),(1358917632,'es'),(1358921728,'ru'),(1358929920,'lu'),(1358934016,'ru'),(1358938112,'uk'),(1358946304,'lv'),(1358950400,'nl'),(1358954496,'es'),(1358970880,'hu'),(1358987264,'no'),(1359003648,'cz'),(1359020032,'fr'),(1359036416,'uk'),(1359052800,'se'),(1359069184,'ru'),(1359101952,'uk'),(1359118336,'eu'),(1359134720,'cz'),(1359151104,'de'),(1359167488,'uk'),(1359183872,'ru'),(1359200256,'at'),(1359233024,'nl'),(1359249408,'cy'),(1359265792,'ru'),(1359282176,'il'),(1359298560,'ru'),(1359314944,'uk'),(1359331328,'at'),(1359347712,'ch'),(1359364096,'tr'),(1359380480,'pl'),(1359396864,'uk'),(1359413248,'de'),(1359429632,'lt'),(1359446016,'dk'),(1359462400,'de'),(1359470592,'ch'),(1359478784,'tr'),(1359511552,'se'),(1359544320,'ru'),(1359577088,'es'),(1359642624,'at'),(1359675392,'de'),(1359708160,'be'),(1359740928,'ir'),(1359773696,'ro'),(1359806464,'ru'),(1359839232,'ch'),(1359872000,'fr'),(1359904768,'de'),(1359937536,'is'),(1359970304,'pl'),(1360003072,'am'),(1360007168,'uk'),(1360011264,'at'),(1360015360,'de'),(1360019456,'fi'),(1360023552,'ru'),(1360027648,'at'),(1360031744,'ru'),(1360039936,'at'),(1360044032,'se'),(1360048128,'de'),(1360052224,'hu'),(1360056320,'sa'),(1360060416,'lt'),(1360064512,'ge'),(1360068608,'ru'),(1360076800,'nl'),(1360084992,'uk'),(1360089088,'az'),(1360093184,'de'),(1360101376,'ua'),(1360105472,'ru'),(1360109568,'kz'),(1360113664,'hu'),(1360117760,'fi'),(1360121856,'de'),(1360125952,'si'),(1360130048,'ie'),(1360134144,'nl'),(1360138240,'ch'),(1360142336,'kz'),(1360146432,'rs'),(1360150528,'ro'),(1360158720,'de'),(1360162816,'ru'),(1360175104,'nl'),(1360179200,'fr'),(1360183296,'pl'),(1360191488,'fo'),(1360195584,'nl'),(1360199680,'cz'),(1360203776,'fr'),(1360207872,'cz'),(1360211968,'uk'),(1360216064,'ru'),(1360224256,'eu'),(1360228352,'fi'),(1360232448,'ru'),(1360236544,'at'),(1360240640,'es'),(1360244736,'uk'),(1360248832,'dk'),(1360252928,'uk'),(1360257024,'dk'),(1360265216,'uk'),(1360269312,'kg'),(1360273408,'uk'),(1360281600,'eu'),(1360285696,'de'),(1360289792,'ru'),(1360293888,'de'),(1360302080,'ee'),(1360306176,'ru'),(1360310272,'uk'),(1360314368,'ru'),(1360318464,'fr'),(1360322560,'fi'),(1360326656,'pt'),(1360330752,'ua'),(1360334848,'at'),(1360338944,'cy'),(1360343040,'sa'),(1360347136,'uk'),(1360351232,'az'),(1360359424,'at'),(1360363520,'it'),(1360367616,'ie'),(1360371712,'tr'),(1360375808,'nl'),(1360379904,'pl'),(1360384000,'se'),(1360388096,'ru'),(1360392192,'ee'),(1360396288,'ru'),(1360400384,'bh'),(1360404480,'uk'),(1360408576,'ru'),(1360420864,'tr'),(1360424960,'ru'),(1360429056,'ua'),(1360433152,'ro'),(1360437248,'fi'),(1360441344,'hu'),(1360445440,'ru'),(1360453632,'de'),(1360457728,'fi'),(1360461824,'ru'),(1360465920,'ua'),(1360470016,'fr'),(1360474112,'uk'),(1360478208,'ch'),(1360482304,'it'),(1360486400,'ru'),(1360494592,'dk'),(1360498688,'ru'),(1360515072,'uk'),(1360519168,'nl'),(1360531456,'ro'),(1360535552,'de'),(1360539648,'nl'),(1360543744,'de'),(1360547840,'ru'),(1360551936,'nl'),(1360556032,'ru'),(1360564224,'at'),(1360568320,'es'),(1360576512,'uk'),(1360580608,'ua'),(1360584704,'it'),(1360588800,'uk'),(1360592896,'ru'),(1360596992,'cz'),(1360601088,'by'),(1360605184,'ru'),(1360613376,'se'),(1360617472,'it'),(1360621568,'es'),(1360625664,'lu'),(1360629760,'se'),(1360633856,'ru'),(1360637952,'fo'),(1360642048,'eu'),(1360646144,'at'),(1360650240,'ua'),(1360654336,'ee'),(1360658432,'pl'),(1360666624,'no'),(1360678912,'ru'),(1360683008,'uk'),(1360691200,'ru'),(1360699392,'de'),(1360703488,'ru'),(1360707584,'it'),(1360709632,'al'),(1360711680,'nl'),(1360715776,'se'),(1360728064,'fr'),(1360732160,'no'),(1360736256,'ru'),(1360740352,'uk'),(1360752640,'de'),(1360756736,'it'),(1360760832,'ru'),(1360764928,'de'),(1360769024,'it'),(1360773120,'cz'),(1360777216,'dk'),(1360781312,'de'),(1360785408,'ru'),(1360793600,'cz'),(1360797696,'ir'),(1360805888,'de'),(1360809984,'nl'),(1360814080,'fr'),(1360818176,'jo'),(1360822272,'at'),(1360826368,'uk'),(1360830464,'ru'),(1360838656,'fr'),(1360842752,'ru'),(1360846848,'de'),(1360850944,'it'),(1360855040,'nl'),(1360859136,'lt'),(1360863232,'no'),(1360867328,'uk'),(1360883712,'ru'),(1360887808,'fi'),(1360891904,'ch'),(1360896000,'qa'),(1360900096,'it'),(1360904192,'uk'),(1360912384,'it'),(1360916480,'ir'),(1360920576,'it'),(1360928768,'nl'),(1360932864,'ru'),(1360936960,'nl'),(1360941056,'by'),(1360945152,'de'),(1360949248,'ru'),(1360953344,'pl'),(1360957440,'de'),(1360961536,'ua'),(1360965632,'ru'),(1360977920,'cz'),(1360986112,'uk'),(1360994304,'cz'),(1360998400,'fi'),(1361002496,'uk'),(1361006592,'dk'),(1361010688,'uk'),(1361018880,'at'),(1361022976,'it'),(1361027072,'ir'),(1361035264,'nl'),(1361039360,'it'),(1361043456,'no'),(1361051648,'es'),(1362100224,'fr'),(1362755584,'nl'),(1362886656,'es'),(1363017728,'ch'),(1363148800,'fr'),(1363410944,'nl'),(1363673088,'it'),(1363935232,'eu'),(1364197376,'fr'),(1364262912,'it'),(1364328448,'be'),(1364459520,'pt'),(1364525056,'nl'),(1364590592,'uk'),(1364721664,'se'),(1364725760,'de'),(1364733952,'it'),(1364738048,'no'),(1364742144,'ru'),(1364746240,'fr'),(1364750336,'ru'),(1364754432,'sk'),(1364758528,'kz'),(1364762624,'uk'),(1364766720,'ch'),(1364770816,'kg'),(1364774912,'ru'),(1364779008,'it'),(1364787200,'ro'),(1364795392,'es'),(1364799488,'sk'),(1364803584,'ru'),(1364811776,'de'),(1364815872,'ru'),(1364819968,'uk'),(1364824064,'se'),(1364828160,'uk'),(1364832256,'ru'),(1364836352,'de'),(1364840448,'am'),(1364844544,'de'),(1364852736,'ru'),(1364856832,'iq'),(1364860928,'de'),(1364865024,'pt'),(1364869120,'fi'),(1364873216,'uk'),(1364877312,'es'),(1364881408,'ee'),(1364885504,'uk'),(1364889600,'ir'),(1364893696,'cz'),(1364897792,'si'),(1364901888,'de'),(1364905984,'ru'),(1364910080,'ua'),(1364914176,'cz'),(1364918272,'se'),(1364922368,'tr'),(1364926464,'ru'),(1364934656,'fr'),(1364938752,'cz'),(1364942848,'uk'),(1364946944,'tr'),(1364951040,'ir'),(1364959232,'de'),(1364963328,'ru'),(1364967424,'uk'),(1364971520,'cz'),(1364979712,'uk'),(1364983808,'de'),(1364992000,'it'),(1364996096,'gr'),(1365000192,'se'),(1365004288,'fr'),(1365008384,'ch'),(1365012480,'fr'),(1365016576,'es'),(1365020672,'cz'),(1365024768,'de'),(1365028864,'nl'),(1365032960,'pt'),(1365041152,'lu'),(1365045248,'at'),(1365049344,'fr'),(1365057536,'it'),(1365061632,'nl'),(1365065728,'ba'),(1365073920,'no'),(1365078016,'de'),(1365082112,'se'),(1365090304,'no'),(1365094400,'eu'),(1365098496,'hu'),(1365102592,'eu'),(1365106688,'uk'),(1365110784,'fr'),(1365114880,'ba'),(1365118976,'ru'),(1365127168,'at'),(1365131264,'se'),(1365139456,'ch'),(1365147648,'ru'),(1365155840,'se'),(1365159936,'hu'),(1365164032,'uk'),(1365172224,'lv'),(1365176320,'hu'),(1365180416,'de'),(1365184512,'ru'),(1365192704,'uk'),(1365196800,'es'),(1365200896,'lu'),(1365204992,'cz'),(1365209088,'be'),(1365213184,'ru'),(1365217280,'uk'),(1365221376,'ge'),(1365225472,'ua'),(1365229568,'pl'),(1365233664,'ru'),(1365237760,'uz'),(1365241856,'dk'),(1365245952,'uk'),(1366294528,'it'),(1367343104,'uk'),(1369440256,'de'),(1369473024,'hu'),(1369505792,'de'),(1369538560,'dk'),(1369554944,'pl'),(1369559040,'cz'),(1369563136,'pl'),(1369567232,'bg'),(1369702400,'be'),(1369833472,'no'),(1369964544,'uk'),(1369997312,'pl'),(1370030080,'be'),(1370062848,'de'),(1370095616,'uk'),(1370128384,'se'),(1370161152,'nl'),(1370193920,'uk'),(1370226688,'es'),(1370259456,'se'),(1370292224,'nl'),(1370324992,'de'),(1370357760,'it'),(1370390528,'uk'),(1370423296,'no'),(1370439680,'nl'),(1370456064,'fi'),(1370488832,'ru'),(1370619904,'uk'),(1370750976,'ro'),(1370882048,'hu'),(1371013120,'es'),(1371078656,'fr'),(1371144192,'gr'),(1371201536,'pl'),(1371205632,'se'),(1371209728,'uk'),(1371275264,'be'),(1371340800,'at'),(1371406336,'pl'),(1371471872,'no'),(1371602944,'pt'),(1371668480,'fr'),(1371734016,'ru'),(1371799552,'ro'),(1371865088,'fi'),(1371930624,'lv'),(1371996160,'il'),(1372061696,'ru'),(1372069888,'fr'),(1372073984,'cz'),(1372078080,'nl'),(1372082176,'ru'),(1372086272,'de'),(1372090368,'ru'),(1372094464,'it'),(1372098560,'ru'),(1372102656,'se'),(1372106752,'fr'),(1372110848,'de'),(1372114944,'ru'),(1372119040,'it'),(1372123136,'ru'),(1372127232,'it'),(1372131328,'ru'),(1372135424,'de'),(1372139520,'cz'),(1372143616,'ru'),(1372147712,'be'),(1372151808,'uk'),(1372164096,'de'),(1372168192,'uk'),(1372172288,'fr'),(1372176384,'ch'),(1372180480,'se'),(1372184576,'de'),(1372188672,'ru'),(1372192768,'es'),(1372323840,'nl'),(1372585984,'it'),(1372618752,'uk'),(1372651520,'fi'),(1372684288,'eu'),(1372717056,'pl'),(1372749824,'de'),(1372782592,'ru'),(1372815360,'se'),(1372848128,'tr'),(1373110272,'se'),(1373175808,'at'),(1373241344,'il'),(1373306880,'pl'),(1373372416,'fr'),(1373437952,'ch'),(1373503488,'ru'),(1373569024,'at'),(1373634560,'se'),(1374683136,'be'),(1375207424,'fr'),(1375731712,'uk'),(1378877440,'it'),(1379926016,'fr'),(1380188160,'uk'),(1380450304,'nl'),(1380712448,'ro'),(1380974592,'il'),(1381105664,'de'),(1381236736,'it'),(1381367808,'es'),(1381498880,'it'),(1381761024,'nl'),(1382023168,'se'),(1382039552,'de'),(1382055936,'fr'),(1382072320,'ru'),(1382088704,'fr'),(1382105088,'de'),(1382137856,'ru'),(1382154240,'fr'),(1382170624,'de'),(1382187008,'es'),(1382203392,'uk'),(1382205440,'de'),(1382213632,'uk'),(1382219776,'se'),(1382252544,'cz'),(1382268928,'ir'),(1382285312,'cz'),(1382301696,'se'),(1382318080,'ru'),(1382334464,'de'),(1382350848,'fr'),(1382367232,'bg'),(1382400000,'nl'),(1382416384,'pt'),(1382432768,'cy'),(1382449152,'il'),(1382465536,'ps'),(1382481920,'at'),(1382498304,'bg'),(1382514688,'dk'),(1382531072,'fi'),(1382547456,'it'),(1382809600,'uk'),(1383071744,'ru'),(1383088128,'is'),(1383096320,'eu'),(1383104512,'je'),(1383112704,'ge'),(1383120896,'uk'),(1383137280,'mc'),(1383145472,'cz'),(1383153664,'uk'),(1383161856,'de'),(1383170048,'uk'),(1383186432,'it'),(1383194624,'uk'),(1383202816,'ru'),(1383211008,'cy'),(1383219200,'rs'),(1383227392,'ru'),(1383243776,'ye'),(1383251968,'cz'),(1383260160,'ru'),(1383268352,'ir'),(1383276544,'kz'),(1383284736,'pl'),(1383292928,'de'),(1383301120,'se'),(1383309312,'it'),(1383317504,'se'),(1383321600,'ru'),(1383325696,'uk'),(1383333888,'ru'),(1383350272,'no'),(1383358464,'de'),(1383366656,'kw'),(1383374848,'es'),(1383383040,'cy'),(1383391232,'fi'),(1383399424,'li'),(1383407616,'no'),(1383415808,'ru'),(1383424000,'se'),(1383432192,'cz'),(1383440384,'ru'),(1383448576,'rs'),(1383456768,'ua'),(1383464960,'lv'),(1383473152,'de'),(1383481344,'uk'),(1383497728,'ru'),(1383505920,'sa'),(1383514112,'fi'),(1383522304,'bg'),(1383530496,'de'),(1383538688,'it'),(1383546880,'bg'),(1383555072,'sk'),(1383563264,'ru'),(1383571456,'de'),(1383579648,'it'),(1383587840,'sk'),(1383596032,'fr'),(1384153088,'fi'),(1384185856,'eu'),(1384251392,'fi'),(1384267776,'ch'),(1384284160,'es'),(1384316928,'ee'),(1384349696,'hu'),(1384382464,'hr'),(1384415232,'uk'),(1384480768,'fi'),(1384513536,'no'),(1384546304,'nl'),(1384579072,'de'),(1384611840,'lt'),(1384644608,'uk'),(1384660992,'ch'),(1384677376,'se'),(1384693760,'nl'),(1384710144,'ro'),(1384726528,'bg'),(1384742912,'ru'),(1384759296,'sy'),(1384775680,'ru'),(1384792064,'eu'),(1384808448,'fi'),(1384824832,'uk'),(1384841216,'pl'),(1384857600,'nl'),(1384873984,'pl'),(1384890368,'de'),(1384923136,'ru'),(1384939520,'lt'),(1384955904,'ru'),(1384972288,'de'),(1384988672,'fi'),(1385005056,'hu'),(1385021440,'ie'),(1385037824,'fr'),(1385054208,'cz'),(1385070592,'ru'),(1385086976,'uk'),(1385103360,'it'),(1385119744,'be'),(1385136128,'pl'),(1385152512,'dk'),(1385168896,'es'),(1385177088,'de'),(1385185280,'ru'),(1385193472,'es'),(1385201664,'cz'),(1385209856,'hu'),(1385218048,'ua'),(1385226240,'uk'),(1385234432,'de'),(1385242624,'uk'),(1385250816,'pl'),(1385259008,'it'),(1385267200,'se'),(1385275392,'it'),(1385283584,'kw'),(1385291776,'tr'),(1385299968,'bg'),(1385308160,'lu'),(1385316352,'no'),(1385324544,'be'),(1385332736,'uk'),(1385340928,'lb'),(1385349120,'ch'),(1385357312,'pl'),(1385365504,'uk'),(1385373696,'no'),(1385381888,'ru'),(1385398272,'bg'),(1385406464,'ee'),(1385414656,'sa'),(1385422848,'dk'),(1385431040,'ru'),(1385439232,'uk'),(1385447424,'is'),(1385455616,'qa'),(1385463808,'no'),(1385480192,'nl'),(1385488384,'uk'),(1385496576,'si'),(1385504768,'uk'),(1385512960,'de'),(1385521152,'at'),(1385529344,'ru'),(1385537536,'de'),(1385545728,'ru'),(1385553920,'de'),(1385562112,'eu'),(1385570304,'hu'),(1385578496,'tr'),(1385586688,'uk'),(1385594880,'nl'),(1385603072,'cz'),(1385611264,'at'),(1385619456,'de'),(1385627648,'fr'),(1385635840,'nl'),(1385652224,'ru'),(1385660416,'tr'),(1385668608,'nl'),(1385676800,'ru'),(1385684992,'uk'),(1385824256,'pt'),(1385955328,'nl'),(1386086400,'es'),(1386217472,'pl'),(1386283008,'nl'),(1386348544,'ru'),(1386414080,'uk'),(1386479616,'no'),(1386545152,'de'),(1386610688,'il'),(1386676224,'sa'),(1386741760,'nl'),(1387331584,'pl'),(1387397120,'om'),(1387462656,'ru'),(1387528192,'dk'),(1387593728,'fi'),(1387659264,'se'),(1387790336,'it'),(1388314624,'at'),(1388322816,'si'),(1388331008,'nl'),(1388339200,'uk'),(1388347392,'dk'),(1388363776,'de'),(1388371968,'ch'),(1388380160,'it'),(1388396544,'lv'),(1388404736,'ua'),(1388412928,'ru'),(1388421120,'se'),(1388429312,'hr'),(1388437504,'de'),(1388445696,'az'),(1388453888,'bh'),(1388462080,'es'),(1388470272,'de'),(1388478464,'at'),(1388486656,'ru'),(1388494848,'no'),(1388503040,'ru'),(1388519424,'nl'),(1388527616,'de'),(1388535808,'uk'),(1388544000,'ie'),(1388552192,'uk'),(1388560384,'fi'),(1388568576,'ch'),(1388576768,'fr'),(1388584960,'uk'),(1388593152,'ru'),(1388601344,'se'),(1388609536,'ru'),(1388617728,'se'),(1388625920,'no'),(1388634112,'uk'),(1388642304,'fi'),(1388650496,'pl'),(1388658688,'uk'),(1388675072,'eu'),(1388683264,'ch'),(1388691456,'nl'),(1388699648,'se'),(1388707840,'ru'),(1388716032,'es'),(1388724224,'de'),(1388732416,'es'),(1388740608,'ie'),(1388748800,'ru'),(1388756992,'de'),(1388765184,'uk'),(1388773376,'no'),(1388781568,'es'),(1388789760,'uk'),(1388797952,'ru'),(1388806144,'de'),(1388814336,'fi'),(1388822528,'bg'),(1388830720,'fi'),(1388838912,'ru'),(1388871680,'kz'),(1388904448,'nl'),(1388969984,'cz'),(1389002752,'ru'),(1389035520,'uk'),(1389068288,'fi'),(1389101056,'nl'),(1389133824,'ru'),(1389166592,'ps'),(1389199360,'sa'),(1389232128,'de'),(1389264896,'uk'),(1389297664,'ua'),(1389330432,'de'),(1389363200,'cz'),(1389379584,'ru'),(1389395968,'ro'),(1389412352,'rs'),(1389428736,'cz'),(1389445120,'ru'),(1389461504,'se'),(1389477888,'by'),(1389494272,'de'),(1389510656,'nl'),(1389527040,'pl'),(1389543424,'de'),(1389576192,'uk'),(1389592576,'cy'),(1389608960,'dk'),(1389625344,'de'),(1389641728,'jo'),(1389658112,'be'),(1389674496,'de'),(1389690880,'ps'),(1389707264,'it'),(1389723648,'es'),(1389756416,'se'),(1389772800,'si'),(1389789184,'pl'),(1389805568,'de'),(1389821952,'nl'),(1389838336,'uz'),(1389854720,'it'),(1389871104,'fi'),(1389887488,'fr'),(1389953024,'nl'),(1390018560,'at'),(1390084096,'uk'),(1390149632,'ch'),(1390215168,'is'),(1390280704,'tr'),(1390346240,'es'),(1390411776,'fr'),(1392508928,'pl'),(1394606080,'es'),(1396703232,'at'),(1396834304,'tr'),(1396899840,'uk'),(1396965376,'nl'),(1396973568,'ru'),(1396981760,'pl'),(1396989952,'fr'),(1396998144,'at'),(1397006336,'kw'),(1397014528,'ch'),(1397022720,'se'),(1397030912,'ru'),(1397039104,'cz'),(1397047296,'ru'),(1397063680,'uz'),(1397071872,'ru'),(1397096448,'ie'),(1397227520,'dk'),(1397489664,'ch'),(1397751808,'nl'),(1398276096,'dk'),(1398800384,'kw'),(1398833152,'nl'),(1398865920,'de'),(1398867968,'nl'),(1398870016,'pl'),(1398872064,'bg'),(1398874112,'uk'),(1398876160,'de'),(1398880256,'fr'),(1398882304,'bg'),(1398884352,'de'),(1398886400,'ch'),(1398888448,'eu'),(1398890496,'dk'),(1398892544,'ua'),(1398894592,'de'),(1398896640,'uk'),(1398898688,'es'),(1398931456,'uk'),(1398964224,'nl'),(1398996992,'lu'),(1399029760,'lv'),(1399062528,'fi'),(1399095296,'uk'),(1399128064,'be'),(1399160832,'sa'),(1399193600,'fi'),(1399226368,'ru'),(1399259136,'it'),(1399291904,'ro'),(1399324672,'uk'),(1399586816,'no'),(1399717888,'ae'),(1399848960,'fr'),(1400111104,'nl'),(1400373248,'de'),(1400635392,'eu'),(1400897536,'nl'),(1400963072,'de'),(1401028608,'il'),(1401094144,'hr'),(1401159680,'pt'),(1401225216,'eu'),(1401290752,'be'),(1401356288,'de'),(1401421824,'uk'),(1401423872,'ae'),(1401425920,'nl'),(1401427968,'ru'),(1401430016,'at'),(1401432064,'ie'),(1401434112,'ru'),(1401436160,'bh'),(1401438208,'uk'),(1401440256,'de'),(1401444352,'dk'),(1401446400,'de'),(1401448448,'it'),(1401450496,'ru'),(1401452544,'uk'),(1401454592,'de'),(1401456640,'lv'),(1401458688,'it'),(1401460736,'pl'),(1401462784,'fr'),(1401464832,'ie'),(1401466880,'rs'),(1401468928,'es'),(1401470976,'nl'),(1401473024,'cz'),(1401475072,'fr'),(1401477120,'be'),(1401479168,'pl'),(1401481216,'ru'),(1401487360,'uk'),(1401489408,'se'),(1401491456,'nl'),(1401493504,'ch'),(1401495552,'de'),(1401497600,'at'),(1401499648,'ru'),(1401501696,'it'),(1401503744,'de'),(1401505792,'ch'),(1401509888,'ua'),(1401511936,'de'),(1401513984,'it'),(1401516032,'at'),(1401518080,'it'),(1401520128,'uk'),(1401522176,'nl'),(1401526272,'hu'),(1401528320,'it'),(1401530368,'de'),(1401532416,'uk'),(1401534464,'de'),(1401536512,'nl'),(1401538560,'no'),(1401540608,'uk'),(1401542656,'ru'),(1401544704,'uk'),(1401546752,'it'),(1401548800,'fr'),(1401550848,'uk'),(1401552896,'nl'),(1401554944,'ie'),(1401556992,'uk'),(1401563136,'es'),(1401565184,'ru'),(1401567232,'uk'),(1401569280,'de'),(1401585664,'uk'),(1401602048,'es'),(1401618432,'am'),(1401634816,'hr'),(1401651200,'ru'),(1401667584,'it'),(1401683968,'se'),(1401749504,'de'),(1401765888,'ie'),(1401782272,'fr'),(1401815040,'se'),(1401817088,'ru'),(1401819136,'bg'),(1401821184,'uk'),(1401825280,'pl'),(1401827328,'uk'),(1401829376,'pl'),(1401831424,'uk'),(1401833472,'fi'),(1401835520,'de'),(1401837568,'ch'),(1401839616,'no'),(1401841664,'cz'),(1401843712,'pl'),(1401847808,'uk'),(1401849856,'pl'),(1401851904,'fr'),(1401853952,'pl'),(1401856000,'ru'),(1401858048,'pl'),(1401868288,'ua'),(1401870336,'pl'),(1401872384,'uk'),(1401876480,'eu'),(1401878528,'mt'),(1401880576,'de'),(1401882624,'il'),(1401884672,'uk'),(1401888768,'cz'),(1401890816,'pl'),(1401892864,'ru'),(1401894912,'fi'),(1401896960,'ru'),(1401899008,'pl'),(1401901056,'no'),(1401903104,'fi'),(1401905152,'pl'),(1401907200,'eu'),(1401909248,'no'),(1401911296,'dk'),(1401913344,'pl'),(1401917440,'bg'),(1401919488,'ru'),(1401921536,'pl'),(1401923584,'be'),(1401925632,'bg'),(1401927680,'nl'),(1401929728,'ru'),(1401931776,'ua'),(1401933824,'pl'),(1401935872,'fi'),(1401937920,'uk'),(1401939968,'ua'),(1401942016,'eu'),(1401944064,'bg'),(1401946112,'fr'),(1401962496,'pl'),(1401978880,'pt'),(1401995264,'ch'),(1402011648,'se'),(1402028032,'fr'),(1402044416,'pl'),(1402060800,'fi'),(1402077184,'uk'),(1402093568,'ru'),(1402109952,'fi'),(1402142720,'es'),(1402159104,'it'),(1402175488,'ie'),(1402191872,'ir'),(1402208256,'cz'),(1402224640,'bg'),(1402241024,'uk'),(1402257408,'fi'),(1402273792,'ru'),(1402290176,'nl'),(1402306560,'it'),(1402322944,'ru'),(1402339328,'ch'),(1402355712,'fi'),(1402372096,'se'),(1402388480,'es'),(1402404864,'ru'),(1402408960,'de'),(1402413056,'pl'),(1402417152,'de'),(1402421248,'uk'),(1402437632,'dk'),(1402454016,'uk'),(1402470400,'fr'),(1402994688,'nl'),(1403256832,'at'),(1403322368,'es'),(1403387904,'se'),(1403396096,'ee'),(1403404288,'uk'),(1403412480,'ru'),(1403420672,'nl'),(1403428864,'uk'),(1403437056,'ro'),(1403445248,'ru'),(1403461632,'fr'),(1403469824,'ru'),(1403486208,'fr'),(1403494400,'uk'),(1403502592,'nl'),(1403510784,'cz'),(1403518976,'cy'),(1403535360,'pl'),(1403551744,'sk'),(1403568128,'se'),(1403584512,'de'),(1403600896,'fr'),(1403617280,'de'),(1403633664,'ru'),(1403650048,'de'),(1403666432,'uk'),(1403699200,'ua'),(1403715584,'lt'),(1403731968,'ru'),(1403748352,'de'),(1403764736,'gr'),(1403781120,'ru'),(1403797504,'se'),(1403813888,'nl'),(1403830272,'ch'),(1403846656,'is'),(1403863040,'fr'),(1403879424,'es'),(1403895808,'ch'),(1403912192,'pt'),(1403928576,'se'),(1403944960,'gr'),(1403961344,'ru'),(1403977728,'it'),(1403994112,'at'),(1404010496,'pl'),(1404026880,'es'),(1404043264,'se'),(1405091840,'fr'),(1406140416,'cz'),(1406205952,'se'),(1406271488,'ie'),(1406337024,'it'),(1406402560,'gr'),(1406468096,'es'),(1406533632,'fr'),(1406599168,'at'),(1406664704,'fi'),(1406672896,'hu'),(1406681088,'uk'),(1406689280,'se'),(1406697472,'uk'),(1406705664,'it'),(1406713856,'at'),(1406722048,'de'),(1406730240,'ru'),(1406746624,'be'),(1406754816,'uk'),(1406763008,'be'),(1406771200,'uk'),(1406779392,'ru'),(1406787584,'am'),(1406795776,'uk'),(1406803968,'de'),(1406812160,'se'),(1406820352,'pl'),(1406828544,'uk'),(1406836736,'at'),(1406844928,'md'),(1406853120,'ua'),(1406861312,'ru'),(1406869504,'uk'),(1406877696,'nl'),(1406885888,'ch'),(1406894080,'ru'),(1406902272,'at'),(1406910464,'se'),(1406918656,'ru'),(1406926848,'it'),(1406935040,'ru'),(1406951424,'pl'),(1406959616,'de'),(1406967808,'ru'),(1406976000,'ie'),(1406984192,'ru'),(1407000576,'de'),(1407016960,'it'),(1407025152,'dk'),(1407033344,'uz'),(1407041536,'ru'),(1407049728,'de'),(1407057920,'ru'),(1407066112,'lu'),(1407074304,'ru'),(1407090688,'ch'),(1407098880,'bg'),(1407107072,'ru'),(1407115264,'eu'),(1407123456,'se'),(1407131648,'nl'),(1407139840,'de'),(1407148032,'uk'),(1407156224,'lv'),(1407164416,'pt'),(1407172608,'uk'),(1407180800,'ru'),(1407188992,'it'),(1407320064,'se'),(1407451136,'bg'),(1407483904,'ch'),(1407516672,'uk'),(1407549440,'ru'),(1407582208,'pl'),(1407614976,'es'),(1407680512,'eu'),(1407713280,'nl'),(1407778816,'se'),(1407844352,'ru'),(1407909888,'gr'),(1407975424,'de'),(1408040960,'ru'),(1408106496,'pl'),(1408172032,'ru'),(1408237568,'cz'),(1408270336,'pt'),(1408303104,'lv'),(1408335872,'se'),(1408368640,'no'),(1408376832,'de'),(1408385024,'pl'),(1408393216,'de'),(1408401408,'ru'),(1408434176,'de'),(1408436224,'lu'),(1408438272,'fr'),(1408440320,'se'),(1408442368,'pl'),(1408444416,'eu'),(1408446464,'de'),(1408450560,'ru'),(1408454656,'de'),(1408456704,'lv'),(1408458752,'uk'),(1408460800,'pl'),(1408462848,'de'),(1408464896,'ro'),(1408466944,'no'),(1408499712,'ps'),(1408532480,'uk'),(1408598016,'fi'),(1408630784,'de'),(1408663552,'ru'),(1408696320,'nl'),(1408729088,'es'),(1408761856,'se'),(1409286144,'hu'),(1409548288,'fr'),(1409810432,'uk'),(1409941504,'pl'),(1410007040,'de'),(1410072576,'uk'),(1410269184,'lt'),(1410334720,'es'),(1410342912,'sk'),(1410351104,'ch'),(1410359296,'cz'),(1410367488,'ru'),(1410375680,'dk'),(1410383872,'no'),(1410392064,'de'),(1410400256,'ru'),(1410408448,'it'),(1410416640,'tr'),(1410424832,'de'),(1410433024,'be'),(1410441216,'de'),(1410449408,'se'),(1410457600,'ru'),(1410465792,'es'),(1410473984,'jo'),(1410490368,'ru'),(1410498560,'it'),(1410506752,'ie'),(1410514944,'uk'),(1410523136,'pt'),(1410531328,'de'),(1410539520,'uk'),(1410547712,'cz'),(1410555904,'uk'),(1410564096,'se'),(1410572288,'de'),(1410588672,'uk'),(1410596864,'es'),(1410605056,'ch'),(1410613248,'al'),(1410621440,'no'),(1410629632,'fi'),(1410637824,'at'),(1410646016,'uk'),(1410654208,'si'),(1410662400,'hu'),(1410670592,'de'),(1410678784,'ru'),(1410686976,'cz'),(1410695168,'uk'),(1410703360,'es'),(1410711552,'bg'),(1410719744,'ru'),(1410727936,'bg'),(1410736128,'rs'),(1410744320,'fr'),(1410752512,'nl'),(1410760704,'ru'),(1410768896,'uk'),(1410777088,'ru'),(1410785280,'sa'),(1410793472,'uk'),(1410801664,'ru'),(1410809856,'de'),(1410818048,'sa'),(1410826240,'se'),(1410834432,'pl'),(1410842624,'pt'),(1410850816,'de'),(1410859008,'nl'),(1411383296,'lt'),(1411448832,'it'),(1411514368,'fi'),(1411579904,'nl'),(1411710976,'fr'),(1411776512,'gr'),(1411780608,'pl'),(1411784704,'uk'),(1411788800,'it'),(1411792896,'de'),(1411796992,'pl'),(1411805184,'at'),(1411809280,'lv'),(1411813376,'no'),(1411817472,'pl'),(1411821568,'cz'),(1411825664,'de'),(1411829760,'pl'),(1411833856,'nl'),(1411837952,'bg'),(1411842048,'pt'),(1411907584,'uk'),(1411923968,'bg'),(1411940352,'pl'),(1411973120,'si'),(1412005888,'nl'),(1412038656,'ru'),(1412071424,'cz'),(1412104192,'uk'),(1412136960,'bg'),(1412169728,'tr'),(1412202496,'de'),(1412235264,'uk'),(1412300800,'de'),(1412333568,'lt'),(1412366336,'sk'),(1412399104,'ru'),(1412415488,'ir'),(1412431872,'no'),(1412562944,'ee'),(1412628480,'tr'),(1412644864,'ua'),(1412653056,'ru'),(1412661248,'uk'),(1412677632,'ru'),(1412685824,'ie'),(1412694016,'ee'),(1412710400,'ru'),(1412726784,'si'),(1412743168,'no'),(1412775936,'nl'),(1412792320,'eu'),(1412808704,'ru'),(1412825088,'lb'),(1412841472,'uz'),(1412857856,'bg'),(1412874240,'ru'),(1412890624,'lt'),(1412907008,'se'),(1412923392,'fr'),(1412939776,'ch'),(1412956160,'de'),(1413480448,'eu'),(1414004736,'ch'),(1414266880,'es'),(1414529024,'nl'),(1415053312,'es'),(1415184384,'pt'),(1415315456,'uk'),(1415446528,'il'),(1415577600,'fr'),(1416101888,'nl'),(1416364032,'il'),(1416626176,'at'),(1417150464,'es'),(1417674752,'de'),(1421869056,'be'),(1422393344,'de'),(1422491648,'uk'),(1422508032,'bg'),(1422512128,'pl'),(1422516224,'ru'),(1422524416,'no'),(1422589952,'ie'),(1422655488,'ru'),(1422721024,'pl'),(1422729216,'no'),(1422737408,'eu'),(1422753792,'eu'),(1422761984,'pl'),(1422770176,'gr'),(1422786560,'hu'),(1422852096,'de'),(1422917632,'no'),(1423441920,'se'),(1423704064,'it'),(1423966208,'hu'),(1424097280,'ch'),(1424228352,'il'),(1424359424,'fi'),(1424490496,'es'),(1424523264,'ro'),(1424588800,'uk'),(1424621568,'pl'),(1424625664,'uk'),(1424629760,'pl'),(1424633856,'cz'),(1424637952,'fi'),(1424642048,'dk'),(1424650240,'pl'),(1424654336,'no'),(1424687104,'sa'),(1424719872,'de'),(1424752640,'hu'),(1424785408,'es'),(1424818176,'ru'),(1424850944,'lv'),(1424883712,'dk'),(1424916480,'bg'),(1424949248,'uk'),(1424982016,'fi'),(1425014784,'lt'),(1425031168,'fi'),(1425047552,'it'),(1425063936,'kz'),(1425080320,'ir'),(1425096704,'ch'),(1425113088,'nl'),(1425145856,'ru'),(1425162240,'cz'),(1425178624,'bg'),(1425195008,'ru'),(1425211392,'se'),(1425227776,'ro'),(1425244160,'no'),(1425260544,'nl'),(1425276928,'ru'),(1425293312,'cz'),(1425309696,'nl'),(1425326080,'se'),(1425342464,'nl'),(1425358848,'sk'),(1425375232,'de'),(1425391616,'lv'),(1425408000,'nl'),(1425424384,'de'),(1425426432,'kw'),(1425428480,'uk'),(1425430528,'se'),(1425432576,'it'),(1425434624,'fr'),(1425436672,'uk'),(1425438720,'de'),(1425440768,'se'),(1425442816,'uk'),(1425444864,'it'),(1425446912,'uk'),(1425448960,'cz'),(1425451008,'uk'),(1425461248,'es'),(1425463296,'fr'),(1425467392,'ch'),(1425469440,'dk'),(1425471488,'de'),(1425473536,'ro'),(1425506304,'no'),(1425522688,'it'),(1425539072,'fi'),(1425801216,'bg'),(1425817600,'de'),(1425833984,'ru'),(1425850368,'uk'),(1425866752,'ch'),(1425883136,'ru'),(1425899520,'it'),(1425915904,'fi'),(1425932288,'gr'),(1425948672,'de'),(1425965056,'it'),(1425981440,'ru'),(1425997824,'mt'),(1426014208,'dk'),(1426030592,'bh'),(1426046976,'si'),(1426063360,'ch'),(1426587648,'se'),(1426604032,'de'),(1426620416,'uk'),(1426653184,'ro'),(1426669568,'ir'),(1426685952,'tj'),(1426702336,'lv'),(1426718720,'si'),(1426731008,'hr'),(1426735104,'be'),(1426751488,'fr'),(1426767872,'de'),(1426784256,'se'),(1426800640,'pl'),(1426817024,'bg'),(1426833408,'se'),(1426849792,'nl'),(1426866176,'uk'),(1426882560,'fr'),(1426898944,'ru'),(1426915328,'at'),(1426931712,'cz'),(1426948096,'de'),(1426964480,'uk'),(1426980864,'bg'),(1426997248,'pl'),(1427013632,'fr'),(1427030016,'de'),(1427046400,'ir'),(1427062784,'ru'),(1427095552,'lv'),(1427111936,'de'),(1427177472,'nl'),(1427243008,'it'),(1427308544,'no'),(1427374080,'it'),(1427439616,'ru'),(1427505152,'de'),(1427570688,'fi'),(1427636224,'dk'),(1427668992,'se'),(1427701760,'de'),(1427767296,'be'),(1427800064,'ru'),(1427832832,'be'),(1427865600,'dk'),(1427898368,'ru'),(1427914752,'be'),(1427931136,'pl'),(1427947520,'ru'),(1427963904,'tr'),(1427980288,'fi'),(1427996672,'kz'),(1428013056,'ee'),(1428045824,'mk'),(1428062208,'se'),(1428078592,'ru'),(1428094976,'at'),(1428103168,'uk'),(1428119552,'lv'),(1428121600,'fr'),(1428123648,'ru'),(1428127744,'es'),(1428129792,'uk'),(1428131840,'fr'),(1428133888,'li'),(1428135936,'it'),(1428137984,'uk'),(1428140032,'ru'),(1428142080,'de'),(1428144128,'fr'),(1428152320,'pl'),(1428160512,'it'),(1429209088,'es'),(1430257664,'il'),(1430388736,'hu'),(1430519808,'fr'),(1430650880,'cz'),(1430781952,'gr'),(1431044096,'fi'),(1431306240,'dk'),(1431568384,'es'),(1431830528,'de'),(1431838720,'be'),(1431846912,'no'),(1431855104,'nl'),(1431863296,'uk'),(1431871488,'ru'),(1431879680,'it'),(1431887872,'uk'),(1431896064,'no'),(1431904256,'ee'),(1431912448,'se'),(1431920640,'ru'),(1431928832,'it'),(1431937024,'pl'),(1431945216,'no'),(1431953408,'dk'),(1431961600,'ch'),(1431969792,'uk'),(1431977984,'nl'),(1431986176,'ru'),(1431994368,'at'),(1432002560,'hu'),(1432010752,'ua'),(1432018944,'uk'),(1432027136,'ie'),(1432035328,'uk'),(1432043520,'es'),(1432051712,'ru'),(1432059904,'bg'),(1432068096,'be'),(1432076288,'ru'),(1432084480,'uk'),(1432092672,'ru'),(1432100864,'cz'),(1432109056,'uk'),(1432117248,'cy'),(1432125440,'nl'),(1432133632,'uk'),(1432150016,'ba'),(1432158208,'de'),(1432166400,'ru'),(1432174592,'de'),(1432182784,'cz'),(1432190976,'ru'),(1432199168,'cz'),(1432207360,'lu'),(1432215552,'no'),(1432223744,'ru'),(1432240128,'hr'),(1432248320,'me'),(1432256512,'ba'),(1432264704,'ad'),(1432272896,'it'),(1432281088,'lu'),(1432289280,'uk'),(1432297472,'no'),(1432305664,'bg'),(1432313856,'uk'),(1432322048,'ru'),(1432338432,'fr'),(1432346624,'tr'),(1433403392,'es'),(1433411584,'ru'),(1433419776,'lb'),(1433427968,'ru'),(1433436160,'no'),(1433444352,'se'),(1433452544,'pl'),(1433460736,'de'),(1433468928,'kg'),(1433477120,'ru'),(1433485312,'uk'),(1433493504,'ps'),(1433501696,'ru'),(1433509888,'no'),(1433518080,'ru'),(1433526272,'nl'),(1433534464,'ru'),(1433542656,'hr'),(1433550848,'ru'),(1433559040,'ps'),(1433567232,'de'),(1433575424,'ru'),(1433583616,'ua'),(1433591808,'ge'),(1433600000,'de'),(1433608192,'uk'),(1433616384,'ae'),(1433624576,'lv'),(1433632768,'gi'),(1433640960,'ru'),(1433649152,'kg'),(1433657344,'ru'),(1433665536,'uk'),(1433673728,'fr'),(1433681920,'is'),(1433690112,'ru'),(1433698304,'it'),(1433706496,'uk'),(1433714688,'de'),(1433722880,'it'),(1433731072,'pl'),(1433739264,'ge'),(1433747456,'ru'),(1433755648,'eu'),(1433763840,'cz'),(1433772032,'se'),(1433788416,'uz'),(1433796608,'uk'),(1433804800,'fr'),(1433812992,'bg'),(1433821184,'ge'),(1433829376,'ru'),(1433833472,'it'),(1433835520,'uk'),(1433837568,'de'),(1433839616,'uk'),(1433841664,'ru'),(1433843712,'nl'),(1433845760,'bg'),(1433847808,'se'),(1433849856,'be'),(1433851904,'ch'),(1433853952,'ru'),(1433856000,'uk'),(1433858048,'es'),(1433860096,'de'),(1433862144,'ch'),(1433864192,'hu'),(1433866240,'nl'),(1433868288,'uk'),(1433870336,'tr'),(1433872384,'it'),(1433874432,'nl'),(1433876480,'uk'),(1433878528,'tr'),(1433880576,'ru'),(1433882624,'uk'),(1433884672,'cz'),(1433886720,'uk'),(1433888768,'nl'),(1433890816,'uk'),(1433892864,'mt'),(1433894912,'se'),(1433896960,'no'),(1433899008,'ru'),(1433901056,'de'),(1433905152,'fr'),(1433907200,'it'),(1433909248,'be'),(1433911296,'es'),(1433913344,'de'),(1433917440,'be'),(1433919488,'uk'),(1433921536,'ch'),(1433923584,'be'),(1433925632,'uk'),(1433927680,'ro'),(1434189824,'at'),(1434451968,'pl'),(1434517504,'dk'),(1434550272,'sa'),(1434583040,'bg'),(1434615808,'il'),(1434648576,'fi'),(1434681344,'de'),(1434714112,'az'),(1434746880,'cz'),(1434779648,'uk'),(1434812416,'ir'),(1434845184,'fi'),(1434877952,'ie'),(1434910720,'cz'),(1434943488,'sk'),(1434976256,'es'),(1435107328,'pt'),(1435238400,'ru'),(1435500544,'nl'),(1436024832,'es'),(1436090368,'tr'),(1436155904,'om'),(1436221440,'es'),(1436286976,'fi'),(1436418048,'de'),(1436420096,'uk'),(1436422144,'fr'),(1436424192,'ch'),(1436426240,'ba'),(1436428288,'uk'),(1436430336,'ru'),(1436432384,'uk'),(1436436480,'lv'),(1436438528,'it'),(1436440576,'ru'),(1436442624,'tr'),(1436444672,'be'),(1436446720,'fr'),(1436450816,'bh'),(1436452864,'uk'),(1436454912,'az'),(1436456960,'uk'),(1436459008,'nl'),(1436461056,'es'),(1436463104,'de'),(1436465152,'ru'),(1436467200,'de'),(1436469248,'nl'),(1436471296,'be'),(1436473344,'ro'),(1436475392,'at'),(1436477440,'ch'),(1436481536,'nl'),(1436483584,'ua'),(1436485632,'de'),(1436487680,'ie'),(1436489728,'kz'),(1436491776,'ru'),(1436495872,'hu'),(1436497920,'uk'),(1436499968,'tr'),(1436504064,'uk'),(1436508160,'nl'),(1436510208,'sk'),(1436512256,'nl'),(1436514304,'gi'),(1436516352,'uk'),(1436520448,'it'),(1436522496,'uk'),(1436524544,'il'),(1436526592,'uk'),(1436528640,'it'),(1436530688,'fr'),(1436532736,'it'),(1436536832,'uk'),(1436538880,'jo'),(1436540928,'ru'),(1436542976,'nl'),(1436545024,'de'),(1436547072,'uk'),(1436549120,'cz'),(1436811264,'no'),(1437073408,'fr'),(1437335552,'ru'),(1437597696,'de'),(1438121984,'nl'),(1438187520,'ir'),(1438253056,'ro'),(1438318592,'bg'),(1438384128,'fi'),(1438400512,'se'),(1438416896,'no'),(1438433280,'uk'),(1438515200,'de'),(1438580736,'nl'),(1438646272,'ru'),(1438662656,'es'),(1438679040,'ru'),(1438695424,'fr'),(1438711808,'cz'),(1438728192,'ru'),(1438744576,'at'),(1438760960,'pl'),(1438777344,'se'),(1438793728,'sa'),(1438810112,'se'),(1438826496,'fi'),(1438842880,'se'),(1438859264,'de'),(1438875648,'ru'),(1438892032,'ch'),(1438908416,'gr'),(1438924800,'no'),(1438941184,'bg'),(1438957568,'ee'),(1438973952,'de'),(1439006720,'se'),(1439023104,'is'),(1439039488,'ir'),(1439055872,'ru'),(1439072256,'ua'),(1439088640,'pl'),(1439105024,'at'),(1439121408,'de'),(1439154176,'uk'),(1439170560,'no'),(1439236096,'be'),(1439301632,'cz'),(1439305728,'dk'),(1439309824,'pl'),(1439318016,'dk'),(1439322112,'ro'),(1439326208,'pl'),(1439330304,'ru'),(1439334400,'cz'),(1439338496,'pl'),(1439342592,'ua'),(1439346688,'ru'),(1439350784,'ua'),(1439354880,'pl'),(1439358976,'ru'),(1439367168,'nl'),(1439432704,'ro'),(1439498240,'de'),(1439563776,'lt'),(1439629312,'cz'),(1439694848,'sa'),(1439825920,'uk'),(1439956992,'de'),(1440251904,'sk'),(1440284672,'fi'),(1440317440,'bg'),(1440350208,'ch'),(1440382976,'dk'),(1440415744,'es'),(1440448512,'pl'),(1440481280,'is'),(1440514048,'de'),(1440546816,'no'),(1440579584,'pl'),(1440645120,'rs'),(1440677888,'nl'),(1440710656,'ua'),(1440743424,'se'),(1441267712,'de'),(1441275904,'uk'),(1441284096,'at'),(1441292288,'ru'),(1441300480,'lt'),(1441308672,'se'),(1441316864,'mt'),(1441325056,'pl'),(1441333248,'de'),(1441349632,'ru'),(1441357824,'at'),(1441366016,'ru'),(1441374208,'uk'),(1441390592,'dk'),(1441398784,'ru'),(1441415168,'uk'),(1441423360,'ru'),(1441431552,'uk'),(1441439744,'lv'),(1441447936,'be'),(1441456128,'nl'),(1441464320,'se'),(1441472512,'ru'),(1441480704,'tr'),(1441488896,'uk'),(1441497088,'it'),(1441505280,'ru'),(1441521664,'dk'),(1441529856,'ru'),(1441538048,'de'),(1441546240,'dk'),(1441554432,'uk'),(1441562624,'ae'),(1441570816,'ru'),(1441579008,'de'),(1441587200,'at'),(1441603584,'ru'),(1441611776,'de'),(1441619968,'fr'),(1441628160,'sa'),(1441636352,'pl'),(1441644544,'uk'),(1441652736,'sk'),(1441660928,'es'),(1441669120,'ge'),(1441677312,'hu'),(1441685504,'ua'),(1441693696,'de'),(1441701888,'at'),(1441710080,'se'),(1441718272,'de'),(1441726464,'kw'),(1441734656,'ru'),(1441742848,'cz'),(1441751040,'de'),(1441759232,'bg'),(1441767424,'it'),(1441775616,'es'),(1441783808,'cz'),(1441792000,'pt'),(1442316288,'sk'),(1442381824,'ru'),(1442447360,'il'),(1442512896,'es'),(1442578432,'no'),(1442643968,'ee'),(1442709504,'lv'),(1442775040,'pl'),(1442779136,'de'),(1442783232,'nl'),(1442787328,'lt'),(1442791424,'lv'),(1442795520,'de'),(1442799616,'lt'),(1442803712,'ua'),(1442807808,'bg'),(1442811904,'at'),(1442816000,'bg'),(1442820096,'pl'),(1442824192,'be'),(1442828288,'nl'),(1442832384,'uk'),(1442836480,'pl'),(1442840576,'uk'),(1444937728,'se'),(1445068800,'ro'),(1445199872,'qa'),(1445330944,'lt'),(1445396480,'be'),(1445462016,'ie'),(1445986304,'dk'),(1446051840,'cz'),(1446117376,'fi'),(1446182912,'sa'),(1446248448,'dk'),(1446313984,'uk'),(1446445056,'eu'),(1446510592,'de'),(1446543360,'at'),(1446576128,'ir'),(1446608896,'by'),(1446641664,'si'),(1446674432,'dk'),(1446707200,'at'),(1446739968,'ru'),(1446772736,'sa'),(1446805504,'fi'),(1446838272,'si'),(1446871040,'cz'),(1446903808,'ae'),(1446920192,'ru'),(1446936576,'no'),(1446952960,'qa'),(1446969344,'uk'),(1446985728,'pl'),(1447010304,'lv'),(1447018496,'cz'),(1447026688,'fr'),(1448083456,'nl'),(1449132032,'ae'),(1449394176,'lt'),(1449459712,'hu'),(1449525248,'ru'),(1449590784,'de'),(1449656320,'ro'),(1449918464,'jo'),(1449951232,'tr'),(1449984000,'nl'),(1449992192,'ir'),(1450000384,'hu'),(1450008576,'es'),(1450016768,'it'),(1450024960,'es'),(1450033152,'ru'),(1450041344,'de'),(1450049536,'ru'),(1450057728,'ee'),(1450065920,'de'),(1450074112,'ru'),(1450082304,'it'),(1450090496,'ru'),(1450106880,'sk'),(1450115072,'ru'),(1450123264,'at'),(1450131456,'ua'),(1450139648,'pl'),(1450147840,'ru'),(1450156032,'uk'),(1450164224,'sa'),(1450166272,'pl'),(1450168320,'fr'),(1450170368,'uk'),(1450172416,'ua'),(1450174464,'de'),(1450176512,'pl'),(1450178560,'de'),(1450180608,'uk'),(1450311680,'fi'),(1450442752,'ch'),(1450704896,'ro'),(1451229184,'uk'),(1455423488,'fr'),(1459617792,'it'),(1461714944,'ie'),(1462763520,'dk'),(1463812096,'be'),(1464074240,'il'),(1464336384,'dk'),(1464467456,'uk'),(1464664064,'de'),(1464860672,'uk'),(1465384960,'fr'),(1465647104,'fi'),(1465909248,'pl'),(1465942016,'se'),(1465974784,'hu'),(1466007552,'bg'),(1466040320,'eu'),(1466073088,'fr'),(1466105856,'pl'),(1466122240,'lv'),(1466130432,'pl'),(1466138624,'se'),(1466171392,'fr'),(1466204160,'fi'),(1466236928,'nl'),(1466241024,'pl'),(1466249216,'gr'),(1466253312,'pl'),(1466257408,'gr'),(1466261504,'uk'),(1466265600,'hu'),(1466269696,'sa'),(1466302464,'uk'),(1466335232,'ch'),(1466368000,'pt'),(1466400768,'ru'),(1466433536,'dk'),(1466499072,'pl'),(1466564608,'de'),(1466630144,'ir'),(1466695680,'fi'),(1466761216,'sa'),(1466826752,'lv'),(1466892288,'es'),(1466957824,'uk'),(1467219968,'dk'),(1467236352,'bg'),(1467252736,'rs'),(1467269120,'pl'),(1467285504,'ru'),(1467301888,'uk'),(1467318272,'ru'),(1467334656,'uk'),(1467351040,'no'),(1467367424,'de'),(1467383808,'bg'),(1467400192,'ru'),(1467416576,'pl'),(1467432960,'bg'),(1467449344,'si'),(1467457536,'ee'),(1467465728,'de'),(1467473920,'ru'),(1467482112,'bg'),(1467613184,'de'),(1467744256,'uk'),(1467875328,'bg'),(1467940864,'uk'),(1468006400,'de'),(1472200704,'ie'),(1472266240,'de'),(1472331776,'uk'),(1472397312,'nl'),(1472462848,'pt'),(1472528384,'sk'),(1472593920,'ie'),(1472659456,'pl'),(1472724992,'ae'),(1472856064,'gr'),(1472987136,'pl'),(1473249280,'nl'),(1473773568,'es'),(1474297856,'uk'),(1474330624,'ru'),(1474396160,'de'),(1474428928,'lv'),(1474461696,'ru'),(1474494464,'se'),(1474527232,'bg'),(1474560000,'ru'),(1474592768,'cy'),(1474625536,'hu'),(1474658304,'ru'),(1474691072,'de'),(1474723840,'sa'),(1474756608,'fr'),(1474822144,'ie'),(1474887680,'nl'),(1474953216,'de'),(1475018752,'es'),(1475084288,'nl'),(1475086336,'ru'),(1475092480,'cy'),(1475094528,'ru'),(1475096576,'bh'),(1475098624,'uk'),(1475102720,'fr'),(1475104768,'ru'),(1475106816,'uk'),(1475108864,'nl'),(1475110912,'de'),(1475112960,'at'),(1475115008,'kw'),(1475117056,'uk'),(1475119104,'bh'),(1475121152,'uk'),(1475123200,'fi'),(1475125248,'it'),(1475127296,'fi'),(1475129344,'be'),(1475131392,'ru'),(1475133440,'cz'),(1475135488,'ch'),(1475137536,'se'),(1475139584,'be'),(1475141632,'fi'),(1475143680,'jo'),(1475145728,'es'),(1475147776,'uk'),(1475149824,'nl'),(1475151872,'be'),(1475153920,'uk'),(1475155968,'nl'),(1475158016,'is'),(1475160064,'ru'),(1475162112,'uk'),(1475170304,'es'),(1475172352,'de'),(1475174400,'nl'),(1475176448,'ro'),(1475178496,'ru'),(1475180544,'de'),(1475184640,'ru'),(1475186688,'es'),(1475188736,'se'),(1475190784,'uk'),(1475192832,'ch'),(1475194880,'de'),(1475196928,'uk'),(1475198976,'bh'),(1475201024,'rs'),(1475203072,'se'),(1475205120,'de'),(1475207168,'ae'),(1475209216,'uz'),(1475211264,'de'),(1475213312,'fr'),(1475215360,'it'),(1475223552,'no'),(1475233792,'uk'),(1475235840,'ie'),(1475237888,'es'),(1475239936,'ru'),(1475241984,'mc'),(1475244032,'de'),(1475248128,'jo'),(1475250176,'de'),(1475252224,'fr'),(1475254272,'ua'),(1475256320,'be'),(1475258368,'nl'),(1475260416,'fr'),(1475262464,'de'),(1475266560,'uk'),(1475268608,'rs'),(1475270656,'uk'),(1475272704,'be'),(1475274752,'ru'),(1475276800,'es'),(1475278848,'dk'),(1475280896,'pl'),(1475282944,'nl'),(1475284992,'uk'),(1475287040,'ru'),(1475291136,'pl'),(1475293184,'uk'),(1475295232,'dk'),(1475299328,'pl'),(1475301376,'lt'),(1475303424,'pl'),(1475305472,'nl'),(1475307520,'ru'),(1475309568,'lt'),(1475311616,'fi'),(1475313664,'de'),(1475317760,'ru'),(1475319808,'bg'),(1475321856,'ro'),(1475323904,'pl'),(1475328000,'ua'),(1475330048,'pl'),(1475332096,'ch'),(1475336192,'pl'),(1475338240,'ro'),(1475340288,'gr'),(1475342336,'pl'),(1475344384,'ro'),(1475346432,'ru'),(1475362816,'fr'),(1475379200,'ru'),(1475395584,'lu'),(1475411968,'uk'),(1475428352,'se'),(1475444736,'am'),(1475461120,'ru'),(1475477504,'hu'),(1475493888,'ru'),(1475510272,'uk'),(1475543040,'ro'),(1475559424,'gr'),(1475575808,'at'),(1475592192,'uk'),(1475608576,'ru'),(1475624960,'je'),(1475641344,'ua'),(1475657728,'sk'),(1475674112,'de'),(1475690496,'ch'),(1475706880,'ru'),(1475723264,'uk'),(1475739648,'bg'),(1475756032,'uk'),(1475772416,'lv'),(1475788800,'pl'),(1475805184,'kz'),(1475821568,'lt'),(1475837952,'uk'),(1475846144,'ir'),(1475854336,'at'),(1475862528,'it'),(1475866624,'uk'),(1475868672,'bg'),(1475870720,'no'),(1475878912,'it'),(1475887104,'pl'),(1475895296,'uk'),(1475903488,'ir'),(1475911680,'md'),(1475919872,'eu'),(1475928064,'ru'),(1475952640,'uk'),(1475960832,'nl'),(1475969024,'cz'),(1475977216,'se'),(1475985408,'ru'),(1476009984,'rs'),(1476018176,'it'),(1476026368,'ba'),(1476034560,'nl'),(1476042752,'pl'),(1476050944,'ru'),(1476067328,'tr'),(1476075520,'nl'),(1476083712,'ru'),(1476116480,'se'),(1476124672,'pl'),(1476132864,'fr'),(1476141056,'uk'),(1476149248,'no'),(1476157440,'bh'),(1476165632,'hr'),(1476173824,'bg'),(1476182016,'ie'),(1476190208,'by'),(1476198400,'ru'),(1476206592,'ge'),(1476214784,'se'),(1476222976,'it'),(1476231168,'nl'),(1476239360,'de'),(1476247552,'ru'),(1476263936,'uk'),(1476272128,'no'),(1476280320,'uk'),(1476288512,'lu'),(1476296704,'ru'),(1476304896,'bg'),(1476313088,'fi'),(1476321280,'mc'),(1476329472,'ru'),(1476337664,'nl'),(1476345856,'md'),(1476362240,'fr'),(1476370432,'se'),(1476378624,'kz'),(1476386816,'ru'),(1476395008,'es'),(1478492160,'it'),(1480589312,'de'),(1481637888,'se'),(1481646080,'ru'),(1481654272,'it'),(1481662464,'bg'),(1481678848,'uk'),(1481687040,'de'),(1481695232,'sk'),(1481703424,'sa'),(1481711616,'ru'),(1481719808,'cz'),(1481728000,'ie'),(1481736192,'uk'),(1481744384,'it'),(1481752576,'ru'),(1481760768,'ua'),(1481768960,'uk'),(1481777152,'be'),(1481785344,'ru'),(1481793536,'li'),(1481801728,'uk'),(1481809920,'ru'),(1481818112,'es'),(1481826304,'de'),(1481834496,'gl'),(1481842688,'se'),(1481850880,'dk'),(1481859072,'uk'),(1481867264,'se'),(1481875456,'cz'),(1481883648,'ru'),(1481891840,'cz'),(1481900032,'ch'),(1481908224,'no'),(1481916416,'es'),(1481924608,'sa'),(1481932800,'de'),(1481940992,'no'),(1481949184,'ru'),(1481957376,'se'),(1481965568,'ch'),(1481973760,'fo'),(1481981952,'nl'),(1481990144,'mk'),(1481998336,'fi'),(1482006528,'ru'),(1482022912,'sa'),(1482031104,'sy'),(1482039296,'se'),(1482047488,'ru'),(1482055680,'cz'),(1482063872,'fi'),(1482072064,'it'),(1482080256,'ru'),(1482088448,'fr'),(1482096640,'bg'),(1482104832,'no'),(1482113024,'ru'),(1482121216,'it'),(1482129408,'es'),(1482137600,'ie'),(1482145792,'es'),(1482153984,'hu'),(1482162176,'no'),(1482686464,'uk'),(1482948608,'cz'),(1483210752,'uk'),(1483735040,'fi'),(1483997184,'at'),(1484128256,'lt'),(1484259328,'fr'),(1484783616,'de'),(1484849152,'se'),(1484914688,'de'),(1484980224,'se'),(1485045760,'hu'),(1485111296,'de'),(1485242368,'ru'),(1485246464,'ua'),(1485250560,'ir'),(1485254656,'cz'),(1485258752,'ua'),(1485266944,'ro'),(1485271040,'ua'),(1485275136,'lv'),(1485283328,'pl'),(1485291520,'ua'),(1485307904,'fr'),(1485832192,'uk'),(1485963264,'cz'),(1486028800,'be'),(1486061568,'ru'),(1486094336,'es'),(1486127104,'fi'),(1486159872,'is'),(1486192640,'it'),(1486225408,'de'),(1486258176,'rs'),(1486290944,'ie'),(1486292992,'ru'),(1486295040,'es'),(1486297088,'ie'),(1486299136,'nl'),(1486301184,'dk'),(1486303232,'is'),(1486305280,'no'),(1486307328,'de'),(1486309376,'at'),(1486311424,'ie'),(1486313472,'ru'),(1486315520,'hu'),(1486317568,'ru'),(1486321664,'eu'),(1486323712,'uk'),(1486325760,'sa'),(1486327808,'ch'),(1486329856,'fr'),(1486331904,'no'),(1486333952,'se'),(1486336000,'kz'),(1486338048,'ru'),(1486340096,'az'),(1486342144,'ru'),(1486344192,'es'),(1486346240,'uk'),(1486348288,'eu'),(1486350336,'fr'),(1486352384,'be'),(1486354432,'ru'),(1486356480,'de'),(1486487552,'ua'),(1486618624,'pl'),(1486684160,'pt'),(1486749696,'ro'),(1486815232,'nl'),(1486880768,'fr'),(1488977920,'fi'),(1489240064,'ee'),(1489305600,'gr'),(1489338368,'be'),(1489371136,'de'),(1489436672,'pl'),(1489502208,'si'),(1489534976,'ru'),(1489567744,'bh'),(1489600512,'ru'),(1489633280,'it'),(1489666048,'uk'),(1489698816,'mt'),(1489731584,'bg'),(1489764352,'ru'),(1489797120,'kz'),(1489829888,'de'),(1489862656,'ru'),(1489928192,'se'),(1489960960,'hr'),(1489993728,'lu'),(1490026496,'ua'),(1490042880,'cz'),(1490059264,'de'),(1490075648,'uk'),(1490092032,'de'),(1490108416,'mc'),(1490124800,'hu'),(1490157568,'ru'),(1490173952,'pt'),(1490190336,'uk'),(1490206720,'ge'),(1490223104,'uk'),(1490255872,'nl'),(1490272256,'uk'),(1490288640,'sk'),(1490305024,'dk'),(1490321408,'uk'),(1490337792,'ru'),(1490354176,'sa'),(1490386944,'it'),(1490403328,'bg'),(1490419712,'de'),(1490436096,'ua'),(1490452480,'pt'),(1490468864,'uk'),(1490501632,'de'),(1490518016,'ru'),(1490534400,'de'),(1490550784,'lt'),(1490616320,'de'),(1490681856,'gr'),(1490747392,'fr'),(1490812928,'pl'),(1490878464,'eu'),(1490944000,'lt'),(1491075072,'tr'),(1493172224,'de'),(1493303296,'fr'),(1493434368,'sa'),(1493565440,'es'),(1493696512,'no'),(1493958656,'de'),(1494220800,'fr'),(1494228992,'ru'),(1494237184,'ie'),(1494245376,'ru'),(1494253568,'de'),(1494261760,'uk'),(1494269952,'at'),(1494278144,'uk'),(1494286336,'hr'),(1494294528,'ru'),(1494302720,'fi'),(1494310912,'uk'),(1494319104,'mt'),(1494327296,'it'),(1494335488,'es'),(1494343680,'pl'),(1494351872,'ro'),(1494360064,'hr'),(1494368256,'ie'),(1494376448,'se'),(1494384640,'ru'),(1494392832,'nl'),(1494401024,'lv'),(1494409216,'fi'),(1494417408,'tr'),(1494425600,'ru'),(1494433792,'ie'),(1494441984,'ua'),(1494450176,'dk'),(1494458368,'ru'),(1494474752,'de'),(1494482944,'ru'),(1494499328,'nl'),(1494507520,'ru'),(1494523904,'nl'),(1494532096,'uk'),(1494540288,'no'),(1494548480,'uk'),(1494556672,'de'),(1494564864,'ua'),(1494573056,'ro'),(1494581248,'ru'),(1494589440,'nl'),(1494597632,'it'),(1494605824,'uk'),(1494679552,'cz'),(1494687744,'ua'),(1494695936,'rs'),(1494704128,'cz'),(1494736896,'dk'),(1494745088,'cz'),(1494810624,'bg'),(1494843392,'pl'),(1494876160,'at'),(1494908928,'pt'),(1494941696,'fi'),(1494974464,'de'),(1495007232,'md'),(1495040000,'kz'),(1495042048,'de'),(1495044096,'fr'),(1495046144,'bh'),(1495048192,'ru'),(1495050240,'uk'),(1495052288,'ie'),(1495054336,'uk'),(1495056384,'ru'),(1495058432,'ua'),(1495060480,'uk'),(1495062528,'jo'),(1495064576,'pl'),(1495066624,'uk'),(1495068672,'de'),(1495070720,'ru'),(1495072768,'cz'),(1495105536,'es'),(1495138304,'fr'),(1495171072,'nl'),(1495203840,'de'),(1495205888,'cz'),(1495207936,'ru'),(1495209984,'kz'),(1495212032,'ru'),(1495214080,'cz'),(1495216128,'uk'),(1495218176,'it'),(1495220224,'pl'),(1495222272,'it'),(1495224320,'ru'),(1495228416,'nl'),(1495230464,'ru'),(1495234560,'ch'),(1495236608,'at'),(1495238656,'de'),(1495240704,'fr'),(1495242752,'mk'),(1495244800,'cz'),(1495246848,'ie'),(1495248896,'gr'),(1495250944,'ru'),(1495252992,'bh'),(1495255040,'it'),(1495257088,'uk'),(1495259136,'be'),(1495261184,'pt'),(1495263232,'uk'),(1495265280,'ru'),(1495267328,'se'),(1495269376,'ro'),(1496317952,'de'),(1497366528,'pl'),(1498415104,'fr'),(1499463680,'it'),(1499594752,'nl'),(1499725824,'ie'),(1499856896,'cz'),(1499987968,'at'),(1499996160,'uk'),(1500004352,'ru'),(1500020736,'is'),(1500028928,'nl'),(1500037120,'dk'),(1500045312,'uk'),(1500061696,'no'),(1500069888,'it'),(1500078080,'uk'),(1500086272,'ru'),(1500094464,'at'),(1500102656,'nl'),(1500110848,'ua'),(1500119040,'tr'),(1500127232,'fi'),(1500135424,'de'),(1500143616,'bg'),(1500151808,'uk'),(1500153856,'ie'),(1500155904,'uk'),(1500157952,'de'),(1500160000,'nl'),(1500162048,'ru'),(1500164096,'uk'),(1500166144,'fr'),(1500168192,'ru'),(1500170240,'lu'),(1500172288,'at'),(1500174336,'de'),(1500176384,'uk'),(1500178432,'kz'),(1500180480,'be'),(1500182528,'ru'),(1500184576,'uk'),(1500186624,'kw'),(1500188672,'uk'),(1500190720,'ru'),(1500194816,'uk'),(1500196864,'es'),(1500198912,'uk'),(1500200960,'de'),(1500203008,'uk'),(1500205056,'ru'),(1500207104,'it'),(1500209152,'kz'),(1500211200,'it'),(1500213248,'ru'),(1500217344,'cz'),(1500219392,'fr'),(1500221440,'sk'),(1500223488,'pl'),(1500225536,'de'),(1500227584,'fr'),(1500229632,'es'),(1500231680,'de'),(1500233728,'ru'),(1500237824,'se'),(1500241920,'tr'),(1500243968,'uk'),(1500246016,'es'),(1500248064,'hu'),(1500250112,'sa'),(1500266496,'ru'),(1500282880,'lb'),(1500299264,'pl'),(1500315648,'ru'),(1500332032,'pt'),(1500348416,'ru'),(1500397568,'ua'),(1500413952,'de'),(1500430336,'rs'),(1500446720,'lv'),(1500463104,'cz'),(1500479488,'ru'),(1500495872,'ba'),(1500512256,'ru'),(1500643328,'eu'),(1500774400,'lt'),(1500905472,'it'),(1501036544,'ro'),(1501298688,'ie'),(1501560832,'es'),(1501822976,'hu'),(1502085120,'ro'),(1502216192,'il'),(1502347264,'es'),(1502478336,'si'),(1502609408,'de'),(1502625792,'sa'),(1502642176,'ir'),(1502658560,'at'),(1502674944,'de'),(1502691328,'uk'),(1502707712,'ru'),(1502724096,'uk'),(1502740480,'nl'),(1502756864,'uz'),(1502773248,'ba'),(1502789632,'de'),(1502806016,'sa'),(1502822400,'hu'),(1502838784,'se'),(1502855168,'az'),(1502871552,'bh'),(1502887936,'hu'),(1502904320,'it'),(1502920704,'ru'),(1502937088,'ro'),(1502953472,'md'),(1502969856,'eu'),(1502986240,'de'),(1503002624,'ge'),(1503006720,'uk'),(1503010816,'it'),(1503019008,'dk'),(1503051776,'se'),(1503068160,'pl'),(1503084544,'uk'),(1503100928,'ru'),(1503117312,'no'),(1503133696,'pt'),(1503395840,'fr'),(1503657984,'se'),(1503690752,'is'),(1503723520,'pl'),(1503789056,'no'),(1503821824,'ua'),(1503854592,'ru'),(1503887360,'de'),(1503920128,'hr'),(1503985664,'ir'),(1504018432,'ro'),(1504051200,'fi'),(1504083968,'de'),(1504116736,'pl'),(1504149504,'uk'),(1504247808,'ru'),(1504313344,'fr'),(1504378880,'pl'),(1504444416,'hr'),(1504509952,'sk'),(1504575488,'pl'),(1504641024,'ru'),(1504706560,'cz'),(1504837632,'ru'),(1504968704,'pt'),(1505099776,'de'),(1505230848,'ru'),(1505239040,'ie'),(1505247232,'ua'),(1505255424,'it'),(1505263616,'dk'),(1505271808,'nl'),(1505280000,'ir'),(1505288192,'ru'),(1505296384,'ua'),(1505304576,'fr'),(1505312768,'ru'),(1505320960,'at'),(1505329152,'uk'),(1505337344,'fr'),(1505345536,'mk'),(1505353728,'cz'),(1505361920,'pl'),(1505370112,'sm'),(1505378304,'it'),(1505386496,'hu'),(1505394688,'de'),(1505402880,'dk'),(1505411072,'bg'),(1505419264,'ru'),(1505427456,'ua'),(1505435648,'md'),(1505443840,'uk'),(1505460224,'cz'),(1505476608,'ru'),(1505484800,'pl'),(1505492992,'nl'),(1505501184,'me'),(1505509376,'sa'),(1505517568,'ru'),(1505525760,'it'),(1505533952,'ru'),(1505542144,'pl'),(1505550336,'ru'),(1505566720,'it'),(1505574912,'ye'),(1505583104,'ru'),(1505607680,'se'),(1505615872,'sa'),(1505624064,'fi'),(1505632256,'cz'),(1505648640,'lt'),(1505656832,'bh'),(1505665024,'it'),(1505673216,'bg'),(1505681408,'ru'),(1505689600,'no'),(1505697792,'ie'),(1505705984,'de'),(1505714176,'lv'),(1505722368,'pl'),(1505738752,'uk'),(1505746944,'ru'),(1505755136,'uk'),(1506017280,'de'),(1506279424,'nl'),(1506312192,'uk'),(1506316288,'pl'),(1506322432,'de'),(1506324480,'cz'),(1506326528,'ru'),(1506328576,'fi'),(1506330624,'nl'),(1506332672,'pl'),(1506334720,'uk'),(1506336768,'pl'),(1506338816,'ua'),(1506340864,'ro'),(1506342912,'ua'),(1506344960,'lv'),(1506377728,'hr'),(1506410496,'de'),(1506443264,'uk'),(1506476032,'kw'),(1506508800,'cz'),(1506541568,'ru'),(1506574336,'de'),(1506582528,'ie'),(1506607104,'mk'),(1506639872,'nl'),(1506672640,'pl'),(1506689024,'ch'),(1506705408,'uk'),(1506740224,'fi'),(1506742272,'se'),(1506744320,'nl'),(1506746368,'ru'),(1506750464,'uk'),(1506752512,'ie'),(1506754560,'ru'),(1506758656,'it'),(1506760704,'ru'),(1506764800,'it'),(1506766848,'no'),(1506768896,'at'),(1506770944,'nl'),(1506772992,'uk'),(1506775040,'at'),(1506777088,'uk'),(1506783232,'ru'),(1506785280,'ua'),(1506787328,'me'),(1506789376,'de'),(1506791424,'uk'),(1506793472,'ru'),(1506795520,'ie'),(1506797568,'es'),(1506799616,'lv'),(1506801664,'de'),(1506803712,'ru'),(1506869248,'ua'),(1506934784,'gr'),(1507000320,'qa'),(1507065856,'si'),(1507131392,'uk'),(1507196928,'pt'),(1507262464,'bg'),(1507328000,'rs'),(1507393536,'ch'),(1507459072,'kz'),(1507524608,'eu'),(1507590144,'nl'),(1507655680,'de'),(1507659776,'ru'),(1507663872,'it'),(1507667968,'ru'),(1507672064,'ee'),(1507676160,'ir'),(1507680256,'no'),(1507684352,'lv'),(1507688448,'it'),(1507696640,'dk'),(1507700736,'nl'),(1507704832,'ru'),(1507708928,'cz'),(1507713024,'ru'),(1507717120,'se'),(1507721216,'uk'),(1507753984,'ru'),(1507819520,'hu'),(1507852288,'fr'),(1508114432,'pl'),(1508376576,'ge'),(1508392960,'ru'),(1508442112,'dk'),(1508458496,'ru'),(1508474880,'cz'),(1508491264,'se'),(1508507648,'uk'),(1508524032,'ie'),(1508540416,'fr'),(1508556800,'pl'),(1508573184,'cz'),(1508589568,'ir'),(1508605952,'ru'),(1508622336,'ee'),(1508638720,'se'),(1508655104,'fi'),(1508671488,'ch'),(1508687872,'uz'),(1508704256,'ru'),(1508720640,'fr'),(1508737024,'sa'),(1508753408,'kg'),(1508769792,'pl'),(1508786176,'de'),(1508802560,'uk'),(1508818944,'ro'),(1508835328,'cz'),(1508851712,'pl'),(1508868096,'ru'),(1508884480,'dk'),(1508900864,'uk'),(1509163008,'de'),(1509425152,'no'),(1509429248,'uk'),(1509433344,'ch'),(1509437440,'uk'),(1509443584,'fr'),(1509445632,'lv'),(1509449728,'es'),(1509453824,'ru'),(1509457920,'nl'),(1509462016,'li'),(1509466112,'nl'),(1509470208,'ru'),(1509478400,'fr'),(1509482496,'ru'),(1509486592,'cz'),(1509490688,'dk'),(1509494784,'ru'),(1509498880,'ch'),(1509502976,'ru'),(1509507072,'uk'),(1509511168,'lt'),(1509515264,'hr'),(1509519360,'ru'),(1509531648,'uk'),(1509535744,'ru'),(1509539840,'am'),(1509543936,'lb'),(1509548032,'ru'),(1509564416,'uk'),(1509568512,'fi'),(1509572608,'nl'),(1509576704,'kz'),(1509580800,'cz'),(1509584896,'no'),(1509588992,'de'),(1509593088,'ru'),(1509601280,'nl'),(1509605376,'pl'),(1509609472,'ru'),(1509617664,'cz'),(1509621760,'nl'),(1509625856,'ua'),(1509629952,'hu'),(1509634048,'fr'),(1509638144,'ru'),(1509642240,'kw'),(1509646336,'ru'),(1509650432,'uk'),(1509654528,'de'),(1509658624,'ru'),(1509666816,'it'),(1509670912,'uk'),(1509675008,'no'),(1509679104,'es'),(1509683200,'ch'),(1509687296,'ua'),(1509703680,'ru'),(1509720064,'tr'),(1509736448,'bg'),(1509752832,'ru'),(1509769216,'se'),(1509785600,'bg'),(1509801984,'ru'),(1509818368,'no'),(1509851136,'lv'),(1509867520,'ru'),(1509883904,'nl'),(1509900288,'ru'),(1509916672,'uk'),(1509933056,'ru'),(1509949440,'fr'),(1518338048,'se'),(1519452160,'nl'),(1519517696,'at'),(1519583232,'it'),(1519648768,'sa'),(1519714304,'no'),(1519779840,'ru'),(1519910912,'uk'),(1519943680,'at'),(1519976448,'de'),(1520009216,'sy'),(1520041984,'ru'),(1520074752,'bg'),(1520107520,'uk'),(1520140288,'ru'),(1520173056,'pl'),(1520205824,'ru'),(1520271360,'si'),(1520304128,'tr'),(1520435200,'es'),(1521483776,'cz'),(1522008064,'dk'),(1522139136,'de'),(1522270208,'ru'),(1522401280,'ee'),(1522532352,'uk'),(1524629504,'se'),(1525678080,'eu'),(1526726656,'de'),(1531183104,'fr'),(1531445248,'ae'),(1531707392,'ru'),(1531969536,'it'),(1532100608,'hu'),(1532231680,'uk'),(1532362752,'be'),(1532493824,'fr'),(1532559360,'de'),(1532624896,'eu'),(1532626944,'ua'),(1532631040,'se'),(1532633088,'ua'),(1532635136,'no'),(1532637184,'fi'),(1532639232,'pl'),(1532641280,'nl'),(1532643328,'pl'),(1532645376,'ua'),(1532647424,'pl'),(1532649472,'fr'),(1532651520,'no'),(1532653568,'pl'),(1532655616,'ro'),(1532657664,'il'),(1532661760,'de'),(1532665856,'pl'),(1532674048,'ua'),(1532682240,'lv'),(1532690432,'fr'),(1532755968,'bg'),(1532821504,'tr'),(1532887040,'pl'),(1532952576,'se'),(1533018112,'de'),(1533149184,'ir'),(1533280256,'dk'),(1533411328,'uk'),(1533413376,'de'),(1533415424,'sa'),(1533417472,'no'),(1533419520,'kw'),(1533421568,'nl'),(1533423616,'it'),(1533425664,'uk'),(1533429760,'it'),(1533431808,'ie'),(1533433856,'dk'),(1533435904,'cz'),(1533437952,'ru'),(1533440000,'pl'),(1533442048,'ae'),(1533444096,'it'),(1533446144,'de'),(1533448192,'kw'),(1533450240,'ru'),(1533452288,'tr'),(1533454336,'rs'),(1533456384,'ua'),(1533458432,'uk'),(1533460480,'nl'),(1533462528,'ru'),(1533464576,'nl'),(1533466624,'ru'),(1533468672,'rs'),(1533470720,'kw'),(1533472768,'es'),(1533474816,'fr'),(1533476864,'ie'),(1533478912,'rs'),(1533480960,'nl'),(1533483008,'am'),(1533485056,'uk'),(1533487104,'fr'),(1533489152,'es'),(1533491200,'am'),(1533493248,'ru'),(1533499392,'mt'),(1533501440,'lt'),(1533503488,'ru'),(1533505536,'de'),(1533507584,'ua'),(1533509632,'uk'),(1533511680,'fr'),(1533513728,'kw'),(1533515776,'ru'),(1533517824,'cz'),(1533519872,'uk'),(1533526016,'ru'),(1533532160,'uk'),(1533534208,'ru'),(1533536256,'fr'),(1533538304,'de'),(1533540352,'at'),(1533542400,'uk'),(1534066688,'at'),(1534328832,'es'),(1534459904,'at'),(1534590976,'hu'),(1534656512,'fr'),(1534722048,'ru'),(1534787584,'ro'),(1534791680,'ua'),(1534795776,'no'),(1534803968,'lv'),(1534808064,'ru'),(1534812160,'ch'),(1534816256,'fr'),(1534820352,'fi'),(1534824448,'ua'),(1534828544,'pl'),(1534836736,'se'),(1534840832,'pl'),(1534844928,'ie'),(1534849024,'nl'),(1534853120,'ua'),(1534918656,'uk'),(1534984192,'se'),(1535049728,'sk'),(1535115264,'se'),(1535377408,'gr'),(1535442944,'fi'),(1535508480,'bg'),(1535574016,'uk'),(1535578112,'lv'),(1535582208,'no'),(1535590400,'ch'),(1535594496,'lv'),(1535598592,'il'),(1535602688,'hu'),(1535606784,'no'),(1535610880,'ru'),(1535614976,'at'),(1535619072,'fr'),(1535623168,'kz'),(1535627264,'ru'),(1535631360,'uk'),(1535635456,'az'),(1535639552,'uk'),(1535672320,'de'),(1535705088,'ch'),(1535737856,'hu'),(1535770624,'ch'),(1535803392,'gr'),(1535836160,'hu'),(1535868928,'bg'),(1535901696,'gr'),(1535934464,'kw'),(1535967232,'at'),(1536000000,'nl'),(1536032768,'lv'),(1536036864,'at'),(1536040960,'uk'),(1536045056,'lu'),(1536049152,'it'),(1536053248,'ru'),(1536057344,'ie'),(1536061440,'se'),(1536065536,'uk'),(1536065792,'fr'),(1536066304,'nl'),(1536066816,'ru'),(1536067072,'eu'),(1536067328,'ru'),(1536067584,'dk'),(1536067840,'pl'),(1536068096,'ru'),(1536068352,'hr'),(1536068608,'ru'),(1536068864,'cz'),(1536069120,'tr'),(1536069376,'it'),(1536069632,'ru'),(1536073728,'ua'),(1536077824,'se'),(1536081920,'pl'),(1536086016,'es'),(1536090112,'ie'),(1536094208,'nl'),(1536098304,'ru'),(1536114688,'uk'),(1536118784,'de'),(1536122880,'at'),(1536126976,'dk'),(1536131072,'ru'),(1536143360,'uk'),(1536147456,'it'),(1536151552,'rs'),(1536155648,'il'),(1536159744,'de'),(1536163840,'sy'),(1536180224,'hu'),(1536196608,'ru'),(1536212992,'dk'),(1536229376,'se'),(1536245760,'fi'),(1536262144,'pl'),(1536278528,'ua'),(1536294912,'ru'),(1536327680,'hu'),(1536344064,'pl'),(1536360448,'ru'),(1536376832,'kz'),(1536393216,'sa'),(1536409600,'hu'),(1536425984,'sk'),(1536442368,'rs'),(1536458752,'bg'),(1536475136,'nl'),(1536491520,'se'),(1536507904,'ru'),(1536524288,'by'),(1536540672,'pl'),(1536557056,'fi'),(1536573440,'rs'),(1536589824,'pl'),(1536614400,'dk'),(1536622592,'uk'),(1536626688,'it'),(1536630784,'ru'),(1536634880,'fr'),(1536643072,'tr'),(1536647168,'es'),(1536651264,'fr'),(1536655360,'ge'),(1536659456,'de'),(1536663552,'sa'),(1536667648,'ru'),(1536675840,'uk'),(1536679936,'lb'),(1536688128,'fi'),(1537212416,'fr'),(1538260992,'be'),(1538785280,'nl'),(1538793472,'de'),(1538801664,'ir'),(1538809856,'ge'),(1538818048,'no'),(1538826240,'de'),(1538834432,'cy'),(1538842624,'ru'),(1538850816,'kz'),(1538859008,'ru'),(1538875392,'rs'),(1538883584,'be'),(1538891776,'de'),(1538899968,'si'),(1538908160,'ru'),(1538916352,'uk'),(1538924544,'de'),(1538932736,'no'),(1538940928,'ru'),(1538949120,'at'),(1538957312,'eu'),(1538965504,'ir'),(1538973696,'jo'),(1538981888,'by'),(1538990080,'cz'),(1538998272,'ad'),(1539006464,'rs'),(1539022848,'lt'),(1539031040,'it'),(1539039232,'pl'),(1539047424,'it'),(1539055616,'lv'),(1539063808,'fr'),(1539072000,'pl'),(1539080192,'uz'),(1539088384,'ru'),(1539096576,'tr'),(1539112960,'pl'),(1539115008,'eu'),(1539117056,'pl'),(1539123200,'se'),(1539125248,'ru'),(1539127296,'pl'),(1539129344,'ie'),(1539131392,'pl'),(1539133440,'ru'),(1539135488,'uk'),(1539137536,'nl'),(1539139584,'eu'),(1539141632,'ua'),(1539143680,'no'),(1539145728,'ua'),(1539147776,'pl'),(1539149824,'eu'),(1539151872,'ua'),(1539153920,'ru'),(1539155968,'no'),(1539160064,'ru'),(1539162112,'de'),(1539164160,'dk'),(1539166208,'fi'),(1539168256,'pl'),(1539170304,'nl'),(1539172352,'ru'),(1539176448,'pl'),(1539178496,'ch'),(1539186688,'lv'),(1539194880,'ru'),(1539203072,'nl'),(1539207168,'ru'),(1539211264,'cz'),(1539213312,'se'),(1539215360,'de'),(1539221504,'fr'),(1539223552,'de'),(1539225600,'hu'),(1539229696,'de'),(1539231744,'be'),(1539233792,'gr'),(1539235840,'de'),(1539237888,'ru'),(1539239936,'de'),(1539244032,'ba'),(1539260416,'sk'),(1539276800,'se'),(1539280896,'fr'),(1539284992,'tr'),(1539289088,'ru'),(1539293184,'az'),(1539297280,'bg'),(1539301376,'ru'),(1539309568,'pl'),(1539310592,'ua'),(1539311616,'nl'),(1539312640,'de'),(1539314688,'ua'),(1539316736,'se'),(1539317760,'ru'),(1539318784,'nl'),(1539319808,'de'),(1539320832,'ua'),(1539321856,'uk'),(1539322880,'dk'),(1539323904,'pl'),(1539324928,'ua'),(1539325952,'kg'),(1539326976,'ru'),(1539329024,'pl'),(1539330048,'ru'),(1539331072,'ua'),(1539332096,'pl'),(1539333120,'ru'),(1539334144,'ua'),(1539335168,'ch'),(1539336192,'ua'),(1539336704,'lv'),(1539337216,'es'),(1539339264,'uk'),(1539340288,'pl'),(1539341312,'it'),(1539342336,'ua'),(1539345408,'ro'),(1539346432,'pl'),(1539347456,'ru'),(1539348480,'ua'),(1539351552,'pl'),(1539352576,'ru'),(1539354624,'pl'),(1539355648,'ua'),(1539358720,'uk'),(1539359744,'pl'),(1539360768,'ua'),(1539361280,'de'),(1539361792,'pl'),(1539362816,'uk'),(1539363840,'dk'),(1539364864,'ua'),(1539365888,'no'),(1539366912,'pl'),(1539368960,'uk'),(1539369984,'bg'),(1539371008,'ua'),(1539372032,'ru'),(1539373056,'pl'),(1539374080,'se'),(1539375104,'no'),(1539376128,'il'),(1539377152,'ua'),(1539378176,'pl'),(1539379200,'de'),(1539380224,'ch'),(1539381248,'rs'),(1539382272,'pl'),(1539383296,'ua'),(1539384320,'ru'),(1539385344,'pl'),(1539385856,'be'),(1539386368,'it'),(1539387392,'il'),(1539388416,'pl'),(1539389440,'eu'),(1539389952,'ru'),(1539390464,'ro'),(1539391488,'lv'),(1539392512,'ua'),(1539396608,'pl'),(1539397632,'ru'),(1539398144,'pl'),(1539398656,'eu'),(1539399680,'pl'),(1539401728,'im'),(1539402240,'fr'),(1539402752,'uk'),(1539403264,'ru'),(1539403776,'it'),(1539404800,'lv'),(1539405824,'pl'),(1539406848,'ua'),(1539408896,'cz'),(1539409920,'dk'),(1539410944,'ru'),(1539411968,'pl'),(1539412992,'ru'),(1539414016,'ua'),(1539415040,'bg'),(1539416064,'pl'),(1539417088,'ua'),(1539418112,'ru'),(1539419136,'ua'),(1539420160,'ru'),(1539421184,'eu'),(1539422208,'pl'),(1539423232,'ie'),(1539424256,'ua'),(1539425280,'pl'),(1539426304,'bg'),(1539427328,'ua'),(1539428352,'pl'),(1539429376,'ru'),(1539430400,'cz'),(1539430912,'ru'),(1539431424,'ua'),(1539432448,'ru'),(1539434496,'ua'),(1539435520,'ru'),(1539437568,'uk'),(1539439616,'ua'),(1539440640,'ru'),(1539441664,'il'),(1539442176,'nl'),(1539443200,'ru'),(1539443712,'cz'),(1539444224,'fr'),(1539444736,'ru'),(1539445248,'pl'),(1539445760,'fi'),(1539446272,'se'),(1539446784,'ua'),(1539447296,'se'),(1539447808,'ro'),(1539448832,'uk'),(1539449344,'ua'),(1539449856,'dk'),(1539450368,'se'),(1539450880,'cz'),(1539451392,'ro'),(1539452416,'uk'),(1539452928,'ch'),(1539453440,'ua'),(1539453952,'uk'),(1539454464,'ua'),(1539455488,'ru'),(1539456000,'fr'),(1539456512,'eu'),(1539457024,'ru'),(1539457536,'se'),(1539458048,'uk'),(1539459072,'ua'),(1539459584,'uk'),(1539460096,'lv'),(1539460608,'ua'),(1539461632,'rs'),(1539462144,'de'),(1539462656,'uk'),(1539463168,'ua'),(1539463680,'de'),(1539464192,'ro'),(1539464704,'dk'),(1539465216,'fr'),(1539466752,'kw'),(1539467264,'ua'),(1539467776,'pl'),(1539468288,'eu'),(1539468800,'ru'),(1539469824,'il'),(1539470336,'ua'),(1539470848,'se'),(1539471360,'ru'),(1539471872,'pl'),(1539472384,'ua'),(1539472896,'ie'),(1539473408,'uk'),(1539473920,'kw'),(1539474432,'de'),(1539474944,'ua'),(1539475456,'nl'),(1539475968,'pl'),(1539476480,'ro'),(1539476992,'it'),(1539477504,'pl'),(1539478016,'ch'),(1539478528,'ro'),(1539479040,'uk'),(1539480064,'eu'),(1539480576,'pl'),(1539481088,'uk'),(1539481600,'ru'),(1539482112,'ua'),(1539483136,'eu'),(1539483648,'dk'),(1539484160,'uk'),(1539484672,'ru'),(1539485696,'ro'),(1539486208,'fr'),(1539486720,'de'),(1539487232,'ru'),(1539488256,'se'),(1539488768,'pl'),(1539489280,'ru'),(1539490816,'ch'),(1539491328,'pl'),(1539491840,'ru'),(1539492352,'eu'),(1539492864,'nl'),(1539493376,'ru'),(1539493888,'fr'),(1539494400,'pl'),(1539494912,'ru'),(1539495424,'ua'),(1539495936,'rs'),(1539496448,'nl'),(1539496960,'uk'),(1539497472,'de'),(1539497984,'nl'),(1539498496,'ru'),(1539499008,'pl'),(1539499520,'de'),(1539500544,'ro'),(1539501056,'be'),(1539501568,'ua'),(1539502080,'pl'),(1539502592,'hr'),(1539503104,'ru'),(1539504128,'at'),(1539504640,'ua'),(1539505152,'ru'),(1539506176,'de'),(1539506688,'ua'),(1539507200,'ro'),(1539508224,'no'),(1539508736,'ua'),(1539509760,'ro'),(1539510272,'ru'),(1539510784,'de'),(1539511296,'ua'),(1539511808,'ru'),(1539512320,'bg'),(1539512832,'pl'),(1539513344,'ro'),(1539513856,'ua'),(1539514368,'se'),(1539514880,'eu'),(1539515392,'fr'),(1539515904,'rs'),(1539516416,'at'),(1539516928,'pl'),(1539517440,'ro'),(1539517952,'uk'),(1539518464,'de'),(1539518976,'ru'),(1539519488,'ua'),(1539520000,'de'),(1539520512,'pl'),(1539521024,'dk'),(1539521536,'ru'),(1539522048,'ro'),(1539522560,'uk'),(1539523072,'ro'),(1539523584,'ua'),(1539524096,'eu'),(1539524608,'fr'),(1539525120,'ua'),(1539525632,'se'),(1539526144,'de'),(1539526656,'nl'),(1539527168,'uk'),(1539527680,'ro'),(1539528192,'ua'),(1539528704,'sa'),(1539529216,'ua'),(1539529728,'pl'),(1539530240,'at'),(1539530752,'ua'),(1539531264,'ro'),(1539531776,'ru'),(1539532800,'de'),(1539533312,'cz'),(1539533824,'pl'),(1539534336,'ru'),(1539534848,'uk'),(1539535360,'ru'),(1539535872,'at'),(1539536384,'nl'),(1539536896,'ua'),(1539537408,'uk'),(1539537920,'ua'),(1539538432,'ru'),(1539540480,'pl'),(1539540992,'ru'),(1539541504,'tr'),(1539542016,'de'),(1539542528,'ch'),(1539543040,'ro'),(1539543552,'si'),(1539544064,'ru'),(1539544576,'de'),(1539545088,'gr'),(1539545600,'se'),(1539546112,'ua'),(1539546624,'pl'),(1539547136,'nl'),(1539547648,'il'),(1539548160,'fr'),(1539548672,'uk'),(1539549696,'ru'),(1539550208,'ua'),(1539550720,'eu'),(1539551232,'rs'),(1539551744,'ru'),(1539552256,'ro'),(1539552768,'uk'),(1539553280,'ua'),(1539553792,'uk'),(1539554304,'ch'),(1539554816,'pl'),(1539555328,'uk'),(1539555840,'ro'),(1539556864,'at'),(1539557376,'nl'),(1539557888,'cz'),(1539558400,'ru'),(1539558912,'eu'),(1539559424,'ru'),(1539560448,'uk'),(1539560960,'ua'),(1539561472,'ro'),(1539561984,'eu'),(1539562496,'de'),(1539563008,'ru'),(1539563520,'se'),(1539564032,'kz'),(1539564544,'uk'),(1539565056,'ua'),(1539565568,'pl'),(1539566080,'nl'),(1539566592,'uk'),(1539567104,'ch'),(1539567616,'de'),(1539568128,'es'),(1539568640,'ua'),(1539569152,'eu'),(1539569664,'ua'),(1539570176,'pl'),(1539570688,'ru'),(1539571712,'ua'),(1539572736,'ru'),(1539573760,'pl'),(1539575808,'lv'),(1539576832,'uk'),(1539577856,'ru'),(1539578880,'pl'),(1539579904,'ru'),(1539582976,'ro'),(1539584000,'pl'),(1539585024,'ua'),(1539586048,'pl'),(1539587072,'ua'),(1539588096,'bg'),(1539589120,'uk'),(1539590144,'ru'),(1539592192,'ua'),(1539593216,'il'),(1539594240,'ua'),(1539598336,'nl'),(1539599360,'pl'),(1539600384,'hu'),(1539601408,'de'),(1539602432,'ua'),(1539603456,'bg'),(1539604480,'es'),(1539605504,'ua'),(1539607552,'eu'),(1539609600,'ua'),(1539610624,'ru'),(1539611648,'ua'),(1539614720,'nl'),(1539615744,'dk'),(1539616768,'ua'),(1539617792,'fr'),(1539618816,'uk'),(1539619840,'ru'),(1539620864,'ua'),(1539623936,'de'),(1539624960,'ru'),(1539625984,'pl'),(1539627008,'ru'),(1539628032,'ua'),(1539629056,'bg'),(1539630080,'ua'),(1539632128,'ru'),(1539633152,'se'),(1539634176,'ru'),(1539638272,'ua'),(1539639296,'ru'),(1539640320,'pl'),(1539641344,'ua'),(1539642368,'ru'),(1539643392,'ua'),(1539644416,'de'),(1539645440,'uk'),(1539646464,'ie'),(1539647488,'ua'),(1539652608,'il'),(1539653632,'ru'),(1539654656,'ua'),(1539655680,'nl'),(1539656704,'ru'),(1539657728,'ua'),(1539658752,'fi'),(1539659776,'pl'),(1539660800,'uk'),(1539661824,'ru'),(1539662848,'il'),(1539663872,'ua'),(1539664896,'be'),(1539665920,'ru'),(1539666944,'cz'),(1539667968,'ua'),(1539668992,'cz'),(1539670016,'ua'),(1539672064,'fr'),(1539673088,'uk'),(1539674112,'ua'),(1539675136,'pl'),(1539677184,'ua'),(1539678208,'ru'),(1539679232,'uk'),(1539680256,'ua'),(1539681280,'ru'),(1539684352,'ua'),(1539686400,'ru'),(1539688448,'sa'),(1539689472,'ua'),(1539690496,'fi'),(1539691520,'ru'),(1539692544,'ua'),(1539694592,'pl'),(1539695616,'uk'),(1539696640,'ru'),(1539697664,'ua'),(1539699712,'ro'),(1539700736,'dk'),(1539701760,'ua'),(1539702784,'si'),(1539703040,'ua'),(1539703296,'de'),(1539703552,'eu'),(1539703808,'ua'),(1539704064,'il'),(1539704320,'ch'),(1539704576,'hu'),(1539704832,'ch'),(1539705088,'uk'),(1539705344,'ua'),(1539705600,'ch'),(1539706112,'uk'),(1539706368,'ru'),(1539706624,'pl'),(1539707136,'lt'),(1539707392,'uk'),(1539707648,'ro'),(1539707904,'ua'),(1539708160,'de'),(1539708416,'eu'),(1539708672,'ro'),(1539708928,'ie'),(1539709184,'at'),(1539709440,'eu'),(1539709696,'nl'),(1539709952,'ro'),(1539710208,'im'),(1539710464,'eu'),(1539710720,'ua'),(1539710976,'de'),(1539711232,'ru'),(1539711488,'ua'),(1539711744,'de'),(1539712000,'ua'),(1539712256,'nl'),(1539712512,'ru'),(1539712768,'ro'),(1539713024,'ua'),(1539713280,'eu'),(1539713536,'dk'),(1539713792,'uk'),(1539714048,'eu'),(1539714304,'uk'),(1539714560,'ua'),(1539714816,'pt'),(1539715072,'se'),(1539715328,'tr'),(1539715584,'ua'),(1539715840,'ru'),(1539716096,'si'),(1539716352,'pl'),(1539716608,'ru'),(1539716864,'pl'),(1539717376,'de'),(1539717632,'ch'),(1539717888,'mk'),(1539718144,'de'),(1539718400,'tr'),(1539718656,'sa'),(1539718912,'kz'),(1539719168,'eu'),(1539719424,'pl'),(1539719680,'de'),(1539720192,'ru'),(1539720704,'il'),(1539720960,'ru'),(1539721216,'ch'),(1539721728,'pl'),(1539721984,'ru'),(1539722240,'pl'),(1539722496,'eu'),(1539722752,'de'),(1539723008,'ch'),(1539723264,'pl'),(1539723520,'uk'),(1539723776,'de'),(1539724032,'ua'),(1539724288,'it'),(1539724544,'ru'),(1539724800,'ua'),(1539725056,'nl'),(1539725312,'fr'),(1539725568,'pl'),(1539725824,'pt'),(1539726080,'ru'),(1539726336,'se'),(1539726592,'at'),(1539726848,'pl'),(1539727104,'se'),(1539727360,'si'),(1539727616,'pl'),(1539727872,'ru'),(1539728128,'uk'),(1539728384,'pl'),(1539728640,'ua'),(1539728896,'sa'),(1539729152,'uk'),(1539729408,'ru'),(1539729664,'fr'),(1539729920,'nl'),(1539730176,'uk'),(1539730432,'gr'),(1539730688,'ua'),(1539730944,'pl'),(1539731456,'si'),(1539731712,'de'),(1539731968,'eu'),(1539732480,'ua'),(1539732736,'dk'),(1539732992,'pl'),(1539733248,'bg'),(1539733504,'fi'),(1539733760,'pl'),(1539734016,'fr'),(1539734272,'no'),(1539734528,'tr'),(1539734784,'de'),(1539735040,'be'),(1539735296,'ua'),(1539735552,'at'),(1539735808,'il'),(1539736064,'ru'),(1539736320,'hu'),(1539736576,'bg'),(1539736832,'ua'),(1539737088,'kw'),(1539737344,'ru'),(1539737600,'ro'),(1539737856,'ru'),(1539738112,'dk'),(1539738368,'eu'),(1539738624,'ua'),(1539738880,'nl'),(1539739136,'at'),(1539739392,'ua'),(1539739648,'dk'),(1539739904,'pl'),(1539740416,'ro'),(1539740672,'at'),(1539740928,'ru'),(1539741184,'pl'),(1539741440,'nl'),(1539741696,'de'),(1539741952,'ua'),(1539742208,'ch'),(1539742464,'ru'),(1539742720,'lv'),(1539742976,'uk'),(1539743232,'gr'),(1539743488,'fr'),(1539743744,'ro'),(1539744000,'hr'),(1539744256,'ro'),(1539744512,'uk'),(1539744768,'se'),(1539745024,'uk'),(1539745536,'ch'),(1539745792,'dk'),(1539746304,'ru'),(1539746560,'ua'),(1539746816,'dk'),(1539747072,'ch'),(1539747328,'nl'),(1539747584,'ua'),(1539747840,'no'),(1539748096,'pl'),(1539748352,'nl'),(1539748608,'pl'),(1539748864,'uk'),(1539749120,'bg'),(1539749376,'pt'),(1539749632,'gr'),(1539749888,'ru'),(1539750144,'tr'),(1539750400,'pl'),(1539750656,'de'),(1539750912,'ua'),(1539751168,'tr'),(1539751424,'si'),(1539751680,'fr'),(1539751936,'de'),(1539752192,'se'),(1539752448,'pl'),(1539752704,'at'),(1539752960,'ro'),(1539753216,'de'),(1539753472,'hu'),(1539753728,'eu'),(1539753984,'uk'),(1539754240,'no'),(1539754496,'se'),(1539754752,'be'),(1539755008,'dk'),(1539755264,'il'),(1539755520,'ee'),(1539755776,'no'),(1539756032,'pl'),(1539756544,'uk'),(1539756800,'be'),(1539757056,'ru'),(1539757312,'uk'),(1539757568,'si'),(1539757824,'ua'),(1539758080,'hr'),(1539758592,'nl'),(1539758848,'si'),(1539759104,'dk'),(1539759360,'ru'),(1539759616,'pl'),(1539759872,'se'),(1539760128,'uk'),(1539760384,'ru'),(1539760640,'pl'),(1539760896,'dk'),(1539761152,'bg'),(1539761408,'ch'),(1539761664,'pl'),(1539761920,'ru'),(1539762176,'pl'),(1539762432,'ua'),(1539762688,'nl'),(1539762944,'ua'),(1539763200,'md'),(1539763456,'dk'),(1539763712,'de'),(1539763968,'uk'),(1539764224,'at'),(1539764480,'uk'),(1539764736,'ro'),(1539764992,'be'),(1539765248,'ie'),(1539765504,'pl'),(1539766016,'am'),(1539766272,'pl'),(1539766528,'ua'),(1539766784,'de'),(1539767040,'sa'),(1539767296,'dk'),(1539767552,'de'),(1539767808,'il'),(1539768064,'uk'),(1539768320,'fr'),(1539768576,'uk'),(1539768832,'it'),(1539769088,'be'),(1539769600,'at'),(1539769856,'fr'),(1539770112,'gr'),(1539770368,'de'),(1539770624,'uk'),(1539770880,'ru'),(1539771136,'fr'),(1539771392,'pl'),(1539771648,'ua'),(1539771904,'ru'),(1539772160,'be'),(1539772416,'ru'),(1539772672,'rs'),(1539772928,'ru'),(1539773184,'uk'),(1539773440,'kz'),(1539773696,'de'),(1539773952,'pl'),(1539774208,'si'),(1539774464,'ru'),(1539774720,'pl'),(1539774976,'ru'),(1539775232,'ch'),(1539775488,'ua'),(1539775744,'il'),(1539776000,'pl'),(1539776256,'sk'),(1539776512,'hu'),(1539776768,'ua'),(1539777536,'bg'),(1539777792,'ua'),(1539778048,'am'),(1539778304,'lb'),(1539778560,'ru'),(1539778816,'ro'),(1539779072,'uk'),(1539779328,'ch'),(1539779584,'pl'),(1539779840,'nl'),(1539780096,'ru'),(1539780352,'at'),(1539780608,'pl'),(1539780864,'ro'),(1539781120,'nl'),(1539781376,'de'),(1539781632,'hu'),(1539781888,'il'),(1539782144,'ua'),(1539782400,'lt'),(1539782656,'eu'),(1539782912,'pl'),(1539783168,'nl'),(1539783680,'de'),(1539783936,'si'),(1539784192,'uz'),(1539784448,'no'),(1539784704,'se'),(1539784960,'de'),(1539785216,'ch'),(1539785472,'ua'),(1539785728,'se'),(1539785984,'il'),(1539786240,'at'),(1539786496,'uk'),(1539786752,'hu'),(1539787008,'tr'),(1539787264,'eu'),(1539787520,'ua'),(1539787776,'uk'),(1539788032,'hr'),(1539788288,'uk'),(1539788544,'hr'),(1539788800,'ru'),(1539789312,'ua'),(1539789568,'de'),(1539789824,'nl'),(1539790080,'uk'),(1539790336,'lv'),(1539790592,'pl'),(1539790848,'eu'),(1539791104,'pl'),(1539791360,'ru'),(1539791616,'ua'),(1539792384,'il'),(1539792640,'pl'),(1539792896,'gr'),(1539793152,'pl'),(1539793408,'ch'),(1539793664,'il'),(1539794176,'pl'),(1539794432,'fr'),(1539794944,'ro'),(1539795200,'pl'),(1539795456,'ua'),(1539795712,'sa'),(1539795968,'nl'),(1539796224,'mc'),(1539796480,'uk'),(1539796736,'tr'),(1539796992,'ru'),(1539797248,'dk'),(1539797504,'ru'),(1539797760,'ua'),(1539798016,'hu'),(1539798272,'pl'),(1539798528,'uk'),(1539798784,'il'),(1539799040,'uk'),(1539799296,'dk'),(1539799552,'uk'),(1539799808,'ro'),(1539800064,'si'),(1539800320,'uk'),(1539800576,'lv'),(1539800832,'pl'),(1539801088,'bg'),(1539801344,'uk'),(1539801856,'si'),(1539802112,'pl'),(1539802368,'ro'),(1539802624,'is'),(1539802880,'nl'),(1539803136,'uk'),(1539803392,'nl'),(1539803648,'ua'),(1539804160,'pl'),(1539804672,'si'),(1539804928,'ua'),(1539805440,'at'),(1539805696,'ch'),(1539805952,'ru'),(1539806208,'fi'),(1539806464,'cz'),(1539806720,'bg'),(1539806976,'uk'),(1539807488,'cz'),(1539807744,'uk'),(1539808000,'hu'),(1539808256,'ru'),(1539808512,'ro'),(1539808768,'de'),(1539809024,'uk'),(1539809280,'es'),(1539809536,'si'),(1539809792,'de'),(1539810048,'ua'),(1539810304,'cz'),(1539810560,'de'),(1539810816,'tr'),(1539811072,'nl'),(1539811328,'cz'),(1539811584,'de'),(1539811840,'se'),(1539812096,'ru'),(1539812352,'ch'),(1539812608,'it'),(1539812864,'si'),(1539813120,'at'),(1539813376,'pl'),(1539813632,'nl'),(1539813888,'ru'),(1539814144,'nl'),(1539814400,'uk'),(1539814912,'ua'),(1539815168,'uk'),(1539815424,'ru'),(1539815936,'ch'),(1539816192,'sa'),(1539816448,'ua'),(1539816704,'cz'),(1539816960,'dk'),(1539817216,'tr'),(1539817472,'de'),(1539817728,'pl'),(1539817984,'ua'),(1539818240,'no'),(1539818496,'ru'),(1539819008,'ch'),(1539819264,'ro'),(1539819520,'at'),(1539819776,'si'),(1539820032,'il'),(1539820288,'pl'),(1539820544,'es'),(1539820800,'ru'),(1539821056,'ua'),(1539821312,'cz'),(1539821568,'dk'),(1539821824,'de'),(1539822080,'ro'),(1539822336,'ru'),(1539822592,'uk'),(1539822848,'ie'),(1539823104,'de'),(1539823360,'il'),(1539823616,'ro'),(1539823872,'dk'),(1539824128,'ch'),(1539824384,'nl'),(1539824640,'hu'),(1539824896,'ru'),(1539825152,'ua'),(1539825408,'ru'),(1539825920,'de'),(1539826176,'am'),(1539826432,'be'),(1539826688,'ch'),(1539827200,'ru'),(1539827456,'mk'),(1539827712,'ru'),(1539827968,'fr'),(1539828480,'si'),(1539828736,'nl'),(1539828992,'bg'),(1539829248,'se'),(1539829504,'uk'),(1539829760,'pl'),(1539830016,'de'),(1539830272,'fr'),(1539830528,'ro'),(1539830784,'ru'),(1539831040,'ua'),(1539831296,'pl'),(1539831552,'bg'),(1539831808,'ru'),(1539832064,'uk'),(1539832320,'pl'),(1539832576,'ru'),(1539832832,'uk'),(1539833088,'ru'),(1539833344,'fr'),(1539833856,'ua'),(1539837952,'nl'),(1539838976,'gr'),(1539840000,'pl'),(1539841024,'ru'),(1539842048,'pl'),(1539844096,'ua'),(1539846144,'nl'),(1539847168,'ua'),(1539850240,'lv'),(1539851264,'pl'),(1539852288,'ua'),(1539853312,'pl'),(1539854336,'ua'),(1539855360,'ru'),(1539856384,'ua'),(1539857408,'pl'),(1539858432,'ro'),(1539859456,'eu'),(1539860480,'ua'),(1539861504,'de'),(1539862528,'se'),(1539864576,'ro'),(1539865600,'ua'),(1539866624,'it'),(1539867648,'ua'),(1539869696,'es'),(1539870720,'il'),(1539871744,'eu'),(1539872768,'se'),(1539873792,'ua'),(1539876864,'es'),(1539877888,'pl'),(1539878912,'ua'),(1539880960,'pl'),(1539881984,'ua'),(1539884032,'mt'),(1539885056,'ua'),(1539886080,'ch'),(1539887104,'it'),(1539888128,'ua'),(1539889152,'ru'),(1539890176,'ua'),(1539891200,'ru'),(1539893248,'ua'),(1539894272,'pl'),(1539895296,'ua'),(1539899392,'ru'),(1539900416,'ua'),(1539901440,'ru'),(1539902464,'ua'),(1539903488,'pl'),(1539904512,'cz'),(1539905536,'ua'),(1539910656,'pl'),(1539911680,'ru'),(1539913728,'ch'),(1539914752,'se'),(1539915776,'ru'),(1539916800,'ua'),(1539917824,'ru'),(1539918848,'ro'),(1539920896,'ua'),(1539921920,'pl'),(1539922944,'se'),(1539923968,'ua'),(1539924992,'de'),(1539926016,'ua'),(1539929088,'ru'),(1539930112,'pl'),(1539931136,'ua'),(1539932160,'de'),(1539933184,'es'),(1539934208,'rs'),(1539935232,'lv'),(1539936256,'ua'),(1539937280,'ch'),(1539938304,'pl'),(1539939328,'ua'),(1539940352,'uk'),(1539941376,'nl'),(1539942400,'ua'),(1539943424,'bg'),(1539944448,'ua'),(1539946496,'ru'),(1539947520,'ua'),(1539948544,'ro'),(1539949568,'ua'),(1539950592,'kz'),(1539951616,'ru'),(1539953664,'ua'),(1539954688,'ro'),(1539956736,'ua'),(1539957760,'ru'),(1539958784,'ua'),(1539963904,'ru'),(1539964928,'ua'),(1539965952,'ru'),(1539966976,'ua'),(1539968000,'ru'),(1539972096,'uk'),(1539973120,'ru'),(1539975168,'de'),(1539976192,'ru'),(1539977216,'de'),(1539978240,'ua'),(1539980288,'ru'),(1539981312,'si'),(1539982336,'ru'),(1539983360,'ua'),(1539985408,'se'),(1539986432,'ru'),(1539987456,'ro'),(1539988480,'ru'),(1539990528,'pl'),(1539991552,'ua'),(1539993600,'fi'),(1539994624,'at'),(1539995648,'ch'),(1539996672,'pl'),(1539997696,'ua'),(1539999744,'uk'),(1540000768,'ru'),(1540001792,'ua'),(1540002816,'ru'),(1540003840,'pl'),(1540004864,'ie'),(1540005888,'ua'),(1540006912,'ru'),(1540007936,'il'),(1540008960,'pl'),(1540011008,'ru'),(1540014080,'pl'),(1540015104,'cz'),(1540016128,'nl'),(1540017152,'ru'),(1540018176,'ua'),(1540020224,'ru'),(1540022272,'uk'),(1540023296,'pl'),(1540024320,'ru'),(1540025344,'uk'),(1540026368,'ua'),(1540028416,'es'),(1540029440,'ru'),(1540030464,'de'),(1540031488,'ua'),(1540032512,'ru'),(1540033536,'ua'),(1540034560,'pl'),(1540035584,'kz'),(1540036608,'ua'),(1540037632,'ee'),(1540038656,'eu'),(1540039680,'ru'),(1540040704,'se'),(1540041728,'ua'),(1540043776,'pl'),(1540044800,'uk'),(1540045824,'ua'),(1540046848,'ru'),(1540047872,'lv'),(1540048896,'uk'),(1540049920,'ua'),(1540050944,'ru'),(1540052992,'ua'),(1540055040,'no'),(1540056064,'nl'),(1540057088,'pl'),(1540057344,'ru'),(1540057600,'nl'),(1540057856,'ua'),(1540058112,'de'),(1540059136,'ua'),(1540060160,'no'),(1540061184,'il'),(1540062208,'ru'),(1540063232,'de'),(1540064256,'pl'),(1540065280,'ua'),(1540068352,'fr'),(1540069376,'ru'),(1540070400,'pl'),(1540071424,'se'),(1540072448,'ua'),(1540073472,'ru'),(1540076544,'ua'),(1540077568,'fr'),(1540078592,'ru'),(1540081664,'de'),(1540082688,'no'),(1540083712,'ru'),(1540084736,'de'),(1540085760,'pl'),(1540087808,'ru'),(1540092928,'pl'),(1540094976,'eu'),(1540096000,'uk'),(1540097024,'de'),(1540099072,'ua'),(1540100096,'ru'),(1540103168,'de'),(1540105216,'ua'),(1540110336,'ru'),(1540111360,'ua'),(1540112384,'lv'),(1540113408,'ru'),(1540114432,'de'),(1540115456,'ua'),(1540116480,'ch'),(1540117504,'ua'),(1540118528,'pl'),(1540119552,'ua'),(1540120576,'ru'),(1540123648,'cz'),(1540124672,'no'),(1540125696,'eu'),(1540126720,'ua'),(1540127744,'uk'),(1540128768,'ru'),(1540129792,'ua'),(1540130816,'ru'),(1540131840,'pl'),(1540132864,'ru'),(1540134912,'pl'),(1540135936,'bg'),(1540136960,'pl'),(1540137984,'ru'),(1540139008,'de'),(1540140032,'uk'),(1540141056,'ru'),(1540142080,'ua'),(1540143104,'ru'),(1540145152,'at'),(1540146176,'ua'),(1540147200,'ru'),(1540148224,'pl'),(1540149248,'uk'),(1540150272,'ua'),(1540151296,'at'),(1540152320,'se'),(1540153344,'ua'),(1540155392,'ru'),(1540156416,'cz'),(1540157440,'ru'),(1540158464,'uk'),(1540159488,'ua'),(1540160512,'ru'),(1540162560,'ua'),(1540163584,'ru'),(1540164608,'de'),(1540165632,'ua'),(1540166656,'pl'),(1540167680,'cz'),(1540168704,'de'),(1540169728,'nl'),(1540170752,'de'),(1540171776,'ru'),(1540172800,'cz'),(1540173824,'ru'),(1540175872,'de'),(1540176896,'se'),(1540177920,'ua'),(1540178944,'ru'),(1540179968,'pl'),(1540180992,'de'),(1540182016,'ua'),(1540183040,'ru'),(1540184064,'pl'),(1540185088,'ru'),(1540186112,'lv'),(1540187136,'uk'),(1540188160,'ua'),(1540190208,'uk'),(1540191232,'fr'),(1540192256,'ru'),(1540195328,'am'),(1540198400,'ru'),(1540199424,'ch'),(1540200448,'il'),(1540201472,'ua'),(1540204544,'ru'),(1540205568,'de'),(1540206592,'ru'),(1540208640,'no'),(1540209664,'ru'),(1540211712,'de'),(1540212736,'cz'),(1540213760,'ua'),(1540214784,'ru'),(1540215808,'nl'),(1540216832,'cz'),(1540217856,'uk'),(1540218880,'ru'),(1540219904,'pl'),(1540220928,'nl'),(1540221952,'ru'),(1540224000,'pl'),(1540225024,'uk'),(1540226048,'ru'),(1540227072,'uk'),(1540227584,'ru'),(1540228096,'ua'),(1540228608,'pl'),(1540229120,'at'),(1540229632,'lv'),(1540230144,'ru'),(1540232192,'bg'),(1540232704,'ru'),(1540233216,'ch'),(1540233728,'pl'),(1540234240,'de'),(1540234752,'ua'),(1540235776,'no'),(1540236288,'ro'),(1540236800,'pl'),(1540237312,'ro'),(1540238848,'de'),(1540239360,'ua'),(1540239872,'fr'),(1540240384,'ch'),(1540240896,'ru'),(1540242432,'de'),(1540242944,'ru'),(1540243456,'pl'),(1540243968,'ru'),(1540244480,'ch'),(1540244992,'de'),(1540245504,'ru'),(1540246016,'it'),(1540246528,'ro'),(1540247552,'nl'),(1540248064,'ro'),(1540248576,'at'),(1540249088,'pl'),(1540249600,'kz'),(1540250112,'dk'),(1540250624,'de'),(1540251136,'uk'),(1540251648,'pl'),(1540252160,'eu'),(1540252672,'ru'),(1540253184,'at'),(1540253696,'ch'),(1540254208,'ru'),(1540254720,'pl'),(1540255232,'ua'),(1540255744,'at'),(1540256256,'pl'),(1540256768,'ru'),(1540257280,'uk'),(1540257792,'ru'),(1540258304,'ir'),(1540258816,'ua'),(1540259328,'ru'),(1540259840,'it'),(1540260352,'ru'),(1540260864,'ee'),(1540261376,'sa'),(1540261888,'nl'),(1540262400,'bg'),(1540262912,'ro'),(1540263424,'de'),(1540263936,'im'),(1540264448,'ru'),(1540265984,'de'),(1540266496,'pl'),(1540267008,'fr'),(1540267520,'ro'),(1540268544,'ru'),(1540269056,'dk'),(1540269568,'ru'),(1540270080,'uk'),(1540270592,'il'),(1540271104,'pl'),(1540271616,'se'),(1540272128,'uk'),(1540272640,'pl'),(1540273664,'uk'),(1540274688,'ua'),(1540275200,'de'),(1540275712,'ua'),(1540276224,'at'),(1540276736,'ro'),(1540277248,'ru'),(1540277760,'eu'),(1540278272,'ua'),(1540278784,'ru'),(1540279808,'ro'),(1540280832,'pl'),(1540281344,'ua'),(1540281856,'de'),(1540282368,'ru'),(1540282880,'ua'),(1540283392,'cz'),(1540283904,'ru'),(1540284416,'at'),(1540284928,'eu'),(1540285440,'de'),(1540285952,'ru'),(1540286464,'uk'),(1540287488,'at'),(1540288512,'ru'),(1540289536,'pl'),(1540290048,'nl'),(1540290560,'ru'),(1540291072,'be'),(1540291584,'ua'),(1540292096,'ru'),(1540292608,'eu'),(1540293120,'dk'),(1540293632,'cz'),(1540295168,'pl'),(1540295680,'sa'),(1540296192,'pl'),(1540296704,'de'),(1540297216,'fr'),(1540297728,'eu'),(1540298240,'hr'),(1540298752,'ru'),(1540299264,'ua'),(1540299776,'cz'),(1540300800,'dk'),(1540301312,'il'),(1540301824,'uk'),(1540302848,'ru'),(1540303872,'ua'),(1540304896,'pl'),(1540305408,'uk'),(1540306432,'ua'),(1540306944,'uk'),(1540307456,'ru'),(1540308480,'rs'),(1540308992,'pl'),(1540309504,'cz'),(1540310016,'pl'),(1540310528,'ru'),(1540313088,'se'),(1540313600,'ru'),(1540315136,'ua'),(1540315648,'il'),(1540316160,'de'),(1540317184,'cz'),(1540317696,'ua'),(1540318208,'cz'),(1540318720,'ro'),(1540319232,'ua'),(1540319744,'cz'),(1540321280,'se'),(1540321792,'cz'),(1540322816,'de'),(1540323328,'ro'),(1540323840,'ua'),(1540324352,'ro'),(1540324864,'pl'),(1540325376,'de'),(1540325888,'li'),(1540326400,'ua'),(1540326912,'at'),(1540327424,'ru'),(1540327936,'ir'),(1540328448,'ru'),(1540329984,'cz'),(1540330496,'pl'),(1540331008,'it'),(1540331520,'uk'),(1540332032,'ru'),(1540332544,'pl'),(1540333056,'no'),(1540333568,'ro'),(1540334080,'de'),(1540334592,'ru'),(1540335104,'pl'),(1540336128,'ru'),(1540336640,'mc'),(1540337664,'fr'),(1540338176,'ru'),(1540339200,'ua'),(1540339712,'pl'),(1540340736,'cz'),(1540341248,'bg'),(1540341760,'uk'),(1540342272,'ua'),(1540342784,'es'),(1540343296,'uk'),(1540343808,'pl'),(1540344832,'ua'),(1540345344,'il'),(1540345856,'fr'),(1540346368,'cz'),(1540346880,'uk'),(1540347392,'dk'),(1540347904,'ro'),(1540348416,'ua'),(1540348928,'uk'),(1540349440,'at'),(1540349952,'ua'),(1540350464,'no'),(1540350976,'dk'),(1540351488,'ro'),(1540352000,'nl'),(1540352512,'cz'),(1540353024,'gr'),(1540353536,'ru'),(1540354048,'il'),(1540354560,'pl'),(1540355072,'ua'),(1540355584,'ru'),(1540356608,'de'),(1540357120,'ru'),(1540357632,'fr'),(1540358144,'ru'),(1540358400,'uk'),(1540358656,'se'),(1540358912,'uk'),(1540359168,'sa'),(1540359424,'de'),(1540359680,'uk'),(1540359936,'at'),(1540360192,'no'),(1540360448,'uk'),(1540360704,'pl'),(1540360960,'uk'),(1540361216,'be'),(1540361472,'de'),(1540361728,'it'),(1540361984,'ee'),(1540362240,'dk'),(1540362496,'de'),(1540363008,'fr'),(1540363264,'ru'),(1540363520,'de'),(1540363776,'is'),(1540364032,'ru'),(1540364288,'no'),(1540364544,'ua'),(1540364800,'ee'),(1540365056,'si'),(1540365312,'de'),(1540365568,'ru'),(1540365824,'ch'),(1540366080,'ie'),(1540366336,'pl'),(1540366592,'ru'),(1540366848,'nl'),(1540367104,'ru'),(1540367360,'hu'),(1540367616,'be'),(1540367872,'de'),(1540368128,'ru'),(1540368384,'fr'),(1540368640,'sk'),(1540368896,'ru'),(1540369408,'pl'),(1540369664,'de'),(1540369920,'ua'),(1540370176,'de'),(1540370432,'lb'),(1540370688,'de'),(1540370944,'pl'),(1540371200,'be'),(1540371456,'ua'),(1540371712,'uk'),(1540371968,'no'),(1540372224,'pl'),(1540372480,'at'),(1540372736,'gr'),(1540372992,'de'),(1540373248,'ua'),(1540373504,'nl'),(1540373760,'tr'),(1540374016,'nl'),(1540374272,'hu'),(1540374528,'cz'),(1540374784,'ua'),(1540375040,'de'),(1540375296,'uk'),(1540375552,'de'),(1540375808,'nl'),(1540376064,'tr'),(1540376320,'dk'),(1540376576,'pl'),(1540376832,'ru'),(1540377088,'de'),(1540377344,'ro'),(1540377600,'am'),(1540377856,'es'),(1540378112,'pl'),(1540378368,'ch'),(1540378624,'at'),(1540378880,'se'),(1540379136,'ch'),(1540379392,'de'),(1540379648,'ru'),(1540379904,'uk'),(1540380160,'il'),(1540380416,'nl'),(1540380672,'si'),(1540380928,'rs'),(1540381184,'ro'),(1540381440,'at'),(1540381696,'ro'),(1540381952,'pl'),(1540382208,'ua'),(1540382464,'uk'),(1540382720,'cy'),(1540382976,'ua'),(1540383232,'at'),(1540383488,'uk'),(1540383744,'ro'),(1540384000,'si'),(1540384256,'fr'),(1540384512,'se'),(1540384768,'hr'),(1540385024,'uk'),(1540385280,'pl'),(1540385536,'de'),(1540385792,'fr'),(1540386048,'eu'),(1540386304,'nl'),(1540386560,'eu'),(1540386816,'it'),(1540387072,'ru'),(1540387328,'uk'),(1540387584,'ua'),(1540388096,'uk'),(1540388352,'il'),(1540388608,'ru'),(1540388864,'ro'),(1540389120,'ru'),(1540389376,'uk'),(1540389632,'ro'),(1540389888,'uk'),(1540390144,'si'),(1540390400,'ru'),(1540390656,'ua'),(1540390912,'sa'),(1540391168,'il'),(1540391424,'ch'),(1540391680,'nl'),(1540391936,'ru'),(1540392192,'pl'),(1540392448,'ru'),(1540392704,'pl'),(1540392960,'uk'),(1540393472,'ua'),(1540393728,'il'),(1540394240,'uk'),(1540394496,'ro'),(1540394752,'dk'),(1540395008,'ge'),(1540395264,'ua'),(1540395520,'uk'),(1540395776,'il'),(1540396032,'no'),(1540396288,'am'),(1540396544,'pl'),(1540396800,'ru'),(1540397056,'it'),(1540397312,'ua'),(1540397824,'eu'),(1540398080,'sa'),(1540398336,'dk'),(1540398592,'it'),(1540398848,'de'),(1540399360,'ru'),(1540399616,'cz'),(1540399872,'uk'),(1540400128,'nl'),(1540400384,'ir'),(1540400640,'ru'),(1540400896,'nl'),(1540401152,'si'),(1540401408,'at'),(1540401664,'uk'),(1540401920,'ru'),(1540402176,'uk'),(1540402432,'ch'),(1540402688,'se'),(1540402944,'eu'),(1540403200,'at'),(1540403456,'uk'),(1540403712,'ro'),(1540404224,'ch'),(1540404480,'fr'),(1540404736,'pl'),(1540404992,'ru'),(1540405760,'pl'),(1540406016,'ru'),(1540406272,'se'),(1540406528,'pl'),(1540407040,'de'),(1540407808,'ua'),(1540408064,'it'),(1540408320,'nl'),(1540408576,'hr'),(1540408832,'ua'),(1540409088,'tr'),(1540409344,'si'),(1540409600,'at'),(1540409856,'de'),(1540410112,'kw'),(1540410368,'ch'),(1540410624,'ru'),(1540410880,'tr'),(1540411136,'nl'),(1540411392,'cz'),(1540411648,'fr'),(1540411904,'ru'),(1540412160,'be'),(1540412416,'de'),(1540412672,'ro'),(1540412928,'fr'),(1540413184,'ro'),(1540413440,'ru'),(1540413696,'at'),(1540413952,'il'),(1540414208,'uk'),(1540414464,'be'),(1540414720,'se'),(1540414976,'fr'),(1540415232,'ro'),(1540415488,'fr'),(1540415744,'si'),(1540416000,'fr'),(1540416256,'ch'),(1540416512,'cz'),(1540416768,'nl'),(1540417024,'ru'),(1540417280,'ua'),(1540417536,'ru'),(1540417792,'hr'),(1540418048,'ro'),(1540418560,'uk'),(1540418816,'eu'),(1540419072,'ru'),(1540419328,'eu'),(1540419584,'uk'),(1540419840,'nl'),(1540420096,'uk'),(1540420608,'de'),(1540420864,'uk'),(1540421120,'ua'),(1540421376,'pl'),(1540421632,'ru'),(1540422144,'pl'),(1540422400,'ua'),(1540422656,'uk'),(1540422912,'ru'),(1540423424,'si'),(1540423680,'se'),(1540423936,'ua'),(1540424192,'at'),(1540424448,'ch'),(1540424704,'pl'),(1540424960,'ro'),(1540425216,'uk'),(1540425472,'nl'),(1540425728,'bg'),(1540425984,'de'),(1540426240,'uk'),(1540426496,'cz'),(1540426752,'nl'),(1540427264,'cz'),(1540427520,'fr'),(1540427776,'ru'),(1540428288,'si'),(1540428544,'uk'),(1540428800,'pl'),(1540429056,'bg'),(1540429312,'ro'),(1540429824,'ua'),(1540430080,'fr'),(1540430336,'de'),(1540430592,'pl'),(1540430848,'uk'),(1540431104,'fi'),(1540431360,'no'),(1540431616,'uk'),(1540431872,'hr'),(1540432128,'at'),(1540432384,'uk'),(1540432640,'eu'),(1540432896,'ua'),(1540433152,'uk'),(1540433408,'am'),(1540433664,'dk'),(1540433920,'uk'),(1540434176,'ch'),(1540434432,'de'),(1540434688,'uk'),(1540434944,'fr'),(1540435200,'ro'),(1540435456,'gr'),(1540435968,'cz'),(1540436224,'si'),(1540436480,'uk'),(1540436736,'ua'),(1540436992,'de'),(1540437248,'ch'),(1540437504,'cz'),(1540437760,'ua'),(1540438016,'pl'),(1540438272,'lb'),(1540438528,'cz'),(1540438784,'ru'),(1540439040,'no'),(1540439296,'ro'),(1540439552,'pl'),(1540440064,'ua'),(1540440320,'ru'),(1540440576,'cz'),(1540440832,'uk'),(1540441088,'pl'),(1540441344,'ru'),(1540441600,'ua'),(1540441856,'uk'),(1540442112,'ru'),(1540442368,'uk'),(1540442624,'ie'),(1540442880,'at'),(1540443136,'ru'),(1540443904,'uk'),(1540444160,'ru'),(1540444416,'de'),(1540444672,'uk'),(1540445184,'ch'),(1540445440,'ru'),(1540445696,'uk'),(1540445952,'de'),(1540446208,'no'),(1540446464,'at'),(1540446720,'ua'),(1540446976,'ru'),(1540447232,'de'),(1540447488,'pl'),(1540447744,'ru'),(1540448000,'pl'),(1540448256,'ua'),(1540448512,'it'),(1540448768,'ch'),(1540449024,'uk'),(1540449280,'ua'),(1540449536,'cz'),(1540449792,'ro'),(1540450048,'de'),(1540450304,'uk'),(1540450560,'am'),(1540450816,'uk'),(1540451072,'fr'),(1540451328,'eu'),(1540451584,'ro'),(1540451840,'uk'),(1540452352,'at'),(1540452608,'il'),(1540452864,'hu'),(1540453120,'ru'),(1540453376,'pl'),(1540453632,'eu'),(1540453888,'ua'),(1540454144,'ru'),(1540454400,'de'),(1540454912,'ru'),(1540455168,'ro'),(1540455424,'cz'),(1540455680,'uk'),(1540455936,'ua'),(1540456192,'ru'),(1540457216,'ge'),(1540457472,'si'),(1540457728,'be'),(1540457984,'ch'),(1540458240,'es'),(1540458496,'hr'),(1540458752,'nl'),(1540459008,'ua'),(1540459520,'uk'),(1540459776,'pl'),(1540460032,'uk'),(1540460800,'si'),(1540461056,'bg'),(1540461312,'ru'),(1540461824,'ro'),(1540462080,'si'),(1540462336,'ua'),(1540462592,'pl'),(1540463104,'eu'),(1540463360,'pl'),(1540463616,'dk'),(1540463872,'ua'),(1540464128,'ch'),(1540464384,'de'),(1540464896,'uk'),(1540465408,'eu'),(1540466176,'dk'),(1540466432,'ru'),(1540466688,'nl'),(1540466944,'ch'),(1540467456,'ro'),(1540467712,'kw'),(1540467968,'gr'),(1540468224,'eu'),(1540468480,'fr'),(1540468736,'ua'),(1540468992,'pl'),(1540469248,'uk'),(1540469504,'ro'),(1540469760,'pl'),(1540470016,'si'),(1540470272,'il'),(1540470528,'cz'),(1540471040,'de'),(1540471296,'cz'),(1540471552,'uk'),(1540471808,'si'),(1540472064,'ro'),(1540472320,'dk'),(1540472576,'fr'),(1540472832,'nl'),(1540473088,'ua'),(1540473344,'it'),(1540473600,'ro'),(1540473856,'uk'),(1540474368,'ro'),(1540474624,'pl'),(1540474880,'uk'),(1540475136,'ua'),(1540475904,'ch'),(1540476160,'ua'),(1540476672,'si'),(1540476928,'nl'),(1540477184,'ro'),(1540477440,'ua'),(1540477696,'de'),(1540477952,'no'),(1540478208,'nl'),(1540478464,'ua'),(1540478720,'sa'),(1540478976,'hr'),(1540479232,'uk'),(1540479488,'ru'),(1540479744,'at'),(1540480000,'uk'),(1540480256,'pl'),(1540480768,'uk'),(1540481024,'lt'),(1540481280,'uk'),(1540481536,'ua'),(1540481792,'ru'),(1540482048,'dk'),(1540482304,'fr'),(1540482560,'eu'),(1540482816,'de'),(1540483072,'se'),(1540483328,'cz'),(1540483584,'ru'),(1540483840,'ua'),(1540484096,'dk'),(1540484352,'si'),(1540484608,'ua'),(1540485120,'se'),(1540485376,'ro'),(1540485632,'ir'),(1540485888,'uk'),(1540486144,'eu'),(1540486400,'fr'),(1540486656,'uk'),(1540486912,'sk'),(1540487168,'ps'),(1540487424,'ua'),(1540487680,'de'),(1540487936,'uk'),(1540488448,'sa'),(1540488704,'uk'),(1540488960,'ro'),(1540489216,'ru'),(1540491264,'ua'),(1540493312,'cz'),(1540494336,'ua'),(1540495360,'cz'),(1540496384,'ua'),(1540498432,'cz'),(1540499456,'am'),(1540500480,'ru'),(1540501504,'pl'),(1540502528,'ru'),(1540503552,'cz'),(1540504576,'se'),(1540505600,'ru'),(1540506624,'uk'),(1540507648,'ru'),(1540508672,'ua'),(1540509696,'ro'),(1540510720,'ru'),(1540511744,'bg'),(1540512768,'ua'),(1540514816,'uk'),(1540515840,'cz'),(1540516864,'ua'),(1540517888,'ru'),(1540518912,'ua'),(1540519936,'cz'),(1540521984,'pl'),(1540523008,'cz'),(1540524032,'al'),(1540525056,'at'),(1540526080,'ua'),(1540528128,'cz'),(1540529152,'ua'),(1540530176,'cz'),(1540531200,'ua'),(1540532224,'cz'),(1540534272,'ua'),(1540535296,'sk'),(1540536320,'ru'),(1540537344,'ua'),(1540538368,'ru'),(1540541440,'cz'),(1540542464,'pl'),(1540543488,'de'),(1540544512,'ru'),(1540545536,'at'),(1540546560,'ru'),(1540547584,'ua'),(1540548608,'ie'),(1540549632,'pl'),(1540552704,'ua'),(1540553728,'ru'),(1540555776,'uz'),(1540556800,'de'),(1540557824,'ua'),(1540559872,'ru'),(1540562944,'at'),(1540563968,'ru'),(1540564992,'de'),(1540566016,'ru'),(1540567040,'md'),(1540568064,'cz'),(1540569088,'ru'),(1540571136,'ua'),(1540573184,'nl'),(1540574208,'ru'),(1540576256,'pl'),(1540577280,'ru'),(1540578304,'ua'),(1540579328,'ie'),(1540580352,'pl'),(1540581376,'ru'),(1540582400,'bg'),(1540583424,'de'),(1540584448,'ua'),(1540586496,'ru'),(1540587520,'ua'),(1540589568,'ru'),(1540593664,'uk'),(1540594688,'it'),(1540595712,'uz'),(1540596736,'fr'),(1540597760,'se'),(1540598784,'cz'),(1540599808,'ua'),(1540600832,'ru'),(1540602880,'bg'),(1540603904,'ru'),(1540605952,'md'),(1540606976,'ua'),(1540608000,'ru'),(1540609024,'ua'),(1540610048,'ru'),(1540611072,'pl'),(1540612096,'de'),(1540613120,'cz'),(1540614144,'bg'),(1540615168,'ru'),(1540616192,'at'),(1540617216,'lt'),(1540618240,'ua'),(1540619264,'pl'),(1540620288,'nl'),(1540620544,'lb'),(1540620800,'pl'),(1540621056,'eu'),(1540621312,'ba'),(1540621568,'pl'),(1540621824,'ru'),(1540622336,'kw'),(1540622592,'pl'),(1540622848,'cz'),(1540623104,'se'),(1540623360,'uk'),(1540623616,'bg'),(1540623872,'ro'),(1540624128,'rs'),(1540624384,'ir'),(1540624640,'bg'),(1540624896,'uk'),(1540625152,'ir'),(1540625408,'cz'),(1540625664,'fr'),(1540625920,'ua'),(1540626176,'ro'),(1540626432,'si'),(1540626688,'pl'),(1540626944,'fr'),(1540627200,'pl'),(1540627456,'dk'),(1540627712,'ch'),(1540627968,'pl'),(1540628224,'hr'),(1540628480,'kw'),(1540628736,'pl'),(1540628992,'ua'),(1540629248,'ro'),(1540629504,'dk'),(1540629760,'bg'),(1540630016,'ua'),(1540630272,'ro'),(1540630528,'ch'),(1540630784,'cz'),(1540631040,'nl'),(1540631296,'uk'),(1540631552,'hr'),(1540631808,'ua'),(1540632064,'uk'),(1540632320,'cz'),(1540632576,'dk'),(1540632832,'uk'),(1540633088,'ru'),(1540633344,'uk'),(1540633600,'ro'),(1540633856,'de'),(1540634112,'fr'),(1540634624,'ua'),(1540634880,'ru'),(1540635136,'fr'),(1540635392,'ro'),(1540635648,'ru'),(1540636160,'ro'),(1540636416,'lv'),(1540636672,'cz'),(1540636928,'ua'),(1540637184,'ro'),(1540637440,'sa'),(1540637696,'ru'),(1540637952,'si'),(1540638208,'ro'),(1540638464,'am'),(1540638720,'ua'),(1540638976,'ro'),(1540639488,'ch'),(1540639744,'il'),(1540640000,'uk'),(1540640256,'fr'),(1540640512,'es'),(1540640768,'ua'),(1540641024,'ru'),(1540641280,'cz'),(1540641536,'de'),(1540641792,'pl'),(1540642048,'de'),(1540642304,'pl'),(1540642560,'de'),(1540642816,'ie'),(1540643072,'uz'),(1540643328,'uk'),(1540643584,'ch'),(1540643840,'no'),(1540644096,'uk'),(1540644608,'de'),(1540644864,'nl'),(1540645120,'ua'),(1540645376,'fr'),(1540645632,'nl'),(1540645888,'pl'),(1540646144,'ro'),(1540646400,'ps'),(1540646656,'se'),(1540646912,'ua'),(1540647168,'uk'),(1540647424,'ua'),(1540647680,'uk'),(1540648192,'ch'),(1540648448,'ro'),(1540648960,'eu'),(1540649216,'de'),(1540649472,'il'),(1540649728,'uk'),(1540649984,'eu'),(1540650240,'ch'),(1540650496,'ru'),(1540650752,'eu'),(1540651008,'ro'),(1540651264,'ch'),(1540651520,'mk'),(1540651776,'cz'),(1540652288,'ua'),(1540652544,'de'),(1540652800,'uk'),(1540653056,'fr'),(1540653312,'dk'),(1540653568,'de'),(1540653824,'uk'),(1540654336,'ru'),(1540654592,'si'),(1540654848,'cz'),(1540655104,'at'),(1540655360,'ru'),(1540655616,'uk'),(1540655872,'nl'),(1540656384,'ua'),(1540656640,'cz'),(1540656896,'ro'),(1540657152,'de'),(1540657408,'ua'),(1540657664,'ru'),(1540657920,'fr'),(1540658176,'ro'),(1540658432,'cz'),(1540658688,'ua'),(1540658944,'ru'),(1540659200,'fr'),(1540659456,'ua'),(1540659968,'pl'),(1540660224,'uk'),(1540660480,'eu'),(1540660736,'uk'),(1540660992,'ro'),(1540661248,'uk'),(1540661504,'ro'),(1540662528,'pl'),(1540662784,'uk'),(1540663040,'it'),(1540663296,'ru'),(1540663552,'pl'),(1540664064,'ru'),(1540664320,'pl'),(1540664576,'ua'),(1540665088,'uk'),(1540665344,'nl'),(1540665600,'ua'),(1540665856,'tr'),(1540666112,'ru'),(1540666368,'uz'),(1540666624,'de'),(1540666880,'uk'),(1540667136,'nl'),(1540667648,'be'),(1540668160,'at'),(1540668416,'se'),(1540668672,'il'),(1540668928,'ro'),(1540669184,'eu'),(1540669440,'ro'),(1540669696,'kz'),(1540669952,'ua'),(1540670208,'ru'),(1540670464,'ch'),(1540670720,'ru'),(1540671232,'si'),(1540671488,'ch'),(1540671744,'bg'),(1540672000,'uk'),(1540672256,'ua'),(1540672512,'eu'),(1540672768,'fr'),(1540673024,'de'),(1540673280,'uk'),(1540673536,'si'),(1540673792,'se'),(1540674048,'cz'),(1540674304,'eu'),(1540674560,'uk'),(1540674816,'ge'),(1540675072,'cz'),(1540675328,'nl'),(1540675584,'uk'),(1540675840,'ru'),(1540676352,'it'),(1540676608,'ru'),(1540676864,'cz'),(1540677120,'uk'),(1540677376,'pl'),(1540677632,'dk'),(1540677888,'de'),(1540678144,'cz'),(1540678400,'ro'),(1540678656,'se'),(1540678912,'ro'),(1540679168,'ru'),(1540679424,'pl'),(1540679680,'lv'),(1540679936,'bg'),(1540680192,'uk'),(1540680448,'bg'),(1540680704,'eu'),(1540680960,'nl'),(1540681216,'fr'),(1540681472,'cz'),(1540681728,'de'),(1540681984,'it'),(1540682240,'pl'),(1540682496,'de'),(1540682752,'eu'),(1540683264,'hr'),(1540683776,'ua'),(1540684032,'cz'),(1540684288,'hu'),(1540684544,'si'),(1540684800,'ir'),(1540685056,'cz'),(1540685312,'ro'),(1540685568,'fr'),(1540685824,'eu'),(1540686080,'tr'),(1540686336,'ch'),(1540686592,'uk'),(1540686848,'ch'),(1540687104,'ru'),(1540687360,'de'),(1540687616,'it'),(1540687872,'cz'),(1540688128,'hu'),(1540688384,'cz'),(1540688640,'ro'),(1540688896,'si'),(1540689152,'nl'),(1540689408,'ru'),(1540689664,'fr'),(1540689920,'ro'),(1540690176,'nl'),(1540690432,'sa'),(1540690688,'ro'),(1540690944,'de'),(1540691456,'uk'),(1540691712,'cz'),(1540691968,'ch'),(1540692224,'eu'),(1540692480,'fr'),(1540692736,'de'),(1540692992,'uk'),(1540693248,'cz'),(1540693504,'es'),(1540693760,'uz'),(1540694016,'ch'),(1540694528,'ro'),(1540695040,'de'),(1540695296,'nl'),(1540695552,'pl'),(1540695808,'cz'),(1540696064,'hu'),(1540696320,'fr'),(1540696576,'uk'),(1540696832,'ee'),(1540697088,'cz'),(1540697344,'uk'),(1540697856,'no'),(1540698112,'de'),(1540698368,'ie'),(1540698624,'uk'),(1540698880,'ru'),(1540699136,'it'),(1540699392,'nl'),(1540699648,'at'),(1540699904,'ro'),(1540700160,'de'),(1540700416,'ro'),(1540700672,'pl'),(1540700928,'cz'),(1540701184,'de'),(1540701696,'ua'),(1540701952,'uk'),(1540702208,'pl'),(1540702464,'uk'),(1540702720,'at'),(1540702976,'cz'),(1540703232,'de'),(1540703488,'nl'),(1540703744,'dk'),(1540704000,'pl'),(1540704256,'ua'),(1540704512,'ie'),(1540704768,'ua'),(1540705024,'ro'),(1540705536,'at'),(1540705792,'nl'),(1540706048,'fr'),(1540706304,'si'),(1540706560,'uk'),(1540706816,'fr'),(1540707072,'de'),(1540707328,'uk'),(1540707584,'nl'),(1540707840,'ro'),(1540708096,'ru'),(1540708352,'pl'),(1540708608,'si'),(1540708864,'fr'),(1540709120,'uk'),(1540709376,'ua'),(1540710144,'nl'),(1540710400,'pl'),(1540710656,'fi'),(1540710912,'de'),(1540711168,'uk'),(1540711424,'ch'),(1540711680,'ro'),(1540711936,'eu'),(1540712192,'uk'),(1540712448,'ru'),(1540712704,'lv'),(1540713216,'pl'),(1540713728,'ru'),(1540713984,'uk'),(1540714240,'ro'),(1540714496,'nl'),(1540714752,'ru'),(1540715264,'ro'),(1540715520,'de'),(1540715776,'ua'),(1540716032,'pl'),(1540716288,'ua'),(1540716544,'cz'),(1540717312,'pl'),(1540717824,'ua'),(1540718336,'de'),(1540718592,'ch'),(1540718848,'it'),(1540719104,'ru'),(1540719360,'si'),(1540719616,'at'),(1540719872,'ch'),(1540720128,'nl'),(1540720384,'ro'),(1540720640,'ch'),(1540720896,'pl'),(1540721152,'cz'),(1540721664,'uk'),(1540721920,'ru'),(1540722432,'cz'),(1540722688,'ru'),(1540722944,'eu'),(1540723200,'fr'),(1540723456,'si'),(1540723712,'ru'),(1540723968,'ua'),(1540724224,'hu'),(1540724480,'de'),(1540724736,'il'),(1540724992,'it'),(1540725248,'ua'),(1540725504,'uk'),(1540725760,'pl'),(1540726016,'cz'),(1540726272,'ru'),(1540726528,'ch'),(1540726784,'cz'),(1540727040,'fi'),(1540727296,'pl'),(1540727552,'ru'),(1540727808,'uk'),(1540728064,'nl'),(1540728320,'ru'),(1540728576,'cz'),(1540728832,'ru'),(1540729344,'pl'),(1540729600,'ch'),(1540729856,'ru'),(1540730112,'uk'),(1540730368,'ua'),(1540730880,'il'),(1540731136,'de'),(1540731392,'nl'),(1540731648,'ie'),(1540731904,'fr'),(1540732160,'ro'),(1540732416,'ua'),(1540732672,'uk'),(1540732928,'ru'),(1540733184,'ua'),(1540733440,'ru'),(1540733696,'ua'),(1540733952,'uk'),(1540734208,'ru'),(1540734464,'nl'),(1540734720,'uk'),(1540734976,'ua'),(1540735232,'pl'),(1540735488,'ch'),(1540735744,'nl'),(1540736000,'ru'),(1540736256,'it'),(1540736512,'de'),(1540736768,'uk'),(1540737792,'no'),(1540738048,'at'),(1540738304,'sa'),(1540738560,'pl'),(1540738816,'de'),(1540739072,'se'),(1540739328,'de'),(1540739584,'it'),(1540739840,'cz'),(1540740096,'uk'),(1540740352,'sa'),(1540740608,'nl'),(1540740864,'ro'),(1540741120,'uk'),(1540741376,'ua'),(1540741632,'nl'),(1540741888,'uk'),(1540742144,'cz'),(1540742400,'de'),(1540742656,'at'),(1540742912,'cz'),(1540743168,'no'),(1540743424,'ru'),(1540743680,'md'),(1540743936,'ch'),(1540744192,'gr'),(1540744448,'ua'),(1540744704,'uk'),(1540744960,'ua'),(1540745216,'de'),(1540745472,'cz'),(1540745728,'at'),(1540746240,'fr'),(1540746496,'pl'),(1540747264,'ru'),(1540747520,'si'),(1540747776,'fr'),(1540748032,'ru'),(1540748288,'cz'),(1540748544,'tr'),(1540748800,'se'),(1540749056,'cz'),(1540749312,'uz'),(1540749568,'cz'),(1540749824,'se'),(1540750080,'be'),(1540750336,'de'),(1540750592,'tr'),(1540751104,'pl'),(1540752384,'uk'),(1540753408,'de'),(1540754432,'ro'),(1540755456,'ua'),(1540756480,'dk'),(1540757504,'pl'),(1540758528,'ua'),(1540760576,'pl'),(1540761600,'ru'),(1540762624,'lu'),(1540763648,'ua'),(1540764672,'pl'),(1540765696,'ru'),(1540766720,'it'),(1540767744,'ua'),(1540768768,'cz'),(1540769792,'it'),(1540770816,'ru'),(1540771840,'ua'),(1540772864,'cz'),(1540773888,'ie'),(1540774912,'ru'),(1540776960,'il'),(1540777984,'hr'),(1540779008,'cz'),(1540780032,'ua'),(1540781056,'ru'),(1540782080,'cz'),(1540784128,'ua'),(1540786176,'cz'),(1540790272,'kw'),(1540791296,'cz'),(1540792320,'ua'),(1540793344,'fi'),(1540794368,'ch'),(1540795392,'ru'),(1540796416,'cz'),(1540797440,'ua'),(1540798464,'ru'),(1540799488,'ro'),(1540800512,'cz'),(1540801536,'ru'),(1540804608,'ua'),(1540805632,'cz'),(1540809728,'uk'),(1540810752,'ua'),(1540811776,'pl'),(1540812800,'ru'),(1540813824,'ua'),(1540814848,'cz'),(1540815872,'de'),(1540816896,'pl'),(1540817920,'nl'),(1540818944,'ua'),(1540819968,'cz'),(1540822016,'fr'),(1540823040,'ua'),(1540824064,'ru'),(1540825088,'pl'),(1540826112,'ru'),(1540827136,'ua'),(1540828160,'pl'),(1540829184,'ru'),(1540830208,'ua'),(1540833280,'es'),(1540834304,'ua'),(1540835328,'de'),(1540836352,'ru'),(1540837376,'pl'),(1540838400,'ua'),(1540839424,'cz'),(1540840448,'se'),(1540841472,'ro'),(1540842496,'nl'),(1540843520,'pl'),(1540844544,'cz'),(1540845568,'ru'),(1540846592,'de'),(1540847616,'cz'),(1540850688,'fi'),(1540851712,'ua'),(1540852736,'ru'),(1540853760,'cz'),(1540854784,'nl'),(1540855808,'cz'),(1540856832,'nl'),(1540857856,'dk'),(1540858880,'uk'),(1540859904,'ru'),(1540860928,'cz'),(1540862976,'uk'),(1540865024,'ru'),(1540872192,'bg'),(1540873216,'ru'),(1540875264,'pl'),(1540876288,'ru'),(1540877312,'pl'),(1540878336,'at'),(1540879360,'ru'),(1540880384,'ua'),(1540881408,'ru'),(1540882432,'se'),(1540882688,'lv'),(1540883200,'ua'),(1540883456,'ir'),(1540883712,'pl'),(1540883968,'ie'),(1540884224,'se'),(1540884480,'de'),(1540884736,'uk'),(1540884992,'be'),(1540885248,'ua'),(1540885504,'es'),(1540885760,'de'),(1540886016,'dk'),(1540886272,'ua'),(1540886528,'pl'),(1540886784,'it'),(1540887040,'eu'),(1540887296,'fr'),(1540887552,'be'),(1540887808,'lt'),(1540888064,'ua'),(1540888320,'de'),(1540888576,'se'),(1540888832,'pl'),(1540889088,'fr'),(1540889344,'ro'),(1540889600,'ua'),(1540889856,'fr'),(1540890112,'pl'),(1540890368,'eu'),(1540890624,'se'),(1540890880,'de'),(1540891136,'nl'),(1540891392,'de'),(1540891648,'eu'),(1540892160,'it'),(1540892416,'ua'),(1540892672,'uk'),(1540892928,'be'),(1540893184,'uk'),(1540893440,'fr'),(1540893696,'hu'),(1540893952,'de'),(1540894208,'ru'),(1540894464,'ro'),(1540894720,'rs'),(1540894976,'ru'),(1540895488,'pl'),(1540895744,'ro'),(1540896000,'ru'),(1540896256,'si'),(1540896512,'uk'),(1540896768,'ie'),(1540897024,'uk'),(1540897280,'fr'),(1540897536,'ua'),(1540897792,'hu'),(1540898048,'ua'),(1540898304,'se'),(1540898560,'uk'),(1540898816,'pl'),(1540899328,'ru'),(1540899584,'fr'),(1540899840,'ru'),(1540900352,'hu'),(1540900608,'bg'),(1540900864,'cz'),(1540901376,'de'),(1540901632,'eu'),(1540901888,'gr'),(1540902144,'fi'),(1540902400,'ro'),(1540902656,'de'),(1540902912,'ro'),(1540903168,'ru'),(1540903424,'uk'),(1540903680,'ch'),(1540904448,'ee'),(1540904704,'si'),(1540904960,'uk'),(1540905472,'de'),(1540905728,'tr'),(1540905984,'at'),(1540906240,'uk'),(1540906496,'ua'),(1540906752,'bg'),(1540907008,'ru'),(1540907264,'md'),(1540907520,'cz'),(1540907776,'pl'),(1540908032,'nl'),(1540908288,'dk'),(1540908544,'it'),(1540908800,'dk'),(1540909056,'nl'),(1540909312,'uk'),(1540909568,'cz'),(1540909824,'fr'),(1540910080,'de'),(1540910336,'si'),(1540910592,'fr'),(1540910848,'se'),(1540911104,'uk'),(1540911360,'nl'),(1540911616,'ru'),(1540912128,'uk'),(1540912384,'pt'),(1540912640,'dk'),(1540912896,'tr'),(1540913152,'uk'),(1540913408,'ru'),(1540913664,'md'),(1540913920,'cz'),(1540914176,'pl'),(1540914688,'ru'),(1540914944,'it'),(1540915200,'de'),(1540915456,'ru'),(1540915968,'nl'),(1540916480,'cz'),(1540916736,'pl'),(1540916992,'ua'),(1540917248,'fi'),(1540917504,'uk'),(1540917760,'de'),(1540918016,'fr'),(1540918528,'ua'),(1540918784,'nl'),(1540919040,'uk'),(1540919296,'ro'),(1540919552,'be'),(1540919808,'cz'),(1540920064,'ru'),(1540920320,'tr'),(1540920576,'pl'),(1540920832,'hu'),(1540921088,'ro'),(1540921600,'mt'),(1540922112,'es'),(1540922368,'eu'),(1540922880,'de'),(1540923136,'eu'),(1540923392,'pl'),(1540923648,'ua'),(1540923904,'nl'),(1540924160,'lt'),(1540924416,'cz'),(1540924928,'md'),(1540925184,'ru'),(1540925440,'cz'),(1540925696,'nl'),(1540925952,'tr'),(1540926208,'fr'),(1540926464,'si'),(1540926720,'ua'),(1540926976,'bg'),(1540927232,'ru'),(1540927488,'ua'),(1540927744,'eu'),(1540928000,'kz'),(1540928256,'cz'),(1540928512,'gr'),(1540928768,'uk'),(1540929024,'dk'),(1540929280,'eu'),(1540929536,'nl'),(1540929792,'cz'),(1540930048,'uk'),(1540930304,'cz'),(1540930560,'kw'),(1540930816,'kz'),(1540931072,'cz'),(1540931328,'pl'),(1540931584,'ru'),(1540931840,'uk'),(1540932096,'pl'),(1540932352,'fr'),(1540932608,'ua'),(1540932864,'uk'),(1540933120,'ru'),(1540933376,'eu'),(1540933632,'nl'),(1540933888,'tr'),(1540934144,'pl'),(1540934400,'fr'),(1540934656,'pl'),(1540934912,'ru'),(1540935168,'gr'),(1540935424,'nl'),(1540935680,'ru'),(1540935936,'fr'),(1540936192,'il'),(1540936448,'ru'),(1540936960,'pl'),(1540937472,'cz'),(1540937728,'de'),(1540937984,'ru'),(1540938240,'uk'),(1540938496,'es'),(1540938752,'cz'),(1540939008,'fr'),(1540939264,'il'),(1540939520,'tr'),(1540939776,'pl'),(1540940032,'eu'),(1540940288,'dk'),(1540940544,'eu'),(1540941056,'ch'),(1540941312,'at'),(1540941568,'cz'),(1540941824,'ua'),(1540942080,'eu'),(1540942592,'de'),(1540942848,'ie'),(1540943104,'ua'),(1540943360,'be'),(1540943616,'pl'),(1540943872,'ua'),(1540944128,'ie'),(1540944384,'at'),(1540944640,'de'),(1540944896,'ua'),(1540945152,'de'),(1540945408,'uk'),(1540945664,'at'),(1540945920,'de'),(1540946176,'at'),(1540946432,'ru'),(1540946688,'ua'),(1540946944,'il'),(1540947200,'bg'),(1540947456,'pl'),(1540947712,'is'),(1540947968,'pl'),(1540948480,'cz'),(1540948992,'eu'),(1540949504,'ru'),(1540950016,'ua'),(1540950528,'cz'),(1540951552,'rs'),(1540952064,'cz'),(1540952576,'pl'),(1540953088,'ru'),(1540980736,'uk'),(1540980992,'ru'),(1540981248,'eu'),(1540981504,'de'),(1540981760,'pl'),(1540982016,'dk'),(1540982272,'uk'),(1540982784,'ru'),(1540983296,'si'),(1541013504,'eu'),(1541014528,'am'),(1541015552,'cz'),(1541016576,'ua'),(1541019648,'ru'),(1541020672,'ua'),(1541021696,'cz'),(1541023744,'ru'),(1541024768,'cz'),(1541025792,'ua'),(1541026816,'lv'),(1541027840,'ru'),(1541028864,'pl'),(1541029888,'ua'),(1541030912,'de'),(1541031936,'ua'),(1541032960,'pl'),(1541033984,'bg'),(1541035008,'cz'),(1541036032,'eu'),(1541037056,'ru'),(1541038080,'cz'),(1541039104,'ru'),(1541040128,'ua'),(1541041152,'ru'),(1541042176,'cz'),(1541043200,'ru'),(1541044224,'ua'),(1541045248,'nl'),(1541046272,'ru'),(1541049344,'cz'),(1541050368,'ua'),(1541051392,'nl'),(1541052416,'eu'),(1541053440,'pl'),(1541054464,'ru'),(1541055488,'nl'),(1541056512,'ru'),(1541057536,'rs'),(1541058560,'ru'),(1541059584,'cz'),(1541060608,'no'),(1541061632,'cz'),(1541062656,'eu'),(1541063680,'pl'),(1541065728,'nl'),(1541066752,'pl'),(1541067776,'ua'),(1541068800,'pl'),(1541069824,'ru'),(1543503872,'uk'),(1545601024,'se'),(1545863168,'ru'),(1545895936,'ba'),(1545928704,'si'),(1545961472,'ru'),(1545994240,'cz'),(1546027008,'ru'),(1546059776,'se'),(1546063872,'de'),(1546067968,'se'),(1546072064,'md'),(1546076160,'ru'),(1546080256,'az'),(1546084352,'ru'),(1546088448,'de'),(1546092544,'ru'),(1546096640,'it'),(1546100736,'at'),(1546104832,'ie'),(1546108928,'uk'),(1546113024,'ru'),(1546121216,'fr'),(1546125312,'uk'),(1546256384,'ru'),(1546264576,'tr'),(1546266624,'ru'),(1546268672,'ir'),(1546270720,'uk'),(1546272768,'no'),(1546274816,'se'),(1546278912,'ru'),(1546280960,'it'),(1546283008,'ch'),(1546285056,'pl'),(1546287104,'uk'),(1546289152,'ru'),(1546291200,'at'),(1546293248,'uk'),(1546295296,'se'),(1546297344,'ru'),(1546299392,'uk'),(1546301440,'lu'),(1546303488,'ch'),(1546305536,'de'),(1546307584,'ru'),(1546311680,'fr'),(1546313728,'de'),(1546315776,'nl'),(1546317824,'ch'),(1546319872,'rs'),(1546321920,'ru'),(1546323968,'no'),(1546326016,'es'),(1546328064,'cz'),(1546330112,'se'),(1546332160,'uk'),(1546334208,'de'),(1546336256,'cz'),(1546338304,'uk'),(1546340352,'dk'),(1546342400,'tr'),(1546344448,'dk'),(1546346496,'at'),(1546348544,'de'),(1546350592,'pl'),(1546352640,'dk'),(1546354688,'fr'),(1546356736,'am'),(1546358784,'pl'),(1546360832,'ru'),(1546364928,'sa'),(1546366976,'dk'),(1546369024,'ru'),(1546371072,'is'),(1546373120,'hu'),(1546375168,'uk'),(1546377216,'ch'),(1546379264,'es'),(1546381312,'dk'),(1546383360,'it'),(1546385408,'fr'),(1546387456,'tr'),(1546518528,'kz'),(1546649600,'sa'),(1546665984,'uk'),(1546682368,'be'),(1546698752,'nl'),(1546715136,'lv'),(1546731520,'fr'),(1546747904,'ru'),(1546764288,'ua'),(1546780672,'ir'),(1546797056,'de'),(1546813440,'ru'),(1546862592,'ge'),(1546878976,'de'),(1546895360,'ie'),(1546911744,'sk'),(1546928128,'uk'),(1546960896,'hu'),(1546977280,'mk'),(1546993664,'ru'),(1547010048,'si'),(1547026432,'nl'),(1547042816,'es'),(1547059200,'ru'),(1547075584,'uk'),(1547091968,'ge'),(1547108352,'ru'),(1547124736,'mk'),(1547141120,'ro'),(1547157504,'pl'),(1547173888,'es'),(1547436032,'at'),(1547440128,'al'),(1547444224,'it'),(1547448320,'sk'),(1547452416,'it'),(1547456512,'ru'),(1547460608,'uk'),(1547468800,'pl'),(1547472896,'dk'),(1547476992,'es'),(1547481088,'ua'),(1547485184,'ie'),(1547489280,'de'),(1547493376,'rs'),(1547497472,'uk'),(1547501568,'tr'),(1547505664,'ru'),(1547509760,'lt'),(1547513856,'at'),(1547517952,'ru'),(1547522048,'cz'),(1547526144,'hu'),(1547534336,'fr'),(1547538432,'de'),(1547542528,'fr'),(1547546624,'ir'),(1547550720,'ie'),(1547554816,'at'),(1547558912,'il'),(1547563008,'nl'),(1547567104,'uk'),(1547571200,'at'),(1547575296,'no'),(1547579392,'ru'),(1547583488,'kg'),(1547587584,'it'),(1547591680,'ee'),(1547595776,'jo'),(1547599872,'lt'),(1547603968,'ru'),(1547608064,'lb'),(1547612160,'ir'),(1547616256,'dk'),(1547620352,'je'),(1547624448,'cz'),(1547628544,'bg'),(1547632640,'tr'),(1547636736,'si'),(1547640832,'pl'),(1547644928,'cz'),(1547649024,'ru'),(1547653120,'lv'),(1547657216,'lu'),(1547661312,'lv'),(1547665408,'uk'),(1547669504,'at'),(1547673600,'ru'),(1547685888,'at'),(1547689984,'it'),(1547694080,'hu'),(1547698176,'nl'),(1548222464,'de'),(1548746752,'ro'),(1549271040,'fr'),(1549795328,'ae'),(1550057472,'ru'),(1550188544,'fr'),(1550319616,'ch'),(1550581760,'nl'),(1550843904,'ua'),(1550974976,'ro'),(1551106048,'de'),(1551237120,'gr'),(1551368192,'nl'),(1551499264,'eu'),(1551630336,'ru'),(1551892480,'fr'),(1556086784,'de'),(1558708224,'uk'),(1559232512,'il'),(1559240704,'ba'),(1559248896,'lv'),(1559257088,'ua'),(1559265280,'ru'),(1559273472,'cz'),(1559281664,'ru'),(1559289856,'sk'),(1559298048,'ru'),(1559306240,'jo'),(1559314432,'ge'),(1559322624,'ru'),(1559330816,'ba'),(1559339008,'ru'),(1559347200,'se'),(1559355392,'ru'),(1559388160,'ua'),(1559396352,'uk'),(1559404544,'fi'),(1559412736,'ir'),(1559420928,'hr'),(1559429120,'fr'),(1559437312,'at'),(1559445504,'ru'),(1559461888,'it'),(1559470080,'ru'),(1559478272,'cz'),(1559486464,'dk'),(1559494656,'se'),(1559502848,'pl'),(1559511040,'si'),(1559519232,'ua'),(1559527424,'rs'),(1559535616,'uk'),(1559543808,'se'),(1559552000,'ru'),(1559560192,'sk'),(1559568384,'ru'),(1559576576,'hu'),(1559584768,'kg'),(1559592960,'fr'),(1559601152,'it'),(1559609344,'sk'),(1559617536,'uk'),(1559625728,'dk'),(1559633920,'it'),(1559642112,'ru'),(1559650304,'it'),(1559658496,'ru'),(1559683072,'ch'),(1559691264,'bg'),(1559756800,'at'),(1559789568,'ru'),(1559822336,'ua'),(1559855104,'hu'),(1559887872,'pt'),(1559920640,'lu'),(1559953408,'mt'),(1559986176,'ie'),(1560018944,'de'),(1560051712,'ru'),(1560084480,'jo'),(1560117248,'cz'),(1560150016,'nl'),(1560182784,'se'),(1560215552,'ru'),(1560281088,'fr'),(1562378240,'it'),(1564999680,'ua'),(1565523968,'ru'),(1565655040,'at'),(1565786112,'by'),(1565917184,'rs'),(1566048256,'ru'),(1566056448,'it'),(1566060544,'ua'),(1566064640,'ru'),(1566068736,'az'),(1566072832,'it'),(1566081024,'ru'),(1566085120,'nl'),(1566089216,'ru'),(1566097408,'uk'),(1566101504,'ru'),(1566105600,'de'),(1566109696,'ch'),(1566113792,'de'),(1566117888,'tr'),(1566121984,'no'),(1566126080,'it'),(1566130176,'tr'),(1566134272,'uk'),(1566138368,'cz'),(1566142464,'no'),(1566146560,'uk'),(1566150656,'cz'),(1566154752,'hu'),(1566158848,'ru'),(1566162944,'pl'),(1566167040,'ua'),(1566175232,'ie'),(1566179328,'dk'),(1566183424,'es'),(1566187520,'ru'),(1566191616,'fi'),(1566195712,'al'),(1566199808,'ru'),(1566208000,'dk'),(1566212096,'de'),(1566216192,'se'),(1566220288,'cz'),(1566224384,'de'),(1566228480,'uk'),(1566232576,'ru'),(1566248960,'uk'),(1566257152,'cz'),(1566261248,'tr'),(1566265344,'de'),(1566269440,'no'),(1566273536,'ru'),(1566277632,'it'),(1566281728,'cz'),(1566285824,'ru'),(1566289920,'fi'),(1566294016,'iq'),(1566298112,'pl'),(1566302208,'ru'),(1566306304,'cz'),(1566310400,'se'),(1566312448,'ie'),(1566314496,'be'),(1566316544,'no'),(1566318592,'ru'),(1566320640,'uk'),(1566322688,'cz'),(1566324736,'hu'),(1566326784,'ru'),(1566328832,'it'),(1566330880,'ru'),(1566334976,'nl'),(1566337024,'fr'),(1566339072,'ru'),(1566341120,'uk'),(1566343168,'de'),(1566345216,'ru'),(1566347264,'de'),(1566349312,'it'),(1566351360,'at'),(1566353408,'es'),(1566355456,'ru'),(1566357504,'it'),(1566359552,'ru'),(1566363648,'uk'),(1566365696,'ru'),(1566367744,'es'),(1566371840,'ru'),(1566373888,'rs'),(1566375936,'de'),(1566377984,'bg'),(1566380032,'it'),(1566382080,'tr'),(1566384128,'ru'),(1566386176,'fr'),(1566388224,'hu'),(1566390272,'lt'),(1566392320,'es'),(1566394368,'no'),(1566396416,'uk'),(1566398464,'ru'),(1566400512,'no'),(1566402560,'it'),(1566404608,'es'),(1566406656,'nl'),(1566408704,'uk'),(1566410752,'ru'),(1566414848,'fr'),(1566416896,'it'),(1566418944,'ru'),(1566420992,'es'),(1566423040,'fr'),(1566425088,'rs'),(1566427136,'it'),(1566429184,'uk'),(1566437376,'lu'),(1566439424,'de'),(1566443520,'no'),(1566445568,'cy'),(1566447616,'it'),(1566451712,'de'),(1566453760,'iq'),(1566455808,'pt'),(1566457856,'ch'),(1566459904,'uk'),(1566461952,'de'),(1566464000,'it'),(1566466048,'es'),(1566468096,'be'),(1566470144,'ie'),(1566472192,'uk'),(1566474240,'de'),(1566476288,'bg'),(1566478336,'ru'),(1566482432,'fr'),(1566484480,'se'),(1566486528,'ru'),(1566488576,'pl'),(1566490624,'tr'),(1566492672,'nl'),(1566494720,'se'),(1566496768,'am'),(1566498816,'nl'),(1566500864,'ru'),(1566502912,'ch'),(1566504960,'tr'),(1566507008,'nl'),(1566509056,'uk'),(1566511104,'be'),(1566513152,'bh'),(1566515200,'cz'),(1566517248,'ru'),(1566519296,'be'),(1566521344,'fr'),(1566523392,'mk'),(1566525440,'is'),(1566527488,'ie'),(1566529536,'pl'),(1566531584,'ru'),(1566533632,'uk'),(1566535680,'nl'),(1566537728,'uk'),(1566539776,'de'),(1566541824,'ru'),(1566543872,'nl'),(1566545920,'ru'),(1566552064,'tr'),(1566554112,'ua'),(1566556160,'ru'),(1566558208,'jo'),(1566560256,'sm'),(1566562304,'it'),(1566564352,'is'),(1566566400,'fr'),(1566568448,'kz'),(1566570496,'nl'),(1566572544,'uk'),(1566703616,'sa'),(1566769152,'cz'),(1566834688,'ru'),(1566900224,'it'),(1566965760,'pt'),(1567031296,'si'),(1567096832,'de'),(1567162368,'pl'),(1567227904,'fi'),(1567293440,'ie'),(1567358976,'pt'),(1567424512,'cy'),(1567490048,'ir'),(1567555584,'at'),(1567621120,'ro'),(1568178176,'ru'),(1568243712,'fr'),(1568276480,'de'),(1568309248,'ro'),(1568342016,'bg'),(1568374784,'ru'),(1568440320,'no'),(1568473088,'by'),(1568505856,'nl'),(1568538624,'uk'),(1568555008,'ua'),(1568636928,'de'),(1569193984,'hr'),(1569718272,'it'),(1570242560,'uk'),(1570275328,'bg'),(1570308096,'cz'),(1570340864,'ru'),(1570406400,'pl'),(1570439168,'tr'),(1570471936,'bg'),(1570504704,'es'),(1570570240,'nl'),(1570572288,'ua'),(1570578432,'ch'),(1570580480,'ru'),(1570582528,'de'),(1570584576,'ua'),(1570586624,'pl'),(1570590720,'il'),(1570592768,'pl'),(1570596864,'ua'),(1570598912,'pl'),(1570600960,'ru'),(1570605056,'nl'),(1570607104,'ru'),(1570609152,'pl'),(1570611200,'ru'),(1570625536,'uk'),(1570627584,'ru'),(1570633728,'cz'),(1570635776,'fr'),(1570652160,'se'),(1570668544,'ru'),(1570701312,'pl'),(1570717696,'hr'),(1570725888,'de'),(1570734080,'pl'),(1570752512,'uk'),(1570754560,'es'),(1570756608,'ru'),(1570764800,'de'),(1570766848,'dk'),(1571291136,'ro'),(1571422208,'cz'),(1571553280,'il'),(1571684352,'es'),(1571686400,'uk'),(1571688448,'ch'),(1571690496,'ge'),(1571692544,'fr'),(1571694592,'lu'),(1571696640,'ru'),(1571700736,'it'),(1571702784,'ru'),(1571704832,'uk'),(1571706880,'nl'),(1571708928,'uk'),(1571710976,'nl'),(1571713024,'ru'),(1571715072,'gr'),(1571717120,'ru'),(1571719168,'uk'),(1571721216,'fr'),(1571723264,'uk'),(1571725312,'ro'),(1571727360,'ie'),(1571729408,'sk'),(1571731456,'ch'),(1571733504,'fi'),(1571735552,'nl'),(1571737600,'uk'),(1571741696,'ru'),(1571743744,'uk'),(1571745792,'ru'),(1571747840,'uk'),(1571749888,'ru'),(1571758080,'il'),(1571766272,'pl'),(1571786752,'eu'),(1571790848,'pl'),(1571794944,'nl'),(1571799040,'cz'),(1571803136,'ua'),(1571815424,'fr'),(1571831808,'dk'),(1571848192,'ru'),(1571864576,'pl'),(1571880960,'ru'),(1571897344,'no'),(1571913728,'ge'),(1571930112,'lv'),(1571946496,'sa'),(1571962880,'ru'),(1571979264,'dk'),(1571995648,'ua'),(1572012032,'se'),(1572028416,'ru'),(1572044800,'it'),(1572061184,'pl'),(1572093952,'bg'),(1572110336,'ru'),(1572126720,'ua'),(1572143104,'de'),(1572159488,'cz'),(1572175872,'pl'),(1572192256,'ru'),(1572225024,'tr'),(1572241408,'se'),(1572257792,'fr'),(1572274176,'fi'),(1572290560,'ru'),(1572306944,'bg'),(1572323328,'ua'),(1572339712,'ps'),(1572343808,'ch'),(1572347904,'fr'),(1572352000,'de'),(1572356096,'sk'),(1572360192,'rs'),(1572364288,'nl'),(1572368384,'no'),(1572372480,'de'),(1572376576,'tr'),(1572380672,'ru'),(1572384768,'de'),(1572388864,'dk'),(1572392960,'eu'),(1572397056,'az'),(1572401152,'uk'),(1572405248,'cz'),(1572409344,'ru'),(1572413440,'am'),(1572417536,'cz'),(1572421632,'kz'),(1572425728,'lb'),(1572429824,'cz'),(1572433920,'it'),(1572438016,'at'),(1572442112,'ru'),(1572446208,'no'),(1572450304,'ru'),(1572458496,'ua'),(1572462592,'lb'),(1572466688,'ee'),(1572470784,'de'),(1572474880,'uk'),(1572483072,'ru'),(1572487168,'rs'),(1572491264,'it'),(1572495360,'ru'),(1572499456,'tr'),(1572503552,'it'),(1572507648,'uk'),(1572511744,'de'),(1572515840,'nl'),(1572519936,'de'),(1572524032,'ge'),(1572528128,'ru'),(1572532224,'it'),(1572536320,'uk'),(1572538368,'nl'),(1572540416,'uk'),(1572542464,'it'),(1572544512,'hr'),(1572546560,'fr'),(1572548608,'uk'),(1572550656,'de'),(1572552704,'tr'),(1572554752,'ch'),(1572556800,'no'),(1572558848,'it'),(1572560896,'ru'),(1572562944,'cz'),(1572564992,'de'),(1572567040,'ru'),(1572569088,'nl'),(1572571136,'ro'),(1572573184,'uk'),(1572575232,'ru'),(1572577280,'am'),(1572579328,'uk'),(1572581376,'ru'),(1572585472,'ch'),(1572587520,'tr'),(1572589568,'ch'),(1572591616,'nl'),(1572593664,'uk'),(1572595712,'de'),(1572597760,'rs'),(1572599808,'de'),(1572601856,'se'),(1572603904,'ge'),(1572605952,'ru'),(1572608000,'de'),(1572610048,'ua'),(1572612096,'ru'),(1572614144,'es'),(1572616192,'ch'),(1572618240,'rs'),(1572620288,'ch'),(1572622336,'ru'),(1572624384,'no'),(1572626432,'ru'),(1572628480,'de'),(1572630528,'it'),(1572632576,'ru'),(1572634624,'eu'),(1572636672,'es'),(1572638720,'fr'),(1572640768,'ru'),(1572642816,'ua'),(1572644864,'fr'),(1572646912,'uk'),(1572648960,'ru'),(1572651008,'bh'),(1572653056,'ru'),(1572657152,'de'),(1572659200,'it'),(1572661248,'no'),(1572663296,'de'),(1572665344,'nl'),(1572667392,'uk'),(1572669440,'ru'),(1572673536,'at'),(1572675584,'es'),(1572677632,'ru'),(1572683776,'ch'),(1572685824,'ru'),(1572689920,'es'),(1572691968,'sa'),(1572694016,'uk'),(1572696064,'hu'),(1572698112,'ru'),(1572700160,'nl'),(1572702208,'it'),(1572704256,'ru'),(1572706304,'de'),(1572708352,'gg'),(1572710400,'de'),(1572712448,'es'),(1572714496,'it'),(1572716544,'sa'),(1572718592,'ru'),(1572720640,'it'),(1572722688,'ru'),(1572726784,'ch'),(1572728832,'se'),(1572730880,'ru'),(1572732928,'hu'),(1572734976,'kz'),(1572737024,'ru'),(1572739072,'ir'),(1572741120,'fi'),(1572743168,'ua'),(1572745216,'cz'),(1572749312,'de'),(1572751360,'ch'),(1572753408,'no'),(1572755456,'de'),(1572757504,'fi'),(1572759552,'ru'),(1572761600,'uk'),(1572763648,'tr'),(1572765696,'cz'),(1572767744,'nl'),(1572769792,'ro'),(1572771840,'es'),(1572773888,'rs'),(1572775936,'uk'),(1572777984,'ua'),(1572780032,'nl'),(1572782080,'se'),(1572784128,'ru'),(1572786176,'fr'),(1572788224,'tr'),(1572790272,'ru'),(1572792320,'de'),(1572794368,'ru'),(1572796416,'de'),(1572798464,'nl'),(1572800512,'ru'),(1572804608,'uk'),(1572808704,'fr'),(1572810752,'de'),(1572812800,'ru'),(1572814848,'kw'),(1572816896,'ru'),(1572818944,'fr'),(1572820992,'uk'),(1572823040,'by'),(1572825088,'ru'),(1572827136,'no'),(1572829184,'fi'),(1572831232,'bh'),(1572833280,'es'),(1572835328,'ie'),(1572839424,'de'),(1572841472,'eu'),(1572843520,'jo'),(1572845568,'fr'),(1572847616,'gi'),(1572849664,'uk'),(1572851712,'de'),(1572853760,'be'),(1572855808,'kz'),(1572857856,'se'),(1572859904,'it'),(1572861952,'ch'),(1572864000,'de'),(1577058304,'uk'),(1578106880,'de'),(1578172416,'mt'),(1578237952,'dk'),(1578303488,'ru'),(1578369024,'az'),(1578434560,'hu'),(1578500096,'fi'),(1578565632,'fr'),(1578631168,'ro'),(1578663936,'ru'),(1578762240,'bg'),(1578795008,'ru'),(1578827776,'ua'),(1578860544,'hu'),(1578893312,'ru'),(1578991616,'kw'),(1579024384,'uk'),(1579057152,'lv'),(1579089920,'uk'),(1579106304,'de'),(1579122688,'ru'),(1579155456,'it'),(1579679744,'pl'),(1579745280,'ru'),(1579810816,'pl'),(1579876352,'ge'),(1579941888,'hu'),(1580007424,'cz'),(1580015616,'ua'),(1580048384,'ru'),(1580056576,'ua'),(1580064768,'de'),(1580072960,'pt'),(1580138496,'it'),(1580204032,'ro'),(1580335104,'ru'),(1580466176,'ro'),(1580597248,'tr'),(1580728320,'ae'),(1580990464,'eu'),(1581252608,'gr'),(1581776896,'ru'),(1581793280,'pl'),(1581809664,'bg'),(1581826048,'uk'),(1581842432,'bg'),(1581858816,'it'),(1581875200,'tr'),(1581891584,'ru'),(1581907968,'it'),(1581924352,'ua'),(1581940736,'ir'),(1581957120,'cz'),(1581973504,'ru'),(1581989888,'pl'),(1582006272,'ru'),(1582022656,'nl'),(1582039040,'ru'),(1582055424,'ua'),(1582071808,'es'),(1582088192,'uk'),(1582104576,'ru'),(1582153728,'sa'),(1582170112,'ch'),(1582186496,'tr'),(1582202880,'pl'),(1582219264,'ru'),(1582252032,'tr'),(1582268416,'de'),(1582284800,'bh'),(1582301184,'it'),(1583349760,'sa'),(1583611904,'lv'),(1583616000,'pl'),(1583620096,'it'),(1583624192,'rs'),(1583628288,'de'),(1583632384,'ru'),(1583636480,'mk'),(1583640576,'nl'),(1583644672,'de'),(1583648768,'ch'),(1583652864,'fr'),(1583656960,'ru'),(1583665152,'ua'),(1583669248,'ge'),(1583673344,'de'),(1583677440,'fi'),(1583681536,'pl'),(1583685632,'de'),(1583689728,'it'),(1583693824,'ru'),(1583697920,'tr'),(1583702016,'ru'),(1583706112,'gi'),(1583710208,'ir'),(1583714304,'uk'),(1583722496,'ir'),(1583726592,'bg'),(1583730688,'dk'),(1583734784,'lv'),(1583738880,'ir'),(1583742976,'tr'),(1583747072,'ru'),(1583751168,'no'),(1583755264,'nl'),(1583759360,'tr'),(1583763456,'ru'),(1583767552,'at'),(1583771648,'ru'),(1583775744,'it'),(1583779840,'uk'),(1583783936,'eu'),(1583788032,'tm'),(1583792128,'ie'),(1583796224,'de'),(1583800320,'me'),(1583804416,'uk'),(1583808512,'md'),(1583812608,'nl'),(1583816704,'tr'),(1583820800,'lv'),(1583824896,'si'),(1583828992,'ru'),(1583833088,'ch'),(1583837184,'uk'),(1583841280,'fr'),(1583845376,'nl'),(1583849472,'de'),(1583853568,'ru'),(1583857664,'se'),(1583861760,'lu'),(1583865856,'ru'),(1583869952,'kz'),(1583874048,'be'),(1584398336,'cz'),(1584660480,'uk'),(1584922624,'tr'),(1585184768,'pl'),(1585190912,'es'),(1585192960,'it'),(1585195008,'cz'),(1585197056,'it'),(1585199104,'nl'),(1585201152,'it'),(1585205248,'fr'),(1585207296,'nl'),(1585211392,'cz'),(1585213440,'nl'),(1585217536,'fr'),(1585219584,'nl'),(1585221632,'sk'),(1585223680,'fr'),(1585225728,'ua'),(1585227776,'ru'),(1585231872,'cz'),(1585233920,'lb'),(1585235968,'ru'),(1585238016,'de'),(1585240064,'fr'),(1585242112,'ru'),(1585244160,'fr'),(1585246208,'ru'),(1585248256,'cz'),(1585250304,'ru'),(1585254400,'uk'),(1585256448,'de'),(1585258496,'uk'),(1585260544,'ru'),(1585264640,'im'),(1585266688,'de'),(1585270784,'it'),(1585272832,'ru'),(1585274880,'es'),(1585276928,'fr'),(1585278976,'al'),(1585281024,'ua'),(1585283072,'uk'),(1585285120,'es'),(1585287168,'cy'),(1585289216,'de'),(1585291264,'fr'),(1585295360,'hu'),(1585297408,'ru'),(1585299456,'uk'),(1585301504,'lu'),(1585303552,'de'),(1585305600,'cz'),(1585307648,'qa'),(1585309696,'it'),(1585311744,'ru'),(1585313792,'hu'),(1585315840,'dk'),(1585317888,'it'),(1585319936,'ch'),(1585321984,'ru'),(1585324032,'nl'),(1585326080,'uk'),(1585328128,'be'),(1585330176,'it'),(1585332224,'nl'),(1585334272,'de'),(1585336320,'se'),(1585338368,'ru'),(1585340416,'at'),(1585342464,'uk'),(1585344512,'fr'),(1585346560,'uk'),(1585348608,'ch'),(1585350656,'it'),(1585352704,'pt'),(1585354752,'ru'),(1585356800,'fi'),(1585358848,'pt'),(1585360896,'uk'),(1585362944,'it'),(1585364992,'uk'),(1585367040,'ru'),(1585369088,'uk'),(1585371136,'se'),(1585375232,'uk'),(1585377280,'es'),(1585379328,'ch'),(1585381376,'uk'),(1585383424,'fr'),(1585385472,'de'),(1585387520,'si'),(1585389568,'se'),(1585391616,'it'),(1585393664,'dk'),(1585395712,'no'),(1585397760,'ru'),(1585399808,'il'),(1585401856,'it'),(1585403904,'ru'),(1585405952,'uk'),(1585408000,'pl'),(1585410048,'uk'),(1585412096,'no'),(1585414144,'cz'),(1585416192,'ru'),(1585422336,'es'),(1585424384,'ru'),(1585428480,'es'),(1585432576,'ru'),(1585434624,'jo'),(1585436672,'ru'),(1585438720,'de'),(1585440768,'it'),(1585442816,'ru'),(1585446912,'kw'),(1585577984,'ua'),(1585709056,'pt'),(1585840128,'de'),(1585971200,'at'),(1585979392,'uk'),(1585987584,'se'),(1585995776,'at'),(1586003968,'sk'),(1586012160,'de'),(1586020352,'ru'),(1586028544,'uk'),(1586036736,'ru'),(1586061312,'hr'),(1586069504,'de'),(1586077696,'ge'),(1586085888,'ru'),(1586110464,'it'),(1586118656,'dk'),(1586126848,'cz'),(1586135040,'ru'),(1586143232,'it'),(1586151424,'tr'),(1586159616,'mt'),(1586167808,'de'),(1586176000,'be'),(1586184192,'no'),(1586192384,'ru'),(1586200576,'md'),(1586208768,'ir'),(1586216960,'bg'),(1586225152,'ru'),(1586233344,'fr'),(1586241536,'se'),(1586249728,'si'),(1586257920,'lv'),(1586266112,'ru'),(1586274304,'be'),(1586282496,'ru'),(1586298880,'it'),(1586307072,'ru'),(1586315264,'uz'),(1586323456,'ru'),(1586331648,'pl'),(1586339840,'ru'),(1586348032,'sy'),(1586356224,'ru'),(1586372608,'jo'),(1586380800,'uk'),(1586388992,'es'),(1586397184,'lv'),(1586399232,'ru'),(1586401280,'it'),(1586403328,'is'),(1586405376,'at'),(1586407424,'uk'),(1586409472,'it'),(1586411520,'uk'),(1586413568,'it'),(1586415616,'es'),(1586417664,'nl'),(1586419712,'de'),(1586421760,'se'),(1586423808,'cz'),(1586425856,'nl'),(1586427904,'ch'),(1586432000,'dk'),(1586434048,'be'),(1586436096,'es'),(1586438144,'ru'),(1586446336,'no'),(1586448384,'ch'),(1586454528,'it'),(1586456576,'uk'),(1586458624,'fr'),(1586460672,'uk'),(1586462720,'ru'),(1586464768,'es'),(1586466816,'ru'),(1586468864,'it'),(1586470912,'uk'),(1586472960,'cz'),(1586475008,'gr'),(1586477056,'be'),(1586479104,'kg'),(1586481152,'es'),(1586483200,'nl'),(1586485248,'fr'),(1586487296,'sa'),(1586489344,'cz'),(1586491392,'ru'),(1586493440,'uk'),(1586495488,'dk'),(1587019776,'pl'),(1587085312,'ua'),(1587216384,'bg'),(1587347456,'nl'),(1587412992,'ru'),(1587417088,'ua'),(1587421184,'cz'),(1587425280,'ru'),(1587429376,'ua'),(1587437568,'ru'),(1587445760,'pl'),(1587449856,'ua'),(1587453952,'ru'),(1587466240,'cz'),(1587470336,'pl'),(1587474432,'ua'),(1587478528,'ru'),(1587511296,'il'),(1587544064,'it'),(1588068352,'uk'),(1588592640,'ro'),(1588723712,'ua'),(1588854784,'ru'),(1588985856,'ir'),(1589182464,'ru'),(1589215232,'uk'),(1589248000,'no'),(1589280768,'de'),(1589313536,'lb'),(1589346304,'kw'),(1589379072,'ru'),(1589411840,'il'),(1589444608,'dk'),(1589477376,'rs'),(1589510144,'ru'),(1589542912,'bg'),(1589575680,'ru'),(1589608448,'se'),(1589641216,'uk'),(1590034432,'ru'),(1590036480,'uk'),(1590038528,'ru'),(1590040576,'nl'),(1590042624,'ru'),(1590048768,'de'),(1590050816,'se'),(1590052864,'it'),(1590054912,'uk'),(1590056960,'es'),(1590059008,'it'),(1590061056,'ru'),(1590063104,'cz'),(1590065152,'ie'),(1590067200,'ru'),(1590069248,'at'),(1590071296,'fr'),(1590073344,'nl'),(1590075392,'be'),(1590077440,'uk'),(1590079488,'fr'),(1590081536,'uk'),(1590083584,'ru'),(1590085632,'fr'),(1590087680,'it'),(1590089728,'ru'),(1590091776,'cz'),(1590093824,'ru'),(1590095872,'cz'),(1590097920,'ch'),(1590099968,'ru'),(1590102016,'it'),(1590104064,'tj'),(1590106112,'uk'),(1590108160,'tr'),(1590110208,'cz'),(1590112256,'hu'),(1590114304,'fi'),(1590116352,'ru'),(1590120448,'it'),(1590122496,'de'),(1590124544,'ch'),(1590126592,'ru'),(1590128640,'fi'),(1590130688,'fr'),(1590132736,'uk'),(1590134784,'es'),(1590136832,'uk'),(1590138880,'cz'),(1590140928,'ua'),(1590142976,'at'),(1590145024,'hu'),(1590147072,'uk'),(1590149120,'cz'),(1590151168,'tr'),(1590153216,'ru'),(1590157312,'ie'),(1590159360,'uk'),(1590161408,'de'),(1590163456,'eu'),(1590165504,'ae'),(1590689792,'nl'),(1591214080,'de'),(1591738368,'be'),(1592000512,'es'),(1592004608,'az'),(1592008704,'uk'),(1592012800,'ch'),(1592016896,'uk'),(1592020992,'sk'),(1592025088,'de'),(1592029184,'ru'),(1592033280,'nl'),(1592037376,'ch'),(1592041472,'ru'),(1592045568,'fr'),(1592049664,'ru'),(1592053760,'nl'),(1592057856,'rs'),(1592061952,'ru'),(1592066048,'cy'),(1592070144,'ru'),(1592074240,'sk'),(1592078336,'nl'),(1592082432,'uk'),(1592086528,'cz'),(1592090624,'ru'),(1592094720,'rs'),(1592098816,'uk'),(1592102912,'pt'),(1592107008,'uk'),(1592111104,'de'),(1592115200,'es'),(1592119296,'pl'),(1592123392,'ru'),(1592135680,'pl'),(1592139776,'ru'),(1592143872,'de'),(1592147968,'it'),(1592152064,'il'),(1592156160,'ie'),(1592160256,'ru'),(1592168448,'cz'),(1592172544,'ru'),(1592176640,'rs'),(1592180736,'ua'),(1592184832,'ch'),(1592188928,'uz'),(1592193024,'ru'),(1592197120,'pl'),(1592201216,'ru'),(1592205312,'ua'),(1592209408,'pl'),(1592213504,'ua'),(1592217600,'eu'),(1592221696,'dk'),(1592225792,'ua'),(1592229888,'ru'),(1592242176,'cz'),(1592254464,'pl'),(1592258560,'nl'),(1592262656,'ru'),(1592270848,'pl'),(1592272896,'ua'),(1592274944,'ru'),(1592276992,'cz'),(1592279040,'ru'),(1592281088,'ua'),(1592283136,'gr'),(1592285184,'ru'),(1592287232,'ro'),(1592289280,'ru'),(1592291328,'nl'),(1592295424,'ru'),(1592299520,'pl'),(1592303616,'nl'),(1592305664,'ir'),(1592307712,'ua'),(1592309760,'ru'),(1592311808,'de'),(1592313856,'cz'),(1592315904,'ua'),(1592317952,'pl'),(1592320000,'lt'),(1592322048,'ru'),(1592324096,'ua'),(1592328192,'ru'),(1592393728,'se'),(1592459264,'ge'),(1592524800,'uk'),(1592557568,'bg'),(1592590336,'fi'),(1592623104,'ru'),(1592655872,'fr'),(1592786944,'pl'),(1592803328,'ru'),(1592819712,'ua'),(1592836096,'ge'),(1592852480,'ru'),(1592868864,'cz'),(1592885248,'ir'),(1592901632,'ru'),(1592934400,'cz'),(1592950784,'ru'),(1592967168,'lu'),(1592983552,'ru'),(1592999936,'md'),(1593016320,'ru'),(1593049088,'ua'),(1593065472,'lt'),(1593081856,'ua'),(1593098240,'ch'),(1593114624,'se'),(1593131008,'uk'),(1593147392,'ru'),(1593163776,'at'),(1593180160,'no'),(1593196544,'se'),(1593212928,'pl'),(1593229312,'ee'),(1593245696,'nl'),(1593247744,'it'),(1593249792,'ru'),(1593251840,'fr'),(1593253888,'cz'),(1593255936,'de'),(1593257984,'ie'),(1593260032,'ru'),(1593262080,'kz'),(1593264128,'nl'),(1593266176,'uk'),(1593268224,'hu'),(1593270272,'uk'),(1593272320,'ru'),(1593274368,'de'),(1593276416,'ru'),(1593278464,'kz'),(1593280512,'ee'),(1593282560,'at'),(1593284608,'uk'),(1593286656,'fr'),(1593288704,'se'),(1593290752,'fr'),(1593292800,'it'),(1593294848,'nl'),(1593296896,'rs'),(1593298944,'ru'),(1593300992,'ch'),(1593303040,'ua'),(1593305088,'fr'),(1593307136,'ru'),(1593311232,'ua'),(1593344000,'hu'),(1593376768,'jo'),(1593409536,'de'),(1593442304,'ba'),(1593475072,'ru'),(1593540608,'pl'),(1593573376,'lu'),(1593606144,'sy'),(1593638912,'ru'),(1593671680,'hr'),(1593704448,'se'),(1593737216,'pl'),(1593769984,'ru'),(1593802752,'se'),(1593835520,'tr'),(1594884096,'es'),(1595408384,'ru'),(1595998208,'de'),(1596063744,'no'),(1596129280,'il'),(1596194816,'nl'),(1596260352,'ru'),(1596325888,'ir'),(1596391424,'es'),(1596456960,'pl'),(1596588032,'bg'),(1596719104,'ie'),(1596850176,'cz'),(1596981248,'pl'),(1597243392,'ru'),(1597505536,'kz'),(1597767680,'es'),(1598029824,'ro'),(1598062592,'ru'),(1598095360,'md'),(1598128128,'tr'),(1598160896,'kw'),(1598193664,'ru'),(1598226432,'ua'),(1598259200,'ru'),(1598291968,'lv'),(1598324736,'ru'),(1598357504,'pt'),(1598390272,'ua'),(1598423040,'ru'),(1598455808,'tr'),(1598488576,'ru'),(1598685184,'it'),(1598816256,'ro'),(1598947328,'ru'),(1599078400,'se'),(1599094784,'ru'),(1599111168,'ir'),(1599127552,'cz'),(1599160320,'ir'),(1599176704,'fr'),(1599193088,'ru'),(1599209472,'ir'),(1599242240,'cz'),(1599258624,'ru'),(1599324160,'ie'),(1599340544,'ru'),(1599356928,'bh'),(1599373312,'ru'),(1599438848,'rs'),(1599455232,'cz'),(1599471616,'mk'),(1599488000,'il'),(1599504384,'az'),(1599520768,'ru'),(1599537152,'bg'),(1599553536,'ru'),(1599569920,'si'),(1599586304,'bg'),(1599602688,'de'),(1599864832,'pt'),(1600126976,'nl'),(1600389120,'eu'),(1600520192,'sk'),(1600651264,'ge'),(1600684032,'ru'),(1600749568,'sk'),(1600782336,'ru'),(1600880640,'al'),(1600913408,'pl'),(1600946176,'ru'),(1600978944,'se'),(1601011712,'ua'),(1601044480,'ru'),(1601077248,'it'),(1601110016,'bg'),(1601142784,'ua'),(1601175552,'de'),(1601699840,'es'),(1602224128,'nl'),(1602226176,'uk'),(1602228224,'de'),(1602230272,'dk'),(1602232320,'ch'),(1602234368,'fr'),(1602236416,'uk'),(1602238464,'tr'),(1602240512,'by'),(1602242560,'fr'),(1602244608,'ch'),(1602246656,'nl'),(1602248704,'be'),(1602250752,'no'),(1602252800,'se'),(1602254848,'hu'),(1602256896,'uk'),(1602258944,'ru'),(1602260992,'fr'),(1602263040,'es'),(1602265088,'ru'),(1602267136,'ro'),(1602269184,'ru'),(1602271232,'mk'),(1602273280,'ie'),(1602275328,'de'),(1602279424,'uk'),(1602281472,'ru'),(1602283520,'hr'),(1602285568,'ru'),(1602287616,'de'),(1602289664,'lb'),(1602291712,'sa'),(1602293760,'ru'),(1602295808,'nl'),(1602297856,'il'),(1602299904,'dk'),(1602301952,'de'),(1602304000,'ru'),(1602306048,'uk'),(1602308096,'ru'),(1602310144,'nl'),(1602312192,'ru'),(1602314240,'cz'),(1602316288,'uk'),(1602318336,'es'),(1602320384,'nl'),(1602324480,'ru'),(1602328576,'es'),(1602330624,'ru'),(1602336768,'uk'),(1602338816,'ee'),(1602340864,'at'),(1602342912,'de'),(1602344960,'es'),(1602347008,'pl'),(1602349056,'ru'),(1602351104,'cz'),(1602353152,'ru'),(1602355200,'uk'),(1602357248,'fr'),(1602359296,'de'),(1602361344,'fi'),(1602363392,'lv'),(1602365440,'be'),(1602367488,'es'),(1602369536,'ir'),(1602371584,'se'),(1602373632,'uk'),(1602375680,'by'),(1602377728,'ps'),(1602379776,'uk'),(1602383872,'de'),(1602385920,'at'),(1602387968,'ru'),(1602390016,'it'),(1602392064,'uk'),(1602394112,'fr'),(1602396160,'de'),(1602398208,'tr'),(1602400256,'ru'),(1602402304,'lu'),(1602404352,'uk'),(1602406400,'de'),(1602408448,'dk'),(1602410496,'no'),(1602412544,'uk'),(1602414592,'nl'),(1602416640,'ir'),(1602418688,'de'),(1602420736,'ru'),(1602424832,'fr'),(1602426880,'ru'),(1602428928,'pl'),(1602430976,'it'),(1602433024,'hu'),(1602435072,'it'),(1602437120,'uk'),(1602439168,'ru'),(1602441216,'uk'),(1602443264,'ru'),(1602445312,'de'),(1602447360,'uk'),(1602449408,'lv'),(1602451456,'de'),(1602453504,'sk'),(1602455552,'fr'),(1602457600,'ru'),(1602459648,'uk'),(1602461696,'es'),(1602465792,'ru'),(1602467840,'gi'),(1602469888,'at'),(1602471936,'se'),(1602473984,'ru'),(1602476032,'uk'),(1602478080,'ru'),(1602480128,'mt'),(1602482176,'fr'),(1602484224,'uk'),(1602486272,'ua'),(1602748416,'pt'),(1602781184,'fr'),(1602813952,'ru'),(1602846720,'ge'),(1602879488,'fr'),(1602912256,'ru'),(1603010560,'fr'),(1603014656,'ru'),(1603018752,'hu'),(1603022848,'uk'),(1603026944,'se'),(1603031040,'ru'),(1603035136,'sy'),(1603039232,'rs'),(1603043328,'it'),(1603047424,'ru'),(1603051520,'jo'),(1603055616,'se'),(1603059712,'am'),(1603063808,'bg'),(1603067904,'eu'),(1603072000,'cz'),(1603076096,'ru'),(1603080192,'de'),(1603084288,'it'),(1603088384,'lb'),(1603092480,'no'),(1603100672,'fr'),(1603108864,'kz'),(1603112960,'uk'),(1603121152,'ru'),(1603129344,'jo'),(1603133440,'ru'),(1603137536,'kw'),(1603141632,'es'),(1603145728,'il'),(1603149824,'ru'),(1603153920,'nl'),(1603158016,'de'),(1603162112,'tj'),(1603166208,'nl'),(1603170304,'ie'),(1603174400,'tr'),(1603178496,'dk'),(1603182592,'fr'),(1603186688,'it'),(1603190784,'ru'),(1603194880,'it'),(1603198976,'ir'),(1603203072,'pl'),(1603207168,'ru'),(1603215360,'de'),(1603219456,'ch'),(1603223552,'fr'),(1603227648,'at'),(1603231744,'it'),(1603235840,'ru'),(1603239936,'cz'),(1603244032,'si'),(1603248128,'de'),(1603252224,'ru'),(1603256320,'se'),(1603260416,'ru'),(1603264512,'at'),(1603268608,'pl'),(1603272704,'uk'),(1603796992,'ru'),(1603813376,'ch'),(1603829760,'nl'),(1603846144,'uk'),(1603862528,'ee'),(1603878912,'md'),(1603895296,'ru'),(1603928064,'dk'),(1603944448,'ru'),(1603977216,'uk'),(1603993600,'me'),(1604009984,'pl'),(1604026368,'nl'),(1604042752,'se'),(1604059136,'mk'),(1604075520,'ru'),(1604091904,'ba'),(1604108288,'de'),(1604141056,'ro'),(1604157440,'fr'),(1604190208,'ua'),(1604206592,'pl'),(1604222976,'bg'),(1604239360,'ru'),(1604255744,'sy'),(1604272128,'iq'),(1604288512,'ru'),(1604304896,'si'),(1604321280,'pl'),(1604386816,'ru'),(1604452352,'ro'),(1604517888,'ru'),(1604583424,'ua'),(1604648960,'ru'),(1604714496,'dk'),(1604780032,'ru'),(1604845568,'fr'),(1604853760,'hu'),(1604861952,'rs'),(1604870144,'hr'),(1604878336,'de'),(1604894720,'cz'),(1604902912,'bg'),(1604911104,'ua'),(1604919296,'no'),(1604927488,'it'),(1604935680,'ru'),(1604952064,'de'),(1604960256,'bg'),(1604968448,'es'),(1604976640,'fr'),(1604993024,'nl'),(1605001216,'ru'),(1605025792,'iq'),(1605033984,'sk'),(1605042176,'ru'),(1605050368,'it'),(1605058560,'hu'),(1605066752,'pl'),(1605074944,'fr'),(1605083136,'be'),(1605091328,'pl'),(1605099520,'ru'),(1605107712,'uk'),(1605115904,'ru'),(1605124096,'uk'),(1605132288,'ru'),(1605148672,'pt'),(1605156864,'jo'),(1605165056,'uk'),(1605173248,'tr'),(1605181440,'lt'),(1605189632,'cz'),(1605197824,'de'),(1605206016,'ru'),(1605214208,'tr'),(1605222400,'cz'),(1605230592,'de'),(1605238784,'it'),(1605246976,'pl'),(1605255168,'hu'),(1605263360,'ru'),(1605271552,'de'),(1605279744,'fr'),(1605287936,'ru'),(1605296128,'ch'),(1605304320,'pl'),(1605312512,'il'),(1605320704,'kw'),(1605328896,'fi'),(1605337088,'uk'),(1605345280,'fr'),(1605353472,'uk'),(1605361664,'ru'),(1605369856,'fr'),(1605402624,'si'),(1605435392,'uk'),(1605468160,'ro'),(1605500928,'pl'),(1605533696,'hr'),(1605566464,'ru'),(1605599232,'gr'),(1605632000,'rs'),(1605664768,'mk'),(1605697536,'ru'),(1605763072,'cz'),(1605795840,'be'),(1605828608,'ru'),(1605861376,'tr'),(1605894144,'ro'),(1606156288,'ru'),(1606418432,'se'),(1607467008,'de'),(1607532544,'se'),(1607598080,'it'),(1607663616,'nl'),(1607729152,'sy'),(1607794688,'ru'),(1607860224,'es'),(1607925760,'ru'),(1607926784,'eu'),(1607927808,'cz'),(1607928832,'ru'),(1607929856,'se'),(1607930880,'pl'),(1607933952,'de'),(1607934976,'ua'),(1607937024,'lv'),(1607938048,'ua'),(1607939072,'pl'),(1607940096,'ua'),(1607942144,'ru'),(1607944192,'nl'),(1607946240,'ua'),(1607947264,'ru'),(1607948288,'uk'),(1607949312,'cz'),(1607952384,'ua'),(1607956480,'es'),(1607957504,'ua'),(1607958528,'il'),(1607959552,'eu'),(1607960576,'ru'),(1607961600,'cz'),(1607962624,'ua'),(1607963648,'ru'),(1607965696,'cz'),(1607966720,'ru'),(1607967744,'cz'),(1607968768,'se'),(1607969792,'ru'),(1607974912,'cz'),(1607976960,'ua'),(1607977984,'nl'),(1607979008,'cz'),(1607980032,'de'),(1607981056,'ua'),(1607982080,'ru'),(1607983104,'uk'),(1607984128,'cz'),(1607985152,'pl'),(1607986176,'ua'),(1607987200,'eu'),(1607988224,'cz'),(1607991296,'ua'),(1608122368,'ro'),(1608253440,'ru'),(1608384512,'de'),(1608515584,'it'),(1828716544,'fr'),(1830813696,'nl'),(1831337984,'de'),(1831862272,'pt'),(1832124416,'it'),(1832386560,'se'),(1832648704,'hr'),(1832681472,'ru'),(1832714240,'hu'),(1832747008,'ru'),(1832779776,'fr'),(1832812544,'ru'),(1832845312,'bh'),(1832878080,'ru'),(1832910848,'il'),(1833172992,'uk'),(1833177088,'ru'),(1833179136,'it'),(1833181184,'uk'),(1833183232,'ua'),(1833185280,'de'),(1833187328,'eu'),(1833189376,'uk'),(1833191424,'ru'),(1833193472,'es'),(1833195520,'no'),(1833197568,'de'),(1833199616,'at'),(1833201664,'ru'),(1833203712,'am'),(1833205760,'fi'),(1833207808,'ru'),(1833209856,'gr'),(1833211904,'it'),(1833213952,'be'),(1833216000,'ru'),(1833218048,'no'),(1833220096,'ru'),(1833222144,'uk'),(1833224192,'ru'),(1833228288,'de'),(1833232384,'tj'),(1833234432,'uk'),(1833236480,'fi'),(1833238528,'al'),(1833240576,'es'),(1833242624,'ru'),(1833246720,'fi'),(1833248768,'mk'),(1833250816,'uk'),(1833252864,'eu'),(1833254912,'de'),(1833256960,'uk'),(1833261056,'pl'),(1833263104,'de'),(1833265152,'uk'),(1833267200,'hu'),(1833269248,'fi'),(1833271296,'it'),(1833273344,'eu'),(1833275392,'uk'),(1833277440,'ch'),(1833279488,'al'),(1833281536,'at'),(1833283584,'ru'),(1833285632,'fr'),(1833289728,'it'),(1833291776,'cz'),(1833293824,'be'),(1833295872,'nl'),(1833297920,'uk'),(1833299968,'lu'),(1833302016,'at'),(1833304064,'nl'),(1833308160,'fr'),(1833310208,'ru'),(1833312256,'es'),(1833314304,'uk'),(1833316352,'dk'),(1833318400,'uk'),(1833320448,'ae'),(1833322496,'it'),(1833324544,'no'),(1833326592,'eu'),(1833328640,'at'),(1833330688,'ua'),(1833332736,'ch'),(1833334784,'it'),(1833336832,'es'),(1833338880,'uk'),(1833342976,'ch'),(1833345024,'fi'),(1833347072,'fr'),(1833349120,'fi'),(1833351168,'ru'),(1833353216,'de'),(1833355264,'it'),(1833357312,'ie'),(1833359360,'de'),(1833361408,'uk'),(1833363456,'ru'),(1833365504,'it'),(1833367552,'ru'),(1833369600,'nl'),(1833371648,'ru'),(1833373696,'de'),(1833377792,'kz'),(1833379840,'pt'),(1833381888,'nl'),(1833383936,'dk'),(1833385984,'sk'),(1833388032,'ru'),(1833390080,'uk'),(1833392128,'ch'),(1833396224,'nl'),(1833398272,'de'),(1833400320,'uk'),(1833402368,'fr'),(1833406464,'uk'),(1833408512,'rs'),(1833410560,'pt'),(1833412608,'uk'),(1833414656,'ru'),(1833416704,'nl'),(1833418752,'ru'),(1833422848,'cz'),(1833424896,'de'),(1833426944,'kg'),(1833428992,'it'),(1833431040,'ru'),(1833433088,'uk'),(1833435136,'cz'),(1833439232,'uk'),(1833443328,'nl'),(1833447424,'rs'),(1833451520,'ru'),(1833455616,'nl'),(1833459712,'me'),(1833463808,'ua'),(1833467904,'ch'),(1833472000,'eu'),(1833480192,'nl'),(1833484288,'ir'),(1833488384,'uk'),(1833492480,'ru'),(1833504768,'de'),(1833508864,'ru'),(1833512960,'de'),(1833517056,'es'),(1833521152,'it'),(1833525248,'lv'),(1833529344,'uk'),(1833533440,'ru'),(1833537536,'at'),(1833541632,'uk'),(1833545728,'it'),(1833549824,'ru'),(1833553920,'cz'),(1833558016,'ro'),(1833562112,'ps'),(1833566208,'se'),(1833570304,'nl'),(1833574400,'ye'),(1833578496,'hu'),(1833582592,'tj'),(1833586688,'fr'),(1833590784,'pl'),(1833594880,'ru'),(1833603072,'sk'),(1833607168,'ru'),(1833611264,'no'),(1833615360,'eu'),(1833619456,'ru'),(1833623552,'ir'),(1833627648,'uk'),(1833631744,'cz'),(1833635840,'de'),(1833639936,'am'),(1833644032,'tj'),(1833648128,'lb'),(1833652224,'de'),(1833660416,'it'),(1833664512,'ru'),(1833668608,'cz'),(1833672704,'uk'),(1833676800,'de'),(1833680896,'ua'),(1833684992,'de'),(1833689088,'fi'),(1833693184,'ru'),(1833697280,'ie'),(1833959424,'cz'),(1834090496,'sa'),(1834221568,'de'),(1834352640,'ua'),(1834483712,'be'),(1834614784,'de'),(1834745856,'rs'),(1834876928,'ru'),(1834885120,'fr'),(1834893312,'cz'),(1834901504,'rs'),(1834909696,'uk'),(1834913792,'ro'),(1834917888,'ua'),(1834921984,'ru'),(1834930176,'ua'),(1834934272,'rs'),(1834938368,'pl'),(1834944512,'ro'),(1834946560,'cz'),(1834948608,'pl'),(1834950656,'ua'),(1834956800,'ir'),(1834960896,'cz'),(1834964992,'pl'),(1834967040,'ru'),(1834971136,'ua'),(1834973184,'cz'),(1834975232,'il'),(1834977280,'pl'),(1834983424,'ru'),(1834985472,'pl'),(1834989568,'uk'),(1834991616,'cz'),(1834993664,'pl'),(1834995712,'ru'),(1835001856,'pl'),(1835003904,'de'),(1835005952,'ru'),(1835008000,'ro'),(1835532288,'se'),(1835540480,'de'),(1835548672,'uk'),(1835565056,'al'),(1835573248,'ua'),(1835581440,'bg'),(1835589632,'it'),(1835597824,'hu'),(1835606016,'cz'),(1835614208,'ru'),(1835622400,'se'),(1835630592,'ru'),(1835646976,'ba'),(1835655168,'cy'),(1835663360,'ua'),(1835671552,'ch'),(1835679744,'fr'),(1835687936,'ie'),(1835696128,'ru'),(1835704320,'nl'),(1835712512,'ru'),(1835720704,'rs'),(1835728896,'pl'),(1835737088,'uk'),(1835745280,'bg'),(1835753472,'es'),(1835761664,'jo'),(1835769856,'ru'),(1835778048,'cz'),(1835786240,'jo'),(1835794432,'fi'),(1835802624,'ru'),(1835810816,'ua'),(1835819008,'cz'),(1835827200,'uk'),(1835835392,'es'),(1835843584,'no'),(1835851776,'ua'),(1835859968,'de'),(1835868160,'ir'),(1835876352,'no'),(1835884544,'nl'),(1835892736,'uk'),(1835909120,'rs'),(1835913216,'ru'),(1835917312,'uk'),(1835925504,'lv'),(1835933696,'ru'),(1835941888,'ua'),(1835950080,'lb'),(1835958272,'hu'),(1835966464,'ir'),(1835974656,'pl'),(1835982848,'cy'),(1835991040,'ru'),(1835999232,'ir'),(1836007424,'ru'),(1836015616,'ad'),(1836023808,'ru'),(1836040192,'uk'),(1836048384,'rs'),(1836056576,'it'),(1836580864,'ru'),(1836597248,'lu'),(1836613632,'ru'),(1836630016,'bg'),(1836646400,'rs'),(1836679168,'bg'),(1836711936,'ua'),(1836728320,'rs'),(1836744704,'fr'),(1836761088,'ir'),(1836777472,'si'),(1836793856,'uk'),(1836810240,'ru'),(1836826624,'cz'),(1836843008,'ru'),(1836875776,'se'),(1836892160,'ru'),(1836908544,'ie'),(1836924928,'de'),(1836941312,'ir'),(1836957696,'pl'),(1836974080,'ru'),(1836990464,'at'),(1837006848,'by'),(1837023232,'ru'),(1837039616,'az'),(1837056000,'iq'),(1837072384,'ru'),(1837088768,'si'),(1837105152,'be'),(1838153728,'uk'),(1839202304,'bg'),(1839235072,'il'),(1839267840,'ru'),(1839300608,'bh'),(1839333376,'ua'),(1839366144,'ir'),(1839398912,'no'),(1839431680,'ru'),(1839464448,'cz'),(1839497216,'ch'),(1839529984,'ru'),(1839562752,'ba'),(1839595520,'ro'),(1839661056,'ua'),(1839693824,'ru'),(1839726592,'it'),(1839759360,'ru'),(1839792128,'uk'),(1839816704,'no'),(1839824896,'ru'),(1839890432,'uk'),(1839923200,'ru'),(1839955968,'sa'),(1839988736,'ru'),(1840021504,'ge'),(1840054272,'ru'),(1840087040,'pl'),(1840119808,'ru'),(1840152576,'uk'),(1840185344,'ba'),(1840218112,'uk'),(1840316416,'ru'),(1840381952,'gr'),(1840447488,'no'),(1840513024,'uk'),(1840644096,'si'),(1840709632,'cz'),(1840775168,'ru'),(1840840704,'md'),(1840906240,'il'),(1840971776,'ru'),(1841102848,'no'),(1841168384,'ru'),(1841299456,'de'),(1841430528,'ru'),(1841561600,'pl'),(1841565696,'ru'),(1841569792,'pl'),(1841577984,'ru'),(1841582080,'pl'),(1841586176,'ru'),(1841590272,'pl'),(1841594368,'ua'),(1841598464,'pl'),(1841602560,'ua'),(1841610752,'ru'),(1841614848,'cz'),(1841618944,'pl'),(1841627136,'no'),(1841629184,'ru'),(1841635328,'pl'),(1841639424,'ru'),(1841641472,'pl'),(1841645568,'cz'),(1841647616,'ro'),(1841649664,'cz'),(1841651712,'pl'),(1841653760,'fr'),(1841655808,'cz'),(1841659904,'ru'),(1841664000,'cz'),(1841666048,'ru'),(1841670144,'pl'),(1841672192,'fr'),(1841674240,'pl'),(1841676288,'cz'),(1841678336,'ru'),(1841680384,'lv'),(1841682432,'ua'),(1841684480,'ru'),(1841686528,'ro'),(1841688576,'fr'),(1841690624,'ru'),(1841692672,'rs'),(1841700864,'md'),(1841709056,'ru'),(1841725440,'dk'),(1841733632,'ru'),(1841758208,'pl'),(1841766400,'hu'),(1841774592,'pl'),(1841782784,'ro'),(1841790976,'bg'),(1841799168,'de'),(1841807360,'no'),(1841815552,'bg'),(1841823744,'uk'),(1841831936,'mt'),(1841840128,'pl'),(1841848320,'ru'),(1841856512,'ua'),(1841864704,'ye'),(1841872896,'nl'),(1841881088,'ua'),(1841889280,'ir'),(1841897472,'ro'),(1841905664,'ru'),(1841922048,'nl'),(1841930240,'kg'),(1841938432,'ru'),(1841946624,'ua'),(1841954816,'ru'),(1841971200,'cz'),(1841979392,'nl'),(1841987584,'dk'),(1841995776,'ru'),(1842003968,'ch'),(1842012160,'uk'),(1842020352,'no'),(1842028544,'ch'),(1842036736,'lu'),(1842044928,'uk'),(1842053120,'es'),(1842061312,'ir'),(1842069504,'ru'),(1842077696,'fr'),(1842085888,'uk'),(1842118656,'fi'),(1842151424,'fr'),(1842153472,'no'),(1842155520,'it'),(1842157568,'ae'),(1842159616,'ba'),(1842161664,'ge'),(1842163712,'pl'),(1842165760,'ru'),(1842167808,'fr'),(1842169856,'cz'),(1842171904,'ru'),(1842173952,'ro'),(1842176000,'fi'),(1842178048,'it'),(1842180096,'iq'),(1842182144,'lv'),(1842184192,'de'),(1842186240,'es'),(1842188288,'ru'),(1842190336,'uk'),(1842192384,'az'),(1842194432,'ch'),(1842196480,'de'),(1842198528,'uk'),(1842200576,'nl'),(1842202624,'ch'),(1842204672,'az'),(1842206720,'se'),(1842208768,'uk'),(1842210816,'lt'),(1842212864,'cz'),(1842214912,'ru'),(1842216960,'ro'),(1842225152,'ua'),(1842233344,'ro'),(1842241536,'rs'),(1842249728,'ru'),(1842257920,'cz'),(1842266112,'pl'),(1842274304,'ro'),(1842282496,'ru'),(1842286592,'uk'),(1842290688,'rs'),(1842294784,'pl'),(1842298880,'ua'),(1842302976,'ru'),(1842307072,'pl'),(1842311168,'ua'),(1842315264,'ro'),(1842319360,'pl'),(1842323456,'ru'),(1842327552,'cz'),(1842331648,'ua'),(1842335744,'ro'),(1842339840,'cz'),(1842343936,'ru'),(1842348032,'fr'),(1843396608,'iq'),(1843412992,'cz'),(1843429376,'uk'),(1843462144,'ru'),(1843478528,'se'),(1843494912,'ir'),(1843511296,'ru'),(1843527680,'il'),(1843544064,'ru'),(1843560448,'de'),(1843576832,'ru'),(1843593216,'hr'),(1843609600,'ua'),(1843625984,'es'),(1843642368,'ru'),(1843658752,'uk'),(1843675136,'me'),(1843691520,'se'),(1843707904,'de'),(1843724288,'cz'),(1843748864,'ru'),(1843773440,'lv'),(1843781632,'cz'),(1843789824,'sk'),(1843806208,'ir'),(1843822592,'ru'),(1843838976,'de'),(1843855360,'pl'),(1843871744,'uk'),(1843888128,'cz'),(1843904512,'uk'),(1843920896,'kz'),(1843922944,'nl'),(1843924992,'es'),(1843927040,'pl'),(1843929088,'it'),(1843931136,'nl'),(1843933184,'it'),(1843935232,'uk'),(1843937280,'es'),(1843939328,'dk'),(1843941376,'fi'),(1843943424,'ch'),(1843945472,'fr'),(1843947520,'ru'),(1843949568,'by'),(1843951616,'de'),(1843955712,'it'),(1843957760,'cz'),(1843959808,'uk'),(1843961856,'de'),(1843965952,'uk'),(1843968000,'ru'),(1843970048,'fr'),(1843972096,'hu'),(1843974144,'es'),(1843976192,'tr'),(1843978240,'nl'),(1843980288,'fr'),(1843982336,'pl'),(1843984384,'ru'),(1843986432,'no'),(1843988480,'uk'),(1843990528,'lb'),(1843992576,'at'),(1843994624,'uk'),(1844000768,'no'),(1844002816,'cz'),(1844006912,'sm'),(1844008960,'pl'),(1844011008,'it'),(1844013056,'pl'),(1844015104,'uk'),(1844017152,'it'),(1844019200,'ru'),(1844021248,'de'),(1844027392,'cz'),(1844029440,'ru'),(1844031488,'ch'),(1844033536,'rs'),(1844035584,'md'),(1844037632,'ru'),(1844041728,'it'),(1844043776,'ru'),(1844047872,'kz'),(1844049920,'de'),(1844051968,'fr'),(1844054016,'ru'),(1844056064,'il'),(1844058112,'ru'),(1844062208,'cz'),(1844064256,'it'),(1844068352,'uk'),(1844072448,'es'),(1844076544,'ie'),(1844078592,'de'),(1844080640,'ge'),(1844082688,'de'),(1844084736,'ru'),(1844086784,'it'),(1844088832,'at'),(1844090880,'ru'),(1844092928,'fr'),(1844094976,'uk'),(1844099072,'de'),(1844101120,'uk'),(1844105216,'es'),(1844107264,'de'),(1844109312,'uk'),(1844111360,'al'),(1844113408,'fi'),(1844115456,'de'),(1844117504,'cz'),(1844119552,'ua'),(1844121600,'es'),(1844123648,'ru'),(1844125696,'nl'),(1844127744,'de'),(1844129792,'nl'),(1844131840,'de'),(1844133888,'lt'),(1844135936,'nl'),(1844137984,'fr'),(1844140032,'ru'),(1844142080,'rs'),(1844144128,'sm'),(1844146176,'no'),(1844148224,'uk'),(1844150272,'es'),(1844152320,'de'),(1844154368,'uk'),(1844156416,'it'),(1844158464,'ru'),(1844160512,'se'),(1844162560,'cz'),(1844164608,'ru'),(1844166656,'az'),(1844168704,'gi'),(1844170752,'ru'),(1844174848,'de'),(1844178944,'ee'),(1844180992,'tr'),(1844183040,'it'),(1844191232,'al'),(1844195328,'ru'),(1844203520,'nl'),(1844207616,'ru'),(1844211712,'sk'),(1844215808,'be'),(1844219904,'de'),(1844224000,'uk'),(1844228096,'dk'),(1844232192,'fr'),(1844236288,'ru'),(1844252672,'uk'),(1844256768,'ba'),(1844260864,'ch'),(1844264960,'nl'),(1844273152,'ru'),(1844277248,'az'),(1844281344,'de'),(1844285440,'ru'),(1844289536,'it'),(1844293632,'de'),(1844297728,'jo'),(1844301824,'nl'),(1844305920,'ru'),(1844310016,'fr'),(1844318208,'it'),(1844322304,'cz'),(1844326400,'dk'),(1844330496,'uk'),(1844338688,'ru'),(1844342784,'it'),(1844346880,'uk'),(1844350976,'sy'),(1844355072,'kz'),(1844359168,'ir'),(1844363264,'ru'),(1844367360,'cz'),(1844371456,'ge'),(1844375552,'ru'),(1844379648,'ir'),(1844383744,'az'),(1844387840,'kz'),(1844391936,'de'),(1844396032,'cz'),(1844400128,'uk'),(1844408320,'fr'),(1844412416,'ru'),(1844416512,'fr'),(1844420608,'de'),(1844424704,'si'),(1844428800,'de'),(1844432896,'ru'),(1844436992,'no'),(1844441088,'it'),(1844445184,'fi'),(1844510720,'ru'),(1844576256,'gr'),(1844641792,'pl'),(1844707328,'ru'),(1844772864,'rs'),(1844838400,'uk'),(1844903936,'no'),(1844969472,'cz'),(1845035008,'uk'),(1845100544,'de'),(1845166080,'ua'),(1845231616,'ru'),(1845297152,'il'),(1845362688,'ua'),(1845428224,'ie'),(2147942400,'eu'),(2148532224,'eu'),(2150039552,'eu'),(2153119744,'eu'),(2153578496,'eu'),(2153906176,'eu'),(2156003328,'eu'),(2156593152,'eu'),(2159017984,'eu'),(2159149056,'eu'),(2160525312,'eu'),(2160656384,'eu'),(2161508352,'eu'),(2162688000,'eu'),(2163212288,'eu'),(2163408896,'eu'),(2163605504,'eu'),(2164981760,'eu'),(2165309440,'eu'),(2165571584,'eu'),(2165964800,'eu'),(2166292480,'eu'),(2168651776,'eu'),(2168782848,'eu'),(2169044992,'eu'),(2170028032,'eu'),(2170945536,'eu'),(2172452864,'eu'),(2172715008,'eu'),(2172911616,'eu'),(2173566976,'dk'),(2173632512,'eu'),(2175336448,'eu'),(2175729664,'eu'),(2175860736,'eu'),(2176122880,'eu'),(2176516096,'eu'),(2176974848,'eu'),(2177302528,'eu'),(2177761280,'eu'),(2177892352,'eu'),(2178285568,'eu'),(2178482176,'eu'),(2179530752,'eu'),(2179989504,'eu'),(2180448256,'eu'),(2182610944,'eu'),(2182873088,'eu'),(2183135232,'eu'),(2183462912,'eu'),(2184904704,'ch'),(2184970240,'eu'),(2185363456,'eu'),(2185822208,'eu'),(2185953280,'eu'),(2186149888,'eu'),(2186412032,'eu'),(2186805248,'eu'),(2187067392,'eu'),(2187460608,'fr'),(2187591680,'eu'),(2187853824,'eu'),(2188378112,'eu'),(2188574720,'eu'),(2188902400,'eu'),(2189230080,'eu'),(2189754368,'eu'),(2189950976,'eu'),(2190082048,'eu'),(2191458304,'eu'),(2191589376,'eu'),(2193031168,'eu'),(2193227776,'eu'),(2193358848,'eu'),(2193489920,'eu'),(2193620992,'eu'),(2194014208,'eu'),(2194538496,'eu'),(2194669568,'eu'),(2195652608,'eu'),(2195783680,'eu'),(2195914752,'dk'),(2196045824,'eu'),(2196570112,'se'),(2196635648,'eu'),(2196897792,'se'),(2197159936,'eu'),(2197487616,'eu'),(2197880832,'eu'),(2204172288,'eu'),(2204303360,'eu'),(2204499968,'eu'),(2205089792,'eu'),(2205286400,'eu'),(2205483008,'ch'),(2206334976,'eu'),(2207776768,'eu'),(2207907840,'eu'),(2208235520,'eu'),(2208563200,'eu'),(2208890880,'eu'),(2209153024,'eu'),(2209611776,'eu'),(2210136064,'eu'),(2210660352,'eu'),(2211250176,'eu'),(2211381248,'eu'),(2211643392,'eu'),(2212233216,'eu'),(2212495360,'eu'),(2212691968,'eu'),(2212954112,'eu'),(2213150720,'eu'),(2213347328,'nl'),(2213937152,'eu'),(2214264832,'eu'),(2214461440,'eu'),(2218786816,'eu'),(2224160768,'eu'),(2224357376,'eu'),(2224619520,'eu'),(2224750592,'eu'),(2225405952,'eu'),(2225799168,'eu'),(2226126848,'eu'),(2226388992,'eu'),(2226716672,'eu'),(2227372032,'eu'),(2227634176,'eu'),(2229469184,'eu'),(2229600256,'eu'),(2230583296,'eu'),(2231107584,'eu'),(2248212480,'eu'),(2249523200,'eu'),(2249785344,'eu'),(2249916416,'nl'),(2249981952,'eu'),(2250113024,'eu'),(2250375168,'eu'),(2250506240,'eu'),(2251227136,'eu'),(2251685888,'eu'),(2251948032,'eu'),(2253127680,'eu'),(2253455360,'de'),(2253586432,'eu'),(2254110720,'eu'),(2254569472,'nl'),(2254635008,'eu'),(2255945728,'eu'),(2256666624,'eu'),(2257190912,'eu'),(2257453056,'eu'),(2257649664,'eu'),(2258042880,'eu'),(2258305024,'eu'),(2258436096,'eu'),(2259222528,'eu'),(2259353600,'eu'),(2259681280,'eu'),(2260140032,'eu'),(2260467712,'eu'),(2260664320,'eu'),(2261450752,'eu'),(2261647360,'eu'),(2262040576,'eu'),(2262499328,'eu'),(2262892544,'eu'),(2263810048,'eu'),(2264203264,'eu'),(2277769216,'uk'),(2291400704,'eu'),(2291859456,'eu'),(2292383744,'eu'),(2292842496,'uk'),(2292973568,'eu'),(2294743040,'eu'),(2294874112,'eu'),(2295201792,'eu'),(2296446976,'eu'),(2296774656,'eu'),(2297626624,'eu'),(2299592704,'eu'),(2300641280,'eu'),(2301296640,'eu'),(2301558784,'no'),(2301755392,'eu'),(2302083072,'eu'),(2302279680,'eu'),(2303262720,'eu'),(2304573440,'eu'),(2304770048,'eu'),(2305097728,'uk'),(2305359872,'eu'),(2305556480,'eu'),(2306342912,'eu'),(2306932736,'eu'),(2307194880,'eu'),(2307522560,'eu'),(2308702208,'eu'),(2309160960,'eu'),(2309881856,'eu'),(2310995968,'eu'),(2311053312,'ie'),(2311127040,'eu'),(2311847936,'eu'),(2312110080,'eu'),(2312437760,'eu'),(2312699904,'eu'),(2312962048,'eu'),(2313289728,'eu'),(2314731520,'eu'),(2314862592,'eu'),(2315059200,'eu'),(2315452416,'eu'),(2315649024,'eu'),(2316173312,'se'),(2316632064,'eu'),(2317680640,'eu'),(2317877248,'eu'),(2318401536,'eu'),(2319319040,'eu'),(2319581184,'it'),(2319843328,'eu'),(2320564224,'eu'),(2321547264,'eu'),(2321809408,'eu'),(2321940480,'eu'),(2322202624,'eu'),(2323382272,'eu'),(2323841024,'eu'),(2324037632,'eu'),(2327511040,'eu'),(2328035328,'eu'),(2328231936,'uk'),(2328297472,'eu'),(2328559616,'eu'),(2329346048,'eu'),(2329739264,'eu'),(2330394624,'eu'),(2331246592,'eu'),(2331508736,'eu'),(2331836416,'eu'),(2332098560,'eu'),(2333343744,'de'),(2333409280,'eu'),(2335309824,'eu'),(2335571968,'eu'),(2335834112,'eu'),(2336161792,'eu'),(2336358400,'eu'),(2336882688,'eu'),(2337210368,'eu'),(2337472512,'eu'),(2337865728,'eu'),(2338324480,'eu'),(2338586624,'eu'),(2338914304,'eu'),(2340028416,'eu'),(2340421632,'eu'),(2340749312,'eu'),(2341273600,'eu'),(2341404672,'eu'),(2341535744,'no'),(2341797888,'eu'),(2342060032,'eu'),(2342256640,'eu'),(2342649856,'eu'),(2342780928,'eu'),(2343436288,'eu'),(2343698432,'eu'),(2344091648,'eu'),(2344550400,'eu'),(2353856512,'eu'),(2354315264,'eu'),(2354905088,'eu'),(2355167232,'eu'),(2355691520,'eu'),(2358640640,'eu'),(2359558144,'eu'),(2359689216,'eu'),(2360672256,'eu'),(2362114048,'eu'),(2363949056,'eu'),(2365652992,'eu'),(2366308352,'fr'),(2366373888,'eu'),(2367160320,'de'),(2367225856,'eu'),(2368077824,'de'),(2368208896,'eu'),(2368339968,'de'),(2368405504,'eu'),(2368798720,'de'),(2368864256,'eu'),(2369060864,'de'),(2369126400,'eu'),(2369519616,'de'),(2369585152,'eu'),(2369978368,'de'),(2370043904,'eu'),(2370437120,'de'),(2370502656,'eu'),(2370699264,'de'),(2370764800,'eu'),(2370830336,'de'),(2370895872,'eu'),(2371289088,'eu'),(2371944448,'uk'),(2372009984,'ch'),(2372075520,'eu'),(2372665344,'eu'),(2372993024,'eu'),(2373124096,'eu'),(2374107136,'eu'),(2374565888,'eu'),(2374959104,'eu'),(2376269824,'eu'),(2376663040,'eu'),(2377056256,'eu'),(2378170368,'eu'),(2378301440,'eu'),(2378694656,'eu'),(2378891264,'eu'),(2379218944,'eu'),(2380398592,'eu'),(2380726272,'eu'),(2381381632,'eu'),(2381578240,'eu'),(2381905920,'eu'),(2382102528,'eu'),(2401828864,'eu'),(2402222080,'eu'),(2402418688,'eu'),(2403401728,'eu'),(2405236736,'eu'),(2405498880,'no'),(2405629952,'eu'),(2406809600,'eu'),(2407071744,'eu'),(2407399424,'eu'),(2407596032,'eu'),(2409693184,'at'),(2409824256,'eu'),(2410086400,'eu'),(2410217472,'eu'),(2410676224,'eu'),(2411986944,'eu'),(2412576768,'eu'),(2412904448,'eu'),(2413363200,'eu'),(2413821952,'eu'),(2414411776,'eu'),(2414673920,'eu'),(2414804992,'eu'),(2415198208,'eu'),(2415656960,'eu'),(2416050176,'eu'),(2416181248,'eu'),(2417229824,'eu'),(2417491968,'eu'),(2417688576,'eu'),(2418016256,'eu'),(2418606080,'eu'),(2418737152,'eu'),(2419458048,'eu'),(2419589120,'eu'),(2420047872,'eu'),(2420113408,'pt'),(2420178944,'eu'),(2420899840,'eu'),(2421293056,'eu'),(2421424128,'no'),(2421489664,'ch'),(2421620736,'eu'),(2422145024,'eu'),(2422341632,'eu'),(2423717888,'eu'),(2423914496,'eu'),(2424242176,'eu'),(2425421824,'eu'),(2426667008,'eu'),(2426732544,'fr'),(2426929152,'eu'),(2427256832,'eu'),(2427453440,'eu'),(2428567552,'eu'),(2429026304,'eu'),(2429288448,'eu'),(2429419520,'eu'),(2429616128,'eu'),(2432172032,'eu'),(2432696320,'eu'),(2434727936,'nl'),(2434793472,'eu'),(2435645440,'nl'),(2435710976,'eu'),(2435973120,'nl'),(2436038656,'eu'),(2447245312,'nl'),(2447310848,'eu'),(2447441920,'de'),(2447507456,'eu'),(2447638528,'de'),(2447704064,'uk'),(2447769600,'de'),(2447835136,'eu'),(2447900672,'ch'),(2447966208,'uk'),(2448031744,'ch'),(2448097280,'se'),(2448162816,'eu'),(2448228352,'pl'),(2448293888,'eu'),(2448359424,'uk'),(2448424960,'eu'),(2448490496,'at'),(2448556032,'eu'),(2448621568,'de'),(2448687104,'eu'),(2448752640,'ch'),(2448818176,'eu'),(2448883712,'fi'),(2448949248,'eu'),(2449080320,'ch'),(2449145856,'se'),(2449211392,'eu'),(2449276928,'de'),(2449604608,'eu'),(2450718720,'eu'),(2450849792,'eu'),(2452619264,'it'),(2452750336,'eu'),(2453340160,'eu'),(2453864448,'eu'),(2454061056,'eu'),(2454192128,'eu'),(2454388736,'eu'),(2454519808,'eu'),(2454716416,'eu'),(2455175168,'eu'),(2455830528,'eu'),(2456027136,'eu'),(2456551424,'at'),(2456616960,'eu'),(2456813568,'eu'),(2457272320,'eu'),(2457600000,'eu'),(2458189824,'eu'),(2458386432,'eu'),(2458648576,'eu'),(2459893760,'eu'),(2460024832,'eu'),(2460549120,'eu'),(2460745728,'no'),(2460811264,'eu'),(2460942336,'eu'),(2461204480,'eu'),(2461794304,'eu'),(2461990912,'eu'),(2463236096,'eu'),(2463629312,'eu'),(2463825920,'eu'),(2464153600,'eu'),(2464350208,'eu'),(2464808960,'eu'),(2465726464,'eu'),(2466054144,'eu'),(2466709504,'eu'),(2467037184,'eu'),(2468020224,'eu'),(2468151296,'dk'),(2468216832,'eu'),(2468347904,'eu'),(2469134336,'eu'),(2469658624,'eu'),(2469789696,'eu'),(2470182912,'eu'),(2470641664,'eu'),(2471165952,'eu'),(2471297024,'eu'),(2471690240,'eu'),(2472214528,'eu'),(2472345600,'eu'),(2472673280,'eu'),(2472935424,'eu'),(2473525248,'eu'),(2474049536,'eu'),(2474246144,'eu'),(2474442752,'eu'),(2474573824,'eu'),(2475556864,'eu'),(2475884544,'eu'),(2476474368,'eu'),(2476802048,'eu'),(2477195264,'ch'),(2477457408,'eu'),(2477719552,'eu'),(2478047232,'eu'),(2478309376,'eu'),(2478440448,'eu'),(2478571520,'eu'),(2478899200,'eu'),(2479095808,'eu'),(2479423488,'eu'),(2479620096,'eu'),(2480013312,'eu'),(2480209920,'eu'),(2480668672,'eu'),(2481192960,'eu'),(2481782784,'il'),(2482176000,'eu'),(2482634752,'eu'),(2483159040,'eu'),(2483421184,'eu'),(2486566912,'eu'),(2486697984,'eu'),(2486960128,'eu'),(2488205312,'eu'),(2488336384,'pl'),(2488401920,'eu'),(2488795136,'eu'),(2490236928,'eu'),(2490761216,'eu'),(2491023360,'no'),(2491088896,'eu'),(2491875328,'eu'),(2492071936,'eu'),(2492203008,'eu'),(2492399616,'fr'),(2492727296,'eu'),(2492923904,'eu'),(2493513728,'eu'),(2494103552,'eu'),(2494562304,'eu'),(2494889984,'eu'),(2495152128,'eu'),(2495283200,'eu'),(2495873024,'eu'),(2496135168,'eu'),(2499477504,'eu'),(2503016448,'eu'),(2503671808,'eu'),(2508455936,'eu'),(2508521472,'ch'),(2508587008,'eu'),(2508914688,'eu'),(2509373440,'eu'),(2509832192,'eu'),(2510946304,'eu'),(2511405056,'eu'),(2512977920,'eu'),(2513436672,'de'),(2513502208,'eu'),(2515468288,'de'),(2515533824,'eu'),(2515795968,'de'),(2515861504,'eu'),(2516189184,'de'),(2516254720,'fr'),(2516451328,'uk'),(2523529216,'eu'),(2524971008,'eu'),(2525233152,'eu'),(2525757440,'eu'),(2526085120,'eu'),(2526937088,'eu'),(2528051200,'eu'),(2528247808,'eu'),(2529951744,'eu'),(2530541568,'eu'),(2530803712,'eu'),(2531459072,'eu'),(2532048896,'eu'),(2532376576,'eu'),(2532573184,'eu'),(2533031936,'eu'),(2533228544,'pl'),(2533425152,'eu'),(2534080512,'it'),(2534211584,'eu'),(2535915520,'it'),(2535981056,'eu'),(2539847680,'it'),(2539913216,'eu'),(2540896256,'eu'),(2541223936,'eu'),(2541682688,'eu'),(2541813760,'eu'),(2542075904,'eu'),(2542272512,'eu'),(2543583232,'eu'),(2544500736,'eu'),(2544828416,'eu'),(2545156096,'eu'),(2545287168,'eu'),(2545614848,'eu'),(2545745920,'de'),(2547187712,'eu'),(2554462208,'eu'),(2554789888,'eu'),(2554920960,'eu'),(2555183104,'eu'),(2555445248,'eu'),(2555904000,'eu'),(2556231680,'eu'),(2557018112,'eu'),(2557607936,'eu'),(2558918656,'eu'),(2559508480,'eu'),(2559967232,'eu'),(2560098304,'eu'),(2566979584,'eu'),(2567241728,'eu'),(2567897088,'eu'),(2568028160,'eu'),(2568159232,'eu'),(2572681216,'eu'),(2572943360,'eu'),(2573139968,'nl'),(2573205504,'eu'),(2573991936,'eu'),(2574254080,'eu'),(2584215552,'eu'),(2584608768,'eu'),(2585788416,'eu'),(2600730624,'eu'),(2604007424,'eu'),(2604793856,'eu'),(2605252608,'eu'),(2607349760,'eu'),(2609053696,'eu'),(2609381376,'eu'),(2609643520,'eu'),(2609971200,'eu'),(2610823168,'eu'),(2612592640,'eu'),(2613051392,'eu'),(2613444608,'eu'),(2613706752,'eu'),(2613837824,'eu'),(2614034432,'eu'),(2614165504,'eu'),(2615083008,'eu'),(2615345152,'eu'),(2615607296,'eu'),(2616524800,'eu'),(2616786944,'eu'),(2617049088,'eu'),(2617901056,'eu'),(2618163200,'eu'),(2618359808,'eu'),(2618884096,'eu'),(2619080704,'eu'),(2619539456,'eu'),(2620063744,'eu'),(2620391424,'eu'),(2620588032,'eu'),(2620784640,'eu'),(2621046784,'eu'),(2621243392,'eu'),(2621636608,'eu'),(2622685184,'eu'),(2624192512,'eu'),(2624716800,'eu'),(2624978944,'eu'),(2625961984,'eu'),(2626093056,'eu'),(2626945024,'eu'),(2627076096,'eu'),(2635530240,'eu'),(2639462400,'eu'),(2639790080,'eu'),(2640183296,'eu'),(2640314368,'eu'),(2640510976,'eu'),(2642149376,'eu'),(2642214912,'se'),(2642477056,'eu'),(2642935808,'eu'),(2643066880,'eu'),(2643197952,'eu'),(2643460096,'eu'),(2644312064,'is'),(2644377600,'eu'),(2644574208,'eu'),(2644967424,'eu'),(2645229568,'eu'),(2645622784,'eu'),(2645819392,'eu'),(2646212608,'eu'),(2646474752,'eu'),(2646671360,'eu'),(2647130112,'eu'),(2647326720,'eu'),(2648965120,'eu'),(2649489408,'eu'),(2649948160,'eu'),(2650210304,'eu'),(2650341376,'eu'),(2653159424,'eu'),(2653487104,'eu'),(2653618176,'uk'),(2653880320,'eu'),(2654011392,'eu'),(2654994432,'eu'),(2655125504,'eu'),(2655715328,'eu'),(2656698368,'eu'),(2656829440,'eu'),(2656960512,'eu'),(2657288192,'eu'),(2657484800,'eu'),(2657681408,'eu'),(2657943552,'eu'),(2658140160,'no'),(2658598912,'eu'),(2658926592,'eu'),(2659254272,'eu'),(2659385344,'eu'),(2659516416,'eu'),(2660171776,'eu'),(2660564992,'eu'),(2660761600,'uk'),(2661023744,'eu'),(2661416960,'eu'),(2661679104,'eu'),(2662072320,'eu'),(2663251968,'eu'),(2664955904,'eu'),(2665086976,'eu'),(2665218048,'ch'),(2665414656,'eu'),(2665545728,'eu'),(2665873408,'eu'),(2665938944,'fr'),(2666004480,'ch'),(2666070016,'eu'),(2667053056,'eu'),(2668036096,'eu'),(2668363776,'eu'),(2668560384,'eu'),(2669019136,'eu'),(2669215744,'eu'),(2669477888,'eu'),(2669805568,'eu'),(2670067712,'eu'),(2670592000,'eu'),(2670854144,'eu'),(2671378432,'eu'),(2671509504,'eu'),(2672295936,'se'),(2672885760,'eu'),(2673082368,'eu'),(2673606656,'eu'),(2673803264,'eu'),(2674130944,'eu'),(2674327552,'ch'),(2674393088,'eu'),(2674589696,'eu'),(2674720768,'eu'),(2675048448,'eu'),(2675572736,'eu'),(2676097024,'eu'),(2676359168,'eu'),(2677014528,'ch'),(2677211136,'eu'),(2677473280,'eu'),(2677669888,'eu'),(2677800960,'eu'),(2678194176,'eu'),(2678521856,'eu'),(2678718464,'eu'),(2678915072,'eu'),(2679308288,'eu'),(2680029184,'eu'),(2680225792,'eu'),(2680487936,'eu'),(2680684544,'eu'),(2681339904,'eu'),(2681536512,'eu'),(2681733120,'eu'),(2681929728,'eu'),(2682781696,'eu'),(2683043840,'eu'),(2683240448,'eu'),(2683371520,'eu'),(2683568128,'eu'),(2684223488,'eu'),(2684682240,'eu'),(2684878848,'eu'),(2686844928,'eu'),(2686976000,'eu'),(2687238144,'de'),(2687303680,'eu'),(2687893504,'de'),(2688221184,'eu'),(2688352256,'ch'),(2688483328,'eu'),(2688679936,'eu'),(2688745472,'no'),(2688942080,'eu'),(2689269760,'eu'),(2689466368,'eu'),(2689597440,'eu'),(2689925120,'eu'),(2690383872,'eu'),(2690711552,'eu'),(2691104768,'eu'),(2691825664,'eu'),(2696151040,'eu'),(2698117120,'eu'),(2698313728,'eu'),(2698510336,'eu'),(2699296768,'eu'),(2701262848,'eu'),(2701656064,'eu'),(2701918208,'eu'),(2702245888,'eu'),(2702442496,'eu'),(2702639104,'eu'),(2702901248,'eu'),(2703097856,'eu'),(2703556608,'eu'),(2703818752,'eu'),(2704277504,'eu'),(2704539648,'eu'),(2704605184,'hr'),(2704670720,'eu'),(2704998400,'eu'),(2705195008,'eu'),(2705522688,'eu'),(2705784832,'eu'),(2706112512,'eu'),(2706243584,'eu'),(2706571264,'eu'),(2707947520,'eu'),(2708340736,'eu'),(2708733952,'eu'),(2709192704,'eu'),(2709913600,'eu'),(2710765568,'eu'),(2711486464,'eu'),(2714370048,'eu'),(2715418624,'eu'),(2717646848,'eu'),(2718629888,'eu'),(2718760960,'eu'),(2719285248,'eu'),(2719416320,'eu'),(2719547392,'eu'),(2720399360,'eu'),(2723545088,'ch'),(2734751744,'eu'),(2734882816,'eu'),(2735013888,'eu'),(2735276032,'eu'),(2736914432,'eu'),(2738749440,'fr'),(2742353920,'eu'),(2742484992,'eu'),(2744909824,'eu'),(2744975360,'se'),(2745040896,'eu'),(2745548800,'nl'),(2745565184,'eu'),(2750545920,'eu'),(2751528960,'eu'),(2752053248,'se'),(2752184320,'eu'),(2752512000,'de'),(2753757184,'eu'),(2753822720,'uk'),(2753888256,'eu'),(2754609152,'eu'),(2755330048,'eu'),(2756771840,'eu'),(2759852032,'ch'),(2759917568,'uk'),(2760048640,'eu'),(2760572928,'de'),(2760638464,'eu'),(2760835072,'uk'),(2775711744,'nl'),(2782527488,'eu'),(2782789632,'eu'),(2785542144,'eu'),(2788261888,'eu'),(2790719488,'eu'),(2807103488,'eu'),(2809069568,'eu'),(2812805120,'eu'),(2813067264,'eu'),(2815098880,'eu'),(2818637824,'eu'),(2827681792,'eu'),(2830827520,'eu'),(2837446656,'eu'),(2856058880,'ch'),(2867593216,'ch'),(2868838400,'eu'),(2870018048,'de'),(2870083584,'eu'),(2870214656,'dk'),(2870280192,'eu'),(2870583296,'se'),(2870607872,'eu'),(2870738944,'uk'),(2870935552,'eu'),(2986344448,'de'),(2987393024,'uk'),(2987397120,'lv'),(2987401216,'lt'),(2987405312,'de'),(2987409408,'no'),(2987413504,'ua'),(2987417600,'pl'),(2987425792,'bg'),(2987429888,'ru'),(2987433984,'fr'),(2987438080,'fi'),(2987442176,'ie'),(2987446272,'se'),(2987450368,'uk'),(2987454464,'fr'),(2987458560,'cz'),(2987462656,'rs'),(2987466752,'uk'),(2987470848,'iq'),(2987474944,'uk'),(2987479040,'cz'),(2987487232,'hr'),(2987491328,'ru'),(2987495424,'no'),(2987499520,'md'),(2987503616,'ru'),(2987511808,'jo'),(2987515904,'de'),(2987520000,'uk'),(2987524096,'ru'),(2987528192,'nl'),(2987532288,'md'),(2987536384,'fr'),(2987540480,'sk'),(2987544576,'nl'),(2987548672,'ru'),(2987552768,'uk'),(2987556864,'nl'),(2987565056,'at'),(2987569152,'fr'),(2987573248,'tr'),(2987577344,'ru'),(2987585536,'de'),(2987589632,'fr'),(2987593728,'lt'),(2987597824,'es'),(2987601920,'is'),(2987606016,'de'),(2987610112,'ru'),(2987614208,'pl'),(2987618304,'nl'),(2987622400,'fr'),(2987626496,'it'),(2987634688,'pl'),(2987638784,'fo'),(2987642880,'de'),(2987651072,'ru'),(2987655168,'de'),(2987659264,'si'),(2987661312,'uk'),(2987663360,'it'),(2987665408,'ru'),(2987667456,'fr'),(2987669504,'nl'),(2987671552,'fr'),(2987673600,'it'),(2987675648,'ie'),(2987677696,'de'),(2987681792,'no'),(2987683840,'it'),(2987685888,'gr'),(2987687936,'ru'),(2987689984,'cz'),(2987692032,'sa'),(2987694080,'ua'),(2987696128,'rs'),(2987698176,'nl'),(2987700224,'ru'),(2987702272,'jo'),(2987704320,'uk'),(2987706368,'rs'),(2987708416,'pt'),(2987710464,'dk'),(2987712512,'uk'),(2987714560,'ru'),(2987716608,'fr'),(2987718656,'nl'),(2987720704,'de'),(2987722752,'ru'),(2987724800,'nl'),(2987726848,'ru'),(2987728896,'uk'),(2987730944,'ir'),(2987732992,'hu'),(2987735040,'es'),(2987737088,'ru'),(2987739136,'se'),(2987743232,'dk'),(2987745280,'it'),(2987747328,'es'),(2987749376,'nl'),(2987751424,'ro'),(2987753472,'no'),(2987755520,'pl'),(2987757568,'de'),(2987759616,'pl'),(2987761664,'dk'),(2987763712,'gr'),(2987765760,'fr'),(2987767808,'cz'),(2987769856,'fi'),(2987771904,'it'),(2987773952,'fr'),(2987776000,'nl'),(2987778048,'ch'),(2987780096,'uk'),(2987782144,'ee'),(2987784192,'dk'),(2987786240,'fr'),(2987788288,'tr'),(2987790336,'uk'),(2987792384,'ch'),(2987794432,'iq'),(2987796480,'ru'),(2987800576,'nl'),(2987802624,'ch'),(2987804672,'ir'),(2987806720,'nl'),(2987808768,'ru'),(2987810816,'no'),(2987812864,'ch'),(2987814912,'cz'),(2987816960,'uk'),(2987819008,'fr'),(2987821056,'uk'),(2987823104,'fr'),(2987827200,'uk'),(2987829248,'kz'),(2987831296,'fr'),(2987833344,'it'),(2987835392,'ru'),(2987837440,'se'),(2987839488,'uk'),(2987841536,'rs'),(2987843584,'hu'),(2987845632,'nl'),(2987847680,'fr'),(2987849728,'it'),(2987851776,'ru'),(2987853824,'it'),(2987855872,'qa'),(2987857920,'de'),(2987859968,'fr'),(2987862016,'be'),(2987864064,'de'),(2987866112,'es'),(2987868160,'ro'),(2987870208,'gr'),(2987872256,'at'),(2987874304,'sk'),(2987876352,'no'),(2987878400,'pl'),(2987880448,'ee'),(2987882496,'de'),(2987884544,'uk'),(2987886592,'ua'),(2987888640,'ru'),(2987890688,'fr'),(2987892736,'uk'),(2987894784,'ch'),(2987896832,'dk'),(2987898880,'nl'),(2987900928,'pl'),(2987902976,'it'),(2987905024,'es'),(2987907072,'cz'),(2987909120,'ru'),(2987911168,'cz'),(2987913216,'dk'),(2987915264,'it'),(2987917312,'de'),(2988179456,'se'),(2988441600,'fr'),(2988572672,'ru'),(2988703744,'pl'),(2988834816,'ch'),(2988965888,'sk'),(2989096960,'pl'),(2989228032,'ru'),(2989621248,'be'),(2989752320,'sy'),(2989817856,'kw'),(2989883392,'ua'),(2989948928,'fi'),(2990014464,'pl'),(2990080000,'ru'),(2990145536,'si'),(2990211072,'cy'),(2990276608,'es'),(2990342144,'kw'),(2990407680,'ru'),(2990473216,'de'),(2990538752,'ru'),(2991063040,'se'),(2991079424,'ru'),(2991095808,'az'),(2991112192,'cz'),(2991128576,'pl'),(2991144960,'sa'),(2991161344,'fr'),(2991177728,'se'),(2991194112,'no'),(2991210496,'ru'),(2991243264,'ua'),(2991259648,'ru'),(2991292416,'fi'),(2991308800,'bg'),(2991325184,'az'),(2991341568,'md'),(2991357952,'de'),(2991374336,'ru'),(2991390720,'ba'),(2991407104,'de'),(2991423488,'jo'),(2991439872,'cz'),(2991456256,'ru'),(2991472640,'uk'),(2991489024,'am'),(2991505408,'se'),(2991521792,'rs'),(2991538176,'si'),(2991554560,'eu'),(2991587328,'ru'),(2991718400,'ch'),(2991849472,'nl'),(2991980544,'ua'),(2992111616,'kz'),(2992373760,'ua'),(2992635904,'uk'),(2993684480,'at'),(2993946624,'be'),(2994208768,'by'),(2994733056,'gr'),(2994798592,'ru'),(2994929664,'ir'),(2994995200,'ru'),(2995060736,'ua'),(2995126272,'ge'),(2995191808,'lb'),(2995257344,'ua'),(2995388416,'ro'),(2995453952,'es'),(2995519488,'ru'),(2995650560,'de'),(2995716096,'sk'),(2995781632,'be'),(2995912704,'gr'),(2996043776,'rs'),(2996174848,'ua'),(2996305920,'qa'),(2996436992,'by'),(2996469760,'ru'),(2996535296,'dk'),(2996568064,'es'),(2996600832,'ro'),(2996633600,'ir'),(2996649984,'ro'),(2996666368,'ru'),(2996682752,'dk'),(2996830208,'hr'),(2996862976,'am'),(2996895744,'kw'),(2996928512,'ru'),(2996994048,'de'),(2997026816,'ru'),(2997059584,'by'),(2997092352,'no'),(2997125120,'hu'),(2997157888,'ua'),(2997190656,'at'),(2997223424,'pt'),(2997256192,'ru'),(2997321728,'ie'),(2997354496,'md'),(2997387264,'by'),(2997420032,'ru'),(2997452800,'bg'),(2997485568,'fr'),(2997518336,'ru'),(2997583872,'sy'),(2997616640,'si'),(2997649408,'by'),(2997682176,'ru'),(2997714944,'ir'),(2997747712,'de'),(2997780480,'se'),(2997813248,'rs'),(2997846016,'md'),(2997878784,'ru'),(2998140928,'pl'),(2998403072,'ru'),(2998665216,'at'),(2998927360,'ch'),(2999451648,'de'),(2999713792,'ru'),(2999975936,'fr'),(2999984128,'be'),(2999992320,'ru'),(3000000512,'de'),(3000008704,'ru'),(3000016896,'uk'),(3000025088,'gi'),(3000033280,'ru'),(3000041472,'ba'),(3000049664,'ch'),(3000057856,'ua'),(3000066048,'ru'),(3000074240,'cz'),(3000082432,'dk'),(3000090624,'ru'),(3000131584,'de'),(3000139776,'ua'),(3000147968,'tr'),(3000156160,'ua'),(3000164352,'hu'),(3000172544,'ru'),(3000180736,'tr'),(3000188928,'it'),(3000197120,'ua'),(3000213504,'ru'),(3000221696,'tr'),(3000229888,'ch'),(3000238080,'ua'),(3000240128,'ru'),(3000242176,'de'),(3000244224,'pl'),(3000246272,'ro'),(3000248320,'pl'),(3000252416,'eu'),(3000254464,'ua'),(3000256512,'cz'),(3000260608,'rs'),(3000262656,'eu'),(3000266752,'de'),(3000268800,'pl'),(3000270848,'cz'),(3000272896,'uk'),(3000274944,'pl'),(3000377344,'cz'),(3000385536,'il'),(3000393728,'cz'),(3000434688,'ir'),(3000451072,'cz'),(3000467456,'uk'),(3000475648,'ua'),(3000483840,'pl'),(3000487936,'il'),(3000492032,'ua'),(3000502272,'cz'),(3000506368,'pl'),(3000508416,'cz'),(3000510464,'pl'),(3000512512,'ee'),(3000514560,'si'),(3000516608,'ru'),(3000518656,'cz'),(3000522752,'pl'),(3000524800,'ua'),(3000526848,'pl'),(3000528896,'ie'),(3000530944,'ua'),(3000532992,'cz'),(3000535040,'pl'),(3000537088,'cz'),(3000539136,'ru'),(3000543232,'ua'),(3000545280,'cz'),(3000551424,'rs'),(3000553472,'cz'),(3000555520,'ua'),(3000561664,'ro'),(3000563712,'cz'),(3000567808,'rs'),(3000569856,'be'),(3000571904,'ru'),(3000573952,'pl'),(3000576000,'cz'),(3000582144,'ru'),(3000586240,'nl'),(3000588288,'ro'),(3000590336,'cz'),(3000592384,'ru'),(3000594432,'pl'),(3000596480,'cz'),(3000598528,'fi'),(3000600576,'pl'),(3000602624,'cz'),(3000604672,'ru'),(3000606720,'ua'),(3000608768,'cz'),(3000610816,'ru'),(3000612864,'pl'),(3000616960,'ua'),(3000621056,'pl'),(3000623104,'ru'),(3000625152,'ro'),(3000627200,'cz'),(3000629248,'pl'),(3000631296,'cz'),(3000635392,'ru'),(3000639488,'cz'),(3000651776,'ru'),(3000664064,'eu'),(3000668160,'ua'),(3000672256,'hr'),(3000676352,'ro'),(3000680448,'rs'),(3000684544,'cz'),(3000688640,'pl'),(3000692736,'ua'),(3000696832,'rs'),(3000700928,'pl'),(3000705024,'cz'),(3000709120,'am'),(3000713216,'it'),(3000717312,'cz'),(3000721408,'pl'),(3000729600,'nl'),(3000733696,'cz'),(3000737792,'ua'),(3000741888,'cz'),(3000750080,'ru'),(3000754176,'ir'),(3000758272,'ua'),(3000762368,'rs'),(3001024512,'nl'),(3001548800,'no'),(3001614336,'tr'),(3001679872,'ru'),(3001745408,'pl'),(3001810944,'ie'),(3001815040,'ru'),(3001819136,'ir'),(3001823232,'ge'),(3001827328,'se'),(3001831424,'ba'),(3001835520,'ru'),(3001839616,'es'),(3001843712,'uk'),(3001851904,'it'),(3001856000,'pl'),(3001860096,'ee'),(3001864192,'ru'),(3001868288,'nl'),(3001872384,'ru'),(3001876480,'it'),(3001880576,'ru'),(3001884672,'nl'),(3001888768,'bh'),(3001892864,'az'),(3001896960,'ch'),(3001901056,'fr'),(3001905152,'uk'),(3001909248,'es'),(3001917440,'uk'),(3001921536,'ru'),(3001929728,'rs'),(3001933824,'es'),(3001937920,'ru'),(3001942016,'by'),(3001946112,'ru'),(3001950208,'cz'),(3001954304,'it'),(3001958400,'kz'),(3001962496,'uk'),(3001966592,'nl'),(3001970688,'ru'),(3001974784,'uk'),(3001982976,'ch'),(3001987072,'jo'),(3001991168,'ir'),(3001995264,'hu'),(3001999360,'de'),(3002003456,'pl'),(3002011648,'ba'),(3002015744,'it'),(3002019840,'nl'),(3002023936,'de'),(3002028032,'uk'),(3002073088,'tr'),(3002597376,'ru'),(3002599424,'cz'),(3002601472,'is'),(3002603520,'se'),(3002605568,'uk'),(3002607616,'ir'),(3002609664,'it'),(3002611712,'cz'),(3002613760,'ru'),(3002615808,'pl'),(3002617856,'ru'),(3002619904,'it'),(3002621952,'no'),(3002624000,'uk'),(3002626048,'sa'),(3002628096,'no'),(3002630144,'uk'),(3002632192,'ee'),(3002634240,'it'),(3002636288,'nl'),(3002638336,'be'),(3002640384,'nl'),(3002642432,'it'),(3002644480,'fr'),(3002648576,'hu'),(3002650624,'fr'),(3002652672,'de'),(3002654720,'uk'),(3002656768,'ru'),(3002658816,'de'),(3002660864,'cz'),(3002662912,'de'),(3002664960,'es'),(3002667008,'ge'),(3002669056,'de'),(3002671104,'lv'),(3002673152,'uk'),(3002675200,'dk'),(3002677248,'ru'),(3002683392,'de'),(3002685440,'mt'),(3002687488,'eu'),(3002689536,'il'),(3002691584,'mk'),(3002693632,'no'),(3002695680,'ru'),(3002697728,'de'),(3002699776,'se'),(3002701824,'nl'),(3002703872,'de'),(3002705920,'bg'),(3002707968,'kw'),(3002710016,'it'),(3002712064,'lu'),(3002714112,'it'),(3002716160,'cz'),(3002718208,'it'),(3002724352,'ru'),(3002726400,'nl'),(3002728448,'fr'),(3002730496,'de'),(3002732544,'nl'),(3002734592,'ch'),(3002736640,'fr'),(3002738688,'pl'),(3002740736,'uk'),(3002742784,'li'),(3002744832,'it'),(3002746880,'uk'),(3002748928,'de'),(3002750976,'tr'),(3002753024,'uk'),(3002755072,'fr'),(3002757120,'ie'),(3002759168,'de'),(3002761216,'ch'),(3002763264,'rs'),(3002765312,'nl'),(3002767360,'ru'),(3002769408,'de'),(3002773504,'uk'),(3002775552,'ro'),(3002777600,'nl'),(3002779648,'it'),(3002781696,'fr'),(3002783744,'no'),(3002785792,'de'),(3002789888,'ru'),(3002791936,'ae'),(3002793984,'dk'),(3002796032,'de'),(3002798080,'fr'),(3002800128,'nl'),(3002802176,'uk'),(3002804224,'tr'),(3002806272,'de'),(3002808320,'fi'),(3002810368,'at'),(3002812416,'it'),(3002814464,'fr'),(3002816512,'de'),(3002818560,'ru'),(3002820608,'ua'),(3002822656,'de'),(3002824704,'nl'),(3002826752,'se'),(3002828800,'ru'),(3002830848,'fi'),(3002834944,'lu'),(3002836992,'uk'),(3002841088,'cz'),(3002843136,'nl'),(3002845184,'fr'),(3002847232,'ir'),(3002849280,'ru'),(3002851328,'de'),(3002853376,'uk'),(3002855424,'pt'),(3002857472,'fr'),(3002859520,'pl'),(3002875904,'ru'),(3002892288,'ir'),(3002908672,'ru'),(3002925056,'ir'),(3002941440,'sy'),(3002957824,'sk'),(3002974208,'rs'),(3002990592,'de'),(3003006976,'lu'),(3003023360,'rs'),(3003039744,'bg'),(3003056128,'de'),(3003058176,'ee'),(3003060224,'de'),(3003062272,'nl'),(3003064320,'ro'),(3003066368,'pl'),(3003068416,'nl'),(3003070464,'uk'),(3003074560,'it'),(3003076608,'uk'),(3003080704,'fr'),(3003082752,'es'),(3003084800,'it'),(3003086848,'ru'),(3003088896,'fr'),(3003090944,'de'),(3003092992,'no'),(3003095040,'at'),(3003097088,'fr'),(3003099136,'cz'),(3003101184,'ua'),(3003103232,'it'),(3003105280,'nl'),(3003107328,'ru'),(3003109376,'fr'),(3003111424,'it'),(3003113472,'es'),(3003115520,'ru'),(3003117568,'it'),(3003119616,'ru'),(3154116608,'eu'),(3154182144,'de'),(3154247680,'rs'),(3154313216,'tr'),(3154378752,'gr'),(3154444288,'be'),(3154509824,'ru'),(3154575360,'fr'),(3154640896,'it'),(3155165184,'ru'),(3155427328,'at'),(3155689472,'ro'),(3155951616,'uk'),(3156213760,'ru'),(3156279296,'pl'),(3156344832,'ir'),(3156410368,'ru'),(3156475904,'hu'),(3156606976,'tr'),(3156672512,'uk'),(3156738048,'de'),(3156803584,'tr'),(3156869120,'lu'),(3156934656,'ru'),(3157065728,'at'),(3157131264,'de'),(3157196800,'pl'),(3157262336,'sa'),(3157786624,'tr'),(3158048768,'ch'),(3158310912,'fi'),(3158312960,'nl'),(3158315008,'de'),(3158317056,'si'),(3158319104,'uk'),(3158321152,'de'),(3158323200,'be'),(3158325248,'de'),(3158327296,'nl'),(3158329344,'be'),(3158331392,'uk'),(3158333440,'it'),(3158335488,'il'),(3158337536,'si'),(3158339584,'ru'),(3158341632,'it'),(3158343680,'ru'),(3158345728,'cy'),(3158347776,'ru'),(3158349824,'dk'),(3158351872,'ru'),(3158355968,'lv'),(3158358016,'uk'),(3158360064,'de'),(3158362112,'il'),(3158364160,'tr'),(3158366208,'ru'),(3158368256,'fr'),(3158370304,'be'),(3158372352,'fr'),(3158374400,'de'),(3158376448,'it'),(3158378496,'ru'),(3158382592,'om'),(3158384640,'uk'),(3158386688,'pl'),(3158388736,'ru'),(3158390784,'uk'),(3158392832,'ru'),(3158394880,'at'),(3158396928,'it'),(3158398976,'es'),(3158401024,'uk'),(3158403072,'ru'),(3158405120,'uk'),(3158407168,'fr'),(3158409216,'ru'),(3158411264,'fi'),(3158413312,'de'),(3158415360,'se'),(3158417408,'nl'),(3158419456,'fr'),(3158421504,'uk'),(3158423552,'mt'),(3158425600,'nl'),(3158427648,'de'),(3158429696,'ru'),(3158431744,'be'),(3158433792,'nl'),(3158435840,'ru'),(3158439936,'uk'),(3158441984,'ee'),(3158444032,'be'),(3158446080,'nl'),(3158448128,'ru'),(3158452224,'de'),(3158573056,'ru'),(3158638592,'lt'),(3158835200,'iq'),(3158851584,'ru'),(3158867968,'az'),(3158884352,'de'),(3158900736,'fr'),(3158917120,'de'),(3158933504,'ru'),(3158949888,'gr'),(3158982656,'uk'),(3158999040,'ro'),(3159031808,'ru'),(3159048192,'ir'),(3159064576,'cz'),(3159080960,'ru'),(3159359488,'pt'),(3159621632,'es'),(3159883776,'nl'),(3160145920,'ru'),(3160147968,'cz'),(3160150016,'lv'),(3160152064,'it'),(3160154112,'de'),(3160156160,'am'),(3160160256,'nl'),(3160162304,'fr'),(3160164352,'lv'),(3160166400,'no'),(3160168448,'uk'),(3160170496,'it'),(3160172544,'ru'),(3160174592,'de'),(3160176640,'it'),(3160178688,'de'),(3160180736,'uk'),(3160182784,'ch'),(3160184832,'nl'),(3160186880,'ee'),(3160188928,'se'),(3160190976,'ru'),(3160193024,'it'),(3160195072,'ru'),(3160197120,'de'),(3160199168,'ge'),(3160201216,'ru'),(3160203264,'ch'),(3160205312,'uk'),(3160207360,'ru'),(3160209408,'se'),(3160211456,'ie'),(3160213504,'de'),(3160215552,'ru'),(3160219648,'es'),(3160221696,'fr'),(3160223744,'ru'),(3160227840,'ir'),(3160229888,'es'),(3160231936,'be'),(3160233984,'ge'),(3160236032,'be'),(3160238080,'ru'),(3160240128,'be'),(3160242176,'rs'),(3160244224,'ru'),(3160246272,'it'),(3160248320,'nl'),(3160250368,'be'),(3160252416,'pl'),(3160254464,'lu'),(3160256512,'uk'),(3160258560,'no'),(3160260608,'pt'),(3160262656,'hu'),(3160264704,'ru'),(3160266752,'de'),(3160268800,'pt'),(3160272896,'ru'),(3160274944,'at'),(3160279040,'es'),(3160281088,'uk'),(3160283136,'de'),(3160285184,'ru'),(3160287232,'uk'),(3160289280,'ru'),(3160291328,'es'),(3160293376,'fi'),(3160295424,'uk'),(3160297472,'md'),(3160299520,'ru'),(3160301568,'de'),(3160303616,'uk'),(3160305664,'de'),(3160307712,'it'),(3160309760,'uk'),(3160311808,'hu'),(3160313856,'it'),(3160315904,'kz'),(3160317952,'ru'),(3160322048,'ch'),(3160324096,'it'),(3160328192,'fr'),(3160330240,'ru'),(3160332288,'no'),(3160334336,'ru'),(3160336384,'cz'),(3160338432,'uk'),(3160340480,'de'),(3160346624,'it'),(3160348672,'pl'),(3160350720,'se'),(3160352768,'uk'),(3160354816,'nl'),(3160356864,'cz'),(3160358912,'jo'),(3160360960,'it'),(3160363008,'uk'),(3160365056,'nl'),(3160367104,'uk'),(3160369152,'ru'),(3160371200,'es'),(3160373248,'cz'),(3160375296,'uk'),(3160377344,'nl'),(3160379392,'tr'),(3160381440,'ua'),(3160383488,'eu'),(3160385536,'nl'),(3160387584,'rs'),(3160389632,'ru'),(3160391680,'uk'),(3160395776,'ee'),(3160397824,'es'),(3160399872,'se'),(3160403968,'no'),(3160408064,'de'),(3161456640,'pl'),(3161473024,'sk'),(3161489408,'lv'),(3161505792,'ru'),(3161538560,'no'),(3161554944,'ru'),(3161571328,'uz'),(3161587712,'ru'),(3161620480,'dk'),(3161636864,'ru'),(3161653248,'lu'),(3161669632,'fr'),(3161686016,'ua'),(3161702400,'am'),(3161718784,'pl'),(3161735168,'cz'),(3161751552,'ru'),(3161767936,'bh'),(3161784320,'fi'),(3161800704,'sa'),(3161817088,'pl'),(3161833472,'at'),(3161849856,'be'),(3161866240,'ir'),(3161882624,'de'),(3161899008,'at'),(3161931776,'sa'),(3161948160,'ro'),(3161964544,'es'),(3161980928,'sk'),(3161989120,'ru'),(3161997312,'dk'),(3162005504,'rs'),(3162013696,'il'),(3162021888,'se'),(3162030080,'cz'),(3162038272,'lu'),(3162046464,'pl'),(3162054656,'nl'),(3162062848,'se'),(3162071040,'ir'),(3162087424,'sk'),(3162095616,'ge'),(3162103808,'fr'),(3162112000,'pl'),(3162120192,'uk'),(3162128384,'nl'),(3162144768,'se'),(3162152960,'ru'),(3162161152,'cz'),(3162169344,'ru'),(3162177536,'fi'),(3162185728,'ru'),(3162193920,'fr'),(3162202112,'sk'),(3162210304,'jo'),(3162226688,'pl'),(3162234880,'ru'),(3162243072,'tr'),(3162251264,'ru'),(3162259456,'cz'),(3162267648,'ru'),(3162275840,'no'),(3162284032,'pl'),(3162292224,'ba'),(3162300416,'ru'),(3162308608,'hr'),(3162316800,'pl'),(3162324992,'uk'),(3162333184,'it'),(3162341376,'pl'),(3162349568,'tr'),(3162357760,'pt'),(3162365952,'pl'),(3162374144,'bg'),(3162382336,'ru'),(3162390528,'se'),(3162398720,'be'),(3162406912,'ir'),(3162415104,'de'),(3162423296,'no'),(3162431488,'se'),(3162439680,'pl'),(3162447872,'ru'),(3162456064,'bg'),(3162464256,'ba'),(3162472448,'hu'),(3162480640,'es'),(3162488832,'fi'),(3162497024,'ru'),(3162537984,'pl'),(3162570752,'hr'),(3162603520,'ge'),(3162636288,'fr'),(3162669056,'cz'),(3162701824,'md'),(3162734592,'ru'),(3162767360,'sa'),(3162800128,'tr'),(3162832896,'gr'),(3162865664,'ru'),(3162931200,'cz'),(3162963968,'om'),(3162996736,'it'),(3163029504,'de'),(3163062272,'ir'),(3163095040,'pl'),(3163160576,'de'),(3163226112,'sa'),(3163258880,'sy'),(3163291648,'pt'),(3163324416,'om'),(3163357184,'ie'),(3163389952,'fr'),(3163422720,'nl'),(3163455488,'hu'),(3163521024,'ru'),(3163553792,'de'),(3163684864,'pl'),(3163815936,'no'),(3164078080,'it'),(3164209152,'ch'),(3164340224,'hu'),(3164471296,'ir'),(3164602368,'sy'),(3164667904,'ps'),(3164733440,'ru'),(3164798976,'ua'),(3164864512,'ru'),(3164930048,'fr'),(3164995584,'ru'),(3165061120,'sk'),(3165126656,'ru'),(3165192192,'ge'),(3165257728,'ro'),(3165323264,'es'),(3165388800,'ro'),(3165519872,'de'),(3165585408,'cz'),(3165650944,'dk'),(3166175232,'ch'),(3166306304,'ru'),(3166437376,'be'),(3166699520,'de'),(3167223808,'nl'),(3167748096,'ro'),(3168272384,'it'),(3168534528,'uk'),(3168796672,'fr'),(3168829440,'ro'),(3168862208,'ru'),(3168894976,'ps'),(3168927744,'ru'),(3169058816,'dk'),(3169091584,'it'),(3169124352,'ro'),(3169189888,'ua'),(3169222656,'si'),(3169255424,'kw'),(3169288192,'ua'),(3169845248,'ro'),(3169976320,'ru'),(3170111488,'md'),(3170115584,'ru'),(3170119680,'cz'),(3170123776,'dk'),(3170127872,'es'),(3170131968,'jo'),(3170238464,'de'),(3170246656,'rs'),(3170254848,'ba'),(3170263040,'cz'),(3170271232,'pl'),(3170279424,'ru'),(3170304000,'sy'),(3170312192,'ru'),(3170320384,'jo'),(3170369536,'sa'),(3221560320,'eu'),(3221562368,'eu'),(3221565952,'eu'),(3221568256,'eu'),(3221577984,'eu'),(3221589504,'eu'),(3221590272,'eu'),(3221594624,'eu'),(3221614336,'eu'),(3221618176,'eu'),(3222012160,'eu'),(3222023936,'eu'),(3222025728,'eu'),(3222030336,'eu'),(3222031616,'eu'),(3222032640,'eu'),(3222036480,'eu'),(3222037248,'eu'),(3222061056,'it'),(3222061568,'eu'),(3222067456,'eu'),(3222071040,'eu'),(3222072064,'eu'),(3222075136,'eu'),(3222305536,'eu'),(3222320896,'eu'),(3222455040,'eu'),(3222936576,'eu'),(3222956288,'eu'),(3222968832,'eu'),(3222988544,'eu'),(3222989312,'eu'),(3222989824,'eu'),(3223260672,'eu'),(3223262976,'eu'),(3223263744,'eu'),(3223265024,'eu'),(3223267328,'eu'),(3223272960,'eu'),(3223283200,'eu'),(3223299584,'eu'),(3223311104,'eu'),(3223316224,'eu'),(3223321600,'eu'),(3223392000,'eu'),(3223397376,'eu'),(3223410432,'eu'),(3223417088,'eu'),(3223418368,'eu'),(3223421440,'eu'),(3223424768,'eu'),(3223437312,'eu'),(3223453184,'de'),(3223458560,'eu'),(3223466496,'eu'),(3223481088,'eu'),(3223499520,'eu'),(3223519232,'eu'),(3223535360,'eu'),(3223542272,'eu'),(3223543296,'eu'),(3223546880,'eu'),(3223554560,'eu'),(3223556608,'eu'),(3223557376,'eu'),(3223563264,'eu'),(3223566080,'eu'),(3223569664,'eu'),(3223571712,'eu'),(3223577856,'eu'),(3223580672,'eu'),(3223582208,'eu'),(3223584768,'se'),(3223650304,'ch'),(3223715840,'eu'),(3223748608,'dk'),(3223864576,'eu'),(3223905280,'eu'),(3223938816,'eu'),(3223948288,'eu'),(3223950080,'eu'),(3223950592,'eu'),(3223966208,'eu'),(3223968256,'eu'),(3223970560,'eu'),(3223978240,'eu'),(3223988736,'eu'),(3223991552,'eu'),(3223994112,'eu'),(3224000256,'eu'),(3224003584,'eu'),(3224004096,'eu'),(3224006912,'eu'),(3224014592,'eu'),(3224024064,'eu'),(3224042752,'eu'),(3224084992,'eu'),(3224092672,'eu'),(3224097280,'eu'),(3224097792,'eu'),(3224103424,'eu'),(3224109056,'eu'),(3224170496,'eu'),(3224368128,'eu'),(3224379136,'eu'),(3224398592,'eu'),(3224408320,'eu'),(3224428544,'eu'),(3224430336,'eu'),(3224436736,'eu'),(3224567808,'eu'),(3224633344,'eu'),(3224672256,'eu'),(3224674048,'eu'),(3224689920,'eu'),(3224698112,'eu'),(3224725248,'eu'),(3224772352,'eu'),(3224791040,'eu'),(3224793344,'eu'),(3224793856,'eu'),(3224795648,'eu'),(3224796416,'eu'),(3224798208,'eu'),(3224800000,'eu'),(3224813568,'fr'),(3224814592,'eu'),(3224822016,'eu'),(3224826880,'eu'),(3224829440,'eu'),(3224851456,'eu'),(3224852736,'eu'),(3224855808,'eu'),(3224856832,'eu'),(3224857856,'eu'),(3224859392,'eu'),(3224862976,'eu'),(3224863744,'eu'),(3224878080,'eu'),(3224879360,'eu'),(3224880384,'eu'),(3224884224,'eu'),(3224892416,'eu'),(3225033728,'eu'),(3225037056,'eu'),(3225076992,'eu'),(3225082368,'eu'),(3225426944,'eu'),(3225431040,'eu'),(3225445376,'eu'),(3225471488,'eu'),(3225498368,'eu'),(3225508864,'eu'),(3225509888,'eu'),(3225518848,'eu'),(3225520896,'eu'),(3225522176,'eu'),(3225524480,'eu'),(3225532160,'eu'),(3225541376,'eu'),(3225550848,'eu'),(3225617152,'eu'),(3225626368,'eu'),(3225627392,'eu'),(3225628416,'eu'),(3225629184,'eu'),(3225629696,'eu'),(3225630464,'eu'),(3225631232,'eu'),(3225635840,'eu'),(3225636608,'eu'),(3225638656,'eu'),(3225640448,'eu'),(3225641984,'eu'),(3225650944,'eu'),(3225659136,'eu'),(3225659904,'eu'),(3225664768,'eu'),(3225672192,'eu'),(3225672704,'eu'),(3225680128,'eu'),(3225681920,'eu'),(3225687808,'eu'),(3225689856,'eu'),(3225701376,'eu'),(3225720576,'eu'),(3225724160,'eu'),(3225726464,'eu'),(3225726976,'eu'),(3225728512,'eu'),(3225729536,'eu'),(3225735424,'eu'),(3225735936,'eu'),(3225738496,'eu'),(3225739264,'eu'),(3225740800,'eu'),(3225745920,'eu'),(3225746944,'eu'),(3225812992,'eu'),(3225836544,'fr'),(3225837824,'eu'),(3225840128,'fr'),(3225840384,'eu'),(3225847040,'eu'),(3225847808,'eu'),(3225848832,'eu'),(3225874944,'eu'),(3225878528,'se'),(3226014464,'eu'),(3226018304,'eu'),(3226067456,'eu'),(3226068224,'eu'),(3226207744,'eu'),(3226237696,'eu'),(3226244864,'de'),(3226245120,'eu'),(3226251264,'eu'),(3226267904,'eu'),(3226274560,'eu'),(3226300928,'eu'),(3226302464,'eu'),(3226305536,'eu'),(3226307584,'eu'),(3226473472,'eu'),(3226476288,'eu'),(3226480128,'eu'),(3226481408,'eu'),(3226548992,'eu'),(3226561792,'eu'),(3226564864,'eu'),(3226574848,'eu'),(3226580480,'eu'),(3226583552,'eu'),(3226630400,'eu'),(3226631168,'eu'),(3226631936,'eu'),(3226638592,'eu'),(3226639616,'eu'),(3226654208,'eu'),(3226655744,'eu'),(3226661120,'eu'),(3226664960,'eu'),(3226691072,'eu'),(3226705920,'eu'),(3226707200,'eu'),(3226716160,'eu'),(3226717952,'eu'),(3226722048,'eu'),(3226723584,'eu'),(3226731776,'eu'),(3226733824,'eu'),(3226734336,'eu'),(3226737408,'eu'),(3226738176,'eu'),(3226738688,'eu'),(3226746368,'eu'),(3226749696,'eu'),(3226752768,'eu'),(3226753536,'eu'),(3226763008,'eu'),(3226772992,'eu'),(3226774784,'eu'),(3226775552,'eu'),(3226784768,'eu'),(3226786816,'eu'),(3226788352,'eu'),(3226793216,'eu'),(3226864384,'eu'),(3226865152,'eu'),(3226866176,'eu'),(3226867968,'eu'),(3226868480,'eu'),(3226884352,'eu'),(3226893568,'eu'),(3226895872,'eu'),(3226896640,'eu'),(3226903296,'eu'),(3226904064,'eu'),(3226904832,'eu'),(3226926592,'eu'),(3226993664,'eu'),(3226994944,'eu'),(3226996992,'eu'),(3226998528,'eu'),(3227013888,'eu'),(3227014656,'eu'),(3227017472,'eu'),(3227020288,'eu'),(3227022848,'eu'),(3227024128,'eu'),(3227025408,'eu'),(3227025920,'eu'),(3227026688,'eu'),(3227042816,'eu'),(3227044864,'eu'),(3227053568,'eu'),(3227056640,'eu'),(3227058176,'fi'),(3227225088,'eu'),(3227234560,'eu'),(3227236864,'eu'),(3227237632,'eu'),(3227238144,'eu'),(3227240192,'eu'),(3227243264,'eu'),(3227244032,'eu'),(3227249664,'eu'),(3227276800,'eu'),(3227278848,'eu'),(3227281408,'eu'),(3227282432,'eu'),(3227284480,'eu'),(3227286784,'eu'),(3227310080,'eu'),(3227320320,'eu'),(3227347200,'fr'),(3227348480,'eu'),(3227351296,'fr'),(3227351552,'eu'),(3227358208,'fr'),(3227359488,'eu'),(3227392000,'eu'),(3227393024,'eu'),(3227400448,'eu'),(3227403008,'eu'),(3227405312,'eu'),(3227414272,'eu'),(3227425792,'eu'),(3227429888,'eu'),(3227430656,'eu'),(3227440128,'eu'),(3227442432,'eu'),(3227443712,'eu'),(3227445504,'eu'),(3227446016,'eu'),(3227447040,'eu'),(3227648000,'eu'),(3227783680,'eu'),(3227784960,'eu'),(3227792384,'eu'),(3227794688,'eu'),(3227795200,'eu'),(3227799040,'eu'),(3227803648,'eu'),(3227805184,'eu'),(3227813632,'eu'),(3227815936,'eu'),(3227818496,'eu'),(3227844864,'eu'),(3227845632,'eu'),(3227846656,'eu'),(3227851776,'eu'),(3227853312,'eu'),(3227863808,'eu'),(3227865344,'eu'),(3227874816,'eu'),(3227879680,'eu'),(3227885824,'eu'),(3227888128,'eu'),(3227889664,'eu'),(3227890432,'eu'),(3227893760,'eu'),(3227895040,'eu'),(3227909120,'eu'),(3227910400,'eu'),(3227911680,'eu'),(3227914496,'eu'),(3227932928,'eu'),(3227934464,'eu'),(3227947520,'eu'),(3227964928,'eu'),(3227967488,'eu'),(3227968256,'eu'),(3227976192,'eu'),(3227977472,'eu'),(3227979264,'eu'),(3227980800,'eu'),(3227981568,'eu'),(3227982592,'eu'),(3227997440,'eu'),(3228010752,'eu'),(3228013312,'eu'),(3228047104,'eu'),(3228048384,'eu'),(3228050176,'eu'),(3228051712,'eu'),(3228053504,'eu'),(3228054784,'eu'),(3228055296,'eu'),(3228059648,'eu'),(3228060928,'eu'),(3228062208,'eu'),(3228077056,'eu'),(3228077568,'eu'),(3228078848,'eu'),(3228080640,'eu'),(3228083968,'eu'),(3228102144,'eu'),(3228103936,'eu'),(3228104704,'eu'),(3228105472,'eu'),(3228125952,'eu'),(3228172288,'it'),(3228238080,'eu'),(3228238848,'eu'),(3228240640,'eu'),(3228250880,'eu'),(3228265984,'eu'),(3228267008,'eu'),(3228269056,'eu'),(3228269312,'de'),(3228269568,'eu'),(3228271616,'eu'),(3228280832,'eu'),(3228282368,'eu'),(3228283136,'eu'),(3228285696,'eu'),(3228289024,'eu'),(3228297984,'de'),(3228309248,'eu'),(3228328960,'eu'),(3228330752,'eu'),(3228332544,'eu'),(3228335360,'eu'),(3228353280,'se'),(3228363264,'eu'),(3228364288,'eu'),(3228368896,'eu'),(3228431104,'eu'),(3228508416,'eu'),(3228509952,'eu'),(3228511232,'eu'),(3228512000,'eu'),(3228522496,'eu'),(3228525824,'eu'),(3228526336,'eu'),(3228531712,'eu'),(3228532480,'eu'),(3228564480,'eu'),(3228573184,'eu'),(3228577024,'eu'),(3228578048,'eu'),(3228581120,'eu'),(3228583424,'eu'),(3228590592,'eu'),(3228617728,'eu'),(3228618240,'eu'),(3228618752,'eu'),(3228620032,'eu'),(3228628736,'eu'),(3228630528,'ch'),(3228631040,'eu'),(3228718080,'il'),(3228719104,'eu'),(3228737536,'il'),(3228745728,'eu'),(3228876800,'il'),(3228893184,'eu'),(3228925952,'il'),(3228942336,'eu'),(3229155328,'se'),(3229221120,'eu'),(3229256960,'eu'),(3229259520,'eu'),(3229275648,'eu'),(3229281792,'eu'),(3229285888,'eu'),(3229358336,'eu'),(3229360128,'eu'),(3229361920,'eu'),(3229363712,'eu'),(3229380608,'eu'),(3229381376,'eu'),(3229391616,'eu'),(3229395456,'eu'),(3229412096,'eu'),(3229415168,'eu'),(3229679872,'eu'),(3229687808,'nl'),(3229700096,'eu'),(3229701888,'eu'),(3229704704,'eu'),(3229745152,'fi'),(3229815808,'eu'),(3229817088,'eu'),(3229830912,'eu'),(3229833472,'eu'),(3229835264,'eu'),(3229838336,'eu'),(3229844480,'eu'),(3229878528,'eu'),(3229884928,'eu'),(3229889792,'eu'),(3229890304,'eu'),(3229901568,'eu'),(3229937408,'eu'),(3229938688,'eu'),(3229940736,'eu'),(3229945600,'eu'),(3229948928,'eu'),(3229949952,'eu'),(3229950976,'eu'),(3229955328,'eu'),(3229956608,'eu'),(3229958144,'eu'),(3229968128,'eu'),(3229969408,'eu'),(3229972736,'eu'),(3229975296,'eu'),(3230004224,'eu'),(3230007296,'eu'),(3230074624,'eu'),(3230084608,'eu'),(3230085888,'eu'),(3230089728,'eu'),(3230090240,'eu'),(3230093824,'eu'),(3230105856,'eu'),(3230106880,'eu'),(3230109440,'eu'),(3230109952,'eu'),(3230117632,'eu'),(3230120192,'eu'),(3230120704,'eu'),(3230128896,'eu'),(3230130432,'eu'),(3230131968,'eu'),(3230137600,'eu'),(3230140160,'eu'),(3230140672,'eu'),(3230142976,'eu'),(3230144256,'eu'),(3230145792,'eu'),(3230148608,'eu'),(3230150912,'eu'),(3230151424,'eu'),(3230153984,'eu'),(3230156544,'eu'),(3230177792,'eu'),(3230269696,'eu'),(3230291456,'eu'),(3230296320,'eu'),(3230309120,'eu'),(3230316288,'eu'),(3230318592,'eu'),(3230321664,'eu'),(3230327808,'eu'),(3230332928,'eu'),(3230354944,'eu'),(3230400768,'eu'),(3230823680,'eu'),(3230825216,'eu'),(3230827520,'eu'),(3230828032,'eu'),(3230832640,'eu'),(3230835456,'eu'),(3230837760,'eu'),(3230841088,'eu'),(3230843136,'eu'),(3230845952,'eu'),(3230851840,'eu'),(3230853376,'eu'),(3230854656,'eu'),(3230855680,'eu'),(3230865152,'eu'),(3230867968,'eu'),(3230868480,'eu'),(3230870016,'eu'),(3230878720,'eu'),(3230895360,'eu'),(3230897664,'eu'),(3230898944,'eu'),(3230913536,'eu'),(3230914304,'eu'),(3230915328,'eu'),(3230917632,'eu'),(3230922496,'eu'),(3230923520,'eu'),(3230933248,'eu'),(3230951168,'eu'),(3230967296,'eu'),(3230970112,'eu'),(3230973952,'eu'),(3230975488,'eu'),(3230981120,'eu'),(3230991104,'eu'),(3230991616,'eu'),(3230994176,'eu'),(3230995200,'eu'),(3230997248,'eu'),(3230997760,'eu'),(3230999296,'eu'),(3231000832,'eu'),(3231004928,'eu'),(3231010048,'eu'),(3231015936,'eu'),(3231016448,'eu'),(3231018496,'eu'),(3231020288,'eu'),(3231022592,'eu'),(3231048448,'eu'),(3231049728,'eu'),(3231051264,'eu'),(3231070720,'eu'),(3231078656,'eu'),(3231079424,'eu'),(3231079936,'eu'),(3231082496,'eu'),(3231083008,'eu'),(3231087616,'eu'),(3231091712,'eu'),(3231093248,'eu'),(3231101184,'eu'),(3231104000,'eu'),(3231105024,'eu'),(3231107840,'eu'),(3231109120,'eu'),(3231112960,'eu'),(3231113984,'eu'),(3231116800,'eu'),(3231119360,'eu'),(3231120384,'eu'),(3231120896,'eu'),(3231188480,'eu'),(3231190528,'eu'),(3231191296,'eu'),(3231193600,'eu'),(3231197696,'eu'),(3231198208,'eu'),(3231198976,'eu'),(3231200768,'eu'),(3231202560,'eu'),(3231204352,'eu'),(3231207936,'eu'),(3231212032,'eu'),(3231215360,'eu'),(3231218176,'eu'),(3231218688,'eu'),(3231223040,'eu'),(3231225600,'eu'),(3231226880,'eu'),(3231229440,'eu'),(3231231488,'eu'),(3231234048,'eu'),(3231248640,'eu'),(3231249408,'eu'),(3231251712,'eu'),(3231252992,'eu'),(3231255552,'eu'),(3231257088,'eu'),(3231275264,'eu'),(3231282176,'eu'),(3231284992,'eu'),(3231291648,'eu'),(3231294976,'eu'),(3231295488,'eu'),(3231296256,'eu'),(3231296768,'eu'),(3231300608,'eu'),(3231302144,'eu'),(3231307008,'eu'),(3231383808,'eu'),(3231482880,'eu'),(3231490560,'eu'),(3231491840,'eu'),(3231502848,'eu'),(3231503616,'eu'),(3231504640,'eu'),(3231507200,'eu'),(3231510272,'eu'),(3231512576,'eu'),(3231514880,'eu'),(3231516672,'eu'),(3231547648,'eu'),(3231556864,'eu'),(3231559168,'eu'),(3231559680,'eu'),(3231561984,'eu'),(3231562496,'eu'),(3231563008,'eu'),(3231663616,'eu'),(3231664384,'eu'),(3231665408,'eu'),(3231667200,'eu'),(3231668736,'eu'),(3231670016,'eu'),(3231671040,'eu'),(3231672576,'eu'),(3231673344,'eu'),(3231675904,'eu'),(3231713792,'eu'),(3231715072,'eu'),(3231716608,'eu'),(3231718144,'eu'),(3231719680,'eu'),(3231720704,'eu'),(3231727872,'eu'),(3231735552,'eu'),(3231739136,'eu'),(3231742720,'eu'),(3231743488,'eu'),(3231747584,'eu'),(3231750144,'eu'),(3231751168,'eu'),(3231752192,'eu'),(3231755264,'eu'),(3231756544,'eu'),(3231760896,'eu'),(3231768576,'eu'),(3231770368,'eu'),(3231773952,'eu'),(3231793152,'eu'),(3231842304,'eu'),(3231916032,'eu'),(3231973376,'at'),(3232038912,'se'),(3232104448,'de'),(3232137216,'eu'),(3232141312,'de'),(3232169984,'it'),(3232432384,'eu'),(3232464896,'eu'),(3232562432,'eu'),(3232563456,'eu'),(3232595968,'eu'),(3232645120,'eu'),(3232702464,'eu'),(3232759808,'se'),(3233484800,'eu'),(3233548800,'eu'),(3233562368,'eu'),(3233563904,'eu'),(3233570816,'eu'),(3233573120,'eu'),(3233575936,'eu'),(3233577216,'eu'),(3233578240,'eu'),(3233578752,'eu'),(3233579264,'eu'),(3233580032,'eu'),(3233581056,'de'),(3233583360,'eu'),(3233586432,'eu'),(3233594112,'eu'),(3233594624,'eu'),(3233605888,'eu'),(3233608192,'eu'),(3233612032,'eu'),(3233613824,'eu'),(3233615360,'eu'),(3233617664,'eu'),(3233622272,'eu'),(3233624832,'eu'),(3233625856,'eu'),(3233628672,'eu'),(3233629440,'eu'),(3233630464,'eu'),(3233631232,'eu'),(3233642240,'eu'),(3233650432,'eu'),(3233651968,'eu'),(3233652736,'eu'),(3233654272,'eu'),(3233663488,'eu'),(3233676032,'eu'),(3233688576,'eu'),(3233692160,'eu'),(3233693696,'eu'),(3233694464,'eu'),(3233694976,'eu'),(3233701632,'eu'),(3233710336,'eu'),(3233721600,'eu'),(3233723904,'eu'),(3233725952,'eu'),(3233728768,'eu'),(3233736960,'eu'),(3233738752,'eu'),(3233739264,'eu'),(3233740544,'eu'),(3233939456,'fi'),(3234005248,'eu'),(3234007040,'eu'),(3234015744,'eu'),(3234023424,'eu'),(3234030080,'eu'),(3234031872,'eu'),(3234033152,'eu'),(3234034688,'eu'),(3234039296,'eu'),(3234051840,'eu'),(3234054912,'eu'),(3234065408,'eu'),(3234070784,'fr'),(3234271232,'eu'),(3234549760,'eu'),(3234556928,'eu'),(3234587392,'eu'),(3234745600,'eu'),(3234747904,'eu'),(3234782720,'eu'),(3234795008,'eu'),(3234799360,'eu'),(3234827520,'eu'),(3234841600,'eu'),(3236381440,'eu'),(3236385280,'eu'),(3236823296,'eu'),(3237320704,'eu'),(3237325056,'eu'),(3237339392,'eu'),(3237413120,'eu'),(3237690624,'eu'),(3237732864,'eu'),(3238002688,'eu'),(3238010880,'ch'),(3238017024,'dk'),(3238018304,'tr'),(3238018560,'fr'),(3238018816,'de'),(3238019072,'pl'),(3238035456,'fr'),(3238060032,'ch'),(3238060288,'ro'),(3238060544,'hu'),(3238060800,'ua'),(3238061312,'uk'),(3238061568,'at'),(3238061824,'cz'),(3238062080,'de'),(3238062592,'uk'),(3238062848,'se'),(3238063104,'pl'),(3238063360,'ch'),(3238063616,'de'),(3238063872,'uk'),(3238064128,'ua'),(3238064384,'es'),(3238064640,'pl'),(3238064896,'dk'),(3238065152,'si'),(3238065408,'fr'),(3238065664,'de'),(3238065920,'ua'),(3238066176,'de'),(3238066432,'uk'),(3238066688,'de'),(3238066944,'lt'),(3238067200,'no'),(3238067456,'se'),(3238067712,'at'),(3238067968,'uk'),(3238068224,'ie'),(3238133760,'si'),(3238199296,'dk'),(3238264832,'is'),(3238330368,'ch'),(3238395904,'hu'),(3238461440,'de'),(3238502400,'ru'),(3238504448,'de'),(3238526976,'ch'),(3238592512,'uk'),(3238592768,'eu'),(3238596608,'bg'),(3238596864,'ru'),(3238597120,'de'),(3238597376,'si'),(3238597632,'uk'),(3238597888,'si'),(3238598144,'cz'),(3238598400,'nl'),(3238598656,'ch'),(3238598912,'pl'),(3238599168,'hu'),(3238599680,'ua'),(3238599936,'hu'),(3238600704,'eu'),(3238622976,'uk'),(3238623232,'lv'),(3238623488,'pl'),(3238623744,'ch'),(3238624000,'pl'),(3238624256,'eu'),(3238632960,'ua'),(3238633216,'dk'),(3238633472,'eu'),(3238658048,'se'),(3239051264,'ch'),(3239051520,'de'),(3239062272,'uk'),(3239062528,'ch'),(3239062784,'ua'),(3239063040,'uk'),(3239063296,'ua'),(3239063552,'de'),(3239075840,'be'),(3239076096,'se'),(3239076352,'de'),(3239076608,'pl'),(3239076864,'uk'),(3239077120,'ua'),(3239077376,'bg'),(3239077632,'uk'),(3239077888,'cz'),(3239078144,'ua'),(3239078400,'ru'),(3239078656,'pl'),(3239078912,'uk'),(3239079168,'si'),(3239079424,'eu'),(3239079680,'md'),(3239079936,'de'),(3239088128,'uk'),(3239088640,'dk'),(3239088896,'il'),(3239089152,'ro'),(3239089408,'uk'),(3239090176,'si'),(3239090432,'uk'),(3239090688,'nl'),(3239090944,'uk'),(3239091200,'fr'),(3239091456,'bg'),(3239091712,'de'),(3239091968,'fr'),(3239092224,'de'),(3239104512,'ru'),(3239105280,'ch'),(3239105536,'de'),(3239105792,'ro'),(3239106048,'de'),(3239106560,'uk'),(3239106816,'ch'),(3239107072,'ro'),(3239107328,'gr'),(3239107584,'ch'),(3239107840,'ro'),(3239108096,'de'),(3239109888,'pl'),(3239110144,'de'),(3239110656,'cz'),(3239110912,'ua'),(3239111168,'nl'),(3239111424,'de'),(3239111680,'eu'),(3239111936,'at'),(3239112192,'il'),(3239112448,'pl'),(3239112960,'ch'),(3239113216,'at'),(3239113472,'uk'),(3239113728,'at'),(3239113984,'de'),(3239114240,'bg'),(3239114496,'ua'),(3239114752,'de'),(3239116544,'pl'),(3239116800,'uk'),(3239117056,'de'),(3239119872,'uk'),(3239120128,'cz'),(3239120384,'pl'),(3239120640,'de'),(3239121664,'fr'),(3239121920,'de'),(3239127040,'pt'),(3239127296,'pl'),(3239127552,'il'),(3239127808,'ru'),(3239128064,'at'),(3239128320,'it'),(3239128576,'ua'),(3239128832,'cz'),(3239129088,'de'),(3239130112,'ru'),(3239130368,'jo'),(3239130624,'pl'),(3239131136,'de'),(3239133184,'ch'),(3239133440,'uk'),(3239133696,'eu'),(3239133952,'se'),(3239134208,'il'),(3239134464,'ua'),(3239134720,'ro'),(3239134976,'pl'),(3239135232,'se'),(3239135488,'uk'),(3239135744,'il'),(3239136000,'de'),(3239136256,'ch'),(3239136512,'de'),(3239136768,'md'),(3239137024,'li'),(3239137280,'de'),(3239138304,'pl'),(3239138560,'ch'),(3239138816,'de'),(3239160320,'ru'),(3239160576,'uk'),(3239160832,'pl'),(3239161088,'by'),(3239161344,'cz'),(3239161600,'hu'),(3239161856,'de'),(3239162624,'eu'),(3239162880,'de'),(3239164160,'nl'),(3239164672,'uk'),(3239164928,'dk'),(3239165184,'eu'),(3239165440,'de'),(3239165952,'fr'),(3239166208,'de'),(3239166464,'ch'),(3239166720,'ro'),(3239166976,'fr'),(3239167232,'de'),(3239167488,'fr'),(3239167744,'ch'),(3239168256,'uk'),(3239168512,'se'),(3239168768,'pl'),(3239169024,'eu'),(3239169280,'de'),(3239169536,'dk'),(3239169792,'se'),(3239170048,'ua'),(3239170304,'fr'),(3239170560,'uk'),(3239170816,'eu'),(3239171072,'pl'),(3239171328,'ua'),(3239171584,'pl'),(3239172096,'ua'),(3239172608,'se'),(3239172864,'de'),(3239173120,'ro'),(3239173376,'eu'),(3239173632,'at'),(3239173888,'pl'),(3239174144,'de'),(3239174656,'uk'),(3239174912,'si'),(3239175168,'ua'),(3239175424,'bg'),(3239175680,'de'),(3239175936,'fi'),(3239176192,'de'),(3239181312,'at'),(3239181568,'ua'),(3239181824,'de'),(3239264256,'no'),(3239264768,'ru'),(3239266304,'pl'),(3239266816,'ua'),(3239267328,'fr'),(3239267840,'de'),(3239268352,'se'),(3239268864,'ru'),(3239269376,'ua'),(3239270400,'uk'),(3239270912,'sa'),(3239271424,'at'),(3239271936,'se'),(3239272448,'ua'),(3239272960,'uk'),(3239273472,'ua'),(3239273984,'ru'),(3239274496,'pl'),(3239275008,'ro'),(3239275520,'ua'),(3239276544,'lu'),(3239277056,'uk'),(3239277568,'ru'),(3239278080,'uk'),(3239278592,'ru'),(3239279104,'pl'),(3239280128,'ru'),(3239280640,'cy'),(3239281664,'ua'),(3239282688,'fi'),(3239283712,'pl'),(3239284736,'ua'),(3239285760,'cy'),(3239286784,'ua'),(3239287808,'uk'),(3239288832,'de'),(3239289856,'pl'),(3239290880,'uk'),(3239291904,'bg'),(3239292928,'cz'),(3239293952,'de'),(3239294976,'cz'),(3239296000,'cy'),(3239297024,'eu'),(3239298048,'uk'),(3239299072,'ua'),(3239301120,'fr'),(3239302144,'pl'),(3239303168,'eu'),(3239304192,'si'),(3239305216,'uk'),(3239306240,'ua'),(3239308288,'de'),(3239309312,'ua'),(3239311360,'de'),(3239312384,'ua'),(3239313408,'de'),(3239445760,'pl'),(3239446016,'ua'),(3239446272,'uk'),(3239446528,'de'),(3239452160,'cy'),(3239452416,'si'),(3239452672,'de'),(3239464960,'il'),(3239465216,'si'),(3239465472,'uk'),(3239465728,'pl'),(3239465984,'ua'),(3239466240,'uk'),(3239466496,'fi'),(3239466752,'uk'),(3239467008,'ru'),(3239467264,'uk'),(3239467520,'it'),(3239467776,'pl'),(3239468032,'fr'),(3239468288,'ro'),(3239468544,'no'),(3239468800,'ro'),(3239469056,'de'),(3239470592,'eu'),(3239470848,'bg'),(3239471104,'de'),(3239471872,'fr'),(3239472128,'de'),(3239474944,'es'),(3239475200,'de'),(3239479808,'ua'),(3239480064,'de'),(3239480320,'ua'),(3239480576,'ro'),(3239480832,'ch'),(3239481088,'uk'),(3239481344,'de'),(3239486464,'eu'),(3239486976,'de'),(3239487488,'uk'),(3239487744,'pl'),(3239488000,'at'),(3239488256,'uk'),(3239488512,'kw'),(3239488768,'ro'),(3239489280,'pl'),(3239489536,'de'),(3239506432,'ru'),(3239506688,'uk'),(3239507456,'de'),(3239507968,'bg'),(3239508224,'sa'),(3239508480,'no'),(3239508736,'uk'),(3239508992,'pl'),(3239509248,'eu'),(3239509504,'de'),(3239510016,'ua'),(3239510272,'de'),(3239522304,'pl'),(3239522560,'si'),(3239522816,'lt'),(3239523072,'pl'),(3239523328,'bg'),(3239523584,'ua'),(3239523840,'pl'),(3239524096,'de'),(3239524608,'se'),(3239524864,'cy'),(3239525120,'lt'),(3239525376,'ua'),(3239525632,'pl'),(3239525888,'si'),(3239526144,'pl'),(3239526400,'de'),(3239538944,'nl'),(3239539200,'it'),(3239539456,'uk'),(3239539712,'de'),(3239539968,'se'),(3239540224,'gr'),(3239540480,'de'),(3239540736,'uk'),(3239540992,'eu'),(3239541248,'ua'),(3239541504,'eu'),(3239541760,'uk'),(3239542016,'pl'),(3239542272,'ua'),(3239542528,'fr'),(3239542784,'de'),(3239544832,'eu'),(3239545088,'si'),(3239545344,'hu'),(3239545856,'ua'),(3239546112,'uk'),(3239546368,'cz'),(3239546624,'nl'),(3239546880,'de'),(3239549952,'tr'),(3239550208,'ua'),(3239550464,'eu'),(3239550720,'no'),(3239550976,'de'),(3239554048,'se'),(3239554304,'dk'),(3239554560,'pl'),(3239554816,'uk'),(3239555072,'de'),(3239556096,'sa'),(3239556352,'ua'),(3239556608,'hr'),(3239556864,'ua'),(3239557120,'de'),(3239567360,'uk'),(3239567616,'ua'),(3239567872,'de'),(3239568128,'fr'),(3239568384,'se'),(3239568640,'no'),(3239568896,'de'),(3239575296,'dk'),(3239575552,'ro'),(3239575808,'de'),(3239579136,'pl'),(3239579392,'eu'),(3239579648,'de'),(3239581696,'pl'),(3239581952,'ua'),(3239582208,'uk'),(3239582464,'de'),(3239582720,'uk'),(3239582976,'it'),(3239583232,'ua'),(3239583488,'ro'),(3239583744,'de'),(3239624704,'ch'),(3239625728,'cz'),(3239626752,'pl'),(3239628800,'de'),(3239629824,'eu'),(3239630848,'de'),(3239631872,'cz'),(3239632896,'de'),(3239633920,'eu'),(3239634944,'ua'),(3239635968,'eu'),(3239636992,'bg'),(3239638016,'pl'),(3239639040,'si'),(3239640064,'de'),(3239641088,'pl'),(3239643136,'ru'),(3239645184,'de'),(3239665664,'nl'),(3239666176,'at'),(3239666688,'se'),(3239667200,'ch'),(3239667712,'ro'),(3239668224,'ua'),(3239669248,'ro'),(3239670272,'de'),(3239670784,'uk'),(3239671296,'de'),(3239671808,'cz'),(3239672320,'de'),(3239672832,'tr'),(3239673344,'se'),(3239673856,'de'),(3239682048,'pl'),(3239682560,'bg'),(3239683072,'pt'),(3239683584,'pl'),(3239684608,'uk'),(3239685120,'eu'),(3239685632,'uk'),(3239686144,'ua'),(3239686656,'it'),(3239687168,'ua'),(3239687680,'eu'),(3239688192,'pl'),(3239688704,'uk'),(3239689216,'eu'),(3239689728,'ru'),(3239690240,'uk'),(3239690496,'pl'),(3239690752,'uk'),(3239691008,'eu'),(3239691264,'it'),(3239691520,'uk'),(3239691776,'fr'),(3239692032,'at'),(3239692288,'de'),(3239697664,'ru'),(3239697920,'pl'),(3239698432,'de'),(3239706368,'ua'),(3239706624,'ru'),(3239706880,'eu'),(3239707136,'ru'),(3239707392,'ua'),(3239707648,'se'),(3239707904,'eu'),(3239708160,'se'),(3239708416,'ro'),(3239708672,'at'),(3239708928,'uk'),(3239709184,'ro'),(3239709440,'uk'),(3239709696,'de'),(3239709952,'ua'),(3239710208,'bg'),(3239710464,'de'),(3239710720,'cz'),(3239710976,'se'),(3239711232,'ru'),(3239711488,'eu'),(3239711744,'ua'),(3239712000,'pl'),(3239712256,'de'),(3239712512,'uk'),(3239712768,'de'),(3239713024,'pl'),(3239713280,'si'),(3239713536,'ua'),(3239713792,'de'),(3239714048,'uk'),(3239714304,'se'),(3239714560,'hu'),(3239714816,'de'),(3239739392,'it'),(3239739648,'ro'),(3239739904,'ch'),(3239740160,'pl'),(3239740416,'dk'),(3239740672,'eu'),(3239740928,'ua'),(3239741184,'ru'),(3239741440,'de'),(3239759872,'ru'),(3239760128,'ua'),(3239760384,'pl'),(3239760896,'ru'),(3239761152,'uk'),(3239761408,'ru'),(3239761664,'pl'),(3239761920,'bg'),(3239762432,'dk'),(3239762688,'ro'),(3239762944,'pl'),(3239763200,'se'),(3239763456,'uk'),(3239763968,'de'),(3239772160,'ua'),(3239772416,'uk'),(3239772672,'dk'),(3239773184,'fr'),(3239773440,'pl'),(3239773952,'sa'),(3239774208,'pl'),(3239774464,'es'),(3239774720,'eu'),(3239774976,'pt'),(3239775232,'de'),(3239782400,'at'),(3239782656,'ru'),(3239782912,'uk'),(3239783168,'ch'),(3239783424,'dk'),(3239783680,'de'),(3239783936,'eu'),(3239784192,'ua'),(3239784448,'de'),(3239788544,'eu'),(3239789056,'ru'),(3239789568,'fr'),(3239790080,'ro'),(3239791104,'eu'),(3239792640,'ua'),(3239793152,'pl'),(3239793664,'ro'),(3239794176,'nl'),(3239794688,'uk'),(3239795200,'pl'),(3239795712,'il'),(3239796224,'no'),(3239796736,'de'),(3239821312,'se'),(3239821824,'de'),(3239822336,'ru'),(3239822848,'pl'),(3239823360,'se'),(3239823872,'it'),(3239824384,'pl'),(3239824896,'uz'),(3239825408,'ua'),(3239825920,'pl'),(3239826432,'uk'),(3239826944,'ru'),(3239827456,'dk'),(3239827968,'ch'),(3239828480,'de'),(3239828992,'cz'),(3239829504,'ru'),(3239830016,'eu'),(3239830528,'se'),(3239831040,'ru'),(3239832064,'ua'),(3239832576,'ru'),(3239834112,'ua'),(3239834624,'at'),(3239835136,'ru'),(3239836160,'dk'),(3239837184,'se'),(3239837696,'pl'),(3239837952,'de'),(3239839232,'ee'),(3239839488,'de'),(3239839744,'sk'),(3239840000,'sa'),(3239840512,'de'),(3239840768,'at'),(3239841024,'nl'),(3239841280,'de'),(3239848448,'eu'),(3239848704,'se'),(3239848960,'ru'),(3239849216,'uk'),(3239849472,'ru'),(3239849728,'nl'),(3239849984,'de'),(3239859200,'pl'),(3239859456,'ua'),(3239859712,'hu'),(3239859968,'ua'),(3239860224,'de'),(3239860480,'eu'),(3239860736,'de'),(3239861248,'ua'),(3239861504,'pl'),(3239861760,'sa'),(3239862016,'it'),(3239862272,'de'),(3239875072,'si'),(3239875328,'dk'),(3239875584,'pl'),(3239875840,'dk'),(3239876096,'de'),(3239876352,'ro'),(3239876608,'nl'),(3239876864,'de'),(3239877120,'uk'),(3239877376,'il'),(3239877632,'ru'),(3239877888,'it'),(3239878144,'pl'),(3239878400,'de'),(3239882752,'uk'),(3239883008,'ua'),(3239883264,'uk'),(3239883776,'de'),(3239884032,'ch'),(3239884288,'nl'),(3239884544,'eu'),(3239884800,'ua'),(3239885056,'ch'),(3239885312,'ua'),(3239885568,'pl'),(3239885824,'ch'),(3239886080,'pl'),(3239886336,'ru'),(3239886592,'eu'),(3239886848,'de'),(3239888896,'ua'),(3239889152,'uk'),(3239889408,'cz'),(3239889664,'fi'),(3239889920,'at'),(3239890176,'fr'),(3239890432,'uk'),(3239890688,'de'),(3239895040,'dk'),(3239895296,'tr'),(3239895552,'pl'),(3239895808,'dk'),(3239896064,'eu'),(3239896320,'de'),(3239896576,'pl'),(3239896832,'hu'),(3239897088,'uk'),(3239897344,'eu'),(3239897600,'ru'),(3239897856,'fr'),(3239898112,'no'),(3239898368,'de'),(3239898880,'cz'),(3239899136,'de'),(3239901696,'bg'),(3239901952,'de'),(3239902208,'pl'),(3239902464,'ru'),(3239902720,'ee'),(3239902976,'uk'),(3239903232,'de'),(3239907328,'ua'),(3239907584,'de'),(3239913216,'lt'),(3239913472,'de'),(3239915520,'pl'),(3239915776,'hu'),(3239916032,'sa'),(3239916288,'pl'),(3239916544,'ie'),(3239916800,'kz'),(3239917056,'de'),(3239917312,'bg'),(3239917568,'de'),(3239936000,'ua'),(3239936256,'de'),(3239938816,'nl'),(3239939072,'de'),(3239951104,'at'),(3239951360,'de'),(3239954432,'ua'),(3239954688,'dk'),(3239954944,'uk'),(3239955200,'ua'),(3239955712,'pl'),(3239955968,'cz'),(3239956224,'pl'),(3239956480,'de'),(3239959552,'ua'),(3239959808,'uk'),(3239960064,'fr'),(3239960320,'uk'),(3239960576,'de'),(3239968512,'pl'),(3239968768,'no'),(3239969024,'de'),(3239978752,'ru'),(3239979264,'uk'),(3239979520,'de'),(3239979776,'si'),(3239980032,'de'),(3239996416,'uk'),(3239996672,'pl'),(3239996928,'be'),(3239997184,'uk'),(3239997440,'de'),(3240004608,'uk'),(3240004864,'fr'),(3240005120,'se'),(3240005376,'nl'),(3240005632,'de'),(3240009728,'pl'),(3240009984,'il'),(3240010240,'uk'),(3240010496,'at'),(3240010752,'hu'),(3240011008,'de'),(3240011264,'eu'),(3240011520,'ch'),(3240011776,'de'),(3240026112,'fr'),(3240027136,'bg'),(3240028160,'uk'),(3240029184,'ru'),(3240030208,'cy'),(3240031232,'ua'),(3240032256,'rs'),(3240033280,'de'),(3240034304,'ru'),(3240034560,'de'),(3240037888,'at'),(3240038144,'dk'),(3240038400,'de'),(3240099840,'uk'),(3240102912,'ua'),(3240103936,'uk'),(3240104704,'nl'),(3240104960,'ru'),(3240105216,'ua'),(3240105472,'uk'),(3240105984,'eu'),(3240107008,'uk'),(3240109056,'pl'),(3240109568,'uk'),(3240125440,'ro'),(3240125696,'ie'),(3240125952,'uk'),(3240166400,'pl'),(3240166912,'ro'),(3240167424,'pl'),(3240167936,'ua'),(3240168448,'fr'),(3240168960,'cz'),(3240169472,'il'),(3240169984,'it'),(3240170496,'de'),(3240171008,'cz'),(3240171520,'ro'),(3240172032,'ua'),(3240173056,'ch'),(3240173568,'ro'),(3240174080,'pl'),(3240174592,'fr'),(3240175104,'ua'),(3240175616,'ru'),(3240176128,'pl'),(3240176640,'ua'),(3240177152,'eu'),(3240177664,'ua'),(3240178176,'nl'),(3240178688,'be'),(3240179200,'ua'),(3240179712,'ro'),(3240180224,'pl'),(3240180736,'nl'),(3240181248,'ua'),(3240182272,'ro'),(3240182784,'ua'),(3240183808,'uk'),(3240184320,'cz'),(3240184832,'im'),(3240185344,'fr'),(3240185856,'ua'),(3240187904,'ru'),(3240188416,'ro'),(3240189952,'de'),(3240190464,'it'),(3240190976,'ru'),(3240191488,'se'),(3240192000,'ua'),(3240192512,'ro'),(3240193024,'uk'),(3240193536,'pl'),(3240194048,'uk'),(3240194560,'at'),(3240195072,'uk'),(3240195584,'ro'),(3240196096,'ru'),(3240197120,'pl'),(3240197632,'cz'),(3240198144,'ch'),(3240198656,'ro'),(3240199168,'hu'),(3240199680,'nl'),(3240200192,'ro'),(3240200704,'uk'),(3240201216,'ro'),(3240201728,'ch'),(3240202240,'ru'),(3240202752,'uk'),(3240203264,'dk'),(3240203776,'at'),(3240204288,'se'),(3240204800,'ro'),(3240205312,'eu'),(3240205824,'de'),(3240206336,'ru'),(3240206848,'ro'),(3240207872,'ru'),(3240208384,'uk'),(3240208896,'ru'),(3240209408,'ua'),(3240209920,'pl'),(3240210944,'uk'),(3240211456,'nl'),(3240211968,'eu'),(3240212480,'ru'),(3240212992,'uk'),(3240213504,'se'),(3240214016,'dk'),(3240214528,'ru'),(3240215552,'ua'),(3240216064,'mt'),(3240216576,'ro'),(3240217088,'ua'),(3240218624,'nl'),(3240219136,'at'),(3240219648,'ua'),(3240220160,'nl'),(3240220672,'at'),(3240221184,'se'),(3240221696,'nl'),(3240222208,'fr'),(3240222720,'kw'),(3240223232,'ru'),(3240223744,'im'),(3240224256,'ru'),(3240225280,'il'),(3240225792,'cz'),(3240226304,'ch'),(3240226816,'ru'),(3240227840,'uk'),(3240228352,'se'),(3240228864,'uk'),(3240229376,'ro'),(3240230400,'uk'),(3240230912,'pl'),(3240231936,'nl'),(3240232960,'ua'),(3240235008,'fr'),(3240236032,'ua'),(3240237056,'de'),(3240239104,'eu'),(3240240128,'de'),(3240241152,'fi'),(3240242176,'pl'),(3240243200,'de'),(3240244224,'pl'),(3240245248,'il'),(3240246272,'ua'),(3240247296,'hu'),(3240248320,'de'),(3240249344,'ua'),(3240251392,'ie'),(3240252416,'lt'),(3240253440,'be'),(3240254464,'ua'),(3240256512,'uk'),(3240257536,'fo'),(3240258560,'ro'),(3240259584,'pl'),(3240260608,'de'),(3240263680,'ua'),(3240264192,'fr'),(3240264704,'tr'),(3240265216,'hu'),(3240265728,'ch'),(3240266240,'pl'),(3240266752,'ua'),(3240267264,'rs'),(3240267776,'de'),(3240268288,'uk'),(3240269312,'nl'),(3240269824,'se'),(3240270336,'ua'),(3240270848,'ro'),(3240271360,'pl'),(3240271872,'ua'),(3240272384,'pl'),(3240272896,'ru'),(3240273408,'nl'),(3240273920,'ua'),(3240274432,'uk'),(3240274944,'ua'),(3240275456,'ro'),(3240275968,'gr'),(3240276480,'pl'),(3240276992,'ro'),(3240278016,'ua'),(3240278528,'uk'),(3240279040,'ch'),(3240279552,'ro'),(3240280064,'uk'),(3240280192,'pl'),(3240280448,'ua'),(3240280576,'uk'),(3240280704,'ru'),(3240280832,'uk'),(3240280960,'pl'),(3240281216,'fr'),(3240281344,'pl'),(3240281472,'uk'),(3240281600,'jo'),(3240281728,'pl'),(3240281984,'it'),(3240282112,'de'),(3240282240,'ua'),(3240282368,'ro'),(3240282624,'se'),(3240282880,'ua'),(3240283008,'pl'),(3240284160,'ru'),(3240285184,'pl'),(3240286208,'ua'),(3240287232,'pl'),(3240288256,'uk'),(3240296448,'ro'),(3240296704,'uk'),(3240302848,'ua'),(3240303104,'uk'),(3240361984,'tr'),(3240362240,'uk'),(3240370176,'ch'),(3240370432,'de'),(3240370688,'uk'),(3240370944,'ru'),(3240371200,'ch'),(3240371456,'ro'),(3240371712,'ru'),(3240371968,'tr'),(3240372224,'si'),(3240372480,'ru'),(3240372992,'uk'),(3240373248,'ro'),(3240373504,'fr'),(3240373760,'de'),(3240374016,'ie'),(3240374272,'uk'),(3240407040,'il'),(3240407296,'nl'),(3240407552,'no'),(3240407808,'de'),(3240408064,'uk'),(3240408320,'ch'),(3240408576,'fr'),(3240408832,'pl'),(3240409088,'tr'),(3240409344,'uk'),(3240409600,'nl'),(3240409856,'ua'),(3240410112,'ch'),(3240410368,'at'),(3240410624,'pt'),(3240410880,'no'),(3240411136,'uk'),(3240419840,'at'),(3240420096,'de'),(3240420352,'ro'),(3240420608,'uk'),(3240436736,'ie'),(3240437760,'uk'),(3240460288,'il'),(3240461056,'de'),(3240461312,'uk'),(3240461568,'ua'),(3240461824,'ru'),(3240462080,'tr'),(3240462336,'ro'),(3240462592,'ru'),(3240462848,'ro'),(3240463104,'pl'),(3240463616,'cz'),(3240463872,'uk'),(3240464128,'sa'),(3240464384,'at'),(3240464640,'fr'),(3240464896,'uk'),(3240465152,'ch'),(3240465408,'de'),(3240465920,'eu'),(3240466432,'de'),(3240466688,'pt'),(3240466944,'tr'),(3240467200,'nl'),(3240467456,'ua'),(3240467712,'ru'),(3240467968,'uk'),(3240468224,'ch'),(3240468480,'uk'),(3240487936,'de'),(3240488192,'uk'),(3240488448,'bg'),(3240488704,'nl'),(3240488960,'uk'),(3240575488,'ro'),(3240575744,'eu'),(3240576000,'de'),(3240576256,'ua'),(3240576512,'uk'),(3240576768,'pl'),(3240577024,'ua'),(3240577280,'ro'),(3240577536,'de'),(3240577792,'ua'),(3240578560,'ch'),(3240578816,'il'),(3240579072,'uk'),(3240587264,'nl'),(3240587520,'ru'),(3240587776,'ua'),(3240588032,'de'),(3240588288,'ru'),(3240588544,'ro'),(3240588800,'ua'),(3240589056,'ro'),(3240589312,'uk'),(3240594176,'dk'),(3240594432,'uk'),(3240621824,'eu'),(3240622080,'ru'),(3240622592,'uk'),(3240624128,'ee'),(3240689664,'eu'),(3240690176,'tr'),(3240690688,'ua'),(3240691200,'it'),(3240691712,'de'),(3240692736,'dk'),(3240693248,'se'),(3240693760,'eu'),(3240695808,'se'),(3240698112,'lv'),(3240698368,'eu'),(3240698624,'si'),(3240699136,'de'),(3240699392,'ua'),(3240699648,'se'),(3240699904,'lt'),(3240700160,'at'),(3240700416,'be'),(3240700672,'uk'),(3240701184,'lv'),(3240701440,'se'),(3240701696,'uk'),(3240701952,'ua'),(3240702976,'de'),(3240704000,'gr'),(3240705024,'ua'),(3240706048,'bg'),(3240707072,'eu'),(3240707840,'uk'),(3240708096,'fr'),(3240710144,'ua'),(3240710400,'lt'),(3240710656,'de'),(3240710912,'uk'),(3240711168,'it'),(3240711680,'ru'),(3240711936,'de'),(3240712192,'ua'),(3240712448,'si'),(3240712704,'ch'),(3240712960,'it'),(3240713216,'uk'),(3240713472,'de'),(3240713728,'at'),(3240713984,'fr'),(3240714240,'uk'),(3240716288,'eu'),(3240718336,'pl'),(3240718848,'pt'),(3240719360,'eu'),(3240719872,'se'),(3240720384,'uk'),(3240720896,'ro'),(3240721408,'de'),(3240721920,'ro'),(3240722432,'ua'),(3240723456,'uk'),(3240724480,'ch'),(3240725504,'ru'),(3240726528,'de'),(3240727552,'ch'),(3240728064,'gr'),(3240728576,'uk'),(3240729600,'dk'),(3240730112,'be'),(3240730624,'eu'),(3240732672,'se'),(3240733696,'ua'),(3240734720,'it'),(3240735744,'fr'),(3240736256,'bg'),(3240736768,'ua'),(3240737792,'bg'),(3240738816,'ua'),(3240739072,'eu'),(3240739328,'fr'),(3240739584,'lv'),(3240739840,'de'),(3240740096,'lt'),(3240740352,'eu'),(3240740608,'de'),(3240740864,'uk'),(3240741120,'at'),(3240741376,'il'),(3240741632,'sk'),(3240741888,'lv'),(3240742144,'it'),(3240742656,'at'),(3240742912,'il'),(3240743424,'dk'),(3240743936,'de'),(3240744448,'se'),(3240744960,'ro'),(3240745472,'ua'),(3240745984,'uk'),(3240747008,'se'),(3240747264,'tr'),(3240747520,'ru'),(3240747776,'uk'),(3240748032,'at'),(3240748288,'gr'),(3240748544,'pl'),(3240749056,'at'),(3240749312,'be'),(3240749568,'es'),(3240749824,'it'),(3240750336,'de'),(3240750592,'uk'),(3240750848,'ua'),(3240751104,'es'),(3240752128,'ro'),(3240754176,'de'),(3240755200,'eu'),(3240755456,'it'),(3240791552,'ru'),(3240791808,'fr'),(3240792064,'uk'),(3240792320,'ro'),(3240792576,'ch'),(3240792832,'pl'),(3240793088,'ua'),(3240793344,'ru'),(3240793600,'fr'),(3240793856,'eu'),(3240794112,'uk'),(3240794368,'pl'),(3240794880,'de'),(3240795136,'bg'),(3240795392,'ua'),(3240795648,'ch'),(3240795904,'se'),(3240796160,'it'),(3240808960,'eu'),(3240809216,'pl'),(3240809472,'nl'),(3240809728,'uk'),(3240809984,'gr'),(3240810240,'sa'),(3240810496,'tr'),(3240810752,'uk'),(3240811008,'pl'),(3240811264,'eu'),(3240811520,'sa'),(3240811776,'de'),(3240812032,'hu'),(3240812288,'kw'),(3240812544,'it'),(3240813568,'pl'),(3240814592,'it'),(3240818688,'eu'),(3240820800,'ru'),(3240820832,'it'),(3240827136,'eu'),(3240827392,'bg'),(3240827648,'ch'),(3240827904,'it'),(3240828160,'de'),(3240828416,'it'),(3240837120,'uk'),(3240837376,'it'),(3240840448,'pl'),(3240840704,'ru'),(3240840960,'eu'),(3240841216,'it'),(3240843264,'be'),(3240843520,'uk'),(3240843776,'pl'),(3240844032,'nl'),(3240844544,'uk'),(3240845056,'ua'),(3240845312,'it'),(3240852736,'uk'),(3240852992,'it'),(3240853248,'ru'),(3240853504,'it'),(3240855040,'ua'),(3240855296,'it'),(3240857600,'pl'),(3240857856,'it'),(3240858624,'pl'),(3240858880,'it'),(3240859136,'nl'),(3240859392,'se'),(3240859648,'it'),(3240861184,'at'),(3240861696,'it'),(3240867072,'pl'),(3240867328,'ru'),(3240867584,'ch'),(3240867840,'it'),(3240873984,'ru'),(3240875008,'at'),(3240875520,'fr'),(3240876032,'dk'),(3240876544,'gr'),(3240877056,'de'),(3240877568,'ua'),(3240878080,'ru'),(3240879104,'pl'),(3240880128,'ru'),(3240881152,'eu'),(3240882176,'pl'),(3240883200,'il'),(3240884224,'ua'),(3240885248,'cy'),(3240886272,'se'),(3241017344,'at'),(3241017856,'eu'),(3241018112,'at'),(3241029120,'ua'),(3241029376,'pl'),(3241029632,'at'),(3241032704,'ru'),(3241032960,'uk'),(3241033216,'de'),(3241033472,'nl'),(3241033728,'il'),(3241033984,'ru'),(3241034240,'ua'),(3241034496,'eu'),(3241034752,'pl'),(3241035008,'dk'),(3241035264,'ro'),(3241035520,'si'),(3241035776,'uk'),(3241036032,'ch'),(3241036288,'ru'),(3241036544,'si'),(3241036800,'uk'),(3241037056,'ru'),(3241037312,'nl'),(3241037568,'dk'),(3241037824,'ro'),(3241038080,'ua'),(3241038336,'de'),(3241038592,'lt'),(3241039104,'fr'),(3241039360,'ua'),(3241039616,'uk'),(3241039872,'ch'),(3241040128,'ua'),(3241040384,'uk'),(3241040640,'ro'),(3241040896,'at'),(3241063424,'it'),(3241063680,'pl'),(3241063936,'de'),(3241064448,'uk'),(3241064704,'pl'),(3241065472,'at'),(3241068544,'uk'),(3241068800,'ua'),(3241069312,'fr'),(3241069568,'uk'),(3241070080,'fr'),(3241070336,'ru'),(3241070848,'at'),(3241071104,'ua'),(3241071360,'ru'),(3241071616,'md'),(3241071872,'ru'),(3241072128,'be'),(3241072384,'de'),(3241072640,'at'),(3241073920,'uk'),(3241074176,'at'),(3241076736,'uk'),(3241076992,'at'),(3241077760,'lv'),(3241078016,'pl'),(3241078272,'uk'),(3241078528,'eu'),(3241078784,'at'),(3241082880,'fr'),(3241083136,'ch'),(3241100800,'ua'),(3241101056,'dk'),(3241101312,'ro'),(3241101568,'de'),(3241101824,'bg'),(3241102080,'ro'),(3241102336,'eu'),(3241102592,'de'),(3241102848,'nl'),(3241103360,'de'),(3241103616,'dk'),(3241103872,'de'),(3241104128,'uk'),(3241104384,'eu'),(3241104640,'ua'),(3241104896,'es'),(3241105152,'ru'),(3241105408,'ch'),(3241108224,'de'),(3241108736,'ro'),(3241108992,'sa'),(3241109248,'ch'),(3241117696,'si'),(3241117952,'ua'),(3241118208,'uk'),(3241119232,'dk'),(3241119488,'uk'),(3241119744,'ro'),(3241120000,'ua'),(3241120512,'uk'),(3241120768,'ru'),(3241121024,'ch'),(3241121280,'uk'),(3241121536,'pl'),(3241121792,'de'),(3241122048,'ch'),(3241122304,'ru'),(3241122560,'at'),(3241123328,'pl'),(3241124096,'de'),(3241124352,'ro'),(3241124608,'pl'),(3241124864,'uk'),(3241125120,'il'),(3241125376,'cz'),(3241125632,'se'),(3241125888,'ch'),(3241129984,'fr'),(3241130240,'uk'),(3241130496,'dk'),(3241130752,'de'),(3241131008,'nl'),(3241131264,'fr'),(3241131520,'ch'),(3241131776,'dk'),(3241132032,'ch'),(3241145856,'hr'),(3241146112,'pl'),(3241146368,'il'),(3241146624,'ro'),(3241146880,'ch'),(3241148416,'fr'),(3241476096,'ch'),(3241476352,'be'),(3241481728,'pt'),(3241481984,'nl'),(3241482240,'be'),(3241496576,'at'),(3241496832,'be'),(3241497344,'ua'),(3241497600,'se'),(3241497856,'dk'),(3241498112,'be'),(3241498368,'eu'),(3241498624,'no'),(3241498880,'cz'),(3241499136,'be'),(3241499904,'de'),(3241500160,'be'),(3241502976,'gr'),(3241503232,'fr'),(3241503488,'be'),(3241508096,'nl'),(3241508352,'be'),(3241541376,'pl'),(3241541632,'fr'),(3241803776,'uk'),(3241803816,'ru'),(3241803824,'nl'),(3241803832,'uk'),(3241803840,'pt'),(3241803904,'ua'),(3241804032,'be'),(3241820160,'eu'),(3241821696,'gr'),(3241822208,'cz'),(3241824256,'be'),(3241848064,'eu'),(3241851392,'gr'),(3241851904,'uk'),(3241852928,'sk'),(3241854464,'uk'),(3241854976,'eu'),(3241856000,'nl'),(3241857280,'ch'),(3241857536,'at'),(3241859072,'ch'),(3241861120,'eu'),(3241863168,'pl'),(3241863424,'fr'),(3241863680,'gr'),(3241863936,'de'),(3241864192,'tr'),(3241864448,'ru'),(3241864704,'se'),(3241864960,'it'),(3241865216,'de'),(3241865472,'no'),(3241865728,'ch'),(3241865984,'ro'),(3241866240,'de'),(3241867008,'fr'),(3241867264,'ua'),(3241867520,'pl'),(3241868032,'cz'),(3241868288,'hr'),(3241868544,'de'),(3241868800,'ua'),(3241869056,'cz'),(3241869312,'pl'),(3241934848,'uk'),(3242196992,'fi'),(3242393600,'nl'),(3242459136,'bg'),(3242467328,'hu'),(3242475520,'lv'),(3242483712,'bg'),(3242524672,'no'),(3242590208,'it'),(3242655744,'no'),(3242721280,'ch'),(3242852352,'be'),(3242917888,'no'),(3242950656,'be'),(3242983424,'it'),(3243048960,'si'),(3243114496,'nl'),(3243245568,'at'),(3243376640,'uk'),(3243442176,'at'),(3243507712,'uk'),(3243507968,'cz'),(3243509760,'ru'),(3243510016,'nl'),(3243510272,'cz'),(3243511808,'uk'),(3243512064,'ru'),(3243512320,'fr'),(3243512576,'ua'),(3243512832,'de'),(3243513088,'gr'),(3243513344,'ru'),(3243513856,'be'),(3243514112,'uk'),(3243514368,'ie'),(3243514624,'dk'),(3243514880,'at'),(3243515136,'pl'),(3243515392,'de'),(3243515648,'ru'),(3243515904,'cz'),(3243520512,'ua'),(3243520768,'uk'),(3243521024,'at'),(3243521280,'cz'),(3243521536,'de'),(3243521792,'cz'),(3243524096,'ro'),(3243524352,'at'),(3243524608,'uk'),(3243524864,'nl'),(3243525120,'cz'),(3243525376,'ro'),(3243525632,'cz'),(3243525888,'pl'),(3243526144,'ua'),(3243526400,'eu'),(3243526656,'pl'),(3243526912,'se'),(3243527168,'ru'),(3243527424,'ua'),(3243527680,'uk'),(3243527936,'pl'),(3243528192,'cz'),(3243529216,'uk'),(3243529728,'bg'),(3243529984,'uk'),(3243530240,'ru'),(3243530496,'fr'),(3243530752,'ua'),(3243531008,'de'),(3243531264,'cz'),(3243531776,'at'),(3243532032,'de'),(3243532288,'cz'),(3243536384,'at'),(3243536640,'ch'),(3243536896,'cz'),(3243537152,'ro'),(3243537408,'cz'),(3243544064,'uk'),(3243544320,'ch'),(3243544576,'cz'),(3243552768,'nl'),(3243553024,'uk'),(3243553280,'de'),(3243553536,'pl'),(3243553792,'uk'),(3243554048,'de'),(3243554304,'pl'),(3243554560,'md'),(3243554816,'lv'),(3243555072,'ro'),(3243555328,'cz'),(3243555584,'fr'),(3243555840,'cz'),(3243565056,'eu'),(3243569152,'cz'),(3243570688,'pl'),(3243570944,'cz'),(3243571712,'fr'),(3243571968,'gr'),(3243572224,'cz'),(3243572992,'ru'),(3243573248,'cz'),(3243704320,'sk'),(3243769856,'dk'),(3243900928,'no'),(3243966464,'pl'),(3243974656,'lu'),(3243978752,'nl'),(3243982848,'hu'),(3243991040,'be'),(3243999232,'no'),(3244032000,'gr'),(3244097536,'de'),(3244098560,'uk'),(3244100608,'ua'),(3244102656,'ch'),(3244103680,'bg'),(3244104704,'de'),(3244105728,'uk'),(3244107776,'ro'),(3244108800,'uk'),(3244109824,'ua'),(3244110848,'cz'),(3244111872,'kz'),(3244112896,'ru'),(3244113920,'ch'),(3244114944,'pl'),(3244115968,'sk'),(3244116992,'ua'),(3244118016,'uk'),(3244120064,'pl'),(3244122112,'il'),(3244123136,'ua'),(3244124160,'pl'),(3244125184,'ua'),(3244126208,'fr'),(3244127232,'ua'),(3244128256,'cz'),(3244129280,'fr'),(3244130304,'nl'),(3244131328,'fi'),(3244133376,'ro'),(3244134400,'pl'),(3244135424,'uk'),(3244137472,'pl'),(3244138496,'ua'),(3244139520,'gr'),(3244140544,'ua'),(3244141568,'nl'),(3244142592,'de'),(3244143616,'fr'),(3244144640,'ua'),(3244146688,'ru'),(3244147712,'uk'),(3244149760,'pl'),(3244150784,'ch'),(3244151808,'ua'),(3244152832,'cz'),(3244153856,'no'),(3244154880,'uk'),(3244155904,'ua'),(3244156928,'ru'),(3244157952,'cz'),(3244158976,'de'),(3244160000,'ua'),(3244161024,'no'),(3244163072,'fi'),(3244261376,'ie'),(3244277760,'si'),(3244294144,'de'),(3244818432,'uk'),(3244818688,'at'),(3244818944,'pl'),(3244819200,'de'),(3244819456,'uk'),(3244819712,'ro'),(3244819968,'nl'),(3244820224,'ua'),(3244820480,'be'),(3244820736,'de'),(3244820992,'si'),(3244821248,'ru'),(3244821504,'ua'),(3244821760,'tr'),(3244822016,'ru'),(3244822272,'uk'),(3244822528,'ua'),(3244822784,'cz'),(3244823040,'de'),(3244823296,'fr'),(3244823552,'ge'),(3244823808,'ro'),(3244824064,'ua'),(3244824320,'si'),(3244824576,'ru'),(3244824832,'uk'),(3244825088,'de'),(3244825344,'ua'),(3244825600,'ru'),(3244826112,'ro'),(3244826368,'eu'),(3244826624,'uk'),(3244826880,'mk'),(3244827136,'cz'),(3244827392,'uk'),(3244827648,'fr'),(3244827904,'be'),(3244828160,'fi'),(3244828416,'fr'),(3244828672,'lb'),(3244828928,'ua'),(3244829184,'ch'),(3244829440,'dk'),(3244829696,'il'),(3244829952,'pl'),(3244830464,'ch'),(3244830720,'fr'),(3244830976,'de'),(3244831232,'pl'),(3244831488,'es'),(3244831744,'pt'),(3244832000,'hu'),(3244832256,'fr'),(3244832512,'at'),(3244832768,'fr'),(3244833024,'ru'),(3244833280,'ua'),(3244833536,'ru'),(3244833792,'fr'),(3244834048,'uk'),(3244834304,'il'),(3244834560,'uk'),(3244834816,'cz'),(3244835072,'at'),(3244835328,'de'),(3244835584,'ua'),(3244835840,'rs'),(3244836096,'ru'),(3244836608,'pl'),(3244836864,'fr'),(3244837120,'ro'),(3244837376,'uk'),(3244837632,'cz'),(3244837888,'ru'),(3244838144,'il'),(3244838400,'eu'),(3244838656,'bg'),(3244838912,'de'),(3244839168,'uk'),(3244839424,'at'),(3244839680,'dk'),(3244839936,'de'),(3244840192,'cz'),(3244840448,'it'),(3244840704,'ru'),(3244840960,'pl'),(3244841216,'uk'),(3244841472,'de'),(3244841728,'uk'),(3244842496,'ru'),(3244842752,'de'),(3244843008,'ua'),(3244843264,'cz'),(3244843520,'de'),(3244843776,'pl'),(3244844032,'se'),(3244844288,'uk'),(3244844544,'ru'),(3244844800,'uk'),(3244845056,'nl'),(3244845312,'no'),(3244845568,'cz'),(3244845824,'eu'),(3244846080,'uk'),(3244846336,'tr'),(3244846592,'cz'),(3244846848,'nl'),(3244847104,'se'),(3244847360,'uk'),(3244847616,'dk'),(3244847872,'il'),(3244848128,'ch'),(3244848384,'il'),(3244848640,'hu'),(3244848896,'il'),(3244849152,'at'),(3244849408,'ro'),(3244849664,'se'),(3244849920,'ro'),(3244850176,'tr'),(3244850432,'uk'),(3244850944,'ru'),(3244851456,'nl'),(3244851712,'tr'),(3244851968,'uk'),(3244852224,'ch'),(3244852480,'ua'),(3244852736,'si'),(3244852992,'dk'),(3244853248,'ie'),(3244853504,'it'),(3244853760,'tr'),(3244854016,'de'),(3244854272,'uk'),(3244854528,'cz'),(3244854784,'ru'),(3244855040,'ua'),(3244855296,'uk'),(3244855552,'ua'),(3244855808,'cz'),(3244856064,'il'),(3244856320,'ch'),(3244856576,'cz'),(3244856832,'ro'),(3244857088,'it'),(3244857344,'uk'),(3244857600,'cz'),(3244857856,'pl'),(3244858112,'de'),(3244858368,'pl'),(3244858624,'ru'),(3244858880,'fr'),(3244859136,'be'),(3244859392,'se'),(3244859648,'pl'),(3244859904,'fr'),(3244860160,'pl'),(3244860416,'uk'),(3244860672,'bg'),(3244860928,'pl'),(3244861184,'ch'),(3244861440,'uk'),(3244861952,'ua'),(3244862208,'dk'),(3244862464,'cz'),(3244862720,'ro'),(3244862976,'de'),(3244863232,'uk'),(3244863488,'ua'),(3244863744,'ru'),(3244864000,'ua'),(3244864256,'eu'),(3244864512,'ro'),(3244864768,'ru'),(3244865024,'ua'),(3244865536,'pl'),(3244865792,'ch'),(3244866048,'nl'),(3244866560,'fi'),(3244866816,'ua'),(3244867072,'ru'),(3244867584,'nl'),(3244868096,'de'),(3244868352,'cz'),(3244869120,'eu'),(3244869632,'nl'),(3244869888,'tr'),(3244870144,'dk'),(3244870400,'ua'),(3244870656,'sa'),(3244870912,'fr'),(3244871168,'lt'),(3244871424,'ru'),(3244871680,'ua'),(3244872448,'ch'),(3244872704,'ir'),(3244872960,'ua'),(3244873216,'se'),(3244873472,'de'),(3244873984,'se'),(3244874240,'uk'),(3244874496,'nl'),(3244874752,'de'),(3244875008,'pl'),(3244875264,'ch'),(3244875520,'it'),(3244876800,'uk'),(3244877056,'jo'),(3244877312,'cz'),(3244877568,'fr'),(3244877824,'at'),(3244878080,'uk'),(3244878336,'ru'),(3244878592,'pl'),(3244878848,'si'),(3244879104,'ru'),(3244879360,'ch'),(3244879616,'pl'),(3244879872,'si'),(3244880128,'cz'),(3244880384,'ua'),(3244880640,'cz'),(3244880896,'pl'),(3244881152,'ru'),(3244881408,'dk'),(3244881664,'ro'),(3244881920,'cz'),(3244882176,'ua'),(3244882432,'it'),(3244882688,'pl'),(3244882944,'nl'),(3244883200,'cz'),(3244883456,'ua'),(3244883712,'nl'),(3244883968,'ua'),(3244884224,'fr'),(3244884480,'ir'),(3244884736,'nl'),(3244884992,'gr'),(3244885248,'ch'),(3244885504,'ir'),(3244885760,'ua'),(3244886016,'lb'),(3244886272,'ch'),(3244886528,'dk'),(3244886784,'ua'),(3244887040,'nl'),(3244887296,'uk'),(3244887552,'cz'),(3244887808,'eu'),(3244888064,'cz'),(3244888320,'de'),(3244888576,'eu'),(3244888832,'de'),(3244889088,'pl'),(3244889344,'ro'),(3244889600,'si'),(3244889856,'hr'),(3244890112,'pl'),(3244890368,'nl'),(3244890624,'fr'),(3244890880,'ru'),(3244891136,'ro'),(3244891392,'pl'),(3244891648,'ua'),(3244891904,'ro'),(3244892160,'pl'),(3244892416,'nl'),(3244892672,'es'),(3244892928,'pl'),(3244893184,'be'),(3244893440,'ru'),(3244893696,'de'),(3244893952,'ru'),(3244894464,'ua'),(3244894720,'gr'),(3244894976,'fr'),(3244895232,'dk'),(3244895488,'pl'),(3244895744,'de'),(3244896000,'uk'),(3244896512,'lt'),(3244896768,'nl'),(3244897024,'uk'),(3244897280,'de'),(3244897536,'ru'),(3244897792,'uk'),(3244898048,'de'),(3244898304,'ua'),(3244898560,'uk'),(3244898816,'ro'),(3244899072,'cz'),(3244899328,'bg'),(3244899584,'uk'),(3244899840,'ua'),(3244900096,'pl'),(3244900352,'ro'),(3244900608,'ru'),(3244900864,'pl'),(3244901120,'si'),(3244901376,'de'),(3244901632,'uk'),(3244901888,'ua'),(3244902144,'ru'),(3244902656,'fr'),(3244902912,'eu'),(3244903168,'pl'),(3244903424,'fi'),(3244903680,'no'),(3244903936,'tr'),(3244904192,'fr'),(3244904448,'gr'),(3244904704,'eu'),(3244904960,'cz'),(3244905216,'md'),(3244905472,'eu'),(3244905728,'gr'),(3244905984,'at'),(3244906240,'uk'),(3244906496,'eu'),(3244906752,'sa'),(3244907008,'fr'),(3244907264,'ro'),(3244907520,'uk'),(3244907776,'ru'),(3244908288,'no'),(3244908544,'cz'),(3244908800,'fi'),(3244909056,'uk'),(3244909312,'il'),(3244909568,'ru'),(3244909824,'nl'),(3244910080,'de'),(3244910592,'uk'),(3244910848,'de'),(3244911104,'uk'),(3244911360,'ru'),(3244911616,'uk'),(3244911872,'gr'),(3244912128,'pl'),(3244912384,'nl'),(3244912640,'no'),(3244912896,'se'),(3244913152,'ru'),(3244913408,'si'),(3244913664,'dk'),(3244913920,'ru'),(3244914432,'ua'),(3244914688,'uk'),(3244914944,'ua'),(3244915200,'pl'),(3244915456,'fi'),(3244915712,'ua'),(3244915968,'pl'),(3244916224,'cz'),(3244916480,'si'),(3244916736,'uk'),(3244916992,'pl'),(3244917248,'se'),(3244917504,'at'),(3244917760,'cz'),(3244918016,'be'),(3244918272,'se'),(3244918528,'ua'),(3244918784,'ch'),(3244919040,'de'),(3244919296,'se'),(3244919552,'eu'),(3244920064,'cz'),(3244920320,'sk'),(3244920576,'pl'),(3244920832,'nl'),(3244921088,'ie'),(3244921344,'lt'),(3244921600,'de'),(3244921856,'bg'),(3244922112,'dk'),(3244922368,'de'),(3244922624,'bg'),(3244922880,'ua'),(3244923136,'at'),(3244923392,'cz'),(3244923648,'lv'),(3244923904,'ua'),(3244924160,'cz'),(3244924928,'fi'),(3244925184,'ch'),(3244925440,'uk'),(3244925696,'rs'),(3244925952,'ua'),(3244926208,'nl'),(3244926464,'lv'),(3244926720,'pl'),(3244926976,'at'),(3244927232,'ua'),(3244927488,'uk'),(3244927744,'ua'),(3244928000,'uk'),(3244928256,'eu'),(3244928512,'ua'),(3244928768,'ru'),(3244929024,'ro'),(3244929536,'pl'),(3244929792,'ru'),(3244930048,'pl'),(3244930304,'at'),(3244930560,'uk'),(3244930816,'nl'),(3244931072,'ua'),(3244931328,'ro'),(3244931584,'fr'),(3244931840,'nl'),(3244932096,'uk'),(3244932352,'cz'),(3244932608,'dk'),(3244932864,'pl'),(3244933376,'hr'),(3244933632,'uk'),(3244933888,'at'),(3244934144,'bg'),(3244934400,'eu'),(3244934656,'cz'),(3244934912,'il'),(3244935168,'cz'),(3244935424,'ua'),(3244935680,'pl'),(3244935936,'fr'),(3244936192,'at'),(3244936960,'cz'),(3244937216,'tr'),(3244937472,'uk'),(3244937728,'ua'),(3244937984,'tr'),(3244938240,'uk'),(3244938496,'ru'),(3244938752,'at'),(3244939008,'de'),(3244939264,'ua'),(3244939520,'eu'),(3244939776,'uk'),(3244940032,'ua'),(3244940288,'dk'),(3244940544,'pl'),(3244940800,'ru'),(3244941056,'de'),(3244941312,'cy'),(3244941568,'eu'),(3244941824,'se'),(3244942080,'pl'),(3244942336,'it'),(3244942592,'pl'),(3244942848,'de'),(3244943104,'uk'),(3244943360,'fr'),(3244943872,'tr'),(3244944128,'cz'),(3244944384,'ru'),(3244944640,'ge'),(3244944896,'fr'),(3244945152,'ro'),(3244945408,'lv'),(3244945664,'nl'),(3244945920,'pl'),(3244946176,'tr'),(3244946432,'ro'),(3244946688,'ua'),(3244946944,'de'),(3244947200,'uk'),(3244947456,'pl'),(3244947712,'ua'),(3244947968,'de'),(3244948224,'pl'),(3244948480,'fr'),(3244948736,'uk'),(3244948992,'ua'),(3244949248,'ru'),(3244950528,'cz'),(3244951552,'fi'),(3244952576,'uk'),(3244953600,'de'),(3244954624,'ru'),(3244955648,'ua'),(3244956672,'cz'),(3244958720,'fr'),(3244959744,'ru'),(3244960768,'ro'),(3244961792,'cz'),(3244962816,'il'),(3244963840,'ua'),(3244966912,'ru'),(3244968960,'pl'),(3244969984,'ua'),(3244971008,'pl'),(3244972032,'ru'),(3244973056,'cz'),(3244975104,'pl'),(3244977152,'ru'),(3244978176,'uk'),(3244979200,'fr'),(3244980224,'dk'),(3244981248,'ro'),(3244982272,'pl'),(3244983296,'ru'),(3244984320,'ua'),(3244985344,'de'),(3244986368,'ua'),(3244987392,'cz'),(3244988416,'pl'),(3244990464,'ua'),(3244991488,'dk'),(3244992512,'cz'),(3244993536,'ru'),(3244994560,'uk'),(3244995584,'it'),(3244996608,'ua'),(3244997632,'ro'),(3244998656,'pl'),(3244999680,'ir'),(3245000704,'ua'),(3245001728,'il'),(3245002752,'es'),(3245003776,'ru'),(3245004800,'pl'),(3245005824,'ua'),(3245006848,'de'),(3245007872,'pl'),(3245008896,'ru'),(3245009920,'cz'),(3245010944,'ru'),(3245011968,'pl'),(3245012992,'ua'),(3245014016,'gr'),(3245015040,'ru'),(3245016064,'rs'),(3245017088,'pl'),(3245018112,'cz'),(3245019136,'ru'),(3245020160,'cz'),(3245021184,'ua'),(3245022208,'no'),(3245023232,'pl'),(3245024256,'bg'),(3245025280,'ua'),(3245026304,'fr'),(3245027328,'cz'),(3245029376,'eu'),(3245030400,'cz'),(3245031424,'ru'),(3245032448,'bg'),(3245033472,'ua'),(3245034496,'se'),(3245035520,'ua'),(3245036544,'is'),(3245037568,'pl'),(3245038592,'ru'),(3245039616,'md'),(3245040640,'cz'),(3245041664,'eu'),(3245042688,'ua'),(3245043712,'cz'),(3245044736,'uk'),(3245045760,'de'),(3245046784,'fr'),(3245047808,'cz'),(3245048832,'eu'),(3245049856,'cz'),(3245050880,'ru'),(3245051904,'de'),(3245052928,'ru'),(3245054976,'at'),(3245056000,'cz'),(3245057024,'pl'),(3245058048,'cz'),(3245059072,'ua'),(3245061120,'ru'),(3245062144,'ua'),(3245063168,'ru'),(3245065216,'pl'),(3245066240,'ua'),(3245067264,'uk'),(3245068288,'ua'),(3245069312,'pl'),(3245070336,'ru'),(3245071360,'nl'),(3245072384,'ua'),(3245073408,'ru'),(3245076480,'eu'),(3245077504,'ua'),(3245078528,'pl'),(3245079552,'cz'),(3245080576,'se'),(3245082624,'de'),(3245084672,'eu'),(3245084928,'be'),(3245085184,'eu'),(3245085696,'uk'),(3245086208,'at'),(3245086720,'bg'),(3245086976,'it'),(3245087232,'ch'),(3245087488,'nl'),(3245088000,'lv'),(3245088256,'kw'),(3245088512,'fr'),(3245088768,'bg'),(3245089280,'pl'),(3245089792,'uk'),(3245090304,'ua'),(3245090816,'at'),(3245091328,'se'),(3245091840,'ua'),(3245093888,'uk'),(3245094912,'ua'),(3245095936,'it'),(3245096960,'eu'),(3245099008,'uk'),(3245103104,'eu'),(3245105152,'uk'),(3245105664,'nl'),(3245106176,'at'),(3245106688,'ua'),(3245107712,'cz'),(3245108736,'uk'),(3245109248,'ua'),(3245112320,'pl'),(3245113344,'ua'),(3245113856,'cz'),(3245114368,'sk'),(3245114880,'jo'),(3245115392,'eu'),(3245115904,'at'),(3245116416,'fr'),(3245116928,'kw'),(3245117440,'lv'),(3245118464,'uk'),(3245119488,'eu'),(3245121536,'gr'),(3245122048,'ua'),(3245122560,'eu'),(3245123072,'fr'),(3245123584,'uk'),(3245124096,'ua'),(3245124608,'eu'),(3245125120,'uk'),(3245125632,'eu'),(3245125888,'pl'),(3245126144,'fr'),(3245126400,'eu'),(3245126656,'fr'),(3245126912,'de'),(3245127168,'ru'),(3245127424,'at'),(3245127680,'uk'),(3245127936,'lv'),(3245128192,'it'),(3245128448,'ch'),(3245128704,'uk'),(3245129728,'eu'),(3245129984,'de'),(3245130240,'pl'),(3245130496,'il'),(3245130752,'se'),(3245131008,'uk'),(3245131264,'fr'),(3245131520,'se'),(3245131776,'uk'),(3245132032,'be'),(3245132288,'pl'),(3245132544,'fr'),(3245132800,'it'),(3245133312,'pl'),(3245133568,'ru'),(3245133824,'no'),(3245134080,'ua'),(3245134336,'nl'),(3245134592,'il'),(3245134848,'at'),(3245135104,'tr'),(3245135616,'uk'),(3245135872,'fr'),(3245136128,'uk'),(3245136640,'eu'),(3245136896,'pl'),(3245137152,'it'),(3245137408,'de'),(3245137664,'se'),(3245137920,'dk'),(3245138432,'ua'),(3245138944,'pl'),(3245139456,'ru'),(3245139968,'ch'),(3245140480,'ro'),(3245140992,'ua'),(3245141504,'it'),(3245142016,'ua'),(3245143040,'uk'),(3245144064,'ua'),(3245146112,'fr'),(3245147136,'de'),(3245148160,'ua'),(3245149184,'ru'),(3245150208,'is'),(3245154304,'it'),(3245158400,'uk'),(3245159424,'ch'),(3245159936,'bg'),(3245160448,'se'),(3245160960,'eu'),(3245161472,'se'),(3245161984,'uk'),(3245162496,'de'),(3245163520,'cz'),(3245164032,'ru'),(3245164544,'be'),(3245165056,'at'),(3245165568,'ru'),(3245166080,'il'),(3245166592,'ua'),(3245166848,'uk'),(3245167104,'il'),(3245167360,'uk'),(3245167616,'ua'),(3245167872,'lv'),(3245168128,'se'),(3245168384,'uk'),(3245168640,'at'),(3245168896,'ru'),(3245169152,'it'),(3245169408,'pl'),(3245169920,'ua'),(3245170176,'uk'),(3245170688,'de'),(3245171712,'ua'),(3245172736,'it'),(3245173760,'ua'),(3245174784,'it'),(3245175040,'eu'),(3245175296,'ru'),(3245175552,'pl'),(3245175808,'uk'),(3245176064,'it'),(3245176320,'ua'),(3245176576,'uk'),(3245176832,'eu'),(3245177088,'es'),(3245177344,'nl'),(3245177600,'pl'),(3245177856,'si'),(3245178112,'nl'),(3245178368,'be'),(3245178624,'pl'),(3245178880,'ua'),(3245179392,'eu'),(3245180416,'tr'),(3245180928,'nl'),(3245181440,'de'),(3245181952,'eu'),(3245182464,'de'),(3245182976,'ua'),(3245184000,'eu'),(3245187072,'ua'),(3245190144,'es'),(3245191168,'cz'),(3245193216,'be'),(3245195264,'uk'),(3245197312,'it'),(3245199360,'be'),(3245199616,'se'),(3245199872,'no'),(3245200128,'lv'),(3245200384,'pl'),(3245200640,'gr'),(3245200896,'de'),(3245201152,'uk'),(3245201408,'ua'),(3245201664,'no'),(3245201920,'sa'),(3245202176,'uk'),(3245202432,'dk'),(3245202688,'de'),(3245203456,'fr'),(3245203712,'pl'),(3245204224,'si'),(3245204480,'be'),(3245204736,'eu'),(3245204992,'uk'),(3245205504,'at'),(3245205760,'it'),(3245206016,'nl'),(3245206272,'lt'),(3245206528,'eu'),(3245206784,'de'),(3245207040,'uk'),(3245207296,'de'),(3245207552,'ua'),(3245208064,'eu'),(3245208576,'pl'),(3245209088,'ru'),(3245209600,'ua'),(3245210112,'fr'),(3245210624,'hu'),(3245211136,'uk'),(3245211648,'ru'),(3245212160,'il'),(3245212672,'ru'),(3245213184,'de'),(3245213696,'lv'),(3245214208,'at'),(3245214720,'se'),(3245215232,'si'),(3245215744,'ua'),(3245217792,'eu'),(3245218816,'de'),(3245219840,'eu'),(3245223936,'nl'),(3245225984,'hu'),(3245228032,'eu'),(3245229056,'de'),(3245231104,'ua'),(3245232128,'pl'),(3245232384,'uk'),(3245232640,'bg'),(3245232896,'it'),(3245233152,'dk'),(3245233408,'eu'),(3245233664,'gr'),(3245233920,'dk'),(3245234176,'uk'),(3245234432,'ua'),(3245234688,'eu'),(3245234944,'uk'),(3245235200,'nl'),(3245235456,'uk'),(3245235712,'at'),(3245235968,'ch'),(3245236224,'pl'),(3245237248,'ua'),(3245237760,'uk'),(3245238784,'ua'),(3245239296,'eu'),(3245240320,'ua'),(3245241344,'uk'),(3245242368,'pl'),(3245243392,'ua'),(3245244416,'uk'),(3245244672,'at'),(3245244928,'be'),(3245245184,'eu'),(3245245440,'bg'),(3245245696,'de'),(3245245952,'ua'),(3245246208,'uk'),(3245246464,'at'),(3245246720,'pl'),(3245246976,'uk'),(3245247232,'de'),(3245247488,'uk'),(3245247744,'eu'),(3245248000,'pl'),(3245248256,'uk'),(3245248512,'ua'),(3245248768,'si'),(3245249024,'fr'),(3245249280,'eu'),(3245249536,'fr'),(3245249792,'uk'),(3245250048,'de'),(3245250304,'it'),(3245250560,'fr'),(3245250816,'eu'),(3245251072,'uk'),(3245251328,'mt'),(3245251584,'ua'),(3245251840,'uk'),(3245252096,'be'),(3245252352,'bg'),(3245252608,'ua'),(3245253632,'lv'),(3245254144,'dk'),(3245254656,'ua'),(3245255168,'tr'),(3245255680,'ua'),(3245257216,'de'),(3245257728,'uk'),(3245258240,'at'),(3245258752,'ua'),(3245259264,'sk'),(3245259776,'ua'),(3245260288,'uk'),(3245260800,'de'),(3245261824,'dk'),(3245262848,'it'),(3245263872,'de'),(3245264896,'tr'),(3245266944,'bg'),(3245268992,'fi'),(3245270016,'pl'),(3245271040,'nl'),(3245272064,'ru'),(3245273088,'uk'),(3245277184,'ua'),(3245278208,'eu'),(3245278720,'ua'),(3245279744,'ru'),(3245280256,'eu'),(3245280768,'fr'),(3245281280,'ro'),(3245281792,'es'),(3245282304,'it'),(3245282816,'pl'),(3245283328,'uk'),(3245283840,'pl'),(3245284352,'uk'),(3245284864,'pl'),(3245285376,'nl'),(3245285632,'uk'),(3245285888,'de'),(3245286144,'eu'),(3245286400,'pl'),(3245287424,'uk'),(3245287680,'pl'),(3245287936,'pt'),(3245288192,'de'),(3245288448,'uk'),(3245288704,'fi'),(3245288960,'it'),(3245289216,'at'),(3245289472,'ua'),(3245290496,'lu'),(3245291520,'uk'),(3245292544,'ua'),(3245293568,'eu'),(3245294080,'uk'),(3245294592,'ro'),(3245295104,'it'),(3245296128,'uk'),(3245296640,'ru'),(3245297152,'it'),(3245297664,'fr'),(3245297920,'eu'),(3245298176,'ie'),(3245298432,'ua'),(3245298688,'uk'),(3245298944,'ua'),(3245299200,'uk'),(3245299712,'de'),(3245299968,'bg'),(3245300224,'fr'),(3245300480,'ru'),(3245300992,'fi'),(3245301248,'eu'),(3245301504,'be'),(3245301760,'sk'),(3245302784,'de'),(3245303808,'se'),(3245304832,'de'),(3245306368,'ua'),(3245306880,'ru'),(3245307392,'fi'),(3245307904,'ro'),(3245308416,'uk'),(3245308928,'eu'),(3245309440,'ua'),(3245309952,'cz'),(3245312000,'eu'),(3245314048,'pl'),(3245315072,'it'),(3245316096,'eu'),(3245317120,'ru'),(3245318144,'it'),(3245318400,'ro'),(3245318656,'se'),(3245318912,'de'),(3245319168,'hr'),(3245319424,'se'),(3245319680,'pl'),(3245319936,'de'),(3245320192,'uk'),(3245320704,'eu'),(3245321216,'nl'),(3245321472,'ua'),(3245321728,'pl'),(3245321984,'de'),(3245322240,'ru'),(3245323264,'uk'),(3245325312,'ua'),(3245326336,'si'),(3245326848,'bg'),(3245327360,'eu'),(3245327872,'de'),(3245328384,'uk'),(3245328896,'ch'),(3245329408,'ua'),(3245329920,'de'),(3245333504,'si'),(3245334528,'hu'),(3245334784,'be'),(3245335040,'uk'),(3245335808,'ro'),(3245336064,'uk'),(3245336576,'ro'),(3245336832,'eu'),(3245337344,'uk'),(3245337600,'pl'),(3245337856,'at'),(3245338112,'de'),(3245338368,'ua'),(3245339648,'lv'),(3245340672,'ua'),(3245341696,'ru'),(3245342720,'uk'),(3245867008,'ie'),(3245932544,'be'),(3245998080,'uk'),(3246129152,'ru'),(3246260224,'pt'),(3246325760,'es'),(3246391296,'uk'),(3246784512,'ch'),(3246915584,'pt'),(3247046656,'at'),(3247046912,'eu'),(3247048192,'si'),(3247048704,'ee'),(3247048960,'si'),(3247049216,'eu'),(3247053824,'de'),(3247054080,'ch'),(3247054336,'lt'),(3247054592,'de'),(3247054848,'si'),(3247063040,'uk'),(3247063296,'gr'),(3247063552,'uk'),(3247063808,'bg'),(3247064064,'de'),(3247064320,'uk'),(3247064576,'ru'),(3247064832,'se'),(3247065088,'eu'),(3247065344,'ch'),(3247065600,'se'),(3247065856,'uk'),(3247066112,'dk'),(3247066368,'ua'),(3247066624,'cz'),(3247066880,'ru'),(3247067136,'de'),(3247067648,'ru'),(3247067904,'ch'),(3247068160,'ua'),(3247068416,'ro'),(3247068672,'uk'),(3247068928,'ua'),(3247069184,'de'),(3247069440,'ru'),(3247069696,'fr'),(3247069952,'de'),(3247070208,'il'),(3247070464,'ua'),(3247070720,'uk'),(3247071488,'ro'),(3247072256,'eu'),(3247072512,'uk'),(3247072768,'se'),(3247073024,'ro'),(3247073280,'de'),(3247073536,'at'),(3247073792,'cz'),(3247074048,'eu'),(3247074304,'de'),(3247074560,'se'),(3247074816,'pl'),(3247075072,'ie'),(3247075328,'eu'),(3247075584,'de'),(3247075840,'ua'),(3247076096,'dk'),(3247076352,'ru'),(3247076608,'de'),(3247076864,'pl'),(3247077120,'de'),(3247077376,'uk'),(3247077632,'nl'),(3247077888,'ua'),(3247078144,'at'),(3247078400,'dk'),(3247078656,'hu'),(3247078912,'fi'),(3247079168,'hu'),(3247079424,'ru'),(3247080448,'ua'),(3247081472,'pl'),(3247083520,'ua'),(3247084544,'ru'),(3247086592,'nl'),(3247087616,'it'),(3247088640,'de'),(3247089664,'ro'),(3247090688,'lv'),(3247091712,'ru'),(3247092736,'de'),(3247093760,'ua'),(3247094784,'ee'),(3247095808,'ro'),(3247097856,'fi'),(3247098880,'nl'),(3247099904,'pl'),(3247100928,'ch'),(3247101952,'se'),(3247102976,'nl'),(3247106048,'ua'),(3247108096,'pl'),(3247109120,'ua'),(3247110144,'nl'),(3247111168,'de'),(3247112192,'fr'),(3247177728,'tr'),(3247243264,'nl'),(3247308800,'bg'),(3247309056,'fi'),(3247316480,'no'),(3247316736,'fi'),(3247322368,'uk'),(3247322624,'fi'),(3247323136,'ru'),(3247323648,'fi'),(3247324416,'uk'),(3247324672,'ch'),(3247324928,'fi'),(3247333632,'de'),(3247333888,'fi'),(3247334400,'no'),(3247334656,'fi'),(3247335168,'dk'),(3247335424,'fi'),(3247336448,'no'),(3247337216,'ch'),(3247337472,'pl'),(3247337984,'fi'),(3247338240,'pl'),(3247338496,'si'),(3247338752,'uk'),(3247339520,'fi'),(3247340544,'ua'),(3247340800,'ie'),(3247341056,'fi'),(3247341312,'de'),(3247341568,'fi'),(3247345920,'hu'),(3247346176,'fi'),(3247346944,'si'),(3247347200,'fi'),(3247347456,'il'),(3247347712,'fi'),(3247347968,'hu'),(3247348224,'fi'),(3247348992,'de'),(3247349248,'fi'),(3247362048,'ro'),(3247362304,'hu'),(3247362560,'pl'),(3247362816,'dk'),(3247363072,'uk'),(3247363328,'ua'),(3247363584,'hu'),(3247363840,'nl'),(3247364096,'uk'),(3247364352,'es'),(3247364608,'ua'),(3247365120,'uk'),(3247365376,'ua'),(3247365632,'sa'),(3247365888,'uk'),(3247366144,'fi'),(3247371008,'pl'),(3247371264,'se'),(3247371520,'uk'),(3247371776,'fi'),(3247374336,'ru'),(3247374592,'fi'),(3247394048,'pl'),(3247394304,'fi'),(3247399424,'ru'),(3247399680,'fi'),(3247404800,'ru'),(3247405056,'ro'),(3247405312,'pl'),(3247405568,'uk'),(3247405824,'fi'),(3247432192,'tr'),(3247432448,'fi'),(3247438080,'it'),(3247438336,'fi'),(3247439872,'es'),(3247702016,'ro'),(3247702272,'es'),(3247704832,'eu'),(3247705088,'es'),(3247705856,'ru'),(3247706112,'es'),(3247711744,'it'),(3247712256,'es'),(3247713280,'ru'),(3247713536,'be'),(3247713792,'sk'),(3247714048,'ru'),(3247714304,'ch'),(3247716352,'es'),(3247717888,'eu'),(3247718400,'es'),(3247769600,'de'),(3247771648,'es'),(3247775744,'de'),(3247783936,'uk'),(3247792128,'fr'),(3247800320,'dk'),(3247816704,'eu'),(3247833088,'ru'),(3247865856,'uk'),(3247872000,'nl'),(3247875328,'tr'),(3247875584,'de'),(3247876096,'pl'),(3247876352,'uk'),(3247876864,'de'),(3247877120,'gr'),(3247877632,'eu'),(3247879168,'uk'),(3247882240,'se'),(3247898624,'ru'),(3247899648,'eu'),(3247900672,'pl'),(3247901696,'ua'),(3247902720,'uk'),(3247903744,'bg'),(3247905792,'ro'),(3247906816,'de'),(3247907840,'pl'),(3247908864,'uk'),(3247909888,'de'),(3247910912,'pl'),(3247912960,'ua'),(3247913984,'de'),(3247915008,'pl'),(3247917056,'uk'),(3247918080,'pl'),(3247919104,'bg'),(3247920128,'fr'),(3247922176,'se'),(3247923200,'pl'),(3247925248,'ua'),(3247926272,'ru'),(3247927296,'pl'),(3247928320,'hu'),(3247929344,'uk'),(3247931392,'fr'),(3247960064,'ua'),(3247961088,'ru'),(3247962112,'de'),(3247963136,'ru'),(3247964160,'es'),(3248095232,'at'),(3248160768,'de'),(3248226304,'no'),(3248357376,'de'),(3248488448,'fr'),(3248488704,'no'),(3248491520,'ru'),(3248492032,'no'),(3248496896,'il'),(3248497152,'no'),(3248498432,'de'),(3248498688,'no'),(3248513280,'ua'),(3248513536,'at'),(3248514048,'no'),(3248521984,'ru'),(3248522240,'no'),(3248545792,'ua'),(3248546816,'cz'),(3248547840,'no'),(3248553728,'ru'),(3248553984,'ro'),(3248554240,'no'),(3248557056,'eu'),(3248558080,'no'),(3248575488,'nl'),(3248576512,'no'),(3248619264,'eu'),(3248619520,'dk'),(3248750592,'pt'),(3248750848,'pl'),(3248752384,'de'),(3248752896,'tr'),(3248753152,'uk'),(3248753664,'eu'),(3248753920,'uk'),(3248754176,'eu'),(3248754432,'at'),(3248754688,'pl'),(3248758784,'se'),(3248774144,'ua'),(3248775168,'uk'),(3248783616,'pl'),(3248783872,'ua'),(3248784128,'de'),(3248785408,'ro'),(3248785664,'si'),(3248786944,'pl'),(3248787200,'uk'),(3248787456,'nl'),(3248787712,'uk'),(3248787968,'ru'),(3248788224,'uk'),(3248788480,'fr'),(3248788736,'ua'),(3248788992,'uk'),(3248789248,'fr'),(3248789504,'ro'),(3248789760,'fr'),(3248790016,'de'),(3248790272,'dk'),(3248790528,'se'),(3248790784,'pl'),(3248791040,'be'),(3248791296,'de'),(3248791552,'eu'),(3248799744,'nl'),(3248800256,'ru'),(3248800768,'fr'),(3248801280,'ro'),(3248801792,'ru'),(3248802304,'fr'),(3248802816,'ru'),(3248803328,'uk'),(3248804352,'lv'),(3248804864,'de'),(3248805376,'ru'),(3248805888,'nl'),(3248806400,'cz'),(3248806912,'fr'),(3248807424,'bg'),(3248807936,'at'),(3248808448,'gr'),(3248808960,'fr'),(3248810080,'ua'),(3248810112,'ru'),(3248810144,'hr'),(3248810176,'fr'),(3248810208,'uk'),(3248810240,'eu'),(3248812544,'uk'),(3248813056,'eu'),(3248813568,'de'),(3248814080,'dk'),(3248815104,'uk'),(3248815616,'pl'),(3248816128,'cz'),(3248881664,'fi'),(3249012736,'de'),(3249012992,'eu'),(3249025536,'fr'),(3249025792,'eu'),(3249026304,'lu'),(3249026560,'eu'),(3249026816,'lu'),(3249045504,'eu'),(3249078272,'ru'),(3249078784,'ch'),(3249079296,'ru'),(3249079808,'ro'),(3249080832,'de'),(3249081344,'lv'),(3249081856,'uk'),(3249082368,'hu'),(3249082880,'pl'),(3249083392,'ro'),(3249083904,'ru'),(3249085440,'cz'),(3249085952,'gi'),(3249086464,'ru'),(3249087488,'cz'),(3249088000,'ru'),(3249088512,'cz'),(3249089024,'no'),(3249089536,'ru'),(3249090048,'fr'),(3249090560,'si'),(3249091072,'ro'),(3249091584,'ru'),(3249092096,'de'),(3249092608,'it'),(3249093120,'uk'),(3249093632,'cz'),(3249094656,'fr'),(3249095168,'eu'),(3249095680,'nl'),(3249096192,'il'),(3249096704,'de'),(3249097216,'dk'),(3249097728,'de'),(3249098240,'pl'),(3249098752,'ua'),(3249099264,'eu'),(3249099776,'fi'),(3249100288,'cz'),(3249100800,'il'),(3249101312,'uk'),(3249101824,'ru'),(3249102336,'de'),(3249102848,'cz'),(3249103360,'de'),(3249103872,'fi'),(3249104384,'ru'),(3249104896,'il'),(3249105408,'ru'),(3249105920,'nl'),(3249106432,'cz'),(3249106944,'pl'),(3249108480,'ru'),(3249108992,'uk'),(3249109504,'ru'),(3249110528,'ua'),(3249111040,'ru'),(3249111552,'kw'),(3249112064,'ua'),(3249113088,'ro'),(3249113600,'nl'),(3249114112,'uk'),(3249114624,'ro'),(3249115648,'ua'),(3249116160,'pl'),(3249116672,'it'),(3249117184,'ch'),(3249117696,'dk'),(3249118208,'ro'),(3249118720,'lu'),(3249119232,'ru'),(3249119744,'it'),(3249120256,'se'),(3249120768,'ua'),(3249121280,'at'),(3249121792,'ro'),(3249122304,'ru'),(3249124352,'de'),(3249124864,'cz'),(3249125376,'de'),(3249125888,'ch'),(3249126400,'ua'),(3249126912,'sa'),(3249127424,'uk'),(3249127936,'cz'),(3249128448,'de'),(3249128960,'bg'),(3249129472,'ru'),(3249130496,'de'),(3249131008,'uk'),(3249131520,'dk'),(3249132032,'ru'),(3249132544,'de'),(3249133056,'ua'),(3249133568,'uk'),(3249134080,'ua'),(3249134592,'ru'),(3249135104,'cz'),(3249135616,'uk'),(3249136128,'ru'),(3249137152,'fr'),(3249137664,'pl'),(3249138176,'ua'),(3249139200,'ru'),(3249139712,'md'),(3249140224,'it'),(3249140736,'ua'),(3249141248,'il'),(3249141760,'ru'),(3249142784,'ua'),(3249143296,'uk'),(3249143808,'at'),(3249274880,'nl'),(3249405952,'de'),(3249537024,'pt'),(3249537280,'nl'),(3249574144,'ru'),(3249574400,'se'),(3249574656,'ua'),(3249574912,'nl'),(3249668096,'ie'),(3249676800,'ua'),(3249677056,'se'),(3249677312,'ie'),(3249679104,'ch'),(3249679360,'ie'),(3249683456,'se'),(3249684480,'ie'),(3249698048,'pl'),(3249698304,'cz'),(3249698560,'hu'),(3249698816,'uk'),(3249699840,'ua'),(3249700864,'se'),(3249701888,'pl'),(3249702144,'fi'),(3249702400,'uk'),(3249702656,'ru'),(3249702912,'uk'),(3249703424,'fr'),(3249703680,'eu'),(3249703936,'uk'),(3249704192,'ro'),(3249704448,'uk'),(3249704704,'pl'),(3249704960,'ua'),(3249705984,'at'),(3249706496,'lv'),(3249707008,'bg'),(3249707520,'fr'),(3249708032,'uk'),(3249708544,'ru'),(3249709056,'at'),(3249709312,'pl'),(3249709568,'ru'),(3249709824,'de'),(3249710080,'pl'),(3249710336,'ro'),(3249710592,'bg'),(3249710848,'pl'),(3249711104,'hu'),(3249711360,'de'),(3249711872,'uk'),(3249712128,'ua'),(3249712384,'uk'),(3249712640,'be'),(3249712896,'se'),(3249713152,'lv'),(3249715200,'uk'),(3249715456,'de'),(3249715712,'fr'),(3249715968,'ua'),(3249716224,'si'),(3249716480,'nl'),(3249716736,'ua'),(3249717248,'lv'),(3249718272,'de'),(3249719296,'uk'),(3249720320,'it'),(3249721344,'at'),(3249721600,'uk'),(3249722624,'pl'),(3249723136,'uk'),(3249723392,'it'),(3249723648,'eu'),(3249723904,'il'),(3249724160,'uk'),(3249724416,'il'),(3249724672,'se'),(3249724928,'bg'),(3249725184,'uk'),(3249725440,'ro'),(3249725952,'de'),(3249726464,'ua'),(3249726976,'it'),(3249727488,'lv'),(3249728000,'it'),(3249728512,'ua'),(3249729024,'uk'),(3249729536,'pl'),(3249730560,'it'),(3249731584,'ua'),(3249732608,'it'),(3249733632,'cz'),(3249799168,'se'),(3250061312,'fi'),(3250192384,'at'),(3250192640,'ru'),(3250192896,'il'),(3250193152,'eu'),(3250193408,'ie'),(3250193664,'at'),(3250194176,'de'),(3250194432,'uk'),(3250194688,'ua'),(3250194944,'ro'),(3250195456,'eu'),(3250195712,'uk'),(3250196224,'ua'),(3250196480,'at'),(3250200576,'hu'),(3250200832,'ro'),(3250201088,'ru'),(3250201344,'dk'),(3250201600,'at'),(3250233856,'de'),(3250234112,'il'),(3250234368,'at'),(3250245632,'tr'),(3250245888,'at'),(3250257664,'pl'),(3250257920,'de'),(3250258176,'at'),(3250323200,'ru'),(3250323456,'pl'),(3250323712,'eu'),(3250325504,'eu'),(3250339840,'jo'),(3250348032,'bh'),(3250356224,'eu'),(3250357248,'uk'),(3250357824,'fr'),(3250357856,'ee'),(3250357872,'ch'),(3250357880,'se'),(3250357888,'dk'),(3250357920,'pl'),(3250357928,'cy'),(3250357960,'uk'),(3250358016,'eu'),(3250358528,'hu'),(3250358784,'eu'),(3250359296,'hu'),(3250359808,'eu'),(3250362880,'de'),(3250363392,'eu'),(3250372608,'hu'),(3250373376,'uk'),(3250373632,'de'),(3250374144,'tr'),(3250374656,'eu'),(3250374912,'se'),(3250375680,'uk'),(3250376704,'ch'),(3250386944,'se'),(3250387200,'uk'),(3250387456,'de'),(3250387712,'fr'),(3250387968,'jo'),(3250388224,'pl'),(3250388480,'ru'),(3250388736,'fr'),(3250405888,'ie'),(3250406400,'ru'),(3250406912,'ro'),(3250407424,'pl'),(3250407936,'uk'),(3250408448,'pl'),(3250408960,'de'),(3250409472,'uk'),(3250409984,'de'),(3250410496,'at'),(3250411008,'lt'),(3250411520,'ua'),(3250412032,'fr'),(3250412544,'dk'),(3250413056,'de'),(3250413568,'ua'),(3250414080,'ro'),(3250414592,'de'),(3250415104,'nl'),(3250415616,'fr'),(3250416128,'de'),(3250416640,'uk'),(3250417152,'de'),(3250417664,'it'),(3250418176,'de'),(3250418688,'pl'),(3250419200,'no'),(3250419712,'ru'),(3250420224,'ir'),(3250420736,'fr'),(3250421248,'ua'),(3250422016,'uk'),(3250423296,'nl'),(3250423552,'be'),(3250423808,'at'),(3250424064,'eu'),(3250424320,'nl'),(3250424832,'uk'),(3250425088,'nl'),(3250425344,'tr'),(3250425600,'fr'),(3250425856,'lt'),(3250426112,'no'),(3250426368,'at'),(3250426624,'fr'),(3250426880,'jo'),(3250427136,'nl'),(3250427392,'eu'),(3250429952,'si'),(3250438144,'uk'),(3250446336,'de'),(3250454528,'be'),(3250585600,'nl'),(3250585856,'eu'),(3250588800,'at'),(3250588928,'uk'),(3250589184,'de'),(3250589440,'eu'),(3250589472,'nl'),(3250589504,'hr'),(3250589568,'ua'),(3250589632,'no'),(3250589696,'ch'),(3250593792,'uk'),(3250594816,'ua'),(3250595328,'gr'),(3250595840,'de'),(3250596352,'ro'),(3250597888,'bg'),(3250598400,'uk'),(3250598912,'ro'),(3250599424,'se'),(3250599936,'bg'),(3250600448,'de'),(3250601472,'pl'),(3250601984,'uk'),(3250610176,'tr'),(3250618368,'ru'),(3250626560,'pl'),(3250634752,'uk'),(3250642944,'ch'),(3250651136,'it'),(3250659328,'eu'),(3250667520,'pl'),(3250675712,'uk'),(3250683904,'ch'),(3250692096,'no'),(3250692352,'nl'),(3250692608,'bg'),(3250693376,'ie'),(3250694400,'uk'),(3250694656,'sk'),(3250694912,'nl'),(3250695168,'it'),(3250695680,'de'),(3250697472,'pl'),(3250697728,'bg'),(3250697984,'it'),(3250698240,'gr'),(3250698752,'uk'),(3250699776,'eu'),(3250700288,'ua'),(3250708480,'kz'),(3250716672,'ro'),(3250718208,'de'),(3250720768,'it'),(3250722048,'ro'),(3250722304,'eu'),(3250741248,'eu'),(3250749696,'eu'),(3250749952,'ro'),(3250750464,'fr'),(3250751488,'de'),(3250752000,'eu'),(3250752512,'bg'),(3250753024,'de'),(3250754048,'at'),(3250754304,'uk'),(3250754560,'de'),(3250755072,'uk'),(3250755584,'fr'),(3250755840,'ru'),(3250756352,'pt'),(3250756608,'bg'),(3250756864,'uk'),(3250757120,'eu'),(3250757376,'hu'),(3250765824,'se'),(3250782208,'uk'),(3250847744,'de'),(3250978816,'hr'),(3251044352,'fi'),(3251109888,'si'),(3251110144,'bg'),(3251110656,'it'),(3251110912,'fr'),(3251111168,'ch'),(3251111424,'at'),(3251111680,'uk'),(3251111936,'bg'),(3251112192,'sk'),(3251112448,'ru'),(3251112704,'se'),(3251112960,'bg'),(3251113216,'ch'),(3251113472,'bg'),(3251114496,'ru'),(3251114752,'ro'),(3251115008,'pl'),(3251115264,'ru'),(3251115520,'ua'),(3251115776,'uk'),(3251116032,'bg'),(3251116288,'uk'),(3251116544,'dk'),(3251116800,'uk'),(3251117056,'bg'),(3251117312,'fr'),(3251117568,'il'),(3251117824,'se'),(3251118080,'ua'),(3251118592,'ru'),(3251119104,'ua'),(3251120128,'kw'),(3251120640,'fr'),(3251121152,'dk'),(3251121664,'pl'),(3251122176,'ch'),(3251122688,'pl'),(3251123200,'eu'),(3251123712,'ro'),(3251124224,'nl'),(3251124736,'eu'),(3251125248,'be'),(3251125760,'ua'),(3251126784,'pl'),(3251127296,'ua'),(3251127808,'nl'),(3251128320,'de'),(3251128832,'se'),(3251129344,'ua'),(3251129856,'ch'),(3251130368,'uk'),(3251130880,'pl'),(3251131392,'ua'),(3251131904,'se'),(3251132416,'ua'),(3251132928,'dk'),(3251133440,'no'),(3251133952,'ru'),(3251134464,'de'),(3251134976,'uk'),(3251136000,'ro'),(3251136512,'dk'),(3251137024,'de'),(3251137536,'pl'),(3251138048,'eu'),(3251138560,'at'),(3251139072,'uk'),(3251139584,'fr'),(3251140096,'pl'),(3251141632,'lt'),(3251142144,'ro'),(3251142656,'de'),(3251142912,'ru'),(3251143168,'am'),(3251143424,'lv'),(3251143680,'nl'),(3251143936,'pl'),(3251144192,'tr'),(3251144448,'be'),(3251144704,'hu'),(3251144960,'de'),(3251145472,'uk'),(3251145728,'nl'),(3251145984,'ro'),(3251146240,'at'),(3251146496,'sk'),(3251146752,'ch'),(3251147008,'uk'),(3251147264,'pl'),(3251147520,'nl'),(3251147776,'se'),(3251148032,'ru'),(3251148288,'de'),(3251148544,'ua'),(3251148800,'hu'),(3251149056,'nl'),(3251149312,'il'),(3251149568,'ie'),(3251149824,'de'),(3251150080,'ch'),(3251150336,'uk'),(3251150592,'ch'),(3251150848,'md'),(3251151104,'ua'),(3251151360,'uk'),(3251151616,'pl'),(3251151872,'nl'),(3251152128,'ro'),(3251152640,'ua'),(3251152896,'ru'),(3251153152,'ua'),(3251153408,'tr'),(3251153664,'fr'),(3251153920,'de'),(3251154176,'ua'),(3251154432,'nl'),(3251154688,'ua'),(3251154944,'uk'),(3251155456,'nl'),(3251155712,'ua'),(3251155968,'tr'),(3251156224,'fr'),(3251156480,'eu'),(3251156736,'ua'),(3251156992,'fr'),(3251157248,'be'),(3251157504,'pl'),(3251158016,'tr'),(3251158272,'ru'),(3251158528,'ua'),(3251158784,'uk'),(3251159296,'de'),(3251159552,'es'),(3251159808,'uk'),(3251160064,'jo'),(3251160320,'pl'),(3251160576,'nl'),(3251160832,'ua'),(3251161088,'ro'),(3251161344,'lv'),(3251161600,'se'),(3251161856,'hr'),(3251162112,'dk'),(3251162368,'ua'),(3251162624,'uk'),(3251162880,'si'),(3251163136,'se'),(3251163392,'cz'),(3251163648,'de'),(3251163904,'ru'),(3251164160,'ua'),(3251164416,'it'),(3251164672,'eu'),(3251164928,'pl'),(3251165440,'ch'),(3251165696,'uk'),(3251165952,'ua'),(3251166208,'ch'),(3251166464,'ru'),(3251166720,'ie'),(3251166976,'ch'),(3251167232,'lv'),(3251167488,'dk'),(3251167744,'pl'),(3251168256,'at'),(3251168512,'ua'),(3251168768,'de'),(3251169024,'eu'),(3251169280,'pl'),(3251170048,'no'),(3251170304,'ch'),(3251170560,'de'),(3251170816,'ru'),(3251171072,'ua'),(3251171328,'de'),(3251171840,'ro'),(3251172096,'uk'),(3251172352,'ro'),(3251172608,'uk'),(3251172864,'ua'),(3251173120,'sa'),(3251173376,'ua'),(3251173632,'de'),(3251173888,'dk'),(3251174144,'ua'),(3251174400,'ro'),(3251174656,'de'),(3251174912,'uk'),(3251175168,'ua'),(3251175424,'fr'),(3251177472,'de'),(3251179520,'se'),(3251180032,'pl'),(3251180544,'ro'),(3251181056,'gr'),(3251181568,'de'),(3251182080,'fr'),(3251182592,'it'),(3251183104,'ru'),(3251183616,'no'),(3251183872,'ch'),(3251184128,'pl'),(3251184384,'dk'),(3251184640,'pl'),(3251184896,'de'),(3251185152,'uk'),(3251185408,'dk'),(3251185664,'it'),(3251185920,'uk'),(3251186432,'se'),(3251186688,'ro'),(3251186944,'si'),(3251187200,'gr'),(3251187456,'uk'),(3251187712,'de'),(3251189760,'it'),(3251190784,'ua'),(3251191808,'uk'),(3251192320,'lv'),(3251192832,'be'),(3251193344,'uk'),(3251193856,'eu'),(3251194368,'no'),(3251194880,'fr'),(3251195392,'cz'),(3251195904,'ua'),(3251196928,'ch'),(3251197952,'ru'),(3251198976,'uk'),(3251200000,'se'),(3251200512,'ua'),(3251201280,'si'),(3251201536,'eu'),(3251201792,'fr'),(3251202048,'nl'),(3251202304,'pl'),(3251202560,'at'),(3251202816,'uk'),(3251203328,'si'),(3251203584,'cz'),(3251203840,'se'),(3251204096,'de'),(3251204608,'bg'),(3251205120,'ua'),(3251205632,'ru'),(3251206144,'uk'),(3251206656,'ch'),(3251207168,'uk'),(3251207680,'ru'),(3251208192,'tr'),(3251209216,'uk'),(3251210240,'pl'),(3251211264,'ua'),(3251212416,'fi'),(3251212672,'se'),(3251212800,'de'),(3251212928,'ro'),(3251213056,'se'),(3251213120,'nl'),(3251213152,'fr'),(3251213184,'ua'),(3251213216,'eu'),(3251213248,'uk'),(3251213312,'de'),(3251213440,'uk'),(3251213568,'fr'),(3251213632,'pl'),(3251213696,'lv'),(3251213760,'tr'),(3251213824,'uk'),(3251213888,'fi'),(3251214016,'ua'),(3251214080,'fr'),(3251214144,'mc'),(3251214208,'ru'),(3251214272,'de'),(3251214336,'ru'),(3251214464,'ua'),(3251214592,'uk'),(3251214976,'ro'),(3251215104,'si'),(3251215232,'il'),(3251215360,'ua'),(3251215488,'se'),(3251215616,'tr'),(3251215744,'uk'),(3251215872,'ch'),(3251216128,'fi'),(3251216256,'ru'),(3251216384,'uk'),(3251216640,'ro'),(3251216896,'be'),(3251217152,'uk'),(3251217408,'pl'),(3251217664,'si'),(3251217920,'gr'),(3251218176,'pl'),(3251218432,'eu'),(3251218688,'de'),(3251219200,'it'),(3251219456,'bg'),(3251219712,'uk'),(3251220224,'ua'),(3251220480,'de'),(3251222528,'uk'),(3251224576,'ua'),(3251225088,'fr'),(3251225600,'uk'),(3251226112,'ua'),(3251226624,'fr'),(3251227136,'de'),(3251227648,'uk'),(3251228160,'ua'),(3251229696,'si'),(3251230720,'ua'),(3251231744,'no'),(3251232768,'ua'),(3251233792,'ru'),(3251234816,'ro'),(3251235840,'de'),(3251236864,'bg'),(3251237888,'dk'),(3251238912,'fr'),(3251239936,'de'),(3251241216,'eu'),(3251245056,'de'),(3251245312,'be'),(3251245568,'tr'),(3251245824,'ua'),(3251246080,'de'),(3251246336,'ua'),(3251246592,'ro'),(3251246848,'uk'),(3251247104,'eu'),(3251267840,'uk'),(3251268352,'nl'),(3251269120,'dk'),(3251269376,'uk'),(3251269632,'de'),(3251269888,'uk'),(3251270144,'pl'),(3251270400,'no'),(3251270656,'de'),(3251270912,'pl'),(3251271168,'uk'),(3251271424,'de'),(3251271680,'tr'),(3251271936,'uk'),(3251272192,'nl'),(3251272448,'at'),(3251272704,'de'),(3251272960,'uk'),(3251273472,'de'),(3251273728,'eu'),(3251306496,'at'),(3251306752,'eu'),(3251307776,'uk'),(3251308032,'eu'),(3251314176,'ch'),(3251314688,'fr'),(3251315712,'ua'),(3251317760,'pl'),(3251318784,'ua'),(3251319808,'hu'),(3251320832,'pl'),(3251321856,'ru'),(3251322880,'uk'),(3251331072,'fr'),(3251331584,'pl'),(3251332096,'ru'),(3251333120,'eu'),(3251333632,'pt'),(3251334144,'fr'),(3251334656,'ua'),(3251335168,'ru'),(3251335680,'ro'),(3251336192,'uk'),(3251336704,'es'),(3251337216,'ch'),(3251337728,'de'),(3251338240,'ru'),(3251339264,'ie'),(3251347456,'de'),(3251355648,'uk'),(3251356160,'at'),(3251356672,'ee'),(3251357696,'es'),(3251358208,'ru'),(3251358720,'ro'),(3251359232,'pl'),(3251360256,'uk'),(3251360768,'fr'),(3251361280,'ro'),(3251361792,'at'),(3251362304,'ua'),(3251362816,'nl'),(3251363328,'pl'),(3251363840,'eu'),(3251364096,'nl'),(3251364608,'ro'),(3251364864,'it'),(3251366912,'ua'),(3251367424,'de'),(3251367936,'uk'),(3251372032,'it'),(3251634176,'fi'),(3251896320,'no'),(3252289536,'gr'),(3252291328,'sk'),(3252291584,'fr'),(3252293632,'de'),(3252297984,'gr'),(3252313600,'si'),(3252313856,'de'),(3252314112,'gr'),(3252314624,'hu'),(3252314880,'uk'),(3252315136,'ch'),(3252316416,'fr'),(3252316672,'gr'),(3252318464,'tr'),(3252318720,'fr'),(3252318976,'pl'),(3252319232,'at'),(3252319744,'gr'),(3252321792,'de'),(3252322304,'no'),(3252323328,'pl'),(3252324352,'ua'),(3252325376,'ru'),(3252326400,'ua'),(3252327424,'pl'),(3252329472,'ua'),(3252330496,'uk'),(3252334592,'ru'),(3252336640,'ua'),(3252337664,'ru'),(3252338688,'be'),(3252340736,'tr'),(3252340992,'gr'),(3252342016,'ch'),(3252342080,'uk'),(3252342144,'lu'),(3252342208,'uk'),(3252342240,'ch'),(3252342528,'no'),(3252342784,'de'),(3252346368,'eu'),(3252346624,'gr'),(3252355072,'uk'),(3252355328,'eu'),(3252357120,'lt'),(3252357632,'eu'),(3252358912,'uk'),(3252358928,'de'),(3252359168,'dk'),(3252362240,'pl'),(3252362496,'it'),(3252362752,'dk'),(3252363008,'se'),(3252363264,'lt'),(3252379648,'eu'),(3252379904,'uk'),(3252380160,'eu'),(3252380416,'ua'),(3252380672,'si'),(3252380928,'ru'),(3252381184,'it'),(3252381440,'es'),(3252381696,'ru'),(3252381952,'de'),(3252382208,'si'),(3252382464,'pl'),(3252382720,'uk'),(3252382976,'it'),(3252383232,'uk'),(3252383744,'se'),(3252384000,'pl'),(3252384512,'uk'),(3252384768,'nl'),(3252385024,'ro'),(3252385280,'uk'),(3252385536,'ro'),(3252385792,'uk'),(3252386048,'si'),(3252386304,'uk'),(3252386560,'be'),(3252386816,'ua'),(3252387072,'ru'),(3252387328,'pl'),(3252387584,'ru'),(3252387840,'lt'),(3252486144,'eu'),(3252514816,'si'),(3252515072,'uk'),(3252515328,'de'),(3252515584,'si'),(3252515840,'ch'),(3252516096,'fr'),(3252516352,'uk'),(3252516608,'se'),(3252516864,'fr'),(3252517120,'de'),(3252517376,'pl'),(3252517632,'be'),(3252517888,'dk'),(3252518144,'nl'),(3252518400,'pl'),(3252518656,'de'),(3252518912,'eu'),(3252542208,'eu'),(3252551680,'ch'),(3252567296,'uk'),(3252567552,'ru'),(3252567808,'ro'),(3252568064,'ch'),(3252579328,'fr'),(3252579584,'ru'),(3252579840,'se'),(3252580096,'ua'),(3252580352,'ch'),(3252584448,'fr'),(3252584704,'il'),(3252584960,'cz'),(3252585216,'pl'),(3252585472,'nl'),(3252585728,'fi'),(3252585984,'eu'),(3252586240,'pl'),(3252586496,'it'),(3252586752,'nl'),(3252587008,'ch'),(3252587264,'at'),(3252587520,'ru'),(3252587776,'se'),(3252588032,'ch'),(3252589312,'fr'),(3252589568,'ch'),(3252600320,'nl'),(3252600576,'ru'),(3252600832,'ch'),(3252616704,'uk'),(3252616960,'ch'),(3252617216,'pl'),(3252617472,'ch'),(3252636672,'tr'),(3252636928,'de'),(3252637184,'uk'),(3252637696,'ch'),(3252642304,'ua'),(3252642560,'dk'),(3252642816,'nl'),(3252643072,'ro'),(3252643328,'ch'),(3252643584,'at'),(3252643840,'ch'),(3252682752,'hu'),(3252813824,'ro'),(3252862976,'hu'),(3252895744,'it'),(3252903936,'ua'),(3252904704,'de'),(3252904960,'pl'),(3252905216,'ch'),(3252905472,'lt'),(3252905728,'be'),(3252905984,'it'),(3252906240,'pl'),(3252906496,'uk'),(3252906752,'fr'),(3252907008,'at'),(3252907264,'ro'),(3252907776,'uk'),(3252908032,'pl'),(3252908288,'at'),(3252908544,'be'),(3252908800,'ua'),(3252909056,'pl'),(3252909312,'de'),(3252909568,'uk'),(3252909824,'ua'),(3252910336,'nl'),(3252910592,'ch'),(3252910848,'pl'),(3252911104,'de'),(3252911360,'cz'),(3252911616,'se'),(3252911872,'sa'),(3252912384,'hu'),(3252912640,'fr'),(3252912896,'pl'),(3252913152,'es'),(3252913408,'fr'),(3252913664,'de'),(3252913920,'no'),(3252914176,'eu'),(3252920320,'lb'),(3252928512,'de'),(3252929536,'hu'),(3252930560,'uk'),(3252931072,'de'),(3252931584,'no'),(3252932096,'ua'),(3252933632,'it'),(3252934656,'pl'),(3252936704,'ch'),(3252937216,'ro'),(3252937728,'fr'),(3252938240,'ua'),(3252938752,'ru'),(3252939264,'de'),(3252939776,'ro'),(3252940288,'pt'),(3252940800,'ru'),(3252941312,'ro'),(3252941824,'uk'),(3252942848,'fr'),(3252943360,'ua'),(3252943872,'ru'),(3252944384,'de'),(3252944896,'at'),(3252945152,'uk'),(3252945408,'ua'),(3252945664,'at'),(3252980736,'pl'),(3252980992,'uk'),(3252981248,'ru'),(3252981504,'se'),(3252981760,'de'),(3252982016,'ro'),(3252982272,'de'),(3252982528,'fr'),(3252982784,'ua'),(3252983040,'de'),(3252983552,'si'),(3252983808,'bg'),(3252984064,'ro'),(3252984320,'uk'),(3252984832,'fr'),(3252985088,'se'),(3252985344,'uk'),(3252985600,'ru'),(3252985856,'at'),(3252989440,'pl'),(3252989696,'at'),(3253004800,'cz'),(3253005056,'at'),(3253010432,'fi'),(3253075968,'ro'),(3253207040,'ru'),(3253338112,'se'),(3253469184,'pt'),(3253534720,'uk'),(3253600256,'ro'),(3253601280,'fi'),(3253602304,'de'),(3253603328,'pl'),(3253605376,'ua'),(3253606400,'nl'),(3253607424,'il'),(3253608448,'ua'),(3253610496,'pl'),(3253611520,'ua'),(3253613568,'es'),(3253614592,'ro'),(3253615616,'de'),(3253616640,'pl'),(3253617664,'uk'),(3253618688,'ua'),(3253619712,'it'),(3253620736,'uk'),(3253622784,'de'),(3253623808,'pl'),(3253624832,'ua'),(3253625856,'it'),(3253626880,'de'),(3253627904,'ua'),(3253628928,'gr'),(3253629952,'ua'),(3253630976,'ru'),(3253632000,'de'),(3253633024,'ru'),(3253634048,'cz'),(3253635072,'it'),(3253636096,'ch'),(3253637120,'es'),(3253638144,'fr'),(3253639168,'ua'),(3253640192,'at'),(3253641216,'uk'),(3253643264,'pl'),(3253645312,'ru'),(3253646336,'pl'),(3253647360,'dk'),(3253648384,'il'),(3253649408,'ua'),(3253650432,'de'),(3253651456,'pl'),(3253652480,'de'),(3253653504,'il'),(3253654528,'lv'),(3253657600,'uk'),(3253660672,'no'),(3253661696,'de'),(3253662720,'ro'),(3253663744,'nl'),(3253664768,'de'),(3253665792,'cz'),(3253666816,'de'),(3253667840,'uk'),(3253668864,'es'),(3253669888,'de'),(3253670912,'ch'),(3253671936,'ua'),(3253672960,'de'),(3253673984,'uk'),(3253675008,'pl'),(3253676032,'at'),(3253677056,'pl'),(3253678080,'dk'),(3253679104,'it'),(3253680128,'pl'),(3253682176,'ro'),(3253683200,'ua'),(3253685248,'fr'),(3253686272,'pl'),(3253687296,'ua'),(3253688320,'nl'),(3253690368,'dk'),(3253691392,'pl'),(3253692416,'de'),(3253693440,'il'),(3253694464,'uk'),(3253695488,'nl'),(3253696512,'fr'),(3253697536,'pl'),(3253698560,'ua'),(3253699072,'ro'),(3253699584,'ua'),(3253700096,'ro'),(3253700608,'pl'),(3253701120,'ro'),(3253702144,'ua'),(3253702656,'pl'),(3253703168,'ro'),(3253703680,'hu'),(3253704192,'ru'),(3253704704,'ua'),(3253705216,'no'),(3253705728,'de'),(3253706240,'ro'),(3253706752,'uk'),(3253707264,'de'),(3253707776,'md'),(3253708288,'ro'),(3253708800,'dk'),(3253709312,'ua'),(3253709824,'ro'),(3253710336,'uk'),(3253710848,'se'),(3253711360,'ua'),(3253712384,'md'),(3253712896,'gr'),(3253713408,'nl'),(3253713920,'at'),(3253714432,'ro'),(3253714944,'fr'),(3253715456,'ro'),(3253715968,'eu'),(3253716480,'fr'),(3253716992,'ch'),(3253717504,'nl'),(3253718016,'pl'),(3253719552,'be'),(3253720064,'ro'),(3253720576,'gr'),(3253721088,'ua'),(3253721600,'ro'),(3253722112,'uk'),(3253722624,'nl'),(3253723136,'pl'),(3253723648,'at'),(3253724160,'ua'),(3253724672,'ro'),(3253725696,'ua'),(3253726208,'ro'),(3253726720,'ua'),(3253727232,'fr'),(3253727744,'ru'),(3253728256,'pl'),(3253728768,'ro'),(3253729280,'at'),(3253729792,'ua'),(3253730304,'ro'),(3253730816,'ua'),(3253731328,'uk'),(3253796864,'se'),(3253862400,'uk'),(3253862656,'eu'),(3253887232,'nl'),(3253887488,'es'),(3253887744,'uk'),(3253888000,'pl'),(3253888256,'be'),(3253888512,'uk'),(3253888768,'se'),(3253889024,'pl'),(3253889280,'ch'),(3253889536,'de'),(3253889792,'dk'),(3253890048,'nl'),(3253890304,'se'),(3253890560,'uk'),(3253890816,'ie'),(3253891072,'de'),(3253891328,'uk'),(3253892352,'nl'),(3253892608,'at'),(3253892864,'nl'),(3253893120,'ro'),(3253893376,'de'),(3253893632,'se'),(3253893888,'ru'),(3253894144,'uk'),(3253894400,'nl'),(3253894656,'fi'),(3253894912,'ru'),(3253895168,'eu'),(3253923840,'gr'),(3253927936,'eu'),(3253960704,'uk'),(3253961728,'md'),(3253962240,'se'),(3253962752,'be'),(3253963264,'ru'),(3253963776,'si'),(3253964288,'pl'),(3253964800,'se'),(3253965312,'pl'),(3253966336,'eu'),(3253966848,'cy'),(3253967360,'gr'),(3253967872,'ua'),(3253968896,'de'),(3253969408,'at'),(3253969920,'nl'),(3253970432,'de'),(3253970688,'ua'),(3253970944,'rs'),(3253971968,'cz'),(3253972992,'de'),(3253974528,'uk'),(3253974784,'no'),(3253974848,'se'),(3253974912,'il'),(3253974976,'se'),(3253975040,'de'),(3253977088,'tr'),(3253985280,'uk'),(3253993472,'be'),(3254124544,'ch'),(3254255616,'fr'),(3254648832,'dk'),(3254648896,'uk'),(3254649088,'at'),(3254649344,'eu'),(3254649856,'se'),(3254650880,'eu'),(3254653440,'nl'),(3254653696,'de'),(3254654848,'dk'),(3254654976,'it'),(3254655744,'uk'),(3254656256,'bg'),(3254656512,'de'),(3254656768,'uk'),(3254657024,'ro'),(3254665216,'de'),(3254697984,'se'),(3254698496,'uk'),(3254699008,'ua'),(3254699520,'uk'),(3254700032,'gr'),(3254700544,'de'),(3254701056,'ru'),(3254701568,'il'),(3254702080,'ru'),(3254702592,'uk'),(3254703104,'de'),(3254703616,'nl'),(3254704128,'ua'),(3254705664,'gr'),(3254706176,'cz'),(3254707200,'tr'),(3254707712,'ro'),(3254708224,'ua'),(3254708736,'ro'),(3254709248,'de'),(3254710272,'it'),(3254710784,'ro'),(3254711296,'uk'),(3254711808,'pl'),(3254712320,'ru'),(3254712832,'de'),(3254713344,'tr'),(3254713856,'nl'),(3254714368,'tr'),(3254779904,'de'),(3254780160,'uk'),(3254780672,'lt'),(3254780928,'gr'),(3254781184,'nl'),(3254781440,'be'),(3254781952,'lv'),(3254782208,'fr'),(3254782464,'at'),(3254782720,'de'),(3254782976,'cz'),(3254783744,'sa'),(3254784000,'it'),(3254784256,'ch'),(3254796288,'se'),(3254797312,'ru'),(3254798336,'at'),(3254799360,'ie'),(3254800384,'fi'),(3254801408,'hr'),(3254802432,'ua'),(3254803456,'de'),(3254804480,'pl'),(3254806528,'ua'),(3254808576,'pl'),(3254809600,'ua'),(3254810624,'ru'),(3254811648,'ro'),(3254812672,'pl'),(3254812928,'ro'),(3254813184,'tr'),(3254813440,'ua'),(3254813696,'dk'),(3254813952,'it'),(3254814208,'se'),(3254814464,'de'),(3254814720,'ru'),(3254814976,'ch'),(3254815232,'ua'),(3254815488,'uk'),(3254815744,'it'),(3254816000,'ru'),(3254816256,'tr'),(3254816512,'de'),(3254816768,'ru'),(3254817280,'cy'),(3254817536,'uk'),(3254817792,'ua'),(3254818048,'uk'),(3254818304,'ua'),(3254818560,'de'),(3254818816,'eu'),(3254819328,'pl'),(3254819584,'dk'),(3254819840,'uk'),(3254820096,'ua'),(3254820352,'uk'),(3254820864,'lt'),(3254821120,'dk'),(3254821376,'ua'),(3254821632,'de'),(3254821888,'hu'),(3254822144,'de'),(3254822400,'fr'),(3254822656,'pl'),(3254822912,'ch'),(3254823168,'no'),(3254823424,'nl'),(3254823680,'pl'),(3254823936,'ch'),(3254824192,'be'),(3254824960,'fr'),(3254825216,'ro'),(3254825472,'tr'),(3254825728,'fr'),(3254825984,'de'),(3254826240,'pl'),(3254826496,'de'),(3254827264,'gr'),(3254827520,'pl'),(3254827776,'ua'),(3254828032,'de'),(3254828288,'ro'),(3254828800,'uk'),(3254829056,'no'),(3254829312,'uk'),(3254829568,'nl'),(3254829824,'eu'),(3254830080,'ie'),(3254830336,'nl'),(3254830592,'uk'),(3254830848,'pl'),(3254831104,'ua'),(3254831360,'de'),(3254831616,'tr'),(3254831872,'lt'),(3254832128,'ro'),(3254832384,'be'),(3254832640,'ua'),(3254832896,'lv'),(3254833152,'de'),(3254833408,'ru'),(3254833664,'uk'),(3254833920,'pl'),(3254834176,'ch'),(3254834432,'fr'),(3254834688,'uk'),(3254834944,'no'),(3254835200,'de'),(3254835456,'se'),(3254835712,'ua'),(3254835968,'uk'),(3254836224,'pl'),(3254836480,'md'),(3254836736,'at'),(3254836992,'uk'),(3254837248,'hr'),(3254837504,'ru'),(3254837760,'ie'),(3254838016,'ru'),(3254838272,'de'),(3254838784,'uk'),(3254839040,'ru'),(3254839296,'de'),(3254839552,'pl'),(3254839808,'be'),(3254840064,'bg'),(3254840320,'dk'),(3254840576,'ua'),(3254840832,'uk'),(3254841344,'it'),(3254841600,'eu'),(3254841856,'lv'),(3254842112,'uk'),(3254842368,'pl'),(3254842624,'ru'),(3254842880,'se'),(3254843136,'de'),(3254843648,'be'),(3254843904,'nl'),(3254844160,'pl'),(3254844416,'uk'),(3254844672,'ro'),(3254844928,'de'),(3254845184,'eu'),(3254878208,'sk'),(3254882304,'pl'),(3254882560,'il'),(3254882816,'pl'),(3254883072,'uk'),(3254883584,'al'),(3254883840,'uk'),(3254884352,'ua'),(3254884608,'pl'),(3254884864,'se'),(3254885120,'de'),(3254885376,'sk'),(3254885888,'uk'),(3254886144,'sk'),(3254886400,'uk'),(3254886656,'ru'),(3254886912,'ch'),(3254887424,'uk'),(3254888192,'ro'),(3254888448,'sk'),(3254888704,'ro'),(3254888960,'sk'),(3254890496,'de'),(3254890752,'ua'),(3254891008,'ro'),(3254891520,'uk'),(3254891776,'de'),(3254892032,'uk'),(3254892288,'be'),(3254892544,'sk'),(3254894080,'ch'),(3254894336,'sk'),(3254894592,'dk'),(3254894848,'ua'),(3254895104,'uk'),(3254895360,'ua'),(3254895616,'pl'),(3254895872,'se'),(3254896128,'ru'),(3254896384,'pl'),(3254896640,'dk'),(3254896896,'pl'),(3254897152,'de'),(3254897408,'fr'),(3254897664,'nl'),(3254897920,'be'),(3254898176,'at'),(3254898432,'de'),(3254898688,'it'),(3254898944,'ee'),(3254899200,'uk'),(3254899456,'se'),(3254899968,'sk'),(3254901760,'ua'),(3254902272,'sk'),(3254908416,'pl'),(3254908672,'sk'),(3254910720,'hr'),(3254910976,'fr'),(3255173120,'eu'),(3255197696,'uk'),(3255205888,'fr'),(3255214080,'ch'),(3255222272,'de'),(3255223296,'ru'),(3255224320,'ro'),(3255225344,'pl'),(3255226368,'de'),(3255227392,'ro'),(3255228416,'ru'),(3255230720,'ps'),(3255230976,'de'),(3255231232,'uk'),(3255231488,'de'),(3255231744,'uk'),(3255232000,'ro'),(3255232256,'ua'),(3255233024,'eu'),(3255233280,'uk'),(3255233536,'se'),(3255233792,'si'),(3255234048,'no'),(3255234304,'de'),(3255234560,'uk'),(3255234816,'pl'),(3255235072,'si'),(3255235328,'se'),(3255235584,'uk'),(3255235840,'pl'),(3255236352,'it'),(3255236608,'uk'),(3255236864,'de'),(3255237120,'at'),(3255237376,'se'),(3255237888,'es'),(3255238144,'uk'),(3255238400,'nl'),(3255238656,'be'),(3255304192,'de'),(3255304448,'eu'),(3255305472,'lv'),(3255306496,'eu'),(3255307776,'pl'),(3255308032,'ch'),(3255308288,'eu'),(3255311360,'nl'),(3255311616,'se'),(3255311872,'pt'),(3255312128,'se'),(3255312384,'eu'),(3255315712,'pl'),(3255316224,'ru'),(3255316480,'uk'),(3255316992,'fr'),(3255317248,'ua'),(3255317504,'be'),(3255317760,'bg'),(3255318016,'uk'),(3255318272,'ru'),(3255318528,'ua'),(3255318784,'de'),(3255319296,'ua'),(3255319552,'bg'),(3255319808,'at'),(3255320064,'be'),(3255320320,'uk'),(3255320576,'ua'),(3255321088,'pl'),(3255322112,'ru'),(3255323648,'il'),(3255324160,'ch'),(3255324672,'ro'),(3255325696,'ru'),(3255326208,'de'),(3255326720,'il'),(3255327232,'uk'),(3255328256,'si'),(3255328768,'de'),(3255336960,'ru'),(3255340032,'cz'),(3255341056,'ua'),(3255343104,'ru'),(3255344128,'ua'),(3255345152,'ru'),(3255353344,'de'),(3255361536,'ru'),(3255362048,'fi'),(3255362560,'ru'),(3255364096,'cz'),(3255364608,'nl'),(3255365120,'cz'),(3255366144,'dk'),(3255367168,'ru'),(3255367680,'ua'),(3255368192,'md'),(3255368704,'cz'),(3255369216,'uk'),(3255369728,'ua'),(3255370752,'uk'),(3255371264,'bg'),(3255371776,'se'),(3255372288,'de'),(3255372800,'mc'),(3255373312,'ua'),(3255373824,'pl'),(3255374336,'ru'),(3255374848,'cy'),(3255375360,'ro'),(3255375872,'pl'),(3255376384,'uk'),(3255377408,'kz'),(3255377920,'eu'),(3255378432,'ch'),(3255378944,'ua'),(3255379456,'ru'),(3255379968,'uk'),(3255380992,'ch'),(3255381504,'pl'),(3255382016,'nl'),(3255382528,'ua'),(3255383040,'pl'),(3255383552,'ch'),(3255384064,'ro'),(3255384576,'at'),(3255385088,'ro'),(3255385600,'fr'),(3255386624,'pl'),(3255387136,'ua'),(3255388160,'de'),(3255388672,'se'),(3255389184,'uk'),(3255389696,'pl'),(3255390208,'uk'),(3255391232,'nl'),(3255391744,'at'),(3255392256,'de'),(3255392768,'ro'),(3255393792,'se'),(3255399680,'de'),(3255400448,'ch'),(3255401472,'de'),(3255402240,'nl'),(3255402496,'eu'),(3255412480,'ro'),(3255412736,'de'),(3255413248,'lv'),(3255413760,'uk'),(3255414272,'tr'),(3255414528,'lv'),(3255414784,'eu'),(3255415808,'at'),(3255416320,'de'),(3255416832,'uk'),(3255418880,'eu'),(3255422976,'uk'),(3255426048,'it'),(3255426560,'uk'),(3255426816,'pl'),(3255427072,'ru'),(3255431168,'fi'),(3255435264,'eu'),(3255500800,'ch'),(3255504896,'ru'),(3255505152,'uk'),(3255505664,'il'),(3255505920,'ru'),(3255506432,'pl'),(3255506688,'pt'),(3255506944,'pl'),(3255507200,'pt'),(3255507456,'fr'),(3255507712,'at'),(3255507968,'ua'),(3255508224,'ru'),(3255508480,'ch'),(3255544320,'de'),(3255544576,'at'),(3255544832,'ch'),(3255564032,'ru'),(3255564288,'ch'),(3255566336,'it'),(3255590912,'ua'),(3255599104,'eu'),(3255615488,'de'),(3255623680,'bg'),(3255631872,'nl'),(3255660288,'gr'),(3255660544,'nl'),(3255666432,'de'),(3255666688,'nl'),(3255697408,'se'),(3255762944,'de'),(3255799040,'se'),(3255799296,'de'),(3255800576,'ru'),(3255800832,'de'),(3255817216,'se'),(3255817472,'es'),(3255817728,'de'),(3255828480,'se'),(3256025088,'no'),(3256057856,'dk'),(3256082432,'lv'),(3256090624,'it'),(3256221696,'se'),(3256352768,'eu'),(3256393728,'de'),(3256394240,'ua'),(3256394752,'pl'),(3256395264,'uk'),(3256395776,'tr'),(3256396288,'gr'),(3256396800,'de'),(3256397312,'pl'),(3256397824,'ro'),(3256398848,'pl'),(3256399360,'ua'),(3256400896,'uk'),(3256401408,'ua'),(3256401920,'de'),(3256410112,'tr'),(3256410624,'gr'),(3256411136,'eu'),(3256411648,'de'),(3256412160,'uk'),(3256412672,'ro'),(3256413184,'ua'),(3256413696,'pl'),(3256414208,'ru'),(3256414720,'de'),(3256415232,'pl'),(3256415744,'ua'),(3256416768,'uk'),(3256417280,'no'),(3256417792,'uk'),(3256418304,'de'),(3256483840,'nl'),(3256489472,'gr'),(3256489984,'be'),(3256490240,'de'),(3256490496,'nl'),(3256513024,'uk'),(3256513280,'nl'),(3256513792,'uk'),(3256514048,'nl'),(3256524288,'eu'),(3256524800,'nl'),(3256549376,'tr'),(3256614912,'fi'),(3256615936,'ua'),(3256616960,'uk'),(3256617984,'pl'),(3256619008,'ua'),(3256620032,'ru'),(3256621056,'dk'),(3256622080,'ru'),(3256623104,'pl'),(3256624128,'ua'),(3256625152,'pl'),(3256626176,'ua'),(3256627200,'pl'),(3256628224,'ua'),(3256629248,'ru'),(3256630272,'ua'),(3256633344,'cz'),(3256634368,'md'),(3256635392,'pl'),(3256636416,'ua'),(3256638464,'ru'),(3256640512,'eu'),(3256641536,'pl'),(3256642560,'si'),(3256643584,'md'),(3256644608,'it'),(3256645632,'se'),(3256647680,'rs'),(3256648704,'cz'),(3256649728,'uk'),(3256650752,'ua'),(3256651776,'cz'),(3256652800,'de'),(3256653824,'cz'),(3256655872,'ru'),(3256656896,'cz'),(3256657920,'pl'),(3256658944,'ua'),(3256662016,'ru'),(3256663040,'pl'),(3256664064,'ru'),(3256665088,'ua'),(3256666112,'pl'),(3256667136,'cz'),(3256668160,'ru'),(3256669184,'cz'),(3256670208,'ru'),(3256671232,'pl'),(3256672256,'cz'),(3256673280,'pl'),(3256674304,'ro'),(3256675328,'ru'),(3256677376,'uk'),(3256678400,'dk'),(3256680448,'ch'),(3256688640,'il'),(3256692736,'gr'),(3256693760,'it'),(3256694784,'uk'),(3256695808,'ua'),(3256696832,'eu'),(3256713216,'pl'),(3256727552,'ua'),(3256728576,'de'),(3256729600,'fi'),(3256731648,'no'),(3256732672,'it'),(3256732928,'ua'),(3256733184,'fr'),(3256733440,'dk'),(3256733696,'tr'),(3256735744,'uk'),(3256737792,'de'),(3256745984,'es'),(3256778752,'cy'),(3256786944,'nl'),(3256787200,'ro'),(3256787456,'de'),(3256787712,'uk'),(3256787968,'pl'),(3256788224,'ru'),(3256788480,'uk'),(3256788736,'de'),(3256788992,'ua'),(3256789248,'se'),(3256789504,'ua'),(3256789760,'uk'),(3256790016,'ua'),(3256790272,'de'),(3256790528,'uk'),(3256790784,'nl'),(3256791040,'de'),(3256791296,'ro'),(3256791552,'de'),(3256791808,'pl'),(3256792064,'de'),(3256792320,'ch'),(3256792576,'nl'),(3256792832,'de'),(3256793088,'uk'),(3256793344,'de'),(3256793600,'uk'),(3256794112,'nl'),(3256794368,'dk'),(3256794624,'ru'),(3256794880,'at'),(3256795136,'gr'),(3256811520,'de'),(3256813056,'eu'),(3256813568,'de'),(3256864512,'ch'),(3256864768,'de'),(3256877056,'uk'),(3256915456,'se'),(3256915968,'uk'),(3256945664,'ua'),(3256945920,'uk'),(3256946176,'ro'),(3256946432,'ua'),(3256946688,'uk'),(3256946944,'de'),(3256947712,'uk'),(3256988672,'ua'),(3256989184,'fr'),(3256989440,'uk'),(3256989696,'hu'),(3256989952,'pl'),(3256990208,'ch'),(3256990464,'pl'),(3256990720,'ua'),(3256991232,'se'),(3256991488,'ru'),(3256991744,'uk'),(3257011200,'bg'),(3257011456,'uk'),(3257058816,'pl'),(3257059072,'uk'),(3257144832,'eu'),(3257145088,'uk'),(3257180160,'tr'),(3257180416,'ru'),(3257180672,'ee'),(3257180928,'uk'),(3257181184,'sa'),(3257181440,'pl'),(3257181696,'eu'),(3257181952,'bg'),(3257182208,'pl'),(3257182464,'uk'),(3257204736,'at'),(3257268224,'ua'),(3257268480,'se'),(3257268736,'at'),(3257269248,'it'),(3257269504,'at'),(3257270016,'uk'),(3257270272,'eu'),(3257286656,'ch'),(3257294848,'hu'),(3257303040,'pt'),(3257311232,'ch'),(3257335808,'de'),(3257357312,'pt'),(3257357568,'si'),(3257357824,'de'),(3257371648,'uk'),(3257372672,'de'),(3257401344,'ch'),(3257466880,'de'),(3257467136,'uk'),(3257467392,'nl'),(3257467904,'eu'),(3257482752,'nl'),(3257483008,'eu'),(3257532416,'cy'),(3257542656,'pl'),(3257542912,'it'),(3257543424,'pt'),(3257543680,'ro'),(3257544192,'de'),(3257544448,'dk'),(3257544576,'uk'),(3257544704,'ch'),(3257544960,'eu'),(3257545216,'gr'),(3257546496,'uk'),(3257546528,'ch'),(3257546624,'es'),(3257546656,'se'),(3257546688,'de'),(3257546720,'dk'),(3257546752,'fi'),(3257548800,'uk'),(3257557504,'lu'),(3257558016,'ro'),(3257559552,'ua'),(3257560064,'de'),(3257560576,'pl'),(3257561088,'cz'),(3257561600,'de'),(3257562112,'pl'),(3257564160,'uk'),(3257564672,'ro'),(3257565184,'cy'),(3257573376,'eu'),(3257581568,'ua'),(3257585664,'nl'),(3257589760,'uk'),(3257663488,'ua'),(3257729024,'nl'),(3257794560,'uk'),(3257860096,'se'),(3257925632,'at'),(3257925888,'se'),(3257926144,'at'),(3257970432,'ua'),(3257970688,'at'),(3257977856,'uk'),(3257978112,'se'),(3257978368,'bg'),(3257978624,'es'),(3257978880,'fr'),(3257979136,'eu'),(3257979392,'uk'),(3257979904,'ua'),(3257980160,'se'),(3257980416,'nl'),(3257980672,'uk'),(3257980928,'pl'),(3257981184,'uk'),(3257981440,'ru'),(3257981696,'pl'),(3257981952,'at'),(3257987328,'cz'),(3257987584,'at'),(3257991168,'de'),(3258003968,'ru'),(3258004224,'cz'),(3258004480,'de'),(3258056704,'ua'),(3258056960,'cz'),(3258058240,'ru'),(3258058496,'ro'),(3258059008,'uk'),(3258059264,'ru'),(3258059520,'ro'),(3258059776,'cz'),(3258063872,'uk'),(3258064128,'fr'),(3258064384,'uk'),(3258065408,'ch'),(3258065664,'sa'),(3258065920,'de'),(3258066176,'pl'),(3258066432,'fr'),(3258066944,'dk'),(3258067200,'uk'),(3258067456,'it'),(3258067712,'gr'),(3258067968,'ro'),(3258068224,'ch'),(3258068480,'uk'),(3258068736,'de'),(3258068992,'nl'),(3258069248,'pl'),(3258069504,'ro'),(3258069760,'ua'),(3258070016,'uk'),(3258070272,'pl'),(3258070528,'uk'),(3258071296,'dk'),(3258071552,'de'),(3258071808,'uk'),(3258072064,'fr'),(3258072320,'pl'),(3258072576,'uk'),(3258072832,'ro'),(3258073088,'cz'),(3258074112,'uk'),(3258074880,'il'),(3258075136,'ro'),(3258075392,'bg'),(3258075648,'fr'),(3258075904,'pl'),(3258076160,'bg'),(3258076416,'fr'),(3258076928,'ua'),(3258077184,'uk'),(3258077440,'ua'),(3258077696,'nl'),(3258077952,'pl'),(3258078208,'tr'),(3258078464,'ua'),(3258078720,'uk'),(3258078976,'ru'),(3258079232,'uk'),(3258079488,'pl'),(3258079744,'uk'),(3258080000,'be'),(3258080256,'fr'),(3258080512,'uk'),(3258081024,'fr'),(3258081280,'nl'),(3258081536,'be'),(3258081792,'ua'),(3258082048,'nl'),(3258082304,'cz'),(3258082560,'hu'),(3258082816,'uk'),(3258083072,'ru'),(3258083584,'lv'),(3258083840,'se'),(3258084352,'uk'),(3258084608,'at'),(3258084864,'pl'),(3258085120,'lt'),(3258085376,'nl'),(3258085632,'de'),(3258085888,'ua'),(3258086144,'at'),(3258086400,'ua'),(3258086912,'uk'),(3258087168,'ua'),(3258087424,'ru'),(3258087680,'uk'),(3258087936,'bg'),(3258088192,'pl'),(3258088448,'be'),(3258088704,'cz'),(3258088960,'ro'),(3258089216,'eu'),(3258089472,'cz'),(3258097664,'de'),(3258097920,'ua'),(3258098176,'uk'),(3258098432,'nl'),(3258098688,'de'),(3258098944,'uk'),(3258099200,'si'),(3258099456,'ua'),(3258099712,'fi'),(3258099968,'ua'),(3258100224,'ro'),(3258100480,'dk'),(3258100736,'eu'),(3258100992,'at'),(3258101248,'ro'),(3258101504,'il'),(3258101760,'ch'),(3258102016,'be'),(3258102272,'ch'),(3258102528,'tr'),(3258102784,'pl'),(3258103040,'uk'),(3258103296,'de'),(3258103552,'at'),(3258103808,'se'),(3258104064,'eu'),(3258104320,'pl'),(3258104576,'de'),(3258104832,'cz'),(3258105600,'de'),(3258105856,'cz'),(3258109952,'dk'),(3258110208,'cz'),(3258111488,'pl'),(3258111744,'cz'),(3258121216,'pl'),(3258121472,'at'),(3258121728,'ua'),(3258121984,'ru'),(3258122240,'fr'),(3258187776,'eu'),(3258253312,'nl'),(3258272768,'fr'),(3258273792,'nl'),(3258297344,'be'),(3258297600,'nl'),(3258298112,'uk'),(3258298368,'nl'),(3258318848,'de'),(3258320896,'uk'),(3258321920,'ru'),(3258322944,'pl'),(3258326016,'se'),(3258327040,'tr'),(3258335232,'ru'),(3258336256,'no'),(3258337280,'de'),(3258338304,'ua'),(3258340352,'pl'),(3258341376,'ua'),(3258342400,'de'),(3258343424,'no'),(3258351616,'ro'),(3258352640,'ru'),(3258353664,'no'),(3258354688,'bg'),(3258355712,'nl'),(3258356736,'ru'),(3258357760,'ua'),(3258360832,'se'),(3258361856,'il'),(3258362880,'uk'),(3258363904,'ru'),(3258364928,'rs'),(3258365952,'ua'),(3258366976,'pl'),(3258368000,'kw'),(3258384384,'de'),(3258427648,'ro'),(3258427904,'de'),(3258449920,'ch'),(3258503936,'pl'),(3258504192,'ch'),(3258504704,'eu'),(3258504960,'il'),(3258505216,'ch'),(3258515456,'fr'),(3258580992,'ru'),(3258646528,'de'),(3258691584,'ru'),(3258691840,'at'),(3258692352,'eu'),(3258692608,'fr'),(3258692864,'de'),(3258693120,'si'),(3258693376,'uk'),(3258693632,'ru'),(3258693888,'si'),(3258694144,'ru'),(3258694400,'eu'),(3258694656,'uk'),(3258694912,'eu'),(3258695680,'de'),(3258703616,'uk'),(3258703872,'de'),(3258712064,'uk'),(3258728448,'fr'),(3258729472,'de'),(3258729728,'ua'),(3258729984,'ch'),(3258730240,'nl'),(3258730496,'ro'),(3258730752,'tr'),(3258731008,'si'),(3258731264,'no'),(3258731520,'es'),(3258731776,'ua'),(3258732032,'eu'),(3258732288,'pl'),(3258732544,'se'),(3258732800,'ch'),(3258733056,'ro'),(3258733312,'uk'),(3258764288,'eu'),(3258764544,'uk'),(3258764800,'be'),(3258765056,'nl'),(3258765312,'uk'),(3258767616,'ch'),(3258767872,'uk'),(3258818048,'se'),(3258818304,'uk'),(3258843136,'ru'),(3258843392,'uk'),(3258848768,'ro'),(3258849024,'de'),(3258849280,'uk'),(3258859520,'by'),(3258859776,'uk'),(3258902784,'ru'),(3258903040,'fr'),(3258903296,'uk'),(3258903552,'de'),(3258904064,'uk'),(3258908672,'eu'),(3258941440,'pl'),(3258943488,'bg'),(3258944512,'ru'),(3258946560,'uk'),(3258947584,'ro'),(3258948608,'ru'),(3258949632,'gr'),(3258972160,'eu'),(3258974208,'de'),(3259039744,'pt'),(3259105280,'uk'),(3259170816,'ru'),(3259236352,'se'),(3259301888,'de'),(3259302144,'eu'),(3259302400,'ch'),(3259303424,'se'),(3259305984,'nl'),(3259310080,'eu'),(3259318272,'uk'),(3259334656,'eu'),(3259351040,'it'),(3259351552,'fr'),(3259352064,'ch'),(3259352576,'uk'),(3259353088,'no'),(3259353856,'uk'),(3259354112,'nl'),(3259354368,'de'),(3259354624,'tr'),(3259354880,'pl'),(3259355136,'nl'),(3259359232,'es'),(3259367424,'uk'),(3259432960,'se'),(3259498496,'uk'),(3259760640,'de'),(3259891712,'be'),(3259957248,'de'),(3259958272,'ru'),(3259959296,'ua'),(3259960320,'bg'),(3259961344,'fi'),(3259962368,'ua'),(3259963392,'pl'),(3259964416,'uk'),(3259965440,'ru'),(3259967488,'rs'),(3259968512,'ru'),(3259969536,'fr'),(3259970560,'cz'),(3259971584,'it'),(3259972608,'ua'),(3259973632,'pt'),(3259990016,'fr'),(3260006400,'it'),(3260014592,'nl'),(3260018688,'uk'),(3260019712,'eu'),(3260021248,'cz'),(3260021760,'gr'),(3260022272,'nl'),(3260022784,'uk'),(3260284928,'ru'),(3260416000,'fi'),(3260481536,'ru'),(3260547072,'uk'),(3260547328,'ua'),(3260547840,'pl'),(3260548096,'ie'),(3260548352,'dk'),(3260548608,'ro'),(3260548864,'ch'),(3260549120,'at'),(3260549376,'uk'),(3260549632,'de'),(3260549888,'ua'),(3260550144,'pl'),(3260550400,'de'),(3260550656,'ru'),(3260550912,'uk'),(3260551168,'eu'),(3260553984,'uk'),(3260554240,'eu'),(3260555264,'hu'),(3260563456,'uk'),(3260571648,'be'),(3260579840,'pl'),(3260580352,'hu'),(3260580864,'uk'),(3260581376,'ro'),(3260581888,'il'),(3260582400,'ru'),(3260583424,'pt'),(3260583936,'no'),(3260584448,'ro'),(3260585472,'ua'),(3260586496,'pl'),(3260587008,'fr'),(3260587520,'pl'),(3260588032,'de'),(3260596224,'uk'),(3260596736,'ro'),(3260597248,'ch'),(3260597760,'de'),(3260598272,'ru'),(3260598784,'ro'),(3260599296,'ru'),(3260601344,'ch'),(3260601856,'pl'),(3260602880,'ua'),(3260603904,'eu'),(3260604416,'pl'),(3260604928,'ro'),(3260605440,'bg'),(3260605952,'es'),(3260606464,'se'),(3260607488,'nl'),(3260608000,'ro'),(3260608512,'ie'),(3260609024,'uk'),(3260609536,'pl'),(3260610048,'fr'),(3260610560,'ro'),(3260611072,'bg'),(3260611584,'ru'),(3260612096,'se'),(3260612608,'fi'),(3260678144,'il'),(3260743680,'it'),(3260809216,'pl'),(3260874752,'eu'),(3260903424,'ch'),(3260906240,'eu'),(3260906496,'fr'),(3260907520,'uk'),(3260915712,'ua'),(3260923904,'eu'),(3260940288,'de'),(3261071360,'at'),(3261136896,'de'),(3261202432,'fr'),(3261267968,'de'),(3261297664,'cz'),(3261297920,'pl'),(3261298176,'de'),(3261333504,'fi'),(3261399040,'uk'),(3261472768,'ro'),(3261530112,'se'),(3261595648,'nl'),(3261661184,'ro'),(3261669376,'mt'),(3261673472,'it'),(3261675520,'lv'),(3261675776,'it'),(3261676032,'uk'),(3261676288,'it'),(3261676544,'dk'),(3261676800,'it'),(3261677056,'eu'),(3261677568,'uk'),(3261685760,'de'),(3261687808,'ro'),(3261689856,'uk'),(3261691904,'nl'),(3261694464,'ru'),(3261694976,'pl'),(3261695488,'uk'),(3261696000,'ua'),(3261696512,'nl'),(3261697024,'ro'),(3261698048,'ua'),(3261698560,'eu'),(3261699072,'nl'),(3261699584,'uk'),(3261700096,'fr'),(3261700608,'uk'),(3261701120,'ru'),(3261701632,'ch'),(3261702144,'uk'),(3261710336,'ru'),(3261718528,'is'),(3261726720,'es'),(3261734912,'uk'),(3261743104,'mt'),(3261751296,'ee'),(3261759488,'ie'),(3261767680,'rs'),(3261775872,'pl'),(3261776384,'ru'),(3261777408,'kz'),(3261777920,'pl'),(3261778432,'ru'),(3261778944,'ro'),(3261779456,'de'),(3261779968,'ua'),(3261780480,'pl'),(3261780992,'ro'),(3261781504,'pl'),(3261782016,'ua'),(3261783040,'uk'),(3261784064,'at'),(3261796352,'uk'),(3261796608,'ru'),(3261796864,'pl'),(3261797120,'nl'),(3261797376,'at'),(3261797632,'ru'),(3261797888,'tr'),(3261798144,'ru'),(3261798400,'at'),(3261812736,'ru'),(3261812992,'at'),(3261820928,'ro'),(3261821184,'at'),(3261821440,'nl'),(3261821696,'si'),(3261821952,'ru'),(3261822208,'ua'),(3261822464,'uk'),(3261822720,'se'),(3261822976,'pl'),(3261823232,'nl'),(3261823488,'eu'),(3261823744,'nl'),(3261824000,'pl'),(3261824256,'ua'),(3261824512,'eu'),(3261824768,'pt'),(3261825024,'at'),(3261857792,'cz'),(3261923328,'nl'),(3261988864,'se'),(3261989120,'fi'),(3261993472,'ru'),(3261993728,'fi'),(3261995264,'de'),(3261995520,'pl'),(3261995776,'fi'),(3261996032,'nl'),(3261996288,'fi'),(3262005760,'ru'),(3262006016,'nl'),(3262006272,'ro'),(3262006528,'fr'),(3262006784,'se'),(3262007040,'at'),(3262007296,'sa'),(3262007552,'gr'),(3262007808,'ro'),(3262008064,'dk'),(3262008320,'pt'),(3262008576,'pl'),(3262008832,'at'),(3262009088,'ua'),(3262009344,'fi'),(3262018560,'pl'),(3262018816,'fi'),(3262021120,'ua'),(3262021376,'pl'),(3262021632,'ch'),(3262021888,'ua'),(3262022144,'fi'),(3262022912,'de'),(3262023168,'fi'),(3262023680,'dk'),(3262023936,'fi'),(3262027264,'tr'),(3262027520,'be'),(3262027776,'fi'),(3262029824,'ua'),(3262030848,'uk'),(3262031872,'fi'),(3262038016,'eu'),(3262038272,'ru'),(3262038528,'ie'),(3262038784,'no'),(3262039040,'de'),(3262039296,'uk'),(3262039552,'gr'),(3262039808,'si'),(3262040064,'pl'),(3262040320,'uk'),(3262040576,'ru'),(3262040832,'uk'),(3262041088,'hu'),(3262041344,'bg'),(3262041600,'dk'),(3262041856,'fr'),(3262042112,'eu'),(3262042368,'uk'),(3262042624,'ua'),(3262042880,'nl'),(3262043136,'ro'),(3262043392,'tr'),(3262043648,'nl'),(3262043904,'uk'),(3262044160,'rs'),(3262044416,'de'),(3262044672,'gr'),(3262044928,'ua'),(3262045184,'lt'),(3262045440,'nl'),(3262045696,'si'),(3262045952,'ru'),(3262046208,'fi'),(3262049280,'jo'),(3262049536,'uk'),(3262049792,'pl'),(3262050560,'uk'),(3262051584,'eu'),(3262051840,'uk'),(3262052096,'de'),(3262052352,'ua'),(3262052608,'il'),(3262052864,'uk'),(3262053120,'ru'),(3262053376,'ua'),(3262054144,'cz'),(3262054400,'fi'),(3262124032,'de'),(3262128128,'uk'),(3262136320,'eu'),(3262152704,'at'),(3262185472,'de'),(3262224896,'at'),(3262225152,'de'),(3262227712,'ro'),(3262227968,'de'),(3262251008,'eu'),(3262283776,'ru'),(3262284800,'ua'),(3262286848,'se'),(3262287872,'pl'),(3262289920,'eu'),(3262316544,'de'),(3262382080,'it'),(3262414848,'uk'),(3262415360,'pl'),(3262416896,'eu'),(3262417408,'pl'),(3262417920,'ru'),(3262418432,'fr'),(3262419456,'nl'),(3262419968,'de'),(3262420480,'uk'),(3262420992,'es'),(3262421504,'de'),(3262422016,'se'),(3262422528,'at'),(3262423040,'uk'),(3262423552,'ua'),(3262424064,'it'),(3262424576,'fr'),(3262425088,'ro'),(3262425600,'ua'),(3262426112,'de'),(3262426624,'uk'),(3262427136,'fr'),(3262427648,'dk'),(3262428160,'ch'),(3262428672,'pl'),(3262429184,'es'),(3262429696,'de'),(3262430208,'ee'),(3262430720,'ro'),(3262431232,'pl'),(3262431744,'ua'),(3262432256,'ch'),(3262432768,'uk'),(3262433280,'ro'),(3262433792,'fr'),(3262434304,'si'),(3262434816,'de'),(3262435840,'ch'),(3262436352,'se'),(3262436864,'uk'),(3262437376,'ro'),(3262437888,'fr'),(3262438400,'uk'),(3262438912,'dk'),(3262439424,'at'),(3262439936,'il'),(3262440448,'ua'),(3262440960,'il'),(3262441472,'ua'),(3262441984,'de'),(3262442496,'ro'),(3262443008,'uk'),(3262444032,'at'),(3262444544,'ua'),(3262445056,'ro'),(3262445568,'pl'),(3262446080,'ru'),(3262446592,'pl'),(3262447104,'uk'),(3262447616,'pt'),(3262460416,'ua'),(3262460544,'ru'),(3262460672,'ae'),(3262460928,'hu'),(3262461056,'lv'),(3262461184,'eu'),(3262461312,'no'),(3262461440,'de'),(3262461568,'uk'),(3262461696,'ua'),(3262461824,'ro'),(3262461952,'iq'),(3262464000,'ru'),(3262472192,'de'),(3262480384,'uk'),(3262488576,'se'),(3262496768,'fr'),(3262504960,'de'),(3262505472,'uk'),(3262505984,'pl'),(3262506496,'ro'),(3262507008,'dk'),(3262507520,'ro'),(3262509056,'pl'),(3262509568,'ro'),(3262510080,'fr'),(3262511104,'uk'),(3262511616,'de'),(3262512128,'uk'),(3262512640,'de'),(3262513152,'at'),(3262578688,'fr'),(3262611456,'uk'),(3262627840,'it'),(3262636032,'be'),(3262644224,'nl'),(3262906368,'ch'),(3262964992,'de'),(3262965248,'ch'),(3262971904,'ie'),(3263029248,'ua'),(3263030272,'uk'),(3263031296,'tr'),(3263032320,'ru'),(3263033344,'lv'),(3263033856,'it'),(3263034368,'ua'),(3263034880,'uk'),(3263035392,'ua'),(3263035904,'ch'),(3263036416,'gr'),(3263036928,'ru'),(3263037440,'lb'),(3263045632,'kw'),(3263053824,'uk'),(3263062016,'ee'),(3263070208,'fr'),(3263070720,'nl'),(3263070976,'de'),(3263071488,'nl'),(3263072256,'lb'),(3263074304,'ch'),(3263074816,'ro'),(3263075328,'uk'),(3263075840,'se'),(3263076352,'ro'),(3263076864,'it'),(3263077376,'fr'),(3263077888,'de'),(3263078400,'ro'),(3263079424,'pl'),(3263080448,'ru'),(3263081472,'pl'),(3263082496,'ro'),(3263083520,'ua'),(3263084544,'ro'),(3263085568,'ch'),(3263086592,'dk'),(3263086848,'nl'),(3263087104,'de'),(3263087872,'si'),(3263088128,'de'),(3263088384,'uk'),(3263088640,'ch'),(3263089152,'ro'),(3263089408,'ru'),(3263089664,'ua'),(3263089920,'ro'),(3263090176,'de'),(3263090432,'pl'),(3263090688,'de'),(3263090944,'eu'),(3263091200,'pl'),(3263091456,'no'),(3263091712,'fi'),(3263091968,'hr'),(3263092480,'eu'),(3263092736,'pl'),(3263092992,'fr'),(3263093248,'ch'),(3263093504,'ru'),(3263093760,'ro'),(3263094016,'pl'),(3263094528,'dk'),(3263094784,'ru'),(3263095040,'uk'),(3263095296,'fr'),(3263095552,'ro'),(3263095808,'de'),(3263096064,'pl'),(3263096320,'tr'),(3263096576,'sa'),(3263096832,'nl'),(3263097088,'fr'),(3263097344,'dk'),(3263097600,'nl'),(3263097856,'fr'),(3263098112,'de'),(3263098368,'pl'),(3263098624,'de'),(3263098880,'uk'),(3263099136,'nl'),(3263099392,'de'),(3263099904,'ro'),(3263100160,'fr'),(3263100416,'de'),(3263100672,'uk'),(3263100928,'at'),(3263101184,'se'),(3263101440,'dk'),(3263101696,'ua'),(3263101952,'lt'),(3263102208,'ro'),(3263102464,'pl'),(3263102720,'gr'),(3263102976,'de'),(3263137792,'pl'),(3263138304,'uk'),(3263138816,'de'),(3263168512,'uk'),(3263430656,'se'),(3263496192,'eu'),(3263561728,'nl'),(3263627264,'ru'),(3263692800,'fi'),(3263823872,'de'),(3263954944,'es'),(3263979520,'de'),(3263987712,'es'),(3264004096,'hu'),(3264012288,'at'),(3264012544,'uk'),(3264013056,'tr'),(3264013312,'cz'),(3264013568,'ua'),(3264013824,'uk'),(3264014080,'de'),(3264014336,'uk'),(3264014592,'pl'),(3264014848,'ie'),(3264015104,'ro'),(3264015360,'dk'),(3264015616,'ua'),(3264015872,'uk'),(3264016128,'de'),(3264016384,'se'),(3264016640,'pl'),(3264016896,'uk'),(3264017152,'se'),(3264017664,'ro'),(3264017920,'nl'),(3264018176,'uk'),(3264018432,'hu'),(3264018688,'uk'),(3264018944,'pl'),(3264019200,'im'),(3264019968,'at'),(3264020224,'pl'),(3264020480,'bg'),(3264086016,'fi'),(3264151552,'no'),(3264184320,'uk'),(3264184832,'nl'),(3264185344,'eu'),(3264186368,'ua'),(3264186880,'ru'),(3264187392,'eu'),(3264187904,'it'),(3264188416,'ru'),(3264189440,'cz'),(3264189952,'ua'),(3264190464,'lv'),(3264190976,'uk'),(3264191488,'de'),(3264192000,'uk'),(3264200704,'es'),(3264208896,'hu'),(3264217088,'is'),(3264282624,'uk'),(3264290816,'fi'),(3264296192,'fr'),(3264297728,'pt'),(3264298752,'bg'),(3264299008,'de'),(3264307200,'pl'),(3264311296,'uk'),(3264311552,'it'),(3264311808,'de'),(3264312064,'eu'),(3264312320,'pl'),(3264312576,'ua'),(3264312832,'de'),(3264313088,'nl'),(3264313344,'ro'),(3264313600,'pt'),(3264313856,'de'),(3264314624,'eu'),(3264314880,'uk'),(3264315136,'gr'),(3264315392,'ie'),(3264317440,'sk'),(3264318464,'eu'),(3264318976,'de'),(3264319488,'fr'),(3264319744,'se'),(3264320000,'de'),(3264320256,'uk'),(3264321024,'de'),(3264321536,'uk'),(3264321792,'rs'),(3264322048,'fr'),(3264322304,'ro'),(3264322560,'hu'),(3264322816,'ch'),(3264323072,'ru'),(3264323328,'ro'),(3264323584,'bg'),(3264324608,'se'),(3264325632,'ru'),(3264326656,'se'),(3264327680,'at'),(3264328704,'cz'),(3264329728,'pl'),(3264330752,'uk'),(3264331776,'de'),(3264332288,'nl'),(3264332800,'uk'),(3264333312,'ua'),(3264333824,'nl'),(3264334336,'ua'),(3264334848,'pl'),(3264335360,'sk'),(3264335872,'uk'),(3264336896,'ru'),(3264337408,'uk'),(3264337920,'ua'),(3264338432,'de'),(3264338944,'uk'),(3264340224,'pl'),(3264340480,'eu'),(3264340736,'ua'),(3264340992,'pl'),(3264341504,'de'),(3264341760,'it'),(3264342016,'de'),(3264342784,'ie'),(3264343040,'de'),(3264343296,'uk'),(3264343552,'ro'),(3264343808,'de'),(3264344064,'uk'),(3264345088,'nl'),(3264346112,'se'),(3264347136,'nl'),(3264348160,'fr'),(3264375040,'se'),(3264376064,'si'),(3264376320,'ua'),(3264376576,'ch'),(3264376832,'ua'),(3264377088,'ru'),(3264377344,'it'),(3264377600,'cz'),(3264377856,'ua'),(3264378112,'se'),(3264378368,'de'),(3264378624,'ru'),(3264378880,'pl'),(3264379136,'be'),(3264379392,'ru'),(3264379648,'de'),(3264380160,'ro'),(3264380416,'ch'),(3264380672,'nl'),(3264380928,'pl'),(3264381952,'ua'),(3264385024,'uk'),(3264386048,'cy'),(3264388096,'ua'),(3264389120,'ru'),(3264390144,'cy'),(3264391168,'se'),(3264392192,'de'),(3264394240,'ua'),(3264395264,'ch'),(3264396288,'ua'),(3264397312,'uk'),(3264398336,'cy'),(3264399360,'ru'),(3264400384,'ua'),(3264401408,'de'),(3264402432,'ch'),(3264403456,'pl'),(3264404480,'ua'),(3264405504,'fr'),(3264406528,'ua'),(3264407552,'bg'),(3264408576,'cy'),(3264409600,'ru'),(3264410624,'no'),(3264411648,'pl'),(3264413696,'ch'),(3264544768,'hu'),(3264561152,'ru'),(3264563200,'eu'),(3264564224,'ie'),(3264565248,'nl'),(3264567296,'pl'),(3264567552,'uk'),(3264567808,'ru'),(3264568320,'eu'),(3264568576,'ru'),(3264568832,'fr'),(3264569088,'ru'),(3264569344,'cz'),(3264577536,'mk'),(3264585728,'fr'),(3264593920,'es'),(3264602112,'ru'),(3264603136,'pl'),(3264604160,'it'),(3264604672,'ru'),(3264605184,'gr'),(3264605696,'dk'),(3264606208,'pl'),(3264606464,'de'),(3264606720,'uk'),(3264607232,'it'),(3264607488,'nl'),(3264607744,'de'),(3264610304,'uk'),(3264626688,'ee'),(3264627712,'gr'),(3264628736,'ru'),(3264629760,'ua'),(3264630784,'de'),(3264631808,'ro'),(3264632832,'ru'),(3264634880,'pl'),(3264636928,'cz'),(3264637952,'dk'),(3264640000,'bg'),(3264641024,'uk'),(3264642048,'ru'),(3264651264,'ch'),(3264651776,'it'),(3264652288,'ru'),(3264652800,'pl'),(3264653312,'de'),(3264653824,'ro'),(3264654336,'de'),(3264654848,'ua'),(3264655360,'uk'),(3264655872,'ru'),(3264656384,'bg'),(3264656896,'uk'),(3264657408,'pl'),(3264657920,'ro'),(3264658432,'uk'),(3264658944,'de'),(3264659456,'ua'),(3264659968,'uk'),(3264660480,'pl'),(3264660992,'ch'),(3264661504,'uk'),(3264662016,'ru'),(3264662528,'se'),(3264663040,'pl'),(3264663552,'nl'),(3264664064,'de'),(3264664576,'no'),(3264665088,'se'),(3264665600,'ro'),(3264666112,'il'),(3264666624,'ua'),(3264667136,'se'),(3264667648,'be'),(3264668160,'de'),(3264669184,'pl'),(3264669696,'ua'),(3264670208,'ru'),(3264670720,'eu'),(3264671232,'pl'),(3264671744,'de'),(3264672256,'ro'),(3264672768,'ch'),(3264673280,'pl'),(3264673792,'ch'),(3264674304,'pl'),(3264674816,'eu'),(3264675328,'ru'),(3264675840,'nl'),(3264741376,'si'),(3264749568,'lv'),(3264750080,'ru'),(3264750592,'kg'),(3264751104,'dk'),(3264751616,'uk'),(3264752128,'ro'),(3264752640,'nl'),(3264753152,'pl'),(3264753664,'it'),(3264754176,'pl'),(3264754688,'ru'),(3264755200,'de'),(3264755712,'pl'),(3264756224,'fi'),(3264756736,'pl'),(3264757248,'ua'),(3264757760,'eu'),(3264765952,'at'),(3264774144,'hu'),(3264782336,'at'),(3264790528,'hr'),(3264806912,'uk'),(3264815104,'se'),(3264825344,'no'),(3264825600,'it'),(3264825856,'eu'),(3264826112,'uk'),(3264826880,'nl'),(3264827136,'lv'),(3264827392,'uk'),(3264827648,'gr'),(3264828160,'ch'),(3264828416,'se'),(3264828672,'mt'),(3264828928,'de'),(3264829440,'uk'),(3264830208,'se'),(3264830464,'uk'),(3264830720,'at'),(3264830976,'ch'),(3264831232,'pl'),(3264831488,'ch'),(3264831744,'uk'),(3264832000,'at'),(3264832256,'it'),(3264832512,'de'),(3264832768,'il'),(3264833024,'it'),(3264833536,'de'),(3264834048,'uk'),(3264835328,'at'),(3264835584,'ru'),(3264835840,'de'),(3264836096,'eu'),(3264836352,'pl'),(3264836608,'de'),(3264836864,'nl'),(3264837120,'bg'),(3264837376,'pl'),(3264837632,'at'),(3264839680,'ua'),(3264840192,'nl'),(3264840448,'it'),(3264840704,'pt'),(3264840960,'pl'),(3264841472,'lv'),(3264841728,'uk'),(3264844032,'bg'),(3264844288,'de'),(3264844800,'ua'),(3264845312,'de'),(3264845952,'uk'),(3264846208,'pl'),(3264846336,'uk'),(3264846464,'no'),(3264846592,'de'),(3264846720,'ru'),(3264846848,'dk'),(3264846912,'sk'),(3264847040,'uk'),(3264847104,'eu'),(3264847136,'uk'),(3264847168,'ie'),(3264847200,'no'),(3264847264,'li'),(3264847360,'eu'),(3264847488,'ru'),(3264847616,'pl'),(3264847680,'lv'),(3264847744,'eu'),(3264847808,'se'),(3264847872,'de'),(3264849920,'uk'),(3264850432,'pl'),(3264850688,'lv'),(3264850944,'it'),(3264851968,'ch'),(3264854016,'de'),(3264854528,'cz'),(3264854784,'it'),(3264855040,'eu'),(3264855552,'de'),(3264856064,'it'),(3264861696,'fr'),(3264862208,'pl'),(3264862464,'at'),(3264862720,'uk'),(3264862976,'eu'),(3264863232,'at'),(3264864256,'ro'),(3264872448,'uk'),(3264888832,'ru'),(3264897024,'uk'),(3264905216,'cy'),(3264913408,'uk'),(3264921600,'lu'),(3264929792,'sk'),(3264937984,'uk'),(3265003520,'de'),(3265055232,'fr'),(3265055744,'de'),(3265069056,'fi'),(3265134592,'uk'),(3265142784,'mt'),(3265150976,'ad'),(3265159168,'fr'),(3265167360,'at'),(3265175552,'nl'),(3265183744,'by'),(3265191936,'ch'),(3265200128,'uk'),(3265265664,'sk'),(3265331200,'eu'),(3265396736,'de'),(3265527808,'uk'),(3265593344,'ru'),(3265594368,'ua'),(3265595392,'pl'),(3265595904,'ru'),(3265596416,'uk'),(3265597440,'ru'),(3265600000,'hu'),(3265600512,'uk'),(3265601024,'ru'),(3265601536,'se'),(3265601792,'ch'),(3265602048,'nl'),(3265602304,'de'),(3265602560,'it'),(3265602816,'ie'),(3265603072,'dk'),(3265603328,'ru'),(3265603584,'de'),(3265603840,'pl'),(3265604096,'nl'),(3265604352,'fr'),(3265604608,'ch'),(3265604864,'fr'),(3265605120,'ru'),(3265605376,'cz'),(3265605632,'pl'),(3265605888,'uk'),(3265606144,'ru'),(3265606400,'de'),(3265606656,'at'),(3265606912,'fr'),(3265607168,'pl'),(3265607424,'uk'),(3265607680,'dk'),(3265607936,'cz'),(3265608192,'ru'),(3265608448,'se'),(3265608704,'uk'),(3265608960,'ru'),(3265609728,'nl'),(3265617920,'si'),(3265626112,'jo'),(3265634304,'ie'),(3265642496,'uk'),(3265650688,'se'),(3265658880,'at'),(3265724416,'fr'),(3265789952,'uk'),(3265887488,'pt'),(3265887744,'pl'),(3265888256,'uk'),(3265904384,'ro'),(3265904640,'de'),(3265904896,'ua'),(3265905152,'uk'),(3265905664,'ie'),(3265905920,'uk'),(3265906176,'de'),(3265906432,'ch'),(3265906688,'at'),(3265906944,'uk'),(3265907200,'de'),(3265907456,'fr'),(3265907968,'ua'),(3265908736,'nl'),(3265908992,'ro'),(3265909248,'ua'),(3265909504,'de'),(3265909760,'ro'),(3265910016,'pl'),(3265910272,'eu'),(3265910528,'uk'),(3265911552,'ch'),(3265911808,'pl'),(3265912064,'uk'),(3265912320,'de'),(3265912576,'ro'),(3265912832,'cz'),(3265913088,'se'),(3265913344,'pl'),(3265914368,'ru'),(3265914624,'bg'),(3265914880,'gr'),(3265915136,'ro'),(3265915392,'uk'),(3265915648,'ro'),(3265915904,'pl'),(3265916416,'ua'),(3265916672,'de'),(3265916928,'fr'),(3265917184,'pl'),(3265917440,'ru'),(3265917696,'se'),(3265917952,'uk'),(3265918208,'ch'),(3265918464,'at'),(3265918720,'ru'),(3265918976,'nl'),(3265919232,'uk'),(3265919488,'ru'),(3265919744,'dk'),(3265920000,'cz'),(3265920256,'tr'),(3265920512,'uk'),(3265921024,'ae'),(3265986560,'nl'),(3266052096,'de'),(3266322432,'lt'),(3266330624,'uk'),(3266338816,'se'),(3266339072,'ua'),(3266339328,'dk'),(3266339584,'uk'),(3266339840,'ru'),(3266340096,'pl'),(3266340608,'fi'),(3266340864,'ch'),(3266341120,'uk'),(3266341376,'de'),(3266341632,'uk'),(3266341888,'kw'),(3266342144,'ch'),(3266342400,'be'),(3266342656,'kg'),(3266342912,'si'),(3266343168,'gr'),(3266343424,'ua'),(3266343680,'ro'),(3266343936,'ch'),(3266344192,'ua'),(3266344704,'es'),(3266344960,'de'),(3266345728,'dk'),(3266345984,'uk'),(3266346496,'it'),(3266346752,'fr'),(3266347008,'eu'),(3266355200,'ro'),(3266363392,'uk'),(3266371584,'hu'),(3266379776,'ua'),(3266380800,'pl'),(3266381824,'fr'),(3266382848,'ru'),(3266383872,'il'),(3266384896,'cz'),(3266385920,'ua'),(3266386944,'pl'),(3266387968,'lu'),(3266396160,'it'),(3266412544,'at'),(3266420736,'eu'),(3266428928,'gr'),(3266437120,'gl'),(3266445312,'nl'),(3266510848,'es'),(3266543616,'it'),(3266576384,'de'),(3266634392,'ee'),(3266634400,'de'),(3266641920,'pl'),(3266707456,'dk'),(3266772992,'it'),(3266781184,'pl'),(3266789376,'sm'),(3266797568,'uk'),(3266805760,'at'),(3266813952,'ua'),(3266822144,'fr'),(3266830336,'be'),(3266838528,'it'),(3266969600,'ru'),(3267035136,'no'),(3267039232,'de'),(3267040256,'ro'),(3267041280,'ua'),(3267043328,'uk'),(3267044352,'ru'),(3267045376,'pl'),(3267046400,'nl'),(3267047424,'ua'),(3267048448,'pl'),(3267049472,'uk'),(3267050496,'se'),(3267051520,'de'),(3267052544,'lv'),(3267053568,'pl'),(3267054592,'uk'),(3267055616,'ps'),(3267056640,'il'),(3267057664,'ch'),(3267058688,'at'),(3267059712,'ua'),(3267060736,'lv'),(3267061760,'ua'),(3267063808,'eu'),(3267064832,'pl'),(3267065856,'ro'),(3267066880,'it'),(3267067904,'ua'),(3267068928,'bg'),(3267069952,'eu'),(3267070976,'de'),(3267072000,'pl'),(3267073024,'ua'),(3267075072,'ch'),(3267076096,'eu'),(3267078144,'pl'),(3267079168,'it'),(3267080192,'at'),(3267081216,'pl'),(3267082240,'de'),(3267083264,'ro'),(3267084288,'fr'),(3267085312,'ru'),(3267086336,'pl'),(3267087360,'ru'),(3267088384,'ua'),(3267089408,'fi'),(3267090432,'ua'),(3267091456,'de'),(3267092480,'fr'),(3267093504,'ua'),(3267094528,'eu'),(3267095552,'pl'),(3267096576,'de'),(3267097600,'kz'),(3267098624,'uk'),(3267099648,'it'),(3267100672,'fi'),(3267166208,'uk'),(3267231744,'ru'),(3267297280,'ch'),(3267362816,'dk'),(3267428352,'uk'),(3267493888,'eu'),(3267559424,'de'),(3267624960,'eu'),(3267690496,'fi'),(3267756032,'eu'),(3267821568,'fr'),(3267887104,'uk'),(3268149248,'ee'),(3268165632,'ch'),(3268173824,'mt'),(3268182016,'pl'),(3268214784,'eu'),(3268280320,'fr'),(3268345856,'uk'),(3268411392,'at'),(3268476928,'ch'),(3268542464,'pt'),(3268608000,'fi'),(3268673536,'cz'),(3268739072,'de'),(3268739328,'pl'),(3268739584,'de'),(3268739840,'si'),(3268740096,'il'),(3268740352,'de'),(3268740608,'ua'),(3268740864,'ch'),(3268741120,'fr'),(3268741376,'lv'),(3268741888,'at'),(3268742144,'ru'),(3268742400,'cz'),(3268742656,'uk'),(3268742912,'nl'),(3268743168,'ro'),(3268743424,'pl'),(3268743680,'gr'),(3268743936,'uk'),(3268744192,'de'),(3268744448,'ru'),(3268744704,'pl'),(3268744960,'ua'),(3268745472,'ru'),(3268745728,'pl'),(3268745984,'de'),(3268746240,'uk'),(3268746752,'fr'),(3268747008,'de'),(3268747264,'cz'),(3268755456,'se'),(3268763648,'ru'),(3268764160,'de'),(3268764672,'lv'),(3268765184,'cz'),(3268765696,'ua'),(3268766720,'il'),(3268767232,'ua'),(3268767744,'nl'),(3268768256,'be'),(3268768768,'cz'),(3268769280,'se'),(3268769792,'ua'),(3268770304,'ru'),(3268770816,'fr'),(3268771328,'nl'),(3268771840,'no'),(3268788224,'cz'),(3268804608,'fr'),(3268870144,'fi'),(3268935680,'uk'),(3269066752,'se'),(3269132288,'gr'),(3269197824,'ru'),(3269263360,'eu'),(3269328896,'uk'),(3269459968,'es'),(3269525504,'ir'),(3269591040,'ru'),(3269656576,'uk'),(3269722112,'cz'),(3269787648,'nl'),(3269853184,'ch'),(3269918720,'de'),(3269984256,'at'),(3270049792,'de'),(3270115328,'eu'),(3270246400,'se'),(3270377472,'uk'),(3270443008,'dk'),(3270508544,'fi'),(3270639616,'pl'),(3270640128,'ru'),(3270642176,'no'),(3270642688,'de'),(3270643200,'ru'),(3270643712,'at'),(3270644224,'nl'),(3270644736,'de'),(3270645248,'pl'),(3270645760,'il'),(3270646272,'ru'),(3270646784,'cz'),(3270647808,'tr'),(3270648064,'ru'),(3270648320,'ch'),(3270648576,'at'),(3270648832,'si'),(3270649088,'at'),(3270649344,'dk'),(3270649600,'pl'),(3270649856,'dk'),(3270650112,'at'),(3270650368,'dk'),(3270650624,'uk'),(3270651136,'fr'),(3270651392,'de'),(3270651648,'fr'),(3270651904,'it'),(3270652416,'dk'),(3270652672,'eu'),(3270652928,'pl'),(3270653184,'ua'),(3270653440,'nl'),(3270653696,'uk'),(3270654208,'eu'),(3270654464,'nl'),(3270654720,'ua'),(3270655232,'it'),(3270655488,'pl'),(3270655744,'ch'),(3270656000,'eu'),(3270664192,'ua'),(3270666240,'pl'),(3270667264,'se'),(3270668288,'fr'),(3270669312,'ua'),(3270670336,'ru'),(3270672384,'uk'),(3270680576,'fr'),(3270688768,'it'),(3270836224,'de'),(3270911840,'pl'),(3270911872,'de'),(3270911936,'pl'),(3270911968,'nl'),(3270912000,'de'),(3270926592,'ch'),(3270926848,'pl'),(3270927104,'ua'),(3270927360,'ch'),(3270927616,'uk'),(3270927872,'hu'),(3270928128,'ro'),(3270928384,'ua'),(3270928896,'pl'),(3270929408,'uk'),(3270929920,'bg'),(3270930432,'ru'),(3270931456,'ua'),(3270931968,'ch'),(3270932480,'ua'),(3270932992,'de'),(3270933504,'pl'),(3270934016,'it'),(3270934528,'de'),(3270967296,'pl'),(3270968320,'de'),(3270968832,'se'),(3270969344,'ch'),(3270969856,'at'),(3270970368,'ua'),(3270970880,'cz'),(3270971392,'ua'),(3270972416,'ru'),(3270973952,'fr'),(3270974464,'it'),(3270974976,'nl'),(3270983680,'uk'),(3270991872,'nl'),(3271000064,'ru'),(3271008256,'be'),(3271008768,'si'),(3271009280,'ro'),(3271009792,'il'),(3271010304,'ru'),(3271010816,'uk'),(3271011328,'ua'),(3271013376,'fr'),(3271013888,'cz'),(3271014400,'ru'),(3271014912,'ro'),(3271015424,'dk'),(3271015936,'ru'),(3271016448,'rs'),(3271024640,'uk'),(3271032832,'no'),(3271098368,'si'),(3271163904,'fr'),(3271229440,'fi'),(3271360512,'eu'),(3271426048,'fr'),(3271491584,'dk'),(3271557120,'be'),(3271589888,'no'),(3271688192,'eu'),(3271704576,'ru'),(3271712768,'lv'),(3271720960,'uk'),(3271729152,'de'),(3271737344,'ru'),(3271738368,'ro'),(3271738880,'ru'),(3271739392,'at'),(3271739904,'ie'),(3271740416,'ua'),(3271740928,'ru'),(3271741440,'pl'),(3271741952,'cz'),(3271742976,'ru'),(3271744000,'ro'),(3271744512,'at'),(3271745024,'pl'),(3271745536,'uk'),(3271746048,'ie'),(3271746560,'ch'),(3271747072,'kz'),(3271747584,'ru'),(3271748096,'gr'),(3271748608,'ua'),(3271749120,'ru'),(3271750144,'ua'),(3271750656,'uk'),(3271751168,'ro'),(3271751680,'nl'),(3271752192,'il'),(3271752704,'ru'),(3271753216,'pl'),(3271753728,'fr'),(3271770112,'at'),(3271786496,'ua'),(3271788544,'uk'),(3271789568,'ru'),(3271790592,'lv'),(3271791616,'ua'),(3271792640,'pl'),(3271793664,'ua'),(3271794688,'it'),(3271795712,'cy'),(3271796736,'sk'),(3271797760,'uk'),(3271798784,'nl'),(3271799808,'ru'),(3271800832,'uk'),(3271801856,'ps'),(3271802880,'de'),(3271803904,'ua'),(3271804928,'pl'),(3271805952,'ua'),(3271806976,'uk'),(3271808000,'de'),(3271810048,'pl'),(3271811072,'ua'),(3271812096,'eu'),(3271813120,'pl'),(3271814144,'ua'),(3271815168,'ru'),(3271816192,'ua'),(3271817216,'de'),(3271818240,'ua'),(3271819264,'de'),(3271884800,'ua'),(3271901184,'es'),(3271909376,'ro'),(3271909888,'de'),(3271910400,'dk'),(3271910912,'lv'),(3271911424,'de'),(3271911936,'ua'),(3271912960,'fr'),(3271913472,'no'),(3271913984,'ro'),(3271914496,'eu'),(3271915008,'se'),(3271915520,'de'),(3271916032,'uk'),(3271916544,'ua'),(3271917056,'ro'),(3271917568,'ru'),(3271925760,'de'),(3271926016,'md'),(3271926272,'ru'),(3271926528,'nl'),(3271926784,'si'),(3271927296,'no'),(3271927552,'uk'),(3271927808,'de'),(3271928064,'uk'),(3271928320,'ru'),(3271928576,'ch'),(3271928832,'ie'),(3271929088,'lb'),(3271929344,'no'),(3271929600,'uk'),(3271929856,'pl'),(3271930112,'hu'),(3271930368,'uz'),(3271930624,'de'),(3271930880,'ch'),(3271931136,'pl'),(3271931648,'no'),(3271931904,'ua'),(3271932160,'se'),(3271932416,'cz'),(3271932672,'de'),(3271932928,'pl'),(3271933184,'uk'),(3271933440,'se'),(3271933696,'de'),(3271933952,'fr'),(3272015872,'ro'),(3272019968,'it'),(3272020992,'dk'),(3272024064,'ie'),(3272032256,'uk'),(3272040448,'fr'),(3272048640,'nl'),(3272056832,'ru'),(3272065024,'uk'),(3272081408,'pt'),(3272089600,'no'),(3272090112,'ru'),(3272091648,'ua'),(3272092672,'ru'),(3272093184,'ro'),(3272094208,'am'),(3272094720,'pl'),(3272095232,'fi'),(3272095744,'cz'),(3272096256,'pt'),(3272096768,'fi'),(3272097280,'ru'),(3272097792,'uk'),(3272106240,'pl'),(3272106496,'se'),(3272106752,'pl'),(3272107008,'uk'),(3272107264,'pl'),(3272107520,'ru'),(3272107776,'uk'),(3272108032,'de'),(3272108288,'ro'),(3272108544,'pl'),(3272109056,'ch'),(3272109312,'tr'),(3272109568,'uk'),(3272109824,'fr'),(3272110080,'se'),(3272110336,'ch'),(3272110592,'at'),(3272110848,'lv'),(3272111104,'uk'),(3272111872,'ro'),(3272112384,'de'),(3272113152,'fr'),(3272113408,'pl'),(3272113664,'uk'),(3272113920,'at'),(3272114176,'pl'),(3272122368,'uk'),(3272131072,'ro'),(3272131584,'uk'),(3272132096,'ch'),(3272132608,'ua'),(3272133120,'uk'),(3272133632,'eu'),(3272134144,'ro'),(3272134656,'nl'),(3272135168,'ch'),(3272135680,'at'),(3272136192,'fr'),(3272136704,'pl'),(3272137216,'lt'),(3272137728,'pl'),(3272138240,'bg'),(3272138752,'de'),(3272146944,'ru'),(3272212480,'eu'),(3272228864,'lu'),(3272237056,'uk'),(3272245248,'fi'),(3272261632,'uk'),(3272261888,'bg'),(3272262144,'il'),(3272262400,'de'),(3272262656,'no'),(3272262912,'sa'),(3272263168,'ru'),(3272263424,'uk'),(3272263936,'es'),(3272264192,'nl'),(3272264448,'de'),(3272264704,'lv'),(3272264960,'ru'),(3272265216,'at'),(3272265472,'dk'),(3272265728,'de'),(3272265984,'uk'),(3272266240,'ua'),(3272266496,'se'),(3272266752,'nl'),(3272267008,'uk'),(3272267264,'se'),(3272267520,'uk'),(3272267776,'lv'),(3272268032,'im'),(3272268288,'ua'),(3272268544,'ro'),(3272268800,'il'),(3272269056,'uk'),(3272269312,'il'),(3272269568,'uk'),(3272351744,'pl'),(3272352768,'cz'),(3272353792,'ch'),(3272355840,'uk'),(3272356864,'ro'),(3272357888,'eu'),(3272358912,'nl'),(3272359936,'ru'),(3272368128,'kz'),(3272376320,'sk'),(3272384512,'lt'),(3272392704,'at'),(3272400896,'eu'),(3272409088,'be'),(3272417280,'uk'),(3272418048,'fr'),(3272418688,'pl'),(3272419328,'de'),(3272420352,'uk'),(3272420608,'de'),(3272420864,'pl'),(3272420992,'dk'),(3272421120,'ua'),(3272421376,'ro'),(3272421888,'uk'),(3272422400,'ch'),(3272422912,'se'),(3272423424,'be'),(3272423936,'fr'),(3272424448,'eu'),(3272425472,'uk'),(3272441856,'lv'),(3272474624,'fr'),(3272474880,'nl'),(3272475136,'ru'),(3272475392,'pl'),(3272475904,'fr'),(3272476160,'ro'),(3272476672,'de'),(3272476928,'gr'),(3272477184,'uk'),(3272477440,'pl'),(3272477696,'ru'),(3272477952,'ro'),(3272478208,'dk'),(3272478464,'fi'),(3272478720,'eu'),(3272478976,'ua'),(3272479232,'uk'),(3272479488,'sa'),(3272479744,'se'),(3272480000,'ru'),(3272480256,'fr'),(3272480512,'ch'),(3272480768,'eu'),(3272481024,'se'),(3272481280,'ch'),(3272481536,'fr'),(3272481792,'it'),(3272482048,'nl'),(3272482304,'fr'),(3272482560,'be'),(3272482816,'ru'),(3272491008,'uk'),(3272499200,'ru'),(3272499712,'nl'),(3272500224,'ru'),(3272500736,'it'),(3272501248,'cz'),(3272501760,'ru'),(3272502784,'kw'),(3272503296,'ua'),(3272503808,'ru'),(3272504320,'pl'),(3272504832,'ru'),(3272505344,'at'),(3272505856,'ua'),(3272506880,'ch'),(3272507392,'cy'),(3272515584,'lt'),(3272523776,'de'),(3272540160,'ch'),(3272605696,'be'),(3272613888,'ru'),(3272622080,'ro'),(3272623104,'de'),(3272624128,'ru'),(3272625152,'ua'),(3272626176,'de'),(3272627200,'nl'),(3272628224,'ua'),(3272630272,'ru'),(3272638464,'es'),(3272646656,'uk'),(3272654848,'fi'),(3272663040,'at'),(3272671232,'eu'),(3272736768,'it'),(3272737792,'uk'),(3272738816,'il'),(3272739840,'ua'),(3272740864,'cz'),(3272741888,'ua'),(3272742912,'cz'),(3272743936,'ua'),(3272744960,'ru'),(3272753152,'nl'),(3272769536,'no'),(3272802304,'ru'),(3272867840,'pl'),(3272868864,'ua'),(3272869888,'uk'),(3272871936,'fi'),(3272872960,'bg'),(3272875008,'ua'),(3272876032,'nl'),(3272884224,'de'),(3272892416,'ua'),(3272892928,'eu'),(3272893440,'se'),(3272893952,'cz'),(3272894464,'eu'),(3272894976,'ro'),(3272895488,'uk'),(3272896000,'pl'),(3272896512,'uk'),(3272897024,'eu'),(3272897536,'fi'),(3272898048,'ua'),(3272898560,'eu'),(3272899072,'uk'),(3272899584,'ua'),(3272900096,'lv'),(3272908800,'sk'),(3272916992,'mc'),(3272917504,'ru'),(3272918528,'fr'),(3272919040,'uk'),(3272919552,'ro'),(3272920064,'nl'),(3272920576,'se'),(3272921088,'ch'),(3272921600,'nl'),(3272922112,'pl'),(3272922624,'ie'),(3272923136,'de'),(3272923648,'pl'),(3272924160,'eu'),(3272924672,'uk'),(3272925184,'de'),(3272933376,'uk'),(3272998912,'pt'),(3273007104,'cz'),(3273015296,'se'),(3273023488,'pl'),(3273024512,'nl'),(3273025536,'ua'),(3273026560,'ru'),(3273027584,'ua'),(3273028608,'pl'),(3273029632,'dk'),(3273030656,'pl'),(3273031680,'uk'),(3273032192,'ua'),(3273033216,'uk'),(3273033728,'de'),(3273034240,'be'),(3273034752,'ua'),(3273035264,'eu'),(3273035776,'uk'),(3273036288,'bg'),(3273036800,'il'),(3273037312,'uk'),(3273037824,'ua'),(3273038336,'gr'),(3273038848,'uk'),(3273039872,'lt'),(3273048064,'it'),(3273056256,'md'),(3273064448,'pt'),(3273129984,'dk'),(3273138176,'bg'),(3273146368,'ua'),(3273148416,'lu'),(3273152512,'bg'),(3273154560,'de'),(3273162752,'ua'),(3273170944,'se'),(3273187328,'se'),(3273187840,'dk'),(3273188352,'ru'),(3273188864,'uk'),(3273189888,'ua'),(3273190400,'ro'),(3273191936,'ua'),(3273192448,'dk'),(3273192960,'fr'),(3273193472,'pl'),(3273193984,'uk'),(3273194496,'ua'),(3273195008,'ru'),(3273195520,'fr'),(3273261056,'no'),(3273261568,'be'),(3273262080,'lu'),(3273262592,'ru'),(3273263104,'fr'),(3273263616,'se'),(3273264128,'pl'),(3273264640,'eu'),(3273265152,'ua'),(3273265664,'cz'),(3273266176,'lv'),(3273266688,'pl'),(3273267712,'uk'),(3273268224,'se'),(3273268736,'ru'),(3273269248,'uk'),(3273277440,'ua'),(3273279488,'pl'),(3273281536,'ua'),(3273283584,'uk'),(3273284608,'ua'),(3273285632,'uk'),(3273293824,'mk'),(3273302016,'ru'),(3273310208,'at'),(3273318400,'uk'),(3273326592,'eu'),(3273392128,'ua'),(3273392640,'ro'),(3273393664,'bg'),(3273394176,'ro'),(3273394688,'ru'),(3273395200,'de'),(3273395712,'ru'),(3273396224,'pl'),(3273396736,'ro'),(3273397248,'ru'),(3273397760,'nl'),(3273398272,'ro'),(3273398784,'lv'),(3273399296,'se'),(3273399808,'ua'),(3273400320,'ru'),(3273408512,'sk'),(3273433088,'lu'),(3273433600,'ro'),(3273434112,'be'),(3273434624,'il'),(3273435136,'uk'),(3273435648,'pl'),(3273436160,'no'),(3273436672,'de'),(3273437184,'ro'),(3273437696,'pl'),(3273438208,'il'),(3273438720,'pl'),(3273439232,'ro'),(3273439744,'ua'),(3273440256,'ro'),(3273440768,'at'),(3273441280,'uk'),(3273449472,'ch'),(3273457664,'hr'),(3273523200,'de'),(3273588736,'it'),(3273687040,'de'),(3273719808,'eu'),(3273768960,'tr'),(3273785344,'ru'),(3273801728,'de'),(3273802240,'ro'),(3273802752,'sa'),(3273803264,'uk'),(3273803776,'ch'),(3273804288,'ua'),(3273804800,'ro'),(3273805312,'uk'),(3273805824,'pl'),(3273806336,'de'),(3273806848,'se'),(3273807360,'lu'),(3273807872,'ch'),(3273808384,'ua'),(3273808896,'uk'),(3273809408,'ua'),(3273809920,'bg'),(3273818112,'at'),(3273826304,'de'),(3273834496,'ru'),(3273835520,'ua'),(3273838592,'pl'),(3273839616,'lt'),(3273840640,'pl'),(3273841664,'at'),(3273842688,'ru'),(3273850880,'de'),(3273867264,'uk'),(3273867520,'ua'),(3273867776,'pt'),(3273868032,'de'),(3273868288,'ru'),(3273869312,'de'),(3273871360,'pl'),(3273871616,'lu'),(3273871872,'se'),(3273872384,'bg'),(3273872640,'il'),(3273872896,'se'),(3273873152,'de'),(3273873920,'uk'),(3273874432,'gr'),(3273875456,'eu'),(3273875712,'se'),(3273875968,'de'),(3273876224,'it'),(3273876480,'se'),(3273876992,'uk'),(3273877248,'de'),(3273877504,'uk'),(3273877536,'at'),(3273877568,'it'),(3273877760,'gr'),(3273878016,'uk'),(3273878272,'lv'),(3273878528,'de'),(3273879040,'eu'),(3273879552,'uk'),(3273880064,'lv'),(3273880576,'ru'),(3273881088,'ro'),(3273881344,'ch'),(3273881600,'uk'),(3273881856,'ch'),(3273882112,'si'),(3273882368,'uk'),(3273883136,'gr'),(3273883392,'nl'),(3273916416,'it'),(3273932800,'de'),(3273949184,'fr'),(3273981952,'de'),(3274047488,'eu'),(3274049536,'de'),(3274050560,'pl'),(3274051584,'ua'),(3274052352,'uk'),(3274053120,'kz'),(3274053376,'ru'),(3274053632,'uk'),(3274054656,'eu'),(3274055168,'mt'),(3274055424,'pl'),(3274055680,'ru'),(3274063872,'uk'),(3274072064,'hu'),(3274080256,'de'),(3274088448,'kg'),(3274096640,'nl'),(3274113024,'cz'),(3274145792,'kw'),(3274162176,'uk'),(3274162688,'eu'),(3274163200,'ua'),(3274163712,'bg'),(3274164224,'at'),(3274164736,'uk'),(3274165760,'ru'),(3274166272,'pl'),(3274166784,'ua'),(3274167296,'bg'),(3274167808,'ua'),(3274168320,'pl'),(3274169344,'de'),(3274169856,'nl'),(3274170368,'tr'),(3274170880,'uk'),(3274171392,'ru'),(3274171904,'de'),(3274172416,'ua'),(3274172928,'eu'),(3274173440,'gr'),(3274173952,'de'),(3274174464,'ua'),(3274175488,'uk'),(3274176000,'de'),(3274176512,'ua'),(3274177024,'eu'),(3274177536,'ua'),(3274178048,'nl'),(3274178560,'uk'),(3274244096,'dk'),(3274309632,'eu'),(3274326016,'ru'),(3274334720,'pl'),(3274335232,'de'),(3274335744,'ua'),(3274336256,'se'),(3274336768,'at'),(3274337280,'de'),(3274337792,'se'),(3274338304,'pl'),(3274338816,'de'),(3274339328,'ro'),(3274339840,'ru'),(3274340352,'de'),(3274340864,'ru'),(3274341376,'fr'),(3274341888,'ua'),(3274342400,'ro'),(3274342912,'ua'),(3274343424,'eu'),(3274343936,'nl'),(3274344448,'ua'),(3274344960,'ro'),(3274345472,'pl'),(3274345984,'bg'),(3274346496,'fr'),(3274347008,'ru'),(3274347520,'fr'),(3274348032,'dk'),(3274348544,'pl'),(3274349056,'ru'),(3274358784,'se'),(3274366976,'nl'),(3274368512,'at'),(3274368768,'uk'),(3274369024,'de'),(3274370048,'uk'),(3274371072,'nl'),(3274373376,'pl'),(3274373632,'uk'),(3274373888,'fr'),(3274374144,'de'),(3274375168,'eg'),(3274383360,'ru'),(3274384384,'se'),(3274385408,'ua'),(3274386432,'uk'),(3274389504,'ch'),(3274390528,'no'),(3274391552,'fr'),(3274392064,'pl'),(3274392576,'ru'),(3274393088,'ua'),(3274393600,'pl'),(3274394112,'am'),(3274394624,'eu'),(3274395136,'dk'),(3274395648,'cz'),(3274396160,'lv'),(3274396672,'pl'),(3274397184,'ee'),(3274397696,'de'),(3274398208,'ru'),(3274399232,'ua'),(3274399744,'lu'),(3274407936,'uk'),(3274408192,'it'),(3274408448,'uk'),(3274408704,'si'),(3274408960,'gr'),(3274409216,'si'),(3274409472,'uk'),(3274409728,'ru'),(3274409984,'lt'),(3274410240,'sa'),(3274410496,'nl'),(3274410752,'at'),(3274411008,'ch'),(3274411264,'de'),(3274411520,'pl'),(3274412032,'ru'),(3274412288,'no'),(3274412544,'ua'),(3274412800,'ru'),(3274413056,'ua'),(3274413312,'at'),(3274413568,'fr'),(3274413824,'se'),(3274414080,'at'),(3274414336,'ch'),(3274414592,'uk'),(3274414848,'ie'),(3274415104,'gr'),(3274415360,'uk'),(3274415616,'de'),(3274415872,'si'),(3274416128,'it'),(3274424320,'se'),(3274440704,'eu'),(3274506240,'it'),(3274571776,'gr'),(3274579968,'cz'),(3274580992,'nl'),(3274582016,'pl'),(3274583040,'de'),(3274584064,'uk'),(3274585088,'rs'),(3274586112,'cy'),(3274587136,'uk'),(3274588160,'sk'),(3274596352,'ru'),(3274604544,'tr'),(3274612736,'ru'),(3274620928,'fr'),(3274629120,'lu'),(3274637312,'cz'),(3274670080,'dk'),(3274686464,'ru'),(3274686720,'bg'),(3274686976,'ro'),(3274687232,'de'),(3274687488,'ru'),(3274687744,'si'),(3274688000,'uk'),(3274688256,'it'),(3274688512,'uk'),(3274688768,'pl'),(3274689024,'ua'),(3274689280,'pl'),(3274689536,'ru'),(3274689792,'se'),(3274690048,'uk'),(3274690304,'eu'),(3274690560,'gr'),(3274690816,'uk'),(3274691072,'dk'),(3274691328,'si'),(3274691584,'ua'),(3274691840,'si'),(3274692096,'ro'),(3274692352,'uk'),(3274692608,'dk'),(3274692864,'uk'),(3274693120,'lt'),(3274693376,'ua'),(3274693632,'nl'),(3274693888,'it'),(3274694144,'dk'),(3274694400,'uk'),(3274694656,'si'),(3274694912,'uk'),(3274695168,'si'),(3274695424,'pl'),(3274695680,'si'),(3274695936,'de'),(3274696192,'dk'),(3274696448,'ch'),(3274696704,'it'),(3274696960,'gr'),(3274697216,'sa'),(3274697472,'cz'),(3274697728,'uk'),(3274698240,'se'),(3274698496,'pl'),(3274698752,'uk'),(3274699008,'fr'),(3274699264,'ro'),(3274699776,'uk'),(3274700032,'ch'),(3274700288,'pl'),(3274700544,'dk'),(3274700800,'ua'),(3274701056,'uk'),(3274701312,'de'),(3274701568,'it'),(3274702080,'ua'),(3274702336,'se'),(3274702592,'kz'),(3274702848,'ch'),(3274801152,'ua'),(3274802176,'fr'),(3274803200,'de'),(3274804224,'fr'),(3274805248,'uk'),(3274806272,'ua'),(3274807296,'de'),(3274809344,'se'),(3274810368,'ua'),(3274811392,'ru'),(3274812416,'se'),(3274813440,'es'),(3274814464,'uk'),(3274815488,'ru'),(3274816512,'sk'),(3274817536,'ru'),(3274819584,'ua'),(3274821632,'kz'),(3274823680,'tr'),(3274825728,'de'),(3274829824,'se'),(3274831872,'ro'),(3274833920,'by'),(3274842112,'dk'),(3274850304,'uk'),(3274866688,'de'),(3274883072,'ee'),(3274891264,'ch'),(3274899456,'eu'),(3274964992,'de'),(3275030528,'es'),(3275096064,'ru'),(3275105280,'uk'),(3275105792,'nl'),(3275106304,'ru'),(3275106816,'ua'),(3275107328,'bg'),(3275107840,'pl'),(3275108352,'fr'),(3275108864,'pl'),(3275109376,'cz'),(3275109888,'de'),(3275110400,'nl'),(3275110912,'uk'),(3275111424,'it'),(3275111936,'fr'),(3275112448,'dk'),(3275120640,'se'),(3275137024,'ua'),(3275138048,'de'),(3275138560,'ua'),(3275139072,'pt'),(3275139584,'md'),(3275140096,'at'),(3275140608,'cz'),(3275141632,'ge'),(3275142144,'cz'),(3275142656,'se'),(3275143168,'pl'),(3275145216,'ru'),(3275153408,'uk'),(3275161600,'es'),(3275227136,'hu'),(3275292672,'es'),(3275358208,'ru'),(3275374592,'uk'),(3275382784,'se'),(3275390976,'uk'),(3275399168,'at'),(3275407360,'uk'),(3275415552,'ua'),(3275423744,'eu'),(3275489280,'uk'),(3275497472,'de'),(3275505664,'pl'),(3275506176,'ua'),(3275506688,'se'),(3275507200,'ua'),(3275507712,'ro'),(3275509760,'it'),(3275509856,'pl'),(3275509888,'am'),(3275509920,'pl'),(3275509952,'ch'),(3275509984,'pt'),(3275510016,'se'),(3275510080,'es'),(3275510144,'it'),(3275510336,'ie'),(3275510400,'nl'),(3275510464,'uk'),(3275510528,'pl'),(3275510560,'de'),(3275510624,'ee'),(3275510656,'fr'),(3275510784,'ru'),(3275510912,'uk'),(3275511168,'lv'),(3275511296,'uk'),(3275511552,'nl'),(3275511680,'uk'),(3275511808,'ch'),(3275512064,'cz'),(3275512192,'it'),(3275512320,'fi'),(3275512448,'dk'),(3275512576,'be'),(3275512704,'pl'),(3275512832,'se'),(3275512896,'at'),(3275512960,'pl'),(3275513024,'ua'),(3275513152,'es'),(3275513216,'ch'),(3275513280,'dk'),(3275513344,'pl'),(3275513472,'fr'),(3275513600,'pl'),(3275513728,'uk'),(3275513856,'de'),(3275522048,'it'),(3275530240,'dk'),(3275530752,'at'),(3275531264,'uk'),(3275531776,'ie'),(3275532288,'ch'),(3275532800,'eu'),(3275533312,'uk'),(3275533824,'ua'),(3275534336,'il'),(3275534848,'ro'),(3275535360,'de'),(3275535872,'se'),(3275536384,'ua'),(3275536896,'de'),(3275537408,'fr'),(3275537920,'it'),(3275538432,'uk'),(3275540480,'ua'),(3275542528,'de'),(3275543552,'nl'),(3275544576,'pl'),(3275545600,'eu'),(3275546624,'ua'),(3275547648,'ru'),(3275548672,'il'),(3275549696,'sy'),(3275550720,'pl'),(3275551744,'ru'),(3275552768,'lv'),(3275553792,'fi'),(3275554816,'eu'),(3275620352,'ru'),(3275622400,'uk'),(3275623424,'pl'),(3275623936,'ua'),(3275624448,'sk'),(3275624960,'il'),(3275625472,'de'),(3275625984,'bg'),(3275626496,'ua'),(3275627008,'at'),(3275627520,'uk'),(3275628032,'il'),(3275628544,'ru'),(3275629568,'ua'),(3275630080,'nl'),(3275630592,'pl'),(3275631104,'fr'),(3275631616,'de'),(3275632128,'ru'),(3275632640,'ua'),(3275633152,'fr'),(3275633664,'ua'),(3275634176,'ru'),(3275634688,'ro'),(3275635200,'ru'),(3275636736,'pl'),(3275637248,'uk'),(3275637760,'be'),(3275638272,'ru'),(3275638784,'fr'),(3275639296,'eu'),(3275639808,'se'),(3275640320,'ru'),(3275640832,'de'),(3275641344,'nl'),(3275641856,'at'),(3275642368,'ru'),(3275642880,'ro'),(3275643392,'be'),(3275643904,'ua'),(3275644416,'ro'),(3275644928,'de'),(3275653120,'lv'),(3275661312,'it'),(3275669504,'uk'),(3275677696,'it'),(3275685888,'de'),(3275751424,'at'),(3275759616,'nl'),(3275776000,'de'),(3275784192,'ro'),(3275784704,'pl'),(3275785216,'ro'),(3275785728,'ch'),(3275786240,'ua'),(3275786752,'ch'),(3275787264,'ua'),(3275788288,'se'),(3275788800,'at'),(3275789312,'ua'),(3275789824,'pl'),(3275790336,'ro'),(3275790848,'dk'),(3275791360,'ru'),(3275791872,'pl'),(3275792384,'bg'),(3275792896,'ua'),(3275793408,'fr'),(3275793920,'ua'),(3275794432,'it'),(3275794944,'rs'),(3275795456,'gr'),(3275795968,'pl'),(3275796480,'de'),(3275796992,'ro'),(3275797504,'de'),(3275798016,'cz'),(3275798528,'ua'),(3275799040,'uk'),(3275799552,'it'),(3275800064,'ua'),(3275800576,'ru'),(3275808768,'ua'),(3275816960,'ch'),(3275882496,'de'),(3275884544,'it'),(3275886592,'pl'),(3275888640,'uk'),(3275890688,'se'),(3275898880,'lv'),(3275899136,'ua'),(3275899648,'pl'),(3275900160,'si'),(3275900416,'uk'),(3275900672,'ru'),(3275901184,'pl'),(3275901440,'de'),(3275901696,'se'),(3275901952,'de'),(3275902208,'ru'),(3275902720,'ua'),(3275902976,'fr'),(3275903232,'uk'),(3275903488,'de'),(3275904000,'ru'),(3275904256,'ch'),(3275904512,'pl'),(3275904768,'ru'),(3275905024,'pl'),(3275905280,'cz'),(3275905536,'nl'),(3275905792,'at'),(3275906304,'ua'),(3275906560,'se'),(3275907072,'ru'),(3275907328,'uk'),(3275907584,'pl'),(3275907840,'de'),(3275908096,'sa'),(3275908352,'se'),(3275908608,'de'),(3275908864,'pl'),(3275909120,'ru'),(3275909376,'ua'),(3275909632,'eu'),(3275909888,'si'),(3275910144,'ru'),(3275910400,'dk'),(3275910656,'ch'),(3275910912,'de'),(3275911168,'fr'),(3275911424,'ro'),(3275911680,'ua'),(3275911936,'nl'),(3275912192,'pl'),(3275912448,'ua'),(3275912704,'il'),(3275912960,'fr'),(3275913216,'ua'),(3275913472,'de'),(3275913984,'ch'),(3275914240,'ro'),(3275914496,'bg'),(3275914752,'ru'),(3275915008,'pt'),(3275915264,'fr'),(3275915776,'se'),(3275916288,'nl'),(3275917312,'ua'),(3275918848,'ro'),(3275919360,'pl'),(3275919872,'cz'),(3275920384,'uk'),(3275920896,'es'),(3275921408,'ua'),(3275921920,'de'),(3275922432,'ru'),(3275922944,'gr'),(3275923456,'me'),(3275931648,'ua'),(3275939840,'uk'),(3275948032,'se'),(3276013568,'uk'),(3276046336,'ru'),(3276062720,'pl'),(3276063232,'fr'),(3276063744,'ua'),(3276064256,'de'),(3276064768,'bg'),(3276065280,'ua'),(3276065792,'de'),(3276066304,'uk'),(3276066816,'ps'),(3276067328,'ru'),(3276067840,'at'),(3276068352,'bg'),(3276068864,'ua'),(3276069888,'uk'),(3276070400,'ua'),(3276070912,'uk'),(3276071424,'pl'),(3276071936,'uk'),(3276072448,'sk'),(3276072960,'pl'),(3276073472,'sk'),(3276073984,'eu'),(3276074496,'uk'),(3276075008,'ru'),(3276075520,'de'),(3276076032,'uk'),(3276076544,'de'),(3276077056,'ua'),(3276077568,'fr'),(3276078080,'ru'),(3276078592,'uk'),(3276079104,'no'),(3276095488,'ua'),(3276096512,'it'),(3276097536,'nl'),(3276098560,'ua'),(3276099584,'pl'),(3276100608,'ua'),(3276101632,'lv'),(3276102656,'uk'),(3276103680,'si'),(3276104704,'ua'),(3276105728,'at'),(3276106752,'bg'),(3276107776,'de'),(3276108800,'se'),(3276109824,'bg'),(3276110848,'pl'),(3276111872,'dk'),(3276112896,'ua'),(3276114944,'cy'),(3276115968,'nl'),(3276116992,'ru'),(3276118016,'uk'),(3276119040,'ru'),(3276120064,'cy'),(3276121088,'bg'),(3276122112,'ru'),(3276123136,'at'),(3276124160,'ua'),(3276125184,'at'),(3276126208,'cy'),(3276127232,'ua'),(3276128256,'at'),(3276129280,'ua'),(3276131328,'dk'),(3276133376,'uk'),(3276134400,'ru'),(3276135424,'cy'),(3276136448,'pl'),(3276137472,'ua'),(3276138496,'nl'),(3276139520,'il'),(3276140544,'uk'),(3276141568,'ua'),(3276142592,'cy'),(3276144640,'ch'),(3276152832,'hu'),(3276161024,'uk'),(3276169216,'at'),(3276177408,'cz'),(3276185600,'no'),(3276193792,'ru'),(3276201984,'at'),(3276210176,'de'),(3276275712,'sk'),(3276283904,'uk'),(3276300288,'de'),(3276304384,'bg'),(3276304640,'uk'),(3276305408,'il'),(3276308480,'uk'),(3276309504,'at'),(3276310528,'pt'),(3276311552,'ru'),(3276312576,'ua'),(3276313600,'pl'),(3276314624,'fr'),(3276315648,'ua'),(3276316672,'uk'),(3276324864,'it'),(3276333056,'ru'),(3276341248,'nl'),(3276406784,'fi'),(3276414976,'dk'),(3276416000,'se'),(3276417024,'eu'),(3276418048,'de'),(3276419072,'pl'),(3276420096,'uk'),(3276421120,'pl'),(3276422144,'uk'),(3276422656,'ru'),(3276423168,'pl'),(3276423424,'nl'),(3276423680,'se'),(3276423936,'ua'),(3276424192,'uk'),(3276424448,'pl'),(3276424704,'de'),(3276424960,'ro'),(3276425216,'ua'),(3276425472,'de'),(3276425728,'ru'),(3276425984,'it'),(3276426240,'dk'),(3276426752,'ro'),(3276427008,'pl'),(3276427264,'eu'),(3276427520,'it'),(3276427776,'ru'),(3276428032,'eu'),(3276428288,'ru'),(3276428544,'bg'),(3276428800,'de'),(3276429056,'nl'),(3276429312,'ru'),(3276430080,'pl'),(3276430592,'uk'),(3276430848,'de'),(3276431104,'ru'),(3276431360,'uk'),(3276447744,'de'),(3276455936,'be'),(3276464128,'gr'),(3276472320,'eu'),(3276537856,'es'),(3276668928,'mc'),(3276677120,'hr'),(3276678144,'se'),(3276678656,'ua'),(3276679168,'de'),(3276679680,'ro'),(3276680192,'sk'),(3276680704,'at'),(3276681216,'pl'),(3276681728,'uk'),(3276682240,'at'),(3276682752,'uk'),(3276683264,'ua'),(3276684288,'ru'),(3276684800,'de'),(3276685312,'ro'),(3276685824,'pl'),(3276686336,'ua'),(3276686848,'fi'),(3276687360,'ua'),(3276687872,'kw'),(3276688384,'de'),(3276688896,'eu'),(3276689408,'uk'),(3276690432,'nl'),(3276690944,'gr'),(3276691456,'ro'),(3276691968,'ru'),(3276692480,'ua'),(3276692992,'uk'),(3276693504,'ua'),(3276694016,'at'),(3276694528,'ua'),(3276695040,'ru'),(3276695552,'cz'),(3276696064,'ro'),(3276696576,'cz'),(3276697088,'uk'),(3276697600,'ua'),(3276698112,'cz'),(3276698624,'ru'),(3276700160,'ua'),(3276700672,'ro'),(3276701184,'ru'),(3276701696,'se'),(3276709888,'de'),(3276718080,'it'),(3276726272,'de'),(3276727296,'es'),(3276728320,'ua'),(3276729344,'pl'),(3276730368,'ch'),(3276731392,'ua'),(3276732416,'de'),(3276733440,'ua'),(3276734464,'eu'),(3276800000,'uk'),(3276816384,'eu'),(3276824576,'ee'),(3276832768,'uk'),(3276836864,'ru'),(3276837888,'de'),(3276838912,'fr'),(3276840960,'sk'),(3276849152,'de'),(3276857344,'ru'),(3276857600,'si'),(3276857856,'nl'),(3276858112,'kw'),(3276858368,'ru'),(3276858624,'pl'),(3276858880,'de'),(3276859136,'ua'),(3276859648,'ch'),(3276859904,'at'),(3276860160,'eu'),(3276860416,'pl'),(3276860928,'uk'),(3276861184,'de'),(3276861440,'dk'),(3276865536,'uk'),(3276931072,'kz'),(3276939264,'de'),(3276955648,'uk'),(3276963840,'il'),(3276964352,'ro'),(3276965376,'ru'),(3276965888,'ua'),(3276966400,'bh'),(3276966912,'cz'),(3276967424,'ru'),(3276968960,'ro'),(3276969472,'ua'),(3276969984,'de'),(3276970496,'ru'),(3276971520,'de'),(3276972032,'pl'),(3276980224,'dk'),(3276988416,'at'),(3276996608,'fr'),(3277062144,'se'),(3277127680,'dk'),(3277160448,'nl'),(3277176832,'si'),(3277177088,'uk'),(3277177344,'ro'),(3277177600,'pl'),(3277178112,'ua'),(3277178624,'pl'),(3277178880,'es'),(3277179136,'ro'),(3277179392,'de'),(3277179648,'be'),(3277180160,'eu'),(3277180416,'uk'),(3277180672,'de'),(3277180928,'uk'),(3277181184,'pl'),(3277181440,'de'),(3277181696,'ro'),(3277181952,'it'),(3277182208,'ru'),(3277182464,'ua'),(3277182720,'bg'),(3277182976,'ua'),(3277183232,'de'),(3277183488,'dk'),(3277183744,'cy'),(3277184000,'de'),(3277184256,'pt'),(3277184512,'de'),(3277184768,'ua'),(3277185024,'sa'),(3277185280,'ru'),(3277185536,'de'),(3277185792,'pl'),(3277186048,'it'),(3277186304,'eu'),(3277186560,'pl'),(3277186816,'ru'),(3277187072,'uk'),(3277187328,'ua'),(3277187584,'ru'),(3277188352,'uk'),(3277188608,'ru'),(3277188864,'ro'),(3277189120,'de'),(3277189376,'pl'),(3277189632,'tr'),(3277189888,'pl'),(3277190144,'se'),(3277190400,'uk'),(3277190656,'nl'),(3277190912,'uk'),(3277191168,'dk'),(3277191424,'pl'),(3277191680,'ua'),(3277191936,'dk'),(3277192192,'pl'),(3277192448,'dk'),(3277192704,'de'),(3277192960,'tr'),(3277193216,'nl'),(3277258752,'tr'),(3277324288,'ru'),(3277325312,'cz'),(3277325824,'it'),(3277326336,'uk'),(3277326848,'at'),(3277327360,'rs'),(3277327872,'ua'),(3277328384,'ru'),(3277328896,'nl'),(3277329408,'uk'),(3277329920,'cz'),(3277330432,'ro'),(3277330944,'ua'),(3277331456,'pl'),(3277332480,'nl'),(3277332992,'at'),(3277333504,'dk'),(3277334016,'ro'),(3277334528,'ru'),(3277335040,'ua'),(3277335552,'de'),(3277336064,'hr'),(3277336576,'at'),(3277337088,'pl'),(3277337600,'ua'),(3277338112,'no'),(3277338624,'ru'),(3277339648,'ro'),(3277340160,'ru'),(3277340672,'ro'),(3277341184,'am'),(3277341696,'ru'),(3277342208,'uk'),(3277342720,'ua'),(3277343232,'bg'),(3277343744,'ua'),(3277344256,'cz'),(3277344768,'eu'),(3277345280,'si'),(3277345792,'fr'),(3277346304,'uk'),(3277346816,'de'),(3277347328,'pl'),(3277347840,'ru'),(3277348352,'fr'),(3277348864,'ro'),(3277349888,'uk'),(3277350400,'ru'),(3277351424,'no'),(3277351936,'de'),(3277352448,'se'),(3277352960,'ua'),(3277353472,'pl'),(3277353984,'de'),(3277354496,'uk'),(3277355008,'ru'),(3277355520,'mk'),(3277356032,'ua'),(3277356544,'ru'),(3277357056,'pl'),(3277357568,'se'),(3277358080,'ru'),(3277359104,'nl'),(3277359616,'cz'),(3277360128,'bg'),(3277360640,'cz'),(3277361152,'uk'),(3277361664,'ru'),(3277362176,'cz'),(3277362688,'uk'),(3277363200,'es'),(3277363712,'ru'),(3277364224,'uk'),(3277364736,'ua'),(3277365248,'nl'),(3277365760,'gr'),(3277366272,'cz'),(3277366784,'at'),(3277367296,'pl'),(3277367808,'ru'),(3277368320,'ro'),(3277369344,'cy'),(3277369856,'ru'),(3277370368,'uk'),(3277370880,'ro'),(3277371392,'ru'),(3277371904,'pl'),(3277372928,'ru'),(3277373952,'eu'),(3277374464,'ru'),(3277376000,'nl'),(3277376512,'ro'),(3277377024,'ru'),(3277378560,'hr'),(3277379072,'cz'),(3277379584,'rs'),(3277380096,'ro'),(3277380608,'ru'),(3277381120,'kw'),(3277381632,'ru'),(3277382144,'ua'),(3277382656,'uk'),(3277383168,'ua'),(3277383680,'pl'),(3277384192,'il'),(3277384704,'uk'),(3277385216,'at'),(3277385728,'ru'),(3277386240,'ua'),(3277386752,'sa'),(3277387264,'ru'),(3277388288,'uk'),(3277388800,'cz'),(3277389312,'am'),(3277389824,'eu'),(3277455360,'de'),(3277463552,'eu'),(3277479936,'uk'),(3277480960,'dk'),(3277481472,'pl'),(3277481984,'se'),(3277482496,'pl'),(3277483008,'it'),(3277483520,'ro'),(3277484032,'ch'),(3277484544,'ro'),(3277485056,'ch'),(3277485568,'uk'),(3277486592,'ua'),(3277487104,'ro'),(3277487616,'pl'),(3277488128,'ru'),(3277504512,'de'),(3277520896,'sk'),(3277553664,'ru'),(3277586432,'eu'),(3277684736,'ua'),(3277685248,'de'),(3277685760,'ie'),(3277686272,'pl'),(3277686784,'ro'),(3277687296,'ua'),(3277687808,'ro'),(3277688320,'pl'),(3277689344,'at'),(3277689856,'ru'),(3277691392,'ua'),(3277691904,'uk'),(3277692416,'de'),(3277692928,'ua'),(3277693440,'pl'),(3277693952,'ru'),(3277694464,'de'),(3277694976,'it'),(3277695488,'es'),(3277696000,'ua'),(3277696512,'at'),(3277697024,'ro'),(3277697536,'pl'),(3277698048,'ru'),(3277698560,'de'),(3277699072,'ua'),(3277699584,'ru'),(3277700096,'ua'),(3277701120,'dk'),(3277701632,'at'),(3277702144,'uk'),(3277702656,'ro'),(3277703168,'de'),(3277703680,'pl'),(3277704192,'ua'),(3277704704,'ru'),(3277705216,'ua'),(3277705728,'es'),(3277706240,'ua'),(3277707264,'cz'),(3277707776,'md'),(3277708288,'at'),(3277708800,'pl'),(3277709312,'nl'),(3277709824,'uk'),(3277710336,'ru'),(3277710848,'pl'),(3277711360,'no'),(3277711872,'il'),(3277712896,'nl'),(3277713408,'ru'),(3277713920,'de'),(3277714944,'ru'),(3277715968,'pl'),(3277716480,'se'),(3277716992,'it'),(3277717504,'ye'),(3277725696,'uk'),(3277733888,'de'),(3277742080,'fi'),(3277750272,'it'),(3277766656,'pl'),(3277774848,'ru'),(3277783040,'be'),(3277815808,'ro'),(3277816064,'pl'),(3277816320,'uk'),(3277816832,'ch'),(3277817088,'uk'),(3277817344,'fr'),(3277817856,'be'),(3277818112,'de'),(3277818368,'cy'),(3277818624,'ua'),(3277818880,'se'),(3277819136,'ch'),(3277819392,'it'),(3277819648,'se'),(3277819904,'pl'),(3277820160,'ro'),(3277820416,'de'),(3277820672,'ua'),(3277820928,'ch'),(3277821184,'tr'),(3277821440,'nl'),(3277821696,'ua'),(3277821952,'ro'),(3277822208,'es'),(3277822464,'pl'),(3277822720,'cz'),(3277822976,'fr'),(3277823232,'ua'),(3277823488,'si'),(3277823744,'ua'),(3277824000,'tr'),(3277824256,'si'),(3277824512,'ua'),(3277824768,'at'),(3277825024,'pl'),(3277825280,'ua'),(3277825536,'ro'),(3277826048,'fr'),(3277826304,'pl'),(3277826816,'ua'),(3277827072,'dk'),(3277827328,'si'),(3277827584,'nl'),(3277828096,'uk'),(3277828352,'nl'),(3277828608,'ro'),(3277828864,'tr'),(3277829120,'ro'),(3277829376,'dk'),(3277829632,'pl'),(3277829888,'il'),(3277830144,'se'),(3277830400,'ua'),(3277830656,'pl'),(3277830912,'uk'),(3277831168,'pl'),(3277831424,'ua'),(3277831680,'ie'),(3277832192,'eu'),(3277833216,'be'),(3277833728,'nl'),(3277834240,'ru'),(3277835264,'sk'),(3277835776,'ua'),(3277836288,'fi'),(3277836800,'ua'),(3277837312,'ru'),(3277838848,'by'),(3277839360,'de'),(3277839872,'ua'),(3277840384,'uk'),(3277840896,'gr'),(3277841408,'ro'),(3277842432,'ua'),(3277842944,'pl'),(3277843456,'pt'),(3277843968,'dk'),(3277845504,'nl'),(3277847040,'dk'),(3277847552,'ru'),(3277848064,'ro'),(3277848576,'at'),(3277856768,'de'),(3277864960,'ru'),(3277873152,'nl'),(3277881344,'it'),(3277889536,'ru'),(3277897728,'it'),(3277905920,'bg'),(3277914112,'gr'),(3277946880,'dk'),(3277963264,'uk'),(3277979648,'sk'),(3277987840,'ru'),(3278004224,'fr'),(3278012416,'sk'),(3278020608,'ru'),(3278028800,'de'),(3278036992,'fr'),(3278045184,'uk'),(3278110720,'se'),(3278176256,'fr'),(3278241792,'uk'),(3278307328,'it'),(3278372864,'uk'),(3278635008,'nl'),(3278766080,'ro'),(3278766592,'ru'),(3278767104,'ro'),(3278767616,'ua'),(3278768128,'uk'),(3278769152,'fr'),(3278769664,'de'),(3278770176,'dk'),(3278770688,'de'),(3278771200,'uk'),(3278771712,'nl'),(3278772224,'bg'),(3278772736,'de'),(3278773248,'no'),(3278773760,'fr'),(3278774272,'ru'),(3278775296,'uk'),(3278775808,'ir'),(3278776320,'il'),(3278776832,'de'),(3278777344,'se'),(3278777856,'ru'),(3278778368,'pl'),(3278779392,'ru'),(3278779904,'be'),(3278780416,'ua'),(3278780928,'lt'),(3278781440,'de'),(3278781952,'ru'),(3278782464,'uk'),(3278790656,'it'),(3278807040,'uk'),(3278815232,'at'),(3278823424,'fr'),(3278831616,'hu'),(3278897152,'uk'),(3278913536,'ch'),(3278921728,'ru'),(3278929920,'tr'),(3278938112,'de'),(3278946304,'lb'),(3278954496,'ru'),(3278962688,'cz'),(3279028224,'pl'),(3279028736,'ru'),(3279029248,'pl'),(3279029760,'ua'),(3279030272,'ru'),(3279030784,'de'),(3279031296,'nl'),(3279031808,'ro'),(3279032320,'hu'),(3279032832,'fr'),(3279033344,'ru'),(3279033856,'de'),(3279034368,'fr'),(3279035392,'ps'),(3279035904,'ua'),(3279036416,'lv'),(3279044608,'fr'),(3279052800,'ua'),(3279053312,'de'),(3279053824,'nl'),(3279054336,'uk'),(3279054848,'pl'),(3279055360,'sa'),(3279055872,'tr'),(3279056384,'uk'),(3279056896,'bg'),(3279057408,'se'),(3279057920,'ro'),(3279058432,'ru'),(3279058944,'ua'),(3279059456,'ru'),(3279060480,'pl'),(3279060992,'ua'),(3279069184,'pl'),(3279077376,'es'),(3279085568,'nl'),(3279093760,'fr'),(3279159296,'pl'),(3279290368,'eu'),(3279421440,'it'),(3279486976,'nl'),(3279552512,'lv'),(3279560704,'uk'),(3279568896,'it'),(3279577088,'be'),(3279585280,'uk'),(3279601664,'cz'),(3279609856,'ru'),(3279618048,'ua'),(3279683584,'de'),(3279946752,'se'),(3279947776,'de'),(3279948800,'uk'),(3279949824,'ua'),(3279950848,'de'),(3279951872,'cy'),(3279952896,'pl'),(3279953920,'tr'),(3279955968,'de'),(3279958016,'ru'),(3279972352,'at'),(3279974400,'pl'),(3279976448,'ru'),(3279986688,'de'),(3279987200,'ru'),(3279987712,'ro'),(3279988224,'cz'),(3279988736,'ro'),(3279989248,'at'),(3279989760,'pl'),(3279990272,'dk'),(3279990784,'il'),(3279991296,'ua'),(3279991808,'pl'),(3279992320,'md'),(3279992832,'be'),(3279993344,'nl'),(3279993856,'ro'),(3279994368,'uk'),(3279994880,'cz'),(3280003072,'bg'),(3280003584,'ua'),(3280004096,'pl'),(3280004608,'ua'),(3280005120,'hu'),(3280005632,'it'),(3280006144,'eu'),(3280006656,'uk'),(3280007168,'se'),(3280007680,'pl'),(3280008192,'ru'),(3280009216,'ua'),(3280009728,'uk'),(3280010240,'ua'),(3280010752,'tr'),(3280011264,'eu'),(3280076800,'uk'),(3280084992,'ba'),(3280093184,'gr'),(3280109568,'be'),(3280117760,'ch'),(3280125952,'de'),(3280126208,'is'),(3280126464,'si'),(3280126720,'it'),(3280126976,'ch'),(3280127232,'pl'),(3280127488,'at'),(3280127744,'nl'),(3280128000,'se'),(3280128256,'uk'),(3280128512,'hu'),(3280129024,'ua'),(3280129280,'lv'),(3280129536,'sa'),(3280129792,'fr'),(3280130048,'ua'),(3280130304,'ru'),(3280130560,'uk'),(3280130816,'is'),(3280131072,'pl'),(3280131328,'it'),(3280131584,'ru'),(3280131840,'de'),(3280132096,'ru'),(3280132352,'uk'),(3280132608,'ch'),(3280132864,'ua'),(3280133120,'it'),(3280133376,'de'),(3280133632,'fr'),(3280133888,'nl'),(3280134144,'it'),(3280142336,'ru'),(3280207872,'fr'),(3280273408,'ru'),(3280338944,'uk'),(3280347136,'no'),(3280355328,'gr'),(3280371712,'ch'),(3280379904,'fr'),(3280388096,'uk'),(3280396288,'fi'),(3280404480,'it'),(3280437248,'de'),(3280453632,'ro'),(3280454656,'ua'),(3280455680,'it'),(3280456704,'ru'),(3280457728,'uk'),(3280458752,'ru'),(3280459776,'dk'),(3280460800,'de'),(3280462848,'dk'),(3280463872,'ru'),(3280465920,'cz'),(3280466944,'ua'),(3280467968,'uk'),(3280468992,'cy'),(3280470016,'pl'),(3280535552,'uk'),(3280568320,'it'),(3280576512,'ru'),(3280576768,'pl'),(3280577280,'de'),(3280577536,'il'),(3280577792,'nl'),(3280578048,'ro'),(3280578304,'ua'),(3280578560,'pl'),(3280578816,'nl'),(3280579072,'de'),(3280579328,'ru'),(3280579584,'ch'),(3280579840,'hr'),(3280580096,'kw'),(3280580352,'ch'),(3280580608,'uk'),(3280580864,'de'),(3280581120,'dk'),(3280581376,'eu'),(3280581632,'by'),(3280581888,'eu'),(3280582144,'cz'),(3280582400,'dk'),(3280582656,'fr'),(3280582912,'ua'),(3280583168,'ro'),(3280583424,'ru'),(3280583680,'ps'),(3280583936,'pl'),(3280584192,'ro'),(3280584448,'de'),(3280584704,'ua'),(3280585216,'dk'),(3280585728,'ua'),(3280586240,'eu'),(3280586752,'ru'),(3280587264,'ua'),(3280587776,'ro'),(3280588288,'ua'),(3280588800,'pl'),(3280589312,'de'),(3280590336,'nl'),(3280590848,'de'),(3280591360,'uk'),(3280592384,'tr'),(3280592896,'de'),(3280593408,'ua'),(3280593920,'lu'),(3280594432,'nl'),(3280594944,'ua'),(3280595456,'de'),(3280595968,'dk'),(3280596480,'at'),(3280596992,'ua'),(3280597504,'fr'),(3280598016,'ua'),(3280598528,'pl'),(3280599040,'eu'),(3280599552,'ua'),(3280600064,'bg'),(3280600576,'uk'),(3280601088,'pt'),(3280609280,'de'),(3280617472,'ua'),(3280625664,'md'),(3280633856,'bg'),(3280642048,'ua'),(3280650240,'ro'),(3280650496,'ua'),(3280650752,'uk'),(3280651264,'si'),(3280651520,'fr'),(3280651776,'ua'),(3280652032,'no'),(3280652288,'pl'),(3280652544,'si'),(3280652800,'eu'),(3280653056,'ch'),(3280653312,'uk'),(3280653824,'ru'),(3280654080,'ch'),(3280654336,'pl'),(3280654592,'es'),(3280654848,'ru'),(3280655104,'pl'),(3280655360,'uk'),(3280655616,'fi'),(3280655872,'ro'),(3280656128,'ch'),(3280656640,'ua'),(3280657408,'ru'),(3280657664,'se'),(3280657920,'tr'),(3280658176,'de'),(3280658432,'uk'),(3280666624,'no'),(3280732160,'de'),(3280764928,'ru'),(3280765952,'dk'),(3280766976,'at'),(3280768000,'uk'),(3280770048,'fr'),(3280771072,'pl'),(3280772096,'eu'),(3280773120,'cy'),(3280774144,'me'),(3280775168,'ua'),(3280776192,'se'),(3280777216,'cy'),(3280778240,'ru'),(3280779264,'de'),(3280780288,'pl'),(3280781312,'fi'),(3280782336,'tr'),(3280783360,'se'),(3280784384,'ru'),(3280785408,'de'),(3280786432,'at'),(3280787456,'uk'),(3280788480,'pl'),(3280789504,'ua'),(3280791552,'de'),(3280792576,'pl'),(3280793600,'nl'),(3280794624,'ua'),(3280795648,'uk'),(3280796672,'cz'),(3280797696,'ch'),(3280863232,'tr'),(3280928768,'uk'),(3280994560,'ru'),(3280994816,'nl'),(3280995072,'de'),(3280995328,'se'),(3280995584,'uk'),(3280995840,'ru'),(3280996096,'ch'),(3280996352,'uk'),(3280996608,'pl'),(3280996864,'nl'),(3280997120,'fr'),(3280997376,'be'),(3280997632,'se'),(3280997888,'ua'),(3280998144,'de'),(3280998400,'gr'),(3280998656,'uk'),(3280999424,'hu'),(3280999680,'ua'),(3280999936,'uk'),(3281000448,'fr'),(3281000704,'ua'),(3281000960,'si'),(3281001216,'ro'),(3281001472,'ua'),(3281001728,'ru'),(3281001984,'ch'),(3281002240,'de'),(3281002496,'ch'),(3281010688,'be'),(3281018880,'cz'),(3281027072,'eu'),(3281035264,'ch'),(3281043456,'ru'),(3281059840,'de'),(3281125376,'sk'),(3281133568,'ir'),(3281141760,'ru'),(3281149952,'cz'),(3281158144,'sk'),(3281166336,'uk'),(3281174528,'fr'),(3281190912,'uk'),(3281256448,'fi'),(3281321984,'uk'),(3281338368,'pl'),(3281338624,'sa'),(3281338880,'eu'),(3281339136,'ro'),(3281339392,'pl'),(3281339648,'uk'),(3281339904,'ua'),(3281340160,'sa'),(3281340416,'ro'),(3281340928,'de'),(3281341184,'at'),(3281341440,'de'),(3281341696,'pl'),(3281341952,'dk'),(3281342208,'uk'),(3281342464,'de'),(3281343232,'fi'),(3281343488,'uk'),(3281343744,'tr'),(3281344000,'pl'),(3281344256,'ru'),(3281344512,'ua'),(3281344768,'ru'),(3281345024,'ua'),(3281345280,'sa'),(3281345536,'ch'),(3281345792,'ru'),(3281346048,'si'),(3281346304,'pl'),(3281346560,'ru'),(3281346816,'de'),(3281347072,'pl'),(3281347328,'de'),(3281347584,'pl'),(3281347840,'se'),(3281348096,'de'),(3281348352,'uk'),(3281348608,'ru'),(3281349120,'uk'),(3281349376,'nl'),(3281349632,'ua'),(3281350144,'ru'),(3281350656,'ua'),(3281350912,'uk'),(3281351168,'ua'),(3281351424,'at'),(3281351680,'tr'),(3281351936,'de'),(3281352192,'pl'),(3281352448,'ro'),(3281352704,'de'),(3281352960,'uk'),(3281353216,'de'),(3281353472,'se'),(3281353728,'pl'),(3281353984,'ua'),(3281354240,'uk'),(3281373184,'ru'),(3281375232,'es'),(3281377280,'at'),(3281379328,'pl'),(3281383424,'de'),(3281385472,'bg'),(3281387520,'pl'),(3281453056,'ru'),(3281518592,'uk'),(3281649664,'fr'),(3281715200,'tr'),(3281780736,'fi'),(3281846272,'uk'),(3281911808,'uz'),(3281920000,'de'),(3281928192,'mt'),(3281944576,'de'),(3281960960,'jo'),(3281969152,'ua'),(3281969664,'pl'),(3281970176,'ru'),(3281970688,'ch'),(3281971200,'ru'),(3281971712,'ro'),(3281972224,'de'),(3281972736,'ru'),(3281973248,'fr'),(3281973760,'dk'),(3281974272,'ru'),(3281974784,'pl'),(3281975296,'ru'),(3281976320,'de'),(3281976832,'ru'),(3281977344,'no'),(3282042880,'ch'),(3282083840,'de'),(3282084352,'ro'),(3282084864,'ru'),(3282085376,'be'),(3282085888,'de'),(3282086400,'lv'),(3282086912,'de'),(3282087424,'pl'),(3282087936,'se'),(3282088448,'pl'),(3282089472,'sk'),(3282089984,'pl'),(3282090496,'uk'),(3282091008,'fr'),(3282091520,'ch'),(3282092032,'ua'),(3282093056,'de'),(3282094080,'uk'),(3282095104,'ua'),(3282096128,'se'),(3282097152,'uk'),(3282098176,'de'),(3282099200,'ua'),(3282100224,'eu'),(3282101248,'de'),(3282102272,'ua'),(3282103296,'uk'),(3282104320,'il'),(3282105344,'cz'),(3282106368,'de'),(3282107392,'eu'),(3282108416,'ru'),(3282173952,'ua'),(3282174464,'uk'),(3282174976,'ru'),(3282175488,'cz'),(3282176000,'ru'),(3282177024,'uk'),(3282177536,'ru'),(3282178048,'pl'),(3282178560,'es'),(3282179072,'uk'),(3282179584,'ru'),(3282180096,'pl'),(3282180608,'kz'),(3282181120,'uk'),(3282181632,'de'),(3282182144,'ru'),(3282194432,'ua'),(3282195456,'ie'),(3282196480,'ua'),(3282197504,'ru'),(3282198528,'uk'),(3282206720,'ch'),(3282223104,'be'),(3282231296,'de'),(3282239488,'se'),(3282305024,'pl'),(3282370560,'fi'),(3282436096,'uk'),(3282477056,'ru'),(3282485248,'gi'),(3282501632,'gr'),(3282534400,'uk'),(3282550784,'fr'),(3282554880,'de'),(3282558976,'fr'),(3282563072,'uk'),(3282567168,'sk'),(3282632704,'nl'),(3282698240,'gr'),(3282706432,'ru'),(3282714624,'at'),(3282722816,'de'),(3282731008,'fi'),(3282739200,'ch'),(3282739456,'ro'),(3282739712,'fr'),(3282739968,'ir'),(3282740224,'uk'),(3282740480,'at'),(3282740736,'bg'),(3282740992,'de'),(3282741248,'pt'),(3282741504,'uk'),(3282741760,'hu'),(3282742016,'ro'),(3282742528,'uk'),(3282742784,'cz'),(3282743040,'ch'),(3282743296,'cy'),(3282743552,'si'),(3282743808,'ua'),(3282744320,'sa'),(3282744576,'lt'),(3282744832,'pl'),(3282745088,'hu'),(3282745600,'de'),(3282746112,'se'),(3282746368,'pl'),(3282746624,'se'),(3282746880,'ro'),(3282747136,'pl'),(3282747392,'ru'),(3282763776,'uk'),(3282960384,'tr'),(3283091456,'ch'),(3283156992,'de'),(3283173376,'pl'),(3283174400,'ua'),(3283176448,'eu'),(3283177472,'uk'),(3283178496,'pl'),(3283179520,'lu'),(3283180544,'ua'),(3283181568,'no'),(3283182592,'pl'),(3283183616,'cz'),(3283184640,'il'),(3283185664,'ua'),(3283187712,'ru'),(3283188736,'ua'),(3283189760,'de'),(3283206144,'uk'),(3283206656,'sa'),(3283207168,'pl'),(3283207680,'at'),(3283208192,'de'),(3283208704,'no'),(3283209216,'ru'),(3283209728,'tr'),(3283210240,'ua'),(3283210752,'pl'),(3283211264,'uk'),(3283211776,'nl'),(3283212288,'ru'),(3283212800,'bg'),(3283213312,'es'),(3283213824,'ua'),(3283214336,'ro'),(3283214848,'ru'),(3283215360,'uk'),(3283215872,'tr'),(3283216384,'eu'),(3283216896,'ch'),(3283217408,'ua'),(3283218944,'nl'),(3283219456,'uk'),(3283219968,'be'),(3283220480,'bg'),(3283220992,'at'),(3283221504,'uk'),(3283222016,'de'),(3283223040,'ru'),(3283223552,'cz'),(3283224064,'eu'),(3283224576,'bg'),(3283225088,'ua'),(3283225600,'ru'),(3283226112,'dk'),(3283226624,'cz'),(3283227136,'ua'),(3283227648,'ru'),(3283228160,'ro'),(3283228672,'ru'),(3283229184,'pl'),(3283229696,'it'),(3283230208,'ua'),(3283230720,'rs'),(3283238912,'cz'),(3283247104,'lv'),(3283247616,'bg'),(3283248128,'de'),(3283248640,'ro'),(3283249152,'ua'),(3283249664,'uk'),(3283250176,'ru'),(3283250688,'ro'),(3283251200,'uk'),(3283251712,'pl'),(3283252224,'bg'),(3283252736,'si'),(3283253248,'ro'),(3283253760,'pl'),(3283254272,'ro'),(3283255296,'ua'),(3283263488,'se'),(3283271680,'ru'),(3283279872,'se'),(3283288064,'de'),(3283419136,'dk'),(3283484672,'ua'),(3283484928,'nl'),(3283485184,'de'),(3283485440,'ru'),(3283485696,'uk'),(3283485952,'se'),(3283486208,'at'),(3283486464,'ru'),(3283486720,'ua'),(3283486976,'pl'),(3283487232,'fr'),(3283487488,'de'),(3283487744,'ch'),(3283488000,'uk'),(3283488256,'pl'),(3283488512,'ru'),(3283488768,'fr'),(3283489280,'de'),(3283489536,'pl'),(3283490048,'ua'),(3283490560,'pl'),(3283490816,'de'),(3283491072,'tr'),(3283491328,'at'),(3283491584,'ro'),(3283491840,'ru'),(3283492096,'at'),(3283492352,'uk'),(3283492608,'sa'),(3283492864,'dk'),(3283493120,'il'),(3283493376,'pl'),(3283493888,'dk'),(3283494144,'uk'),(3283494400,'pl'),(3283494656,'dk'),(3283494912,'pl'),(3283495168,'bg'),(3283495424,'tr'),(3283495680,'nl'),(3283495936,'bg'),(3283496192,'de'),(3283496448,'fr'),(3283496704,'lv'),(3283496960,'de'),(3283497216,'uk'),(3283497472,'de'),(3283497728,'pl'),(3283498240,'ch'),(3283498496,'pl'),(3283498752,'at'),(3283499008,'de'),(3283499264,'nl'),(3283499520,'de'),(3283499776,'uk'),(3283500032,'de'),(3283500288,'si'),(3283500544,'uk'),(3283500800,'ua'),(3283501056,'lt'),(3283509248,'eu'),(3283517440,'ru'),(3283525632,'uk'),(3283533824,'ua'),(3283534848,'de'),(3283535360,'ro'),(3283535872,'cy'),(3283536384,'ua'),(3283536896,'dk'),(3283537408,'pl'),(3283537920,'ro'),(3283538432,'it'),(3283538944,'ro'),(3283539456,'rs'),(3283539968,'dk'),(3283540480,'pl'),(3283540992,'ro'),(3283541504,'ch'),(3283542016,'it'),(3283550208,'eu'),(3283615744,'hu'),(3283623936,'dk'),(3283632128,'nl'),(3283632640,'ch'),(3283633152,'se'),(3283633664,'ua'),(3283634176,'ru'),(3283635200,'uk'),(3283635712,'ru'),(3283636224,'ua'),(3283636736,'pl'),(3283637760,'ua'),(3283638272,'pl'),(3283638784,'ru'),(3283639296,'de'),(3283640320,'dk'),(3283648512,'eu'),(3283656704,'hu'),(3283664896,'ua'),(3283673088,'uk'),(3283681280,'de'),(3283746816,'ch'),(3283812352,'pl'),(3283877888,'uk'),(3283943424,'cz'),(3283944448,'at'),(3283945472,'ua'),(3283946496,'uk'),(3283947520,'ua'),(3283948544,'nl'),(3283949568,'se'),(3283950592,'kz'),(3283951616,'pl'),(3283952640,'ua'),(3283953664,'pl'),(3283954688,'ua'),(3283956736,'pl'),(3283957760,'eu'),(3283958784,'ua'),(3283959808,'fr'),(3283960832,'ua'),(3283962880,'pl'),(3283966976,'de'),(3283968000,'ua'),(3283969024,'ru'),(3283970048,'ua'),(3283972096,'se'),(3283973120,'nl'),(3283974144,'ua'),(3283975168,'nl'),(3283976192,'ie'),(3283976704,'dk'),(3283977216,'ua'),(3283978240,'ru'),(3283978752,'ro'),(3283979264,'il'),(3283979776,'no'),(3283980288,'ro'),(3283980800,'ch'),(3283981824,'ro'),(3283983360,'ru'),(3283983872,'uk'),(3283984384,'se'),(3283984896,'eu'),(3283985408,'ro'),(3283985920,'at'),(3283986432,'ru'),(3283986944,'uk'),(3283987456,'im'),(3283987968,'ro'),(3283988992,'fr'),(3283989504,'ru'),(3283990016,'se'),(3283990528,'ro'),(3283991552,'se'),(3283992064,'ro'),(3283992576,'il'),(3283993088,'ro'),(3283993600,'ua'),(3283994112,'at'),(3283994624,'ua'),(3283995136,'be'),(3283995648,'ch'),(3283996160,'mk'),(3283996672,'ro'),(3283997184,'ps'),(3283997696,'sa'),(3283998208,'ua'),(3283998720,'de'),(3283999232,'ru'),(3283999744,'uk'),(3284000256,'ru'),(3284000768,'bg'),(3284001280,'ua'),(3284002304,'pl'),(3284002816,'dk'),(3284003328,'ua'),(3284003840,'de'),(3284004352,'ru'),(3284004864,'ua'),(3284005376,'ch'),(3284005888,'uk'),(3284006400,'ua'),(3284007424,'ro'),(3284007936,'ch'),(3284008448,'no'),(3284008960,'nl'),(3284009216,'pl'),(3284009472,'de'),(3284009728,'fr'),(3284009984,'ch'),(3284010240,'fr'),(3284010752,'de'),(3284011008,'uk'),(3284011264,'de'),(3284011520,'si'),(3284011776,'de'),(3284012032,'ru'),(3284012288,'cz'),(3284012544,'ru'),(3284012800,'uk'),(3284013056,'at'),(3284013312,'pl'),(3284013568,'dk'),(3284013824,'il'),(3284014080,'tr'),(3284014336,'it'),(3284014592,'uk'),(3284014848,'il'),(3284015104,'pl'),(3284015360,'dk'),(3284015616,'at'),(3284015872,'eu'),(3284016128,'nl'),(3284016384,'ch'),(3284016640,'dk'),(3284017152,'gr'),(3284025344,'uk'),(3284033536,'ru'),(3284041728,'dk'),(3284041984,'si'),(3284042240,'uk'),(3284042496,'at'),(3284042752,'uk'),(3284043008,'de'),(3284043264,'ee'),(3284043520,'uk'),(3284043776,'si'),(3284044032,'fr'),(3284044288,'de'),(3284044544,'eu'),(3284044800,'ch'),(3284045056,'lt'),(3284045312,'de'),(3284045568,'at'),(3284045824,'ua'),(3284046080,'de'),(3284046336,'nl'),(3284046592,'se'),(3284046848,'de'),(3284047104,'dk'),(3284047360,'de'),(3284047616,'nl'),(3284047872,'hu'),(3284048128,'dk'),(3284048384,'uk'),(3284048640,'fr'),(3284049152,'ua'),(3284049408,'si'),(3284049664,'ro'),(3284049920,'ch'),(3284058112,'se'),(3284066304,'nl'),(3284075008,'de'),(3284075520,'ru'),(3284076032,'sa'),(3284076544,'pl'),(3284077056,'ru'),(3284077568,'ua'),(3284078080,'de'),(3284078592,'nl'),(3284079104,'ru'),(3284079616,'de'),(3284080128,'be'),(3284080640,'ua'),(3284081152,'de'),(3284081664,'ie'),(3284082176,'no'),(3284082688,'ru'),(3284083200,'bg'),(3284083712,'ru'),(3284084224,'ua'),(3284085248,'de'),(3284085760,'ro'),(3284086784,'cz'),(3284087296,'ru'),(3284087808,'il'),(3284088320,'lv'),(3284088832,'ua'),(3284089856,'bg'),(3284090368,'pl'),(3284090880,'ru'),(3284091392,'uk'),(3284091904,'de'),(3284092416,'uk'),(3284092928,'eu'),(3284093440,'ir'),(3284093952,'cz'),(3284094976,'ua'),(3284095488,'cz'),(3284096000,'it'),(3284096512,'lu'),(3284097024,'ru'),(3284097536,'ua'),(3284098048,'de'),(3284098560,'bg'),(3284099072,'ro'),(3284099584,'gr'),(3284100096,'am'),(3284100608,'nl'),(3284101120,'ua'),(3284101632,'uk'),(3284102144,'dk'),(3284102656,'at'),(3284103168,'nl'),(3284103680,'de'),(3284104192,'no'),(3284104704,'tr'),(3284105216,'nl'),(3284105728,'fi'),(3284106240,'ro'),(3284106752,'ua'),(3284107264,'ru'),(3284108288,'ch'),(3284108800,'fr'),(3284109312,'ru'),(3284109824,'ua'),(3284110336,'ru'),(3284110848,'dk'),(3284111360,'se'),(3284111872,'ru'),(3284112384,'bg'),(3284112896,'nl'),(3284113920,'am'),(3284114432,'eu'),(3284114944,'ru'),(3284115456,'ro'),(3284115968,'pl'),(3284116480,'ua'),(3284116992,'cz'),(3284117504,'ua'),(3284118016,'pl'),(3284118528,'uk'),(3284119040,'ru'),(3284120064,'ua'),(3284120576,'pl'),(3284121088,'cz'),(3284121600,'pl'),(3284122112,'am'),(3284122624,'ch'),(3284123136,'ru'),(3284124160,'ua'),(3284124672,'de'),(3284125184,'ro'),(3284125696,'ua'),(3284126208,'cz'),(3284127744,'ru'),(3284128256,'uk'),(3284128768,'cz'),(3284129280,'ua'),(3284129792,'de'),(3284130304,'uk'),(3284130816,'ru'),(3284131328,'hu'),(3284131840,'de'),(3284132352,'ua'),(3284132864,'hu'),(3284133376,'cz'),(3284133888,'pl'),(3284134400,'ua'),(3284134912,'ru'),(3284135424,'cz'),(3284135936,'ch'),(3284136448,'cz'),(3284136960,'eu'),(3284137472,'ua'),(3284137984,'pl'),(3284138496,'ru'),(3284139008,'at'),(3284140032,'dk'),(3284205568,'nl'),(3284271104,'uk'),(3284402176,'se'),(3284467712,'fi'),(3284533248,'se'),(3284598784,'hu'),(3284664320,'uk'),(3284672512,'de'),(3284680704,'ua'),(3284681216,'ro'),(3284681728,'fi'),(3284682240,'eu'),(3284682752,'se'),(3284683264,'kz'),(3284683776,'uk'),(3284684288,'eu'),(3284684800,'de'),(3284685312,'nl'),(3284686336,'ro'),(3284686848,'pl'),(3284687360,'ua'),(3284687872,'il'),(3284688896,'fr'),(3284697088,'uk'),(3284705280,'fr'),(3284713472,'de'),(3284713728,'gr'),(3284713984,'de'),(3284714240,'eu'),(3284714496,'ua'),(3284714752,'at'),(3284715008,'uk'),(3284715264,'pl'),(3284715520,'ro'),(3284715776,'be'),(3284716032,'uk'),(3284716288,'ru'),(3284716544,'hu'),(3284716800,'il'),(3284717056,'pl'),(3284717312,'de'),(3284717568,'uk'),(3284717824,'ru'),(3284718080,'uk'),(3284718592,'pl'),(3284718848,'ru'),(3284719104,'pl'),(3284719360,'de'),(3284719616,'ru'),(3284719872,'eu'),(3284720128,'ch'),(3284720384,'se'),(3284720896,'ua'),(3284721152,'tr'),(3284721408,'nl'),(3284721664,'be'),(3284722176,'ru'),(3284722688,'fr'),(3284723200,'uk'),(3284723712,'ru'),(3284724224,'pl'),(3284724736,'ru'),(3284725248,'il'),(3284725760,'lu'),(3284726272,'de'),(3284726784,'ua'),(3284727296,'mk'),(3284727808,'cz'),(3284728320,'ua'),(3284728832,'pt'),(3284729344,'fr'),(3284729856,'ru'),(3284795392,'fr'),(3284803584,'de'),(3284819968,'uk'),(3284828160,'at'),(3284844544,'ch'),(3284860928,'de'),(3284926464,'no'),(3284992000,'pl'),(3285057536,'it'),(3285065728,'ru'),(3285073920,'eu'),(3285082112,'de'),(3285084160,'lu'),(3285085184,'uk'),(3285086208,'pl'),(3285088256,'cz'),(3285089280,'pl'),(3285090304,'de'),(3285098496,'uk'),(3285114880,'ru'),(3285115392,'cz'),(3285115904,'pl'),(3285116416,'cz'),(3285116928,'ua'),(3285117440,'ru'),(3285117952,'eu'),(3285118464,'ua'),(3285118976,'ru'),(3285119488,'ro'),(3285120000,'ru'),(3285120512,'md'),(3285121024,'se'),(3285121536,'cy'),(3285122048,'md'),(3285122560,'cz'),(3285123072,'be'),(3285188608,'ru'),(3285319680,'hu'),(3285320192,'ru'),(3285320704,'ro'),(3285321216,'de'),(3285321728,'ru'),(3285322240,'uk'),(3285322752,'pl'),(3285323264,'cz'),(3285323776,'ch'),(3285324288,'de'),(3285324800,'cz'),(3285325312,'uk'),(3285325824,'pl'),(3285326336,'eu'),(3285326848,'sk'),(3285327360,'ru'),(3285328384,'pl'),(3285328896,'se'),(3285329408,'uk'),(3285329920,'ro'),(3285330432,'eu'),(3285330944,'ro'),(3285331456,'ru'),(3285331968,'eu'),(3285332480,'at'),(3285332992,'se'),(3285333504,'uk'),(3285334016,'nl'),(3285334528,'de'),(3285335552,'se'),(3285336064,'it'),(3285352448,'ru'),(3285368832,'si'),(3285385216,'pl'),(3285386240,'ru'),(3285387264,'pl'),(3285388288,'eu'),(3285389312,'fi'),(3285390336,'ru'),(3285391360,'am'),(3285392384,'ru'),(3285393408,'ch'),(3285394432,'ru'),(3285395456,'ua'),(3285396480,'ir'),(3285397504,'uk'),(3285398528,'cz'),(3285399552,'nl'),(3285400576,'cz'),(3285402624,'il'),(3285403648,'nl'),(3285404672,'ru'),(3285406720,'cz'),(3285408768,'uk'),(3285409792,'ua'),(3285410816,'ru'),(3285411840,'cz'),(3285412864,'eu'),(3285413888,'ru'),(3285414912,'cz'),(3285415936,'ru'),(3285417984,'cz'),(3285419008,'se'),(3285420032,'ua'),(3285424128,'ro'),(3285425152,'ua'),(3285426176,'cz'),(3285427200,'uk'),(3285428224,'cz'),(3285429248,'ua'),(3285430272,'dk'),(3285431296,'cz'),(3285432320,'ua'),(3285434368,'cz'),(3285435392,'ru'),(3285436416,'gr'),(3285437440,'ru'),(3285438464,'ua'),(3285440512,'cz'),(3285441536,'ru'),(3285442560,'uk'),(3285443584,'ua'),(3285444608,'ru'),(3285445632,'cz'),(3285446656,'ua'),(3285447680,'cz'),(3285450752,'eu'),(3285581824,'de'),(3285614592,'tr'),(3285630976,'ua'),(3285633024,'no'),(3285635072,'ua'),(3285637120,'uk'),(3285638144,'ua'),(3285639168,'fr'),(3285641216,'ru'),(3285642240,'ua'),(3285643264,'de'),(3285645312,'bg'),(3285647360,'dk'),(3285712896,'uk'),(3285721088,'se'),(3285729280,'ch'),(3285737472,'pl'),(3285745664,'it'),(3285753856,'lv'),(3285762048,'fr'),(3285762560,'ru'),(3285763072,'uk'),(3285763584,'de'),(3285764096,'ru'),(3285765120,'ua'),(3285766144,'de'),(3285766656,'ua'),(3285767680,'fr'),(3285768192,'ru'),(3285768704,'ch'),(3285769216,'de'),(3285769728,'ro'),(3285770240,'nl'),(3285770496,'es'),(3285770752,'ua'),(3285771008,'ch'),(3285771264,'bg'),(3285771520,'at'),(3285771776,'ro'),(3285772032,'se'),(3285772288,'tr'),(3285772544,'lt'),(3285772800,'be'),(3285773056,'de'),(3285773312,'lv'),(3285773568,'kg'),(3285773824,'ru'),(3285774080,'ro'),(3285774336,'cz'),(3285774592,'ru'),(3285774848,'fr'),(3285775104,'ru'),(3285775616,'je'),(3285775872,'nl'),(3285776128,'ro'),(3285776384,'ua'),(3285776640,'fr'),(3285776896,'pl'),(3285777152,'hu'),(3285777408,'il'),(3285777664,'si'),(3285777920,'pl'),(3285778176,'uk'),(3285843968,'lu'),(3285852160,'uk'),(3285860352,'fi'),(3285868544,'eu'),(3285876736,'ru'),(3285909504,'eu'),(3285975040,'fr'),(3286106112,'eu'),(3286114304,'ba'),(3286122496,'by'),(3286130688,'rs'),(3286131712,'pl'),(3286132736,'ro'),(3286133760,'ie'),(3286134784,'pl'),(3286135808,'nl'),(3286136832,'at'),(3286137856,'cz'),(3286138880,'ru'),(3286155264,'de'),(3286171648,'it'),(3286237184,'uk'),(3286302720,'no'),(3286310912,'ch'),(3286311424,'nl'),(3286311936,'pl'),(3286312448,'ru'),(3286312960,'ro'),(3286313984,'ch'),(3286314496,'il'),(3286315008,'cz'),(3286315520,'de'),(3286316032,'ua'),(3286316544,'cz'),(3286317056,'ru'),(3286317568,'ro'),(3286318080,'ch'),(3286318592,'il'),(3286319104,'ro'),(3286320128,'pl'),(3286321152,'cz'),(3286322176,'pl'),(3286323200,'uk'),(3286324224,'eu'),(3286325248,'dk'),(3286326272,'pl'),(3286327296,'nl'),(3286329344,'de'),(3286330368,'ro'),(3286331392,'ua'),(3286332416,'ch'),(3286333440,'pl'),(3286334464,'bg'),(3286335488,'ua'),(3286336512,'eu'),(3286338560,'ro'),(3286339584,'ua'),(3286340608,'de'),(3286342656,'ua'),(3286343680,'ru'),(3286344704,'be'),(3286345728,'it'),(3286346752,'ua'),(3286348800,'pl'),(3286349824,'se'),(3286350848,'uk'),(3286351872,'eu'),(3286352896,'de'),(3286353920,'li'),(3286354944,'eu'),(3286355968,'de'),(3286356992,'pl'),(3286358016,'uk'),(3286359040,'pt'),(3286360064,'it'),(3286361088,'ua'),(3286362112,'ru'),(3286363136,'at'),(3286364160,'de'),(3286365184,'pl'),(3286367232,'bg'),(3286368256,'ch'),(3286376448,'uk'),(3286384640,'de'),(3286401024,'uk'),(3286409216,'de'),(3286417408,'ua'),(3286417664,'it'),(3286417920,'uk'),(3286418176,'at'),(3286418432,'tr'),(3286418688,'ua'),(3286418944,'pl'),(3286419200,'dk'),(3286419456,'de'),(3286419712,'uk'),(3286419968,'fi'),(3286420224,'ru'),(3286420736,'nl'),(3286420992,'ro'),(3286421248,'pl'),(3286421504,'cz'),(3286421760,'ru'),(3286422016,'md'),(3286422272,'fr'),(3286422528,'eu'),(3286423552,'ru'),(3286423808,'cz'),(3286424064,'lv'),(3286424320,'fr'),(3286424576,'ua'),(3286424832,'tr'),(3286425088,'ru'),(3286425344,'it'),(3286425600,'kw'),(3286433792,'de'),(3286499328,'hu'),(3286564864,'ae'),(3286630400,'bg'),(3286638592,'at'),(3286646784,'ru'),(3286654976,'ua'),(3286655232,'kz'),(3286655488,'lt'),(3286655744,'ua'),(3286656000,'ch'),(3286656256,'ru'),(3286656512,'gr'),(3286656768,'ua'),(3286657024,'be'),(3286657280,'es'),(3286657536,'hu'),(3286657792,'ru'),(3286658048,'de'),(3286658304,'ru'),(3286658560,'nl'),(3286658816,'ru'),(3286659072,'ua'),(3286659328,'pl'),(3286659584,'de'),(3286659840,'ua'),(3286660096,'de'),(3286660352,'ch'),(3286660608,'uk'),(3286660864,'ua'),(3286661120,'pl'),(3286661376,'si'),(3286661632,'uk'),(3286661888,'ru'),(3286662144,'de'),(3286662400,'ua'),(3286662656,'uk'),(3286662912,'ua'),(3286671360,'at'),(3286679552,'it'),(3286695936,'dk'),(3286761472,'eu'),(3286794240,'de'),(3286892544,'li'),(3286893056,'cz'),(3286893568,'ua'),(3286895104,'uk'),(3286896128,'se'),(3286896640,'pl'),(3286897152,'at'),(3286897664,'pl'),(3286898176,'hr'),(3286898688,'eu'),(3286899200,'il'),(3286899712,'hu'),(3286900224,'ro'),(3286900736,'be'),(3286900992,'de'),(3286901504,'fr'),(3286902016,'ch'),(3286902528,'se'),(3286902784,'pl'),(3286903040,'fr'),(3286903552,'ch'),(3286903808,'at'),(3286904064,'de'),(3286904320,'fr'),(3286904576,'pt'),(3286904832,'uk'),(3286905088,'gr'),(3286905344,'de'),(3286905600,'im'),(3286905856,'tr'),(3286906112,'cz'),(3286906368,'ro'),(3286906880,'ru'),(3286907136,'se'),(3286907392,'at'),(3286907648,'es'),(3286907904,'ch'),(3286908160,'ua'),(3286908416,'fr'),(3286908672,'pl'),(3286908928,'ch'),(3286909952,'ru'),(3286910976,'ua'),(3286913024,'de'),(3286914048,'bg'),(3286915072,'fr'),(3286916096,'de'),(3286917120,'ru'),(3286917632,'cz'),(3286918144,'at'),(3286919168,'eu'),(3286920192,'ru'),(3286921216,'ua'),(3286922240,'uk'),(3286924288,'ua'),(3286925312,'de'),(3286925568,'uk'),(3286925824,'ro'),(3286926080,'lv'),(3286926336,'ua'),(3286926592,'de'),(3286926848,'pt'),(3286927104,'fi'),(3286927360,'de'),(3286927616,'si'),(3286927872,'uk'),(3286928128,'de'),(3286928384,'eu'),(3286928640,'pl'),(3286928896,'fi'),(3286929152,'de'),(3286929408,'lv'),(3286929664,'be'),(3286929920,'se'),(3286930176,'ru'),(3286930432,'ua'),(3286930688,'de'),(3286930944,'se'),(3286931200,'at'),(3286931456,'nl'),(3286931712,'uk'),(3286931968,'fr'),(3286932224,'dk'),(3286932480,'uk'),(3286932736,'de'),(3286932992,'uk'),(3286933504,'dk'),(3286933760,'ro'),(3286934016,'be'),(3286934272,'ch'),(3286934528,'pl'),(3286934784,'tr'),(3286935040,'es'),(3286935296,'uk'),(3286935808,'ro'),(3286936064,'ru'),(3286936320,'it'),(3286936576,'ro'),(3286936832,'nl'),(3286937088,'uk'),(3286937600,'ch'),(3286937856,'ro'),(3286938112,'eu'),(3286938624,'uk'),(3286938880,'ro'),(3286939392,'de'),(3286939648,'be'),(3286940160,'be'),(3286940416,'ch'),(3286940672,'ro'),(3286940928,'pl'),(3286941184,'ru'),(3286941440,'ro'),(3286941696,'uk'),(3286942720,'fi'),(3286943744,'ua'),(3286944768,'cz'),(3286945792,'ru'),(3286946816,'ua'),(3286947840,'eu'),(3286948864,'ua'),(3286949888,'ch'),(3286950912,'uk'),(3286951936,'it'),(3286952960,'bg'),(3286953984,'uk'),(3286956032,'fr'),(3286958080,'es'),(3287023616,'fi'),(3287154688,'be'),(3287162880,'de'),(3287171072,'lt'),(3287171584,'pl'),(3287172096,'de'),(3287172608,'pl'),(3287173120,'ru'),(3287173632,'nl'),(3287174144,'se'),(3287175168,'ro'),(3287176192,'bg'),(3287176704,'nl'),(3287177216,'ro'),(3287178240,'ua'),(3287178752,'ro'),(3287179264,'fr'),(3287180288,'ru'),(3287181312,'uz'),(3287182336,'ua'),(3287185408,'se'),(3287186432,'fi'),(3287187456,'de'),(3287196672,'pl'),(3287198720,'uk'),(3287199744,'ua'),(3287201792,'pl'),(3287202816,'ua'),(3287203840,'fi'),(3287212032,'de'),(3287212288,'eu'),(3287212544,'fr'),(3287212800,'pl'),(3287213312,'fr'),(3287213568,'ru'),(3287214080,'uk'),(3287214336,'de'),(3287214848,'it'),(3287215104,'pl'),(3287215360,'uk'),(3287215616,'de'),(3287215872,'ru'),(3287216128,'uk'),(3287217152,'nl'),(3287217408,'pl'),(3287217664,'ru'),(3287217920,'pl'),(3287218176,'uk'),(3287218688,'ru'),(3287219200,'uk'),(3287219456,'eu'),(3287219712,'se'),(3287220224,'ru'),(3287285760,'nl'),(3287416832,'ru'),(3287425024,'se'),(3287433728,'de'),(3287434240,'pl'),(3287434752,'uk'),(3287435264,'nl'),(3287435776,'uk'),(3287436288,'ro'),(3287437312,'uk'),(3287437824,'ru'),(3287438336,'ch'),(3287438848,'uk'),(3287439360,'ro'),(3287439872,'pl'),(3287440896,'ua'),(3287441408,'uk'),(3287441920,'nl'),(3287442432,'pl'),(3287442944,'de'),(3287443968,'bg'),(3287444480,'pl'),(3287444992,'de'),(3287445504,'ua'),(3287446528,'pl'),(3287447040,'il'),(3287447552,'dk'),(3287448064,'uk'),(3287448576,'pl'),(3287449088,'bg'),(3287450112,'dk'),(3287450624,'se'),(3287451136,'pl'),(3287451648,'uk'),(3287452160,'fr'),(3287452672,'ch'),(3287453184,'ru'),(3287454208,'se'),(3287454720,'ua'),(3287455744,'pl'),(3287456256,'im'),(3287456768,'uk'),(3287457280,'ro'),(3287457792,'uk'),(3287458048,'ua'),(3287458304,'de'),(3287458560,'ch'),(3287459328,'at'),(3287459584,'eu'),(3287459840,'at'),(3287460096,'me'),(3287460352,'cy'),(3287460608,'nl'),(3287460864,'be'),(3287461120,'de'),(3287461376,'il'),(3287461632,'at'),(3287461888,'pl'),(3287462144,'sa'),(3287462400,'be'),(3287462656,'ua'),(3287462912,'fr'),(3287463168,'it'),(3287463424,'ro'),(3287463680,'pl'),(3287463936,'at'),(3287464192,'sk'),(3287464448,'pl'),(3287464704,'nl'),(3287464960,'sa'),(3287465216,'se'),(3287465472,'de'),(3287465728,'fr'),(3287465984,'dk'),(3287467008,'sa'),(3287468032,'ua'),(3287469056,'de'),(3287471104,'uk'),(3287472128,'fi'),(3287473152,'uk'),(3287474176,'de'),(3287476224,'pl'),(3287477248,'uk'),(3287478272,'bg'),(3287479296,'ro'),(3287480320,'at'),(3287481344,'pl'),(3287482368,'de'),(3287548928,'ua'),(3287549440,'se'),(3287549952,'ua'),(3287550464,'de'),(3287550976,'lt'),(3287551488,'ro'),(3287552000,'uk'),(3287552512,'ro'),(3287553024,'fr'),(3287553536,'il'),(3287554048,'ru'),(3287554560,'pl'),(3287555072,'uk'),(3287555584,'fr'),(3287556096,'tr'),(3287564288,'fi'),(3287572480,'de'),(3287580672,'lv'),(3287588864,'be'),(3287597056,'gi'),(3287605248,'de'),(3287630336,'pl'),(3287631360,'ir'),(3287631872,'ru'),(3287632384,'se'),(3287632896,'ru'),(3287633408,'sk'),(3287633920,'ua'),(3287634432,'ro'),(3287634944,'pl'),(3287635456,'de'),(3287635968,'ro'),(3287636480,'eu'),(3287636992,'at'),(3287637504,'pl'),(3287638016,'ua'),(3287638528,'de'),(3287639040,'uk'),(3287639552,'ru'),(3287640064,'de'),(3287640576,'si'),(3287641088,'il'),(3287641600,'fi'),(3287642112,'ua'),(3287642624,'nl'),(3287643136,'it'),(3287643648,'ua'),(3287644672,'de'),(3287645184,'eu'),(3287646208,'pt'),(3287662592,'de'),(3287662848,'dk'),(3287663104,'lv'),(3287663360,'uk'),(3287663616,'eu'),(3287663872,'pt'),(3287664128,'pl'),(3287664384,'nl'),(3287664640,'ua'),(3287664896,'uk'),(3287665152,'no'),(3287665408,'pl'),(3287665920,'de'),(3287666176,'ru'),(3287666432,'dk'),(3287666688,'si'),(3287666944,'cz'),(3287667200,'dk'),(3287667456,'cz'),(3287667712,'es'),(3287667968,'pl'),(3287668224,'ro'),(3287668480,'ua'),(3287668736,'si'),(3287668992,'pl'),(3287669248,'li'),(3287669504,'eu'),(3287669760,'ro'),(3287670016,'ua'),(3287670272,'pl'),(3287670528,'uk'),(3287670784,'pl'),(3287671040,'uk'),(3287671296,'pl'),(3287671552,'tr'),(3287671808,'ch'),(3287672064,'lt'),(3287672320,'uk'),(3287672832,'ru'),(3287673088,'sk'),(3287673344,'pt'),(3287673600,'uk'),(3287674112,'ch'),(3287674368,'de'),(3287674624,'ro'),(3287674880,'se'),(3287675136,'uk'),(3287675392,'se'),(3287675648,'de'),(3287675904,'be'),(3287676160,'de'),(3287676416,'ru'),(3287676672,'uk'),(3287677184,'ru'),(3287677440,'si'),(3287677696,'ro'),(3287677952,'uk'),(3287678208,'ua'),(3287678464,'eu'),(3287678720,'hr'),(3287678976,'si'),(3287695360,'ch'),(3287703552,'cz'),(3287704064,'eu'),(3287704576,'be'),(3287705088,'ru'),(3287705600,'sa'),(3287706112,'ru'),(3287706624,'uk'),(3287707136,'lu'),(3287707648,'uk'),(3287708160,'nl'),(3287708672,'eu'),(3287709184,'ru'),(3287709696,'se'),(3287710208,'ru'),(3287710720,'eu'),(3287711232,'pl'),(3287711744,'uk'),(3287719936,'de'),(3287728128,'it'),(3287729408,'se'),(3287729664,'dk'),(3287729920,'hu'),(3287730176,'pl'),(3287730432,'uk'),(3287730688,'de'),(3287732224,'it'),(3287734272,'pl'),(3287734528,'ua'),(3287734784,'ru'),(3287735040,'se'),(3287735296,'it'),(3287736320,'pl'),(3287736832,'lv'),(3287737344,'uk'),(3287737856,'fr'),(3287738880,'de'),(3287739392,'nl'),(3287739904,'pt'),(3287740416,'bg'),(3287740928,'ro'),(3287741440,'ch'),(3287741952,'ro'),(3287742464,'ru'),(3287742976,'ro'),(3287743488,'lv'),(3287744000,'fr'),(3287744512,'de'),(3287810048,'fr'),(3287818240,'at'),(3287826432,'lv'),(3287826688,'ro'),(3287826944,'cz'),(3287827200,'de'),(3287827456,'si'),(3287827712,'ru'),(3287827968,'uk'),(3287828224,'de'),(3287828480,'pl'),(3287828736,'at'),(3287828992,'de'),(3287829248,'uk'),(3287829504,'ro'),(3287829760,'nl'),(3287830016,'no'),(3287830272,'ro'),(3287830528,'eu'),(3287830784,'uk'),(3287831040,'ru'),(3287831296,'ch'),(3287831552,'ro'),(3287831808,'at'),(3287832064,'fi'),(3287832320,'de'),(3287832576,'pl'),(3287832832,'de'),(3287833088,'uk'),(3287833344,'ch'),(3287833856,'ua'),(3287834112,'ru'),(3287834368,'hu'),(3287834624,'uk'),(3287842816,'de'),(3287851008,'ua'),(3287859200,'eu'),(3287867392,'ua'),(3287867904,'pl'),(3287868416,'ro'),(3287868928,'es'),(3287869440,'ru'),(3287869952,'ua'),(3287870464,'ru'),(3287870976,'nl'),(3287871488,'pl'),(3287872000,'ru'),(3287872512,'uk'),(3287873024,'pl'),(3287873536,'ru'),(3287874048,'eu'),(3287874560,'de'),(3287875072,'pl'),(3287875584,'dk'),(3287941120,'it'),(3287949312,'at'),(3287949568,'il'),(3287949824,'it'),(3287950080,'de'),(3287950336,'ua'),(3287950592,'pl'),(3287950848,'de'),(3287951104,'hu'),(3287951360,'fr'),(3287951616,'ch'),(3287951872,'ru'),(3287952128,'ua'),(3287952384,'ch'),(3287953152,'il'),(3287953408,'de'),(3287953664,'se'),(3287953920,'de'),(3287954176,'ru'),(3287954432,'ch'),(3287954688,'ro'),(3287954944,'pl'),(3287955200,'ru'),(3287955712,'de'),(3287955968,'si'),(3287956224,'ro'),(3287956480,'fr'),(3287956736,'se'),(3287956992,'ua'),(3287957248,'uk'),(3287957504,'am'),(3287965696,'rs'),(3287973888,'cz'),(3287982080,'ee'),(3287990272,'si'),(3287998464,'it'),(3288006656,'gr'),(3288072192,'se'),(3288088576,'rs'),(3288104960,'de'),(3288236032,'li'),(3288236544,'uk'),(3288237056,'ro'),(3288238592,'pl'),(3288239104,'ro'),(3288239616,'ua'),(3288240128,'ch'),(3288240640,'uk'),(3288241152,'es'),(3288241664,'ua'),(3288242176,'ro'),(3288242688,'fr'),(3288243200,'pl'),(3288243712,'fr'),(3288244736,'de'),(3288245248,'uk'),(3288245760,'ro'),(3288246272,'dk'),(3288246784,'kw'),(3288247296,'no'),(3288247808,'pl'),(3288248832,'uk'),(3288249856,'ro'),(3288250368,'pl'),(3288250880,'ru'),(3288251904,'at'),(3288252416,'no'),(3288260608,'it'),(3288268800,'fi'),(3288400640,'eu'),(3288401152,'eu'),(3288416256,'eu'),(3288417536,'eu'),(3288466432,'eu'),(3288547840,'eu'),(3288554240,'eu'),(3289325568,'eu'),(3322609664,'eu'),(3323022592,'eu'),(3323032832,'eu'),(3323048960,'eu'),(3323343616,'eu'),(3323354368,'eu'),(3324256256,'eu'),(3325234176,'eu'),(3325267712,'eu'),(3328414720,'eu'),(3328433664,'eu'),(3330625536,'eu'),(3330640896,'eu'),(3330662912,'eu'),(3330771200,'eu'),(3330778880,'eu'),(3331563520,'eu'),(3331633408,'eu'),(3335439616,'eu'),(3335440384,'eu'),(3337650176,'eu'),(3341547008,'eu'),(3342139392,'eu'),(3344633856,'eu'),(3556769792,'de'),(3556786176,'ru'),(3556794368,'uk'),(3556810752,'pt'),(3556818944,'md'),(3556827136,'nl'),(3556843520,'de'),(3556851712,'ua'),(3556868096,'uk'),(3556876288,'nl'),(3556884480,'ru'),(3556900864,'uk'),(3556909056,'de'),(3556925440,'pl'),(3556933632,'ua'),(3556941824,'ie'),(3556950016,'tr'),(3556958208,'kg'),(3556966400,'se'),(3556974592,'es'),(3556982784,'de'),(3556990976,'ua'),(3556999168,'ru'),(3557007360,'uk'),(3557015552,'de'),(3557023744,'uk'),(3557031936,'it'),(3557040128,'no'),(3557048320,'ch'),(3557056512,'es'),(3557064704,'cz'),(3557072896,'de'),(3557081088,'eu'),(3557089280,'de'),(3557105664,'bg'),(3557113856,'ru'),(3557130240,'bg'),(3557138432,'ru'),(3557146624,'sk'),(3557154816,'ru'),(3557171200,'it'),(3557179392,'de'),(3557228544,'ee'),(3557236736,'es'),(3557244928,'it'),(3557253120,'ru'),(3557261312,'de'),(3557277696,'pl'),(3557285888,'ru'),(3557294080,'de'),(3557302272,'ua'),(3557310464,'es'),(3557326848,'de'),(3557335040,'eu'),(3557343232,'de'),(3557351424,'ru'),(3557359616,'je'),(3557367808,'de'),(3557376000,'es'),(3557384192,'uk'),(3557392384,'at'),(3557400576,'de'),(3557408768,'uk'),(3557416960,'ua'),(3557425152,'dk'),(3557490688,'fr'),(3557507072,'uk'),(3557515264,'cz'),(3557523456,'ru'),(3557531648,'sa'),(3557539840,'sy'),(3557548032,'de'),(3557556224,'ru'),(3557564416,'de'),(3557572608,'ru'),(3557580800,'de'),(3557588992,'tr'),(3557597184,'sa'),(3557605376,'lt'),(3557621760,'ru'),(3557629952,'pt'),(3557638144,'mk'),(3557646336,'ru'),(3557654528,'kz'),(3557670912,'uk'),(3557679104,'si'),(3557687296,'pl'),(3557703680,'de'),(3557711872,'es'),(3557720064,'it'),(3557728256,'ru'),(3557744640,'ps'),(3557752832,'tr'),(3557761024,'ru'),(3557769216,'uk'),(3557777408,'ru'),(3557785600,'ua'),(3557793792,'hr'),(3557801984,'de'),(3557810176,'es'),(3557818368,'ru'),(3557826560,'at'),(3557834752,'ir'),(3557842944,'fi'),(3557851136,'hu'),(3557859328,'se'),(3557867520,'ru'),(3557875712,'de'),(3557883904,'ru'),(3557892096,'ie'),(3557900288,'at'),(3557916672,'no'),(3557924864,'fi'),(3557933056,'it'),(3557941248,'de'),(3557957632,'si'),(3557965824,'de'),(3557974016,'ch'),(3557982208,'no'),(3557990400,'pt'),(3557998592,'de'),(3558006784,'uk'),(3558014976,'ru'),(3558023168,'de'),(3558031360,'uk'),(3558039552,'it'),(3558047744,'kz'),(3558055936,'fr'),(3558064128,'nl'),(3558080512,'ru'),(3558096896,'cz'),(3558113280,'eu'),(3558121472,'de'),(3558129664,'no'),(3558137856,'uk'),(3558146048,'ru'),(3558154240,'de'),(3558170624,'uk'),(3558178816,'bg'),(3558187008,'de'),(3558195200,'es'),(3558211584,'uk'),(3558219776,'es'),(3558227968,'ru'),(3558236160,'uk'),(3558244352,'it'),(3558260736,'ua'),(3558268928,'gi'),(3558277120,'uk'),(3558293504,'ru'),(3558301696,'de'),(3558318080,'fr'),(3558334464,'uk'),(3558342656,'it'),(3558350848,'ru'),(3558359040,'uk'),(3558367232,'at'),(3558375424,'cz'),(3558383616,'hu'),(3558391808,'lu'),(3558400000,'sa'),(3558408192,'ch'),(3558416384,'bg'),(3558424576,'il'),(3558440960,'se'),(3558449152,'it'),(3558457344,'eu'),(3558465536,'uk'),(3558473728,'sa'),(3558506496,'ua'),(3558514688,'sk'),(3558522880,'nl'),(3558531072,'ru'),(3558539264,'se'),(3558547456,'fr'),(3558555648,'at'),(3558572032,'de'),(3558580224,'uk'),(3558588416,'cz'),(3558596608,'eu'),(3558604800,'uk'),(3558612992,'de'),(3558621184,'md'),(3558629376,'de'),(3558637568,'ch'),(3558645760,'it'),(3558653952,'se'),(3558662144,'lb'),(3558670336,'de'),(3558686720,'tr'),(3558703104,'it'),(3558711296,'nl'),(3558719488,'il'),(3558735872,'uk'),(3558744064,'lb'),(3558752256,'si'),(3558760448,'fr'),(3558768640,'ru'),(3558785024,'is'),(3558801408,'tr'),(3558809600,'es'),(3558817792,'at'),(3558825984,'cy'),(3558834176,'fr'),(3558842368,'se'),(3558850560,'es'),(3558858752,'uk'),(3558899712,'se'),(3558916096,'ru'),(3558924288,'nl'),(3558932480,'ru'),(3558940672,'at'),(3558948864,'pl'),(3558957056,'ps'),(3558965248,'no'),(3558973440,'sa'),(3558981632,'ir'),(3558989824,'ru'),(3558998016,'jo'),(3559006208,'ru'),(3559014400,'de'),(3559022592,'ru'),(3559030784,'es'),(3559038976,'de'),(3559047168,'it'),(3559055360,'am'),(3559063552,'ch'),(3559079936,'jo'),(3559088128,'uk'),(3559096320,'ro'),(3559104512,'ua'),(3559112704,'it'),(3559120896,'uk'),(3559129088,'bg'),(3559137280,'uk'),(3559145472,'es'),(3559153664,'uk'),(3559178240,'lb'),(3559186432,'ru'),(3559194624,'se'),(3559202816,'de'),(3559211008,'gr'),(3559219200,'se'),(3559227392,'dk'),(3559235584,'de'),(3559243776,'fr'),(3559251968,'no'),(3559260160,'de'),(3559268352,'it'),(3559276544,'uk'),(3559284736,'ru'),(3559292928,'jo'),(3559301120,'uk'),(3559309312,'pl'),(3559317504,'fi'),(3559325696,'it'),(3559333888,'se'),(3559342080,'bg'),(3559350272,'ba'),(3559358464,'fr'),(3559366656,'uk'),(3559374848,'at'),(3559383040,'uk'),(3559391232,'ch'),(3559399424,'ua'),(3559407616,'hu'),(3559424000,'lb'),(3559432192,'de'),(3559440384,'ru'),(3559448576,'es'),(3559456768,'ru'),(3559473152,'ch'),(3559489536,'es'),(3559497728,'uk'),(3559505920,'ch'),(3559514112,'at'),(3559522304,'uk'),(3559530496,'ru'),(3559538688,'ua'),(3559546880,'kg'),(3559555072,'ch'),(3559563264,'uk'),(3559571456,'am'),(3559579648,'de'),(3559587840,'kw'),(3559596032,'bg'),(3559604224,'de'),(3559612416,'it'),(3559620608,'ch'),(3559628800,'uk'),(3559636992,'fr'),(3559653376,'uk'),(3559669760,'ru'),(3559677952,'si'),(3559686144,'ru'),(3559694336,'de'),(3559710720,'fr'),(3559718912,'ru'),(3559727104,'nl'),(3559735296,'bg'),(3559743488,'it'),(3559745536,'de'),(3559747584,'dk'),(3559751680,'it'),(3559759872,'no'),(3559768064,'ch'),(3559776256,'ru'),(3559792640,'sa'),(3559800832,'it'),(3559809024,'de'),(3559817216,'uk'),(3559825408,'it'),(3559833600,'ru'),(3559849984,'cz'),(3559858176,'it'),(3559866368,'uk'),(3559874560,'lt'),(3559882752,'az'),(3559890944,'ch'),(3559899136,'eu'),(3559907328,'fr'),(3559915520,'it'),(3559923712,'ru'),(3559931904,'il'),(3559940096,'de'),(3559948288,'ru'),(3559956480,'it'),(3559964672,'ru'),(3559981056,'eu'),(3559989248,'pl'),(3560005632,'ru'),(3560013824,'es'),(3560030208,'uk'),(3560046592,'bg'),(3560054784,'tr'),(3560062976,'bg'),(3560071168,'cy'),(3560079360,'fi'),(3560087552,'uk'),(3560095744,'fi'),(3560103936,'ir'),(3560112128,'de'),(3560120320,'es'),(3560128512,'hu'),(3560144896,'ch'),(3560153088,'fr'),(3560161280,'pl'),(3560169472,'at'),(3560177664,'nl'),(3560185856,'lt'),(3560194048,'it'),(3560218624,'hu'),(3560226816,'at'),(3560235008,'de'),(3560243200,'be'),(3560247296,'nl'),(3560251392,'ru'),(3560259584,'uk'),(3560267776,'se'),(3560275968,'de'),(3560308736,'fi'),(3560316928,'nl'),(3560325120,'dk'),(3560333312,'ro'),(3560349696,'uk'),(3560357888,'gr'),(3560366080,'ch'),(3560374272,'es'),(3560382464,'fo'),(3560390656,'ru'),(3560407040,'pt'),(3560423424,'ch'),(3560431616,'sk'),(3560439808,'bg'),(3560448000,'uk'),(3560472576,'mt'),(3560480768,'it'),(3560488960,'md'),(3560497152,'lu'),(3560505344,'tr'),(3560513536,'sk'),(3560515584,'rs'),(3560517632,'nl'),(3560521728,'pt'),(3560529920,'ru'),(3560554496,'sa'),(3560562688,'uk'),(3560570880,'tr'),(3560579072,'uk'),(3560587264,'de'),(3560595456,'ge'),(3560603648,'uk'),(3560611840,'ua'),(3560620032,'ru'),(3560628224,'uk'),(3560636416,'lt'),(3560644608,'de'),(3560652800,'uk'),(3560660992,'ru'),(3560669184,'ch'),(3560685568,'es'),(3560693760,'pl'),(3560701952,'de'),(3560710144,'ch'),(3560726528,'dk'),(3560734720,'de'),(3560742912,'at'),(3560751104,'de'),(3560767488,'nl'),(3560833024,'eu'),(3560841216,'rs'),(3560849408,'de'),(3560857600,'sa'),(3560865792,'fr'),(3560882176,'de'),(3560890368,'no'),(3560898560,'fi'),(3560906752,'de'),(3560923136,'es'),(3560931328,'de'),(3560947712,'se'),(3560955904,'be'),(3560964096,'nl'),(3560996864,'uk'),(3561005056,'es'),(3561013248,'tr'),(3561021440,'de'),(3561037824,'be'),(3561046016,'ru'),(3561054208,'mt'),(3561062400,'tr'),(3561070592,'ch'),(3561078784,'cz'),(3561095168,'de'),(3561103360,'ua'),(3561111552,'lu'),(3561119744,'it'),(3561127936,'de'),(3561136128,'es'),(3561144320,'fi'),(3561152512,'it'),(3561160704,'ru'),(3561168896,'fr'),(3561177088,'cz'),(3561185280,'uk'),(3561193472,'pl'),(3561201664,'nl'),(3561209856,'uk'),(3561218048,'at'),(3561226240,'fi'),(3561234432,'tr'),(3561242624,'de'),(3561259008,'il'),(3561267200,'ua'),(3561275392,'be'),(3561291776,'rs'),(3561299968,'uk'),(3561308160,'pl'),(3561316352,'ru'),(3561324544,'it'),(3561332736,'de'),(3561340928,'uk'),(3561357312,'dk'),(3561365504,'sa'),(3561373696,'uk'),(3561381888,'at'),(3561390080,'bg'),(3561398272,'lv'),(3561406464,'gr'),(3561414656,'it'),(3561422848,'be'),(3561431040,'sa'),(3561439232,'no'),(3561447424,'ch'),(3561455616,'cz'),(3561472000,'de'),(3561480192,'uk'),(3561488384,'om'),(3561496576,'uk'),(3561504768,'de'),(3561512960,'si'),(3561521152,'ge'),(3561529344,'de'),(3561537536,'bg'),(3561545728,'nl'),(3561553920,'se'),(3561562112,'es'),(3561570304,'am'),(3561578496,'ru'),(3561586688,'bg'),(3561594880,'se'),(3561603072,'uk'),(3561652224,'ch'),(3561668608,'ru'),(3561684992,'bg'),(3561693184,'de'),(3561701376,'se'),(3561709568,'pl'),(3561717760,'ru'),(3561725952,'es'),(3561734144,'ru'),(3561750528,'kz'),(3561758720,'pl'),(3561766912,'sa'),(3561775104,'il'),(3561783296,'ru'),(3561799680,'de'),(3561807872,'be'),(3561816064,'va'),(3561824256,'li'),(3561832448,'it'),(3561840640,'pl'),(3561848832,'ru'),(3561857024,'de'),(3561865216,'qa'),(3561873408,'de'),(3561881600,'it'),(3561889792,'fr'),(3561897984,'uk'),(3561906176,'de'),(3561914368,'es'),(3561922560,'uk'),(3561930752,'nl'),(3561938944,'ie'),(3561947136,'de'),(3561963520,'be'),(3561975808,'ua'),(3561979904,'es'),(3561988096,'de'),(3562004480,'nl'),(3562012672,'ir'),(3562020864,'ua'),(3562029056,'cz'),(3562037248,'ch'),(3562045440,'es'),(3562061824,'it'),(3562070016,'de'),(3562078208,'sk'),(3562086400,'se'),(3562094592,'uk'),(3562110976,'es'),(3562143744,'uk'),(3562151936,'de'),(3562160128,'uk'),(3562176512,'eu'),(3562184704,'de'),(3562192896,'ua'),(3562201088,'de'),(3562209280,'ru'),(3562217472,'de'),(3562225664,'nl'),(3562233856,'fi'),(3562242048,'fr'),(3562258432,'nl'),(3562283008,'it'),(3562291200,'uk'),(3562307584,'nl'),(3562315776,'uk'),(3562323968,'de'),(3562340352,'uk'),(3562348544,'es'),(3562356736,'se'),(3562364928,'pl'),(3562373120,'fr'),(3562381312,'si'),(3562397696,'uk'),(3562405888,'fi'),(3562414080,'de'),(3562422272,'ir'),(3562430464,'ua'),(3562438656,'de'),(3562463232,'ua'),(3562471424,'pl'),(3562479616,'de'),(3562487808,'uk'),(3562496000,'be'),(3562504192,'de'),(3562512384,'ua'),(3562520576,'es'),(3562528768,'pl'),(3562536960,'at'),(3562545152,'uk'),(3562553344,'dk'),(3562569728,'de'),(3562577920,'at'),(3562586112,'de'),(3562594304,'be'),(3562602496,'es'),(3562610688,'no'),(3562618880,'uk'),(3562627072,'de'),(3562643456,'at'),(3562651648,'de'),(3562659840,'sk'),(3562668032,'it'),(3562676224,'uk'),(3562684416,'fi'),(3562692608,'ua'),(3562700800,'de'),(3562708992,'ua'),(3562717184,'ch'),(3562725376,'cz'),(3562733568,'pl'),(3562741760,'it'),(3562758144,'hr'),(3562766336,'se'),(3562774528,'bg'),(3562782720,'ru'),(3562790912,'de'),(3562799104,'hu'),(3562807296,'es'),(3562815488,'nl'),(3562823680,'ru'),(3562848256,'hr'),(3562856448,'ua'),(3562864640,'de'),(3562872832,'dk'),(3562881024,'uk'),(3562889216,'lv'),(3562897408,'ro'),(3562905600,'sa'),(3562921984,'si'),(3562930176,'ru'),(3562938368,'ch'),(3562946560,'fi'),(3562954752,'ru'),(3562962944,'it'),(3562971136,'fr'),(3562987520,'de'),(3562995712,'at'),(3563003904,'de'),(3563012096,'fr'),(3563020288,'de'),(3563028480,'ir'),(3563036672,'bg'),(3563044864,'es'),(3563053056,'uk'),(3563069440,'hu'),(3563077632,'se'),(3563085824,'ru'),(3563094016,'de'),(3563102208,'cz'),(3563110400,'ru'),(3563118592,'de'),(3563126784,'kg'),(3563134976,'it'),(3563143168,'uk'),(3563151360,'de'),(3563159552,'dk'),(3563167744,'es'),(3563175936,'dk'),(3563192320,'tr'),(3563200512,'ch'),(3563208704,'dk'),(3563225088,'lb'),(3563233280,'by'),(3563241472,'tr'),(3563257856,'fr'),(3563290624,'de'),(3563315200,'dk'),(3563323392,'eu'),(3563331584,'de'),(3563347968,'uk'),(3563356160,'ru'),(3563364352,'be'),(3563372544,'sa'),(3563380736,'uk'),(3563388928,'ch'),(3563397120,'de'),(3563405312,'es'),(3563413504,'tr'),(3563421696,'si'),(3563438080,'de'),(3563446272,'lb'),(3563454464,'sa'),(3563462656,'it'),(3563479040,'uk'),(3563487232,'rs'),(3563495424,'de'),(3563503616,'uk'),(3563511808,'de'),(3563520000,'fr'),(3563528192,'de'),(3563536384,'ch'),(3563544576,'ru'),(3563552768,'si'),(3563569152,'it'),(3563577344,'uk'),(3563585536,'it'),(3563601920,'ru'),(3563610112,'bg'),(3563618304,'uk'),(3563626496,'es'),(3563634688,'nl'),(3563651072,'se'),(3563683840,'be'),(3563692032,'uk'),(3563700224,'de'),(3563708416,'hu'),(3563716608,'pl'),(3563724800,'ru'),(3563732992,'ps'),(3563741184,'uk'),(3563749376,'pl'),(3563765760,'es'),(3563782144,'gr'),(3563790336,'se'),(3563798528,'fr'),(3563806720,'sa'),(3563814912,'se'),(3563823104,'de'),(3563831296,'ru'),(3563847680,'es'),(3563855872,'at'),(3563864064,'uk'),(3563872256,'ru'),(3563880448,'tr'),(3563888640,'de'),(3563896832,'hu'),(3563913216,'ru'),(3563921408,'ua'),(3563929600,'ch'),(3563937792,'tr'),(3563945984,'pl'),(3563954176,'it'),(3563962368,'ru'),(3563970560,'tr'),(3563978752,'it'),(3563995136,'mk'),(3564003328,'de'),(3564011520,'ua'),(3564019712,'uk'),(3564027904,'de'),(3564044288,'cz'),(3564052480,'uk'),(3564060672,'ru'),(3564068864,'es'),(3564077056,'uk'),(3564093440,'ua'),(3564101632,'de'),(3564109824,'se'),(3564126208,'it'),(3564134400,'kg'),(3564142592,'dk'),(3564150784,'se'),(3564158976,'de'),(3564175360,'uk'),(3564183552,'ua'),(3564191744,'be'),(3564199936,'ru'),(3564208128,'uk'),(3564216320,'pt'),(3564224512,'uk'),(3564232704,'ru'),(3564249088,'de'),(3564265472,'nl'),(3564273664,'de'),(3564306432,'tr'),(3564314624,'uk'),(3564322816,'it'),(3564331008,'es'),(3564339200,'uk'),(3564355584,'nl'),(3564363776,'ua'),(3564371968,'de'),(3564380160,'fi'),(3564388352,'se'),(3564396544,'ru'),(3564404736,'bg'),(3564412928,'il'),(3564421120,'sa'),(3564429312,'kz'),(3564437504,'lt'),(3564445696,'bg'),(3564453888,'de'),(3564462080,'ch'),(3564470272,'il'),(3564478464,'lu'),(3564486656,'ch'),(3564494848,'eu'),(3564503040,'jo'),(3564511232,'ru'),(3564519424,'si'),(3564527616,'sa'),(3564544000,'de'),(3564560384,'uk'),(3564568576,'eu'),(3564576768,'ru'),(3564584960,'sa'),(3564593152,'ru'),(3564601344,'se'),(3564609536,'ru'),(3564634112,'mk'),(3564642304,'ch'),(3564650496,'nl'),(3564666880,'ie'),(3564675072,'ru'),(3564683264,'ir'),(3564691456,'gi'),(3564699648,'uk'),(3564716032,'it'),(3564724224,'nl'),(3564732416,'uk'),(3564740608,'fr'),(3564748800,'uk'),(3564756992,'es'),(3564765184,'ru'),(3564773376,'de'),(3564781568,'lt'),(3564789760,'es'),(3564797952,'de'),(3564806144,'bg'),(3564814336,'pl'),(3564830720,'be'),(3564838912,'de'),(3564847104,'it'),(3564855296,'de'),(3564863488,'nl'),(3564879872,'uk'),(3564896256,'ru'),(3564904448,'de'),(3564912640,'bg'),(3564920832,'ru'),(3564929024,'at'),(3564937216,'rs'),(3564945408,'uk'),(3564961792,'tr'),(3564969984,'de'),(3564978176,'uk'),(3564986368,'de'),(3564994560,'nl'),(3565002752,'no'),(3565027328,'pl'),(3565035520,'ie'),(3565043712,'at'),(3565051904,'iq'),(3565060096,'uk'),(3565068288,'ch'),(3565076480,'de'),(3565084672,'is'),(3565092864,'uk'),(3565101056,'de'),(3565109248,'pl'),(3565117440,'tr'),(3565125632,'nl'),(3565158400,'es'),(3565223936,'fr'),(3565240320,'ie'),(3565248512,'ru'),(3565256704,'nl'),(3565289472,'dk'),(3565355008,'it'),(3565420544,'uk'),(3565518848,'tr'),(3565551616,'uk'),(3565682688,'nl'),(3565748224,'eu'),(3565813760,'sa'),(3565879296,'uk'),(3566010368,'it'),(3566075904,'nl'),(3566092288,'lv'),(3566108672,'es'),(3566141440,'il'),(3566206976,'de'),(3566272512,'es'),(3566338048,'fi'),(3566354432,'ro'),(3566370816,'tr'),(3566403584,'ch'),(3566436352,'ie'),(3566469120,'uk'),(3566534656,'de'),(3566551040,'fi'),(3566600192,'il'),(3566665728,'se'),(3566739456,'ru'),(3566747648,'gr'),(3566764032,'at'),(3566796800,'nl'),(3566862336,'tr'),(3566895104,'kz'),(3566927872,'fr'),(3566993408,'tr'),(3567058944,'fr'),(3567124480,'eu'),(3567157248,'cz'),(3567165440,'ru'),(3567169536,'mk'),(3567173632,'uk'),(3567239168,'eu'),(3567255552,'pl'),(3567321088,'uk'),(3567353856,'ch'),(3567386624,'uk'),(3567403008,'it'),(3567419392,'sa'),(3567427584,'se'),(3567435776,'uk'),(3567452160,'es'),(3567517696,'ru'),(3567583232,'eu'),(3567591424,'it'),(3567599616,'nl'),(3567648768,'be'),(3567665152,'es'),(3567673344,'at'),(3567681536,'es'),(3567714304,'eu'),(3567779840,'de'),(3567845376,'uk'),(3567861760,'no'),(3567878144,'es'),(3567976448,'it'),(3568041984,'de'),(3568107520,'uk'),(3568173056,'tr'),(3568304128,'ru'),(3568369664,'it'),(3568435200,'ua'),(3568443392,'nl'),(3568476160,'dk'),(3568484352,'nl'),(3568492544,'rs'),(3568500736,'il'),(3568566272,'fr'),(3568599040,'pl'),(3568631808,'se'),(3568697344,'pl'),(3568730112,'nl'),(3568746496,'fi'),(3568762880,'at'),(3568795648,'uk'),(3568803840,'it'),(3568812032,'es'),(3568828416,'de'),(3568959488,'at'),(3569025024,'nl'),(3569057792,'uk'),(3569090560,'ru'),(3569123328,'uk'),(3569156096,'nl'),(3569188864,'it'),(3569221632,'be'),(3569287168,'pl'),(3569352704,'ru'),(3569483776,'fr'),(3569614848,'uk'),(3569680384,'sk'),(3569713152,'at'),(3569729536,'fr'),(3569811456,'il'),(3569876992,'rs'),(3569942528,'de'),(3570073600,'nl'),(3570081792,'ch'),(3570089984,'uk'),(3570106368,'pl'),(3570139136,'de'),(3570171904,'nl'),(3570204672,'gr'),(3570270208,'nl'),(3570335744,'uk'),(3570401280,'fr'),(3570466816,'se'),(3570532352,'it'),(3570597888,'eu'),(3570630656,'de'),(3570663424,'uk'),(3570728960,'fi'),(3570794496,'se'),(3570860032,'ch'),(3570892800,'sa'),(3570925568,'it'),(3571023872,'se'),(3571056640,'de'),(3571122176,'uk'),(3571187712,'ru'),(3571253248,'uk'),(3571286016,'de'),(3571318784,'uk'),(3571384320,'de'),(3571482624,'be'),(3571515392,'uk'),(3571548160,'es'),(3571580928,'fi'),(3571646464,'de'),(3571712000,'uk'),(3571843072,'es'),(3571974144,'ru'),(3571978240,'sk'),(3571980288,'at'),(3571982336,'ru'),(3572006912,'ch'),(3572039680,'be'),(3572056064,'ru'),(3572072448,'bg'),(3572105216,'fr'),(3572170752,'il'),(3572203520,'si'),(3572236288,'at'),(3572301824,'dk'),(3572367360,'nl'),(3572432896,'it'),(3572465664,'be'),(3572498432,'uk'),(3572563968,'kg'),(3572572160,'nl'),(3572580352,'at'),(3572596736,'uk'),(3572629504,'dk'),(3572695040,'ch'),(3572760576,'pl'),(3572826112,'it'),(3572891648,'fi'),(3572957184,'se'),(3573022720,'ru'),(3573055488,'uk'),(3573088256,'ch'),(3573153792,'uk'),(3573219328,'gr'),(3573252096,'no'),(3573284864,'tr'),(3573415936,'ch'),(3573481472,'de'),(3573547008,'es'),(3573612544,'uk'),(3573743616,'ch'),(3573809152,'es'),(3573874688,'pl'),(3573878784,'ru'),(3573882880,'dk'),(3573884928,'pl'),(3573886976,'ru'),(3573889024,'hr'),(3573891072,'nl'),(3573893120,'ru'),(3573897216,'uk'),(3573899264,'ru'),(3573901312,'cz'),(3573903360,'si'),(3573905408,'cz'),(3573907456,'ru'),(3573909504,'pl'),(3573913600,'ch'),(3573915648,'ru'),(3573917696,'sa'),(3573919744,'uk'),(3573921792,'ru'),(3573923840,'ua'),(3573925888,'pl'),(3573929984,'ru'),(3573932032,'cz'),(3573938176,'pl'),(3573940224,'ps'),(3574005760,'cy'),(3574071296,'il'),(3574136832,'de'),(3574169600,'es'),(3574202368,'nl'),(3574267904,'fr'),(3574333440,'eu'),(3574398976,'pt'),(3574464512,'tr'),(3574530048,'se'),(3574595584,'fr'),(3574603776,'bg'),(3574611968,'hu'),(3574628352,'gr'),(3574661120,'nl'),(3574693888,'pl'),(3574726656,'uk'),(3574792192,'cz'),(3574824960,'uk'),(3574857728,'de'),(3574923264,'ru'),(3574939648,'se'),(3574956032,'it'),(3574972416,'lv'),(3574988800,'pt'),(3575054336,'de'),(3575119872,'ru'),(3575185408,'pl'),(3575250944,'it'),(3575316480,'ru'),(3575349248,'uk'),(3575382016,'fi'),(3575447552,'cz'),(3575513088,'pt'),(3575545856,'fr'),(3575562240,'de'),(3575578624,'eu'),(3575644160,'dk'),(3575709696,'at'),(3575742464,'ru'),(3575775232,'nl'),(3575824384,'kw'),(3575832576,'nl'),(3575840768,'uk'),(3575873536,'ee'),(3575906304,'fr'),(3575971840,'es'),(3576037376,'eu'),(3576102912,'uk'),(3576135680,'de'),(3576168448,'uk'),(3576266752,'fr'),(3576299520,'ae'),(3576365056,'tr'),(3576430592,'fr'),(3576496128,'it'),(3576561664,'nl'),(3576627200,'at'),(3576692736,'uk'),(3576758272,'be'),(3576823808,'se'),(3576889344,'nl'),(3576954880,'no'),(3576987648,'uk'),(3577020416,'nl'),(3577085952,'de'),(3577151488,'uk'),(3577184256,'ch'),(3577217024,'fr'),(3577282560,'il'),(3577348096,'pt'),(3577413632,'ru'),(3577479168,'es'),(3577544704,'uk'),(3577610240,'eu'),(3577675776,'pt'),(3577741312,'se'),(3578003456,'de'),(3578265600,'uk'),(3578331136,'pl'),(3578339328,'es'),(3578347520,'de'),(3578363904,'nl'),(3578396672,'tr'),(3578462208,'nl'),(3578527744,'pl'),(3578658816,'uk'),(3578724352,'ru'),(3578732544,'ie'),(3578740736,'ru'),(3578757120,'se'),(3578822656,'ru'),(3578855424,'uk'),(3578888192,'sk'),(3578920960,'it'),(3578986496,'de'),(3579002880,'uk'),(3579019264,'dk'),(3579052032,'nl'),(3579117568,'ru'),(3579183104,'uk'),(3579248640,'ru'),(3579346944,'se'),(3579445248,'at'),(3579478016,'fr'),(3579527168,'ba'),(3579543552,'bg'),(3579576320,'it'),(3579609088,'pl'),(3579641856,'nl'),(3579707392,'es'),(3579723776,'at'),(3579740160,'ie'),(3579772928,'de'),(3579838464,'es'),(3580100608,'se'),(3580362752,'uk'),(3580624896,'ru'),(3580626944,'pl'),(3580628992,'ru'),(3580631040,'nl'),(3580633088,'ru'),(3580635136,'cz'),(3580637184,'ru'),(3580639232,'pl'),(3580641280,'fr'),(3580643328,'ua'),(3580645376,'pl'),(3580647424,'at'),(3580649472,'se'),(3580651520,'nl'),(3580653568,'pl'),(3580655616,'sk'),(3580657664,'ru'),(3580663808,'pl'),(3580665856,'cz'),(3580667904,'ru'),(3580669952,'ua'),(3580672000,'ru'),(3580682240,'pl'),(3580684288,'eu'),(3580686336,'bg'),(3580688384,'ru'),(3580698624,'pl'),(3580702720,'ru'),(3580710912,'ua'),(3580715008,'ru'),(3580719104,'nl'),(3580723200,'ua'),(3580727296,'cz'),(3580731392,'ro'),(3580739584,'cz'),(3580743680,'ua'),(3580747776,'cz'),(3580751872,'uk'),(3580755968,'ru'),(3580772352,'lv'),(3580780544,'ua'),(3580805120,'ru'),(3580813312,'cz'),(3580821504,'fr'),(3580837888,'ua'),(3580887040,'se'),(3581149184,'eu'),(3581280256,'be'),(3581411328,'uk'),(3581673472,'nl'),(3581935616,'ru'),(3581943808,'fr'),(3581952000,'tr'),(3581960192,'de'),(3581976576,'no'),(3581984768,'ru'),(3581992960,'uk'),(3582001152,'dk'),(3582009344,'ru'),(3582017536,'uk'),(3582025728,'ru'),(3582033920,'cz'),(3582042112,'es'),(3582050304,'nl'),(3582058496,'at'),(3582066688,'ua'),(3582074880,'eu'),(3582083072,'bg'),(3582091264,'qa'),(3582099456,'uk'),(3582107648,'nl'),(3582115840,'se'),(3582124032,'fi'),(3582132224,'ru'),(3582140416,'ge'),(3582156800,'uk'),(3582164992,'se'),(3582173184,'uk'),(3582181376,'de'),(3582197760,'dk'),(3582205952,'ae'),(3582214144,'ru'),(3582222336,'se'),(3582230528,'be'),(3582238720,'nl'),(3582255104,'kw'),(3582263296,'me'),(3582271488,'nl'),(3582279680,'uk'),(3582287872,'de'),(3582296064,'im'),(3582304256,'ua'),(3582312448,'uk'),(3582320640,'ch'),(3582328832,'hu'),(3582337024,'es'),(3582345216,'it'),(3582353408,'se'),(3582361600,'pl'),(3582377984,'ru'),(3582386176,'nl'),(3582394368,'de'),(3582402560,'pl'),(3582410752,'ru'),(3582435328,'mk'),(3582443520,'de'),(3582451712,'lu'),(3582459904,'nl'),(3582468096,'se'),(3582476288,'de'),(3582492672,'it'),(3582509056,'sa'),(3582517248,'pl'),(3582525440,'uk'),(3582533632,'bg'),(3582541824,'il'),(3582550016,'rs'),(3582558208,'mc'),(3582566400,'eu'),(3582574592,'de'),(3582582784,'ru'),(3582590976,'fr'),(3582599168,'de'),(3582607360,'ru'),(3582615552,'cy'),(3582623744,'fi'),(3582631936,'no'),(3582640128,'ru'),(3582648320,'pt'),(3582656512,'es'),(3582664704,'jo'),(3582672896,'de'),(3582681088,'fr'),(3582689280,'de'),(3582697472,'fi'),(3582705664,'tr'),(3582722048,'it'),(3582730240,'es'),(3582738432,'dk'),(3582746624,'ru'),(3582754816,'gr'),(3582763008,'fi'),(3582771200,'cy'),(3582779392,'ru'),(3582787584,'pt'),(3582795776,'es'),(3582803968,'se'),(3582812160,'fi'),(3582820352,'ru'),(3582828544,'kz'),(3582836736,'ru'),(3582853120,'se'),(3582869504,'no'),(3582877696,'at'),(3582885888,'tr'),(3582894080,'ch'),(3582902272,'ru'),(3582910464,'si'),(3582918656,'uk'),(3582926848,'es'),(3582935040,'si'),(3582943232,'at'),(3582951424,'uk'),(3582959616,'fi'),(3582967808,'de'),(3582976000,'tr'),(3582984192,'de'),(3582992384,'es'),(3583000576,'it'),(3583008768,'tr'),(3583016960,'ch'),(3583025152,'it'),(3583033344,'fr'),(3583041536,'nl'),(3583049728,'ru'),(3583066112,'de'),(3583074304,'bg'),(3583082496,'kg'),(3583090688,'no'),(3583098880,'fi'),(3583107072,'at'),(3583115264,'ch'),(3583123456,'pl'),(3583131648,'se'),(3583139840,'de'),(3583148032,'uk'),(3583156224,'eu'),(3583164416,'pt'),(3583172608,'de'),(3583188992,'ru'),(3583205376,'hr'),(3583213568,'ir'),(3583221760,'at'),(3583229952,'ru'),(3583238144,'uk'),(3583246336,'ru'),(3583254528,'uk'),(3583262720,'tr'),(3583270912,'de'),(3583287296,'ru'),(3583295488,'es'),(3583303680,'nl'),(3583311872,'ru'),(3583320064,'hr'),(3583328256,'de'),(3583336448,'me'),(3583344640,'bg'),(3583352832,'cy'),(3583361024,'it'),(3583369216,'es'),(3583377408,'at'),(3583385600,'dk'),(3583393792,'ru'),(3583410176,'se'),(3583434752,'at'),(3583442944,'ua'),(3583451136,'il'),(3583459328,'cz'),(3583467520,'es'),(3583475712,'no'),(3583483904,'fr'),(3583492096,'sk'),(3583508480,'fr'),(3583516672,'uk'),(3583533056,'de'),(3583541248,'ru'),(3583549440,'nl'),(3583557632,'it'),(3583565824,'uk'),(3583574016,'no'),(3583582208,'at'),(3583590400,'de'),(3583598592,'se'),(3583606784,'tr'),(3583639552,'az'),(3583664128,'ro'),(3583680512,'ru'),(3583688704,'ua'),(3583696896,'nl'),(3583705088,'ua'),(3583713280,'cz'),(3583721472,'de'),(3583729664,'tr'),(3583737856,'eu'),(3583746048,'pl'),(3583762432,'cz'),(3583770624,'nl'),(3583778816,'it'),(3583787008,'ua'),(3583795200,'pl'),(3583803392,'ru'),(3583811584,'de'),(3583819776,'ru'),(3583827968,'ch'),(3583836160,'de'),(3583844352,'kz'),(3583852544,'fi'),(3583860736,'hu'),(3583868928,'at'),(3583877120,'ro'),(3583885312,'ge'),(3583893504,'si'),(3583901696,'ru'),(3583909888,'se'),(3583918080,'it'),(3583926272,'de'),(3583934464,'ch'),(3583950848,'pl'),(3583959040,'no'),(3583967232,'nl'),(3583975424,'lt'),(3583983616,'ru'),(3584000000,'ie'),(3584008192,'se'),(3584016384,'ru'),(3584024576,'ua'),(3584032768,'de'),(3584040960,'ch'),(3584049152,'de'),(3584057344,'uk'),(3584065536,'ua'),(3584073728,'sk'),(3584081920,'nl'),(3584098304,'si'),(3584106496,'fi'),(3584114688,'uk'),(3584122880,'pl'),(3584131072,'tr'),(3584139264,'no'),(3584147456,'fr'),(3584155648,'no'),(3584163840,'ch'),(3584172032,'fr'),(3584180224,'at'),(3584188416,'uk'),(3584196608,'de'),(3584204800,'nl'),(3584212992,'es'),(3584221184,'no'),(3584229376,'hu'),(3584245760,'nl'),(3584253952,'rs'),(3584262144,'se'),(3584270336,'fr'),(3584278528,'uk'),(3584286720,'at'),(3584294912,'uk'),(3584303104,'es'),(3584311296,'de'),(3584319488,'lt'),(3584327680,'de'),(3584335872,'es'),(3584344064,'se'),(3584352256,'ro'),(3584360448,'uk'),(3584368640,'lb'),(3584376832,'de'),(3584393216,'uk'),(3584401408,'mt'),(3584409600,'ru'),(3584417792,'uk'),(3584434176,'lu'),(3584442368,'uk'),(3584450560,'eu'),(3584458752,'sa'),(3584466944,'no'),(3584475136,'fr'),(3584483328,'de'),(3584491520,'bg'),(3584499712,'ru'),(3584507904,'uk'),(3584516096,'no'),(3584524288,'is'),(3584532480,'de'),(3584540672,'ru'),(3584548864,'es'),(3584557056,'ee'),(3584565248,'ru'),(3584573440,'de'),(3584589824,'ru'),(3584598016,'cz'),(3584606208,'de'),(3584614400,'uk'),(3584622592,'fi'),(3584630784,'bg'),(3584638976,'ua'),(3584647168,'lu'),(3584655360,'cy'),(3584663552,'fr'),(3584671744,'nl'),(3584688128,'uk'),(3584696320,'es'),(3584704512,'ru'),(3584720896,'uk'),(3584729088,'de'),(3584737280,'gr'),(3584745472,'dk'),(3584753664,'ru'),(3584770048,'nl'),(3584778240,'it'),(3584786432,'nl'),(3584794624,'it'),(3584802816,'uk'),(3584811008,'es'),(3584819200,'ru'),(3584827392,'es'),(3584835584,'az'),(3584843776,'de'),(3584860160,'pl'),(3584868352,'no'),(3584876544,'si'),(3584884736,'de'),(3584892928,'il'),(3584901120,'at'),(3584909312,'it'),(3584917504,'fi'),(3584925696,'uk'),(3584933888,'se'),(3584942080,'dk'),(3584950272,'ua'),(3584958464,'de'),(3584966656,'dk'),(3584974848,'fr'),(3584983040,'ua'),(3584991232,'it'),(3584999424,'uk'),(3585007616,'at'),(3585015808,'it'),(3585024000,'cz'),(3585032192,'lv'),(3585048576,'uk'),(3585056768,'lb'),(3585064960,'uk'),(3585081344,'ir'),(3585114112,'is'),(3585122304,'es'),(3585130496,'fr'),(3585138688,'ru'),(3585146880,'ro'),(3585155072,'uk'),(3585163264,'be'),(3585171456,'ru'),(3585179648,'be'),(3585196032,'es'),(3585204224,'uk'),(3585212416,'de'),(3585220608,'ru'),(3585228800,'de'),(3585236992,'hu'),(3585245184,'uk'),(3585253376,'de'),(3585261568,'it'),(3585269760,'sy'),(3585277952,'se'),(3585286144,'no'),(3585294336,'de'),(3585302528,'es'),(3585310720,'de'),(3585327104,'nl'),(3585335296,'ua'),(3585343488,'ee'),(3585351680,'cz'),(3585359872,'se'),(3585368064,'lv'),(3585376256,'pl'),(3585384448,'ch'),(3585392640,'ru'),(3585400832,'fr'),(3585409024,'ru'),(3585417216,'be'),(3585425408,'es'),(3585433600,'is'),(3585441792,'sk'),(3585449984,'sa'),(3585458176,'hu'),(3585474560,'de'),(3585482752,'fr'),(3585490944,'it'),(3585499136,'de'),(3585515520,'ru'),(3585523712,'lv'),(3585531904,'at'),(3585540096,'de'),(3585548288,'ru'),(3585556480,'de'),(3585564672,'ru'),(3585572864,'it'),(3585581056,'de'),(3585597440,'ru'),(3585605632,'pl'),(3585613824,'ee'),(3585622016,'ru'),(3585630208,'rs'),(3585638400,'ru'),(3585646592,'sa'),(3585654784,'no'),(3585662976,'by'),(3585671168,'se'),(3585679360,'fi'),(3585687552,'de'),(3585695744,'uk'),(3585703936,'de'),(3585712128,'uk'),(3585720320,'eu'),(3585728512,'se'),(3585744896,'fr'),(3585753088,'pl'),(3585761280,'ua'),(3585769472,'tr'),(3585777664,'jo'),(3585785856,'ua'),(3585794048,'fi'),(3585802240,'it'),(3585810432,'uk'),(3585818624,'de'),(3585826816,'ru'),(3585835008,'nl'),(3585843200,'no'),(3585851392,'se'),(3585859584,'de'),(3585867776,'no'),(3585875968,'ch'),(3585884160,'jo'),(3585892352,'de'),(3585900544,'no'),(3585908736,'fr'),(3585916928,'it'),(3585925120,'ch'),(3585933312,'nl'),(3585941504,'pl'),(3585949696,'kw'),(3585957888,'se'),(3585966080,'ch'),(3585974272,'be'),(3585982464,'ru'),(3585998848,'es'),(3586007040,'lt'),(3586015232,'fr'),(3586023424,'is'),(3586031616,'ie'),(3586039808,'uk'),(3586048000,'pt'),(3586056192,'ru'),(3586072576,'de'),(3586088960,'cz'),(3586097152,'hr'),(3586105344,'ie'),(3586113536,'bg'),(3586121728,'ie'),(3586129920,'cz'),(3586146304,'pl'),(3586162688,'fi'),(3586179072,'es'),(3586195456,'ru'),(3586211840,'ch'),(3586228224,'be'),(3586244608,'nl'),(3586260992,'es'),(3586277376,'tr'),(3586293760,'es'),(3586310144,'cz'),(3586326528,'ir'),(3586342912,'es'),(3586359296,'pl'),(3586375680,'cz'),(3586392064,'nl'),(3586408448,'ba'),(3586424832,'ch'),(3586441216,'de'),(3586457600,'nl'),(3586473984,'hu'),(3586490368,'lt'),(3586506752,'nl'),(3586523136,'eu'),(3586555904,'it'),(3586572288,'rs'),(3586588672,'it'),(3586596864,'uk'),(3586605056,'se'),(3586621440,'uk'),(3586637824,'pl'),(3586654208,'ge'),(3586662400,'ua'),(3586670592,'eu'),(3586686976,'se'),(3586703360,'ch'),(3586719744,'es'),(3586752512,'nl'),(3586785280,'ru'),(3586793472,'ch'),(3586801664,'hr'),(3586818048,'ie'),(3586834432,'de'),(3586850816,'no'),(3586867200,'fr'),(3586883584,'it'),(3586899968,'de'),(3586916352,'it'),(3586924544,'fi'),(3586932736,'lb'),(3586949120,'se'),(3586965504,'nl'),(3586981888,'it'),(3586998272,'pt'),(3587006464,'fr'),(3587014656,'uk'),(3587055616,'uz'),(3587063808,'nl'),(3587080192,'uk'),(3587088384,'de'),(3587096576,'nl'),(3587121152,'al'),(3587129344,'nl'),(3587145728,'cy'),(3587162112,'ir'),(3587178496,'at'),(3587186688,'de'),(3587194880,'uk'),(3587211264,'at'),(3587219456,'ru'),(3587227648,'uk'),(3587244032,'it'),(3587260416,'de'),(3587284992,'it'),(3587309568,'uk'),(3587325952,'ru'),(3587342336,'cz'),(3587358720,'sa'),(3587375104,'tr'),(3587383296,'cz'),(3587391488,'kz'),(3587407872,'be'),(3587424256,'de'),(3587440640,'se'),(3587457024,'uk'),(3587473408,'it'),(3587506176,'it'),(3587538944,'is'),(3587547136,'ch'),(3587555328,'be'),(3587571712,'de'),(3587579904,'be'),(3587588096,'bg'),(3587596288,'nl'),(3587604480,'fi'),(3587620864,'se'),(3587637248,'fr'),(3587653632,'sk'),(3587670016,'uk'),(3587702784,'de'),(3587710976,'cz'),(3587719168,'pl'),(3587735552,'eu'),(3587751936,'fi'),(3587768320,'de'),(3587776512,'ir'),(3587784704,'de'),(3587801088,'it'),(3587817472,'mt'),(3587833856,'de'),(3587842048,'it'),(3587850240,'pl'),(3587866624,'fr'),(3587874816,'de'),(3587883008,'uk'),(3587915776,'ee'),(3587932160,'be'),(3587948544,'ru'),(3587964928,'es'),(3587981312,'is'),(3587997696,'de'),(3588014080,'cz'),(3588030464,'ru'),(3588046848,'de'),(3588063232,'ch'),(3588071424,'uk'),(3588079616,'ch'),(3588096000,'nl'),(3588104192,'bg'),(3588112384,'fr'),(3588128768,'hu'),(3588145152,'pl'),(3588161536,'fr'),(3588227072,'be'),(3588292608,'at'),(3588308992,'no'),(3588325376,'uk'),(3588333568,'fr'),(3588341760,'it'),(3588358144,'bg'),(3588374528,'se'),(3588390912,'lt'),(3588407296,'cz'),(3588423680,'es'),(3588440064,'pl'),(3588456448,'nl'),(3588464640,'at'),(3588472832,'ua'),(3588489216,'fr'),(3588505600,'ru'),(3588521984,'pt'),(3588538368,'uk'),(3588554752,'at'),(3588571136,'uk'),(3588603904,'si'),(3588620288,'sa'),(3588628480,'ch'),(3588636672,'uz'),(3588653056,'it'),(3588661248,'no'),(3588669440,'uk'),(3588685824,'ua'),(3588702208,'es'),(3588718592,'bg'),(3588734976,'pl'),(3588751360,'tr'),(3588767744,'uk'),(3588784128,'ch'),(3588800512,'ru'),(3588816896,'it'),(3588833280,'ro'),(3588849664,'ie'),(3588857856,'ir'),(3588866048,'nl'),(3588882432,'ru'),(3588890624,'uk'),(3588898816,'no'),(3588915200,'it'),(3588931584,'ru'),(3588947968,'uk'),(3588964352,'cz'),(3588997120,'at'),(3589013504,'es'),(3589021696,'sa'),(3589029888,'es'),(3589046272,'no'),(3589079040,'dk'),(3589128192,'uk'),(3589144576,'ua'),(3589152768,'de'),(3589160960,'pl'),(3589177344,'tr'),(3589193728,'se'),(3589210112,'eu'),(3589226496,'no'),(3589242880,'nl'),(3589259264,'de'),(3589275648,'rs'),(3589292032,'at'),(3589308416,'de'),(3589324800,'bg'),(3589341184,'pl'),(3589373952,'de'),(3589390336,'ru'),(3589423104,'uk'),(3589439488,'se'),(3589455872,'ru'),(3589472256,'tr'),(3589488640,'ru'),(3589505024,'fi'),(3589521408,'it'),(3589537792,'fr'),(3589545984,'de'),(3589554176,'ps'),(3589570560,'uk'),(3589586944,'rs'),(3589603328,'fr'),(3589668864,'ru'),(3589677056,'fr'),(3589685248,'uk'),(3589742592,'nl'),(3589767168,'ru'),(3589816320,'eu'),(3589832704,'tr'),(3589849088,'uk'),(3589865472,'gr'),(3589881856,'nl'),(3589890048,'uk'),(3589931008,'si'),(3589947392,'fi'),(3589963776,'es'),(3589980160,'cz'),(3589996544,'uk'),(3590012928,'be'),(3590029312,'fr'),(3590045696,'ru'),(3590062080,'de'),(3590078464,'ru'),(3590094848,'de'),(3590111232,'lt'),(3590127616,'uk'),(3590144000,'si'),(3590160384,'uk'),(3590176768,'hu'),(3590193152,'it'),(3590201344,'de'),(3590209536,'es'),(3590225920,'tr'),(3590234112,'uk'),(3590242304,'eu'),(3590258688,'it'),(3590299648,'fi'),(3590307840,'uk'),(3640655872,'de'),(3641180160,'uk'),(3641188352,'tj'),(3641192448,'de'),(3641196544,'sa'),(3641200640,'ru'),(3641204736,'nl'),(3641208832,'jo'),(3641212928,'no'),(3641221120,'pl'),(3641229312,'ch'),(3641237504,'ru'),(3641241600,'uk'),(3641245696,'ua'),(3641249792,'de'),(3641262080,'it'),(3641266176,'ru'),(3641270272,'de'),(3641278464,'is'),(3641282560,'ru'),(3641286656,'pl'),(3641294848,'uk'),(3641298944,'se'),(3641303040,'bg'),(3641307136,'lt'),(3641311232,'de'),(3641315328,'dk'),(3641319424,'ru'),(3641323520,'de'),(3641331712,'es'),(3641335808,'se'),(3641344000,'uk'),(3641360384,'ro'),(3641368576,'uk'),(3641372672,'bg'),(3641376768,'it'),(3641380864,'ir'),(3641384960,'ch'),(3641389056,'de'),(3641393152,'kz'),(3641397248,'it'),(3641401344,'es'),(3641409536,'pl'),(3641417728,'ge'),(3641421824,'tj'),(3641425920,'de'),(3641430016,'ch'),(3641434112,'cz'),(3641442304,'uk'),(3641446400,'es'),(3641450496,'ru'),(3641454592,'sk'),(3641458688,'ru'),(3641462784,'uz'),(3641466880,'ru'),(3641470976,'md'),(3641475072,'it'),(3641479168,'uk'),(3641483264,'it'),(3641491456,'ua'),(3641499648,'sa'),(3641503744,'ru'),(3641507840,'no'),(3641516032,'hu'),(3641520128,'fr'),(3641524224,'de'),(3641528320,'es'),(3641540608,'uk'),(3641548800,'de'),(3641552896,'at'),(3641556992,'de'),(3641561088,'ru'),(3641565184,'se'),(3641573376,'no'),(3641577472,'ru'),(3641581568,'es'),(3641585664,'ru'),(3641589760,'ch'),(3641597952,'az'),(3641602048,'de'),(3641606144,'uk'),(3641610240,'de'),(3641618432,'uk'),(3641622528,'ru'),(3641626624,'hr'),(3641630720,'at'),(3641634816,'ru'),(3641638912,'at'),(3641643008,'ru'),(3641647104,'es'),(3641651200,'ru'),(3641655296,'uk'),(3641659392,'fr'),(3641663488,'mt'),(3641667584,'uk'),(3641671680,'ru'),(3641683968,'kz'),(3641688064,'ru'),(3641692160,'it'),(3641696256,'de'),(3641700352,'se'),(3641704448,'fr'),(3641708544,'ru'),(3641712640,'nl'),(3641716736,'uk'),(3641720832,'mk'),(3641729024,'dk'),(3641733120,'at'),(3641737216,'rs'),(3641741312,'es'),(3641745408,'de'),(3641749504,'cz'),(3641753600,'se'),(3641757696,'uk'),(3641761792,'cy'),(3641765888,'es'),(3641769984,'no'),(3641774080,'de'),(3641778176,'pl'),(3641782272,'uk'),(3641786368,'se'),(3641790464,'lt'),(3641794560,'rs'),(3641798656,'ru'),(3641802752,'nl'),(3641806848,'tr'),(3641810944,'ru'),(3641819136,'de'),(3641823232,'no'),(3641827328,'bh'),(3641835520,'it'),(3641839616,'uk'),(3641843712,'es'),(3641847808,'it'),(3641851904,'nl'),(3641856000,'uk'),(3641860096,'it'),(3641868288,'ru'),(3641876480,'es'),(3641880576,'de'),(3641884672,'no'),(3641888768,'it'),(3641892864,'es'),(3641896960,'bg'),(3641901056,'eu'),(3641905152,'nl'),(3641909248,'at'),(3641913344,'fr'),(3641917440,'gr'),(3641925632,'ru'),(3641933824,'uk'),(3641937920,'it'),(3641942016,'de'),(3641950208,'fr'),(3641954304,'md'),(3641958400,'be'),(3641962496,'uk'),(3641966592,'it'),(3641970688,'uk'),(3641978880,'dk'),(3641982976,'ru'),(3641991168,'se'),(3641995264,'de'),(3641999360,'hu'),(3642007552,'ua'),(3642015744,'ch'),(3642019840,'sy'),(3642028032,'uk'),(3642032128,'ps'),(3642040320,'by'),(3642048512,'il'),(3642056704,'ru'),(3642064896,'se'),(3642073088,'lv'),(3642077184,'be'),(3642081280,'nl'),(3642085376,'ru'),(3642089472,'se'),(3642093568,'nl'),(3642097664,'uk'),(3642101760,'no'),(3642109952,'be'),(3642114048,'no'),(3642118144,'uk'),(3642122240,'es'),(3642126336,'il'),(3642130432,'de'),(3642134528,'uk'),(3642138624,'ru'),(3642142720,'mt'),(3642146816,'de'),(3642150912,'it'),(3642163200,'nl'),(3642167296,'ru'),(3642171392,'jo'),(3642175488,'de'),(3642179584,'ru'),(3642187776,'dk'),(3642191872,'by'),(3642195968,'ru'),(3642204160,'uk'),(3642208256,'ru'),(3642212352,'ba'),(3642216448,'hu'),(3642220544,'uk'),(3642224640,'sk'),(3642228736,'de'),(3642232832,'rs'),(3642236928,'ch'),(3642241024,'de'),(3642245120,'lv'),(3642249216,'fr'),(3642253312,'fi'),(3642257408,'ru'),(3642261504,'uk'),(3642265600,'ir'),(3642269696,'ua'),(3642273792,'ru'),(3642277888,'de'),(3642290176,'al'),(3642294272,'uk'),(3642298368,'az'),(3642302464,'se'),(3642306560,'ir'),(3642310656,'de'),(3642314752,'ru'),(3642318848,'fi'),(3642322944,'at'),(3642327040,'de'),(3642331136,'ru'),(3642335232,'de'),(3642339328,'fr'),(3642343424,'ua'),(3642347520,'ru'),(3642355712,'se'),(3642359808,'ru'),(3642368000,'ch'),(3642376192,'rs'),(3642380288,'it'),(3642384384,'nl'),(3642392576,'am'),(3642396672,'md'),(3642404864,'ru'),(3642408960,'fr'),(3642413056,'uk'),(3642417152,'it'),(3642421248,'de'),(3642429440,'uk'),(3642433536,'cy'),(3642441728,'it'),(3642449920,'ch'),(3642454016,'it'),(3642458112,'ru'),(3642462208,'ua'),(3642466304,'se'),(3642474496,'de'),(3642478592,'hu'),(3642482688,'nl'),(3642486784,'uk'),(3642499072,'se'),(3642503168,'lv'),(3642507264,'fr'),(3642509312,'ru'),(3642515456,'de'),(3642519552,'it'),(3642523648,'uk'),(3642527744,'pl'),(3642531840,'dk'),(3642535936,'is'),(3642540032,'se'),(3642544128,'ru'),(3642552320,'eu'),(3642556416,'cz'),(3642560512,'kg'),(3642564608,'de'),(3642568704,'ru'),(3642572800,'it'),(3642576896,'ru'),(3642580992,'es'),(3642585088,'uz'),(3642593280,'at'),(3642597376,'it'),(3642601472,'ru'),(3642605568,'uk'),(3642613760,'ax'),(3642617856,'jo'),(3642621952,'it'),(3642626048,'be'),(3642630144,'dk'),(3642634240,'de'),(3642638336,'cz'),(3642642432,'dk'),(3642646528,'mt'),(3642650624,'uk'),(3642654720,'pl'),(3642662912,'uz'),(3642667008,'fi'),(3642671104,'ua'),(3642675200,'bg'),(3642679296,'de'),(3642683392,'ru'),(3642687488,'uk'),(3642691584,'de'),(3642695680,'sk'),(3642699776,'cz'),(3642703872,'lu'),(3642707968,'de'),(3642712064,'no'),(3642716160,'it'),(3642720256,'uk'),(3642728448,'se'),(3642736640,'cz'),(3642740736,'de'),(3642744832,'tr'),(3642753024,'uk'),(3643801600,'de'),(3644325888,'it'),(3644588032,'dk'),(3644719104,'nl'),(3644809216,'am'),(3644817408,'nl'),(3644850176,'cz'),(3644854272,'az'),(3644858368,'fi'),(3644862464,'fr'),(3644866560,'de'),(3644878848,'uk'),(3644882944,'ru'),(3644887040,'ir'),(3644891136,'de'),(3644895232,'fi'),(3644899328,'it'),(3644903424,'tr'),(3644907520,'uk'),(3644911616,'be'),(3644915712,'ru'),(3644919808,'de'),(3644923904,'il'),(3644928000,'gi'),(3644932096,'it'),(3644936192,'ru'),(3644940288,'hu'),(3644948480,'de'),(3644952576,'uk'),(3644960768,'de'),(3644964864,'rs'),(3644968960,'ru'),(3644973056,'no'),(3644977152,'ua'),(3644981248,'be'),(3644985344,'ru'),(3644989440,'de'),(3644997632,'ru'),(3645005824,'ua'),(3645009920,'fr'),(3645014016,'de'),(3645018112,'ru'),(3645022208,'cz'),(3645030400,'ir'),(3645038592,'ps'),(3645046784,'ru'),(3645050880,'sk'),(3645054976,'de'),(3645059072,'uk'),(3645063168,'ua'),(3645067264,'se'),(3645071360,'de'),(3645075456,'ru'),(3645079552,'ie'),(3645083648,'fr'),(3645087744,'es'),(3645091840,'ru'),(3645095936,'pl'),(3645104128,'nl'),(3645112320,'de'),(3645116416,'uk'),(3645120512,'se'),(3645124608,'nl'),(3645128704,'uk'),(3645132800,'hr'),(3645136896,'no'),(3645145088,'uk'),(3645149184,'de'),(3645165568,'tr'),(3645169664,'ch'),(3645173760,'uk'),(3645177856,'gr'),(3645181952,'fr'),(3645186048,'uk'),(3645190144,'fi'),(3645194240,'de'),(3645202432,'cz'),(3645206528,'lv'),(3645210624,'ru'),(3645214720,'nl'),(3645218816,'de'),(3645222912,'kw'),(3645227008,'ru'),(3645235200,'de'),(3645243392,'es'),(3645247488,'ru'),(3645251584,'se'),(3645255680,'pl'),(3645259776,'pt'),(3645263872,'fr'),(3645267968,'ru'),(3645276160,'de'),(3645280256,'it'),(3645284352,'de'),(3645288448,'fr'),(3645292544,'de'),(3645296640,'nl'),(3645300736,'be'),(3645304832,'es'),(3645308928,'dk'),(3645313024,'es'),(3645317120,'ee'),(3645321216,'ba'),(3645325312,'it'),(3645329408,'ch'),(3645333504,'eu'),(3645341696,'ru'),(3645345792,'fi'),(3645349888,'ru'),(3645353984,'mt'),(3645358080,'es'),(3645362176,'fr'),(3645364224,'de'),(3645366272,'ru'),(3645370368,'ch'),(3645374464,'ru'),(3645378560,'se'),(3645382656,'it'),(3645386752,'se'),(3645390848,'si'),(3645399040,'it'),(3645403136,'uk'),(3645407232,'de'),(3645411328,'ru'),(3645415424,'uk'),(3645423616,'de'),(3645431808,'be'),(3645435904,'uk'),(3645440000,'se'),(3645444096,'sk'),(3645448192,'de'),(3645456384,'uk'),(3645460480,'ua'),(3645464576,'se'),(3645468672,'ru'),(3645472768,'ua'),(3645476864,'de'),(3645480960,'ro'),(3645489152,'ru'),(3645493248,'it'),(3645501440,'pl'),(3645505536,'de'),(3645509632,'uk'),(3645513728,'ru'),(3645517824,'ie'),(3645521920,'pl'),(3645526016,'se'),(3645530112,'fr'),(3645534208,'ru'),(3645550592,'de'),(3645558784,'dk'),(3645562880,'uk'),(3645566976,'ru'),(3645571072,'ie'),(3645575168,'ch'),(3645579264,'nl'),(3645583360,'pl'),(3645587456,'sk'),(3645595648,'se'),(3645603840,'bg'),(3645612032,'uk'),(3645616128,'at'),(3645620224,'ba'),(3645624320,'cz'),(3645628416,'es'),(3645636608,'am'),(3645640704,'nl'),(3645644800,'ru'),(3645648896,'se'),(3645652992,'kz'),(3645657088,'se'),(3645661184,'de'),(3645665280,'pl'),(3645669376,'es'),(3645677568,'at'),(3645681664,'ru'),(3645685760,'ua'),(3645689856,'it'),(3645693952,'be'),(3645698048,'es'),(3645702144,'uk'),(3645706240,'lt'),(3645710336,'no'),(3645714432,'ru'),(3645722624,'it'),(3645726720,'ru'),(3645734912,'nl'),(3645743104,'cz'),(3645747200,'uk'),(3645751296,'fi'),(3645755392,'ua'),(3645759488,'fr'),(3645763584,'de'),(3645767680,'ie'),(3645771776,'se'),(3645779968,'ps'),(3645788160,'uk'),(3645796352,'ch'),(3645800448,'de'),(3645804544,'uk'),(3645808640,'de'),(3645812736,'ru'),(3645816832,'fi'),(3645829120,'nl'),(3645833216,'ru'),(3645841408,'bg'),(3645845504,'ru'),(3645849600,'bg'),(3645857792,'uk'),(3645865984,'hu'),(3645870080,'pl'),(3645874176,'uk'),(3645878272,'de'),(3645882368,'ch'),(3645886464,'de'),(3645890560,'ru'),(3645894656,'pl'),(3645898752,'de'),(3646947328,'pl'),(3647209472,'nl'),(3647602688,'ru'),(3647733760,'fr'),(3647864832,'uk'),(3647995904,'ru'),(3648004096,'uk'),(3648008192,'fr'),(3648016384,'uk'),(3648020480,'it'),(3648024576,'nl'),(3648028672,'hu'),(3648032768,'de'),(3648036864,'cz'),(3648040960,'be'),(3648045056,'fi'),(3648049152,'ua'),(3648053248,'fr'),(3648057344,'fi'),(3648061440,'am'),(3648069632,'de'),(3648073728,'hu'),(3648077824,'be'),(3648086016,'at'),(3648090112,'ru'),(3648094208,'pl'),(3648102400,'uk'),(3648106496,'de'),(3648110592,'fr'),(3648114688,'it'),(3648118784,'pl'),(3648122880,'es'),(3648126976,'ru'),(3648139264,'uk'),(3648143360,'de'),(3648147456,'se'),(3648151552,'nl'),(3648155648,'ch'),(3648159744,'es'),(3648163840,'ru'),(3648167936,'ie'),(3648172032,'ru'),(3648176128,'fr'),(3648180224,'de'),(3648184320,'ru'),(3648192512,'de'),(3648196608,'it'),(3648200704,'se'),(3648208896,'de'),(3648212992,'ru'),(3648217088,'ua'),(3648221184,'ie'),(3648225280,'de'),(3648233472,'fr'),(3648237568,'ru'),(3648241664,'nl'),(3648245760,'ro'),(3648249856,'nl'),(3648253952,'cz'),(3648258048,'es'),(3648266240,'hu'),(3648270336,'ru'),(3648274432,'at'),(3648278528,'no'),(3648282624,'pl'),(3648286720,'de'),(3648290816,'ru'),(3648299008,'fi'),(3648303104,'at'),(3648307200,'tr'),(3648311296,'dk'),(3648327680,'lt'),(3648331776,'be'),(3648339968,'ua'),(3648344064,'ru'),(3648348160,'de'),(3648352256,'ru'),(3648356352,'pl'),(3648360448,'uk'),(3648364544,'ch'),(3648368640,'ru'),(3648372736,'lu'),(3648376832,'cz'),(3648380928,'nl'),(3648385024,'ru'),(3648389120,'it'),(3648393216,'de'),(3648397312,'no'),(3648405504,'ru'),(3648413696,'sk'),(3648417792,'uk'),(3648425984,'it'),(3648430080,'nl'),(3648434176,'ru'),(3648438272,'ch'),(3648442368,'se'),(3648446464,'fr'),(3648450560,'it'),(3648454656,'nl'),(3648458752,'ru'),(3648462848,'fi'),(3648466944,'de'),(3648471040,'pl'),(3648475136,'ru'),(3648479232,'ch'),(3648483328,'sk'),(3648487424,'fr'),(3648491520,'ch'),(3648495616,'se'),(3648499712,'fr'),(3648503808,'de'),(3648512000,'nl'),(3648516096,'rs'),(3648520192,'nl'),(3648782336,'es'),(3649044480,'fr'),(3649110016,'pt'),(3649175552,'es'),(3649241088,'tr'),(3649306624,'il'),(3649372160,'it'),(3649437696,'eu'),(3649568768,'be'),(3649634304,'uk'),(3649699840,'mt'),(3649830912,'nl'),(3649835008,'es'),(3649839104,'uk'),(3649847296,'de'),(3649855488,'uk'),(3649859584,'se'),(3649863680,'fi'),(3649896448,'it'),(3649961984,'se'),(3650093056,'jo'),(3650097152,'sk'),(3650101248,'de'),(3650105344,'ch'),(3650113536,'uk'),(3650117632,'ru'),(3650121728,'fr'),(3650125824,'de'),(3650129920,'uk'),(3650134016,'ru'),(3650142208,'pl'),(3650150400,'no'),(3650158592,'mt'),(3650162688,'ru'),(3650166784,'be'),(3650170880,'dk'),(3650174976,'uk'),(3650179072,'bg'),(3650183168,'de'),(3650187264,'uk'),(3650195456,'ru'),(3650199552,'bg'),(3650203648,'es'),(3650207744,'sk'),(3650211840,'lv'),(3650215936,'uk'),(3650220032,'sa'),(3650224128,'ie'),(3650232320,'ru'),(3650236416,'uk'),(3650240512,'ee'),(3650244608,'uk'),(3650256896,'de'),(3650265088,'ch'),(3650269184,'uk'),(3650273280,'it'),(3650277376,'ir'),(3650281472,'fr'),(3650285568,'ua'),(3650289664,'ru'),(3650297856,'lt'),(3650301952,'de'),(3650310144,'uk'),(3650314240,'de'),(3650318336,'gi'),(3650322432,'it'),(3650330624,'ua'),(3650334720,'uk'),(3650338816,'fr'),(3650342912,'ch'),(3650347008,'ge'),(3650351104,'uk'),(3650355200,'ch'),(3650359296,'nl'),(3650363392,'uk'),(3650367488,'ru'),(3650371584,'es'),(3650375680,'nl'),(3650379776,'it'),(3650387968,'de'),(3650392064,'no'),(3650396160,'nl'),(3650404352,'ru'),(3650412544,'de'),(3650416640,'be'),(3650420736,'es'),(3650424832,'ru'),(3650428928,'nl'),(3650433024,'fi'),(3650437120,'nl'),(3650441216,'it'),(3650445312,'uk'),(3650449408,'no'),(3650453504,'nl'),(3650457600,'es'),(3650461696,'at'),(3650465792,'ru'),(3650469888,'nl'),(3650478080,'at'),(3650482176,'pl'),(3650486272,'ru'),(3650502656,'se'),(3650510848,'uk'),(3650519040,'hu'),(3650523136,'de'),(3650527232,'se'),(3650535424,'ru'),(3650539520,'es'),(3650543616,'ch'),(3650551808,'fr'),(3650555904,'ru'),(3650560000,'uk'),(3650564096,'se'),(3650568192,'ru'),(3650572288,'de'),(3650576384,'uk'),(3650580480,'ch'),(3650584576,'ru'),(3650588672,'de'),(3650592768,'is'),(3650600960,'se'),(3650605056,'de'),(3650617344,'fi'),(3650682880,'pl'),(3650748416,'uk'),(3650879488,'ro'),(3650912256,'uk'),(3650945024,'dk'),(3651010560,'uk'),(3651076096,'de'),(3651108864,'ee'),(3651141632,'de'),(3651207168,'eu'),(3651272704,'ch'),(3651338240,'uk'),(3651403776,'ae'),(3651534848,'nl'),(3651600384,'fr'),(3651665920,'es'),(3651670016,'uk'),(3651674112,'ch'),(3651682304,'ru'),(3651686400,'no'),(3651690496,'fr'),(3651694592,'pt'),(3651698688,'pl'),(3651702784,'uk'),(3651706880,'mt'),(3651710976,'az'),(3651715072,'pl'),(3651719168,'cz'),(3651723264,'it'),(3651727360,'ru'),(3651731456,'uk'),(3651747840,'fi'),(3651751936,'ru'),(3651756032,'it'),(3651764224,'ch'),(3651772416,'uk'),(3651776512,'cz'),(3651780608,'tr'),(3651784704,'rs'),(3651788800,'nl'),(3651792896,'fr'),(3651796992,'nl'),(3651813376,'ru'),(3651821568,'cz'),(3651825664,'ru'),(3651829760,'no'),(3651837952,'pl'),(3651842048,'de'),(3651846144,'no'),(3651850240,'ru'),(3651854336,'it'),(3651862528,'ru'),(3651866624,'fr'),(3651870720,'it'),(3651874816,'pl'),(3651878912,'ru'),(3651883008,'be'),(3651887104,'uk'),(3651891200,'de'),(3651895296,'uk'),(3651899392,'ru'),(3651903488,'it'),(3651907584,'de'),(3651911680,'no'),(3651915776,'is'),(3651919872,'ru'),(3651923968,'de'),(3651928064,'it'),(3651932160,'ru'),(3651936256,'de'),(3651944448,'es'),(3651948544,'fo'),(3651952640,'ir'),(3651960832,'uk'),(3651964928,'sk'),(3651969024,'de'),(3651977216,'it'),(3651985408,'pl'),(3651997696,'ru'),(3652001792,'hu'),(3652005888,'uk'),(3652009984,'ru'),(3652014080,'sa'),(3652018176,'uk'),(3652022272,'es'),(3652026368,'de'),(3652034560,'pl'),(3652046848,'ie'),(3652050944,'li'),(3652055040,'no'),(3652059136,'ru'),(3652063232,'ir'),(3652067328,'tr'),(3652071424,'bg'),(3652075520,'se'),(3652083712,'ru'),(3652087808,'it'),(3652096000,'bg'),(3652100096,'ru'),(3652108288,'fr'),(3652116480,'tm'),(3652120576,'uk'),(3652124672,'ua'),(3652128768,'ru'),(3652136960,'it'),(3652141056,'uk'),(3652145152,'ua'),(3652149248,'de'),(3652153344,'se'),(3652157440,'ru'),(3652165632,'fr'),(3652173824,'at'),(3652177920,'cy'),(3652182016,'de'),(3652190208,'uk'),(3652714496,'de'),(3653238784,'ch'),(3653369856,'it'),(3653373952,'nl'),(3653378048,'de'),(3653382144,'ch'),(3653386240,'de'),(3653390336,'fr'),(3653394432,'nl'),(3653402624,'uk'),(3653410816,'cz'),(3653414912,'it'),(3653419008,'il'),(3653423104,'uk'),(3653427200,'de'),(3653431296,'ru'),(3653435392,'de'),(3653439488,'fr'),(3653443584,'de'),(3653447680,'lv'),(3653451776,'ru'),(3653464064,'nl'),(3653468160,'gr'),(3653472256,'nl'),(3653476352,'cz'),(3653480448,'dk'),(3653484544,'tr'),(3653488640,'ru'),(3653492736,'nl'),(3653500928,'uk'),(3653505024,'kz'),(3653509120,'nl'),(3653513216,'no'),(3653517312,'at'),(3653525504,'ru'),(3653529600,'cz'),(3653537792,'at'),(3653541888,'ua'),(3653545984,'ch'),(3653550080,'uk'),(3653554176,'cz'),(3653558272,'uk'),(3653566464,'ru'),(3653574656,'cz'),(3653578752,'se'),(3653582848,'pl'),(3653586944,'de'),(3653591040,'lu'),(3653595136,'ru'),(3653599232,'bg'),(3653603328,'cz'),(3653607424,'pl'),(3653611520,'hu'),(3653615616,'ru'),(3653619712,'ch'),(3653623808,'ru'),(3653636096,'nl'),(3653640192,'uk'),(3653648384,'se'),(3653652480,'ru'),(3653656576,'uk'),(3653660672,'cz'),(3653664768,'ua'),(3653668864,'se'),(3653672960,'ru'),(3653681152,'es'),(3653685248,'dk'),(3653689344,'lv'),(3653693440,'de'),(3653697536,'it'),(3653705728,'no'),(3653713920,'de'),(3653718016,'at'),(3653722112,'lv'),(3653730304,'ba'),(3653738496,'uk'),(3653746688,'de'),(3653750784,'ru'),(3653754880,'ua'),(3653758976,'ru'),(3653763072,'it'),(3654025216,'uk'),(3654287360,'se'),(3654811648,'es'),(3654942720,'ir'),(3655073792,'it'),(3655335936,'de'),(3232235520,'01'),(3232301055,'it'),(2886729728,'01'),(2887778303,'us'),(167772160,'01'),(184549375,'us'),(3332724736,'pm'),(3332726783,'ca'),(1314324480,'gr'),(1314357247,'uk'); /*!40000 ALTER TABLE `ip2nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ip2nationcountries` -- DROP TABLE IF EXISTS `ip2nationcountries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ip2nationcountries` ( `code` varchar(4) NOT NULL default '', `iso_code_2` varchar(2) NOT NULL default '', `iso_code_3` varchar(3) default '', `iso_country` varchar(255) NOT NULL default '', `country` varchar(255) NOT NULL default '', `lat` float NOT NULL default '0', `lon` float NOT NULL default '0', PRIMARY KEY (`code`), KEY `code` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ip2nationcountries` -- LOCK TABLES `ip2nationcountries` WRITE; /*!40000 ALTER TABLE `ip2nationcountries` DISABLE KEYS */; INSERT INTO `ip2nationcountries` VALUES ('ad','AN','AND','Andorra','Andorra',42.3,1.3),('ae','AR','ARE','United Arab Emirates','United Arab Emirates',24,54),('af','AF','AFG','Afghanistan','Afghanistan',33,65),('ag','AT','ATG','Antigua and Barbuda','Antigua and Barbuda',17.03,-61.48),('ai','AI','AIA','Anguilla','Anguilla',18.15,-63.1),('al','AL','ALB','Albania','Albania',41,20),('am','AR','ARM','Armenia','Armenia',40,45),('an','AN','ANT','Netherlands Antilles','Netherlands Antilles',12.15,-68.45),('ao','AG','AGO','Angola','Angola',-12.3,18.3),('aq','AT','ATA','Antarctica','Antarctica',-90,0),('ar','AR','ARG','Argentina','Argentina',-34,-64),('as','AS','ASM','American Samoa','American Samoa',-14.2,-170),('at','AU','AUT','Austria','Austria',47.2,13.2),('au','AU','AUS','Australia','Australia',-27,133),('aw','AB','ABW','Aruba','Aruba',12.3,-69.58),('az','AZ','AZE','Azerbaijan','Azerbaijan',40.3,47.3),('ba','BI','BIH','Bosnia and Herzegovina','Bosnia and Herzegovina',44,18),('bb','BR','BRB','Barbados','Barbados',13.1,-59.32),('bd','BG','BGD','Bangladesh','Bangladesh',24,90),('be','BE','BEL','Belgium','Belgium',50.5,4),('bf','BF','BFA','Burkina Faso','Burkina Faso',13,-2),('bg','BG','BGR','Bulgaria','Bulgaria',43,25),('bh','BH','BHR','Bahrain','Bahrain',26,50.33),('bi','BD','BDI','Burundi','Burundi',-3.3,30),('bj','BE','BEN','Benin','Benin',9.3,2.15),('bm','BM','BMU','Bermuda','Bermuda',32.2,-64.45),('bn','BR','BRN','Brunei Darussalam','Brunei Darussalam',4.3,114.4),('bo','BO','BOL','Bolivia','Bolivia',-17,-65),('br','BR','BRA','Brazil','Brazil',-10,-55),('bs','BH','BHS','Bahamas','Bahamas',24.15,-76),('bt','BT','BTN','Bhutan','Bhutan',27.3,90.3),('bv','BV','BVT','Bouvet Island','Bouvet Island',-54.26,3.24),('bw','BW','BWA','Botswana','Botswana',-22,24),('by','BL','BLR','Belarus','Belarus',53,28),('bz','BL','BLZ','Belize','Belize',17.15,-88.45),('ca','CA','CAN','Canada','Canada',60,-95),('cc','CC','CCK','Cocos (Keeling) Islands','Cocos (Keeling) Islands',-12.3,96.5),('cf','CA','CAF','Central African Republic','Central African Republic',7,21),('cg','CO','COG','Congo','Congo',0,25),('ch','CH','CHE','Switzerland','Switzerland',47,8),('ck','CO','COK','Cook Islands','Cook Islands',-21.14,-159.46),('cl','CH','CHL','Chile','Chile',-30,-71),('cm','CM','CMR','Cameroon','Cameroon',6,12),('cn','CH','CHN','China','China',35,105),('co','CO','COL','Colombia','Colombia',4,-72),('cr','CR','CRI','Costa Rica','Costa Rica',10,-84),('cs','SC','SCG','Serbia and Montenegro','Serbia and Montenegro',43.57,21.41),('cu','CU','CUB','Cuba','Cuba',21.3,-80),('cv','CP','CPV','Cape Verde','Cape Verde',16,-24),('cx','CX','CXR','Christmas Island','Christmas Island',-10.3,105.4),('cy','CY','CYP','Cyprus','Cyprus',35,33),('cz','CZ','CZE','Czech Republic','Czech Republic',49.45,15.3),('de','DE','DEU','Germany','Germany',51,9),('dj','DJ','DJI','Djibouti','Djibouti',11.3,43),('dk','DN','DNK','Denmark','Denmark',56,10),('dm','DM','DMA','Dominica','Dominica',15.25,-61.2),('do','DO','DOM','Dominican Republic','Dominican Republic',19,-70.4),('dz','DZ','DZA','Algeria','Algeria',28,3),('ec','EC','ECU','Ecuador','Ecuador',-2,-77.3),('ee','ES','EST','Estonia','Estonia',59,26),('eg','EG','EGY','Egypt','Egypt',27,30),('eh','ES','ESH','Western Sahara','Western Sahara',24.3,-13),('er','ER','ERI','Eritrea','Eritrea',15,39),('es','ES','ESP','Spain','Spain',40,-4),('et','ET','ETH','Ethiopia','Ethiopia',8,38),('fi','FI','FIN','Finland','Finland',64,26),('fj','FJ','FJI','Fiji','Fiji',-18,175),('fk','FL','FLK','Falkland Islands (Malvinas)','Falkland Islands (Malvinas)',-51.45,-59),('fm','FS','FSM','Micronesia','Micronesia',6.55,158.15),('fo','FR','FRO','Faroe Islands','Faroe Islands',62,-7),('fr','FR','FRA','France','France',46,2),('ci','CI','CIV','Cote D’ivoire','Ivory Coast',7.64,-4.93),('ga','GA','GAB','Gabon','Gabon',-1,11.45),('gd','GR','GRD','Grenada','Grenada',12.07,-61.4),('ge','GE','GEO','Georgia','Georgia',42,43.3),('gf','GU','GUF','French Guiana','French Guiana',4,-53),('gh','GH','GHA','Ghana','Ghana',8,-2),('gi','GI','GIB','Gibraltar','Gibraltar',36.8,-5.21),('gl','GR','GRL','Greenland','Greenland',72,-40),('gm','GM','GMB','Gambia','Gambia',13.28,-16.34),('gn','GI','GIN','Guinea','Guinea',11,-10),('gp','GL','GLP','Guadeloupe','Guadeloupe',16.15,-61.35),('gq','GN','GNQ','Equatorial Guinea','Equatorial Guinea',2,10),('gr','GR','GRC','Greece','Greece',39,22),('gs','SG','SGS','South Georgia and the South Sandwich Islands','S. Georgia and S. Sandwich Isls.',-54.3,-37),('gt','GT','GTM','Guatemala','Guatemala',15.3,-90.15),('gu','GU','GUM','Guam','Guam',13.28,144.47),('gw','GN','GNB','Guinea-Bissau','Guinea-Bissau',12,-15),('gy','GU','GUY','Guyana','Guyana',5,-59),('hk','HK','HKG','Hong Kong','Hong Kong',22.15,114.1),('hm','HM','HMD','Heard Island and Mcdonald Islands','Heard and McDonald Islands',-53.06,72.31),('hn','HN','HND','Honduras','Honduras',15,-86.3),('hr','HR','HRV','Croatia (Hrvatska)','Croatia (Hrvatska)',45.1,15.3),('ht','HT','HTI','Haiti','Haiti',19,-72.25),('hu','HU','HUN','Hungary','Hungary',47,20),('id','ID','IDN','Indonesia','Indonesia',-5,120),('ie','IR','IRL','Ireland','Ireland',53,-8),('il','IS','ISR','Israel','Israel',31.3,34.45),('in','IN','IND','India','India',20,77),('io','IO','IOT','British Indian Ocean Territory','British Indian Ocean Territory',-6,71.3),('iq','IR','IRQ','Iraq','Iraq',33,44),('ir','IR','IRN','Iran, Islamic Republic of','Iran',32,53),('is','IS','ISL','Iceland','Iceland',65,-18),('it','IT','ITA','Italy','Italy',42.5,12.5),('jm','JA','JAM','Jamaica','Jamaica',18.15,-77.3),('jo','JO','JOR','Jordan','Jordan',31,36),('jp','JP','JPN','Japan','Japan',36,138),('ke','KE','KEN','Kenya','Kenya',1,38),('kg','KG','KGZ','Kyrgyzstan','Kyrgyzstan',41,75),('kh','KH','KHM','Cambodia','Cambodia',13,105),('ki','KI','KIR','Kiribati','Kiribati',1.25,173),('km','CO','COM','Comoros','Comoros',-12.1,44.15),('kn','KN','KNA','Saint Kitts and Nevis','Saint Kitts and Nevis',17.2,-62.45),('kp','PR','PRK','Korea, Democratic People’s Republic of (North)','Korea (North)',40,127),('kr','KO','KOR','Korea, Republic of (South)','Korea (South)',37,127.3),('kw','KW','KWT','Kuwait','Kuwait',29.3,45.45),('ky','CY','CYM','Cayman Islands','Cayman Islands',19.3,-80.3),('kz','KA','KAZ','Kazakhstan','Kazakhstan',48,68),('la','LA','LAO','Lao People’s Democratic Republic','Laos',18,105),('lb','LB','LBN','Lebanon','Lebanon',33.5,35.5),('lc','LC','LCA','Saint Lucia','Saint Lucia',13.53,-60.68),('li','LI','LIE','Liechtenstein','Liechtenstein',47.16,9.32),('lk','LK','LKA','Sri Lanka','Sri Lanka',7,81),('lr','LB','LBR','Liberia','Liberia',6.3,-9.3),('ls','LS','LSO','Lesotho','Lesotho',-29.3,28.3),('lt','LT','LTU','Lithuania','Lithuania',56,24),('lu','LU','LUX','Luxembourg','Luxembourg',49.45,6.1),('lv','LV','LVA','Latvia','Latvia',57,25),('ly','LB','LBY','Libyan Arab Jamahiriya','Libya',25,17),('ma','MA','MAR','Morocco','Morocco',32,-5),('mc','MC','MCO','Monaco','Monaco',43.44,7.24),('md','MD','MDA','Moldova','Moldova',47,29),('mg','MD','MDG','Madagascar','Madagascar',-20,47),('mh','MH','MHL','Marshall Islands','Marshall Islands',9,168),('mk','MK','MKD','Macedonia, the Former Yugoslav Republic of','Macedonia',41.5,22),('ml','ML','MLI','Mali','Mali',17,-4),('mm','MM','MMR','Myanmar','Burma (Myanmar)',22,98),('mn','MN','MNG','Mongolia','Mongolia',46,105),('mo','MO','MAC','Macau','Macau',22.1,113.33),('mp','MN','MNP','Northern Mariana Islands','Northern Mariana Islands',15.12,145.45),('mq','MT','MTQ','Martinique','Martinique',14.4,-61),('mr','MR','MRT','Mauritania','Mauritania',20,-12),('ms','MS','MSR','Montserrat','Montserrat',16.45,-62.12),('mt','ML','MLT','Malta','Malta',35.5,14.35),('mu','MU','MUS','Mauritius','Mauritius',-20.17,57.33),('mv','MD','MDV','Maldives','Maldives',3.15,73),('mw','MW','MWI','Malawi','Malawi',-13.3,34),('mx','ME','MEX','Mexico','Mexico',23,-102),('my','MY','MYS','Malaysia','Malaysia',2.3,112.3),('mz','MZ','MOZ','Mozambique','Mozambique',-18.15,35),('na','NA','NAM','Namibia','Namibia',-22,17),('nc','NC','NCL','New Caledonia','New Caledonia',-21.3,165.3),('ne','NE','NER','Niger','Niger',16,8),('nf','NF','NFK','Norfolk Island','Norfolk Island',-29.02,167.57),('ng','NG','NGA','Nigeria','Nigeria',10,8),('ni','NI','NIC','Nicaragua','Nicaragua',13,-85),('nl','NL','NLD','Netherlands','Netherlands',52.3,5.45),('no','NO','NOR','Norway','Norway',62,10),('np','NP','NPL','Nepal','Nepal',28,84),('nr','NR','NRU','Nauru','Nauru',-0.32,166.55),('nt','NT','NTZ','Neutral Zone','Neutral Zone',0,0),('nu','NI','NIU','Niue','Niue',-19.02,-169.52),('nz','NZ','NZL','New Zealand','New Zealand (Aotearoa)',-41,174),('om','OM','OMN','Oman','Oman',21,57),('pa','PA','PAN','Panama','Panama',9,-80),('pe','PE','PER','Peru','Peru',-10,-76),('pf','PY','PYF','French Polynesia','French Polynesia',-15,-140),('pg','PN','PNG','Papua New Guinea','Papua New Guinea',-6,147),('ph','PH','PHL','Philippines','Philippines',13,122),('pk','PA','PAK','Pakistan','Pakistan',30,70),('pl','PO','POL','Poland','Poland',52,20),('pm','SP','SPM','Saint Pierre and Miquelon','St. Pierre and Miquelon',46.5,-56.2),('pn','PC','PCN','Pitcairn','Pitcairn',-25.04,-130.06),('pr','PR','PRI','Puerto Rico','Puerto Rico',18.15,-66.3),('pt','PR','PRT','Portugal','Portugal',39.3,-8),('pw','PL','PLW','Palau','Palau',7.3,134.3),('py','PR','PRY','Paraguay','Paraguay',-23,-58),('qa','QA','QAT','Qatar','Qatar',25.3,51.15),('re','RE','REU','Reunion','Reunion',-21.06,55.36),('ro','RO','ROU','Romania','Romania',46,25),('ru','RU','RUS','Russian Federation','Russia',60,100),('rw','RW','RWA','Rwanda','Rwanda',-2,30),('sa','SA','SAU','Saudi Arabia','Saudi Arabia',25,45),('sb','SL','SLB','Solomon Islands','Solomon Islands',-8,159),('sc','SY','SYC','Seychelles','Seychelles',-4.35,55.4),('sd','SD','SDN','Sudan','Sudan',15,30),('se','SW','SWE','Sweden','Sweden',62,15),('sg','SG','SGP','Singapore','Singapore',1.22,103.48),('sh','SH','SHN','Saint Helena','St. Helena',-15.56,-5.42),('si','SV','SVN','Slovenia','Slovenia',46.07,14.49),('sj','SJ','SJM','Svalbard and Jan Mayen Islands','Svalbard and Jan Mayen Islands',78,20),('sk','SV','SVK','Slovakia','Slovak Republic',48.4,19.3),('sl','SL','SLE','Sierra Leone','Sierra Leone',8.3,-11.3),('sm','SM','SMR','San Marino','San Marino',43.46,12.25),('sn','SE','SEN','Senegal','Senegal',14,-14),('so','SO','SOM','Somalia','Somalia',10,49),('sr','SU','SUR','Suriname','Suriname',4,-56),('st','ST','STP','Sao Tome and Principe','Sao Tome and Principe',1,7),('sv','SL','SLV','El Salvador','El Salvador',13.5,-88.55),('sy','SY','SYC','Seychelles','Syria',35,38),('sz','SW','SWZ','Swaziland','Swaziland',-26.3,31.3),('tc','TC','TCA','Turks and Caicos Islands','Turks and Caicos Islands',21.45,-71.35),('td','TC','TCD','Chad','Chad',15,19),('tf','AT','ATF','French Southern Territories','French Southern Territories',-43,67),('tg','TG','TGO','Togo','Togo',8,1.1),('th','TH','THA','Thailand','Thailand',15,100),('tj','TJ','TJK','Tajikistan','Tajikistan',39,71),('tk','TK','TKL','Tokelau','Tokelau',-9,-172),('tm','TK','TKM','Turkmenistan','Turkmenistan',40,60),('tn','TU','TUN','Tunisia','Tunisia',34,9),('to','TO','TON','Tonga','Tonga',-20,-175),('tl','TL','TLS','Timor-Leste','East Timor',-8.5,125.55),('tr','TU','TUR','Turkey','Turkey',39,35),('tt','TT','TTO','Trinidad and Tobago','Trinidad and Tobago',11,-61),('tv','TU','TUV','Tuvalu','Tuvalu',-8,178),('tw','TW','TWN','Taiwan','Taiwan',23.3,121),('tz','TZ','TZA','Tanzania, United Republic of','Tanzania',-6,35),('ua','UK','UKR','Ukraine','Ukraine',49,32),('ug','UG','UGA','Uganda','Uganda',1,32),('uk','GB','GBR','United Kingdom','United Kingdom',54,-2),('us','US','USA','United States','United States',38,-97),('uy','UR','URY','Uruguay','Uruguay',-33,-56),('uz','UZ','UZB','Uzbekistan','Uzbekistan',41,64),('va','VA','VAT','Vatican City State','Vatican City State (Holy See)',41.54,12.27),('vc','VC','VCT','Saint Vincent and the Grenadines','Saint Vincent and the Grenadines',13.15,-61.12),('ve','VE','VEN','Venezuela','Venezuela',8,-66),('vg','VG','VGB','Virgin Islands, British','Virgin Islands (British)',18.2,-64.5),('vi','VI','VIR','Virgin Islands, U.S.','Virgin Islands (U.S.)',18.2,-64.5),('vn','VN','VNM','Viet Nam','Viet Nam',16,106),('vu','VU','VUT','Vanuatu','Vanuatu',-16,167),('wf','WL','WLF','Wallis and Futuna Islands','Wallis and Futuna Islands',-13.18,-176.12),('ws','WS','WSM','Samoa','Samoa',-13.35,-172.2),('ye','YE','YEM','Yemen','Yemen',15,48),('yt','MY','MYT','Mayotte','Mayotte',-12.5,45.1),('yu','YU','YUG','Yugoslavia','Yugoslavia',44,21),('za','ZA','ZAF','South Africa','South Africa',-29,24),('zm','ZM','ZMB','Zambia','Zambia',-15,30),('cd','CD','COD','Congo, Democratic Republic of the','Democratic Republic of Congo',-4.04,30.75),('zw','ZW','ZWE','Zimbabwe','Zimbabwe',-20,30),('ap','','','','Asia-Pacific',-2.81,128.5),('rs','SR','SRB','Serbia','Republic of Serbia',44.02,21.01),('ax','AX','ALA','Aland Islands','Aland Islands',60.21,20.16),('eu','','','','Europe',0,0),('01','','','','Private',0,0),('ps','PS','PSE','Palestinian Territory, Occupied','Palestinian Territory, Occupied',31.89,34.9),('me','ME','MNE','Montenegro','Montenegro',42.74,19.31); /*!40000 ALTER TABLE `ip2nationcountries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `languages` -- DROP TABLE IF EXISTS `languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `languages` ( `languages_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` char(2) NOT NULL, `image` varchar(64) default NULL, `directory` varchar(32) default NULL, `sort_order` int(3) default NULL, PRIMARY KEY (`languages_id`), KEY `IDX_LANGUAGES_NAME` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `languages` -- LOCK TABLES `languages` WRITE; /*!40000 ALTER TABLE `languages` DISABLE KEYS */; INSERT INTO `languages` VALUES (1,'English','en','icon.gif','english',1); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `liked` -- DROP TABLE IF EXISTS `liked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `liked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `liked` -- LOCK TABLES `liked` WRITE; /*!40000 ALTER TABLE `liked` DISABLE KEYS */; /*!40000 ALTER TABLE `liked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `linked_done` -- DROP TABLE IF EXISTS `linked_done`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `linked_done` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `linked_done` -- LOCK TABLES `linked_done` WRITE; /*!40000 ALTER TABLE `linked_done` DISABLE KEYS */; /*!40000 ALTER TABLE `linked_done` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `linkedin` -- DROP TABLE IF EXISTS `linkedin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `linkedin` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `linkedin` -- LOCK TABLES `linkedin` WRITE; /*!40000 ALTER TABLE `linkedin` DISABLE KEYS */; /*!40000 ALTER TABLE `linkedin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `list_countries` -- DROP TABLE IF EXISTS `list_countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `list_countries` ( `id` int(11) NOT NULL auto_increment, `country` varchar(255) NOT NULL default '', `code` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=221 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `list_countries` -- LOCK TABLES `list_countries` WRITE; /*!40000 ALTER TABLE `list_countries` DISABLE KEYS */; INSERT INTO `list_countries` VALUES (1,'United States','US'),(2,'United Kingdom','UK'),(3,'Norway','NO'),(4,'Greece','GR'),(5,'Afghanistan','AF'),(6,'Albania','AL'),(7,'Algeria','DZ'),(8,'American Samoa','AS'),(9,'Andorra','AD'),(10,'Angola','AO'),(11,'Anguilla','AI'),(12,'Antigua & Barbuda','AG'),(13,'Antilles, Netherlands','AN'),(182,'Senegal','SN'),(15,'Argentina','AR'),(16,'Armenia','AM'),(17,'Aruba','AW'),(18,'Australia','AU'),(19,'Austria','AT'),(20,'Azerbaijan','AZ'),(21,'Bahamas, The','BS'),(22,'Bahrain','BH'),(23,'Bangladesh','BD'),(24,'Barbados','BB'),(25,'Belarus','BY'),(26,'Belgium','BE'),(27,'Belize','BZ'),(28,'Benin','BJ'),(29,'Bermuda','BM'),(30,'Bhutan','BT'),(31,'Bolivia','BO'),(32,'Bosnia and Herzegovina','BA'),(33,'Botswana','BW'),(34,'Brazil','BR'),(35,'British Virgin Islands','VG'),(36,'Brunei Darussalam','BN'),(37,'Bulgaria','BG'),(38,'Burkina Faso','BF'),(39,'Burundi','BI'),(40,'Cambodia','KH'),(41,'Cameroon','CM'),(42,'Canada','CA'),(43,'Cape Verde','CV'),(44,'Cayman Islands','KY'),(45,'Central African Republic','CF'),(46,'Chad','TD'),(47,'Chile','CL'),(48,'China','CN'),(49,'Colombia','CO'),(50,'Comoros','KM'),(51,'Congo','CG'),(52,'Congo','CD'),(53,'Cook Islands','CK'),(54,'Costa Rica','CR'),(55,'Cote D\'Ivoire','CI'),(56,'Croatia','HR'),(57,'Cuba','CU'),(58,'Cyprus','CY'),(59,'Czech Republic','CZ'),(60,'Denmark','DK'),(61,'Djibouti','DJ'),(62,'Dominica','DM'),(63,'Dominican Republic','DO'),(64,'East Timor (Timor-Leste)','TP'),(65,'Ecuador','EC'),(66,'Egypt','EG'),(67,'El Salvador','SV'),(68,'Equatorial Guinea','GQ'),(69,'Eritrea','ER'),(70,'Estonia','EE'),(71,'Ethiopia','ET'),(72,'Falkland Islands','FK'),(73,'Faroe Islands','FO'),(74,'Fiji','FJ'),(75,'Finland','FI'),(76,'France','FR'),(77,'French Guiana','GF'),(78,'French Polynesia','PF'),(79,'Gabon','GA'),(80,'Gambia, the','GM'),(81,'Georgia','GE'),(82,'Germany','DE'),(83,'Ghana','GH'),(84,'Gibraltar','GI'),(86,'Greenland','GL'),(87,'Grenada','GD'),(88,'Guadeloupe','GP'),(89,'Guam','GU'),(90,'Guatemala','GT'),(91,'Guernsey and Alderney','GG'),(92,'Guinea','GN'),(93,'Guinea-Bissau','GW'),(94,'Guinea, Equatorial','GP'),(95,'Guiana, French','GF'),(96,'Guyana','GY'),(97,'Haiti','HT'),(179,'San Marino','SM'),(99,'Honduras','HN'),(100,'Hong Kong, (China)','HK'),(101,'Hungary','HU'),(102,'Iceland','IS'),(103,'India','IN'),(104,'Indonesia','ID'),(105,'Iran, Islamic Republic of','IR'),(106,'Iraq','IQ'),(107,'Ireland','IE'),(108,'Israel','IL'),(109,'Ivory Coast (Cote d\'Ivoire)','CI'),(110,'Italy','IT'),(111,'Jamaica','JM'),(112,'Japan','JP'),(113,'Jersey','JE'),(114,'Jordan','JO'),(115,'Kazakhstan','KZ'),(116,'Kenya','KE'),(117,'Kiribati','KI'),(118,'Korea, (South) Rep. of','KR'),(119,'Kuwait','KW'),(120,'Kyrgyzstan','KG'),(121,'Lao People\'s Dem. Rep.','LA'),(122,'Latvia','LV'),(123,'Lebanon','LB'),(124,'Lesotho','LS'),(125,'Libyan Arab Jamahiriya','LY'),(126,'Liechtenstein','LI'),(127,'Lithuania','LT'),(128,'Luxembourg','LU'),(129,'Macao, (China)','MO'),(130,'Macedonia, TFYR','MK'),(131,'Madagascar','MG'),(132,'Malawi','MW'),(133,'Malaysia','MY'),(134,'Maldives','MV'),(135,'Mali','ML'),(136,'Malta','MT'),(137,'Martinique','MQ'),(138,'Mauritania','MR'),(139,'Mauritius','MU'),(140,'Mexico','MX'),(141,'Micronesia','FM'),(142,'Moldova, Republic of','MD'),(143,'Monaco','MC'),(144,'Mongolia','MN'),(145,'Montenegro','CS'),(146,'Morocco','MA'),(147,'Mozambique','MZ'),(148,'Myanmar (ex-Burma)','MM'),(149,'Namibia','NA'),(150,'Nepal','NP'),(151,'Netherlands','NL'),(152,'New Caledonia','NC'),(153,'New Zealand','NZ'),(154,'Nicaragua','NI'),(155,'Niger','NE'),(156,'Nigeria','NG'),(157,'Northern Mariana Islands','MP'),(159,'Oman','OM'),(160,'Pakistan','PK'),(161,'Palestinian Territory','PS'),(162,'Panama','PA'),(163,'Papua New Guinea','PG'),(164,'Paraguay','PY'),(165,'Peru','PE'),(166,'Philippines','PH'),(167,'Poland','PL'),(168,'Portugal','PT'),(170,'Qatar','QA'),(171,'Reunion','RE'),(172,'Romania','RO'),(173,'Russian Federation','RU'),(174,'Rwanda','RW'),(175,'Saint Kitts and Nevis','KN'),(176,'Saint Lucia','LC'),(177,'St. Vincent & the Grenad.','VC'),(178,'Samoa','WS'),(180,'Sao Tome and Principe','ST'),(181,'Saudi Arabia','SA'),(183,'Serbia','RS'),(184,'Seychelles','SC'),(185,'Singapore','SG'),(186,'Slovakia','SK'),(187,'Slovenia','SI'),(188,'Solomon Islands','SB'),(189,'Somalia','SO'),(220,'South Africa','ZA'),(190,'Spain','ES'),(191,'Sri Lanka (ex-Ceilan)','LK'),(192,'Sudan','SD'),(193,'Suriname','SR'),(194,'Swaziland','SZ'),(195,'Sweden','SE'),(196,'Switzerland','CH'),(197,'Syrian Arab Republic','SY'),(198,'Taiwan','TW'),(199,'Tajikistan','TJ'),(200,'Tanzania, United Rep. of','TZ'),(201,'Thailand','TH'),(202,'Togo','TG'),(203,'Tonga','TO'),(204,'Trinidad & Tobago','TT'),(205,'Tunisia','TN'),(206,'Turkey','TR'),(207,'Turkmenistan','TM'),(208,'Uganda','UG'),(209,'Ukraine','UA'),(210,'United Arab Emirates','AE'),(211,'Uruguay','UY'),(212,'Uzbekistan','UZ'),(213,'Vanuatu','VU'),(214,'Venezuela','VE'),(215,'Viet Nam','VN'),(216,'Virgin Islands, U.S.','VI'),(217,'Yemen','YE'),(218,'Zambia','ZM'),(219,'Zimbabwe','ZW'); /*!40000 ALTER TABLE `list_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `logo` -- DROP TABLE IF EXISTS `logo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `logo` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `display` int(11) NOT NULL, `text` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `logo` -- LOCK TABLES `logo` WRITE; /*!40000 ALTER TABLE `logo` DISABLE KEYS */; INSERT INTO `logo` VALUES (1,'coupon.jpg',0,'coupon'); /*!40000 ALTER TABLE `logo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_a_users` -- DROP TABLE IF EXISTS `mail_a_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_a_users` ( `id_user` int(11) NOT NULL auto_increment, `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_a_users` -- LOCK TABLES `mail_a_users` WRITE; /*!40000 ALTER TABLE `mail_a_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_a_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_appointments` -- DROP TABLE IF EXISTS `mail_acal_appointments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_appointments` ( `id_appointment` int(11) NOT NULL auto_increment, `id_event` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `access_type` tinyint(4) NOT NULL default '0', `status` tinyint(4) NOT NULL default '0', `hash` varchar(32) default NULL, PRIMARY KEY (`id_appointment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_appointments` -- LOCK TABLES `mail_acal_appointments` WRITE; /*!40000 ALTER TABLE `mail_acal_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_awm_fnbl_runs` -- DROP TABLE IF EXISTS `mail_acal_awm_fnbl_runs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_awm_fnbl_runs` ( `id_run` int(11) NOT NULL auto_increment, `run_date` datetime default NULL, PRIMARY KEY (`id_run`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_awm_fnbl_runs` -- LOCK TABLES `mail_acal_awm_fnbl_runs` WRITE; /*!40000 ALTER TABLE `mail_acal_awm_fnbl_runs` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_awm_fnbl_runs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_calendars` -- DROP TABLE IF EXISTS `mail_acal_calendars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_calendars` ( `calendar_id` int(11) NOT NULL auto_increment, `calendar_str_id` varchar(255) default NULL, `user_id` int(11) NOT NULL default '0', `calendar_name` varchar(100) NOT NULL default '', `calendar_description` text, `calendar_color` int(11) NOT NULL default '0', `calendar_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`calendar_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_calendars` -- LOCK TABLES `mail_acal_calendars` WRITE; /*!40000 ALTER TABLE `mail_acal_calendars` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_cron_runs` -- DROP TABLE IF EXISTS `mail_acal_cron_runs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_cron_runs` ( `id_run` bigint(20) NOT NULL auto_increment, `run_date` datetime default NULL, `latest_date` datetime default NULL, PRIMARY KEY (`id_run`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_cron_runs` -- LOCK TABLES `mail_acal_cron_runs` WRITE; /*!40000 ALTER TABLE `mail_acal_cron_runs` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_cron_runs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_eventrepeats` -- DROP TABLE IF EXISTS `mail_acal_eventrepeats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_eventrepeats` ( `id_repeat` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `repeat_period` tinyint(1) NOT NULL default '0', `repeat_order` tinyint(1) NOT NULL default '1', `repeat_num` int(11) NOT NULL default '0', `repeat_until` datetime default NULL, `sun` tinyint(1) NOT NULL default '0', `mon` tinyint(1) NOT NULL default '0', `tue` tinyint(1) NOT NULL default '0', `wed` tinyint(1) NOT NULL default '0', `thu` tinyint(1) NOT NULL default '0', `fri` tinyint(1) NOT NULL default '0', `sat` tinyint(1) NOT NULL default '0', `week_number` tinyint(1) default NULL, `repeat_end` tinyint(1) NOT NULL default '0', `excluded` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_repeat`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_eventrepeats` -- LOCK TABLES `mail_acal_eventrepeats` WRITE; /*!40000 ALTER TABLE `mail_acal_eventrepeats` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_eventrepeats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_events` -- DROP TABLE IF EXISTS `mail_acal_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_events` ( `event_id` int(11) NOT NULL auto_increment, `event_str_id` varchar(255) default NULL, `calendar_id` int(11) default NULL, `event_timefrom` datetime default NULL, `event_timetill` datetime default NULL, `event_allday` tinyint(1) NOT NULL default '0', `event_name` varchar(100) NOT NULL default '', `event_text` text, `event_priority` tinyint(4) default NULL, `event_repeats` tinyint(1) NOT NULL default '0', `event_last_modified` datetime default NULL, `event_owner_email` varchar(255) NOT NULL default '', `event_appointment_access` tinyint(4) NOT NULL default '0', `event_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_events` -- LOCK TABLES `mail_acal_events` WRITE; /*!40000 ALTER TABLE `mail_acal_events` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_exclusions` -- DROP TABLE IF EXISTS `mail_acal_exclusions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_exclusions` ( `id_exclusion` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `id_calendar` int(11) default NULL, `id_repeat` int(11) default NULL, `id_recurrence_date` datetime default NULL, `event_timefrom` datetime default NULL, `event_timetill` datetime default NULL, `event_name` varchar(100) default NULL, `event_text` text, `event_allday` tinyint(1) NOT NULL default '0', `event_last_modified` datetime default NULL, `is_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_exclusion`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_exclusions` -- LOCK TABLES `mail_acal_exclusions` WRITE; /*!40000 ALTER TABLE `mail_acal_exclusions` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_exclusions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_publications` -- DROP TABLE IF EXISTS `mail_acal_publications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_publications` ( `id_publication` int(11) NOT NULL auto_increment, `id_user` int(11) default NULL, `id_calendar` int(11) default NULL, `str_md5` varchar(32) default NULL, `int_access_level` tinyint(4) NOT NULL default '1', `access_type` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id_publication`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_publications` -- LOCK TABLES `mail_acal_publications` WRITE; /*!40000 ALTER TABLE `mail_acal_publications` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_publications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_reminders` -- DROP TABLE IF EXISTS `mail_acal_reminders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_reminders` ( `id_reminder` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `id_user` int(11) default NULL, `notice_type` tinyint(4) NOT NULL default '0', `remind_offset` int(11) NOT NULL default '0', `sent` int(11) NOT NULL default '0', PRIMARY KEY (`id_reminder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_reminders` -- LOCK TABLES `mail_acal_reminders` WRITE; /*!40000 ALTER TABLE `mail_acal_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_sharing` -- DROP TABLE IF EXISTS `mail_acal_sharing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_sharing` ( `id_share` int(11) NOT NULL auto_increment, `id_user` int(11) default NULL, `id_calendar` int(11) default NULL, `id_to_user` int(11) default NULL, `str_to_email` varchar(255) NOT NULL default '', `int_access_level` tinyint(4) NOT NULL default '2', `calendar_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_share`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_sharing` -- LOCK TABLES `mail_acal_sharing` WRITE; /*!40000 ALTER TABLE `mail_acal_sharing` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_sharing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_acal_users_data` -- DROP TABLE IF EXISTS `mail_acal_users_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_acal_users_data` ( `settings_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `showweekends` tinyint(1) NOT NULL default '0', `workdaystarts` tinyint(4) NOT NULL default '9', `workdayends` tinyint(4) NOT NULL default '17', `showworkday` tinyint(1) NOT NULL default '0', `weekstartson` tinyint(4) NOT NULL default '0', `defaulttab` tinyint(4) NOT NULL default '2', PRIMARY KEY (`settings_id`), KEY `MAIL_ACAL_USERS_DATA_USER_ID_INDEX` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_acal_users_data` -- LOCK TABLES `mail_acal_users_data` WRITE; /*!40000 ALTER TABLE `mail_acal_users_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_acal_users_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_addressbooks` -- DROP TABLE IF EXISTS `mail_adav_addressbooks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_addressbooks` ( `id` int(11) unsigned NOT NULL auto_increment, `principaluri` varchar(255) default NULL, `displayname` varchar(255) default NULL, `uri` varchar(200) default NULL, `description` text, `ctag` int(11) unsigned NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_addressbooks` -- LOCK TABLES `mail_adav_addressbooks` WRITE; /*!40000 ALTER TABLE `mail_adav_addressbooks` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_addressbooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_cache` -- DROP TABLE IF EXISTS `mail_adav_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_cache` ( `id` int(11) NOT NULL auto_increment, `user` varchar(255) default NULL, `calendaruri` varchar(255) default NULL, `type` tinyint(4) default NULL, `time` int(11) default NULL, `starttime` int(11) default NULL, `eventid` varchar(45) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_cache` -- LOCK TABLES `mail_adav_cache` WRITE; /*!40000 ALTER TABLE `mail_adav_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_calendarobjects` -- DROP TABLE IF EXISTS `mail_adav_calendarobjects`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_calendarobjects` ( `id` int(11) unsigned NOT NULL auto_increment, `calendardata` text, `uri` varchar(255) default NULL, `calendarid` int(11) unsigned NOT NULL, `lastmodified` int(11) default NULL, `etag` varchar(32) NOT NULL default '', `size` int(11) unsigned NOT NULL default '0', `componenttype` varchar(8) NOT NULL default '', `firstoccurence` int(11) unsigned NOT NULL default '0', `lastoccurence` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_calendarobjects` -- LOCK TABLES `mail_adav_calendarobjects` WRITE; /*!40000 ALTER TABLE `mail_adav_calendarobjects` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_calendarobjects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_calendars` -- DROP TABLE IF EXISTS `mail_adav_calendars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_calendars` ( `id` int(11) unsigned NOT NULL auto_increment, `principaluri` varchar(100) default NULL, `displayname` varchar(100) default NULL, `uri` varchar(255) default NULL, `ctag` int(11) unsigned NOT NULL default '0', `description` text, `calendarorder` int(11) unsigned NOT NULL default '0', `calendarcolor` varchar(10) default NULL, `timezone` text, `components` varchar(20) default NULL, `transparent` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_calendars` -- LOCK TABLES `mail_adav_calendars` WRITE; /*!40000 ALTER TABLE `mail_adav_calendars` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_cards` -- DROP TABLE IF EXISTS `mail_adav_cards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_cards` ( `id` int(11) unsigned NOT NULL auto_increment, `addressbookid` int(11) unsigned NOT NULL, `carddata` text, `uri` varchar(255) default NULL, `lastmodified` int(11) unsigned default NULL, PRIMARY KEY (`id`), KEY `MAIL_ADAV_CARDS_ADDRESSBOOKID_INDEX` (`addressbookid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_cards` -- LOCK TABLES `mail_adav_cards` WRITE; /*!40000 ALTER TABLE `mail_adav_cards` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_cards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_delegates` -- DROP TABLE IF EXISTS `mail_adav_delegates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_delegates` ( `id` int(11) unsigned NOT NULL auto_increment, `calendarid` int(11) unsigned NOT NULL, `principalid` int(11) unsigned NOT NULL, `mode` tinyint(2) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_delegates` -- LOCK TABLES `mail_adav_delegates` WRITE; /*!40000 ALTER TABLE `mail_adav_delegates` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_delegates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_groupmembers` -- DROP TABLE IF EXISTS `mail_adav_groupmembers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_groupmembers` ( `id` int(11) unsigned NOT NULL auto_increment, `principal_id` int(11) unsigned NOT NULL, `member_id` int(11) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `MAIL_ADAV_GROUPMEMBERS_MEMBER_ID_PRINCIPAL_ID_INDEX` (`principal_id`,`member_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_groupmembers` -- LOCK TABLES `mail_adav_groupmembers` WRITE; /*!40000 ALTER TABLE `mail_adav_groupmembers` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_groupmembers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_locks` -- DROP TABLE IF EXISTS `mail_adav_locks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_locks` ( `id` int(11) unsigned NOT NULL auto_increment, `owner` varchar(100) default NULL, `timeout` int(11) unsigned default NULL, `created` int(11) default NULL, `token` varchar(100) default NULL, `scope` tinyint(4) default NULL, `depth` tinyint(4) default NULL, `uri` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_locks` -- LOCK TABLES `mail_adav_locks` WRITE; /*!40000 ALTER TABLE `mail_adav_locks` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_locks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_principals` -- DROP TABLE IF EXISTS `mail_adav_principals`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_principals` ( `id` int(11) unsigned NOT NULL auto_increment, `uri` varchar(255) NOT NULL, `email` varchar(80) default NULL, `vcardurl` varchar(80) default NULL, `displayname` varchar(80) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `MAIL_ADAV_PRINCIPALS_URI_INDEX` (`uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_principals` -- LOCK TABLES `mail_adav_principals` WRITE; /*!40000 ALTER TABLE `mail_adav_principals` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_principals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_adav_reminders` -- DROP TABLE IF EXISTS `mail_adav_reminders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_adav_reminders` ( `id` int(11) unsigned NOT NULL auto_increment, `user` varchar(100) NOT NULL, `calendaruri` varchar(255) default NULL, `eventid` varchar(45) default NULL, `time` int(11) default NULL, `starttime` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_adav_reminders` -- LOCK TABLES `mail_adav_reminders` WRITE; /*!40000 ALTER TABLE `mail_adav_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_adav_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_accounts` -- DROP TABLE IF EXISTS `mail_awm_accounts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_accounts` ( `id_acct` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `id_domain` int(11) NOT NULL default '0', `id_tenant` int(11) NOT NULL default '0', `def_acct` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `quota` int(11) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `email` varchar(255) NOT NULL default '', `friendly_nm` varchar(255) default NULL, `mail_protocol` tinyint(4) NOT NULL default '1', `mail_inc_host` varchar(255) default NULL, `mail_inc_port` int(11) NOT NULL default '143', `mail_inc_login` varchar(255) default NULL, `mail_inc_pass` varchar(255) default NULL, `mail_inc_ssl` tinyint(1) NOT NULL default '0', `mail_out_host` varchar(255) default NULL, `mail_out_port` int(11) NOT NULL default '25', `mail_out_login` varchar(255) default NULL, `mail_out_pass` varchar(255) default NULL, `mail_out_auth` tinyint(4) NOT NULL default '0', `mail_out_ssl` tinyint(1) NOT NULL default '0', `signature` text, `signature_type` tinyint(4) NOT NULL default '1', `signature_opt` tinyint(4) NOT NULL default '0', `mailbox_size` bigint(20) NOT NULL default '0', `mailing_list` tinyint(1) NOT NULL default '0', `hide_in_gab` tinyint(1) NOT NULL default '0', `custom_fields` text, PRIMARY KEY (`id_acct`), KEY `MAIL_AWM_ACCOUNTS_ID_USER_INDEX` (`id_user`), KEY `MAIL_AWM_ACCOUNTS_ID_ACCT_ID_USER_INDEX` (`id_acct`,`id_user`), KEY `MAIL_AWM_ACCOUNTS_EMAIL_INDEX` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_accounts` -- LOCK TABLES `mail_awm_accounts` WRITE; /*!40000 ALTER TABLE `mail_awm_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_addr_book` -- DROP TABLE IF EXISTS `mail_awm_addr_book`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_addr_book` ( `id_addr` bigint(20) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `str_id` varchar(255) default NULL, `type` tinyint(4) NOT NULL default '0', `type_id` varchar(100) NOT NULL default '', `deleted` tinyint(1) NOT NULL default '0', `date_created` datetime default NULL, `date_modified` datetime default NULL, `fullname` varchar(255) default NULL, `view_email` varchar(255) NOT NULL default '', `use_friendly_nm` tinyint(1) NOT NULL default '1', `firstname` varchar(100) NOT NULL default '', `surname` varchar(100) NOT NULL default '', `nickname` varchar(100) NOT NULL default '', `skype` varchar(100) NOT NULL default '', `facebook` varchar(255) NOT NULL default '', `h_email` varchar(255) default NULL, `h_street` varchar(255) default NULL, `h_city` varchar(200) default NULL, `h_state` varchar(200) default NULL, `h_zip` varchar(10) default NULL, `h_country` varchar(200) default NULL, `h_phone` varchar(50) default NULL, `h_fax` varchar(50) default NULL, `h_mobile` varchar(50) default NULL, `h_web` varchar(255) default NULL, `b_email` varchar(255) default NULL, `b_company` varchar(200) default NULL, `b_street` varchar(255) default NULL, `b_city` varchar(200) default NULL, `b_state` varchar(200) default NULL, `b_zip` varchar(10) default NULL, `b_country` varchar(200) default NULL, `b_job_title` varchar(100) default NULL, `b_department` varchar(200) default NULL, `b_office` varchar(200) default NULL, `b_phone` varchar(50) default NULL, `b_fax` varchar(50) default NULL, `b_web` varchar(255) default NULL, `other_email` varchar(255) default NULL, `primary_email` tinyint(4) default NULL, `birthday_day` tinyint(4) NOT NULL default '0', `birthday_month` tinyint(4) NOT NULL default '0', `birthday_year` smallint(6) NOT NULL default '0', `id_addr_prev` bigint(20) default NULL, `tmp` tinyint(1) NOT NULL default '0', `use_frequency` int(11) NOT NULL default '11', `auto_create` tinyint(1) NOT NULL default '0', `notes` varchar(255) default NULL, `etag` varchar(100) NOT NULL default '', PRIMARY KEY (`id_addr`), KEY `MAIL_AWM_ADDR_BOOK_ID_USER_INDEX` (`id_user`), KEY `MAIL_AWM_ADDR_BOOK_DELETED_ID_USER_INDEX` (`id_user`,`deleted`), KEY `MAIL_AWM_ADDR_BOOK_USE_FREQUENCY_INDEX` (`use_frequency`), KEY `MAIL_AWM_ADDR_BOOK_VIEW_EMAIL_INDEX` (`view_email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_addr_book` -- LOCK TABLES `mail_awm_addr_book` WRITE; /*!40000 ALTER TABLE `mail_awm_addr_book` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_addr_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_addr_groups` -- DROP TABLE IF EXISTS `mail_awm_addr_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_addr_groups` ( `id_group` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `group_nm` varchar(255) default NULL, `group_str_id` varchar(100) default NULL, `use_frequency` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `company` varchar(200) default NULL, `street` varchar(255) default NULL, `city` varchar(200) default NULL, `state` varchar(200) default NULL, `zip` varchar(10) default NULL, `country` varchar(200) default NULL, `phone` varchar(50) default NULL, `fax` varchar(50) default NULL, `web` varchar(255) default NULL, `organization` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_group`), KEY `MAIL_AWM_ADDR_GROUPS_ID_USER_INDEX` (`id_user`), KEY `MAIL_AWM_ADDR_GROUPS_USE_FREQUENCY_INDEX` (`use_frequency`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_addr_groups` -- LOCK TABLES `mail_awm_addr_groups` WRITE; /*!40000 ALTER TABLE `mail_awm_addr_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_addr_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_addr_groups_contacts` -- DROP TABLE IF EXISTS `mail_awm_addr_groups_contacts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_addr_groups_contacts` ( `id_addr` bigint(20) NOT NULL default '0', `id_group` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_addr_groups_contacts` -- LOCK TABLES `mail_awm_addr_groups_contacts` WRITE; /*!40000 ALTER TABLE `mail_awm_addr_groups_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_addr_groups_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_channels` -- DROP TABLE IF EXISTS `mail_awm_channels`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_channels` ( `id_channel` int(11) NOT NULL auto_increment, `login` varchar(255) default NULL, `password` varchar(255) default NULL, `description` varchar(255) default NULL, PRIMARY KEY (`id_channel`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_channels` -- LOCK TABLES `mail_awm_channels` WRITE; /*!40000 ALTER TABLE `mail_awm_channels` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_channels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_columns` -- DROP TABLE IF EXISTS `mail_awm_columns`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_columns` ( `id` int(11) NOT NULL auto_increment, `id_column` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `column_value` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAIL_AWM_COLUMNS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_columns` -- LOCK TABLES `mail_awm_columns` WRITE; /*!40000 ALTER TABLE `mail_awm_columns` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_columns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_domains` -- DROP TABLE IF EXISTS `mail_awm_domains`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_domains` ( `id_domain` int(11) NOT NULL auto_increment, `id_tenant` int(11) NOT NULL default '0', `name` varchar(255) default NULL, `url` varchar(255) default NULL, `user_quota` int(11) NOT NULL default '0', `override_settings` tinyint(1) NOT NULL default '0', `mail_protocol` tinyint(4) NOT NULL default '1', `mail_inc_host` varchar(255) default NULL, `mail_inc_port` int(11) NOT NULL default '143', `mail_inc_ssl` tinyint(1) NOT NULL default '0', `mail_out_host` varchar(255) default NULL, `mail_out_port` int(11) NOT NULL default '25', `mail_out_auth` tinyint(4) NOT NULL default '1', `mail_out_login` varchar(255) default NULL, `mail_out_pass` varchar(255) default NULL, `mail_out_ssl` tinyint(1) NOT NULL default '0', `mail_out_method` tinyint(4) NOT NULL default '1', `quota_mbytes_limit` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `allow_webmail` tinyint(1) NOT NULL default '1', `site_name` varchar(255) default NULL, `allow_change_interface_settings` tinyint(1) NOT NULL default '0', `allow_users_add_acounts` tinyint(1) NOT NULL default '0', `allow_change_account_settings` tinyint(1) NOT NULL default '0', `allow_new_users_register` tinyint(1) NOT NULL default '1', `def_user_timezone` int(11) NOT NULL default '0', `def_user_timeformat` tinyint(4) NOT NULL default '0', `def_user_dateformat` varchar(100) NOT NULL default 'MM/DD/YYYY', `msgs_per_page` smallint(6) NOT NULL default '20', `skin` varchar(255) default NULL, `lang` varchar(255) default NULL, `ext_imap_host` varchar(255) NOT NULL default '', `ext_smtp_host` varchar(255) NOT NULL default '', `ext_dav_host` varchar(255) NOT NULL default '', `allow_contacts` tinyint(1) NOT NULL default '1', `contacts_per_page` smallint(6) NOT NULL default '20', `allow_calendar` tinyint(1) NOT NULL default '1', `cal_week_starts_on` tinyint(4) NOT NULL default '0', `cal_show_weekends` tinyint(1) NOT NULL default '0', `cal_workday_starts` tinyint(4) NOT NULL default '9', `cal_workday_ends` tinyint(4) NOT NULL default '18', `cal_show_workday` tinyint(1) NOT NULL default '0', `cal_default_tab` tinyint(4) NOT NULL default '2', `layout` tinyint(4) NOT NULL default '0', `xlist` tinyint(1) NOT NULL default '1', `global_addr_book` tinyint(4) NOT NULL default '0', `check_interval` int(11) NOT NULL default '0', `allow_registration` tinyint(1) NOT NULL default '0', `allow_pass_reset` tinyint(1) NOT NULL default '0', `is_internal` tinyint(1) NOT NULL default '0', `disabled` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_domain`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_domains` -- LOCK TABLES `mail_awm_domains` WRITE; /*!40000 ALTER TABLE `mail_awm_domains` DISABLE KEYS */; INSERT INTO `mail_awm_domains` VALUES (1,0,'convictcartel.com','http://www.convictcartel.com/mail/webmail/',0,1,1,'127.0.0.1',143,0,'127.0.0.1',25,2,'','',0,1,0,0,0,1,'Convict Cartel Mail',1,1,1,1,0,1,'MM/DD/YYYY',20,'Default','English','','','',1,20,1,1,0,9,18,1,3,0,1,1,0,0,0,0,0); /*!40000 ALTER TABLE `mail_awm_domains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_fetchers` -- DROP TABLE IF EXISTS `mail_awm_fetchers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_fetchers` ( `id_fetcher` int(11) NOT NULL auto_increment, `disabled` tinyint(1) NOT NULL default '0', `inc_protocol` tinyint(4) NOT NULL default '0', `inc_security` tinyint(4) NOT NULL default '0', `inc_host` varchar(255) default NULL, `inc_port` int(11) default NULL, `inc_login` varchar(255) default NULL, `inc_password` varchar(255) default NULL, `local_user` varchar(255) default NULL, `local_domain` varchar(255) default NULL, PRIMARY KEY (`id_fetcher`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_fetchers` -- LOCK TABLES `mail_awm_fetchers` WRITE; /*!40000 ALTER TABLE `mail_awm_fetchers` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_fetchers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_filters` -- DROP TABLE IF EXISTS `mail_awm_filters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_filters` ( `id_filter` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `field` tinyint(4) NOT NULL default '0', `condition` tinyint(4) NOT NULL default '0', `filter` varchar(255) default NULL, `action` tinyint(4) NOT NULL default '0', `id_folder` bigint(20) NOT NULL default '0', `applied` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_filter`), KEY `MAIL_AWM_FILTERS_ID_ACCT_ID_FOLDER_INDEX` (`id_acct`,`id_folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_filters` -- LOCK TABLES `mail_awm_filters` WRITE; /*!40000 ALTER TABLE `mail_awm_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_folders` -- DROP TABLE IF EXISTS `mail_awm_folders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_folders` ( `id_folder` bigint(20) NOT NULL auto_increment, `id_parent` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `type` smallint(6) NOT NULL default '0', `name` varchar(255) default NULL, `full_path` varchar(255) default NULL, `sync_type` tinyint(4) NOT NULL default '0', `hide` tinyint(1) NOT NULL default '0', `fld_order` smallint(6) NOT NULL default '1', `flags` varchar(255) NOT NULL default '', PRIMARY KEY (`id_folder`), KEY `MAIL_AWM_FOLDERS_ID_ACCT_ID_FOLDER_INDEX` (`id_acct`,`id_folder`), KEY `MAIL_AWM_FOLDERS_ID_ACCT_ID_PARENT_INDEX` (`id_acct`,`id_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_folders` -- LOCK TABLES `mail_awm_folders` WRITE; /*!40000 ALTER TABLE `mail_awm_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_folders_order` -- DROP TABLE IF EXISTS `mail_awm_folders_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_folders_order` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `folders_order` text, PRIMARY KEY (`id`), KEY `MAIL_AWM_FOLDERS_ORDER_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_folders_order` -- LOCK TABLES `mail_awm_folders_order` WRITE; /*!40000 ALTER TABLE `mail_awm_folders_order` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_folders_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_folders_tree` -- DROP TABLE IF EXISTS `mail_awm_folders_tree`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_folders_tree` ( `id` int(11) NOT NULL auto_increment, `id_folder` bigint(20) NOT NULL default '0', `id_parent` bigint(20) NOT NULL default '0', `folder_level` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAIL_AWM_FOLDERS_TREE_ID_FOLDER_INDEX` (`id_folder`), KEY `MAIL_AWM_FOLDERS_TREE_ID_FOLDER_ID_PARENT_INDEX` (`id_folder`,`id_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_folders_tree` -- LOCK TABLES `mail_awm_folders_tree` WRITE; /*!40000 ALTER TABLE `mail_awm_folders_tree` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_folders_tree` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_identities` -- DROP TABLE IF EXISTS `mail_awm_identities`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_identities` ( `id_identity` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `email` varchar(255) NOT NULL default '', `friendly_nm` varchar(255) NOT NULL default '', `signature` text, `signature_type` tinyint(4) NOT NULL default '1', `use_signature` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_identity`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_identities` -- LOCK TABLES `mail_awm_identities` WRITE; /*!40000 ALTER TABLE `mail_awm_identities` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_identities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_mailaliases` -- DROP TABLE IF EXISTS `mail_awm_mailaliases`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_mailaliases` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `alias_name` varchar(255) NOT NULL default '', `alias_domain` varchar(255) NOT NULL default '', `alias_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAIL_AWM_MAILALIASES_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_mailaliases` -- LOCK TABLES `mail_awm_mailaliases` WRITE; /*!40000 ALTER TABLE `mail_awm_mailaliases` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_mailaliases` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_mailforwards` -- DROP TABLE IF EXISTS `mail_awm_mailforwards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_mailforwards` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `forward_name` varchar(255) NOT NULL default '', `forward_domain` varchar(255) NOT NULL default '', `forward_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAIL_AWM_MAILFORWARDS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_mailforwards` -- LOCK TABLES `mail_awm_mailforwards` WRITE; /*!40000 ALTER TABLE `mail_awm_mailforwards` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_mailforwards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_mailinglists` -- DROP TABLE IF EXISTS `mail_awm_mailinglists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_mailinglists` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `list_name` varchar(255) NOT NULL default '', `list_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAIL_AWM_MAILINGLISTS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_mailinglists` -- LOCK TABLES `mail_awm_mailinglists` WRITE; /*!40000 ALTER TABLE `mail_awm_mailinglists` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_mailinglists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_messages` -- DROP TABLE IF EXISTS `mail_awm_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_messages` ( `id` bigint(20) NOT NULL auto_increment, `id_msg` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `id_folder_srv` bigint(20) NOT NULL default '0', `id_folder_db` bigint(20) NOT NULL default '0', `str_uid` varchar(255) default NULL, `int_uid` bigint(20) NOT NULL default '0', `from_msg` varchar(255) default NULL, `to_msg` varchar(255) default NULL, `cc_msg` varchar(255) default NULL, `bcc_msg` varchar(255) default NULL, `subject` varchar(255) default NULL, `msg_date` datetime default NULL, `attachments` tinyint(1) NOT NULL default '0', `size` bigint(20) NOT NULL default '0', `seen` tinyint(1) NOT NULL default '0', `flagged` tinyint(1) NOT NULL default '0', `priority` tinyint(4) NOT NULL default '0', `downloaded` tinyint(1) NOT NULL default '0', `x_spam` tinyint(1) NOT NULL default '0', `rtl` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `is_full` tinyint(1) NOT NULL default '1', `replied` tinyint(1) default NULL, `forwarded` tinyint(1) default NULL, `flags` int(11) default NULL, `body_text` longtext, `grayed` tinyint(1) NOT NULL default '0', `charset` int(11) NOT NULL default '-1', `sensitivity` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAIL_AWM_MESSAGES_ID_ACCT_ID_FOLDER_DB_INDEX` (`id_acct`,`id_folder_db`), KEY `MAIL_AWM_MESSAGES_ID_ACCT_ID_FOLDER_DB_SEEN_INDEX` (`id_acct`,`id_folder_db`,`seen`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_messages` -- LOCK TABLES `mail_awm_messages` WRITE; /*!40000 ALTER TABLE `mail_awm_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_messages_body` -- DROP TABLE IF EXISTS `mail_awm_messages_body`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_messages_body` ( `id` bigint(20) NOT NULL auto_increment, `id_msg` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `msg` longblob, PRIMARY KEY (`id`), UNIQUE KEY `MAIL_AWM_MESSAGES_BODY_ID_ACCT_ID_MSG_INDEX` (`id_acct`,`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_messages_body` -- LOCK TABLES `mail_awm_messages_body` WRITE; /*!40000 ALTER TABLE `mail_awm_messages_body` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_messages_body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_reads` -- DROP TABLE IF EXISTS `mail_awm_reads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_reads` ( `id_read` bigint(20) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `str_uid` varchar(255) default NULL, `tmp` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_read`), KEY `MAIL_AWM_READS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_reads` -- LOCK TABLES `mail_awm_reads` WRITE; /*!40000 ALTER TABLE `mail_awm_reads` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_reads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_senders` -- DROP TABLE IF EXISTS `mail_awm_senders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_senders` ( `id` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `safety` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAIL_AWM_SENDERS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_senders` -- LOCK TABLES `mail_awm_senders` WRITE; /*!40000 ALTER TABLE `mail_awm_senders` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_senders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_settings` -- DROP TABLE IF EXISTS `mail_awm_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_settings` ( `id_setting` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `msgs_per_page` smallint(6) NOT NULL default '20', `contacts_per_page` smallint(6) NOT NULL default '20', `last_login` datetime default NULL, `logins_count` int(11) NOT NULL default '0', `auto_checkmail_interval` int(11) NOT NULL default '0', `def_skin` varchar(255) NOT NULL default 'Default', `def_editor` tinyint(1) NOT NULL default '1', `layout` tinyint(4) NOT NULL default '0', `save_mail` tinyint(4) NOT NULL default '0', `def_timezone` smallint(6) NOT NULL default '0', `def_time_fmt` varchar(255) default NULL, `def_lang` varchar(255) default NULL, `def_date_fmt` varchar(100) NOT NULL default 'MM/DD/YYYY', `mailbox_limit` bigint(20) NOT NULL default '0', `incoming_charset` varchar(30) NOT NULL default 'iso-8859-1', `question_1` varchar(255) default NULL, `answer_1` varchar(255) default NULL, `question_2` varchar(255) default NULL, `answer_2` varchar(255) default NULL, `enable_fnbl_sync` tinyint(1) NOT NULL default '0', `capa` varchar(255) default NULL, `client_timezone` varchar(100) NOT NULL default '', `custom_fields` text, PRIMARY KEY (`id_setting`), UNIQUE KEY `MAIL_AWM_SETTINGS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_settings` -- LOCK TABLES `mail_awm_settings` WRITE; /*!40000 ALTER TABLE `mail_awm_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_system_folders` -- DROP TABLE IF EXISTS `mail_awm_system_folders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_system_folders` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `folder_full_name` varchar(255) default NULL, `system_type` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAIL_AWM_SYSTEM_FOLDERS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_system_folders` -- LOCK TABLES `mail_awm_system_folders` WRITE; /*!40000 ALTER TABLE `mail_awm_system_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_system_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_awm_tenants` -- DROP TABLE IF EXISTS `mail_awm_tenants`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_awm_tenants` ( `id_tenant` int(11) NOT NULL auto_increment, `id_channel` int(11) NOT NULL default '0', `disabled` tinyint(1) NOT NULL default '0', `login_enabled` tinyint(1) NOT NULL default '0', `login` varchar(255) default NULL, `email` varchar(255) default NULL, `password` varchar(255) default NULL, `description` varchar(255) default NULL, `quota` int(11) NOT NULL default '0', `quota_mbytes_limit` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `user_count_limit` int(11) NOT NULL default '0', `domain_count_limit` int(11) NOT NULL default '0', PRIMARY KEY (`id_tenant`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_awm_tenants` -- LOCK TABLES `mail_awm_tenants` WRITE; /*!40000 ALTER TABLE `mail_awm_tenants` DISABLE KEYS */; /*!40000 ALTER TABLE `mail_awm_tenants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mail_messages_table` -- DROP TABLE IF EXISTS `mail_messages_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mail_messages_table` ( `mail_msg_id` int(20) NOT NULL auto_increment, `mail_msg_subject` varchar(300) NOT NULL, `mail_msg` mediumtext, PRIMARY KEY (`mail_msg_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mail_messages_table` -- LOCK TABLES `mail_messages_table` WRITE; /*!40000 ALTER TABLE `mail_messages_table` DISABLE KEYS */; INSERT INTO `mail_messages_table` VALUES (1,'Registration Info','<h2>Dear ==username==,<br /></h2>\n<p style=\"padding-left: 30px;\">You have successfully registered in to ==sitename==. Your user name is ==username== and password is ==password==.</p>\n<p style=\"padding-left: 30px;\"> </p>'),(2,'Failure info','<p>Dear Customer,</p>\n<hr />\n<h2>Dear customer,<br /> You have not been fully registered in to ==sitename==. click here==link== to complete the registration.<br /></h2>\n<p> </p>'),(3,'Request password confirmation','<p>Dear ==username==,</p>\n<p> </p>\n<p class=\"MsoPlainText\">You have requested for the new password we send you a new login password for the ==sitename==.</p>\n<p class=\"MsoPlainText\">If someone else made this request, or if you have\nremembered your password and you no longer wish to change it, you may safely\nignore this message. Your old/existing password will continue to work despite\nthis new password being created for you.</p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\">~==sitename==</p>\n<p>==siteurl==</p>\n<p class=\"MsoPlainText\"> </p>'),(4,'New temporary password','<p>Dear ==username==,</p>\n<p> </p>\n<p class=\"MsoPlainText\">You have requested for the new password we send you a new login password for the ==sitename==.</p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\">The new password for the user account ==username== is ==newpassword==. You can now log in to ==sitename== using that password.</p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\">If someone else made this request, or if you have\nremembered your password and you no longer wish to change it, you may safely\nignore this message. Your old/existing password will continue to work despite\nthis new password being created for you.</p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\"> </p>\n<p class=\"MsoPlainText\">~==sitename==</p>\n<p>==siteurl==</p>\n<p class=\"MsoPlainText\"> </p>'); /*!40000 ALTER TABLE `mail_messages_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_a_users` -- DROP TABLE IF EXISTS `mailpro_a_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_a_users` ( `id_user` int(11) NOT NULL auto_increment, `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_a_users` -- LOCK TABLES `mailpro_a_users` WRITE; /*!40000 ALTER TABLE `mailpro_a_users` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_a_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_appointments` -- DROP TABLE IF EXISTS `mailpro_acal_appointments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_appointments` ( `id_appointment` int(11) NOT NULL auto_increment, `id_event` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `access_type` tinyint(4) NOT NULL default '0', `status` tinyint(4) NOT NULL default '0', `hash` varchar(32) default NULL, PRIMARY KEY (`id_appointment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_appointments` -- LOCK TABLES `mailpro_acal_appointments` WRITE; /*!40000 ALTER TABLE `mailpro_acal_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_awm_fnbl_runs` -- DROP TABLE IF EXISTS `mailpro_acal_awm_fnbl_runs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_awm_fnbl_runs` ( `id_run` int(11) NOT NULL auto_increment, `run_date` datetime default NULL, PRIMARY KEY (`id_run`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_awm_fnbl_runs` -- LOCK TABLES `mailpro_acal_awm_fnbl_runs` WRITE; /*!40000 ALTER TABLE `mailpro_acal_awm_fnbl_runs` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_awm_fnbl_runs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_calendars` -- DROP TABLE IF EXISTS `mailpro_acal_calendars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_calendars` ( `calendar_id` int(11) NOT NULL auto_increment, `calendar_str_id` varchar(255) default NULL, `user_id` int(11) NOT NULL default '0', `calendar_name` varchar(100) NOT NULL default '', `calendar_description` text, `calendar_color` int(11) NOT NULL default '0', `calendar_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`calendar_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_calendars` -- LOCK TABLES `mailpro_acal_calendars` WRITE; /*!40000 ALTER TABLE `mailpro_acal_calendars` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_cron_runs` -- DROP TABLE IF EXISTS `mailpro_acal_cron_runs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_cron_runs` ( `id_run` bigint(20) NOT NULL auto_increment, `run_date` datetime default NULL, `latest_date` datetime default NULL, PRIMARY KEY (`id_run`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_cron_runs` -- LOCK TABLES `mailpro_acal_cron_runs` WRITE; /*!40000 ALTER TABLE `mailpro_acal_cron_runs` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_cron_runs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_eventrepeats` -- DROP TABLE IF EXISTS `mailpro_acal_eventrepeats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_eventrepeats` ( `id_repeat` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `repeat_period` tinyint(1) NOT NULL default '0', `repeat_order` tinyint(1) NOT NULL default '1', `repeat_num` int(11) NOT NULL default '0', `repeat_until` datetime default NULL, `sun` tinyint(1) NOT NULL default '0', `mon` tinyint(1) NOT NULL default '0', `tue` tinyint(1) NOT NULL default '0', `wed` tinyint(1) NOT NULL default '0', `thu` tinyint(1) NOT NULL default '0', `fri` tinyint(1) NOT NULL default '0', `sat` tinyint(1) NOT NULL default '0', `week_number` tinyint(1) default NULL, `repeat_end` tinyint(1) NOT NULL default '0', `excluded` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_repeat`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_eventrepeats` -- LOCK TABLES `mailpro_acal_eventrepeats` WRITE; /*!40000 ALTER TABLE `mailpro_acal_eventrepeats` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_eventrepeats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_events` -- DROP TABLE IF EXISTS `mailpro_acal_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_events` ( `event_id` int(11) NOT NULL auto_increment, `event_str_id` varchar(255) default NULL, `calendar_id` int(11) default NULL, `event_timefrom` datetime default NULL, `event_timetill` datetime default NULL, `event_allday` tinyint(1) NOT NULL default '0', `event_name` varchar(100) NOT NULL default '', `event_text` text, `event_priority` tinyint(4) default NULL, `event_repeats` tinyint(1) NOT NULL default '0', `event_last_modified` datetime default NULL, `event_owner_email` varchar(255) NOT NULL default '', `event_appointment_access` tinyint(4) NOT NULL default '0', `event_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_events` -- LOCK TABLES `mailpro_acal_events` WRITE; /*!40000 ALTER TABLE `mailpro_acal_events` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_exclusions` -- DROP TABLE IF EXISTS `mailpro_acal_exclusions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_exclusions` ( `id_exclusion` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `id_calendar` int(11) default NULL, `id_repeat` int(11) default NULL, `id_recurrence_date` datetime default NULL, `event_timefrom` datetime default NULL, `event_timetill` datetime default NULL, `event_name` varchar(100) default NULL, `event_text` text, `event_allday` tinyint(1) NOT NULL default '0', `event_last_modified` datetime default NULL, `is_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_exclusion`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_exclusions` -- LOCK TABLES `mailpro_acal_exclusions` WRITE; /*!40000 ALTER TABLE `mailpro_acal_exclusions` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_exclusions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_publications` -- DROP TABLE IF EXISTS `mailpro_acal_publications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_publications` ( `id_publication` int(11) NOT NULL auto_increment, `id_user` int(11) default NULL, `id_calendar` int(11) default NULL, `str_md5` varchar(32) default NULL, `int_access_level` tinyint(4) NOT NULL default '1', `access_type` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id_publication`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_publications` -- LOCK TABLES `mailpro_acal_publications` WRITE; /*!40000 ALTER TABLE `mailpro_acal_publications` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_publications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_reminders` -- DROP TABLE IF EXISTS `mailpro_acal_reminders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_reminders` ( `id_reminder` int(11) NOT NULL auto_increment, `id_event` int(11) default NULL, `id_user` int(11) default NULL, `notice_type` tinyint(4) NOT NULL default '0', `remind_offset` int(11) NOT NULL default '0', `sent` int(11) NOT NULL default '0', PRIMARY KEY (`id_reminder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_reminders` -- LOCK TABLES `mailpro_acal_reminders` WRITE; /*!40000 ALTER TABLE `mailpro_acal_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_sharing` -- DROP TABLE IF EXISTS `mailpro_acal_sharing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_sharing` ( `id_share` int(11) NOT NULL auto_increment, `id_user` int(11) default NULL, `id_calendar` int(11) default NULL, `id_to_user` int(11) default NULL, `str_to_email` varchar(255) NOT NULL default '', `int_access_level` tinyint(4) NOT NULL default '2', `calendar_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_share`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_sharing` -- LOCK TABLES `mailpro_acal_sharing` WRITE; /*!40000 ALTER TABLE `mailpro_acal_sharing` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_sharing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_acal_users_data` -- DROP TABLE IF EXISTS `mailpro_acal_users_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_acal_users_data` ( `settings_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `showweekends` tinyint(1) NOT NULL default '0', `workdaystarts` tinyint(4) NOT NULL default '9', `workdayends` tinyint(4) NOT NULL default '17', `showworkday` tinyint(1) NOT NULL default '0', `weekstartson` tinyint(4) NOT NULL default '0', `defaulttab` tinyint(4) NOT NULL default '2', PRIMARY KEY (`settings_id`), KEY `MAILPRO_ACAL_USERS_DATA_USER_ID_INDEX` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_acal_users_data` -- LOCK TABLES `mailpro_acal_users_data` WRITE; /*!40000 ALTER TABLE `mailpro_acal_users_data` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_acal_users_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_addressbooks` -- DROP TABLE IF EXISTS `mailpro_adav_addressbooks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_addressbooks` ( `id` int(11) unsigned NOT NULL auto_increment, `principaluri` varchar(255) default NULL, `displayname` varchar(255) default NULL, `uri` varchar(200) default NULL, `description` text, `ctag` int(11) unsigned NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_addressbooks` -- LOCK TABLES `mailpro_adav_addressbooks` WRITE; /*!40000 ALTER TABLE `mailpro_adav_addressbooks` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_addressbooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_cache` -- DROP TABLE IF EXISTS `mailpro_adav_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_cache` ( `id` int(11) NOT NULL auto_increment, `user` varchar(255) default NULL, `calendaruri` varchar(255) default NULL, `type` tinyint(4) default NULL, `time` int(11) default NULL, `starttime` int(11) default NULL, `eventid` varchar(45) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_cache` -- LOCK TABLES `mailpro_adav_cache` WRITE; /*!40000 ALTER TABLE `mailpro_adav_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_calendarobjects` -- DROP TABLE IF EXISTS `mailpro_adav_calendarobjects`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_calendarobjects` ( `id` int(11) unsigned NOT NULL auto_increment, `calendardata` text, `uri` varchar(255) default NULL, `calendarid` int(11) unsigned NOT NULL, `lastmodified` int(11) default NULL, `etag` varchar(32) NOT NULL default '', `size` int(11) unsigned NOT NULL default '0', `componenttype` varchar(8) NOT NULL default '', `firstoccurence` int(11) unsigned NOT NULL default '0', `lastoccurence` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_calendarobjects` -- LOCK TABLES `mailpro_adav_calendarobjects` WRITE; /*!40000 ALTER TABLE `mailpro_adav_calendarobjects` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_calendarobjects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_calendars` -- DROP TABLE IF EXISTS `mailpro_adav_calendars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_calendars` ( `id` int(11) unsigned NOT NULL auto_increment, `principaluri` varchar(100) default NULL, `displayname` varchar(100) default NULL, `uri` varchar(255) default NULL, `ctag` int(11) unsigned NOT NULL default '0', `description` text, `calendarorder` int(11) unsigned NOT NULL default '0', `calendarcolor` varchar(10) default NULL, `timezone` text, `components` varchar(20) default NULL, `transparent` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_calendars` -- LOCK TABLES `mailpro_adav_calendars` WRITE; /*!40000 ALTER TABLE `mailpro_adav_calendars` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_calendars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_cards` -- DROP TABLE IF EXISTS `mailpro_adav_cards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_cards` ( `id` int(11) unsigned NOT NULL auto_increment, `addressbookid` int(11) unsigned NOT NULL, `carddata` text, `uri` varchar(255) default NULL, `lastmodified` int(11) unsigned default NULL, PRIMARY KEY (`id`), KEY `MAILPRO_ADAV_CARDS_ADDRESSBOOKID_INDEX` (`addressbookid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_cards` -- LOCK TABLES `mailpro_adav_cards` WRITE; /*!40000 ALTER TABLE `mailpro_adav_cards` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_cards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_delegates` -- DROP TABLE IF EXISTS `mailpro_adav_delegates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_delegates` ( `id` int(11) unsigned NOT NULL auto_increment, `calendarid` int(11) unsigned NOT NULL, `principalid` int(11) unsigned NOT NULL, `mode` tinyint(2) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_delegates` -- LOCK TABLES `mailpro_adav_delegates` WRITE; /*!40000 ALTER TABLE `mailpro_adav_delegates` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_delegates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_groupmembers` -- DROP TABLE IF EXISTS `mailpro_adav_groupmembers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_groupmembers` ( `id` int(11) unsigned NOT NULL auto_increment, `principal_id` int(11) unsigned NOT NULL, `member_id` int(11) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `MAILPRO_ADAV_GROUPMEMBERS_MEMBER_ID_PRINCIPAL_ID_INDEX` (`principal_id`,`member_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_groupmembers` -- LOCK TABLES `mailpro_adav_groupmembers` WRITE; /*!40000 ALTER TABLE `mailpro_adav_groupmembers` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_groupmembers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_locks` -- DROP TABLE IF EXISTS `mailpro_adav_locks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_locks` ( `id` int(11) unsigned NOT NULL auto_increment, `owner` varchar(100) default NULL, `timeout` int(11) unsigned default NULL, `created` int(11) default NULL, `token` varchar(100) default NULL, `scope` tinyint(4) default NULL, `depth` tinyint(4) default NULL, `uri` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_locks` -- LOCK TABLES `mailpro_adav_locks` WRITE; /*!40000 ALTER TABLE `mailpro_adav_locks` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_locks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_principals` -- DROP TABLE IF EXISTS `mailpro_adav_principals`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_principals` ( `id` int(11) unsigned NOT NULL auto_increment, `uri` varchar(255) NOT NULL, `email` varchar(80) default NULL, `vcardurl` varchar(80) default NULL, `displayname` varchar(80) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `MAILPRO_ADAV_PRINCIPALS_URI_INDEX` (`uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_principals` -- LOCK TABLES `mailpro_adav_principals` WRITE; /*!40000 ALTER TABLE `mailpro_adav_principals` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_principals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_adav_reminders` -- DROP TABLE IF EXISTS `mailpro_adav_reminders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_adav_reminders` ( `id` int(11) unsigned NOT NULL auto_increment, `user` varchar(100) NOT NULL, `calendaruri` varchar(255) default NULL, `eventid` varchar(45) default NULL, `time` int(11) default NULL, `starttime` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_adav_reminders` -- LOCK TABLES `mailpro_adav_reminders` WRITE; /*!40000 ALTER TABLE `mailpro_adav_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_adav_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_accounts` -- DROP TABLE IF EXISTS `mailpro_awm_accounts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_accounts` ( `id_acct` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `id_domain` int(11) NOT NULL default '0', `id_tenant` int(11) NOT NULL default '0', `def_acct` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `quota` int(11) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `email` varchar(255) NOT NULL default '', `friendly_nm` varchar(255) default NULL, `mail_protocol` tinyint(4) NOT NULL default '1', `mail_inc_host` varchar(255) default NULL, `mail_inc_port` int(11) NOT NULL default '143', `mail_inc_login` varchar(255) default NULL, `mail_inc_pass` varchar(255) default NULL, `mail_inc_ssl` tinyint(1) NOT NULL default '0', `mail_out_host` varchar(255) default NULL, `mail_out_port` int(11) NOT NULL default '25', `mail_out_login` varchar(255) default NULL, `mail_out_pass` varchar(255) default NULL, `mail_out_auth` tinyint(4) NOT NULL default '0', `mail_out_ssl` tinyint(1) NOT NULL default '0', `signature` text, `signature_type` tinyint(4) NOT NULL default '1', `signature_opt` tinyint(4) NOT NULL default '0', `mailbox_size` bigint(20) NOT NULL default '0', `mailing_list` tinyint(1) NOT NULL default '0', `hide_in_gab` tinyint(1) NOT NULL default '0', `custom_fields` text, PRIMARY KEY (`id_acct`), KEY `MAILPRO_AWM_ACCOUNTS_ID_USER_INDEX` (`id_user`), KEY `MAILPRO_AWM_ACCOUNTS_ID_ACCT_ID_USER_INDEX` (`id_acct`,`id_user`), KEY `MAILPRO_AWM_ACCOUNTS_EMAIL_INDEX` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_accounts` -- LOCK TABLES `mailpro_awm_accounts` WRITE; /*!40000 ALTER TABLE `mailpro_awm_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_addr_book` -- DROP TABLE IF EXISTS `mailpro_awm_addr_book`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_addr_book` ( `id_addr` bigint(20) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `str_id` varchar(255) default NULL, `type` tinyint(4) NOT NULL default '0', `type_id` varchar(100) NOT NULL default '', `deleted` tinyint(1) NOT NULL default '0', `date_created` datetime default NULL, `date_modified` datetime default NULL, `fullname` varchar(255) default NULL, `view_email` varchar(255) NOT NULL default '', `use_friendly_nm` tinyint(1) NOT NULL default '1', `firstname` varchar(100) NOT NULL default '', `surname` varchar(100) NOT NULL default '', `nickname` varchar(100) NOT NULL default '', `skype` varchar(100) NOT NULL default '', `facebook` varchar(255) NOT NULL default '', `h_email` varchar(255) default NULL, `h_street` varchar(255) default NULL, `h_city` varchar(200) default NULL, `h_state` varchar(200) default NULL, `h_zip` varchar(10) default NULL, `h_country` varchar(200) default NULL, `h_phone` varchar(50) default NULL, `h_fax` varchar(50) default NULL, `h_mobile` varchar(50) default NULL, `h_web` varchar(255) default NULL, `b_email` varchar(255) default NULL, `b_company` varchar(200) default NULL, `b_street` varchar(255) default NULL, `b_city` varchar(200) default NULL, `b_state` varchar(200) default NULL, `b_zip` varchar(10) default NULL, `b_country` varchar(200) default NULL, `b_job_title` varchar(100) default NULL, `b_department` varchar(200) default NULL, `b_office` varchar(200) default NULL, `b_phone` varchar(50) default NULL, `b_fax` varchar(50) default NULL, `b_web` varchar(255) default NULL, `other_email` varchar(255) default NULL, `primary_email` tinyint(4) default NULL, `birthday_day` tinyint(4) NOT NULL default '0', `birthday_month` tinyint(4) NOT NULL default '0', `birthday_year` smallint(6) NOT NULL default '0', `id_addr_prev` bigint(20) default NULL, `tmp` tinyint(1) NOT NULL default '0', `use_frequency` int(11) NOT NULL default '11', `auto_create` tinyint(1) NOT NULL default '0', `notes` varchar(255) default NULL, `etag` varchar(100) NOT NULL default '', PRIMARY KEY (`id_addr`), KEY `MAILPRO_AWM_ADDR_BOOK_ID_USER_INDEX` (`id_user`), KEY `MAILPRO_AWM_ADDR_BOOK_DELETED_ID_USER_INDEX` (`id_user`,`deleted`), KEY `MAILPRO_AWM_ADDR_BOOK_USE_FREQUENCY_INDEX` (`use_frequency`), KEY `MAILPRO_AWM_ADDR_BOOK_VIEW_EMAIL_INDEX` (`view_email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_addr_book` -- LOCK TABLES `mailpro_awm_addr_book` WRITE; /*!40000 ALTER TABLE `mailpro_awm_addr_book` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_addr_book` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_addr_groups` -- DROP TABLE IF EXISTS `mailpro_awm_addr_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_addr_groups` ( `id_group` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `group_nm` varchar(255) default NULL, `group_str_id` varchar(100) default NULL, `use_frequency` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `company` varchar(200) default NULL, `street` varchar(255) default NULL, `city` varchar(200) default NULL, `state` varchar(200) default NULL, `zip` varchar(10) default NULL, `country` varchar(200) default NULL, `phone` varchar(50) default NULL, `fax` varchar(50) default NULL, `web` varchar(255) default NULL, `organization` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_group`), KEY `MAILPRO_AWM_ADDR_GROUPS_ID_USER_INDEX` (`id_user`), KEY `MAILPRO_AWM_ADDR_GROUPS_USE_FREQUENCY_INDEX` (`use_frequency`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_addr_groups` -- LOCK TABLES `mailpro_awm_addr_groups` WRITE; /*!40000 ALTER TABLE `mailpro_awm_addr_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_addr_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_addr_groups_contacts` -- DROP TABLE IF EXISTS `mailpro_awm_addr_groups_contacts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_addr_groups_contacts` ( `id_addr` bigint(20) NOT NULL default '0', `id_group` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_addr_groups_contacts` -- LOCK TABLES `mailpro_awm_addr_groups_contacts` WRITE; /*!40000 ALTER TABLE `mailpro_awm_addr_groups_contacts` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_addr_groups_contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_channels` -- DROP TABLE IF EXISTS `mailpro_awm_channels`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_channels` ( `id_channel` int(11) NOT NULL auto_increment, `login` varchar(255) default NULL, `password` varchar(255) default NULL, `description` varchar(255) default NULL, PRIMARY KEY (`id_channel`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_channels` -- LOCK TABLES `mailpro_awm_channels` WRITE; /*!40000 ALTER TABLE `mailpro_awm_channels` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_channels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_columns` -- DROP TABLE IF EXISTS `mailpro_awm_columns`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_columns` ( `id` int(11) NOT NULL auto_increment, `id_column` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `column_value` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_COLUMNS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_columns` -- LOCK TABLES `mailpro_awm_columns` WRITE; /*!40000 ALTER TABLE `mailpro_awm_columns` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_columns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_domains` -- DROP TABLE IF EXISTS `mailpro_awm_domains`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_domains` ( `id_domain` int(11) NOT NULL auto_increment, `id_tenant` int(11) NOT NULL default '0', `name` varchar(255) default NULL, `url` varchar(255) default NULL, `user_quota` int(11) NOT NULL default '0', `override_settings` tinyint(1) NOT NULL default '0', `mail_protocol` tinyint(4) NOT NULL default '1', `mail_inc_host` varchar(255) default NULL, `mail_inc_port` int(11) NOT NULL default '143', `mail_inc_ssl` tinyint(1) NOT NULL default '0', `mail_out_host` varchar(255) default NULL, `mail_out_port` int(11) NOT NULL default '25', `mail_out_auth` tinyint(4) NOT NULL default '1', `mail_out_login` varchar(255) default NULL, `mail_out_pass` varchar(255) default NULL, `mail_out_ssl` tinyint(1) NOT NULL default '0', `mail_out_method` tinyint(4) NOT NULL default '1', `quota_mbytes_limit` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `allow_webmail` tinyint(1) NOT NULL default '1', `site_name` varchar(255) default NULL, `allow_change_interface_settings` tinyint(1) NOT NULL default '0', `allow_users_add_acounts` tinyint(1) NOT NULL default '0', `allow_change_account_settings` tinyint(1) NOT NULL default '0', `allow_new_users_register` tinyint(1) NOT NULL default '1', `def_user_timezone` int(11) NOT NULL default '0', `def_user_timeformat` tinyint(4) NOT NULL default '0', `def_user_dateformat` varchar(100) NOT NULL default 'MM/DD/YYYY', `msgs_per_page` smallint(6) NOT NULL default '20', `skin` varchar(255) default NULL, `lang` varchar(255) default NULL, `ext_imap_host` varchar(255) NOT NULL default '', `ext_smtp_host` varchar(255) NOT NULL default '', `ext_dav_host` varchar(255) NOT NULL default '', `allow_contacts` tinyint(1) NOT NULL default '1', `contacts_per_page` smallint(6) NOT NULL default '20', `allow_calendar` tinyint(1) NOT NULL default '1', `cal_week_starts_on` tinyint(4) NOT NULL default '0', `cal_show_weekends` tinyint(1) NOT NULL default '0', `cal_workday_starts` tinyint(4) NOT NULL default '9', `cal_workday_ends` tinyint(4) NOT NULL default '18', `cal_show_workday` tinyint(1) NOT NULL default '0', `cal_default_tab` tinyint(4) NOT NULL default '2', `layout` tinyint(4) NOT NULL default '0', `xlist` tinyint(1) NOT NULL default '1', `global_addr_book` tinyint(4) NOT NULL default '0', `check_interval` int(11) NOT NULL default '0', `allow_registration` tinyint(1) NOT NULL default '0', `allow_pass_reset` tinyint(1) NOT NULL default '0', `is_internal` tinyint(1) NOT NULL default '0', `disabled` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_domain`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_domains` -- LOCK TABLES `mailpro_awm_domains` WRITE; /*!40000 ALTER TABLE `mailpro_awm_domains` DISABLE KEYS */; INSERT INTO `mailpro_awm_domains` VALUES (1,0,'convictcartel','',0,1,1,'127.0.0.1',143,0,'127.0.0.1',25,2,'','',0,1,0,0,0,1,'AfterLogic WebMail Pro',1,1,1,1,0,1,'MM/DD/YYYY',20,'Default','English','','','',1,20,1,1,0,9,18,1,3,0,1,1,0,0,0,0,0); /*!40000 ALTER TABLE `mailpro_awm_domains` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_fetchers` -- DROP TABLE IF EXISTS `mailpro_awm_fetchers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_fetchers` ( `id_fetcher` int(11) NOT NULL auto_increment, `disabled` tinyint(1) NOT NULL default '0', `inc_protocol` tinyint(4) NOT NULL default '0', `inc_security` tinyint(4) NOT NULL default '0', `inc_host` varchar(255) default NULL, `inc_port` int(11) default NULL, `inc_login` varchar(255) default NULL, `inc_password` varchar(255) default NULL, `local_user` varchar(255) default NULL, `local_domain` varchar(255) default NULL, PRIMARY KEY (`id_fetcher`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_fetchers` -- LOCK TABLES `mailpro_awm_fetchers` WRITE; /*!40000 ALTER TABLE `mailpro_awm_fetchers` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_fetchers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_filters` -- DROP TABLE IF EXISTS `mailpro_awm_filters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_filters` ( `id_filter` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `field` tinyint(4) NOT NULL default '0', `condition` tinyint(4) NOT NULL default '0', `filter` varchar(255) default NULL, `action` tinyint(4) NOT NULL default '0', `id_folder` bigint(20) NOT NULL default '0', `applied` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_filter`), KEY `MAILPRO_AWM_FILTERS_ID_ACCT_ID_FOLDER_INDEX` (`id_acct`,`id_folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_filters` -- LOCK TABLES `mailpro_awm_filters` WRITE; /*!40000 ALTER TABLE `mailpro_awm_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_folders` -- DROP TABLE IF EXISTS `mailpro_awm_folders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_folders` ( `id_folder` bigint(20) NOT NULL auto_increment, `id_parent` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `type` smallint(6) NOT NULL default '0', `name` varchar(255) default NULL, `full_path` varchar(255) default NULL, `sync_type` tinyint(4) NOT NULL default '0', `hide` tinyint(1) NOT NULL default '0', `fld_order` smallint(6) NOT NULL default '1', `flags` varchar(255) NOT NULL default '', PRIMARY KEY (`id_folder`), KEY `MAILPRO_AWM_FOLDERS_ID_ACCT_ID_FOLDER_INDEX` (`id_acct`,`id_folder`), KEY `MAILPRO_AWM_FOLDERS_ID_ACCT_ID_PARENT_INDEX` (`id_acct`,`id_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_folders` -- LOCK TABLES `mailpro_awm_folders` WRITE; /*!40000 ALTER TABLE `mailpro_awm_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_folders_order` -- DROP TABLE IF EXISTS `mailpro_awm_folders_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_folders_order` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `folders_order` text, PRIMARY KEY (`id`), KEY `MAILPRO_AWM_FOLDERS_ORDER_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_folders_order` -- LOCK TABLES `mailpro_awm_folders_order` WRITE; /*!40000 ALTER TABLE `mailpro_awm_folders_order` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_folders_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_folders_tree` -- DROP TABLE IF EXISTS `mailpro_awm_folders_tree`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_folders_tree` ( `id` int(11) NOT NULL auto_increment, `id_folder` bigint(20) NOT NULL default '0', `id_parent` bigint(20) NOT NULL default '0', `folder_level` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_FOLDERS_TREE_ID_FOLDER_INDEX` (`id_folder`), KEY `MAILPRO_AWM_FOLDERS_TREE_ID_FOLDER_ID_PARENT_INDEX` (`id_folder`,`id_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_folders_tree` -- LOCK TABLES `mailpro_awm_folders_tree` WRITE; /*!40000 ALTER TABLE `mailpro_awm_folders_tree` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_folders_tree` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_identities` -- DROP TABLE IF EXISTS `mailpro_awm_identities`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_identities` ( `id_identity` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `email` varchar(255) NOT NULL default '', `friendly_nm` varchar(255) NOT NULL default '', `signature` text, `signature_type` tinyint(4) NOT NULL default '1', `use_signature` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_identity`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_identities` -- LOCK TABLES `mailpro_awm_identities` WRITE; /*!40000 ALTER TABLE `mailpro_awm_identities` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_identities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_mailaliases` -- DROP TABLE IF EXISTS `mailpro_awm_mailaliases`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_mailaliases` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `alias_name` varchar(255) NOT NULL default '', `alias_domain` varchar(255) NOT NULL default '', `alias_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_MAILALIASES_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_mailaliases` -- LOCK TABLES `mailpro_awm_mailaliases` WRITE; /*!40000 ALTER TABLE `mailpro_awm_mailaliases` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_mailaliases` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_mailforwards` -- DROP TABLE IF EXISTS `mailpro_awm_mailforwards`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_mailforwards` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `forward_name` varchar(255) NOT NULL default '', `forward_domain` varchar(255) NOT NULL default '', `forward_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_MAILFORWARDS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_mailforwards` -- LOCK TABLES `mailpro_awm_mailforwards` WRITE; /*!40000 ALTER TABLE `mailpro_awm_mailforwards` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_mailforwards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_mailinglists` -- DROP TABLE IF EXISTS `mailpro_awm_mailinglists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_mailinglists` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) default NULL, `list_name` varchar(255) NOT NULL default '', `list_to` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_MAILINGLISTS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_mailinglists` -- LOCK TABLES `mailpro_awm_mailinglists` WRITE; /*!40000 ALTER TABLE `mailpro_awm_mailinglists` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_mailinglists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_messages` -- DROP TABLE IF EXISTS `mailpro_awm_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_messages` ( `id` bigint(20) NOT NULL auto_increment, `id_msg` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `id_folder_srv` bigint(20) NOT NULL default '0', `id_folder_db` bigint(20) NOT NULL default '0', `str_uid` varchar(255) default NULL, `int_uid` bigint(20) NOT NULL default '0', `from_msg` varchar(255) default NULL, `to_msg` varchar(255) default NULL, `cc_msg` varchar(255) default NULL, `bcc_msg` varchar(255) default NULL, `subject` varchar(255) default NULL, `msg_date` datetime default NULL, `attachments` tinyint(1) NOT NULL default '0', `size` bigint(20) NOT NULL default '0', `seen` tinyint(1) NOT NULL default '0', `flagged` tinyint(1) NOT NULL default '0', `priority` tinyint(4) NOT NULL default '0', `downloaded` tinyint(1) NOT NULL default '0', `x_spam` tinyint(1) NOT NULL default '0', `rtl` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `is_full` tinyint(1) NOT NULL default '1', `replied` tinyint(1) default NULL, `forwarded` tinyint(1) default NULL, `flags` int(11) default NULL, `body_text` longtext, `grayed` tinyint(1) NOT NULL default '0', `charset` int(11) NOT NULL default '-1', `sensitivity` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_MESSAGES_ID_ACCT_ID_FOLDER_DB_INDEX` (`id_acct`,`id_folder_db`), KEY `MAILPRO_AWM_MESSAGES_ID_ACCT_ID_FOLDER_DB_SEEN_INDEX` (`id_acct`,`id_folder_db`,`seen`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_messages` -- LOCK TABLES `mailpro_awm_messages` WRITE; /*!40000 ALTER TABLE `mailpro_awm_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_messages_body` -- DROP TABLE IF EXISTS `mailpro_awm_messages_body`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_messages_body` ( `id` bigint(20) NOT NULL auto_increment, `id_msg` bigint(20) NOT NULL default '0', `id_acct` int(11) NOT NULL default '0', `msg` longblob, PRIMARY KEY (`id`), UNIQUE KEY `MAILPRO_AWM_MESSAGES_BODY_ID_ACCT_ID_MSG_INDEX` (`id_acct`,`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_messages_body` -- LOCK TABLES `mailpro_awm_messages_body` WRITE; /*!40000 ALTER TABLE `mailpro_awm_messages_body` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_messages_body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_reads` -- DROP TABLE IF EXISTS `mailpro_awm_reads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_reads` ( `id_read` bigint(20) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `str_uid` varchar(255) default NULL, `tmp` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_read`), KEY `MAILPRO_AWM_READS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_reads` -- LOCK TABLES `mailpro_awm_reads` WRITE; /*!40000 ALTER TABLE `mailpro_awm_reads` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_reads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_senders` -- DROP TABLE IF EXISTS `mailpro_awm_senders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_senders` ( `id` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `email` varchar(255) default NULL, `safety` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_SENDERS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_senders` -- LOCK TABLES `mailpro_awm_senders` WRITE; /*!40000 ALTER TABLE `mailpro_awm_senders` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_senders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_settings` -- DROP TABLE IF EXISTS `mailpro_awm_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_settings` ( `id_setting` int(11) NOT NULL auto_increment, `id_user` int(11) NOT NULL default '0', `msgs_per_page` smallint(6) NOT NULL default '20', `contacts_per_page` smallint(6) NOT NULL default '20', `last_login` datetime default NULL, `logins_count` int(11) NOT NULL default '0', `auto_checkmail_interval` int(11) NOT NULL default '0', `def_skin` varchar(255) NOT NULL default 'Default', `def_editor` tinyint(1) NOT NULL default '1', `layout` tinyint(4) NOT NULL default '0', `save_mail` tinyint(4) NOT NULL default '0', `def_timezone` smallint(6) NOT NULL default '0', `def_time_fmt` varchar(255) default NULL, `def_lang` varchar(255) default NULL, `def_date_fmt` varchar(100) NOT NULL default 'MM/DD/YYYY', `mailbox_limit` bigint(20) NOT NULL default '0', `incoming_charset` varchar(30) NOT NULL default 'iso-8859-1', `question_1` varchar(255) default NULL, `answer_1` varchar(255) default NULL, `question_2` varchar(255) default NULL, `answer_2` varchar(255) default NULL, `enable_fnbl_sync` tinyint(1) NOT NULL default '0', `capa` varchar(255) default NULL, `client_timezone` varchar(100) NOT NULL default '', `custom_fields` text, PRIMARY KEY (`id_setting`), UNIQUE KEY `MAILPRO_AWM_SETTINGS_ID_USER_INDEX` (`id_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_settings` -- LOCK TABLES `mailpro_awm_settings` WRITE; /*!40000 ALTER TABLE `mailpro_awm_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_system_folders` -- DROP TABLE IF EXISTS `mailpro_awm_system_folders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_system_folders` ( `id` int(11) NOT NULL auto_increment, `id_acct` int(11) NOT NULL default '0', `id_user` int(11) NOT NULL default '0', `folder_full_name` varchar(255) default NULL, `system_type` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `MAILPRO_AWM_SYSTEM_FOLDERS_ID_ACCT_INDEX` (`id_acct`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_system_folders` -- LOCK TABLES `mailpro_awm_system_folders` WRITE; /*!40000 ALTER TABLE `mailpro_awm_system_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_system_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mailpro_awm_tenants` -- DROP TABLE IF EXISTS `mailpro_awm_tenants`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `mailpro_awm_tenants` ( `id_tenant` int(11) NOT NULL auto_increment, `id_channel` int(11) NOT NULL default '0', `disabled` tinyint(1) NOT NULL default '0', `login_enabled` tinyint(1) NOT NULL default '0', `login` varchar(255) default NULL, `email` varchar(255) default NULL, `password` varchar(255) default NULL, `description` varchar(255) default NULL, `quota` int(11) NOT NULL default '0', `quota_mbytes_limit` int(11) unsigned NOT NULL default '0', `quota_usage_bytes` bigint(20) unsigned NOT NULL default '0', `quota_usage_messages` int(11) unsigned NOT NULL default '0', `user_count_limit` int(11) NOT NULL default '0', `domain_count_limit` int(11) NOT NULL default '0', PRIMARY KEY (`id_tenant`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `mailpro_awm_tenants` -- LOCK TABLES `mailpro_awm_tenants` WRITE; /*!40000 ALTER TABLE `mailpro_awm_tenants` DISABLE KEYS */; /*!40000 ALTER TABLE `mailpro_awm_tenants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `manufacturers` -- DROP TABLE IF EXISTS `manufacturers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `manufacturers` ( `manufacturers_id` int(11) NOT NULL auto_increment, `manufacturers_name` varchar(32) NOT NULL, `manufacturers_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`manufacturers_id`), KEY `IDX_MANUFACTURERS_NAME` (`manufacturers_name`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `manufacturers` -- LOCK TABLES `manufacturers` WRITE; /*!40000 ALTER TABLE `manufacturers` DISABLE KEYS */; INSERT INTO `manufacturers` VALUES (1,'Matrox','manufacturer_matrox.gif','2013-08-26 20:47:51',NULL),(2,'Microsoft','manufacturer_microsoft.gif','2013-08-26 20:47:51',NULL),(3,'Warner','manufacturer_warner.gif','2013-08-26 20:47:51',NULL),(4,'Fox','manufacturer_fox.gif','2013-08-26 20:47:51',NULL),(5,'Logitech','manufacturer_logitech.gif','2013-08-26 20:47:51',NULL),(6,'Canon','manufacturer_canon.gif','2013-08-26 20:47:51',NULL),(7,'Sierra','manufacturer_sierra.gif','2013-08-26 20:47:51',NULL),(8,'GT Interactive','manufacturer_gt_interactive.gif','2013-08-26 20:47:51',NULL),(9,'Hewlett Packard','manufacturer_hewlett_packard.gif','2013-08-26 20:47:51',NULL),(10,'Samsung','manufacturer_samsung.png','2013-08-26 20:47:51',NULL); /*!40000 ALTER TABLE `manufacturers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `manufacturers_info` -- DROP TABLE IF EXISTS `manufacturers_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `manufacturers_info` ( `manufacturers_id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `manufacturers_url` varchar(255) NOT NULL, `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, PRIMARY KEY (`manufacturers_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `manufacturers_info` -- LOCK TABLES `manufacturers_info` WRITE; /*!40000 ALTER TABLE `manufacturers_info` DISABLE KEYS */; INSERT INTO `manufacturers_info` VALUES (1,1,'http://www.matrox.com',0,NULL),(2,1,'http://www.microsoft.com',0,NULL),(3,1,'http://www.warner.com',0,NULL),(4,1,'http://www.fox.com',0,NULL),(5,1,'http://www.logitech.com',0,NULL),(6,1,'http://www.canon.com',0,NULL),(7,1,'http://www.sierra.com',0,NULL),(8,1,'http://www.infogrames.com',0,NULL),(9,1,'http://www.hewlettpackard.com',0,NULL),(10,1,'http://www.samsung.com',0,NULL); /*!40000 ALTER TABLE `manufacturers_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `members` -- DROP TABLE IF EXISTS `members`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `members` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `email` varchar(100) NOT NULL, `key` varchar(100) NOT NULL, `verified` varchar(1) NOT NULL, `join` varchar(25) NOT NULL, `access` varchar(25) NOT NULL, `login_attempt` int(1) NOT NULL default '0', `banned` int(1) NOT NULL default '0', `premium` int(1) NOT NULL default '0', `bandwidth_used` bigint(50) NOT NULL default '0', `fb_id` bigint(20) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `members` -- LOCK TABLES `members` WRITE; /*!40000 ALTER TABLE `members` DISABLE KEYS */; /*!40000 ALTER TABLE `members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_links` -- DROP TABLE IF EXISTS `menu_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `menu_links` ( `menu_name` varchar(32) NOT NULL default '' COMMENT 'The menu name. All links with the same menu name (such as ’navigation’) are part of the same menu.', `mlid` int(10) unsigned NOT NULL auto_increment COMMENT 'The menu link ID (mlid) is the integer primary key.', `plid` int(10) unsigned NOT NULL default '0' COMMENT 'The parent link ID (plid) is the mlid of the link above in the hierarchy, or zero if the link is at the top level in its menu.', `link_path` varchar(255) NOT NULL default '' COMMENT 'The Drupal path or external path this link points to.', `router_path` varchar(255) NOT NULL default '' COMMENT 'For links corresponding to a Drupal path (external = 0), this connects the link to a menu_router.path for joins.', `link_title` varchar(255) NOT NULL default '' COMMENT 'The text displayed for the link, which may be modified by a title callback stored in menu_router.', `options` blob COMMENT 'A serialized array of options to be passed to the url() or l() function, such as a query string or HTML attributes.', `module` varchar(255) NOT NULL default 'system' COMMENT 'The name of the module that generated this link.', `hidden` smallint(6) NOT NULL default '0' COMMENT 'A flag for whether the link should be rendered in menus. (1 = a disabled menu item that may be shown on admin screens, -1 = a menu callback, 0 = a normal, visible link)', `external` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).', `has_children` smallint(6) NOT NULL default '0' COMMENT 'Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).', `expanded` smallint(6) NOT NULL default '0' COMMENT 'Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)', `weight` int(11) NOT NULL default '0' COMMENT 'Link weight among links in the same menu at the same depth.', `depth` smallint(6) NOT NULL default '0' COMMENT 'The depth relative to the top level. A link with plid == 0 will have depth == 1.', `customized` smallint(6) NOT NULL default '0' COMMENT 'A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).', `p1` int(10) unsigned NOT NULL default '0' COMMENT 'The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the plid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.', `p2` int(10) unsigned NOT NULL default '0' COMMENT 'The second mlid in the materialized path. See p1.', `p3` int(10) unsigned NOT NULL default '0' COMMENT 'The third mlid in the materialized path. See p1.', `p4` int(10) unsigned NOT NULL default '0' COMMENT 'The fourth mlid in the materialized path. See p1.', `p5` int(10) unsigned NOT NULL default '0' COMMENT 'The fifth mlid in the materialized path. See p1.', `p6` int(10) unsigned NOT NULL default '0' COMMENT 'The sixth mlid in the materialized path. See p1.', `p7` int(10) unsigned NOT NULL default '0' COMMENT 'The seventh mlid in the materialized path. See p1.', `p8` int(10) unsigned NOT NULL default '0' COMMENT 'The eighth mlid in the materialized path. See p1.', `p9` int(10) unsigned NOT NULL default '0' COMMENT 'The ninth mlid in the materialized path. See p1.', `updated` smallint(6) NOT NULL default '0' COMMENT 'Flag that indicates that this link was generated during the update from Drupal 5.', PRIMARY KEY (`mlid`), KEY `path_menu` (`link_path`(128),`menu_name`), KEY `menu_plid_expand_child` (`menu_name`,`plid`,`expanded`,`has_children`), KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`), KEY `router_path` (`router_path`(128)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Contains the individual links within a menu.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `menu_links` -- LOCK TABLES `menu_links` WRITE; /*!40000 ALTER TABLE `menu_links` DISABLE KEYS */; /*!40000 ALTER TABLE `menu_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_router` -- DROP TABLE IF EXISTS `menu_router`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `menu_router` ( `path` varchar(255) NOT NULL default '' COMMENT 'Primary Key: the Drupal path this entry describes', `load_functions` blob NOT NULL COMMENT 'A serialized array of function names (like node_load) to be called to load an object corresponding to a part of the current path.', `to_arg_functions` blob NOT NULL COMMENT 'A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.', `access_callback` varchar(255) NOT NULL default '' COMMENT 'The callback which determines the access to this router path. Defaults to user_access.', `access_arguments` blob COMMENT 'A serialized array of arguments for the access callback.', `page_callback` varchar(255) NOT NULL default '' COMMENT 'The name of the function that renders the page.', `page_arguments` blob COMMENT 'A serialized array of arguments for the page callback.', `delivery_callback` varchar(255) NOT NULL default '' COMMENT 'The name of the function that sends the result of the page_callback function to the browser.', `fit` int(11) NOT NULL default '0' COMMENT 'A numeric representation of how specific the path is.', `number_parts` smallint(6) NOT NULL default '0' COMMENT 'Number of parts in this router path.', `context` int(11) NOT NULL default '0' COMMENT 'Only for local tasks (tabs) - the context of a local task to control its placement.', `tab_parent` varchar(255) NOT NULL default '' COMMENT 'Only for local tasks (tabs) - the router path of the parent page (which may also be a local task).', `tab_root` varchar(255) NOT NULL default '' COMMENT 'Router path of the closest non-tab parent page. For pages that are not local tasks, this will be the same as the path.', `title` varchar(255) NOT NULL default '' COMMENT 'The title for the current page, or the title for the tab if this is a local task.', `title_callback` varchar(255) NOT NULL default '' COMMENT 'A function which will alter the title. Defaults to t()', `title_arguments` varchar(255) NOT NULL default '' COMMENT 'A serialized array of arguments for the title callback. If empty, the title will be used as the sole argument for the title callback.', `theme_callback` varchar(255) NOT NULL default '' COMMENT 'A function which returns the name of the theme that will be used to render this page. If left empty, the default theme will be used.', `theme_arguments` varchar(255) NOT NULL default '' COMMENT 'A serialized array of arguments for the theme callback.', `type` int(11) NOT NULL default '0' COMMENT 'Numeric representation of the type of the menu item, like MENU_LOCAL_TASK.', `description` text NOT NULL COMMENT 'A description of this item.', `position` varchar(255) NOT NULL default '' COMMENT 'The position of the block (left or right) on the system administration page for this item.', `weight` int(11) NOT NULL default '0' COMMENT 'Weight of the element. Lighter weights are higher up, heavier weights go down.', `include_file` mediumtext COMMENT 'The file to include for this element, usually the page callback function lives in this file.', PRIMARY KEY (`path`), KEY `fit` (`fit`), KEY `tab_parent` (`tab_parent`(64),`weight`,`title`), KEY `tab_root_weight_title` (`tab_root`(64),`weight`,`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Maps paths to various callbacks (access, page and title)'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `menu_router` -- LOCK TABLES `menu_router` WRITE; /*!40000 ALTER TABLE `menu_router` DISABLE KEYS */; /*!40000 ALTER TABLE `menu_router` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages` -- DROP TABLE IF EXISTS `messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messages` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `Text` text NOT NULL, `Time` varchar(50) NOT NULL, `ConversationID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messages` -- LOCK TABLES `messages` WRITE; /*!40000 ALTER TABLE `messages` DISABLE KEYS */; /*!40000 ALTER TABLE `messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages_conversations` -- DROP TABLE IF EXISTS `messages_conversations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messages_conversations` ( `ID` int(10) unsigned NOT NULL auto_increment, `Recipients` int(10) unsigned NOT NULL default '0', `LastMessage` varchar(255) NOT NULL, `LastSenderID` int(10) unsigned NOT NULL, `LastUpdate` varchar(50) NOT NULL, `IsChat` enum('Y','N') NOT NULL default 'N', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messages_conversations` -- LOCK TABLES `messages_conversations` WRITE; /*!40000 ALTER TABLE `messages_conversations` DISABLE KEYS */; /*!40000 ALTER TABLE `messages_conversations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages_conversations_users` -- DROP TABLE IF EXISTS `messages_conversations_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messages_conversations_users` ( `ConversationID` int(10) unsigned NOT NULL, `UserID` int(10) unsigned NOT NULL, `Messages` int(10) unsigned NOT NULL default '1', `Viewed` enum('Y','N') NOT NULL default 'N', `Deleted` enum('Y','N') NOT NULL default 'N', UNIQUE KEY `ConversationID_UserID` (`ConversationID`,`UserID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messages_conversations_users` -- LOCK TABLES `messages_conversations_users` WRITE; /*!40000 ALTER TABLE `messages_conversations_users` DISABLE KEYS */; /*!40000 ALTER TABLE `messages_conversations_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `messages_users` -- DROP TABLE IF EXISTS `messages_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `messages_users` ( `MessageID` int(10) unsigned NOT NULL, `UserID` int(10) unsigned NOT NULL, `Deleted` enum('Y','N') NOT NULL default 'N', UNIQUE KEY `MessageID_UserID` (`MessageID`,`UserID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `messages_users` -- LOCK TABLES `messages_users` WRITE; /*!40000 ALTER TABLE `messages_users` DISABLE KEYS */; /*!40000 ALTER TABLE `messages_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `module_session` -- DROP TABLE IF EXISTS `module_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `module_session` ( `user_id` int(255) NOT NULL default '0', `page_id` int(255) NOT NULL default '0', `ses_key` int(255) NOT NULL default '0', `module` varchar(255) collate utf8_unicode_ci NOT NULL, `timestamp` int(255) NOT NULL default '0', KEY `user_id` (`user_id`,`page_id`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `module_session` -- LOCK TABLES `module_session` WRITE; /*!40000 ALTER TABLE `module_session` DISABLE KEYS */; /*!40000 ALTER TABLE `module_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `msrp_by_quantity_table` -- DROP TABLE IF EXISTS `msrp_by_quantity_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `msrp_by_quantity_table` ( `id` int(25) NOT NULL auto_increment, `product_id` int(25) NOT NULL, `quantity` int(10) NOT NULL, `msrp` double NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `msrp_by_quantity_table` -- LOCK TABLES `msrp_by_quantity_table` WRITE; /*!40000 ALTER TABLE `msrp_by_quantity_table` DISABLE KEYS */; /*!40000 ALTER TABLE `msrp_by_quantity_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `news_table` -- DROP TABLE IF EXISTS `news_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `news_table` ( `news_id` int(11) NOT NULL auto_increment, `news_title` varchar(100) default NULL, `news_desc` text, `news_date` date default NULL, `news_status` tinyint(2) default NULL, PRIMARY KEY (`news_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `news_table` -- LOCK TABLES `news_table` WRITE; /*!40000 ALTER TABLE `news_table` DISABLE KEYS */; /*!40000 ALTER TABLE `news_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletter_subscription_table` -- DROP TABLE IF EXISTS `newsletter_subscription_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_subscription_table` ( `subsciption_id` int(20) NOT NULL auto_increment, `email` varchar(300) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`subsciption_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `newsletter_subscription_table` -- LOCK TABLES `newsletter_subscription_table` WRITE; /*!40000 ALTER TABLE `newsletter_subscription_table` DISABLE KEYS */; /*!40000 ALTER TABLE `newsletter_subscription_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletter_table` -- DROP TABLE IF EXISTS `newsletter_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_table` ( `newsletter_id` int(20) NOT NULL auto_increment, `newsletter_title` mediumtext NOT NULL, `newsletter_content` mediumtext NOT NULL, `newsletter_date_added` datetime NOT NULL, `newsletter_date_sent` datetime NOT NULL, `newsletter_status` int(4) NOT NULL, PRIMARY KEY (`newsletter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `newsletter_table` -- LOCK TABLES `newsletter_table` WRITE; /*!40000 ALTER TABLE `newsletter_table` DISABLE KEYS */; /*!40000 ALTER TABLE `newsletter_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletters` -- DROP TABLE IF EXISTS `newsletters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletters` ( `newsletters_id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `content` text NOT NULL, `module` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_sent` datetime default NULL, `status` int(1) default NULL, `locked` int(1) default '0', PRIMARY KEY (`newsletters_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `newsletters` -- LOCK TABLES `newsletters` WRITE; /*!40000 ALTER TABLE `newsletters` DISABLE KEYS */; /*!40000 ALTER TABLE `newsletters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notifications` -- DROP TABLE IF EXISTS `notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `notifications` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `Action` tinyint(1) unsigned NOT NULL, `AuthorID` int(10) unsigned NOT NULL, `PostType` tinyint(3) unsigned default NULL, `PostID` int(10) unsigned default NULL, `Type` enum('P','C','A') NOT NULL default 'P', `IsMedia` enum('Y','N') NOT NULL default 'N', `IsAlbum` enum('Y','N') NOT NULL default 'N', `Time` varchar(25) NOT NULL, `Viewed` enum('Y','N') NOT NULL default 'N', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `notifications` -- LOCK TABLES `notifications` WRITE; /*!40000 ALTER TABLE `notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_address` -- DROP TABLE IF EXISTS `oc_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_address` ( `address_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `company` varchar(32) NOT NULL, `company_id` varchar(32) NOT NULL, `tax_id` varchar(32) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL default '0', `zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_id`), KEY `customer_id` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_address` -- LOCK TABLES `oc_address` WRITE; /*!40000 ALTER TABLE `oc_address` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_affiliate` -- DROP TABLE IF EXISTS `oc_affiliate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_affiliate` ( `affiliate_id` int(11) NOT NULL auto_increment, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `company` varchar(32) NOT NULL, `website` varchar(255) NOT NULL, `address_1` varchar(128) NOT NULL, `address_2` varchar(128) NOT NULL, `city` varchar(128) NOT NULL, `postcode` varchar(10) NOT NULL, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL, `code` varchar(64) NOT NULL, `commission` decimal(4,2) NOT NULL default '0.00', `tax` varchar(64) NOT NULL, `payment` varchar(6) NOT NULL, `cheque` varchar(100) NOT NULL, `paypal` varchar(64) NOT NULL, `bank_name` varchar(64) NOT NULL, `bank_branch_number` varchar(64) NOT NULL, `bank_swift_code` varchar(64) NOT NULL, `bank_account_name` varchar(64) NOT NULL, `bank_account_number` varchar(64) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_affiliate` -- LOCK TABLES `oc_affiliate` WRITE; /*!40000 ALTER TABLE `oc_affiliate` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_affiliate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_affiliate_transaction` -- DROP TABLE IF EXISTS `oc_affiliate_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_affiliate_transaction` ( `affiliate_transaction_id` int(11) NOT NULL auto_increment, `affiliate_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`affiliate_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_affiliate_transaction` -- LOCK TABLES `oc_affiliate_transaction` WRITE; /*!40000 ALTER TABLE `oc_affiliate_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_affiliate_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute` -- DROP TABLE IF EXISTS `oc_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute` -- LOCK TABLES `oc_attribute` WRITE; /*!40000 ALTER TABLE `oc_attribute` DISABLE KEYS */; INSERT INTO `oc_attribute` VALUES (1,6,1),(2,6,5),(3,6,3),(4,3,1),(5,3,2),(6,3,3),(7,3,4),(8,3,5),(9,3,6),(10,3,7),(11,3,8); /*!40000 ALTER TABLE `oc_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_description` -- DROP TABLE IF EXISTS `oc_attribute_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_description` ( `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_description` -- LOCK TABLES `oc_attribute_description` WRITE; /*!40000 ALTER TABLE `oc_attribute_description` DISABLE KEYS */; INSERT INTO `oc_attribute_description` VALUES (1,1,'Description'),(2,1,'No. of Cores'),(4,1,'test 1'),(5,1,'test 2'),(6,1,'test 3'),(7,1,'test 4'),(8,1,'test 5'),(9,1,'test 6'),(10,1,'test 7'),(11,1,'test 8'),(3,1,'Clockspeed'); /*!40000 ALTER TABLE `oc_attribute_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_group` -- DROP TABLE IF EXISTS `oc_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_group` ( `attribute_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`attribute_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_group` -- LOCK TABLES `oc_attribute_group` WRITE; /*!40000 ALTER TABLE `oc_attribute_group` DISABLE KEYS */; INSERT INTO `oc_attribute_group` VALUES (3,2),(4,1),(5,3),(6,4); /*!40000 ALTER TABLE `oc_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_attribute_group_description` -- DROP TABLE IF EXISTS `oc_attribute_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_attribute_group_description` ( `attribute_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`attribute_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_attribute_group_description` -- LOCK TABLES `oc_attribute_group_description` WRITE; /*!40000 ALTER TABLE `oc_attribute_group_description` DISABLE KEYS */; INSERT INTO `oc_attribute_group_description` VALUES (3,1,'Memory'),(4,1,'Technical'),(5,1,'Motherboard'),(6,1,'Processor'); /*!40000 ALTER TABLE `oc_attribute_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner` -- DROP TABLE IF EXISTS `oc_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner` ( `banner_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `status` tinyint(1) NOT NULL, PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner` -- LOCK TABLES `oc_banner` WRITE; /*!40000 ALTER TABLE `oc_banner` DISABLE KEYS */; INSERT INTO `oc_banner` VALUES (6,'HP Products',1),(7,'Samsung Tab',1),(8,'Manufacturers',1); /*!40000 ALTER TABLE `oc_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner_image` -- DROP TABLE IF EXISTS `oc_banner_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner_image` ( `banner_image_id` int(11) NOT NULL auto_increment, `banner_id` int(11) NOT NULL, `link` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`banner_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner_image` -- LOCK TABLES `oc_banner_image` WRITE; /*!40000 ALTER TABLE `oc_banner_image` DISABLE KEYS */; INSERT INTO `oc_banner_image` VALUES (54,7,'index.php?route=product/product&path=57&product_id=49','data/demo/samsung_banner.jpg'),(77,6,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_banner.jpg'),(75,8,'index.php?route=product/manufacturer/info&manufacturer_id=5','data/demo/htc_logo.jpg'),(73,8,'index.php?route=product/manufacturer/info&manufacturer_id=8','data/demo/apple_logo.jpg'),(74,8,'index.php?route=product/manufacturer/info&manufacturer_id=9','data/demo/canon_logo.jpg'),(71,8,'index.php?route=product/manufacturer/info&manufacturer_id=10','data/demo/sony_logo.jpg'),(72,8,'index.php?route=product/manufacturer/info&manufacturer_id=6','data/demo/palm_logo.jpg'),(76,8,'index.php?route=product/manufacturer/info&manufacturer_id=7','data/demo/hp_logo.jpg'); /*!40000 ALTER TABLE `oc_banner_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_banner_image_description` -- DROP TABLE IF EXISTS `oc_banner_image_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_banner_image_description` ( `banner_image_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `banner_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, PRIMARY KEY (`banner_image_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_banner_image_description` -- LOCK TABLES `oc_banner_image_description` WRITE; /*!40000 ALTER TABLE `oc_banner_image_description` DISABLE KEYS */; INSERT INTO `oc_banner_image_description` VALUES (54,1,7,'Samsung Tab 10.1'),(77,1,6,'HP Banner'),(75,1,8,'HTC'),(74,1,8,'Canon'),(73,1,8,'Apple'),(72,1,8,'Palm'),(71,1,8,'Sony'),(76,1,8,'Hewlett-Packard'); /*!40000 ALTER TABLE `oc_banner_image_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category` -- DROP TABLE IF EXISTS `oc_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category` ( `category_id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `parent_id` int(11) NOT NULL default '0', `top` tinyint(1) NOT NULL, `column` int(3) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category` -- LOCK TABLES `oc_category` WRITE; /*!40000 ALTER TABLE `oc_category` DISABLE KEYS */; INSERT INTO `oc_category` VALUES (25,'',0,1,1,3,1,'2009-01-31 01:04:25','2011-05-30 12:14:55'),(27,'',20,0,0,2,1,'2009-01-31 01:55:34','2010-08-22 06:32:15'),(20,'data/demo/compaq_presario.jpg',0,1,1,1,1,'2009-01-05 21:49:43','2011-07-16 02:14:42'),(24,'',0,1,1,5,1,'2009-01-20 02:36:26','2011-05-30 12:15:18'),(18,'data/demo/hp_2.jpg',0,1,0,2,1,'2009-01-05 21:49:15','2011-05-30 12:13:55'),(17,'',0,1,1,4,1,'2009-01-03 21:08:57','2011-05-30 12:15:11'),(28,'',25,0,0,1,1,'2009-02-02 13:11:12','2010-08-22 06:32:46'),(26,'',20,0,0,1,1,'2009-01-31 01:55:14','2010-08-22 06:31:45'),(29,'',25,0,0,1,1,'2009-02-02 13:11:37','2010-08-22 06:32:39'),(30,'',25,0,0,1,1,'2009-02-02 13:11:59','2010-08-22 06:33:00'),(31,'',25,0,0,1,1,'2009-02-03 14:17:24','2010-08-22 06:33:06'),(32,'',25,0,0,1,1,'2009-02-03 14:17:34','2010-08-22 06:33:12'),(33,'',0,1,1,6,1,'2009-02-03 14:17:55','2011-05-30 12:15:25'),(34,'data/demo/ipod_touch_4.jpg',0,1,4,7,1,'2009-02-03 14:18:11','2011-05-30 12:15:31'),(35,'',28,0,0,0,1,'2010-09-17 10:06:48','2010-09-18 14:02:42'),(36,'',28,0,0,0,1,'2010-09-17 10:07:13','2010-09-18 14:02:55'),(37,'',34,0,0,0,1,'2010-09-18 14:03:39','2011-04-22 01:55:08'),(38,'',34,0,0,0,1,'2010-09-18 14:03:51','2010-09-18 14:03:51'),(39,'',34,0,0,0,1,'2010-09-18 14:04:17','2011-04-22 01:55:20'),(40,'',34,0,0,0,1,'2010-09-18 14:05:36','2010-09-18 14:05:36'),(41,'',34,0,0,0,1,'2010-09-18 14:05:49','2011-04-22 01:55:30'),(42,'',34,0,0,0,1,'2010-09-18 14:06:34','2010-11-07 20:31:04'),(43,'',34,0,0,0,1,'2010-09-18 14:06:49','2011-04-22 01:55:40'),(44,'',34,0,0,0,1,'2010-09-21 15:39:21','2010-11-07 20:30:55'),(45,'',18,0,0,0,1,'2010-09-24 18:29:16','2011-04-26 08:52:11'),(46,'',18,0,0,0,1,'2010-09-24 18:29:31','2011-04-26 08:52:23'),(47,'',34,0,0,0,1,'2010-11-07 11:13:16','2010-11-07 11:13:16'),(48,'',34,0,0,0,1,'2010-11-07 11:13:33','2010-11-07 11:13:33'),(49,'',34,0,0,0,1,'2010-11-07 11:14:04','2010-11-07 11:14:04'),(50,'',34,0,0,0,1,'2010-11-07 11:14:23','2011-04-22 01:16:01'),(51,'',34,0,0,0,1,'2010-11-07 11:14:38','2011-04-22 01:16:13'),(52,'',34,0,0,0,1,'2010-11-07 11:16:09','2011-04-22 01:54:57'),(53,'',34,0,0,0,1,'2010-11-07 11:28:53','2011-04-22 01:14:36'),(54,'',34,0,0,0,1,'2010-11-07 11:29:16','2011-04-22 01:16:50'),(55,'',34,0,0,0,1,'2010-11-08 10:31:32','2010-11-08 10:31:32'),(56,'',34,0,0,0,1,'2010-11-08 10:31:50','2011-04-22 01:16:37'),(57,'',0,1,1,3,1,'2011-04-26 08:53:16','2011-05-30 12:15:05'),(58,'',52,0,0,0,1,'2011-05-08 13:44:16','2011-05-08 13:44:16'); /*!40000 ALTER TABLE `oc_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_description` -- DROP TABLE IF EXISTS `oc_category_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_description` ( `category_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, PRIMARY KEY (`category_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_description` -- LOCK TABLES `oc_category_description` WRITE; /*!40000 ALTER TABLE `oc_category_description` DISABLE KEYS */; INSERT INTO `oc_category_description` VALUES (28,1,'Monitors','','',''),(33,1,'Cameras','','',''),(32,1,'Web Cameras','','',''),(31,1,'Scanners','','',''),(30,1,'Printers','','',''),(29,1,'Mice and Trackballs','','',''),(27,1,'Mac','','',''),(26,1,'PC','','',''),(17,1,'Software','','',''),(25,1,'Components','','',''),(24,1,'Phones & PDAs','','',''),(20,1,'Desktops','<p>\r\n Example of category description text</p>\r\n','Example of category description',''),(35,1,'test 1','','',''),(36,1,'test 2','','',''),(37,1,'test 5','','',''),(38,1,'test 4','','',''),(39,1,'test 6','','',''),(40,1,'test 7','','',''),(41,1,'test 8','','',''),(42,1,'test 9','','',''),(43,1,'test 11','','',''),(34,1,'MP3 Players','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(18,1,'Laptops & Notebooks','<p>\r\n Shop Laptop feature only the best laptop deals on the market. By comparing laptop deals from the likes of PC World, Comet, Dixons, The Link and Carphone Warehouse, Shop Laptop has the most comprehensive selection of laptops on the internet. At Shop Laptop, we pride ourselves on offering customers the very best laptop deals. From refurbished laptops to netbooks, Shop Laptop ensures that every laptop - in every colour, style, size and technical spec - is featured on the site at the lowest possible price.</p>\r\n','',''),(44,1,'test 12','','',''),(45,1,'Windows','','',''),(46,1,'Macs','','',''),(47,1,'test 15','','',''),(48,1,'test 16','','',''),(49,1,'test 17','','',''),(50,1,'test 18','','',''),(51,1,'test 19','','',''),(52,1,'test 20','','',''),(53,1,'test 21','','',''),(54,1,'test 22','','',''),(55,1,'test 23','','',''),(56,1,'test 24','','',''),(57,1,'Tablets','','',''),(58,1,'test 25','','',''); /*!40000 ALTER TABLE `oc_category_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_filter` -- DROP TABLE IF EXISTS `oc_category_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_filter` ( `category_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_filter` -- LOCK TABLES `oc_category_filter` WRITE; /*!40000 ALTER TABLE `oc_category_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_category_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_path` -- DROP TABLE IF EXISTS `oc_category_path`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_path` ( `category_id` int(11) NOT NULL, `path_id` int(11) NOT NULL, `level` int(11) NOT NULL, PRIMARY KEY (`category_id`,`path_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_path` -- LOCK TABLES `oc_category_path` WRITE; /*!40000 ALTER TABLE `oc_category_path` DISABLE KEYS */; INSERT INTO `oc_category_path` VALUES (25,25,0),(28,25,0),(28,28,1),(35,25,0),(35,28,1),(35,35,2),(36,25,0),(36,28,1),(36,36,2),(29,25,0),(29,29,1),(30,25,0),(30,30,1),(31,25,0),(31,31,1),(32,25,0),(32,32,1),(20,20,0),(27,20,0),(27,27,1),(26,20,0),(26,26,1),(24,24,0),(18,18,0),(45,18,0),(45,45,1),(46,18,0),(46,46,1),(17,17,0),(33,33,0),(34,34,0),(37,34,0),(37,37,1),(38,34,0),(38,38,1),(39,34,0),(39,39,1),(40,34,0),(40,40,1),(41,34,0),(41,41,1),(42,34,0),(42,42,1),(43,34,0),(43,43,1),(44,34,0),(44,44,1),(47,34,0),(47,47,1),(48,34,0),(48,48,1),(49,34,0),(49,49,1),(50,34,0),(50,50,1),(51,34,0),(51,51,1),(52,34,0),(52,52,1),(58,34,0),(58,52,1),(58,58,2),(53,34,0),(53,53,1),(54,34,0),(54,54,1),(55,34,0),(55,55,1),(56,34,0),(56,56,1),(57,57,0); /*!40000 ALTER TABLE `oc_category_path` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_to_layout` -- DROP TABLE IF EXISTS `oc_category_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_to_layout` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_to_layout` -- LOCK TABLES `oc_category_to_layout` WRITE; /*!40000 ALTER TABLE `oc_category_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_category_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_category_to_store` -- DROP TABLE IF EXISTS `oc_category_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_category_to_store` ( `category_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_category_to_store` -- LOCK TABLES `oc_category_to_store` WRITE; /*!40000 ALTER TABLE `oc_category_to_store` DISABLE KEYS */; INSERT INTO `oc_category_to_store` VALUES (17,0),(18,0),(20,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(37,0),(38,0),(39,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0),(50,0),(51,0),(52,0),(53,0),(54,0),(55,0),(56,0),(57,0),(58,0); /*!40000 ALTER TABLE `oc_category_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_country` -- DROP TABLE IF EXISTS `oc_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_country` ( `country_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `iso_code_2` varchar(2) NOT NULL, `iso_code_3` varchar(3) NOT NULL, `address_format` text NOT NULL, `postcode_required` tinyint(1) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_country` -- LOCK TABLES `oc_country` WRITE; /*!40000 ALTER TABLE `oc_country` DISABLE KEYS */; INSERT INTO `oc_country` VALUES (1,'Afghanistan','AF','AFG','',0,1),(2,'Albania','AL','ALB','',0,1),(3,'Algeria','DZ','DZA','',0,1),(4,'American Samoa','AS','ASM','',0,1),(5,'Andorra','AD','AND','',0,1),(6,'Angola','AO','AGO','',0,1),(7,'Anguilla','AI','AIA','',0,1),(8,'Antarctica','AQ','ATA','',0,1),(9,'Antigua and Barbuda','AG','ATG','',0,1),(10,'Argentina','AR','ARG','',0,1),(11,'Armenia','AM','ARM','',0,1),(12,'Aruba','AW','ABW','',0,1),(13,'Australia','AU','AUS','',0,1),(14,'Austria','AT','AUT','',0,1),(15,'Azerbaijan','AZ','AZE','',0,1),(16,'Bahamas','BS','BHS','',0,1),(17,'Bahrain','BH','BHR','',0,1),(18,'Bangladesh','BD','BGD','',0,1),(19,'Barbados','BB','BRB','',0,1),(20,'Belarus','BY','BLR','',0,1),(21,'Belgium','BE','BEL','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',0,1),(22,'Belize','BZ','BLZ','',0,1),(23,'Benin','BJ','BEN','',0,1),(24,'Bermuda','BM','BMU','',0,1),(25,'Bhutan','BT','BTN','',0,1),(26,'Bolivia','BO','BOL','',0,1),(27,'Bosnia and Herzegovina','BA','BIH','',0,1),(28,'Botswana','BW','BWA','',0,1),(29,'Bouvet Island','BV','BVT','',0,1),(30,'Brazil','BR','BRA','',0,1),(31,'British Indian Ocean Territory','IO','IOT','',0,1),(32,'Brunei Darussalam','BN','BRN','',0,1),(33,'Bulgaria','BG','BGR','',0,1),(34,'Burkina Faso','BF','BFA','',0,1),(35,'Burundi','BI','BDI','',0,1),(36,'Cambodia','KH','KHM','',0,1),(37,'Cameroon','CM','CMR','',0,1),(38,'Canada','CA','CAN','',0,1),(39,'Cape Verde','CV','CPV','',0,1),(40,'Cayman Islands','KY','CYM','',0,1),(41,'Central African Republic','CF','CAF','',0,1),(42,'Chad','TD','TCD','',0,1),(43,'Chile','CL','CHL','',0,1),(44,'China','CN','CHN','',0,1),(45,'Christmas Island','CX','CXR','',0,1),(46,'Cocos (Keeling) Islands','CC','CCK','',0,1),(47,'Colombia','CO','COL','',0,1),(48,'Comoros','KM','COM','',0,1),(49,'Congo','CG','COG','',0,1),(50,'Cook Islands','CK','COK','',0,1),(51,'Costa Rica','CR','CRI','',0,1),(52,'Cote D\'Ivoire','CI','CIV','',0,1),(53,'Croatia','HR','HRV','',0,1),(54,'Cuba','CU','CUB','',0,1),(55,'Cyprus','CY','CYP','',0,1),(56,'Czech Republic','CZ','CZE','',0,1),(57,'Denmark','DK','DNK','',0,1),(58,'Djibouti','DJ','DJI','',0,1),(59,'Dominica','DM','DMA','',0,1),(60,'Dominican Republic','DO','DOM','',0,1),(61,'East Timor','TL','TLS','',0,1),(62,'Ecuador','EC','ECU','',0,1),(63,'Egypt','EG','EGY','',0,1),(64,'El Salvador','SV','SLV','',0,1),(65,'Equatorial Guinea','GQ','GNQ','',0,1),(66,'Eritrea','ER','ERI','',0,1),(67,'Estonia','EE','EST','',0,1),(68,'Ethiopia','ET','ETH','',0,1),(69,'Falkland Islands (Malvinas)','FK','FLK','',0,1),(70,'Faroe Islands','FO','FRO','',0,1),(71,'Fiji','FJ','FJI','',0,1),(72,'Finland','FI','FIN','',0,1),(74,'France, Metropolitan','FR','FRA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(75,'French Guiana','GF','GUF','',0,1),(76,'French Polynesia','PF','PYF','',0,1),(77,'French Southern Territories','TF','ATF','',0,1),(78,'Gabon','GA','GAB','',0,1),(79,'Gambia','GM','GMB','',0,1),(80,'Georgia','GE','GEO','',0,1),(81,'Germany','DE','DEU','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(82,'Ghana','GH','GHA','',0,1),(83,'Gibraltar','GI','GIB','',0,1),(84,'Greece','GR','GRC','',0,1),(85,'Greenland','GL','GRL','',0,1),(86,'Grenada','GD','GRD','',0,1),(87,'Guadeloupe','GP','GLP','',0,1),(88,'Guam','GU','GUM','',0,1),(89,'Guatemala','GT','GTM','',0,1),(90,'Guinea','GN','GIN','',0,1),(91,'Guinea-Bissau','GW','GNB','',0,1),(92,'Guyana','GY','GUY','',0,1),(93,'Haiti','HT','HTI','',0,1),(94,'Heard and Mc Donald Islands','HM','HMD','',0,1),(95,'Honduras','HN','HND','',0,1),(96,'Hong Kong','HK','HKG','',0,1),(97,'Hungary','HU','HUN','',0,1),(98,'Iceland','IS','ISL','',0,1),(99,'India','IN','IND','',0,1),(100,'Indonesia','ID','IDN','',0,1),(101,'Iran (Islamic Republic of)','IR','IRN','',0,1),(102,'Iraq','IQ','IRQ','',0,1),(103,'Ireland','IE','IRL','',0,1),(104,'Israel','IL','ISR','',0,1),(105,'Italy','IT','ITA','',0,1),(106,'Jamaica','JM','JAM','',0,1),(107,'Japan','JP','JPN','',0,1),(108,'Jordan','JO','JOR','',0,1),(109,'Kazakhstan','KZ','KAZ','',0,1),(110,'Kenya','KE','KEN','',0,1),(111,'Kiribati','KI','KIR','',0,1),(112,'North Korea','KP','PRK','',0,1),(113,'Korea, Republic of','KR','KOR','',0,1),(114,'Kuwait','KW','KWT','',0,1),(115,'Kyrgyzstan','KG','KGZ','',0,1),(116,'Lao People\'s Democratic Republic','LA','LAO','',0,1),(117,'Latvia','LV','LVA','',0,1),(118,'Lebanon','LB','LBN','',0,1),(119,'Lesotho','LS','LSO','',0,1),(120,'Liberia','LR','LBR','',0,1),(121,'Libyan Arab Jamahiriya','LY','LBY','',0,1),(122,'Liechtenstein','LI','LIE','',0,1),(123,'Lithuania','LT','LTU','',0,1),(124,'Luxembourg','LU','LUX','',0,1),(125,'Macau','MO','MAC','',0,1),(126,'FYROM','MK','MKD','',0,1),(127,'Madagascar','MG','MDG','',0,1),(128,'Malawi','MW','MWI','',0,1),(129,'Malaysia','MY','MYS','',0,1),(130,'Maldives','MV','MDV','',0,1),(131,'Mali','ML','MLI','',0,1),(132,'Malta','MT','MLT','',0,1),(133,'Marshall Islands','MH','MHL','',0,1),(134,'Martinique','MQ','MTQ','',0,1),(135,'Mauritania','MR','MRT','',0,1),(136,'Mauritius','MU','MUS','',0,1),(137,'Mayotte','YT','MYT','',0,1),(138,'Mexico','MX','MEX','',0,1),(139,'Micronesia, Federated States of','FM','FSM','',0,1),(140,'Moldova, Republic of','MD','MDA','',0,1),(141,'Monaco','MC','MCO','',0,1),(142,'Mongolia','MN','MNG','',0,1),(143,'Montserrat','MS','MSR','',0,1),(144,'Morocco','MA','MAR','',0,1),(145,'Mozambique','MZ','MOZ','',0,1),(146,'Myanmar','MM','MMR','',0,1),(147,'Namibia','NA','NAM','',0,1),(148,'Nauru','NR','NRU','',0,1),(149,'Nepal','NP','NPL','',0,1),(150,'Netherlands','NL','NLD','',0,1),(151,'Netherlands Antilles','AN','ANT','',0,1),(152,'New Caledonia','NC','NCL','',0,1),(153,'New Zealand','NZ','NZL','',0,1),(154,'Nicaragua','NI','NIC','',0,1),(155,'Niger','NE','NER','',0,1),(156,'Nigeria','NG','NGA','',0,1),(157,'Niue','NU','NIU','',0,1),(158,'Norfolk Island','NF','NFK','',0,1),(159,'Northern Mariana Islands','MP','MNP','',0,1),(160,'Norway','NO','NOR','',0,1),(161,'Oman','OM','OMN','',0,1),(162,'Pakistan','PK','PAK','',0,1),(163,'Palau','PW','PLW','',0,1),(164,'Panama','PA','PAN','',0,1),(165,'Papua New Guinea','PG','PNG','',0,1),(166,'Paraguay','PY','PRY','',0,1),(167,'Peru','PE','PER','',0,1),(168,'Philippines','PH','PHL','',0,1),(169,'Pitcairn','PN','PCN','',0,1),(170,'Poland','PL','POL','',0,1),(171,'Portugal','PT','PRT','',0,1),(172,'Puerto Rico','PR','PRI','',0,1),(173,'Qatar','QA','QAT','',0,1),(174,'Reunion','RE','REU','',0,1),(175,'Romania','RO','ROM','',0,1),(176,'Russian Federation','RU','RUS','',0,1),(177,'Rwanda','RW','RWA','',0,1),(178,'Saint Kitts and Nevis','KN','KNA','',0,1),(179,'Saint Lucia','LC','LCA','',0,1),(180,'Saint Vincent and the Grenadines','VC','VCT','',0,1),(181,'Samoa','WS','WSM','',0,1),(182,'San Marino','SM','SMR','',0,1),(183,'Sao Tome and Principe','ST','STP','',0,1),(184,'Saudi Arabia','SA','SAU','',0,1),(185,'Senegal','SN','SEN','',0,1),(186,'Seychelles','SC','SYC','',0,1),(187,'Sierra Leone','SL','SLE','',0,1),(188,'Singapore','SG','SGP','',0,1),(189,'Slovak Republic','SK','SVK','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city} {postcode}\r\n{zone}\r\n{country}',0,1),(190,'Slovenia','SI','SVN','',0,1),(191,'Solomon Islands','SB','SLB','',0,1),(192,'Somalia','SO','SOM','',0,1),(193,'South Africa','ZA','ZAF','',0,1),(194,'South Georgia & South Sandwich Islands','GS','SGS','',0,1),(195,'Spain','ES','ESP','',0,1),(196,'Sri Lanka','LK','LKA','',0,1),(197,'St. Helena','SH','SHN','',0,1),(198,'St. Pierre and Miquelon','PM','SPM','',0,1),(199,'Sudan','SD','SDN','',0,1),(200,'Suriname','SR','SUR','',0,1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM','',0,1),(202,'Swaziland','SZ','SWZ','',0,1),(203,'Sweden','SE','SWE','{company}\r\n{firstname} {lastname}\r\n{address_1}\r\n{address_2}\r\n{postcode} {city}\r\n{country}',1,1),(204,'Switzerland','CH','CHE','',0,1),(205,'Syrian Arab Republic','SY','SYR','',0,1),(206,'Taiwan','TW','TWN','',0,1),(207,'Tajikistan','TJ','TJK','',0,1),(208,'Tanzania, United Republic of','TZ','TZA','',0,1),(209,'Thailand','TH','THA','',0,1),(210,'Togo','TG','TGO','',0,1),(211,'Tokelau','TK','TKL','',0,1),(212,'Tonga','TO','TON','',0,1),(213,'Trinidad and Tobago','TT','TTO','',0,1),(214,'Tunisia','TN','TUN','',0,1),(215,'Turkey','TR','TUR','',0,1),(216,'Turkmenistan','TM','TKM','',0,1),(217,'Turks and Caicos Islands','TC','TCA','',0,1),(218,'Tuvalu','TV','TUV','',0,1),(219,'Uganda','UG','UGA','',0,1),(220,'Ukraine','UA','UKR','',0,1),(221,'United Arab Emirates','AE','ARE','',0,1),(222,'United Kingdom','GB','GBR','',1,1),(223,'United States','US','USA','{firstname} {lastname}\r\n{company}\r\n{address_1}\r\n{address_2}\r\n{city}, {zone} {postcode}\r\n{country}',0,1),(224,'United States Minor Outlying Islands','UM','UMI','',0,1),(225,'Uruguay','UY','URY','',0,1),(226,'Uzbekistan','UZ','UZB','',0,1),(227,'Vanuatu','VU','VUT','',0,1),(228,'Vatican City State (Holy See)','VA','VAT','',0,1),(229,'Venezuela','VE','VEN','',0,1),(230,'Viet Nam','VN','VNM','',0,1),(231,'Virgin Islands (British)','VG','VGB','',0,1),(232,'Virgin Islands (U.S.)','VI','VIR','',0,1),(233,'Wallis and Futuna Islands','WF','WLF','',0,1),(234,'Western Sahara','EH','ESH','',0,1),(235,'Yemen','YE','YEM','',0,1),(237,'Democratic Republic of Congo','CD','COD','',0,1),(238,'Zambia','ZM','ZMB','',0,1),(239,'Zimbabwe','ZW','ZWE','',0,1),(240,'Jersey','JE','JEY','',1,1),(241,'Guernsey','GG','GGY','',1,1),(242,'Montenegro','ME','MNE','',0,1),(243,'Serbia','RS','SRB','',0,1),(244,'Aaland Islands','AX','ALA','',0,1),(245,'Bonaire, Sint Eustatius and Saba','BQ','BES','',0,1),(246,'Curacao','CW','CUW','',0,1),(247,'Palestinian Territory, Occupied','PS','PSE','',0,1),(248,'South Sudan','SS','SSD','',0,1),(249,'St. Barthelemy','BL','BLM','',0,1),(250,'St. Martin (French part)','MF','MAF','',0,1),(251,'Canary Islands','IC','ICA','',0,1); /*!40000 ALTER TABLE `oc_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon` -- DROP TABLE IF EXISTS `oc_coupon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon` ( `coupon_id` int(11) NOT NULL auto_increment, `name` varchar(128) NOT NULL, `code` varchar(10) NOT NULL, `type` char(1) NOT NULL, `discount` decimal(15,4) NOT NULL, `logged` tinyint(1) NOT NULL, `shipping` tinyint(1) NOT NULL, `total` decimal(15,4) NOT NULL, `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', `uses_total` int(11) NOT NULL, `uses_customer` varchar(11) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`coupon_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon` -- LOCK TABLES `oc_coupon` WRITE; /*!40000 ALTER TABLE `oc_coupon` DISABLE KEYS */; INSERT INTO `oc_coupon` VALUES (4,'-10% Discount','2222','P','10.0000',0,0,'0.0000','2011-01-01','2012-01-01',10,'10',1,'2009-01-27 13:55:03'),(5,'Free Shipping','3333','P','0.0000',0,1,'100.0000','2009-03-01','2009-08-31',10,'10',1,'2009-03-14 21:13:53'),(6,'-10.00 Discount','1111','F','10.0000',0,0,'10.0000','1970-11-01','2020-11-01',100000,'10000',1,'2009-03-14 21:15:18'); /*!40000 ALTER TABLE `oc_coupon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_category` -- DROP TABLE IF EXISTS `oc_coupon_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_category` ( `coupon_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`coupon_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_category` -- LOCK TABLES `oc_coupon_category` WRITE; /*!40000 ALTER TABLE `oc_coupon_category` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_history` -- DROP TABLE IF EXISTS `oc_coupon_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_history` ( `coupon_history_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`coupon_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_history` -- LOCK TABLES `oc_coupon_history` WRITE; /*!40000 ALTER TABLE `oc_coupon_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_coupon_product` -- DROP TABLE IF EXISTS `oc_coupon_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_coupon_product` ( `coupon_product_id` int(11) NOT NULL auto_increment, `coupon_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, PRIMARY KEY (`coupon_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_coupon_product` -- LOCK TABLES `oc_coupon_product` WRITE; /*!40000 ALTER TABLE `oc_coupon_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_coupon_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_currency` -- DROP TABLE IF EXISTS `oc_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_currency` ( `currency_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `code` varchar(3) NOT NULL, `symbol_left` varchar(12) NOT NULL, `symbol_right` varchar(12) NOT NULL, `decimal_place` char(1) NOT NULL, `value` float(15,8) NOT NULL, `status` tinyint(1) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`currency_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_currency` -- LOCK TABLES `oc_currency` WRITE; /*!40000 ALTER TABLE `oc_currency` DISABLE KEYS */; INSERT INTO `oc_currency` VALUES (1,'Pound Sterling','GBP','£','','2',0.61979997,1,'2011-07-16 10:30:52'),(2,'US Dollar','USD','$','','2',1.00000000,1,'2011-07-16 16:55:46'),(3,'Euro','EUR','','€','2',0.70660001,1,'2011-07-16 10:30:52'); /*!40000 ALTER TABLE `oc_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field` -- DROP TABLE IF EXISTS `oc_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field` ( `custom_field_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `value` text NOT NULL, `required` tinyint(1) NOT NULL, `location` varchar(32) NOT NULL, `position` int(3) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field` -- LOCK TABLES `oc_custom_field` WRITE; /*!40000 ALTER TABLE `oc_custom_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_description` -- DROP TABLE IF EXISTS `oc_custom_field_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_description` ( `custom_field_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_description` -- LOCK TABLES `oc_custom_field_description` WRITE; /*!40000 ALTER TABLE `oc_custom_field_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_to_customer_group` -- DROP TABLE IF EXISTS `oc_custom_field_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_to_customer_group` ( `custom_field_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`custom_field_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_to_customer_group` -- LOCK TABLES `oc_custom_field_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_custom_field_to_customer_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_value` -- DROP TABLE IF EXISTS `oc_custom_field_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_value` ( `custom_field_value_id` int(11) NOT NULL auto_increment, `custom_field_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_value` -- LOCK TABLES `oc_custom_field_value` WRITE; /*!40000 ALTER TABLE `oc_custom_field_value` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_custom_field_value_description` -- DROP TABLE IF EXISTS `oc_custom_field_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_custom_field_value_description` ( `custom_field_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`custom_field_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_custom_field_value_description` -- LOCK TABLES `oc_custom_field_value_description` WRITE; /*!40000 ALTER TABLE `oc_custom_field_value_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_custom_field_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer` -- DROP TABLE IF EXISTS `oc_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer` ( `customer_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `cart` text, `wishlist` text, `newsletter` tinyint(1) NOT NULL default '0', `address_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL default '0', `status` tinyint(1) NOT NULL, `approved` tinyint(1) NOT NULL, `token` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer` -- LOCK TABLES `oc_customer` WRITE; /*!40000 ALTER TABLE `oc_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_ban_ip` -- DROP TABLE IF EXISTS `oc_customer_ban_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_ban_ip` ( `customer_ban_ip_id` int(11) NOT NULL auto_increment, `ip` varchar(40) NOT NULL, PRIMARY KEY (`customer_ban_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_ban_ip` -- LOCK TABLES `oc_customer_ban_ip` WRITE; /*!40000 ALTER TABLE `oc_customer_ban_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_ban_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_field` -- DROP TABLE IF EXISTS `oc_customer_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_field` ( `customer_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_field` -- LOCK TABLES `oc_customer_field` WRITE; /*!40000 ALTER TABLE `oc_customer_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_group` -- DROP TABLE IF EXISTS `oc_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_group` ( `customer_group_id` int(11) NOT NULL auto_increment, `approval` int(1) NOT NULL, `company_id_display` int(1) NOT NULL, `company_id_required` int(1) NOT NULL, `tax_id_display` int(1) NOT NULL, `tax_id_required` int(1) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_group` -- LOCK TABLES `oc_customer_group` WRITE; /*!40000 ALTER TABLE `oc_customer_group` DISABLE KEYS */; INSERT INTO `oc_customer_group` VALUES (1,0,1,0,0,1,1); /*!40000 ALTER TABLE `oc_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_group_description` -- DROP TABLE IF EXISTS `oc_customer_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_group_description` ( `customer_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`customer_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_group_description` -- LOCK TABLES `oc_customer_group_description` WRITE; /*!40000 ALTER TABLE `oc_customer_group_description` DISABLE KEYS */; INSERT INTO `oc_customer_group_description` VALUES (1,1,'Default','test'); /*!40000 ALTER TABLE `oc_customer_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_history` -- DROP TABLE IF EXISTS `oc_customer_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_history` ( `customer_history_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_history` -- LOCK TABLES `oc_customer_history` WRITE; /*!40000 ALTER TABLE `oc_customer_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_ip` -- DROP TABLE IF EXISTS `oc_customer_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_ip` ( `customer_ip_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `ip` varchar(40) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_ip_id`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_ip` -- LOCK TABLES `oc_customer_ip` WRITE; /*!40000 ALTER TABLE `oc_customer_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_online` -- DROP TABLE IF EXISTS `oc_customer_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_online` ( `ip` varchar(40) NOT NULL, `customer_id` int(11) NOT NULL, `url` text NOT NULL, `referer` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_online` -- LOCK TABLES `oc_customer_online` WRITE; /*!40000 ALTER TABLE `oc_customer_online` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_reward` -- DROP TABLE IF EXISTS `oc_customer_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_reward` ( `customer_reward_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `description` text NOT NULL, `points` int(8) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`customer_reward_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_reward` -- LOCK TABLES `oc_customer_reward` WRITE; /*!40000 ALTER TABLE `oc_customer_reward` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_customer_transaction` -- DROP TABLE IF EXISTS `oc_customer_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_customer_transaction` ( `customer_transaction_id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `description` text NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`customer_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_customer_transaction` -- LOCK TABLES `oc_customer_transaction` WRITE; /*!40000 ALTER TABLE `oc_customer_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_customer_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_download` -- DROP TABLE IF EXISTS `oc_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_download` ( `download_id` int(11) NOT NULL auto_increment, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(11) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_download` -- LOCK TABLES `oc_download` WRITE; /*!40000 ALTER TABLE `oc_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_download_description` -- DROP TABLE IF EXISTS `oc_download_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_download_description` ( `download_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`download_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_download_description` -- LOCK TABLES `oc_download_description` WRITE; /*!40000 ALTER TABLE `oc_download_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_download_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_extension` -- DROP TABLE IF EXISTS `oc_extension`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_extension` ( `extension_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `code` varchar(32) NOT NULL, PRIMARY KEY (`extension_id`) ) ENGINE=MyISAM AUTO_INCREMENT=428 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_extension` -- LOCK TABLES `oc_extension` WRITE; /*!40000 ALTER TABLE `oc_extension` DISABLE KEYS */; INSERT INTO `oc_extension` VALUES (23,'payment','cod'),(22,'total','shipping'),(57,'total','sub_total'),(58,'total','tax'),(59,'total','total'),(410,'module','banner'),(426,'module','carousel'),(390,'total','credit'),(387,'shipping','flat'),(349,'total','handling'),(350,'total','low_order_fee'),(389,'total','coupon'),(413,'module','category'),(411,'module','affiliate'),(408,'module','account'),(393,'total','reward'),(398,'total','voucher'),(407,'payment','free_checkout'),(427,'module','featured'),(419,'module','slideshow'); /*!40000 ALTER TABLE `oc_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter` -- DROP TABLE IF EXISTS `oc_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter` ( `filter_id` int(11) NOT NULL auto_increment, `filter_group_id` int(11) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter` -- LOCK TABLES `oc_filter` WRITE; /*!40000 ALTER TABLE `oc_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_description` -- DROP TABLE IF EXISTS `oc_filter_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_description` ( `filter_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `filter_group_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_description` -- LOCK TABLES `oc_filter_description` WRITE; /*!40000 ALTER TABLE `oc_filter_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_group` -- DROP TABLE IF EXISTS `oc_filter_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_group` ( `filter_group_id` int(11) NOT NULL auto_increment, `sort_order` int(3) NOT NULL, PRIMARY KEY (`filter_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_group` -- LOCK TABLES `oc_filter_group` WRITE; /*!40000 ALTER TABLE `oc_filter_group` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_filter_group_description` -- DROP TABLE IF EXISTS `oc_filter_group_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_filter_group_description` ( `filter_group_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`filter_group_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_filter_group_description` -- LOCK TABLES `oc_filter_group_description` WRITE; /*!40000 ALTER TABLE `oc_filter_group_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_filter_group_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_geo_zone` -- DROP TABLE IF EXISTS `oc_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_geo_zone` ( `geo_zone_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_geo_zone` -- LOCK TABLES `oc_geo_zone` WRITE; /*!40000 ALTER TABLE `oc_geo_zone` DISABLE KEYS */; INSERT INTO `oc_geo_zone` VALUES (3,'UK VAT Zone','UK VAT','2010-02-26 22:33:24','2009-01-06 23:26:25'),(4,'UK Shipping','UK Shipping Zones','2010-12-15 15:18:13','2009-06-23 01:14:53'); /*!40000 ALTER TABLE `oc_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information` -- DROP TABLE IF EXISTS `oc_information`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information` ( `information_id` int(11) NOT NULL auto_increment, `bottom` int(1) NOT NULL default '0', `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`information_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information` -- LOCK TABLES `oc_information` WRITE; /*!40000 ALTER TABLE `oc_information` DISABLE KEYS */; INSERT INTO `oc_information` VALUES (3,1,3,1),(4,1,1,1),(5,1,4,1),(6,1,2,1); /*!40000 ALTER TABLE `oc_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_description` -- DROP TABLE IF EXISTS `oc_information_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_description` ( `information_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(64) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`information_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_description` -- LOCK TABLES `oc_information_description` WRITE; /*!40000 ALTER TABLE `oc_information_description` DISABLE KEYS */; INSERT INTO `oc_information_description` VALUES (4,1,'About Us','<p>\r\n About Us</p>\r\n'),(5,1,'Terms & Conditions','<p>\r\n Terms &amp; Conditions</p>\r\n'),(3,1,'Privacy Policy','<p>\r\n Privacy Policy</p>\r\n'),(6,1,'Delivery Information','<p>\r\n Delivery Information</p>\r\n'); /*!40000 ALTER TABLE `oc_information_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_to_layout` -- DROP TABLE IF EXISTS `oc_information_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_to_layout` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_to_layout` -- LOCK TABLES `oc_information_to_layout` WRITE; /*!40000 ALTER TABLE `oc_information_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_information_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_information_to_store` -- DROP TABLE IF EXISTS `oc_information_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_information_to_store` ( `information_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`information_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_information_to_store` -- LOCK TABLES `oc_information_to_store` WRITE; /*!40000 ALTER TABLE `oc_information_to_store` DISABLE KEYS */; INSERT INTO `oc_information_to_store` VALUES (3,0),(4,0),(5,0),(6,0); /*!40000 ALTER TABLE `oc_information_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_language` -- DROP TABLE IF EXISTS `oc_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_language` ( `language_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `code` varchar(5) NOT NULL, `locale` varchar(255) NOT NULL, `image` varchar(64) NOT NULL, `directory` varchar(32) NOT NULL, `filename` varchar(64) NOT NULL, `sort_order` int(3) NOT NULL default '0', `status` tinyint(1) NOT NULL, PRIMARY KEY (`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_language` -- LOCK TABLES `oc_language` WRITE; /*!40000 ALTER TABLE `oc_language` DISABLE KEYS */; INSERT INTO `oc_language` VALUES (1,'English','en','en_US.UTF-8,en_US,en-gb,english','gb.png','english','english',1,1); /*!40000 ALTER TABLE `oc_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_layout` -- DROP TABLE IF EXISTS `oc_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_layout` ( `layout_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, PRIMARY KEY (`layout_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_layout` -- LOCK TABLES `oc_layout` WRITE; /*!40000 ALTER TABLE `oc_layout` DISABLE KEYS */; INSERT INTO `oc_layout` VALUES (1,'Home'),(2,'Product'),(3,'Category'),(4,'Default'),(5,'Manufacturer'),(6,'Account'),(7,'Checkout'),(8,'Contact'),(9,'Sitemap'),(10,'Affiliate'),(11,'Information'); /*!40000 ALTER TABLE `oc_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_layout_route` -- DROP TABLE IF EXISTS `oc_layout_route`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_layout_route` ( `layout_route_id` int(11) NOT NULL auto_increment, `layout_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `route` varchar(255) NOT NULL, PRIMARY KEY (`layout_route_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_layout_route` -- LOCK TABLES `oc_layout_route` WRITE; /*!40000 ALTER TABLE `oc_layout_route` DISABLE KEYS */; INSERT INTO `oc_layout_route` VALUES (30,6,0,'account'),(17,10,0,'affiliate/'),(29,3,0,'product/category'),(26,1,0,'common/home'),(20,2,0,'product/product'),(24,11,0,'information/information'),(22,5,0,'product/manufacturer'),(23,7,0,'checkout/'),(31,8,0,'information/contact'),(32,9,0,'information/sitemap'); /*!40000 ALTER TABLE `oc_layout_route` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_length_class` -- DROP TABLE IF EXISTS `oc_length_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_length_class` ( `length_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL, PRIMARY KEY (`length_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_length_class` -- LOCK TABLES `oc_length_class` WRITE; /*!40000 ALTER TABLE `oc_length_class` DISABLE KEYS */; INSERT INTO `oc_length_class` VALUES (1,'1.00000000'),(2,'10.00000000'),(3,'0.39370000'); /*!40000 ALTER TABLE `oc_length_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_length_class_description` -- DROP TABLE IF EXISTS `oc_length_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_length_class_description` ( `length_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`length_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_length_class_description` -- LOCK TABLES `oc_length_class_description` WRITE; /*!40000 ALTER TABLE `oc_length_class_description` DISABLE KEYS */; INSERT INTO `oc_length_class_description` VALUES (1,1,'Centimeter','cm'),(2,1,'Millimeter','mm'),(3,1,'Inch','in'); /*!40000 ALTER TABLE `oc_length_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_manufacturer` -- DROP TABLE IF EXISTS `oc_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_manufacturer` ( `manufacturer_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`manufacturer_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_manufacturer` -- LOCK TABLES `oc_manufacturer` WRITE; /*!40000 ALTER TABLE `oc_manufacturer` DISABLE KEYS */; INSERT INTO `oc_manufacturer` VALUES (5,'HTC','data/demo/htc_logo.jpg',0),(6,'Palm','data/demo/palm_logo.jpg',0),(7,'Hewlett-Packard','data/demo/hp_logo.jpg',0),(8,'Apple','data/demo/apple_logo.jpg',0),(9,'Canon','data/demo/canon_logo.jpg',0),(10,'Sony','data/demo/sony_logo.jpg',0); /*!40000 ALTER TABLE `oc_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_manufacturer_to_store` -- DROP TABLE IF EXISTS `oc_manufacturer_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_manufacturer_to_store` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_manufacturer_to_store` -- LOCK TABLES `oc_manufacturer_to_store` WRITE; /*!40000 ALTER TABLE `oc_manufacturer_to_store` DISABLE KEYS */; INSERT INTO `oc_manufacturer_to_store` VALUES (5,0),(6,0),(7,0),(8,0),(9,0),(10,0); /*!40000 ALTER TABLE `oc_manufacturer_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option` -- DROP TABLE IF EXISTS `oc_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option` ( `option_id` int(11) NOT NULL auto_increment, `type` varchar(32) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option` -- LOCK TABLES `oc_option` WRITE; /*!40000 ALTER TABLE `oc_option` DISABLE KEYS */; INSERT INTO `oc_option` VALUES (1,'radio',2),(2,'checkbox',3),(4,'text',4),(5,'select',1),(6,'textarea',5),(7,'file',6),(8,'date',7),(9,'time',8),(10,'datetime',9),(11,'select',1),(12,'date',1); /*!40000 ALTER TABLE `oc_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_description` -- DROP TABLE IF EXISTS `oc_option_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_description` ( `option_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_description` -- LOCK TABLES `oc_option_description` WRITE; /*!40000 ALTER TABLE `oc_option_description` DISABLE KEYS */; INSERT INTO `oc_option_description` VALUES (1,1,'Radio'),(2,1,'Checkbox'),(4,1,'Text'),(6,1,'Textarea'),(8,1,'Date'),(7,1,'File'),(5,1,'Select'),(9,1,'Time'),(10,1,'Date & Time'),(12,1,'Delivery Date'),(11,1,'Size'); /*!40000 ALTER TABLE `oc_option_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_value` -- DROP TABLE IF EXISTS `oc_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_value` ( `option_value_id` int(11) NOT NULL auto_increment, `option_id` int(11) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_value` -- LOCK TABLES `oc_option_value` WRITE; /*!40000 ALTER TABLE `oc_option_value` DISABLE KEYS */; INSERT INTO `oc_option_value` VALUES (43,1,'',3),(32,1,'',1),(45,2,'',4),(44,2,'',3),(42,5,'',4),(41,5,'',3),(39,5,'',1),(40,5,'',2),(31,1,'',2),(23,2,'',1),(24,2,'',2),(46,11,'',1),(47,11,'',2),(48,11,'',3); /*!40000 ALTER TABLE `oc_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_option_value_description` -- DROP TABLE IF EXISTS `oc_option_value_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_option_value_description` ( `option_value_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`option_value_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_option_value_description` -- LOCK TABLES `oc_option_value_description` WRITE; /*!40000 ALTER TABLE `oc_option_value_description` DISABLE KEYS */; INSERT INTO `oc_option_value_description` VALUES (43,1,1,'Large'),(32,1,1,'Small'),(45,1,2,'Checkbox 4'),(44,1,2,'Checkbox 3'),(31,1,1,'Medium'),(42,1,5,'Yellow'),(41,1,5,'Green'),(39,1,5,'Red'),(40,1,5,'Blue'),(23,1,2,'Checkbox 1'),(24,1,2,'Checkbox 2'),(48,1,11,'Large'),(47,1,11,'Medium'),(46,1,11,'Small'); /*!40000 ALTER TABLE `oc_option_value_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order` -- DROP TABLE IF EXISTS `oc_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order` ( `order_id` int(11) NOT NULL auto_increment, `invoice_no` int(11) NOT NULL default '0', `invoice_prefix` varchar(26) NOT NULL, `store_id` int(11) NOT NULL default '0', `store_name` varchar(64) NOT NULL, `store_url` varchar(255) NOT NULL, `customer_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `fax` varchar(32) NOT NULL, `payment_firstname` varchar(32) NOT NULL, `payment_lastname` varchar(32) NOT NULL, `payment_company` varchar(32) NOT NULL, `payment_company_id` varchar(32) NOT NULL, `payment_tax_id` varchar(32) NOT NULL, `payment_address_1` varchar(128) NOT NULL, `payment_address_2` varchar(128) NOT NULL, `payment_city` varchar(128) NOT NULL, `payment_postcode` varchar(10) NOT NULL, `payment_country` varchar(128) NOT NULL, `payment_country_id` int(11) NOT NULL, `payment_zone` varchar(128) NOT NULL, `payment_zone_id` int(11) NOT NULL, `payment_address_format` text NOT NULL, `payment_method` varchar(128) NOT NULL, `payment_code` varchar(128) NOT NULL, `shipping_firstname` varchar(32) NOT NULL, `shipping_lastname` varchar(32) NOT NULL, `shipping_company` varchar(32) NOT NULL, `shipping_address_1` varchar(128) NOT NULL, `shipping_address_2` varchar(128) NOT NULL, `shipping_city` varchar(128) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_country` varchar(128) NOT NULL, `shipping_country_id` int(11) NOT NULL, `shipping_zone` varchar(128) NOT NULL, `shipping_zone_id` int(11) NOT NULL, `shipping_address_format` text NOT NULL, `shipping_method` varchar(128) NOT NULL, `shipping_code` varchar(128) NOT NULL, `comment` text NOT NULL, `total` decimal(15,4) NOT NULL default '0.0000', `order_status_id` int(11) NOT NULL default '0', `affiliate_id` int(11) NOT NULL, `commission` decimal(15,4) NOT NULL, `language_id` int(11) NOT NULL, `currency_id` int(11) NOT NULL, `currency_code` varchar(3) NOT NULL, `currency_value` decimal(15,8) NOT NULL default '1.00000000', `ip` varchar(40) NOT NULL, `forwarded_ip` varchar(40) NOT NULL, `user_agent` varchar(255) NOT NULL, `accept_language` varchar(255) NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order` -- LOCK TABLES `oc_order` WRITE; /*!40000 ALTER TABLE `oc_order` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_download` -- DROP TABLE IF EXISTS `oc_order_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_download` ( `order_download_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `name` varchar(64) NOT NULL, `filename` varchar(128) NOT NULL, `mask` varchar(128) NOT NULL, `remaining` int(3) NOT NULL default '0', PRIMARY KEY (`order_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_download` -- LOCK TABLES `oc_order_download` WRITE; /*!40000 ALTER TABLE `oc_order_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_field` -- DROP TABLE IF EXISTS `oc_order_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_field` ( `order_id` int(11) NOT NULL, `custom_field_id` int(11) NOT NULL, `custom_field_value_id` int(11) NOT NULL, `name` int(128) NOT NULL, `value` text NOT NULL, `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_id`,`custom_field_id`,`custom_field_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_field` -- LOCK TABLES `oc_order_field` WRITE; /*!40000 ALTER TABLE `oc_order_field` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_fraud` -- DROP TABLE IF EXISTS `oc_order_fraud`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_fraud` ( `order_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `country_match` varchar(3) NOT NULL, `country_code` varchar(2) NOT NULL, `high_risk_country` varchar(3) NOT NULL, `distance` int(11) NOT NULL, `ip_region` varchar(255) NOT NULL, `ip_city` varchar(255) NOT NULL, `ip_latitude` decimal(10,6) NOT NULL, `ip_longitude` decimal(10,6) NOT NULL, `ip_isp` varchar(255) NOT NULL, `ip_org` varchar(255) NOT NULL, `ip_asnum` int(11) NOT NULL, `ip_user_type` varchar(255) NOT NULL, `ip_country_confidence` varchar(3) NOT NULL, `ip_region_confidence` varchar(3) NOT NULL, `ip_city_confidence` varchar(3) NOT NULL, `ip_postal_confidence` varchar(3) NOT NULL, `ip_postal_code` varchar(10) NOT NULL, `ip_accuracy_radius` int(11) NOT NULL, `ip_net_speed_cell` varchar(255) NOT NULL, `ip_metro_code` int(3) NOT NULL, `ip_area_code` int(3) NOT NULL, `ip_time_zone` varchar(255) NOT NULL, `ip_region_name` varchar(255) NOT NULL, `ip_domain` varchar(255) NOT NULL, `ip_country_name` varchar(255) NOT NULL, `ip_continent_code` varchar(2) NOT NULL, `ip_corporate_proxy` varchar(3) NOT NULL, `anonymous_proxy` varchar(3) NOT NULL, `proxy_score` int(3) NOT NULL, `is_trans_proxy` varchar(3) NOT NULL, `free_mail` varchar(3) NOT NULL, `carder_email` varchar(3) NOT NULL, `high_risk_username` varchar(3) NOT NULL, `high_risk_password` varchar(3) NOT NULL, `bin_match` varchar(10) NOT NULL, `bin_country` varchar(2) NOT NULL, `bin_name_match` varchar(3) NOT NULL, `bin_name` varchar(255) NOT NULL, `bin_phone_match` varchar(3) NOT NULL, `bin_phone` varchar(32) NOT NULL, `customer_phone_in_billing_location` varchar(8) NOT NULL, `ship_forward` varchar(3) NOT NULL, `city_postal_match` varchar(3) NOT NULL, `ship_city_postal_match` varchar(3) NOT NULL, `score` decimal(10,5) NOT NULL, `explanation` text NOT NULL, `risk_score` decimal(10,5) NOT NULL, `queries_remaining` int(11) NOT NULL, `maxmind_id` varchar(8) NOT NULL, `error` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_fraud` -- LOCK TABLES `oc_order_fraud` WRITE; /*!40000 ALTER TABLE `oc_order_fraud` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_fraud` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_history` -- DROP TABLE IF EXISTS `oc_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_history` ( `order_history_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_status_id` int(5) NOT NULL, `notify` tinyint(1) NOT NULL default '0', `comment` text NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`order_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_history` -- LOCK TABLES `oc_order_history` WRITE; /*!40000 ALTER TABLE `oc_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_option` -- DROP TABLE IF EXISTS `oc_order_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_option` ( `order_option_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `order_product_id` int(11) NOT NULL, `product_option_id` int(11) NOT NULL, `product_option_value_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL, `value` text NOT NULL, `type` varchar(32) NOT NULL, PRIMARY KEY (`order_option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_option` -- LOCK TABLES `oc_order_option` WRITE; /*!40000 ALTER TABLE `oc_order_option` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_product` -- DROP TABLE IF EXISTS `oc_order_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_product` ( `order_product_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `price` decimal(15,4) NOT NULL default '0.0000', `total` decimal(15,4) NOT NULL default '0.0000', `tax` decimal(15,4) NOT NULL default '0.0000', `reward` int(8) NOT NULL, PRIMARY KEY (`order_product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_product` -- LOCK TABLES `oc_order_product` WRITE; /*!40000 ALTER TABLE `oc_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_recurring` -- DROP TABLE IF EXISTS `oc_order_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_recurring` ( `order_recurring_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(4) NOT NULL, `product_id` int(11) NOT NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `profile_name` varchar(255) NOT NULL, `profile_description` varchar(255) NOT NULL, `recurring_frequency` varchar(25) NOT NULL, `recurring_cycle` smallint(6) NOT NULL, `recurring_duration` smallint(6) NOT NULL, `recurring_price` decimal(10,4) NOT NULL, `trial` tinyint(1) NOT NULL, `trial_frequency` varchar(25) NOT NULL, `trial_cycle` smallint(6) NOT NULL, `trial_duration` smallint(6) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `profile_reference` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_recurring` -- LOCK TABLES `oc_order_recurring` WRITE; /*!40000 ALTER TABLE `oc_order_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_recurring_transaction` -- DROP TABLE IF EXISTS `oc_order_recurring_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_recurring_transaction` ( `order_recurring_transaction_id` int(11) NOT NULL auto_increment, `order_recurring_id` int(11) NOT NULL, `created` datetime NOT NULL, `amount` decimal(10,4) NOT NULL, `type` varchar(255) NOT NULL, PRIMARY KEY (`order_recurring_transaction_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_recurring_transaction` -- LOCK TABLES `oc_order_recurring_transaction` WRITE; /*!40000 ALTER TABLE `oc_order_recurring_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_recurring_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_status` -- DROP TABLE IF EXISTS `oc_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_status` ( `order_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`order_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_status` -- LOCK TABLES `oc_order_status` WRITE; /*!40000 ALTER TABLE `oc_order_status` DISABLE KEYS */; INSERT INTO `oc_order_status` VALUES (2,1,'Processing'),(3,1,'Shipped'),(7,1,'Canceled'),(5,1,'Complete'),(8,1,'Denied'),(9,1,'Canceled Reversal'),(10,1,'Failed'),(11,1,'Refunded'),(12,1,'Reversed'),(13,1,'Chargeback'),(1,1,'Pending'),(16,1,'Voided'),(15,1,'Processed'),(14,1,'Expired'); /*!40000 ALTER TABLE `oc_order_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_total` -- DROP TABLE IF EXISTS `oc_order_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_total` ( `order_total_id` int(10) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(32) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL default '0.0000', `sort_order` int(3) NOT NULL, PRIMARY KEY (`order_total_id`), KEY `idx_orders_total_orders_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_total` -- LOCK TABLES `oc_order_total` WRITE; /*!40000 ALTER TABLE `oc_order_total` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_order_voucher` -- DROP TABLE IF EXISTS `oc_order_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_order_voucher` ( `order_voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `voucher_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, PRIMARY KEY (`order_voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_order_voucher` -- LOCK TABLES `oc_order_voucher` WRITE; /*!40000 ALTER TABLE `oc_order_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_order_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product` -- DROP TABLE IF EXISTS `oc_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product` ( `product_id` int(11) NOT NULL auto_increment, `model` varchar(64) NOT NULL, `sku` varchar(64) NOT NULL, `upc` varchar(12) NOT NULL, `ean` varchar(14) NOT NULL, `jan` varchar(13) NOT NULL, `isbn` varchar(13) NOT NULL, `mpn` varchar(64) NOT NULL, `location` varchar(128) NOT NULL, `quantity` int(4) NOT NULL default '0', `stock_status_id` int(11) NOT NULL, `image` varchar(255) default NULL, `manufacturer_id` int(11) NOT NULL, `shipping` tinyint(1) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `points` int(8) NOT NULL default '0', `tax_class_id` int(11) NOT NULL, `date_available` date NOT NULL, `weight` decimal(15,8) NOT NULL default '0.00000000', `weight_class_id` int(11) NOT NULL default '0', `length` decimal(15,8) NOT NULL default '0.00000000', `width` decimal(15,8) NOT NULL default '0.00000000', `height` decimal(15,8) NOT NULL default '0.00000000', `length_class_id` int(11) NOT NULL default '0', `subtract` tinyint(1) NOT NULL default '1', `minimum` int(11) NOT NULL default '1', `sort_order` int(11) NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `viewed` int(5) NOT NULL default '0', PRIMARY KEY (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product` -- LOCK TABLES `oc_product` WRITE; /*!40000 ALTER TABLE `oc_product` DISABLE KEYS */; INSERT INTO `oc_product` VALUES (28,'Product 1','','','','','','','',939,7,'data/demo/htc_touch_hd_1.jpg',5,1,'100.0000',200,9,'2009-02-03','146.40000000',2,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:06:50','2011-09-30 01:05:39',0),(29,'Product 2','','','','','','','',999,6,'data/demo/palm_treo_pro_1.jpg',6,1,'279.9900',0,9,'2009-02-03','133.00000000',2,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 16:42:17','2011-09-30 01:06:08',0),(30,'Product 3','','','','','','','',7,6,'data/demo/canon_eos_5d_1.jpg',9,1,'100.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 16:59:00','2011-09-30 01:05:23',0),(31,'Product 4','','','','','','','',1000,6,'data/demo/nikon_d300_1.jpg',0,1,'80.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',3,1,1,0,1,'2009-02-03 17:00:10','2011-09-30 01:06:00',0),(32,'Product 5','','','','','','','',999,6,'data/demo/ipod_touch_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 17:07:26','2011-09-30 01:07:22',0),(33,'Product 6','','','','','','','',1000,6,'data/demo/samsung_syncmaster_941bw.jpg',0,1,'200.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 17:08:31','2011-09-30 01:06:29',0),(34,'Product 7','','','','','','','',1000,6,'data/demo/ipod_shuffle_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:07:54','2011-09-30 01:07:17',0),(35,'Product 8','','','','','','','',1000,5,'',0,0,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 18:08:31','2011-09-30 01:06:17',0),(36,'Product 9','','','','','','','',994,6,'data/demo/ipod_nano_1.jpg',8,0,'100.0000',100,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 18:09:19','2011-09-30 01:07:12',0),(40,'product 11','','','','','','','',970,5,'data/demo/iphone_1.jpg',8,1,'101.0000',0,9,'2009-02-03','10.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:12','2011-09-30 01:06:53',0),(41,'Product 14','','','','','','','',977,5,'data/demo/imac_1.jpg',8,1,'100.0000',0,9,'2009-02-03','5.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,0,1,'2009-02-03 21:07:26','2011-09-30 01:06:44',0),(42,'Product 15','','','','','','','',990,5,'data/demo/apple_cinema_30.jpg',8,1,'100.0000',400,9,'2009-02-04','12.50000000',1,'1.00000000','2.00000000','3.00000000',1,1,2,0,1,'2009-02-03 21:07:37','2011-09-30 00:46:19',0),(43,'Product 16','','','','','','','',929,5,'data/demo/macbook_1.jpg',8,0,'500.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:07:49','2011-09-30 01:05:46',0),(44,'Product 17','','','','','','','',1000,5,'data/demo/macbook_air_1.jpg',8,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:00','2011-09-30 01:05:53',0),(45,'Product 18','','','','','','','',998,5,'data/demo/macbook_pro_1.jpg',8,1,'2000.0000',0,100,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:17','2011-09-15 22:22:01',0),(46,'Product 19','','','','','','','',1000,5,'data/demo/sony_vaio_1.jpg',10,1,'1000.0000',0,9,'2009-02-03','0.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-03 21:08:29','2011-09-30 01:06:39',0),(47,'Product 21','','','','','','','',1000,5,'data/demo/hp_1.jpg',7,1,'100.0000',400,9,'2009-02-03','1.00000000',1,'0.00000000','0.00000000','0.00000000',1,0,1,0,1,'2009-02-03 21:08:40','2011-09-30 01:05:28',0),(48,'product 20','test 1','','','','','','test 2',995,5,'data/demo/ipod_classic_1.jpg',8,1,'100.0000',0,9,'2009-02-08','1.00000000',1,'0.00000000','0.00000000','0.00000000',2,1,1,0,1,'2009-02-08 17:21:51','2011-09-30 01:07:06',0),(49,'SAM1','','','','','','','',0,8,'data/demo/samsung_tab_1.jpg',0,1,'199.9900',0,9,'2011-04-25','0.00000000',1,'0.00000000','0.00000000','0.00000000',1,1,1,1,1,'2011-04-26 08:57:34','2011-09-30 01:06:23',0); /*!40000 ALTER TABLE `oc_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_attribute` -- DROP TABLE IF EXISTS `oc_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_attribute` ( `product_id` int(11) NOT NULL, `attribute_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`product_id`,`attribute_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_attribute` -- LOCK TABLES `oc_product_attribute` WRITE; /*!40000 ALTER TABLE `oc_product_attribute` DISABLE KEYS */; INSERT INTO `oc_product_attribute` VALUES (43,2,1,'1'),(47,4,1,'16GB'),(43,4,1,'8gb'),(42,3,1,'100mhz'),(47,2,1,'4'); /*!40000 ALTER TABLE `oc_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_description` -- DROP TABLE IF EXISTS `oc_product_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `meta_description` varchar(255) NOT NULL, `meta_keyword` varchar(255) NOT NULL, `tag` text NOT NULL, PRIMARY KEY (`product_id`,`language_id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_description` -- LOCK TABLES `oc_product_description` WRITE; /*!40000 ALTER TABLE `oc_product_description` DISABLE KEYS */; INSERT INTO `oc_product_description` VALUES (35,1,'Product 8','<p>\r\n Product 8</p>\r\n','','',''),(48,1,'iPod Classic','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <strong>More room to move.</strong></p>\r\n <p>\r\n With 80GB or 160GB of storage and up to 40 hours of battery life, the new iPod classic lets you enjoy up to 40,000 songs or up to 200 hours of video or any combination wherever you go.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.</p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleeker design.</strong></p>\r\n <p>\r\n Beautiful, durable, and sleeker than ever, iPod classic now features an anodized aluminum and polished stainless steel enclosure with rounded edges.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(40,1,'iPhone','<p class="intro">\r\n iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.</p>\r\n','','',''),(28,1,'HTC Touch HD','<p>\r\n HTC Touch - in High Definition. Watch music videos and streaming content in awe-inspiring high definition clarity for a mobile experience you never thought possible. Seductively sleek, the HTC Touch HD provides the next generation of mobile functionality, all at a simple touch. Fully integrated with Windows Mobile Professional 6.1, ultrafast 3.5G, GPS, 5MP camera, plus lots more - all delivered on a breathtakingly crisp 3.8&quot; WVGA touchscreen - you can take control of your mobile world with the HTC Touch HD.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Processor Qualcomm&reg; MSM 7201A&trade; 528 MHz</li>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Operating System</li>\r\n <li>\r\n Memory: 512 MB ROM, 288 MB RAM</li>\r\n <li>\r\n Dimensions: 115 mm x 62.8 mm x 12 mm / 146.4 grams</li>\r\n <li>\r\n 3.8-inch TFT-LCD flat touch-sensitive screen with 480 x 800 WVGA resolution</li>\r\n <li>\r\n HSDPA/WCDMA: Europe/Asia: 900/2100 MHz; Up to 2 Mbps up-link and 7.2 Mbps down-link speeds</li>\r\n <li>\r\n Quad-band GSM/GPRS/EDGE: Europe/Asia: 850/900/1800/1900 MHz (Band frequency, HSUPA availability, and data speed are operator dependent.)</li>\r\n <li>\r\n Device Control via HTC TouchFLO&trade; 3D &amp; Touch-sensitive front panel buttons</li>\r\n <li>\r\n GPS and A-GPS ready</li>\r\n <li>\r\n Bluetooth&reg; 2.0 with Enhanced Data Rate and A2DP for wireless stereo headsets</li>\r\n <li>\r\n Wi-Fi&reg;: IEEE 802.11 b/g</li>\r\n <li>\r\n HTC ExtUSB&trade; (11-pin mini-USB 2.0)</li>\r\n <li>\r\n 5 megapixel color camera with auto focus</li>\r\n <li>\r\n VGA CMOS color camera</li>\r\n <li>\r\n Built-in 3.5 mm audio jack, microphone, speaker, and FM radio</li>\r\n <li>\r\n Ring tone formats: AAC, AAC+, eAAC+, AMR-NB, AMR-WB, QCP, MP3, WMA, WAV</li>\r\n <li>\r\n 40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</li>\r\n <li>\r\n Rechargeable Lithium-ion or Lithium-ion polymer 1350 mAh battery</li>\r\n <li>\r\n Expansion Slot: microSD&trade; memory card (SD 2.0 compatible)</li>\r\n <li>\r\n AC Adapter Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz DC output: 5V and 1A</li>\r\n <li>\r\n Special Features: FM Radio, G-Sensor</li>\r\n</ul>\r\n','','',''),(44,1,'MacBook Air','<div>\r\n MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don&rsquo;t lose inches and pounds overnight. It&rsquo;s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.</div>\r\n','','',''),(45,1,'MacBook Pro','<div class="cpt_product_description ">\r\n <div>\r\n <p>\r\n <b>Latest Intel mobile architecture</b></p>\r\n <p>\r\n Powered by the most advanced mobile processors from Intel, the new Core 2 Duo MacBook Pro is over 50% faster than the original Core Duo MacBook Pro and now supports up to 4GB of RAM.</p>\r\n <p>\r\n <b>Leading-edge graphics</b></p>\r\n <p>\r\n The NVIDIA GeForce 8600M GT delivers exceptional graphics processing power. For the ultimate creative canvas, you can even configure the 17-inch model with a 1920-by-1200 resolution display.</p>\r\n <p>\r\n <b>Designed for life on the road</b></p>\r\n <p>\r\n Innovations such as a magnetic power connection and an illuminated keyboard with ambient light sensor put the MacBook Pro in a class by itself.</p>\r\n <p>\r\n <b>Connect. Create. Communicate.</b></p>\r\n <p>\r\n Quickly set up a video conference with the built-in iSight camera. Control presentations and media from up to 30 feet away with the included Apple Remote. Connect to high-bandwidth peripherals with FireWire 800 and DVI.</p>\r\n <p>\r\n <b>Next-generation wireless</b></p>\r\n <p>\r\n Featuring 802.11n wireless technology, the MacBook Pro delivers up to five times the performance and up to twice the range of previous-generation technologies.</p>\r\n </div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(29,1,'Palm Treo Pro','<p>\r\n Redefine your workday with the Palm Treo Pro smartphone. Perfectly balanced, you can respond to business and personal email, stay on top of appointments and contacts, and use Wi-Fi or GPS when you&rsquo;re out and about. Then watch a video on YouTube, catch up with news and sports on the web, or listen to a few songs. Balance your work and play the way you like it, with the Palm Treo Pro.</p>\r\n<p>\r\n <strong>Features</strong></p>\r\n<ul>\r\n <li>\r\n Windows Mobile&reg; 6.1 Professional Edition</li>\r\n <li>\r\n Qualcomm&reg; MSM7201 400MHz Processor</li>\r\n <li>\r\n 320x320 transflective colour TFT touchscreen</li>\r\n <li>\r\n HSDPA/UMTS/EDGE/GPRS/GSM radio</li>\r\n <li>\r\n Tri-band UMTS &mdash; 850MHz, 1900MHz, 2100MHz</li>\r\n <li>\r\n Quad-band GSM &mdash; 850/900/1800/1900</li>\r\n <li>\r\n 802.11b/g with WPA, WPA2, and 801.1x authentication</li>\r\n <li>\r\n Built-in GPS</li>\r\n <li>\r\n Bluetooth Version: 2.0 + Enhanced Data Rate</li>\r\n <li>\r\n 256MB storage (100MB user available), 128MB RAM</li>\r\n <li>\r\n 2.0 megapixel camera, up to 8x digital zoom and video capture</li>\r\n <li>\r\n Removable, rechargeable 1500mAh lithium-ion battery</li>\r\n <li>\r\n Up to 5.0 hours talk time and up to 250 hours standby</li>\r\n <li>\r\n MicroSDHC card expansion (up to 32GB supported)</li>\r\n <li>\r\n MicroUSB 2.0 for synchronization and charging</li>\r\n <li>\r\n 3.5mm stereo headset jack</li>\r\n <li>\r\n 60mm (W) x 114mm (L) x 13.5mm (D) / 133g</li>\r\n</ul>\r\n','','',''),(36,1,'iPod Nano','<div>\r\n <p>\r\n <strong>Video in your pocket.</strong></p>\r\n <p>\r\n Its the small iPod with one very big idea: video. The worlds most popular music player now lets you enjoy movies, TV shows, and more on a two-inch display thats 65% brighter than before.</p>\r\n <p>\r\n <strong>Cover Flow.</strong></p>\r\n <p>\r\n Browse through your music collection by flipping through album art. Select an album to turn it over and see the track list.<strong>&nbsp;</strong></p>\r\n <p>\r\n <strong>Enhanced interface.</strong></p>\r\n <p>\r\n Experience a whole new way to browse and view your music and video.</p>\r\n <p>\r\n <strong>Sleek and colorful.</strong></p>\r\n <p>\r\n With an anodized aluminum and polished stainless steel enclosure and a choice of five colors, iPod nano is dressed to impress.</p>\r\n <p>\r\n <strong>iTunes.</strong></p>\r\n <p>\r\n Available as a free download, iTunes makes it easy to browse and buy millions of songs, movies, TV shows, audiobooks, and games and download free podcasts all at the iTunes Store. And you can import your own music, manage your whole media library, and sync your iPod or iPhone with ease.</p>\r\n</div>\r\n','','',''),(46,1,'Sony VAIO','<div>\r\n Unprecedented power. The next generation of processing technology has arrived. Built into the newest VAIO notebooks lies Intel&#39;s latest, most powerful innovation yet: Intel&reg; Centrino&reg; 2 processor technology. Boasting incredible speed, expanded wireless connectivity, enhanced multimedia support and greater energy efficiency, all the high-performance essentials are seamlessly combined into a single chip.</div>\r\n','','',''),(47,1,'HP LP3065','<p>\r\n Stop your co-workers in their tracks with the stunning new 30-inch diagonal HP LP3065 Flat Panel Monitor. This flagship monitor features best-in-class performance and presentation features on a huge wide-aspect screen while letting you work as comfortably as possible - you might even forget you&#39;re at the office</p>\r\n','','',''),(32,1,'iPod Touch','<p>\r\n <strong>Revolutionary multi-touch interface.</strong><br />\r\n iPod touch features the same multi-touch screen technology as iPhone. Pinch to zoom in on a photo. Scroll through your songs and videos with a flick. Flip through your library by album artwork with Cover Flow.</p>\r\n<p>\r\n <strong>Gorgeous 3.5-inch widescreen display.</strong><br />\r\n Watch your movies, TV shows, and photos come alive with bright, vivid color on the 320-by-480-pixel display.</p>\r\n<p>\r\n <strong>Music downloads straight from iTunes.</strong><br />\r\n Shop the iTunes Wi-Fi Music Store from anywhere with Wi-Fi.1 Browse or search to find the music youre looking for, preview it, and buy it with just a tap.</p>\r\n<p>\r\n <strong>Surf the web with Wi-Fi.</strong><br />\r\n Browse the web using Safari and watch YouTube videos on the first iPod with Wi-Fi built in<br />\r\n &nbsp;</p>\r\n','','',''),(41,1,'iMac','<div>\r\n Just when you thought iMac had everything, now there´s even more. More powerful Intel Core 2 Duo processors. And more memory standard. Combine this with Mac OS X Leopard and iLife ´08, and it´s more all-in-one than ever. iMac packs amazing performance into a stunningly slim space.</div>\r\n','','',''),(33,1,'Samsung SyncMaster 941BW','<div>\r\n Imagine the advantages of going big without slowing down. The big 19&quot; 941BW monitor combines wide aspect ratio with fast pixel response time, for bigger images, more room to work and crisp motion. In addition, the exclusive MagicBright 2, MagicColor and MagicTune technologies help deliver the ideal image in every situation, while sleek, narrow bezels and adjustable stands deliver style just the way you want it. With the Samsung 941BW widescreen analog/digital LCD monitor, it&#39;s not hard to imagine.</div>\r\n','','',''),(34,1,'iPod Shuffle','<div>\r\n <strong>Born to be worn.</strong>\r\n <p>\r\n Clip on the worlds most wearable music player and take up to 240 songs with you anywhere. Choose from five colors including four new hues to make your musical fashion statement.</p>\r\n <p>\r\n <strong>Random meets rhythm.</strong></p>\r\n <p>\r\n With iTunes autofill, iPod shuffle can deliver a new musical experience every time you sync. For more randomness, you can shuffle songs during playback with the slide of a switch.</p>\r\n <strong>Everything is easy.</strong>\r\n <p>\r\n Charge and sync with the included USB dock. Operate the iPod shuffle controls with one hand. Enjoy up to 12 hours straight of skip-free music playback.</p>\r\n</div>\r\n','','',''),(43,1,'MacBook','<div>\r\n <p>\r\n <b>Intel Core 2 Duo processor</b></p>\r\n <p>\r\n Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.</p>\r\n <p>\r\n <b>1GB memory, larger hard drives</b></p>\r\n <p>\r\n The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.</p>\r\n <p>\r\n <b>Sleek, 1.08-inch-thin design</b></p>\r\n <p>\r\n MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.</p>\r\n <p>\r\n <b>Built-in iSight camera</b></p>\r\n <p>\r\n Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth</p>\r\n</div>\r\n','','',''),(31,1,'Nikon D300','<div class="cpt_product_description ">\r\n <div>\r\n Engineered with pro-level features and performance, the 12.3-effective-megapixel D300 combines brand new technologies with advanced features inherited from Nikon&#39;s newly announced D3 professional digital SLR camera to offer serious photographers remarkable performance combined with agility.<br />\r\n <br />\r\n Similar to the D3, the D300 features Nikon&#39;s exclusive EXPEED Image Processing System that is central to driving the speed and processing power needed for many of the camera&#39;s new features. The D300 features a new 51-point autofocus system with Nikon&#39;s 3D Focus Tracking feature and two new LiveView shooting modes that allow users to frame a photograph using the camera&#39;s high-resolution LCD monitor. The D300 shares a similar Scene Recognition System as is found in the D3; it promises to greatly enhance the accuracy of autofocus, autoexposure, and auto white balance by recognizing the subject or scene being photographed and applying this information to the calculations for the three functions.<br />\r\n <br />\r\n The D300 reacts with lightning speed, powering up in a mere 0.13 seconds and shooting with an imperceptible 45-millisecond shutter release lag time. The D300 is capable of shooting at a rapid six frames per second and can go as fast as eight frames per second when using the optional MB-D10 multi-power battery pack. In continuous bursts, the D300 can shoot up to 100 shots at full 12.3-megapixel resolution. (NORMAL-LARGE image setting, using a SanDisk Extreme IV 1GB CompactFlash card.)<br />\r\n <br />\r\n The D300 incorporates a range of innovative technologies and features that will significantly improve the accuracy, control, and performance photographers can get from their equipment. Its new Scene Recognition System advances the use of Nikon&#39;s acclaimed 1,005-segment sensor to recognize colors and light patterns that help the camera determine the subject and the type of scene being photographed before a picture is taken. This information is used to improve the accuracy of autofocus, autoexposure, and auto white balance functions in the D300. For example, the camera can track moving subjects better and by identifying them, it can also automatically select focus points faster and with greater accuracy. It can also analyze highlights and more accurately determine exposure, as well as infer light sources to deliver more accurate white balance detection.</div>\r\n</div>\r\n<!-- cpt_container_end -->','','',''),(49,1,'Samsung Galaxy Tab 10.1','<p>\r\n Samsung Galaxy Tab 10.1, is the world&rsquo;s thinnest tablet, measuring 8.6 mm thickness, running with Android 3.0 Honeycomb OS on a 1GHz dual-core Tegra 2 processor, similar to its younger brother Samsung Galaxy Tab 8.9.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 gives pure Android 3.0 experience, adding its new TouchWiz UX or TouchWiz 4.0 &ndash; includes a live panel, which lets you to customize with different content, such as your pictures, bookmarks, and social feeds, sporting a 10.1 inches WXGA capacitive touch screen with 1280 x 800 pixels of resolution, equipped with 3 megapixel rear camera with LED flash and a 2 megapixel front camera, HSPA+ connectivity up to 21Mbps, 720p HD video recording capability, 1080p HD playback, DLNA support, Bluetooth 2.1, USB 2.0, gyroscope, Wi-Fi 802.11 a/b/g/n, micro-SD slot, 3.5mm headphone jack, and SIM slot, including the Samsung Stick &ndash; a Bluetooth microphone that can be carried in a pocket like a pen and sound dock with powered subwoofer.</p>\r\n<p>\r\n Samsung Galaxy Tab 10.1 will come in 16GB / 32GB / 64GB verities and pre-loaded with Social Hub, Reader&rsquo;s Hub, Music Hub and Samsung Mini Apps Tray &ndash; which gives you access to more commonly used apps to help ease multitasking and it is capable of Adobe Flash Player 10.2, powered by 6860mAh battery that gives you 10hours of video-playback time.&nbsp;&auml;&ouml;</p>\r\n','','',''),(42,1,'Apple Cinema 30"','<p>\r\n <font face="helvetica,geneva,arial" size="2"><font face="Helvetica" size="2">The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed specifically for the creative professional, this display provides more space for easier access to all the tools and palettes needed to edit, format and composite your work. Combine this display with a Mac Pro, MacBook Pro, or PowerMac G5 and there&#39;s no limit to what you can achieve. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features an active-matrix liquid crystal display that produces flicker-free images that deliver twice the brightness, twice the sharpness and twice the contrast ratio of a typical CRT display. Unlike other flat panels, it&#39;s designed with a pure digital interface to deliver distortion-free images that never need adjusting. With over 4 million digital pixels, the display is uniquely suited for scientific and technical applications such as visualizing molecular structures or analyzing geological data. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Offering accurate, brilliant color performance, the Cinema HD delivers up to 16.7 million colors across a wide gamut allowing you to see subtle nuances between colors from soft pastels to rich jewel tones. A wide viewing angle ensures uniform color from edge to edge. Apple&#39;s ColorSync technology allows you to create custom profiles to maintain consistent color onscreen and in print. The result: You can confidently use this display in all your color-critical applications. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">Housed in a new aluminum design, the display has a very thin bezel that enhances visual accuracy. Each display features two FireWire 400 ports and two USB 2.0 ports, making attachment of desktop peripherals, such as iSight, iPod, digital and still cameras, hard drives, printers and scanners, even more accessible and convenient. Taking advantage of the much thinner and lighter footprint of an LCD, the new displays support the VESA (Video Electronics Standards Association) mounting interface standard. Customers with the optional Cinema Display VESA Mount Adapter kit gain the flexibility to mount their display in locations most appropriate for their work environment. <br />\r\n <br />\r\n </font><font face="Helvetica" size="2">The Cinema HD features a single cable design with elegant breakout for the USB 2.0, FireWire 400 and a pure digital connection using the industry standard Digital Video Interface (DVI) interface. The DVI connection allows for a direct pure-digital connection.<br />\r\n </font></font></p>\r\n<h3>\r\n Features:</h3>\r\n<p>\r\n Unrivaled display performance</p>\r\n<ul>\r\n <li>\r\n 30-inch (viewable) active-matrix liquid crystal display provides breathtaking image quality and vivid, richly saturated color.</li>\r\n <li>\r\n Support for 2560-by-1600 pixel resolution for display of high definition still and video imagery.</li>\r\n <li>\r\n Wide-format design for simultaneous display of two full pages of text and graphics.</li>\r\n <li>\r\n Industry standard DVI connector for direct attachment to Mac- and Windows-based desktops and notebooks</li>\r\n <li>\r\n Incredibly wide (170 degree) horizontal and vertical viewing angle for maximum visibility and color performance.</li>\r\n <li>\r\n Lightning-fast pixel response for full-motion digital video playback.</li>\r\n <li>\r\n Support for 16.7 million saturated colors, for use in all graphics-intensive applications.</li>\r\n</ul>\r\n<p>\r\n Simple setup and operation</p>\r\n<ul>\r\n <li>\r\n Single cable with elegant breakout for connection to DVI, USB and FireWire ports</li>\r\n <li>\r\n Built-in two-port USB 2.0 hub for easy connection of desktop peripheral devices.</li>\r\n <li>\r\n Two FireWire 400 ports to support iSight and other desktop peripherals</li>\r\n</ul>\r\n<p>\r\n Sleek, elegant design</p>\r\n<ul>\r\n <li>\r\n Huge virtual workspace, very small footprint.</li>\r\n <li>\r\n Narrow Bezel design to minimize visual impact of using dual displays</li>\r\n <li>\r\n Unique hinge design for effortless adjustment</li>\r\n <li>\r\n Support for VESA mounting solutions (Apple Cinema Display VESA Mount Adapter sold separately)</li>\r\n</ul>\r\n<h3>\r\n Technical specifications</h3>\r\n<p>\r\n <b>Screen size (diagonal viewable image size)</b></p>\r\n<ul>\r\n <li>\r\n Apple Cinema HD Display: 30 inches (29.7-inch viewable)</li>\r\n</ul>\r\n<p>\r\n <b>Screen type</b></p>\r\n<ul>\r\n <li>\r\n Thin film transistor (TFT) active-matrix liquid crystal display (AMLCD)</li>\r\n</ul>\r\n<p>\r\n <b>Resolutions</b></p>\r\n<ul>\r\n <li>\r\n 2560 x 1600 pixels (optimum resolution)</li>\r\n <li>\r\n 2048 x 1280</li>\r\n <li>\r\n 1920 x 1200</li>\r\n <li>\r\n 1280 x 800</li>\r\n <li>\r\n 1024 x 640</li>\r\n</ul>\r\n<p>\r\n <b>Display colors (maximum)</b></p>\r\n<ul>\r\n <li>\r\n 16.7 million</li>\r\n</ul>\r\n<p>\r\n <b>Viewing angle (typical)</b></p>\r\n<ul>\r\n <li>\r\n 170&deg; horizontal; 170&deg; vertical</li>\r\n</ul>\r\n<p>\r\n <b>Brightness (typical)</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 400 cd/m2</li>\r\n</ul>\r\n<p>\r\n <b>Contrast ratio (typical)</b></p>\r\n<ul>\r\n <li>\r\n 700:1</li>\r\n</ul>\r\n<p>\r\n <b>Response time (typical)</b></p>\r\n<ul>\r\n <li>\r\n 16 ms</li>\r\n</ul>\r\n<p>\r\n <b>Pixel pitch</b></p>\r\n<ul>\r\n <li>\r\n 30-inch Cinema HD Display: 0.250 mm</li>\r\n</ul>\r\n<p>\r\n <b>Screen treatment</b></p>\r\n<ul>\r\n <li>\r\n Antiglare hardcoat</li>\r\n</ul>\r\n<p>\r\n <b>User controls (hardware and software)</b></p>\r\n<ul>\r\n <li>\r\n Display Power,</li>\r\n <li>\r\n System sleep, wake</li>\r\n <li>\r\n Brightness</li>\r\n <li>\r\n Monitor tilt</li>\r\n</ul>\r\n<p>\r\n <b>Connectors and cables</b><br />\r\n Cable</p>\r\n<ul>\r\n <li>\r\n DVI (Digital Visual Interface)</li>\r\n <li>\r\n FireWire 400</li>\r\n <li>\r\n USB 2.0</li>\r\n <li>\r\n DC power (24 V)</li>\r\n</ul>\r\n<p>\r\n Connectors</p>\r\n<ul>\r\n <li>\r\n Two-port, self-powered USB 2.0 hub</li>\r\n <li>\r\n Two FireWire 400 ports</li>\r\n <li>\r\n Kensington security port</li>\r\n</ul>\r\n<p>\r\n <b>VESA mount adapter</b><br />\r\n Requires optional Cinema Display VESA Mount Adapter (M9649G/A)</p>\r\n<ul>\r\n <li>\r\n Compatible with VESA FDMI (MIS-D, 100, C) compliant mounting solutions</li>\r\n</ul>\r\n<p>\r\n <b>Electrical requirements</b></p>\r\n<ul>\r\n <li>\r\n Input voltage: 100-240 VAC 50-60Hz</li>\r\n <li>\r\n Maximum power when operating: 150W</li>\r\n <li>\r\n Energy saver mode: 3W or less</li>\r\n</ul>\r\n<p>\r\n <b>Environmental requirements</b></p>\r\n<ul>\r\n <li>\r\n Operating temperature: 50&deg; to 95&deg; F (10&deg; to 35&deg; C)</li>\r\n <li>\r\n Storage temperature: -40&deg; to 116&deg; F (-40&deg; to 47&deg; C)</li>\r\n <li>\r\n Operating humidity: 20% to 80% noncondensing</li>\r\n <li>\r\n Maximum operating altitude: 10,000 feet</li>\r\n</ul>\r\n<p>\r\n <b>Agency approvals</b></p>\r\n<ul>\r\n <li>\r\n FCC Part 15 Class B</li>\r\n <li>\r\n EN55022 Class B</li>\r\n <li>\r\n EN55024</li>\r\n <li>\r\n VCCI Class B</li>\r\n <li>\r\n AS/NZS 3548 Class B</li>\r\n <li>\r\n CNS 13438 Class B</li>\r\n <li>\r\n ICES-003 Class B</li>\r\n <li>\r\n ISO 13406 part 2</li>\r\n <li>\r\n MPR II</li>\r\n <li>\r\n IEC 60950</li>\r\n <li>\r\n UL 60950</li>\r\n <li>\r\n CSA 60950</li>\r\n <li>\r\n EN60950</li>\r\n <li>\r\n ENERGY STAR</li>\r\n <li>\r\n TCO &#39;03</li>\r\n</ul>\r\n<p>\r\n <b>Size and weight</b><br />\r\n 30-inch Apple Cinema HD Display</p>\r\n<ul>\r\n <li>\r\n Height: 21.3 inches (54.3 cm)</li>\r\n <li>\r\n Width: 27.2 inches (68.8 cm)</li>\r\n <li>\r\n Depth: 8.46 inches (21.5 cm)</li>\r\n <li>\r\n Weight: 27.5 pounds (12.5 kg)</li>\r\n</ul>\r\n<p>\r\n <b>System Requirements</b></p>\r\n<ul>\r\n <li>\r\n Mac Pro, all graphic options</li>\r\n <li>\r\n MacBook Pro</li>\r\n <li>\r\n Power Mac G5 (PCI-X) with ATI Radeon 9650 or better or NVIDIA GeForce 6800 GT DDL or better</li>\r\n <li>\r\n Power Mac G5 (PCI Express), all graphics options</li>\r\n <li>\r\n PowerBook G4 with dual-link DVI support</li>\r\n <li>\r\n Windows PC and graphics card that supports DVI ports with dual-link digital bandwidth and VESA DDC standard for plug-and-play setup</li>\r\n</ul>\r\n','','',''),(30,1,'Canon EOS 5D','<p>\r\n Canon\'s press material for the EOS 5D states that it \'defines (a) new D-SLR category\', while we\'re not typically too concerned with marketing talk this particular statement is clearly pretty accurate. The EOS 5D is unlike any previous digital SLR in that it combines a full-frame (35 mm sized) high resolution sensor (12.8 megapixels) with a relatively compact body (slightly larger than the EOS 20D, although in your hand it feels noticeably \'chunkier\'). The EOS 5D is aimed to slot in between the EOS 20D and the EOS-1D professional digital SLR\'s, an important difference when compared to the latter is that the EOS 5D doesn\'t have any environmental seals. While Canon don\'t specifically refer to the EOS 5D as a \'professional\' digital SLR it will have obvious appeal to professionals who want a high quality digital SLR in a body lighter than the EOS-1D. It will also no doubt appeal to current EOS 20D owners (although lets hope they\'ve not bought too many EF-S lenses...) äë</p>\r\n','','',''); /*!40000 ALTER TABLE `oc_product_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_discount` -- DROP TABLE IF EXISTS `oc_product_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_discount` ( `product_discount_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `quantity` int(4) NOT NULL default '0', `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_discount_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_discount` -- LOCK TABLES `oc_product_discount` WRITE; /*!40000 ALTER TABLE `oc_product_discount` DISABLE KEYS */; INSERT INTO `oc_product_discount` VALUES (440,42,1,30,1,'66.0000','0000-00-00','0000-00-00'),(439,42,1,20,1,'77.0000','0000-00-00','0000-00-00'),(438,42,1,10,1,'88.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_product_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_filter` -- DROP TABLE IF EXISTS `oc_product_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_filter` ( `product_id` int(11) NOT NULL, `filter_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`filter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_filter` -- LOCK TABLES `oc_product_filter` WRITE; /*!40000 ALTER TABLE `oc_product_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_image` -- DROP TABLE IF EXISTS `oc_product_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_image` ( `product_image_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `image` varchar(255) default NULL, `sort_order` int(3) NOT NULL default '0', PRIMARY KEY (`product_image_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2352 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_image` -- LOCK TABLES `oc_product_image` WRITE; /*!40000 ALTER TABLE `oc_product_image` DISABLE KEYS */; INSERT INTO `oc_product_image` VALUES (2345,30,'data/demo/canon_eos_5d_2.jpg',0),(2321,47,'data/demo/hp_3.jpg',0),(2035,28,'data/demo/htc_touch_hd_2.jpg',0),(2351,41,'data/demo/imac_3.jpg',0),(1982,40,'data/demo/iphone_6.jpg',0),(2001,36,'data/demo/ipod_nano_5.jpg',0),(2000,36,'data/demo/ipod_nano_4.jpg',0),(2005,34,'data/demo/ipod_shuffle_5.jpg',0),(2004,34,'data/demo/ipod_shuffle_4.jpg',0),(2011,32,'data/demo/ipod_touch_7.jpg',0),(2010,32,'data/demo/ipod_touch_6.jpg',0),(2009,32,'data/demo/ipod_touch_5.jpg',0),(1971,43,'data/demo/macbook_5.jpg',0),(1970,43,'data/demo/macbook_4.jpg',0),(1974,44,'data/demo/macbook_air_4.jpg',0),(1973,44,'data/demo/macbook_air_2.jpg',0),(1977,45,'data/demo/macbook_pro_2.jpg',0),(1976,45,'data/demo/macbook_pro_3.jpg',0),(1986,31,'data/demo/nikon_d300_3.jpg',0),(1985,31,'data/demo/nikon_d300_2.jpg',0),(1988,29,'data/demo/palm_treo_pro_3.jpg',0),(1995,46,'data/demo/sony_vaio_5.jpg',0),(1994,46,'data/demo/sony_vaio_4.jpg',0),(1991,48,'data/demo/ipod_classic_4.jpg',0),(1990,48,'data/demo/ipod_classic_3.jpg',0),(1981,40,'data/demo/iphone_2.jpg',0),(1980,40,'data/demo/iphone_5.jpg',0),(2344,30,'data/demo/canon_eos_5d_3.jpg',0),(2320,47,'data/demo/hp_2.jpg',0),(2034,28,'data/demo/htc_touch_hd_3.jpg',0),(2350,41,'data/demo/imac_2.jpg',0),(1979,40,'data/demo/iphone_3.jpg',0),(1978,40,'data/demo/iphone_4.jpg',0),(1989,48,'data/demo/ipod_classic_2.jpg',0),(1999,36,'data/demo/ipod_nano_2.jpg',0),(1998,36,'data/demo/ipod_nano_3.jpg',0),(2003,34,'data/demo/ipod_shuffle_2.jpg',0),(2002,34,'data/demo/ipod_shuffle_3.jpg',0),(2008,32,'data/demo/ipod_touch_2.jpg',0),(2007,32,'data/demo/ipod_touch_3.jpg',0),(2006,32,'data/demo/ipod_touch_4.jpg',0),(1969,43,'data/demo/macbook_2.jpg',0),(1968,43,'data/demo/macbook_3.jpg',0),(1972,44,'data/demo/macbook_air_3.jpg',0),(1975,45,'data/demo/macbook_pro_4.jpg',0),(1984,31,'data/demo/nikon_d300_4.jpg',0),(1983,31,'data/demo/nikon_d300_5.jpg',0),(1987,29,'data/demo/palm_treo_pro_2.jpg',0),(1993,46,'data/demo/sony_vaio_2.jpg',0),(1992,46,'data/demo/sony_vaio_3.jpg',0),(2327,49,'data/demo/samsung_tab_7.jpg',0),(2326,49,'data/demo/samsung_tab_6.jpg',0),(2325,49,'data/demo/samsung_tab_5.jpg',0),(2324,49,'data/demo/samsung_tab_4.jpg',0),(2323,49,'data/demo/samsung_tab_3.jpg',0),(2322,49,'data/demo/samsung_tab_2.jpg',0),(2317,42,'data/demo/canon_logo.jpg',0),(2316,42,'data/demo/hp_1.jpg',0),(2315,42,'data/demo/compaq_presario.jpg',0),(2314,42,'data/demo/canon_eos_5d_1.jpg',0),(2313,42,'data/demo/canon_eos_5d_2.jpg',0); /*!40000 ALTER TABLE `oc_product_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_option` -- DROP TABLE IF EXISTS `oc_product_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_option` ( `product_option_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value` text NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`product_option_id`) ) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_option` -- LOCK TABLES `oc_product_option` WRITE; /*!40000 ALTER TABLE `oc_product_option` DISABLE KEYS */; INSERT INTO `oc_product_option` VALUES (224,35,11,'',1),(225,47,12,'2011-04-22',1),(223,42,2,'',1),(217,42,5,'',1),(209,42,6,'',1),(218,42,1,'',1),(208,42,4,'test',1),(219,42,8,'2011-02-20',1),(222,42,7,'',1),(221,42,9,'22:25',1),(220,42,10,'2011-02-20 22:25',1),(226,30,5,'',1); /*!40000 ALTER TABLE `oc_product_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_option_value` -- DROP TABLE IF EXISTS `oc_product_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_option_value` ( `product_option_value_id` int(11) NOT NULL auto_increment, `product_option_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_value_id` int(11) NOT NULL, `quantity` int(3) NOT NULL, `subtract` tinyint(1) NOT NULL, `price` decimal(15,4) NOT NULL, `price_prefix` varchar(1) NOT NULL, `points` int(8) NOT NULL, `points_prefix` varchar(1) NOT NULL, `weight` decimal(15,8) NOT NULL, `weight_prefix` varchar(1) NOT NULL, PRIMARY KEY (`product_option_value_id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_option_value` -- LOCK TABLES `oc_product_option_value` WRITE; /*!40000 ALTER TABLE `oc_product_option_value` DISABLE KEYS */; INSERT INTO `oc_product_option_value` VALUES (1,217,42,5,41,100,0,'1.0000','+',0,'+','1.00000000','+'),(6,218,42,1,31,146,1,'20.0000','+',2,'-','20.00000000','+'),(7,218,42,1,43,300,1,'30.0000','+',3,'+','30.00000000','+'),(5,218,42,1,32,96,1,'10.0000','+',1,'+','10.00000000','+'),(4,217,42,5,39,92,1,'4.0000','+',0,'+','4.00000000','+'),(2,217,42,5,42,200,1,'2.0000','+',0,'+','2.00000000','+'),(3,217,42,5,40,300,0,'3.0000','+',0,'+','3.00000000','+'),(8,223,42,2,23,48,1,'10.0000','+',0,'+','10.00000000','+'),(10,223,42,2,44,2696,1,'30.0000','+',0,'+','30.00000000','+'),(9,223,42,2,24,194,1,'20.0000','+',0,'+','20.00000000','+'),(11,223,42,2,45,3998,1,'40.0000','+',0,'+','40.00000000','+'),(12,224,35,11,46,0,1,'5.0000','+',0,'+','0.00000000','+'),(13,224,35,11,47,10,1,'10.0000','+',0,'+','0.00000000','+'),(14,224,35,11,48,15,1,'15.0000','+',0,'+','0.00000000','+'),(16,226,30,5,40,5,1,'0.0000','+',0,'+','0.00000000','+'),(15,226,30,5,39,2,1,'0.0000','+',0,'+','0.00000000','+'); /*!40000 ALTER TABLE `oc_product_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_profile` -- DROP TABLE IF EXISTS `oc_product_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_profile` ( `product_id` int(11) NOT NULL, `profile_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`profile_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_profile` -- LOCK TABLES `oc_product_profile` WRITE; /*!40000 ALTER TABLE `oc_product_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_recurring` -- DROP TABLE IF EXISTS `oc_product_recurring`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_recurring` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_recurring` -- LOCK TABLES `oc_product_recurring` WRITE; /*!40000 ALTER TABLE `oc_product_recurring` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_recurring` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_related` -- DROP TABLE IF EXISTS `oc_product_related`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_related` ( `product_id` int(11) NOT NULL, `related_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`related_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_related` -- LOCK TABLES `oc_product_related` WRITE; /*!40000 ALTER TABLE `oc_product_related` DISABLE KEYS */; INSERT INTO `oc_product_related` VALUES (40,42),(41,42),(42,40),(42,41); /*!40000 ALTER TABLE `oc_product_related` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_reward` -- DROP TABLE IF EXISTS `oc_product_reward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_reward` ( `product_reward_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL default '0', `customer_group_id` int(11) NOT NULL default '0', `points` int(8) NOT NULL default '0', PRIMARY KEY (`product_reward_id`) ) ENGINE=MyISAM AUTO_INCREMENT=546 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_reward` -- LOCK TABLES `oc_product_reward` WRITE; /*!40000 ALTER TABLE `oc_product_reward` DISABLE KEYS */; INSERT INTO `oc_product_reward` VALUES (515,42,1,100),(519,47,1,300),(379,28,1,400),(329,43,1,600),(339,29,1,0),(343,48,1,0),(335,40,1,0),(539,30,1,200),(331,44,1,700),(333,45,1,800),(337,31,1,0),(425,35,1,0),(345,33,1,0),(347,46,1,0),(545,41,1,0),(351,36,1,0),(353,34,1,0),(355,32,1,0),(521,49,1,1000); /*!40000 ALTER TABLE `oc_product_reward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_special` -- DROP TABLE IF EXISTS `oc_product_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_special` ( `product_special_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, `priority` int(5) NOT NULL default '1', `price` decimal(15,4) NOT NULL default '0.0000', `date_start` date NOT NULL default '0000-00-00', `date_end` date NOT NULL default '0000-00-00', PRIMARY KEY (`product_special_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=440 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_special` -- LOCK TABLES `oc_product_special` WRITE; /*!40000 ALTER TABLE `oc_product_special` DISABLE KEYS */; INSERT INTO `oc_product_special` VALUES (419,42,1,1,'90.0000','0000-00-00','0000-00-00'),(439,30,1,2,'90.0000','0000-00-00','0000-00-00'),(438,30,1,1,'80.0000','0000-00-00','0000-00-00'); /*!40000 ALTER TABLE `oc_product_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_category` -- DROP TABLE IF EXISTS `oc_product_to_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_category` ( `product_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_category` -- LOCK TABLES `oc_product_to_category` WRITE; /*!40000 ALTER TABLE `oc_product_to_category` DISABLE KEYS */; INSERT INTO `oc_product_to_category` VALUES (28,20),(28,24),(29,20),(29,24),(30,20),(30,33),(31,33),(32,34),(33,20),(33,28),(34,34),(35,20),(36,34),(40,20),(40,24),(41,27),(42,20),(42,28),(43,18),(43,20),(44,18),(44,20),(45,18),(46,18),(46,20),(47,18),(47,20),(48,20),(48,34),(49,57); /*!40000 ALTER TABLE `oc_product_to_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_download` -- DROP TABLE IF EXISTS `oc_product_to_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_download` ( `product_id` int(11) NOT NULL, `download_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_download` -- LOCK TABLES `oc_product_to_download` WRITE; /*!40000 ALTER TABLE `oc_product_to_download` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_to_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_layout` -- DROP TABLE IF EXISTS `oc_product_to_layout`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_layout` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_layout` -- LOCK TABLES `oc_product_to_layout` WRITE; /*!40000 ALTER TABLE `oc_product_to_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_product_to_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_product_to_store` -- DROP TABLE IF EXISTS `oc_product_to_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_product_to_store` ( `product_id` int(11) NOT NULL, `store_id` int(11) NOT NULL default '0', PRIMARY KEY (`product_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_product_to_store` -- LOCK TABLES `oc_product_to_store` WRITE; /*!40000 ALTER TABLE `oc_product_to_store` DISABLE KEYS */; INSERT INTO `oc_product_to_store` VALUES (28,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(40,0),(41,0),(42,0),(43,0),(44,0),(45,0),(46,0),(47,0),(48,0),(49,0); /*!40000 ALTER TABLE `oc_product_to_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_profile` -- DROP TABLE IF EXISTS `oc_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_profile` ( `profile_id` int(11) NOT NULL auto_increment, `sort_order` int(11) NOT NULL, `status` tinyint(4) NOT NULL, `price` decimal(10,4) NOT NULL, `frequency` enum('day','week','semi_month','month','year') NOT NULL, `duration` int(10) unsigned NOT NULL, `cycle` int(10) unsigned NOT NULL, `trial_status` tinyint(4) NOT NULL, `trial_price` decimal(10,4) NOT NULL, `trial_frequency` enum('day','week','semi_month','month','year') NOT NULL, `trial_duration` int(10) unsigned NOT NULL, `trial_cycle` int(10) unsigned NOT NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_profile` -- LOCK TABLES `oc_profile` WRITE; /*!40000 ALTER TABLE `oc_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_profile_description` -- DROP TABLE IF EXISTS `oc_profile_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_profile_description` ( `profile_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`profile_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_profile_description` -- LOCK TABLES `oc_profile_description` WRITE; /*!40000 ALTER TABLE `oc_profile_description` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_profile_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return` -- DROP TABLE IF EXISTS `oc_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return` ( `return_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `telephone` varchar(32) NOT NULL, `product` varchar(255) NOT NULL, `model` varchar(64) NOT NULL, `quantity` int(4) NOT NULL, `opened` tinyint(1) NOT NULL, `return_reason_id` int(11) NOT NULL, `return_action_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `comment` text, `date_ordered` date NOT NULL, `date_added` datetime NOT NULL, `date_modified` datetime NOT NULL, PRIMARY KEY (`return_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return` -- LOCK TABLES `oc_return` WRITE; /*!40000 ALTER TABLE `oc_return` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_action` -- DROP TABLE IF EXISTS `oc_return_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_action` ( `return_action_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(64) NOT NULL, PRIMARY KEY (`return_action_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_action` -- LOCK TABLES `oc_return_action` WRITE; /*!40000 ALTER TABLE `oc_return_action` DISABLE KEYS */; INSERT INTO `oc_return_action` VALUES (1,1,'Refunded'),(2,1,'Credit Issued'),(3,1,'Replacement Sent'); /*!40000 ALTER TABLE `oc_return_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_history` -- DROP TABLE IF EXISTS `oc_return_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_history` ( `return_history_id` int(11) NOT NULL auto_increment, `return_id` int(11) NOT NULL, `return_status_id` int(11) NOT NULL, `notify` tinyint(1) NOT NULL, `comment` text NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`return_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_history` -- LOCK TABLES `oc_return_history` WRITE; /*!40000 ALTER TABLE `oc_return_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_return_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_reason` -- DROP TABLE IF EXISTS `oc_return_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_reason` ( `return_reason_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(128) NOT NULL, PRIMARY KEY (`return_reason_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_reason` -- LOCK TABLES `oc_return_reason` WRITE; /*!40000 ALTER TABLE `oc_return_reason` DISABLE KEYS */; INSERT INTO `oc_return_reason` VALUES (1,1,'Dead On Arrival'),(2,1,'Received Wrong Item'),(3,1,'Order Error'),(4,1,'Faulty, please supply details'),(5,1,'Other, please supply details'); /*!40000 ALTER TABLE `oc_return_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_return_status` -- DROP TABLE IF EXISTS `oc_return_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_return_status` ( `return_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, PRIMARY KEY (`return_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_return_status` -- LOCK TABLES `oc_return_status` WRITE; /*!40000 ALTER TABLE `oc_return_status` DISABLE KEYS */; INSERT INTO `oc_return_status` VALUES (1,1,'Pending'),(3,1,'Complete'),(2,1,'Awaiting Products'); /*!40000 ALTER TABLE `oc_return_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_review` -- DROP TABLE IF EXISTS `oc_review`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_review` ( `review_id` int(11) NOT NULL auto_increment, `product_id` int(11) NOT NULL, `customer_id` int(11) NOT NULL, `author` varchar(64) NOT NULL, `text` text NOT NULL, `rating` int(1) NOT NULL, `status` tinyint(1) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`review_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_review` -- LOCK TABLES `oc_review` WRITE; /*!40000 ALTER TABLE `oc_review` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_review` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_setting` -- DROP TABLE IF EXISTS `oc_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_setting` ( `setting_id` int(11) NOT NULL auto_increment, `store_id` int(11) NOT NULL default '0', `group` varchar(32) NOT NULL, `key` varchar(64) NOT NULL, `value` text NOT NULL, `serialized` tinyint(1) NOT NULL, PRIMARY KEY (`setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=134 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_setting` -- LOCK TABLES `oc_setting` WRITE; /*!40000 ALTER TABLE `oc_setting` DISABLE KEYS */; INSERT INTO `oc_setting` VALUES (1,0,'shipping','shipping_sort_order','3',0),(2,0,'sub_total','sub_total_sort_order','1',0),(3,0,'sub_total','sub_total_status','1',0),(4,0,'tax','tax_status','1',0),(5,0,'total','total_sort_order','9',0),(6,0,'total','total_status','1',0),(7,0,'tax','tax_sort_order','5',0),(8,0,'free_checkout','free_checkout_sort_order','1',0),(9,0,'cod','cod_sort_order','5',0),(10,0,'cod','cod_total','0.01',0),(11,0,'cod','cod_order_status_id','1',0),(12,0,'cod','cod_geo_zone_id','0',0),(13,0,'cod','cod_status','1',0),(14,0,'shipping','shipping_status','1',0),(15,0,'shipping','shipping_estimator','1',0),(16,0,'config','config_google_analytics','',0),(17,0,'config','config_error_filename','error.txt',0),(18,0,'config','config_error_log','1',0),(19,0,'config','config_error_display','1',0),(20,0,'config','config_compression','0',0),(133,0,'config','config_encryption','c9e19eaa9d28bb06872ee95a9cafcaca',0),(22,0,'config','config_maintenance','0',0),(23,0,'config','config_account_mail','0',0),(24,0,'config','config_alert_emails','',0),(25,0,'config','config_secure','0',0),(26,0,'config','config_seo_url','0',0),(27,0,'coupon','coupon_sort_order','4',0),(28,0,'coupon','coupon_status','1',0),(29,0,'config','config_alert_mail','0',0),(30,0,'config','config_smtp_username','',0),(31,0,'config','config_smtp_password','',0),(32,0,'config','config_smtp_port','25',0),(33,0,'config','config_smtp_timeout','5',0),(34,0,'flat','flat_sort_order','1',0),(35,0,'flat','flat_status','1',0),(36,0,'flat','flat_geo_zone_id','0',0),(37,0,'flat','flat_tax_class_id','9',0),(38,0,'carousel','carousel_module','a:1:{i:0;a:10:{s:9:\"banner_id\";s:1:\"8\";s:5:\"limit\";s:1:\"5\";s:6:\"scroll\";s:1:\"3\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:14:\"content_bottom\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:2:\"-1\";}}',1),(39,0,'featured','featured_product','43,40,42,49,46,47,28',0),(40,0,'featured','featured_module','a:1:{i:0;a:8:{s:5:\"limit\";s:1:\"6\";s:11:\"image_width\";s:2:\"80\";s:12:\"image_height\";s:2:\"80\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"2\";}}',1),(41,0,'flat','flat_cost','5.00',0),(42,0,'credit','credit_sort_order','7',0),(43,0,'credit','credit_status','1',0),(44,0,'config','config_smtp_host','',0),(45,0,'config','config_image_cart_height','47',0),(46,0,'config','config_mail_protocol','mail',0),(47,0,'config','config_mail_parameter','',0),(48,0,'config','config_image_wishlist_height','47',0),(49,0,'config','config_image_cart_width','47',0),(50,0,'config','config_image_wishlist_width','47',0),(51,0,'config','config_image_compare_height','90',0),(52,0,'config','config_image_compare_width','90',0),(53,0,'reward','reward_sort_order','2',0),(54,0,'reward','reward_status','1',0),(55,0,'config','config_image_related_height','80',0),(56,0,'affiliate','affiliate_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:2:\"10\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(57,0,'category','category_module','a:2:{i:0;a:5:{s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}i:1;a:5:{s:9:\"layout_id\";s:1:\"2\";s:8:\"position\";s:11:\"column_left\";s:5:\"count\";s:1:\"0\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(58,0,'config','config_image_related_width','80',0),(59,0,'config','config_image_additional_height','74',0),(60,0,'account','account_module','a:1:{i:0;a:4:{s:9:\"layout_id\";s:1:\"6\";s:8:\"position\";s:12:\"column_right\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(61,0,'config','config_image_additional_width','74',0),(62,0,'config','config_image_manufacturer_height','80',0),(63,0,'config','config_image_manufacturer_width','80',0),(64,0,'config','config_image_category_height','80',0),(65,0,'config','config_image_category_width','80',0),(66,0,'config','config_image_product_height','80',0),(67,0,'config','config_image_product_width','80',0),(68,0,'config','config_image_popup_height','500',0),(69,0,'config','config_image_popup_width','500',0),(70,0,'config','config_image_thumb_height','228',0),(71,0,'config','config_image_thumb_width','228',0),(72,0,'config','config_icon','data/cart.png',0),(73,0,'config','config_logo','data/logo.png',0),(74,0,'config','config_cart_weight','1',0),(75,0,'config','config_upload_allowed','jpg, JPG, jpeg, gif, png, txt',0),(76,0,'config','config_file_extension_allowed','txt\r\npng\r\njpe\r\njpeg\r\njpg\r\ngif\r\nbmp\r\nico\r\ntiff\r\ntif\r\nsvg\r\nsvgz\r\nzip\r\nrar\r\nmsi\r\ncab\r\nmp3\r\nqt\r\nmov\r\npdf\r\npsd\r\nai\r\neps\r\nps\r\ndoc\r\nrtf\r\nxls\r\nppt\r\nodt\r\nods',0),(77,0,'config','config_file_mime_allowed','text/plain\r\nimage/png\r\nimage/jpeg\r\nimage/jpeg\r\nimage/jpeg\r\nimage/gif\r\nimage/bmp\r\nimage/vnd.microsoft.icon\r\nimage/tiff\r\nimage/tiff\r\nimage/svg+xml\r\nimage/svg+xml\r\napplication/zip\r\napplication/x-rar-compressed\r\napplication/x-msdownload\r\napplication/vnd.ms-cab-compressed\r\naudio/mpeg\r\nvideo/quicktime\r\nvideo/quicktime\r\napplication/pdf\r\nimage/vnd.adobe.photoshop\r\napplication/postscript\r\napplication/postscript\r\napplication/postscript\r\napplication/msword\r\napplication/rtf\r\napplication/vnd.ms-excel\r\napplication/vnd.ms-powerpoint\r\napplication/vnd.oasis.opendocument.text\r\napplication/vnd.oasis.opendocument.spreadsheet',0),(78,0,'config','config_review_status','1',0),(79,0,'config','config_download','1',0),(80,0,'config','config_return_status_id','2',0),(81,0,'config','config_complete_status_id','5',0),(82,0,'config','config_order_status_id','1',0),(83,0,'config','config_stock_status_id','5',0),(84,0,'config','config_stock_checkout','0',0),(85,0,'config','config_stock_warning','0',0),(86,0,'config','config_stock_display','0',0),(87,0,'config','config_commission','5',0),(88,0,'config','config_affiliate_id','4',0),(89,0,'config','config_checkout_id','5',0),(90,0,'config','config_guest_checkout','1',0),(91,0,'config','config_account_id','3',0),(92,0,'config','config_customer_price','0',0),(93,0,'config','config_customer_group_id','1',0),(94,0,'voucher','voucher_sort_order','8',0),(95,0,'voucher','voucher_status','1',0),(96,0,'config','config_length_class_id','1',0),(97,0,'config','config_invoice_prefix','INV-2013-00',0),(98,0,'config','config_tax','1',0),(99,0,'config','config_tax_customer','shipping',0),(100,0,'config','config_tax_default','shipping',0),(101,0,'config','config_admin_limit','20',0),(102,0,'config','config_catalog_limit','15',0),(103,0,'free_checkout','free_checkout_status','1',0),(104,0,'free_checkout','free_checkout_order_status_id','1',0),(105,0,'config','config_weight_class_id','1',0),(106,0,'config','config_currency_auto','1',0),(107,0,'config','config_currency','USD',0),(108,0,'slideshow','slideshow_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"7\";s:5:\"width\";s:3:\"980\";s:6:\"height\";s:3:\"280\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"1\";s:8:\"position\";s:11:\"content_top\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"1\";}}',1),(109,0,'banner','banner_module','a:1:{i:0;a:8:{s:9:\"banner_id\";s:1:\"6\";s:5:\"width\";s:3:\"182\";s:6:\"height\";s:3:\"182\";s:11:\"resize_type\";s:7:\"default\";s:9:\"layout_id\";s:1:\"3\";s:8:\"position\";s:11:\"column_left\";s:6:\"status\";s:1:\"1\";s:10:\"sort_order\";s:1:\"3\";}}',1),(110,0,'config','config_name','Your Store',0),(111,0,'config','config_owner','Your Name',0),(112,0,'config','config_address','Address 1',0),(131,0,'config','config_email','convictcartel@yahoo.com',0),(114,0,'config','config_telephone','123456789',0),(115,0,'config','config_fax','',0),(116,0,'config','config_title','Your Store',0),(117,0,'config','config_meta_description','My Store',0),(118,0,'config','config_template','default',0),(119,0,'config','config_layout_id','4',0),(120,0,'config','config_country_id','222',0),(121,0,'config','config_zone_id','3563',0),(122,0,'config','config_language','en',0),(123,0,'config','config_admin_language','en',0),(124,0,'config','config_order_edit','100',0),(125,0,'config','config_voucher_min','1',0),(126,0,'config','config_voucher_max','1000',0),(127,0,'config','config_customer_group_display','a:1:{i:0;s:1:\"1\";}',1),(128,0,'config','config_robots','abot\r\ndbot\r\nebot\r\nhbot\r\nkbot\r\nlbot\r\nmbot\r\nnbot\r\nobot\r\npbot\r\nrbot\r\nsbot\r\ntbot\r\nvbot\r\nybot\r\nzbot\r\nbot.\r\nbot/\r\n_bot\r\n.bot\r\n/bot\r\n-bot\r\n:bot\r\n(bot\r\ncrawl\r\nslurp\r\nspider\r\nseek\r\naccoona\r\nacoon\r\nadressendeutschland\r\nah-ha.com\r\nahoy\r\naltavista\r\nananzi\r\nanthill\r\nappie\r\narachnophilia\r\narale\r\naraneo\r\naranha\r\narchitext\r\naretha\r\narks\r\nasterias\r\natlocal\r\natn\r\natomz\r\naugurfind\r\nbackrub\r\nbannana_bot\r\nbaypup\r\nbdfetch\r\nbig brother\r\nbiglotron\r\nbjaaland\r\nblackwidow\r\nblaiz\r\nblog\r\nblo.\r\nbloodhound\r\nboitho\r\nbooch\r\nbradley\r\nbutterfly\r\ncalif\r\ncassandra\r\nccubee\r\ncfetch\r\ncharlotte\r\nchurl\r\ncienciaficcion\r\ncmc\r\ncollective\r\ncomagent\r\ncombine\r\ncomputingsite\r\ncsci\r\ncurl\r\ncusco\r\ndaumoa\r\ndeepindex\r\ndelorie\r\ndepspid\r\ndeweb\r\ndie blinde kuh\r\ndigger\r\nditto\r\ndmoz\r\ndocomo\r\ndownload express\r\ndtaagent\r\ndwcp\r\nebiness\r\nebingbong\r\ne-collector\r\nejupiter\r\nemacs-w3 search engine\r\nesther\r\nevliya celebi\r\nezresult\r\nfalcon\r\nfelix ide\r\nferret\r\nfetchrover\r\nfido\r\nfindlinks\r\nfireball\r\nfish search\r\nfouineur\r\nfunnelweb\r\ngazz\r\ngcreep\r\ngenieknows\r\ngetterroboplus\r\ngeturl\r\nglx\r\ngoforit\r\ngolem\r\ngrabber\r\ngrapnel\r\ngralon\r\ngriffon\r\ngromit\r\ngrub\r\ngulliver\r\nhamahakki\r\nharvest\r\nhavindex\r\nhelix\r\nheritrix\r\nhku www octopus\r\nhomerweb\r\nhtdig\r\nhtml index\r\nhtml_analyzer\r\nhtmlgobble\r\nhubater\r\nhyper-decontextualizer\r\nia_archiver\r\nibm_planetwide\r\nichiro\r\niconsurf\r\niltrovatore\r\nimage.kapsi.net\r\nimagelock\r\nincywincy\r\nindexer\r\ninfobee\r\ninformant\r\ningrid\r\ninktomisearch.com\r\ninspector web\r\nintelliagent\r\ninternet shinchakubin\r\nip3000\r\niron33\r\nisraeli-search\r\nivia\r\njack\r\njakarta\r\njavabee\r\njetbot\r\njumpstation\r\nkatipo\r\nkdd-explorer\r\nkilroy\r\nknowledge\r\nkototoi\r\nkretrieve\r\nlabelgrabber\r\nlachesis\r\nlarbin\r\nlegs\r\nlibwww\r\nlinkalarm\r\nlink validator\r\nlinkscan\r\nlockon\r\nlwp\r\nlycos\r\nmagpie\r\nmantraagent\r\nmapoftheinternet\r\nmarvin/\r\nmattie\r\nmediafox\r\nmediapartners\r\nmercator\r\nmerzscope\r\nmicrosoft url control\r\nminirank\r\nmiva\r\nmj12\r\nmnogosearch\r\nmoget\r\nmonster\r\nmoose\r\nmotor\r\nmultitext\r\nmuncher\r\nmuscatferret\r\nmwd.search\r\nmyweb\r\nnajdi\r\nnameprotect\r\nnationaldirectory\r\nnazilla\r\nncsa beta\r\nnec-meshexplorer\r\nnederland.zoek\r\nnetcarta webmap engine\r\nnetmechanic\r\nnetresearchserver\r\nnetscoop\r\nnewscan-online\r\nnhse\r\nnokia6682/\r\nnomad\r\nnoyona\r\nnutch\r\nnzexplorer\r\nobjectssearch\r\noccam\r\nomni\r\nopen text\r\nopenfind\r\nopenintelligencedata\r\norb search\r\nosis-project\r\npack rat\r\npageboy\r\npagebull\r\npage_verifier\r\npanscient\r\nparasite\r\npartnersite\r\npatric\r\npear.\r\npegasus\r\nperegrinator\r\npgp key agent\r\nphantom\r\nphpdig\r\npicosearch\r\npiltdownman\r\npimptrain\r\npinpoint\r\npioneer\r\npiranha\r\nplumtreewebaccessor\r\npogodak\r\npoirot\r\npompos\r\npoppelsdorf\r\npoppi\r\npopular iconoclast\r\npsycheclone\r\npublisher\r\npython\r\nrambler\r\nraven search\r\nroach\r\nroad runner\r\nroadhouse\r\nrobbie\r\nrobofox\r\nrobozilla\r\nrules\r\nsalty\r\nsbider\r\nscooter\r\nscoutjet\r\nscrubby\r\nsearch.\r\nsearchprocess\r\nsemanticdiscovery\r\nsenrigan\r\nsg-scout\r\nshai\'hulud\r\nshark\r\nshopwiki\r\nsidewinder\r\nsift\r\nsilk\r\nsimmany\r\nsite searcher\r\nsite valet\r\nsitetech-rover\r\nskymob.com\r\nsleek\r\nsmartwit\r\nsna-\r\nsnappy\r\nsnooper\r\nsohu\r\nspeedfind\r\nsphere\r\nsphider\r\nspinner\r\nspyder\r\nsteeler/\r\nsuke\r\nsuntek\r\nsupersnooper\r\nsurfnomore\r\nsven\r\nsygol\r\nszukacz\r\ntach black widow\r\ntarantula\r\ntempleton\r\n/teoma\r\nt-h-u-n-d-e-r-s-t-o-n-e\r\ntheophrastus\r\ntitan\r\ntitin\r\ntkwww\r\ntoutatis\r\nt-rex\r\ntutorgig\r\ntwiceler\r\ntwisted\r\nucsd\r\nudmsearch\r\nurl check\r\nupdated\r\nvagabondo\r\nvalkyrie\r\nverticrawl\r\nvictoria\r\nvision-search\r\nvolcano\r\nvoyager/\r\nvoyager-hc\r\nw3c_validator\r\nw3m2\r\nw3mir\r\nwalker\r\nwallpaper\r\nwanderer\r\nwauuu\r\nwavefire\r\nweb core\r\nweb hopper\r\nweb wombat\r\nwebbandit\r\nwebcatcher\r\nwebcopy\r\nwebfoot\r\nweblayers\r\nweblinker\r\nweblog monitor\r\nwebmirror\r\nwebmonkey\r\nwebquest\r\nwebreaper\r\nwebsitepulse\r\nwebsnarf\r\nwebstolperer\r\nwebvac\r\nwebwalk\r\nwebwatch\r\nwebwombat\r\nwebzinger\r\nwhizbang\r\nwhowhere\r\nwild ferret\r\nworldlight\r\nwwwc\r\nwwwster\r\nxenu\r\nxget\r\nxift\r\nxirq\r\nyandex\r\nyanga\r\nyeti\r\nyodao\r\nzao\r\nzippp\r\nzyborg',0),(129,0,'config','config_password','1',0),(130,0,'config','config_product_count','1',0),(132,0,'config','config_url','http://convictcartel.com/opencart/',0); /*!40000 ALTER TABLE `oc_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_stock_status` -- DROP TABLE IF EXISTS `oc_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_stock_status` ( `stock_status_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`stock_status_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_stock_status` -- LOCK TABLES `oc_stock_status` WRITE; /*!40000 ALTER TABLE `oc_stock_status` DISABLE KEYS */; INSERT INTO `oc_stock_status` VALUES (7,1,'In Stock'),(8,1,'Pre-Order'),(5,1,'Out Of Stock'),(6,1,'2 - 3 Days'); /*!40000 ALTER TABLE `oc_stock_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_store` -- DROP TABLE IF EXISTS `oc_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_store` ( `store_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `url` varchar(255) NOT NULL, `ssl` varchar(255) NOT NULL, PRIMARY KEY (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_store` -- LOCK TABLES `oc_store` WRITE; /*!40000 ALTER TABLE `oc_store` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_class` -- DROP TABLE IF EXISTS `oc_tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_class` -- LOCK TABLES `oc_tax_class` WRITE; /*!40000 ALTER TABLE `oc_tax_class` DISABLE KEYS */; INSERT INTO `oc_tax_class` VALUES (9,'Taxable Goods','Taxed Stuff','2009-01-06 23:21:53','2011-09-23 14:07:50'),(10,'Downloadable Products','Downloadable','2011-09-21 22:19:39','2011-09-22 10:27:36'); /*!40000 ALTER TABLE `oc_tax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rate` -- DROP TABLE IF EXISTS `oc_tax_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rate` ( `tax_rate_id` int(11) NOT NULL auto_increment, `geo_zone_id` int(11) NOT NULL default '0', `name` varchar(32) NOT NULL, `rate` decimal(15,4) NOT NULL default '0.0000', `type` char(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`tax_rate_id`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rate` -- LOCK TABLES `oc_tax_rate` WRITE; /*!40000 ALTER TABLE `oc_tax_rate` DISABLE KEYS */; INSERT INTO `oc_tax_rate` VALUES (86,3,'VAT (17.5%)','17.5000','P','2011-03-09 21:17:10','2011-09-22 22:24:29'),(87,3,'Eco Tax (-2.00)','2.0000','F','2011-09-21 21:49:23','2011-09-23 00:40:19'); /*!40000 ALTER TABLE `oc_tax_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rate_to_customer_group` -- DROP TABLE IF EXISTS `oc_tax_rate_to_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rate_to_customer_group` ( `tax_rate_id` int(11) NOT NULL, `customer_group_id` int(11) NOT NULL, PRIMARY KEY (`tax_rate_id`,`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rate_to_customer_group` -- LOCK TABLES `oc_tax_rate_to_customer_group` WRITE; /*!40000 ALTER TABLE `oc_tax_rate_to_customer_group` DISABLE KEYS */; INSERT INTO `oc_tax_rate_to_customer_group` VALUES (86,1),(87,1); /*!40000 ALTER TABLE `oc_tax_rate_to_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_tax_rule` -- DROP TABLE IF EXISTS `oc_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_tax_rule` ( `tax_rule_id` int(11) NOT NULL auto_increment, `tax_class_id` int(11) NOT NULL, `tax_rate_id` int(11) NOT NULL, `based` varchar(10) NOT NULL, `priority` int(5) NOT NULL default '1', PRIMARY KEY (`tax_rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_tax_rule` -- LOCK TABLES `oc_tax_rule` WRITE; /*!40000 ALTER TABLE `oc_tax_rule` DISABLE KEYS */; INSERT INTO `oc_tax_rule` VALUES (121,10,86,'payment',1),(120,10,87,'store',0),(128,9,86,'shipping',1),(127,9,87,'shipping',2); /*!40000 ALTER TABLE `oc_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_url_alias` -- DROP TABLE IF EXISTS `oc_url_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_url_alias` ( `url_alias_id` int(11) NOT NULL auto_increment, `query` varchar(255) NOT NULL, `keyword` varchar(255) NOT NULL, PRIMARY KEY (`url_alias_id`) ) ENGINE=MyISAM AUTO_INCREMENT=774 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_url_alias` -- LOCK TABLES `oc_url_alias` WRITE; /*!40000 ALTER TABLE `oc_url_alias` DISABLE KEYS */; INSERT INTO `oc_url_alias` VALUES (704,'product_id=48','ipod_classic'),(773,'category_id=20','desktops'),(503,'category_id=26','pc'),(505,'category_id=27','mac'),(730,'manufacturer_id=8','apple'),(772,'information_id=4','about_us'),(768,'product_id=42','test'),(767,'category_id=34','mp3-players'),(536,'category_id=36','Normal'); /*!40000 ALTER TABLE `oc_url_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_user` -- DROP TABLE IF EXISTS `oc_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_user` ( `user_id` int(11) NOT NULL auto_increment, `user_group_id` int(11) NOT NULL, `username` varchar(20) NOT NULL, `password` varchar(40) NOT NULL, `salt` varchar(9) NOT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(96) NOT NULL, `code` varchar(40) NOT NULL, `ip` varchar(40) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_user` -- LOCK TABLES `oc_user` WRITE; /*!40000 ALTER TABLE `oc_user` DISABLE KEYS */; INSERT INTO `oc_user` VALUES (1,1,'admin','34e2c4546fe249886a85b7389ec82c437b858bf1','20e28e5be','','','convictcartel@yahoo.com','','',1,'2013-09-16 14:43:50'); /*!40000 ALTER TABLE `oc_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_user_group` -- DROP TABLE IF EXISTS `oc_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_user_group` ( `user_group_id` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `permission` text NOT NULL, PRIMARY KEY (`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_user_group` -- LOCK TABLES `oc_user_group` WRITE; /*!40000 ALTER TABLE `oc_user_group` DISABLE KEYS */; INSERT INTO `oc_user_group` VALUES (1,'Top Administrator','a:2:{s:6:\"access\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}s:6:\"modify\";a:148:{i:0;s:14:\"amazon/listing\";i:1;s:14:\"amazon/product\";i:2;s:16:\"amazonus/listing\";i:3;s:16:\"amazonus/product\";i:4;s:17:\"catalog/attribute\";i:5;s:23:\"catalog/attribute_group\";i:6;s:16:\"catalog/category\";i:7;s:16:\"catalog/download\";i:8;s:14:\"catalog/filter\";i:9;s:19:\"catalog/information\";i:10;s:20:\"catalog/manufacturer\";i:11;s:14:\"catalog/option\";i:12;s:15:\"catalog/product\";i:13;s:15:\"catalog/profile\";i:14;s:14:\"catalog/review\";i:15;s:18:\"common/filemanager\";i:16;s:13:\"design/banner\";i:17;s:19:\"design/custom_field\";i:18;s:13:\"design/layout\";i:19;s:12:\"ebay/profile\";i:20;s:13:\"ebay/template\";i:21;s:14:\"extension/feed\";i:22;s:17:\"extension/manager\";i:23;s:16:\"extension/module\";i:24;s:17:\"extension/openbay\";i:25;s:17:\"extension/payment\";i:26;s:18:\"extension/shipping\";i:27;s:15:\"extension/total\";i:28;s:16:\"feed/google_base\";i:29;s:19:\"feed/google_sitemap\";i:30;s:20:\"localisation/country\";i:31;s:21:\"localisation/currency\";i:32;s:21:\"localisation/geo_zone\";i:33;s:21:\"localisation/language\";i:34;s:25:\"localisation/length_class\";i:35;s:25:\"localisation/order_status\";i:36;s:26:\"localisation/return_action\";i:37;s:26:\"localisation/return_reason\";i:38;s:26:\"localisation/return_status\";i:39;s:25:\"localisation/stock_status\";i:40;s:22:\"localisation/tax_class\";i:41;s:21:\"localisation/tax_rate\";i:42;s:25:\"localisation/weight_class\";i:43;s:17:\"localisation/zone\";i:44;s:14:\"module/account\";i:45;s:16:\"module/affiliate\";i:46;s:29:\"module/amazon_checkout_layout\";i:47;s:13:\"module/banner\";i:48;s:17:\"module/bestseller\";i:49;s:15:\"module/carousel\";i:50;s:15:\"module/category\";i:51;s:18:\"module/ebaydisplay\";i:52;s:15:\"module/featured\";i:53;s:13:\"module/filter\";i:54;s:18:\"module/google_talk\";i:55;s:18:\"module/information\";i:56;s:13:\"module/latest\";i:57;s:16:\"module/pp_layout\";i:58;s:16:\"module/slideshow\";i:59;s:14:\"module/special\";i:60;s:12:\"module/store\";i:61;s:14:\"module/welcome\";i:62;s:14:\"openbay/amazon\";i:63;s:16:\"openbay/amazonus\";i:64;s:15:\"openbay/openbay\";i:65;s:12:\"openbay/play\";i:66;s:23:\"payment/amazon_checkout\";i:67;s:24:\"payment/authorizenet_aim\";i:68;s:21:\"payment/bank_transfer\";i:69;s:14:\"payment/cheque\";i:70;s:11:\"payment/cod\";i:71;s:21:\"payment/free_checkout\";i:72;s:22:\"payment/klarna_account\";i:73;s:22:\"payment/klarna_invoice\";i:74;s:14:\"payment/liqpay\";i:75;s:20:\"payment/moneybookers\";i:76;s:14:\"payment/nochex\";i:77;s:15:\"payment/paymate\";i:78;s:16:\"payment/paypoint\";i:79;s:13:\"payment/payza\";i:80;s:26:\"payment/perpetual_payments\";i:81;s:18:\"payment/pp_express\";i:82;s:25:\"payment/pp_payflow_iframe\";i:83;s:14:\"payment/pp_pro\";i:84;s:21:\"payment/pp_pro_iframe\";i:85;s:17:\"payment/pp_pro_pf\";i:86;s:17:\"payment/pp_pro_uk\";i:87;s:19:\"payment/pp_standard\";i:88;s:15:\"payment/sagepay\";i:89;s:22:\"payment/sagepay_direct\";i:90;s:18:\"payment/sagepay_us\";i:91;s:19:\"payment/twocheckout\";i:92;s:28:\"payment/web_payment_software\";i:93;s:16:\"payment/worldpay\";i:94;s:10:\"play/order\";i:95;s:12:\"play/product\";i:96;s:27:\"report/affiliate_commission\";i:97;s:22:\"report/customer_credit\";i:98;s:22:\"report/customer_online\";i:99;s:21:\"report/customer_order\";i:100;s:22:\"report/customer_reward\";i:101;s:24:\"report/product_purchased\";i:102;s:21:\"report/product_viewed\";i:103;s:18:\"report/sale_coupon\";i:104;s:17:\"report/sale_order\";i:105;s:18:\"report/sale_return\";i:106;s:20:\"report/sale_shipping\";i:107;s:15:\"report/sale_tax\";i:108;s:14:\"sale/affiliate\";i:109;s:12:\"sale/contact\";i:110;s:11:\"sale/coupon\";i:111;s:13:\"sale/customer\";i:112;s:20:\"sale/customer_ban_ip\";i:113;s:19:\"sale/customer_group\";i:114;s:10:\"sale/order\";i:115;s:14:\"sale/recurring\";i:116;s:11:\"sale/return\";i:117;s:12:\"sale/voucher\";i:118;s:18:\"sale/voucher_theme\";i:119;s:15:\"setting/setting\";i:120;s:13:\"setting/store\";i:121;s:16:\"shipping/auspost\";i:122;s:17:\"shipping/citylink\";i:123;s:14:\"shipping/fedex\";i:124;s:13:\"shipping/flat\";i:125;s:13:\"shipping/free\";i:126;s:13:\"shipping/item\";i:127;s:23:\"shipping/parcelforce_48\";i:128;s:15:\"shipping/pickup\";i:129;s:19:\"shipping/royal_mail\";i:130;s:12:\"shipping/ups\";i:131;s:13:\"shipping/usps\";i:132;s:15:\"shipping/weight\";i:133;s:11:\"tool/backup\";i:134;s:14:\"tool/error_log\";i:135;s:12:\"total/coupon\";i:136;s:12:\"total/credit\";i:137;s:14:\"total/handling\";i:138;s:16:\"total/klarna_fee\";i:139;s:19:\"total/low_order_fee\";i:140;s:12:\"total/reward\";i:141;s:14:\"total/shipping\";i:142;s:15:\"total/sub_total\";i:143;s:9:\"total/tax\";i:144;s:11:\"total/total\";i:145;s:13:\"total/voucher\";i:146;s:9:\"user/user\";i:147;s:20:\"user/user_permission\";}}'),(10,'Demonstration',''); /*!40000 ALTER TABLE `oc_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher` -- DROP TABLE IF EXISTS `oc_voucher`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher` ( `voucher_id` int(11) NOT NULL auto_increment, `order_id` int(11) NOT NULL, `code` varchar(10) NOT NULL, `from_name` varchar(64) NOT NULL, `from_email` varchar(96) NOT NULL, `to_name` varchar(64) NOT NULL, `to_email` varchar(96) NOT NULL, `voucher_theme_id` int(11) NOT NULL, `message` text NOT NULL, `amount` decimal(15,4) NOT NULL, `status` tinyint(1) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`voucher_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher` -- LOCK TABLES `oc_voucher` WRITE; /*!40000 ALTER TABLE `oc_voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_history` -- DROP TABLE IF EXISTS `oc_voucher_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_history` ( `voucher_history_id` int(11) NOT NULL auto_increment, `voucher_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `amount` decimal(15,4) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`voucher_history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_history` -- LOCK TABLES `oc_voucher_history` WRITE; /*!40000 ALTER TABLE `oc_voucher_history` DISABLE KEYS */; /*!40000 ALTER TABLE `oc_voucher_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_theme` -- DROP TABLE IF EXISTS `oc_voucher_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_theme` ( `voucher_theme_id` int(11) NOT NULL auto_increment, `image` varchar(255) NOT NULL, PRIMARY KEY (`voucher_theme_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_theme` -- LOCK TABLES `oc_voucher_theme` WRITE; /*!40000 ALTER TABLE `oc_voucher_theme` DISABLE KEYS */; INSERT INTO `oc_voucher_theme` VALUES (8,'data/demo/canon_eos_5d_2.jpg'),(7,'data/demo/gift-voucher-birthday.jpg'),(6,'data/demo/apple_logo.jpg'); /*!40000 ALTER TABLE `oc_voucher_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_voucher_theme_description` -- DROP TABLE IF EXISTS `oc_voucher_theme_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_voucher_theme_description` ( `voucher_theme_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`voucher_theme_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_voucher_theme_description` -- LOCK TABLES `oc_voucher_theme_description` WRITE; /*!40000 ALTER TABLE `oc_voucher_theme_description` DISABLE KEYS */; INSERT INTO `oc_voucher_theme_description` VALUES (6,1,'Christmas'),(7,1,'Birthday'),(8,1,'General'); /*!40000 ALTER TABLE `oc_voucher_theme_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_weight_class` -- DROP TABLE IF EXISTS `oc_weight_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_weight_class` ( `weight_class_id` int(11) NOT NULL auto_increment, `value` decimal(15,8) NOT NULL default '0.00000000', PRIMARY KEY (`weight_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_weight_class` -- LOCK TABLES `oc_weight_class` WRITE; /*!40000 ALTER TABLE `oc_weight_class` DISABLE KEYS */; INSERT INTO `oc_weight_class` VALUES (1,'1.00000000'),(2,'1000.00000000'),(5,'2.20460000'),(6,'35.27400000'); /*!40000 ALTER TABLE `oc_weight_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_weight_class_description` -- DROP TABLE IF EXISTS `oc_weight_class_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_weight_class_description` ( `weight_class_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL, `title` varchar(32) NOT NULL, `unit` varchar(4) NOT NULL, PRIMARY KEY (`weight_class_id`,`language_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_weight_class_description` -- LOCK TABLES `oc_weight_class_description` WRITE; /*!40000 ALTER TABLE `oc_weight_class_description` DISABLE KEYS */; INSERT INTO `oc_weight_class_description` VALUES (1,1,'Kilogram','kg'),(2,1,'Gram','g'),(5,1,'Pound ','lb'),(6,1,'Ounce','oz'); /*!40000 ALTER TABLE `oc_weight_class_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_zone` -- DROP TABLE IF EXISTS `oc_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_zone` ( `zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `name` varchar(128) NOT NULL, `code` varchar(32) NOT NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4033 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_zone` -- LOCK TABLES `oc_zone` WRITE; /*!40000 ALTER TABLE `oc_zone` DISABLE KEYS */; INSERT INTO `oc_zone` VALUES (1,1,'Badakhshan','BDS',1),(2,1,'Badghis','BDG',1),(3,1,'Baghlan','BGL',1),(4,1,'Balkh','BAL',1),(5,1,'Bamian','BAM',1),(6,1,'Farah','FRA',1),(7,1,'Faryab','FYB',1),(8,1,'Ghazni','GHA',1),(9,1,'Ghowr','GHO',1),(10,1,'Helmand','HEL',1),(11,1,'Herat','HER',1),(12,1,'Jowzjan','JOW',1),(13,1,'Kabul','KAB',1),(14,1,'Kandahar','KAN',1),(15,1,'Kapisa','KAP',1),(16,1,'Khost','KHO',1),(17,1,'Konar','KNR',1),(18,1,'Kondoz','KDZ',1),(19,1,'Laghman','LAG',1),(20,1,'Lowgar','LOW',1),(21,1,'Nangrahar','NAN',1),(22,1,'Nimruz','NIM',1),(23,1,'Nurestan','NUR',1),(24,1,'Oruzgan','ORU',1),(25,1,'Paktia','PIA',1),(26,1,'Paktika','PKA',1),(27,1,'Parwan','PAR',1),(28,1,'Samangan','SAM',1),(29,1,'Sar-e Pol','SAR',1),(30,1,'Takhar','TAK',1),(31,1,'Wardak','WAR',1),(32,1,'Zabol','ZAB',1),(33,2,'Berat','BR',1),(34,2,'Bulqize','BU',1),(35,2,'Delvine','DL',1),(36,2,'Devoll','DV',1),(37,2,'Diber','DI',1),(38,2,'Durres','DR',1),(39,2,'Elbasan','EL',1),(40,2,'Kolonje','ER',1),(41,2,'Fier','FR',1),(42,2,'Gjirokaster','GJ',1),(43,2,'Gramsh','GR',1),(44,2,'Has','HA',1),(45,2,'Kavaje','KA',1),(46,2,'Kurbin','KB',1),(47,2,'Kucove','KC',1),(48,2,'Korce','KO',1),(49,2,'Kruje','KR',1),(50,2,'Kukes','KU',1),(51,2,'Librazhd','LB',1),(52,2,'Lezhe','LE',1),(53,2,'Lushnje','LU',1),(54,2,'Malesi e Madhe','MM',1),(55,2,'Mallakaster','MK',1),(56,2,'Mat','MT',1),(57,2,'Mirdite','MR',1),(58,2,'Peqin','PQ',1),(59,2,'Permet','PR',1),(60,2,'Pogradec','PG',1),(61,2,'Puke','PU',1),(62,2,'Shkoder','SH',1),(63,2,'Skrapar','SK',1),(64,2,'Sarande','SR',1),(65,2,'Tepelene','TE',1),(66,2,'Tropoje','TP',1),(67,2,'Tirane','TR',1),(68,2,'Vlore','VL',1),(69,3,'Adrar','ADR',1),(70,3,'Ain Defla','ADE',1),(71,3,'Ain Temouchent','ATE',1),(72,3,'Alger','ALG',1),(73,3,'Annaba','ANN',1),(74,3,'Batna','BAT',1),(75,3,'Bechar','BEC',1),(76,3,'Bejaia','BEJ',1),(77,3,'Biskra','BIS',1),(78,3,'Blida','BLI',1),(79,3,'Bordj Bou Arreridj','BBA',1),(80,3,'Bouira','BOA',1),(81,3,'Boumerdes','BMD',1),(82,3,'Chlef','CHL',1),(83,3,'Constantine','CON',1),(84,3,'Djelfa','DJE',1),(85,3,'El Bayadh','EBA',1),(86,3,'El Oued','EOU',1),(87,3,'El Tarf','ETA',1),(88,3,'Ghardaia','GHA',1),(89,3,'Guelma','GUE',1),(90,3,'Illizi','ILL',1),(91,3,'Jijel','JIJ',1),(92,3,'Khenchela','KHE',1),(93,3,'Laghouat','LAG',1),(94,3,'Muaskar','MUA',1),(95,3,'Medea','MED',1),(96,3,'Mila','MIL',1),(97,3,'Mostaganem','MOS',1),(98,3,'M\'Sila','MSI',1),(99,3,'Naama','NAA',1),(100,3,'Oran','ORA',1),(101,3,'Ouargla','OUA',1),(102,3,'Oum el-Bouaghi','OEB',1),(103,3,'Relizane','REL',1),(104,3,'Saida','SAI',1),(105,3,'Setif','SET',1),(106,3,'Sidi Bel Abbes','SBA',1),(107,3,'Skikda','SKI',1),(108,3,'Souk Ahras','SAH',1),(109,3,'Tamanghasset','TAM',1),(110,3,'Tebessa','TEB',1),(111,3,'Tiaret','TIA',1),(112,3,'Tindouf','TIN',1),(113,3,'Tipaza','TIP',1),(114,3,'Tissemsilt','TIS',1),(115,3,'Tizi Ouzou','TOU',1),(116,3,'Tlemcen','TLE',1),(117,4,'Eastern','E',1),(118,4,'Manu\'a','M',1),(119,4,'Rose Island','R',1),(120,4,'Swains Island','S',1),(121,4,'Western','W',1),(122,5,'Andorra la Vella','ALV',1),(123,5,'Canillo','CAN',1),(124,5,'Encamp','ENC',1),(125,5,'Escaldes-Engordany','ESE',1),(126,5,'La Massana','LMA',1),(127,5,'Ordino','ORD',1),(128,5,'Sant Julia de Loria','SJL',1),(129,6,'Bengo','BGO',1),(130,6,'Benguela','BGU',1),(131,6,'Bie','BIE',1),(132,6,'Cabinda','CAB',1),(133,6,'Cuando-Cubango','CCU',1),(134,6,'Cuanza Norte','CNO',1),(135,6,'Cuanza Sul','CUS',1),(136,6,'Cunene','CNN',1),(137,6,'Huambo','HUA',1),(138,6,'Huila','HUI',1),(139,6,'Luanda','LUA',1),(140,6,'Lunda Norte','LNO',1),(141,6,'Lunda Sul','LSU',1),(142,6,'Malange','MAL',1),(143,6,'Moxico','MOX',1),(144,6,'Namibe','NAM',1),(145,6,'Uige','UIG',1),(146,6,'Zaire','ZAI',1),(147,9,'Saint George','ASG',1),(148,9,'Saint John','ASJ',1),(149,9,'Saint Mary','ASM',1),(150,9,'Saint Paul','ASL',1),(151,9,'Saint Peter','ASR',1),(152,9,'Saint Philip','ASH',1),(153,9,'Barbuda','BAR',1),(154,9,'Redonda','RED',1),(155,10,'Antartida e Islas del Atlantico','AN',1),(156,10,'Buenos Aires','BA',1),(157,10,'Catamarca','CA',1),(158,10,'Chaco','CH',1),(159,10,'Chubut','CU',1),(160,10,'Cordoba','CO',1),(161,10,'Corrientes','CR',1),(162,10,'Distrito Federal','DF',1),(163,10,'Entre Rios','ER',1),(164,10,'Formosa','FO',1),(165,10,'Jujuy','JU',1),(166,10,'La Pampa','LP',1),(167,10,'La Rioja','LR',1),(168,10,'Mendoza','ME',1),(169,10,'Misiones','MI',1),(170,10,'Neuquen','NE',1),(171,10,'Rio Negro','RN',1),(172,10,'Salta','SA',1),(173,10,'San Juan','SJ',1),(174,10,'San Luis','SL',1),(175,10,'Santa Cruz','SC',1),(176,10,'Santa Fe','SF',1),(177,10,'Santiago del Estero','SD',1),(178,10,'Tierra del Fuego','TF',1),(179,10,'Tucuman','TU',1),(180,11,'Aragatsotn','AGT',1),(181,11,'Ararat','ARR',1),(182,11,'Armavir','ARM',1),(183,11,'Geghark\'unik\'','GEG',1),(184,11,'Kotayk\'','KOT',1),(185,11,'Lorri','LOR',1),(186,11,'Shirak','SHI',1),(187,11,'Syunik\'','SYU',1),(188,11,'Tavush','TAV',1),(189,11,'Vayots\' Dzor','VAY',1),(190,11,'Yerevan','YER',1),(191,13,'Australian Capital Territory','ACT',1),(192,13,'New South Wales','NSW',1),(193,13,'Northern Territory','NT',1),(194,13,'Queensland','QLD',1),(195,13,'South Australia','SA',1),(196,13,'Tasmania','TAS',1),(197,13,'Victoria','VIC',1),(198,13,'Western Australia','WA',1),(199,14,'Burgenland','BUR',1),(200,14,'Kärnten','KAR',1),(201,14,'Niederösterreich','NOS',1),(202,14,'Oberösterreich','OOS',1),(203,14,'Salzburg','SAL',1),(204,14,'Steiermark','STE',1),(205,14,'Tirol','TIR',1),(206,14,'Vorarlberg','VOR',1),(207,14,'Wien','WIE',1),(208,15,'Ali Bayramli','AB',1),(209,15,'Abseron','ABS',1),(210,15,'AgcabAdi','AGC',1),(211,15,'Agdam','AGM',1),(212,15,'Agdas','AGS',1),(213,15,'Agstafa','AGA',1),(214,15,'Agsu','AGU',1),(215,15,'Astara','AST',1),(216,15,'Baki','BA',1),(217,15,'BabAk','BAB',1),(218,15,'BalakAn','BAL',1),(219,15,'BArdA','BAR',1),(220,15,'Beylaqan','BEY',1),(221,15,'Bilasuvar','BIL',1),(222,15,'Cabrayil','CAB',1),(223,15,'Calilabab','CAL',1),(224,15,'Culfa','CUL',1),(225,15,'Daskasan','DAS',1),(226,15,'Davaci','DAV',1),(227,15,'Fuzuli','FUZ',1),(228,15,'Ganca','GA',1),(229,15,'Gadabay','GAD',1),(230,15,'Goranboy','GOR',1),(231,15,'Goycay','GOY',1),(232,15,'Haciqabul','HAC',1),(233,15,'Imisli','IMI',1),(234,15,'Ismayilli','ISM',1),(235,15,'Kalbacar','KAL',1),(236,15,'Kurdamir','KUR',1),(237,15,'Lankaran','LA',1),(238,15,'Lacin','LAC',1),(239,15,'Lankaran','LAN',1),(240,15,'Lerik','LER',1),(241,15,'Masalli','MAS',1),(242,15,'Mingacevir','MI',1),(243,15,'Naftalan','NA',1),(244,15,'Neftcala','NEF',1),(245,15,'Oguz','OGU',1),(246,15,'Ordubad','ORD',1),(247,15,'Qabala','QAB',1),(248,15,'Qax','QAX',1),(249,15,'Qazax','QAZ',1),(250,15,'Qobustan','QOB',1),(251,15,'Quba','QBA',1),(252,15,'Qubadli','QBI',1),(253,15,'Qusar','QUS',1),(254,15,'Saki','SA',1),(255,15,'Saatli','SAT',1),(256,15,'Sabirabad','SAB',1),(257,15,'Sadarak','SAD',1),(258,15,'Sahbuz','SAH',1),(259,15,'Saki','SAK',1),(260,15,'Salyan','SAL',1),(261,15,'Sumqayit','SM',1),(262,15,'Samaxi','SMI',1),(263,15,'Samkir','SKR',1),(264,15,'Samux','SMX',1),(265,15,'Sarur','SAR',1),(266,15,'Siyazan','SIY',1),(267,15,'Susa','SS',1),(268,15,'Susa','SUS',1),(269,15,'Tartar','TAR',1),(270,15,'Tovuz','TOV',1),(271,15,'Ucar','UCA',1),(272,15,'Xankandi','XA',1),(273,15,'Xacmaz','XAC',1),(274,15,'Xanlar','XAN',1),(275,15,'Xizi','XIZ',1),(276,15,'Xocali','XCI',1),(277,15,'Xocavand','XVD',1),(278,15,'Yardimli','YAR',1),(279,15,'Yevlax','YEV',1),(280,15,'Zangilan','ZAN',1),(281,15,'Zaqatala','ZAQ',1),(282,15,'Zardab','ZAR',1),(283,15,'Naxcivan','NX',1),(284,16,'Acklins','ACK',1),(285,16,'Berry Islands','BER',1),(286,16,'Bimini','BIM',1),(287,16,'Black Point','BLK',1),(288,16,'Cat Island','CAT',1),(289,16,'Central Abaco','CAB',1),(290,16,'Central Andros','CAN',1),(291,16,'Central Eleuthera','CEL',1),(292,16,'City of Freeport','FRE',1),(293,16,'Crooked Island','CRO',1),(294,16,'East Grand Bahama','EGB',1),(295,16,'Exuma','EXU',1),(296,16,'Grand Cay','GRD',1),(297,16,'Harbour Island','HAR',1),(298,16,'Hope Town','HOP',1),(299,16,'Inagua','INA',1),(300,16,'Long Island','LNG',1),(301,16,'Mangrove Cay','MAN',1),(302,16,'Mayaguana','MAY',1),(303,16,'Moore\'s Island','MOO',1),(304,16,'North Abaco','NAB',1),(305,16,'North Andros','NAN',1),(306,16,'North Eleuthera','NEL',1),(307,16,'Ragged Island','RAG',1),(308,16,'Rum Cay','RUM',1),(309,16,'San Salvador','SAL',1),(310,16,'South Abaco','SAB',1),(311,16,'South Andros','SAN',1),(312,16,'South Eleuthera','SEL',1),(313,16,'Spanish Wells','SWE',1),(314,16,'West Grand Bahama','WGB',1),(315,17,'Capital','CAP',1),(316,17,'Central','CEN',1),(317,17,'Muharraq','MUH',1),(318,17,'Northern','NOR',1),(319,17,'Southern','SOU',1),(320,18,'Barisal','BAR',1),(321,18,'Chittagong','CHI',1),(322,18,'Dhaka','DHA',1),(323,18,'Khulna','KHU',1),(324,18,'Rajshahi','RAJ',1),(325,18,'Sylhet','SYL',1),(326,19,'Christ Church','CC',1),(327,19,'Saint Andrew','AND',1),(328,19,'Saint George','GEO',1),(329,19,'Saint James','JAM',1),(330,19,'Saint John','JOH',1),(331,19,'Saint Joseph','JOS',1),(332,19,'Saint Lucy','LUC',1),(333,19,'Saint Michael','MIC',1),(334,19,'Saint Peter','PET',1),(335,19,'Saint Philip','PHI',1),(336,19,'Saint Thomas','THO',1),(337,20,'Brestskaya (Brest)','BR',1),(338,20,'Homyel\'skaya (Homyel\')','HO',1),(339,20,'Horad Minsk','HM',1),(340,20,'Hrodzyenskaya (Hrodna)','HR',1),(341,20,'Mahilyowskaya (Mahilyow)','MA',1),(342,20,'Minskaya','MI',1),(343,20,'Vitsyebskaya (Vitsyebsk)','VI',1),(344,21,'Antwerpen','VAN',1),(345,21,'Brabant Wallon','WBR',1),(346,21,'Hainaut','WHT',1),(347,21,'Liège','WLG',1),(348,21,'Limburg','VLI',1),(349,21,'Luxembourg','WLX',1),(350,21,'Namur','WNA',1),(351,21,'Oost-Vlaanderen','VOV',1),(352,21,'Vlaams Brabant','VBR',1),(353,21,'West-Vlaanderen','VWV',1),(354,22,'Belize','BZ',1),(355,22,'Cayo','CY',1),(356,22,'Corozal','CR',1),(357,22,'Orange Walk','OW',1),(358,22,'Stann Creek','SC',1),(359,22,'Toledo','TO',1),(360,23,'Alibori','AL',1),(361,23,'Atakora','AK',1),(362,23,'Atlantique','AQ',1),(363,23,'Borgou','BO',1),(364,23,'Collines','CO',1),(365,23,'Donga','DO',1),(366,23,'Kouffo','KO',1),(367,23,'Littoral','LI',1),(368,23,'Mono','MO',1),(369,23,'Oueme','OU',1),(370,23,'Plateau','PL',1),(371,23,'Zou','ZO',1),(372,24,'Devonshire','DS',1),(373,24,'Hamilton City','HC',1),(374,24,'Hamilton','HA',1),(375,24,'Paget','PG',1),(376,24,'Pembroke','PB',1),(377,24,'Saint George City','GC',1),(378,24,'Saint George\'s','SG',1),(379,24,'Sandys','SA',1),(380,24,'Smith\'s','SM',1),(381,24,'Southampton','SH',1),(382,24,'Warwick','WA',1),(383,25,'Bumthang','BUM',1),(384,25,'Chukha','CHU',1),(385,25,'Dagana','DAG',1),(386,25,'Gasa','GAS',1),(387,25,'Haa','HAA',1),(388,25,'Lhuntse','LHU',1),(389,25,'Mongar','MON',1),(390,25,'Paro','PAR',1),(391,25,'Pemagatshel','PEM',1),(392,25,'Punakha','PUN',1),(393,25,'Samdrup Jongkhar','SJO',1),(394,25,'Samtse','SAT',1),(395,25,'Sarpang','SAR',1),(396,25,'Thimphu','THI',1),(397,25,'Trashigang','TRG',1),(398,25,'Trashiyangste','TRY',1),(399,25,'Trongsa','TRO',1),(400,25,'Tsirang','TSI',1),(401,25,'Wangdue Phodrang','WPH',1),(402,25,'Zhemgang','ZHE',1),(403,26,'Beni','BEN',1),(404,26,'Chuquisaca','CHU',1),(405,26,'Cochabamba','COC',1),(406,26,'La Paz','LPZ',1),(407,26,'Oruro','ORU',1),(408,26,'Pando','PAN',1),(409,26,'Potosi','POT',1),(410,26,'Santa Cruz','SCZ',1),(411,26,'Tarija','TAR',1),(412,27,'Brcko district','BRO',1),(413,27,'Unsko-Sanski Kanton','FUS',1),(414,27,'Posavski Kanton','FPO',1),(415,27,'Tuzlanski Kanton','FTU',1),(416,27,'Zenicko-Dobojski Kanton','FZE',1),(417,27,'Bosanskopodrinjski Kanton','FBP',1),(418,27,'Srednjebosanski Kanton','FSB',1),(419,27,'Hercegovacko-neretvanski Kanton','FHN',1),(420,27,'Zapadnohercegovacka Zupanija','FZH',1),(421,27,'Kanton Sarajevo','FSA',1),(422,27,'Zapadnobosanska','FZA',1),(423,27,'Banja Luka','SBL',1),(424,27,'Doboj','SDO',1),(425,27,'Bijeljina','SBI',1),(426,27,'Vlasenica','SVL',1),(427,27,'Sarajevo-Romanija or Sokolac','SSR',1),(428,27,'Foca','SFO',1),(429,27,'Trebinje','STR',1),(430,28,'Central','CE',1),(431,28,'Ghanzi','GH',1),(432,28,'Kgalagadi','KD',1),(433,28,'Kgatleng','KT',1),(434,28,'Kweneng','KW',1),(435,28,'Ngamiland','NG',1),(436,28,'North East','NE',1),(437,28,'North West','NW',1),(438,28,'South East','SE',1),(439,28,'Southern','SO',1),(440,30,'Acre','AC',1),(441,30,'Alagoas','AL',1),(442,30,'Amapá','AP',1),(443,30,'Amazonas','AM',1),(444,30,'Bahia','BA',1),(445,30,'Ceará','CE',1),(446,30,'Distrito Federal','DF',1),(447,30,'Espírito Santo','ES',1),(448,30,'Goiás','GO',1),(449,30,'Maranhão','MA',1),(450,30,'Mato Grosso','MT',1),(451,30,'Mato Grosso do Sul','MS',1),(452,30,'Minas Gerais','MG',1),(453,30,'Pará','PA',1),(454,30,'Paraíba','PB',1),(455,30,'Paraná','PR',1),(456,30,'Pernambuco','PE',1),(457,30,'Piauí','PI',1),(458,30,'Rio de Janeiro','RJ',1),(459,30,'Rio Grande do Norte','RN',1),(460,30,'Rio Grande do Sul','RS',1),(461,30,'Rondônia','RO',1),(462,30,'Roraima','RR',1),(463,30,'Santa Catarina','SC',1),(464,30,'São Paulo','SP',1),(465,30,'Sergipe','SE',1),(466,30,'Tocantins','TO',1),(467,31,'Peros Banhos','PB',1),(468,31,'Salomon Islands','SI',1),(469,31,'Nelsons Island','NI',1),(470,31,'Three Brothers','TB',1),(471,31,'Eagle Islands','EA',1),(472,31,'Danger Island','DI',1),(473,31,'Egmont Islands','EG',1),(474,31,'Diego Garcia','DG',1),(475,32,'Belait','BEL',1),(476,32,'Brunei and Muara','BRM',1),(477,32,'Temburong','TEM',1),(478,32,'Tutong','TUT',1),(479,33,'Blagoevgrad','',1),(480,33,'Burgas','',1),(481,33,'Dobrich','',1),(482,33,'Gabrovo','',1),(483,33,'Haskovo','',1),(484,33,'Kardjali','',1),(485,33,'Kyustendil','',1),(486,33,'Lovech','',1),(487,33,'Montana','',1),(488,33,'Pazardjik','',1),(489,33,'Pernik','',1),(490,33,'Pleven','',1),(491,33,'Plovdiv','',1),(492,33,'Razgrad','',1),(493,33,'Shumen','',1),(494,33,'Silistra','',1),(495,33,'Sliven','',1),(496,33,'Smolyan','',1),(497,33,'Sofia','',1),(498,33,'Sofia - town','',1),(499,33,'Stara Zagora','',1),(500,33,'Targovishte','',1),(501,33,'Varna','',1),(502,33,'Veliko Tarnovo','',1),(503,33,'Vidin','',1),(504,33,'Vratza','',1),(505,33,'Yambol','',1),(506,34,'Bale','BAL',1),(507,34,'Bam','BAM',1),(508,34,'Banwa','BAN',1),(509,34,'Bazega','BAZ',1),(510,34,'Bougouriba','BOR',1),(511,34,'Boulgou','BLG',1),(512,34,'Boulkiemde','BOK',1),(513,34,'Comoe','COM',1),(514,34,'Ganzourgou','GAN',1),(515,34,'Gnagna','GNA',1),(516,34,'Gourma','GOU',1),(517,34,'Houet','HOU',1),(518,34,'Ioba','IOA',1),(519,34,'Kadiogo','KAD',1),(520,34,'Kenedougou','KEN',1),(521,34,'Komondjari','KOD',1),(522,34,'Kompienga','KOP',1),(523,34,'Kossi','KOS',1),(524,34,'Koulpelogo','KOL',1),(525,34,'Kouritenga','KOT',1),(526,34,'Kourweogo','KOW',1),(527,34,'Leraba','LER',1),(528,34,'Loroum','LOR',1),(529,34,'Mouhoun','MOU',1),(530,34,'Nahouri','NAH',1),(531,34,'Namentenga','NAM',1),(532,34,'Nayala','NAY',1),(533,34,'Noumbiel','NOU',1),(534,34,'Oubritenga','OUB',1),(535,34,'Oudalan','OUD',1),(536,34,'Passore','PAS',1),(537,34,'Poni','PON',1),(538,34,'Sanguie','SAG',1),(539,34,'Sanmatenga','SAM',1),(540,34,'Seno','SEN',1),(541,34,'Sissili','SIS',1),(542,34,'Soum','SOM',1),(543,34,'Sourou','SOR',1),(544,34,'Tapoa','TAP',1),(545,34,'Tuy','TUY',1),(546,34,'Yagha','YAG',1),(547,34,'Yatenga','YAT',1),(548,34,'Ziro','ZIR',1),(549,34,'Zondoma','ZOD',1),(550,34,'Zoundweogo','ZOW',1),(551,35,'Bubanza','BB',1),(552,35,'Bujumbura','BJ',1),(553,35,'Bururi','BR',1),(554,35,'Cankuzo','CA',1),(555,35,'Cibitoke','CI',1),(556,35,'Gitega','GI',1),(557,35,'Karuzi','KR',1),(558,35,'Kayanza','KY',1),(559,35,'Kirundo','KI',1),(560,35,'Makamba','MA',1),(561,35,'Muramvya','MU',1),(562,35,'Muyinga','MY',1),(563,35,'Mwaro','MW',1),(564,35,'Ngozi','NG',1),(565,35,'Rutana','RT',1),(566,35,'Ruyigi','RY',1),(567,36,'Phnom Penh','PP',1),(568,36,'Preah Seihanu (Kompong Som or Sihanoukville)','PS',1),(569,36,'Pailin','PA',1),(570,36,'Keb','KB',1),(571,36,'Banteay Meanchey','BM',1),(572,36,'Battambang','BA',1),(573,36,'Kampong Cham','KM',1),(574,36,'Kampong Chhnang','KN',1),(575,36,'Kampong Speu','KU',1),(576,36,'Kampong Som','KO',1),(577,36,'Kampong Thom','KT',1),(578,36,'Kampot','KP',1),(579,36,'Kandal','KL',1),(580,36,'Kaoh Kong','KK',1),(581,36,'Kratie','KR',1),(582,36,'Mondul Kiri','MK',1),(583,36,'Oddar Meancheay','OM',1),(584,36,'Pursat','PU',1),(585,36,'Preah Vihear','PR',1),(586,36,'Prey Veng','PG',1),(587,36,'Ratanak Kiri','RK',1),(588,36,'Siemreap','SI',1),(589,36,'Stung Treng','ST',1),(590,36,'Svay Rieng','SR',1),(591,36,'Takeo','TK',1),(592,37,'Adamawa (Adamaoua)','ADA',1),(593,37,'Centre','CEN',1),(594,37,'East (Est)','EST',1),(595,37,'Extreme North (Extreme-Nord)','EXN',1),(596,37,'Littoral','LIT',1),(597,37,'North (Nord)','NOR',1),(598,37,'Northwest (Nord-Ouest)','NOT',1),(599,37,'West (Ouest)','OUE',1),(600,37,'South (Sud)','SUD',1),(601,37,'Southwest (Sud-Ouest).','SOU',1),(602,38,'Alberta','AB',1),(603,38,'British Columbia','BC',1),(604,38,'Manitoba','MB',1),(605,38,'New Brunswick','NB',1),(606,38,'Newfoundland and Labrador','NL',1),(607,38,'Northwest Territories','NT',1),(608,38,'Nova Scotia','NS',1),(609,38,'Nunavut','NU',1),(610,38,'Ontario','ON',1),(611,38,'Prince Edward Island','PE',1),(612,38,'Québec','QC',1),(613,38,'Saskatchewan','SK',1),(614,38,'Yukon Territory','YT',1),(615,39,'Boa Vista','BV',1),(616,39,'Brava','BR',1),(617,39,'Calheta de Sao Miguel','CS',1),(618,39,'Maio','MA',1),(619,39,'Mosteiros','MO',1),(620,39,'Paul','PA',1),(621,39,'Porto Novo','PN',1),(622,39,'Praia','PR',1),(623,39,'Ribeira Grande','RG',1),(624,39,'Sal','SL',1),(625,39,'Santa Catarina','CA',1),(626,39,'Santa Cruz','CR',1),(627,39,'Sao Domingos','SD',1),(628,39,'Sao Filipe','SF',1),(629,39,'Sao Nicolau','SN',1),(630,39,'Sao Vicente','SV',1),(631,39,'Tarrafal','TA',1),(632,40,'Creek','CR',1),(633,40,'Eastern','EA',1),(634,40,'Midland','ML',1),(635,40,'South Town','ST',1),(636,40,'Spot Bay','SP',1),(637,40,'Stake Bay','SK',1),(638,40,'West End','WD',1),(639,40,'Western','WN',1),(640,41,'Bamingui-Bangoran','BBA',1),(641,41,'Basse-Kotto','BKO',1),(642,41,'Haute-Kotto','HKO',1),(643,41,'Haut-Mbomou','HMB',1),(644,41,'Kemo','KEM',1),(645,41,'Lobaye','LOB',1),(646,41,'Mambere-KadeÔ','MKD',1),(647,41,'Mbomou','MBO',1),(648,41,'Nana-Mambere','NMM',1),(649,41,'Ombella-M\'Poko','OMP',1),(650,41,'Ouaka','OUK',1),(651,41,'Ouham','OUH',1),(652,41,'Ouham-Pende','OPE',1),(653,41,'Vakaga','VAK',1),(654,41,'Nana-Grebizi','NGR',1),(655,41,'Sangha-Mbaere','SMB',1),(656,41,'Bangui','BAN',1),(657,42,'Batha','BA',1),(658,42,'Biltine','BI',1),(659,42,'Borkou-Ennedi-Tibesti','BE',1),(660,42,'Chari-Baguirmi','CB',1),(661,42,'Guera','GU',1),(662,42,'Kanem','KA',1),(663,42,'Lac','LA',1),(664,42,'Logone Occidental','LC',1),(665,42,'Logone Oriental','LR',1),(666,42,'Mayo-Kebbi','MK',1),(667,42,'Moyen-Chari','MC',1),(668,42,'Ouaddai','OU',1),(669,42,'Salamat','SA',1),(670,42,'Tandjile','TA',1),(671,43,'Aisen del General Carlos Ibanez','AI',1),(672,43,'Antofagasta','AN',1),(673,43,'Araucania','AR',1),(674,43,'Atacama','AT',1),(675,43,'Bio-Bio','BI',1),(676,43,'Coquimbo','CO',1),(677,43,'Libertador General Bernardo O\'Hi','LI',1),(678,43,'Los Lagos','LL',1),(679,43,'Magallanes y de la Antartica Chi','MA',1),(680,43,'Maule','ML',1),(681,43,'Region Metropolitana','RM',1),(682,43,'Tarapaca','TA',1),(683,43,'Valparaiso','VS',1),(684,44,'Anhui','AN',1),(685,44,'Beijing','BE',1),(686,44,'Chongqing','CH',1),(687,44,'Fujian','FU',1),(688,44,'Gansu','GA',1),(689,44,'Guangdong','GU',1),(690,44,'Guangxi','GX',1),(691,44,'Guizhou','GZ',1),(692,44,'Hainan','HA',1),(693,44,'Hebei','HB',1),(694,44,'Heilongjiang','HL',1),(695,44,'Henan','HE',1),(696,44,'Hong Kong','HK',1),(697,44,'Hubei','HU',1),(698,44,'Hunan','HN',1),(699,44,'Inner Mongolia','IM',1),(700,44,'Jiangsu','JI',1),(701,44,'Jiangxi','JX',1),(702,44,'Jilin','JL',1),(703,44,'Liaoning','LI',1),(704,44,'Macau','MA',1),(705,44,'Ningxia','NI',1),(706,44,'Shaanxi','SH',1),(707,44,'Shandong','SA',1),(708,44,'Shanghai','SG',1),(709,44,'Shanxi','SX',1),(710,44,'Sichuan','SI',1),(711,44,'Tianjin','TI',1),(712,44,'Xinjiang','XI',1),(713,44,'Yunnan','YU',1),(714,44,'Zhejiang','ZH',1),(715,46,'Direction Island','D',1),(716,46,'Home Island','H',1),(717,46,'Horsburgh Island','O',1),(718,46,'South Island','S',1),(719,46,'West Island','W',1),(720,47,'Amazonas','AMZ',1),(721,47,'Antioquia','ANT',1),(722,47,'Arauca','ARA',1),(723,47,'Atlantico','ATL',1),(724,47,'Bogota D.C.','BDC',1),(725,47,'Bolivar','BOL',1),(726,47,'Boyaca','BOY',1),(727,47,'Caldas','CAL',1),(728,47,'Caqueta','CAQ',1),(729,47,'Casanare','CAS',1),(730,47,'Cauca','CAU',1),(731,47,'Cesar','CES',1),(732,47,'Choco','CHO',1),(733,47,'Cordoba','COR',1),(734,47,'Cundinamarca','CAM',1),(735,47,'Guainia','GNA',1),(736,47,'Guajira','GJR',1),(737,47,'Guaviare','GVR',1),(738,47,'Huila','HUI',1),(739,47,'Magdalena','MAG',1),(740,47,'Meta','MET',1),(741,47,'Narino','NAR',1),(742,47,'Norte de Santander','NDS',1),(743,47,'Putumayo','PUT',1),(744,47,'Quindio','QUI',1),(745,47,'Risaralda','RIS',1),(746,47,'San Andres y Providencia','SAP',1),(747,47,'Santander','SAN',1),(748,47,'Sucre','SUC',1),(749,47,'Tolima','TOL',1),(750,47,'Valle del Cauca','VDC',1),(751,47,'Vaupes','VAU',1),(752,47,'Vichada','VIC',1),(753,48,'Grande Comore','G',1),(754,48,'Anjouan','A',1),(755,48,'Moheli','M',1),(756,49,'Bouenza','BO',1),(757,49,'Brazzaville','BR',1),(758,49,'Cuvette','CU',1),(759,49,'Cuvette-Ouest','CO',1),(760,49,'Kouilou','KO',1),(761,49,'Lekoumou','LE',1),(762,49,'Likouala','LI',1),(763,49,'Niari','NI',1),(764,49,'Plateaux','PL',1),(765,49,'Pool','PO',1),(766,49,'Sangha','SA',1),(767,50,'Pukapuka','PU',1),(768,50,'Rakahanga','RK',1),(769,50,'Manihiki','MK',1),(770,50,'Penrhyn','PE',1),(771,50,'Nassau Island','NI',1),(772,50,'Surwarrow','SU',1),(773,50,'Palmerston','PA',1),(774,50,'Aitutaki','AI',1),(775,50,'Manuae','MA',1),(776,50,'Takutea','TA',1),(777,50,'Mitiaro','MT',1),(778,50,'Atiu','AT',1),(779,50,'Mauke','MU',1),(780,50,'Rarotonga','RR',1),(781,50,'Mangaia','MG',1),(782,51,'Alajuela','AL',1),(783,51,'Cartago','CA',1),(784,51,'Guanacaste','GU',1),(785,51,'Heredia','HE',1),(786,51,'Limon','LI',1),(787,51,'Puntarenas','PU',1),(788,51,'San Jose','SJ',1),(789,52,'Abengourou','ABE',1),(790,52,'Abidjan','ABI',1),(791,52,'Aboisso','ABO',1),(792,52,'Adiake','ADI',1),(793,52,'Adzope','ADZ',1),(794,52,'Agboville','AGB',1),(795,52,'Agnibilekrou','AGN',1),(796,52,'Alepe','ALE',1),(797,52,'Bocanda','BOC',1),(798,52,'Bangolo','BAN',1),(799,52,'Beoumi','BEO',1),(800,52,'Biankouma','BIA',1),(801,52,'Bondoukou','BDK',1),(802,52,'Bongouanou','BGN',1),(803,52,'Bouafle','BFL',1),(804,52,'Bouake','BKE',1),(805,52,'Bouna','BNA',1),(806,52,'Boundiali','BDL',1),(807,52,'Dabakala','DKL',1),(808,52,'Dabou','DBU',1),(809,52,'Daloa','DAL',1),(810,52,'Danane','DAN',1),(811,52,'Daoukro','DAO',1),(812,52,'Dimbokro','DIM',1),(813,52,'Divo','DIV',1),(814,52,'Duekoue','DUE',1),(815,52,'Ferkessedougou','FER',1),(816,52,'Gagnoa','GAG',1),(817,52,'Grand-Bassam','GBA',1),(818,52,'Grand-Lahou','GLA',1),(819,52,'Guiglo','GUI',1),(820,52,'Issia','ISS',1),(821,52,'Jacqueville','JAC',1),(822,52,'Katiola','KAT',1),(823,52,'Korhogo','KOR',1),(824,52,'Lakota','LAK',1),(825,52,'Man','MAN',1),(826,52,'Mankono','MKN',1),(827,52,'Mbahiakro','MBA',1),(828,52,'Odienne','ODI',1),(829,52,'Oume','OUM',1),(830,52,'Sakassou','SAK',1),(831,52,'San-Pedro','SPE',1),(832,52,'Sassandra','SAS',1),(833,52,'Seguela','SEG',1),(834,52,'Sinfra','SIN',1),(835,52,'Soubre','SOU',1),(836,52,'Tabou','TAB',1),(837,52,'Tanda','TAN',1),(838,52,'Tiebissou','TIE',1),(839,52,'Tingrela','TIN',1),(840,52,'Tiassale','TIA',1),(841,52,'Touba','TBA',1),(842,52,'Toulepleu','TLP',1),(843,52,'Toumodi','TMD',1),(844,52,'Vavoua','VAV',1),(845,52,'Yamoussoukro','YAM',1),(846,52,'Zuenoula','ZUE',1),(847,53,'Bjelovar-Bilogora','BB',1),(848,53,'City of Zagreb','CZ',1),(849,53,'Dubrovnik-Neretva','DN',1),(850,53,'Istra','IS',1),(851,53,'Karlovac','KA',1),(852,53,'Koprivnica-Krizevci','KK',1),(853,53,'Krapina-Zagorje','KZ',1),(854,53,'Lika-Senj','LS',1),(855,53,'Medimurje','ME',1),(856,53,'Osijek-Baranja','OB',1),(857,53,'Pozega-Slavonia','PS',1),(858,53,'Primorje-Gorski Kotar','PG',1),(859,53,'Sibenik','SI',1),(860,53,'Sisak-Moslavina','SM',1),(861,53,'Slavonski Brod-Posavina','SB',1),(862,53,'Split-Dalmatia','SD',1),(863,53,'Varazdin','VA',1),(864,53,'Virovitica-Podravina','VP',1),(865,53,'Vukovar-Srijem','VS',1),(866,53,'Zadar-Knin','ZK',1),(867,53,'Zagreb','ZA',1),(868,54,'Camaguey','CA',1),(869,54,'Ciego de Avila','CD',1),(870,54,'Cienfuegos','CI',1),(871,54,'Ciudad de La Habana','CH',1),(872,54,'Granma','GR',1),(873,54,'Guantanamo','GU',1),(874,54,'Holguin','HO',1),(875,54,'Isla de la Juventud','IJ',1),(876,54,'La Habana','LH',1),(877,54,'Las Tunas','LT',1),(878,54,'Matanzas','MA',1),(879,54,'Pinar del Rio','PR',1),(880,54,'Sancti Spiritus','SS',1),(881,54,'Santiago de Cuba','SC',1),(882,54,'Villa Clara','VC',1),(883,55,'Famagusta','F',1),(884,55,'Kyrenia','K',1),(885,55,'Larnaca','A',1),(886,55,'Limassol','I',1),(887,55,'Nicosia','N',1),(888,55,'Paphos','P',1),(889,56,'Ústecký','U',1),(890,56,'Jihočeský','C',1),(891,56,'Jihomoravský','B',1),(892,56,'Karlovarský','K',1),(893,56,'Královehradecký','H',1),(894,56,'Liberecký','L',1),(895,56,'Moravskoslezský','T',1),(896,56,'Olomoucký','M',1),(897,56,'Pardubický','E',1),(898,56,'Plzeňský','P',1),(899,56,'Praha','A',1),(900,56,'Středočeský','S',1),(901,56,'Vysočina','J',1),(902,56,'Zlínský','Z',1),(903,57,'Arhus','AR',1),(904,57,'Bornholm','BH',1),(905,57,'Copenhagen','CO',1),(906,57,'Faroe Islands','FO',1),(907,57,'Frederiksborg','FR',1),(908,57,'Fyn','FY',1),(909,57,'Kobenhavn','KO',1),(910,57,'Nordjylland','NO',1),(911,57,'Ribe','RI',1),(912,57,'Ringkobing','RK',1),(913,57,'Roskilde','RO',1),(914,57,'Sonderjylland','SO',1),(915,57,'Storstrom','ST',1),(916,57,'Vejle','VK',1),(917,57,'Vestjælland','VJ',1),(918,57,'Viborg','VB',1),(919,58,'\'Ali Sabih','S',1),(920,58,'Dikhil','K',1),(921,58,'Djibouti','J',1),(922,58,'Obock','O',1),(923,58,'Tadjoura','T',1),(924,59,'Saint Andrew Parish','AND',1),(925,59,'Saint David Parish','DAV',1),(926,59,'Saint George Parish','GEO',1),(927,59,'Saint John Parish','JOH',1),(928,59,'Saint Joseph Parish','JOS',1),(929,59,'Saint Luke Parish','LUK',1),(930,59,'Saint Mark Parish','MAR',1),(931,59,'Saint Patrick Parish','PAT',1),(932,59,'Saint Paul Parish','PAU',1),(933,59,'Saint Peter Parish','PET',1),(934,60,'Distrito Nacional','DN',1),(935,60,'Azua','AZ',1),(936,60,'Baoruco','BC',1),(937,60,'Barahona','BH',1),(938,60,'Dajabon','DJ',1),(939,60,'Duarte','DU',1),(940,60,'Elias Pina','EL',1),(941,60,'El Seybo','SY',1),(942,60,'Espaillat','ET',1),(943,60,'Hato Mayor','HM',1),(944,60,'Independencia','IN',1),(945,60,'La Altagracia','AL',1),(946,60,'La Romana','RO',1),(947,60,'La Vega','VE',1),(948,60,'Maria Trinidad Sanchez','MT',1),(949,60,'Monsenor Nouel','MN',1),(950,60,'Monte Cristi','MC',1),(951,60,'Monte Plata','MP',1),(952,60,'Pedernales','PD',1),(953,60,'Peravia (Bani)','PR',1),(954,60,'Puerto Plata','PP',1),(955,60,'Salcedo','SL',1),(956,60,'Samana','SM',1),(957,60,'Sanchez Ramirez','SH',1),(958,60,'San Cristobal','SC',1),(959,60,'San Jose de Ocoa','JO',1),(960,60,'San Juan','SJ',1),(961,60,'San Pedro de Macoris','PM',1),(962,60,'Santiago','SA',1),(963,60,'Santiago Rodriguez','ST',1),(964,60,'Santo Domingo','SD',1),(965,60,'Valverde','VA',1),(966,61,'Aileu','AL',1),(967,61,'Ainaro','AN',1),(968,61,'Baucau','BA',1),(969,61,'Bobonaro','BO',1),(970,61,'Cova Lima','CO',1),(971,61,'Dili','DI',1),(972,61,'Ermera','ER',1),(973,61,'Lautem','LA',1),(974,61,'Liquica','LI',1),(975,61,'Manatuto','MT',1),(976,61,'Manufahi','MF',1),(977,61,'Oecussi','OE',1),(978,61,'Viqueque','VI',1),(979,62,'Azuay','AZU',1),(980,62,'Bolivar','BOL',1),(981,62,'Cañar','CAN',1),(982,62,'Carchi','CAR',1),(983,62,'Chimborazo','CHI',1),(984,62,'Cotopaxi','COT',1),(985,62,'El Oro','EOR',1),(986,62,'Esmeraldas','ESM',1),(987,62,'Galápagos','GPS',1),(988,62,'Guayas','GUA',1),(989,62,'Imbabura','IMB',1),(990,62,'Loja','LOJ',1),(991,62,'Los Rios','LRO',1),(992,62,'Manabí','MAN',1),(993,62,'Morona Santiago','MSA',1),(994,62,'Napo','NAP',1),(995,62,'Orellana','ORE',1),(996,62,'Pastaza','PAS',1),(997,62,'Pichincha','PIC',1),(998,62,'Sucumbíos','SUC',1),(999,62,'Tungurahua','TUN',1),(1000,62,'Zamora Chinchipe','ZCH',1),(1001,63,'Ad Daqahliyah','DHY',1),(1002,63,'Al Bahr al Ahmar','BAM',1),(1003,63,'Al Buhayrah','BHY',1),(1004,63,'Al Fayyum','FYM',1),(1005,63,'Al Gharbiyah','GBY',1),(1006,63,'Al Iskandariyah','IDR',1),(1007,63,'Al Isma\'iliyah','IML',1),(1008,63,'Al Jizah','JZH',1),(1009,63,'Al Minufiyah','MFY',1),(1010,63,'Al Minya','MNY',1),(1011,63,'Al Qahirah','QHR',1),(1012,63,'Al Qalyubiyah','QLY',1),(1013,63,'Al Wadi al Jadid','WJD',1),(1014,63,'Ash Sharqiyah','SHQ',1),(1015,63,'As Suways','SWY',1),(1016,63,'Aswan','ASW',1),(1017,63,'Asyut','ASY',1),(1018,63,'Bani Suwayf','BSW',1),(1019,63,'Bur Sa\'id','BSD',1),(1020,63,'Dumyat','DMY',1),(1021,63,'Janub Sina\'','JNS',1),(1022,63,'Kafr ash Shaykh','KSH',1),(1023,63,'Matruh','MAT',1),(1024,63,'Qina','QIN',1),(1025,63,'Shamal Sina\'','SHS',1),(1026,63,'Suhaj','SUH',1),(1027,64,'Ahuachapan','AH',1),(1028,64,'Cabanas','CA',1),(1029,64,'Chalatenango','CH',1),(1030,64,'Cuscatlan','CU',1),(1031,64,'La Libertad','LB',1),(1032,64,'La Paz','PZ',1),(1033,64,'La Union','UN',1),(1034,64,'Morazan','MO',1),(1035,64,'San Miguel','SM',1),(1036,64,'San Salvador','SS',1),(1037,64,'San Vicente','SV',1),(1038,64,'Santa Ana','SA',1),(1039,64,'Sonsonate','SO',1),(1040,64,'Usulutan','US',1),(1041,65,'Provincia Annobon','AN',1),(1042,65,'Provincia Bioko Norte','BN',1),(1043,65,'Provincia Bioko Sur','BS',1),(1044,65,'Provincia Centro Sur','CS',1),(1045,65,'Provincia Kie-Ntem','KN',1),(1046,65,'Provincia Litoral','LI',1),(1047,65,'Provincia Wele-Nzas','WN',1),(1048,66,'Central (Maekel)','MA',1),(1049,66,'Anseba (Keren)','KE',1),(1050,66,'Southern Red Sea (Debub-Keih-Bahri)','DK',1),(1051,66,'Northern Red Sea (Semien-Keih-Bahri)','SK',1),(1052,66,'Southern (Debub)','DE',1),(1053,66,'Gash-Barka (Barentu)','BR',1),(1054,67,'Harjumaa (Tallinn)','HA',1),(1055,67,'Hiiumaa (Kardla)','HI',1),(1056,67,'Ida-Virumaa (Johvi)','IV',1),(1057,67,'Jarvamaa (Paide)','JA',1),(1058,67,'Jogevamaa (Jogeva)','JO',1),(1059,67,'Laane-Virumaa (Rakvere)','LV',1),(1060,67,'Laanemaa (Haapsalu)','LA',1),(1061,67,'Parnumaa (Parnu)','PA',1),(1062,67,'Polvamaa (Polva)','PO',1),(1063,67,'Raplamaa (Rapla)','RA',1),(1064,67,'Saaremaa (Kuessaare)','SA',1),(1065,67,'Tartumaa (Tartu)','TA',1),(1066,67,'Valgamaa (Valga)','VA',1),(1067,67,'Viljandimaa (Viljandi)','VI',1),(1068,67,'Vorumaa (Voru)','VO',1),(1069,68,'Afar','AF',1),(1070,68,'Amhara','AH',1),(1071,68,'Benishangul-Gumaz','BG',1),(1072,68,'Gambela','GB',1),(1073,68,'Hariai','HR',1),(1074,68,'Oromia','OR',1),(1075,68,'Somali','SM',1),(1076,68,'Southern Nations - Nationalities and Peoples Region','SN',1),(1077,68,'Tigray','TG',1),(1078,68,'Addis Ababa','AA',1),(1079,68,'Dire Dawa','DD',1),(1080,71,'Central Division','C',1),(1081,71,'Northern Division','N',1),(1082,71,'Eastern Division','E',1),(1083,71,'Western Division','W',1),(1084,71,'Rotuma','R',1),(1085,72,'Ahvenanmaan Laani','AL',1),(1086,72,'Etela-Suomen Laani','ES',1),(1087,72,'Ita-Suomen Laani','IS',1),(1088,72,'Lansi-Suomen Laani','LS',1),(1089,72,'Lapin Lanani','LA',1),(1090,72,'Oulun Laani','OU',1),(1114,74,'Ain','01',1),(1115,74,'Aisne','02',1),(1116,74,'Allier','03',1),(1117,74,'Alpes de Haute Provence','04',1),(1118,74,'Hautes-Alpes','05',1),(1119,74,'Alpes Maritimes','06',1),(1120,74,'Ardèche','07',1),(1121,74,'Ardennes','08',1),(1122,74,'Ariège','09',1),(1123,74,'Aube','10',1),(1124,74,'Aude','11',1),(1125,74,'Aveyron','12',1),(1126,74,'Bouches du Rhône','13',1),(1127,74,'Calvados','14',1),(1128,74,'Cantal','15',1),(1129,74,'Charente','16',1),(1130,74,'Charente Maritime','17',1),(1131,74,'Cher','18',1),(1132,74,'Corrèze','19',1),(1133,74,'Corse du Sud','2A',1),(1134,74,'Haute Corse','2B',1),(1135,74,'Côte d'or','21',1),(1136,74,'Côtes d'Armor','22',1),(1137,74,'Creuse','23',1),(1138,74,'Dordogne','24',1),(1139,74,'Doubs','25',1),(1140,74,'Drôme','26',1),(1141,74,'Eure','27',1),(1142,74,'Eure et Loir','28',1),(1143,74,'Finistère','29',1),(1144,74,'Gard','30',1),(1145,74,'Haute Garonne','31',1),(1146,74,'Gers','32',1),(1147,74,'Gironde','33',1),(1148,74,'Hérault','34',1),(1149,74,'Ille et Vilaine','35',1),(1150,74,'Indre','36',1),(1151,74,'Indre et Loire','37',1),(1152,74,'Isére','38',1),(1153,74,'Jura','39',1),(1154,74,'Landes','40',1),(1155,74,'Loir et Cher','41',1),(1156,74,'Loire','42',1),(1157,74,'Haute Loire','43',1),(1158,74,'Loire Atlantique','44',1),(1159,74,'Loiret','45',1),(1160,74,'Lot','46',1),(1161,74,'Lot et Garonne','47',1),(1162,74,'Lozère','48',1),(1163,74,'Maine et Loire','49',1),(1164,74,'Manche','50',1),(1165,74,'Marne','51',1),(1166,74,'Haute Marne','52',1),(1167,74,'Mayenne','53',1),(1168,74,'Meurthe et Moselle','54',1),(1169,74,'Meuse','55',1),(1170,74,'Morbihan','56',1),(1171,74,'Moselle','57',1),(1172,74,'Nièvre','58',1),(1173,74,'Nord','59',1),(1174,74,'Oise','60',1),(1175,74,'Orne','61',1),(1176,74,'Pas de Calais','62',1),(1177,74,'Puy de Dôme','63',1),(1178,74,'Pyrénées Atlantiques','64',1),(1179,74,'Hautes Pyrénées','65',1),(1180,74,'Pyrénées Orientales','66',1),(1181,74,'Bas Rhin','67',1),(1182,74,'Haut Rhin','68',1),(1183,74,'Rhône','69',1),(1184,74,'Haute Saône','70',1),(1185,74,'Saône et Loire','71',1),(1186,74,'Sarthe','72',1),(1187,74,'Savoie','73',1),(1188,74,'Haute Savoie','74',1),(1189,74,'Paris','75',1),(1190,74,'Seine Maritime','76',1),(1191,74,'Seine et Marne','77',1),(1192,74,'Yvelines','78',1),(1193,74,'Deux Sèvres','79',1),(1194,74,'Somme','80',1),(1195,74,'Tarn','81',1),(1196,74,'Tarn et Garonne','82',1),(1197,74,'Var','83',1),(1198,74,'Vaucluse','84',1),(1199,74,'Vendée','85',1),(1200,74,'Vienne','86',1),(1201,74,'Haute Vienne','87',1),(1202,74,'Vosges','88',1),(1203,74,'Yonne','89',1),(1204,74,'Territoire de Belfort','90',1),(1205,74,'Essonne','91',1),(1206,74,'Hauts de Seine','92',1),(1207,74,'Seine St-Denis','93',1),(1208,74,'Val de Marne','94',1),(1209,74,'Val d\'Oise','95',1),(1210,76,'Archipel des Marquises','M',1),(1211,76,'Archipel des Tuamotu','T',1),(1212,76,'Archipel des Tubuai','I',1),(1213,76,'Iles du Vent','V',1),(1214,76,'Iles Sous-le-Vent','S',1),(1215,77,'Iles Crozet','C',1),(1216,77,'Iles Kerguelen','K',1),(1217,77,'Ile Amsterdam','A',1),(1218,77,'Ile Saint-Paul','P',1),(1219,77,'Adelie Land','D',1),(1220,78,'Estuaire','ES',1),(1221,78,'Haut-Ogooue','HO',1),(1222,78,'Moyen-Ogooue','MO',1),(1223,78,'Ngounie','NG',1),(1224,78,'Nyanga','NY',1),(1225,78,'Ogooue-Ivindo','OI',1),(1226,78,'Ogooue-Lolo','OL',1),(1227,78,'Ogooue-Maritime','OM',1),(1228,78,'Woleu-Ntem','WN',1),(1229,79,'Banjul','BJ',1),(1230,79,'Basse','BS',1),(1231,79,'Brikama','BR',1),(1232,79,'Janjangbure','JA',1),(1233,79,'Kanifeng','KA',1),(1234,79,'Kerewan','KE',1),(1235,79,'Kuntaur','KU',1),(1236,79,'Mansakonko','MA',1),(1237,79,'Lower River','LR',1),(1238,79,'Central River','CR',1),(1239,79,'North Bank','NB',1),(1240,79,'Upper River','UR',1),(1241,79,'Western','WE',1),(1242,80,'Abkhazia','AB',1),(1243,80,'Ajaria','AJ',1),(1244,80,'Tbilisi','TB',1),(1245,80,'Guria','GU',1),(1246,80,'Imereti','IM',1),(1247,80,'Kakheti','KA',1),(1248,80,'Kvemo Kartli','KK',1),(1249,80,'Mtskheta-Mtianeti','MM',1),(1250,80,'Racha Lechkhumi and Kvemo Svanet','RL',1),(1251,80,'Samegrelo-Zemo Svaneti','SZ',1),(1252,80,'Samtskhe-Javakheti','SJ',1),(1253,80,'Shida Kartli','SK',1),(1254,81,'Baden-Württemberg','BAW',1),(1255,81,'Bayern','BAY',1),(1256,81,'Berlin','BER',1),(1257,81,'Brandenburg','BRG',1),(1258,81,'Bremen','BRE',1),(1259,81,'Hamburg','HAM',1),(1260,81,'Hessen','HES',1),(1261,81,'Mecklenburg-Vorpommern','MEC',1),(1262,81,'Niedersachsen','NDS',1),(1263,81,'Nordrhein-Westfalen','NRW',1),(1264,81,'Rheinland-Pfalz','RHE',1),(1265,81,'Saarland','SAR',1),(1266,81,'Sachsen','SAS',1),(1267,81,'Sachsen-Anhalt','SAC',1),(1268,81,'Schleswig-Holstein','SCN',1),(1269,81,'Thüringen','THE',1),(1270,82,'Ashanti Region','AS',1),(1271,82,'Brong-Ahafo Region','BA',1),(1272,82,'Central Region','CE',1),(1273,82,'Eastern Region','EA',1),(1274,82,'Greater Accra Region','GA',1),(1275,82,'Northern Region','NO',1),(1276,82,'Upper East Region','UE',1),(1277,82,'Upper West Region','UW',1),(1278,82,'Volta Region','VO',1),(1279,82,'Western Region','WE',1),(1280,84,'Attica','AT',1),(1281,84,'Central Greece','CN',1),(1282,84,'Central Macedonia','CM',1),(1283,84,'Crete','CR',1),(1284,84,'East Macedonia and Thrace','EM',1),(1285,84,'Epirus','EP',1),(1286,84,'Ionian Islands','II',1),(1287,84,'North Aegean','NA',1),(1288,84,'Peloponnesos','PP',1),(1289,84,'South Aegean','SA',1),(1290,84,'Thessaly','TH',1),(1291,84,'West Greece','WG',1),(1292,84,'West Macedonia','WM',1),(1293,85,'Avannaa','A',1),(1294,85,'Tunu','T',1),(1295,85,'Kitaa','K',1),(1296,86,'Saint Andrew','A',1),(1297,86,'Saint David','D',1),(1298,86,'Saint George','G',1),(1299,86,'Saint John','J',1),(1300,86,'Saint Mark','M',1),(1301,86,'Saint Patrick','P',1),(1302,86,'Carriacou','C',1),(1303,86,'Petit Martinique','Q',1),(1304,89,'Alta Verapaz','AV',1),(1305,89,'Baja Verapaz','BV',1),(1306,89,'Chimaltenango','CM',1),(1307,89,'Chiquimula','CQ',1),(1308,89,'El Peten','PE',1),(1309,89,'El Progreso','PR',1),(1310,89,'El Quiche','QC',1),(1311,89,'Escuintla','ES',1),(1312,89,'Guatemala','GU',1),(1313,89,'Huehuetenango','HU',1),(1314,89,'Izabal','IZ',1),(1315,89,'Jalapa','JA',1),(1316,89,'Jutiapa','JU',1),(1317,89,'Quetzaltenango','QZ',1),(1318,89,'Retalhuleu','RE',1),(1319,89,'Sacatepequez','ST',1),(1320,89,'San Marcos','SM',1),(1321,89,'Santa Rosa','SR',1),(1322,89,'Solola','SO',1),(1323,89,'Suchitepequez','SU',1),(1324,89,'Totonicapan','TO',1),(1325,89,'Zacapa','ZA',1),(1326,90,'Conakry','CNK',1),(1327,90,'Beyla','BYL',1),(1328,90,'Boffa','BFA',1),(1329,90,'Boke','BOK',1),(1330,90,'Coyah','COY',1),(1331,90,'Dabola','DBL',1),(1332,90,'Dalaba','DLB',1),(1333,90,'Dinguiraye','DGR',1),(1334,90,'Dubreka','DBR',1),(1335,90,'Faranah','FRN',1),(1336,90,'Forecariah','FRC',1),(1337,90,'Fria','FRI',1),(1338,90,'Gaoual','GAO',1),(1339,90,'Gueckedou','GCD',1),(1340,90,'Kankan','KNK',1),(1341,90,'Kerouane','KRN',1),(1342,90,'Kindia','KND',1),(1343,90,'Kissidougou','KSD',1),(1344,90,'Koubia','KBA',1),(1345,90,'Koundara','KDA',1),(1346,90,'Kouroussa','KRA',1),(1347,90,'Labe','LAB',1),(1348,90,'Lelouma','LLM',1),(1349,90,'Lola','LOL',1),(1350,90,'Macenta','MCT',1),(1351,90,'Mali','MAL',1),(1352,90,'Mamou','MAM',1),(1353,90,'Mandiana','MAN',1),(1354,90,'Nzerekore','NZR',1),(1355,90,'Pita','PIT',1),(1356,90,'Siguiri','SIG',1),(1357,90,'Telimele','TLM',1),(1358,90,'Tougue','TOG',1),(1359,90,'Yomou','YOM',1),(1360,91,'Bafata Region','BF',1),(1361,91,'Biombo Region','BB',1),(1362,91,'Bissau Region','BS',1),(1363,91,'Bolama Region','BL',1),(1364,91,'Cacheu Region','CA',1),(1365,91,'Gabu Region','GA',1),(1366,91,'Oio Region','OI',1),(1367,91,'Quinara Region','QU',1),(1368,91,'Tombali Region','TO',1),(1369,92,'Barima-Waini','BW',1),(1370,92,'Cuyuni-Mazaruni','CM',1),(1371,92,'Demerara-Mahaica','DM',1),(1372,92,'East Berbice-Corentyne','EC',1),(1373,92,'Essequibo Islands-West Demerara','EW',1),(1374,92,'Mahaica-Berbice','MB',1),(1375,92,'Pomeroon-Supenaam','PM',1),(1376,92,'Potaro-Siparuni','PI',1),(1377,92,'Upper Demerara-Berbice','UD',1),(1378,92,'Upper Takutu-Upper Essequibo','UT',1),(1379,93,'Artibonite','AR',1),(1380,93,'Centre','CE',1),(1381,93,'Grand\'Anse','GA',1),(1382,93,'Nord','ND',1),(1383,93,'Nord-Est','NE',1),(1384,93,'Nord-Ouest','NO',1),(1385,93,'Ouest','OU',1),(1386,93,'Sud','SD',1),(1387,93,'Sud-Est','SE',1),(1388,94,'Flat Island','F',1),(1389,94,'McDonald Island','M',1),(1390,94,'Shag Island','S',1),(1391,94,'Heard Island','H',1),(1392,95,'Atlantida','AT',1),(1393,95,'Choluteca','CH',1),(1394,95,'Colon','CL',1),(1395,95,'Comayagua','CM',1),(1396,95,'Copan','CP',1),(1397,95,'Cortes','CR',1),(1398,95,'El Paraiso','PA',1),(1399,95,'Francisco Morazan','FM',1),(1400,95,'Gracias a Dios','GD',1),(1401,95,'Intibuca','IN',1),(1402,95,'Islas de la Bahia (Bay Islands)','IB',1),(1403,95,'La Paz','PZ',1),(1404,95,'Lempira','LE',1),(1405,95,'Ocotepeque','OC',1),(1406,95,'Olancho','OL',1),(1407,95,'Santa Barbara','SB',1),(1408,95,'Valle','VA',1),(1409,95,'Yoro','YO',1),(1410,96,'Central and Western Hong Kong Island','HCW',1),(1411,96,'Eastern Hong Kong Island','HEA',1),(1412,96,'Southern Hong Kong Island','HSO',1),(1413,96,'Wan Chai Hong Kong Island','HWC',1),(1414,96,'Kowloon City Kowloon','KKC',1),(1415,96,'Kwun Tong Kowloon','KKT',1),(1416,96,'Sham Shui Po Kowloon','KSS',1),(1417,96,'Wong Tai Sin Kowloon','KWT',1),(1418,96,'Yau Tsim Mong Kowloon','KYT',1),(1419,96,'Islands New Territories','NIS',1),(1420,96,'Kwai Tsing New Territories','NKT',1),(1421,96,'North New Territories','NNO',1),(1422,96,'Sai Kung New Territories','NSK',1),(1423,96,'Sha Tin New Territories','NST',1),(1424,96,'Tai Po New Territories','NTP',1),(1425,96,'Tsuen Wan New Territories','NTW',1),(1426,96,'Tuen Mun New Territories','NTM',1),(1427,96,'Yuen Long New Territories','NYL',1),(1428,97,'Bacs-Kiskun','BK',1),(1429,97,'Baranya','BA',1),(1430,97,'Bekes','BE',1),(1431,97,'Bekescsaba','BS',1),(1432,97,'Borsod-Abauj-Zemplen','BZ',1),(1433,97,'Budapest','BU',1),(1434,97,'Csongrad','CS',1),(1435,97,'Debrecen','DE',1),(1436,97,'Dunaujvaros','DU',1),(1437,97,'Eger','EG',1),(1438,97,'Fejer','FE',1),(1439,97,'Gyor','GY',1),(1440,97,'Gyor-Moson-Sopron','GM',1),(1441,97,'Hajdu-Bihar','HB',1),(1442,97,'Heves','HE',1),(1443,97,'Hodmezovasarhely','HO',1),(1444,97,'Jasz-Nagykun-Szolnok','JN',1),(1445,97,'Kaposvar','KA',1),(1446,97,'Kecskemet','KE',1),(1447,97,'Komarom-Esztergom','KO',1),(1448,97,'Miskolc','MI',1),(1449,97,'Nagykanizsa','NA',1),(1450,97,'Nograd','NO',1),(1451,97,'Nyiregyhaza','NY',1),(1452,97,'Pecs','PE',1),(1453,97,'Pest','PS',1),(1454,97,'Somogy','SO',1),(1455,97,'Sopron','SP',1),(1456,97,'Szabolcs-Szatmar-Bereg','SS',1),(1457,97,'Szeged','SZ',1),(1458,97,'Szekesfehervar','SE',1),(1459,97,'Szolnok','SL',1),(1460,97,'Szombathely','SM',1),(1461,97,'Tatabanya','TA',1),(1462,97,'Tolna','TO',1),(1463,97,'Vas','VA',1),(1464,97,'Veszprem','VE',1),(1465,97,'Zala','ZA',1),(1466,97,'Zalaegerszeg','ZZ',1),(1467,98,'Austurland','AL',1),(1468,98,'Hofuoborgarsvaeoi','HF',1),(1469,98,'Norourland eystra','NE',1),(1470,98,'Norourland vestra','NV',1),(1471,98,'Suourland','SL',1),(1472,98,'Suournes','SN',1),(1473,98,'Vestfiroir','VF',1),(1474,98,'Vesturland','VL',1),(1475,99,'Andaman and Nicobar Islands','AN',1),(1476,99,'Andhra Pradesh','AP',1),(1477,99,'Arunachal Pradesh','AR',1),(1478,99,'Assam','AS',1),(1479,99,'Bihar','BI',1),(1480,99,'Chandigarh','CH',1),(1481,99,'Dadra and Nagar Haveli','DA',1),(1482,99,'Daman and Diu','DM',1),(1483,99,'Delhi','DE',1),(1484,99,'Goa','GO',1),(1485,99,'Gujarat','GU',1),(1486,99,'Haryana','HA',1),(1487,99,'Himachal Pradesh','HP',1),(1488,99,'Jammu and Kashmir','JA',1),(1489,99,'Karnataka','KA',1),(1490,99,'Kerala','KE',1),(1491,99,'Lakshadweep Islands','LI',1),(1492,99,'Madhya Pradesh','MP',1),(1493,99,'Maharashtra','MA',1),(1494,99,'Manipur','MN',1),(1495,99,'Meghalaya','ME',1),(1496,99,'Mizoram','MI',1),(1497,99,'Nagaland','NA',1),(1498,99,'Orissa','OR',1),(1499,99,'Pondicherry','PO',1),(1500,99,'Punjab','PU',1),(1501,99,'Rajasthan','RA',1),(1502,99,'Sikkim','SI',1),(1503,99,'Tamil Nadu','TN',1),(1504,99,'Tripura','TR',1),(1505,99,'Uttar Pradesh','UP',1),(1506,99,'West Bengal','WB',1),(1507,100,'Aceh','AC',1),(1508,100,'Bali','BA',1),(1509,100,'Banten','BT',1),(1510,100,'Bengkulu','BE',1),(1511,100,'BoDeTaBek','BD',1),(1512,100,'Gorontalo','GO',1),(1513,100,'Jakarta Raya','JK',1),(1514,100,'Jambi','JA',1),(1515,100,'Jawa Barat','JB',1),(1516,100,'Jawa Tengah','JT',1),(1517,100,'Jawa Timur','JI',1),(1518,100,'Kalimantan Barat','KB',1),(1519,100,'Kalimantan Selatan','KS',1),(1520,100,'Kalimantan Tengah','KT',1),(1521,100,'Kalimantan Timur','KI',1),(1522,100,'Kepulauan Bangka Belitung','BB',1),(1523,100,'Lampung','LA',1),(1524,100,'Maluku','MA',1),(1525,100,'Maluku Utara','MU',1),(1526,100,'Nusa Tenggara Barat','NB',1),(1527,100,'Nusa Tenggara Timur','NT',1),(1528,100,'Papua','PA',1),(1529,100,'Riau','RI',1),(1530,100,'Sulawesi Selatan','SN',1),(1531,100,'Sulawesi Tengah','ST',1),(1532,100,'Sulawesi Tenggara','SG',1),(1533,100,'Sulawesi Utara','SA',1),(1534,100,'Sumatera Barat','SB',1),(1535,100,'Sumatera Selatan','SS',1),(1536,100,'Sumatera Utara','SU',1),(1537,100,'Yogyakarta','YO',1),(1538,101,'Tehran','TEH',1),(1539,101,'Qom','QOM',1),(1540,101,'Markazi','MKZ',1),(1541,101,'Qazvin','QAZ',1),(1542,101,'Gilan','GIL',1),(1543,101,'Ardabil','ARD',1),(1544,101,'Zanjan','ZAN',1),(1545,101,'East Azarbaijan','EAZ',1),(1546,101,'West Azarbaijan','WEZ',1),(1547,101,'Kurdistan','KRD',1),(1548,101,'Hamadan','HMD',1),(1549,101,'Kermanshah','KRM',1),(1550,101,'Ilam','ILM',1),(1551,101,'Lorestan','LRS',1),(1552,101,'Khuzestan','KZT',1),(1553,101,'Chahar Mahaal and Bakhtiari','CMB',1),(1554,101,'Kohkiluyeh and Buyer Ahmad','KBA',1),(1555,101,'Bushehr','BSH',1),(1556,101,'Fars','FAR',1),(1557,101,'Hormozgan','HRM',1),(1558,101,'Sistan and Baluchistan','SBL',1),(1559,101,'Kerman','KRB',1),(1560,101,'Yazd','YZD',1),(1561,101,'Esfahan','EFH',1),(1562,101,'Semnan','SMN',1),(1563,101,'Mazandaran','MZD',1),(1564,101,'Golestan','GLS',1),(1565,101,'North Khorasan','NKH',1),(1566,101,'Razavi Khorasan','RKH',1),(1567,101,'South Khorasan','SKH',1),(1568,102,'Baghdad','BD',1),(1569,102,'Salah ad Din','SD',1),(1570,102,'Diyala','DY',1),(1571,102,'Wasit','WS',1),(1572,102,'Maysan','MY',1),(1573,102,'Al Basrah','BA',1),(1574,102,'Dhi Qar','DQ',1),(1575,102,'Al Muthanna','MU',1),(1576,102,'Al Qadisyah','QA',1),(1577,102,'Babil','BB',1),(1578,102,'Al Karbala','KB',1),(1579,102,'An Najaf','NJ',1),(1580,102,'Al Anbar','AB',1),(1581,102,'Ninawa','NN',1),(1582,102,'Dahuk','DH',1),(1583,102,'Arbil','AL',1),(1584,102,'At Ta\'mim','TM',1),(1585,102,'As Sulaymaniyah','SL',1),(1586,103,'Carlow','CA',1),(1587,103,'Cavan','CV',1),(1588,103,'Clare','CL',1),(1589,103,'Cork','CO',1),(1590,103,'Donegal','DO',1),(1591,103,'Dublin','DU',1),(1592,103,'Galway','GA',1),(1593,103,'Kerry','KE',1),(1594,103,'Kildare','KI',1),(1595,103,'Kilkenny','KL',1),(1596,103,'Laois','LA',1),(1597,103,'Leitrim','LE',1),(1598,103,'Limerick','LI',1),(1599,103,'Longford','LO',1),(1600,103,'Louth','LU',1),(1601,103,'Mayo','MA',1),(1602,103,'Meath','ME',1),(1603,103,'Monaghan','MO',1),(1604,103,'Offaly','OF',1),(1605,103,'Roscommon','RO',1),(1606,103,'Sligo','SL',1),(1607,103,'Tipperary','TI',1),(1608,103,'Waterford','WA',1),(1609,103,'Westmeath','WE',1),(1610,103,'Wexford','WX',1),(1611,103,'Wicklow','WI',1),(1612,104,'Be\'er Sheva','BS',1),(1613,104,'Bika\'at Hayarden','BH',1),(1614,104,'Eilat and Arava','EA',1),(1615,104,'Galil','GA',1),(1616,104,'Haifa','HA',1),(1617,104,'Jehuda Mountains','JM',1),(1618,104,'Jerusalem','JE',1),(1619,104,'Negev','NE',1),(1620,104,'Semaria','SE',1),(1621,104,'Sharon','SH',1),(1622,104,'Tel Aviv (Gosh Dan)','TA',1),(3860,105,'Caltanissetta','CL',1),(3842,105,'Agrigento','AG',1),(3843,105,'Alessandria','AL',1),(3844,105,'Ancona','AN',1),(3845,105,'Aosta','AO',1),(3846,105,'Arezzo','AR',1),(3847,105,'Ascoli Piceno','AP',1),(3848,105,'Asti','AT',1),(3849,105,'Avellino','AV',1),(3850,105,'Bari','BA',1),(3851,105,'Belluno','BL',1),(3852,105,'Benevento','BN',1),(3853,105,'Bergamo','BG',1),(3854,105,'Biella','BI',1),(3855,105,'Bologna','BO',1),(3856,105,'Bolzano','BZ',1),(3857,105,'Brescia','BS',1),(3858,105,'Brindisi','BR',1),(3859,105,'Cagliari','CA',1),(1643,106,'Clarendon Parish','CLA',1),(1644,106,'Hanover Parish','HAN',1),(1645,106,'Kingston Parish','KIN',1),(1646,106,'Manchester Parish','MAN',1),(1647,106,'Portland Parish','POR',1),(1648,106,'Saint Andrew Parish','AND',1),(1649,106,'Saint Ann Parish','ANN',1),(1650,106,'Saint Catherine Parish','CAT',1),(1651,106,'Saint Elizabeth Parish','ELI',1),(1652,106,'Saint James Parish','JAM',1),(1653,106,'Saint Mary Parish','MAR',1),(1654,106,'Saint Thomas Parish','THO',1),(1655,106,'Trelawny Parish','TRL',1),(1656,106,'Westmoreland Parish','WML',1),(1657,107,'Aichi','AI',1),(1658,107,'Akita','AK',1),(1659,107,'Aomori','AO',1),(1660,107,'Chiba','CH',1),(1661,107,'Ehime','EH',1),(1662,107,'Fukui','FK',1),(1663,107,'Fukuoka','FU',1),(1664,107,'Fukushima','FS',1),(1665,107,'Gifu','GI',1),(1666,107,'Gumma','GU',1),(1667,107,'Hiroshima','HI',1),(1668,107,'Hokkaido','HO',1),(1669,107,'Hyogo','HY',1),(1670,107,'Ibaraki','IB',1),(1671,107,'Ishikawa','IS',1),(1672,107,'Iwate','IW',1),(1673,107,'Kagawa','KA',1),(1674,107,'Kagoshima','KG',1),(1675,107,'Kanagawa','KN',1),(1676,107,'Kochi','KO',1),(1677,107,'Kumamoto','KU',1),(1678,107,'Kyoto','KY',1),(1679,107,'Mie','MI',1),(1680,107,'Miyagi','MY',1),(1681,107,'Miyazaki','MZ',1),(1682,107,'Nagano','NA',1),(1683,107,'Nagasaki','NG',1),(1684,107,'Nara','NR',1),(1685,107,'Niigata','NI',1),(1686,107,'Oita','OI',1),(1687,107,'Okayama','OK',1),(1688,107,'Okinawa','ON',1),(1689,107,'Osaka','OS',1),(1690,107,'Saga','SA',1),(1691,107,'Saitama','SI',1),(1692,107,'Shiga','SH',1),(1693,107,'Shimane','SM',1),(1694,107,'Shizuoka','SZ',1),(1695,107,'Tochigi','TO',1),(1696,107,'Tokushima','TS',1),(1697,107,'Tokyo','TK',1),(1698,107,'Tottori','TT',1),(1699,107,'Toyama','TY',1),(1700,107,'Wakayama','WA',1),(1701,107,'Yamagata','YA',1),(1702,107,'Yamaguchi','YM',1),(1703,107,'Yamanashi','YN',1),(1704,108,'\'Amman','AM',1),(1705,108,'Ajlun','AJ',1),(1706,108,'Al \'Aqabah','AA',1),(1707,108,'Al Balqa\'','AB',1),(1708,108,'Al Karak','AK',1),(1709,108,'Al Mafraq','AL',1),(1710,108,'At Tafilah','AT',1),(1711,108,'Az Zarqa\'','AZ',1),(1712,108,'Irbid','IR',1),(1713,108,'Jarash','JA',1),(1714,108,'Ma\'an','MA',1),(1715,108,'Madaba','MD',1),(1716,109,'Almaty','AL',1),(1717,109,'Almaty City','AC',1),(1718,109,'Aqmola','AM',1),(1719,109,'Aqtobe','AQ',1),(1720,109,'Astana City','AS',1),(1721,109,'Atyrau','AT',1),(1722,109,'Batys Qazaqstan','BA',1),(1723,109,'Bayqongyr City','BY',1),(1724,109,'Mangghystau','MA',1),(1725,109,'Ongtustik Qazaqstan','ON',1),(1726,109,'Pavlodar','PA',1),(1727,109,'Qaraghandy','QA',1),(1728,109,'Qostanay','QO',1),(1729,109,'Qyzylorda','QY',1),(1730,109,'Shyghys Qazaqstan','SH',1),(1731,109,'Soltustik Qazaqstan','SO',1),(1732,109,'Zhambyl','ZH',1),(1733,110,'Central','CE',1),(1734,110,'Coast','CO',1),(1735,110,'Eastern','EA',1),(1736,110,'Nairobi Area','NA',1),(1737,110,'North Eastern','NE',1),(1738,110,'Nyanza','NY',1),(1739,110,'Rift Valley','RV',1),(1740,110,'Western','WE',1),(1741,111,'Abaiang','AG',1),(1742,111,'Abemama','AM',1),(1743,111,'Aranuka','AK',1),(1744,111,'Arorae','AO',1),(1745,111,'Banaba','BA',1),(1746,111,'Beru','BE',1),(1747,111,'Butaritari','bT',1),(1748,111,'Kanton','KA',1),(1749,111,'Kiritimati','KR',1),(1750,111,'Kuria','KU',1),(1751,111,'Maiana','MI',1),(1752,111,'Makin','MN',1),(1753,111,'Marakei','ME',1),(1754,111,'Nikunau','NI',1),(1755,111,'Nonouti','NO',1),(1756,111,'Onotoa','ON',1),(1757,111,'Tabiteuea','TT',1),(1758,111,'Tabuaeran','TR',1),(1759,111,'Tamana','TM',1),(1760,111,'Tarawa','TW',1),(1761,111,'Teraina','TE',1),(1762,112,'Chagang-do','CHA',1),(1763,112,'Hamgyong-bukto','HAB',1),(1764,112,'Hamgyong-namdo','HAN',1),(1765,112,'Hwanghae-bukto','HWB',1),(1766,112,'Hwanghae-namdo','HWN',1),(1767,112,'Kangwon-do','KAN',1),(1768,112,'P\'yongan-bukto','PYB',1),(1769,112,'P\'yongan-namdo','PYN',1),(1770,112,'Ryanggang-do (Yanggang-do)','YAN',1),(1771,112,'Rason Directly Governed City','NAJ',1),(1772,112,'P\'yongyang Special City','PYO',1),(1773,113,'Ch\'ungch\'ong-bukto','CO',1),(1774,113,'Ch\'ungch\'ong-namdo','CH',1),(1775,113,'Cheju-do','CD',1),(1776,113,'Cholla-bukto','CB',1),(1777,113,'Cholla-namdo','CN',1),(1778,113,'Inch\'on-gwangyoksi','IG',1),(1779,113,'Kangwon-do','KA',1),(1780,113,'Kwangju-gwangyoksi','KG',1),(1781,113,'Kyonggi-do','KD',1),(1782,113,'Kyongsang-bukto','KB',1),(1783,113,'Kyongsang-namdo','KN',1),(1784,113,'Pusan-gwangyoksi','PG',1),(1785,113,'Soul-t\'ukpyolsi','SO',1),(1786,113,'Taegu-gwangyoksi','TA',1),(1787,113,'Taejon-gwangyoksi','TG',1),(1788,114,'Al \'Asimah','AL',1),(1789,114,'Al Ahmadi','AA',1),(1790,114,'Al Farwaniyah','AF',1),(1791,114,'Al Jahra\'','AJ',1),(1792,114,'Hawalli','HA',1),(1793,115,'Bishkek','GB',1),(1794,115,'Batken','B',1),(1795,115,'Chu','C',1),(1796,115,'Jalal-Abad','J',1),(1797,115,'Naryn','N',1),(1798,115,'Osh','O',1),(1799,115,'Talas','T',1),(1800,115,'Ysyk-Kol','Y',1),(1801,116,'Vientiane','VT',1),(1802,116,'Attapu','AT',1),(1803,116,'Bokeo','BK',1),(1804,116,'Bolikhamxai','BL',1),(1805,116,'Champasak','CH',1),(1806,116,'Houaphan','HO',1),(1807,116,'Khammouan','KH',1),(1808,116,'Louang Namtha','LM',1),(1809,116,'Louangphabang','LP',1),(1810,116,'Oudomxai','OU',1),(1811,116,'Phongsali','PH',1),(1812,116,'Salavan','SL',1),(1813,116,'Savannakhet','SV',1),(1814,116,'Vientiane','VI',1),(1815,116,'Xaignabouli','XA',1),(1816,116,'Xekong','XE',1),(1817,116,'Xiangkhoang','XI',1),(1818,116,'Xaisomboun','XN',1),(1819,117,'Aizkraukles Rajons','AIZ',1),(1820,117,'Aluksnes Rajons','ALU',1),(1821,117,'Balvu Rajons','BAL',1),(1822,117,'Bauskas Rajons','BAU',1),(1823,117,'Cesu Rajons','CES',1),(1824,117,'Daugavpils Rajons','DGR',1),(1825,117,'Dobeles Rajons','DOB',1),(1826,117,'Gulbenes Rajons','GUL',1),(1827,117,'Jekabpils Rajons','JEK',1),(1828,117,'Jelgavas Rajons','JGR',1),(1829,117,'Kraslavas Rajons','KRA',1),(1830,117,'Kuldigas Rajons','KUL',1),(1831,117,'Liepajas Rajons','LPR',1),(1832,117,'Limbazu Rajons','LIM',1),(1833,117,'Ludzas Rajons','LUD',1),(1834,117,'Madonas Rajons','MAD',1),(1835,117,'Ogres Rajons','OGR',1),(1836,117,'Preilu Rajons','PRE',1),(1837,117,'Rezeknes Rajons','RZR',1),(1838,117,'Rigas Rajons','RGR',1),(1839,117,'Saldus Rajons','SAL',1),(1840,117,'Talsu Rajons','TAL',1),(1841,117,'Tukuma Rajons','TUK',1),(1842,117,'Valkas Rajons','VLK',1),(1843,117,'Valmieras Rajons','VLM',1),(1844,117,'Ventspils Rajons','VSR',1),(1845,117,'Daugavpils','DGV',1),(1846,117,'Jelgava','JGV',1),(1847,117,'Jurmala','JUR',1),(1848,117,'Liepaja','LPK',1),(1849,117,'Rezekne','RZK',1),(1850,117,'Riga','RGA',1),(1851,117,'Ventspils','VSL',1),(1852,119,'Berea','BE',1),(1853,119,'Butha-Buthe','BB',1),(1854,119,'Leribe','LE',1),(1855,119,'Mafeteng','MF',1),(1856,119,'Maseru','MS',1),(1857,119,'Mohale\'s Hoek','MH',1),(1858,119,'Mokhotlong','MK',1),(1859,119,'Qacha\'s Nek','QN',1),(1860,119,'Quthing','QT',1),(1861,119,'Thaba-Tseka','TT',1),(1862,120,'Bomi','BI',1),(1863,120,'Bong','BG',1),(1864,120,'Grand Bassa','GB',1),(1865,120,'Grand Cape Mount','CM',1),(1866,120,'Grand Gedeh','GG',1),(1867,120,'Grand Kru','GK',1),(1868,120,'Lofa','LO',1),(1869,120,'Margibi','MG',1),(1870,120,'Maryland','ML',1),(1871,120,'Montserrado','MS',1),(1872,120,'Nimba','NB',1),(1873,120,'River Cess','RC',1),(1874,120,'Sinoe','SN',1),(1875,121,'Ajdabiya','AJ',1),(1876,121,'Al \'Aziziyah','AZ',1),(1877,121,'Al Fatih','FA',1),(1878,121,'Al Jabal al Akhdar','JA',1),(1879,121,'Al Jufrah','JU',1),(1880,121,'Al Khums','KH',1),(1881,121,'Al Kufrah','KU',1),(1882,121,'An Nuqat al Khams','NK',1),(1883,121,'Ash Shati\'','AS',1),(1884,121,'Awbari','AW',1),(1885,121,'Az Zawiyah','ZA',1),(1886,121,'Banghazi','BA',1),(1887,121,'Darnah','DA',1),(1888,121,'Ghadamis','GD',1),(1889,121,'Gharyan','GY',1),(1890,121,'Misratah','MI',1),(1891,121,'Murzuq','MZ',1),(1892,121,'Sabha','SB',1),(1893,121,'Sawfajjin','SW',1),(1894,121,'Surt','SU',1),(1895,121,'Tarabulus (Tripoli)','TL',1),(1896,121,'Tarhunah','TH',1),(1897,121,'Tubruq','TU',1),(1898,121,'Yafran','YA',1),(1899,121,'Zlitan','ZL',1),(1900,122,'Vaduz','V',1),(1901,122,'Schaan','A',1),(1902,122,'Balzers','B',1),(1903,122,'Triesen','N',1),(1904,122,'Eschen','E',1),(1905,122,'Mauren','M',1),(1906,122,'Triesenberg','T',1),(1907,122,'Ruggell','R',1),(1908,122,'Gamprin','G',1),(1909,122,'Schellenberg','L',1),(1910,122,'Planken','P',1),(1911,123,'Alytus','AL',1),(1912,123,'Kaunas','KA',1),(1913,123,'Klaipeda','KL',1),(1914,123,'Marijampole','MA',1),(1915,123,'Panevezys','PA',1),(1916,123,'Siauliai','SI',1),(1917,123,'Taurage','TA',1),(1918,123,'Telsiai','TE',1),(1919,123,'Utena','UT',1),(1920,123,'Vilnius','VI',1),(1921,124,'Diekirch','DD',1),(1922,124,'Clervaux','DC',1),(1923,124,'Redange','DR',1),(1924,124,'Vianden','DV',1),(1925,124,'Wiltz','DW',1),(1926,124,'Grevenmacher','GG',1),(1927,124,'Echternach','GE',1),(1928,124,'Remich','GR',1),(1929,124,'Luxembourg','LL',1),(1930,124,'Capellen','LC',1),(1931,124,'Esch-sur-Alzette','LE',1),(1932,124,'Mersch','LM',1),(1933,125,'Our Lady Fatima Parish','OLF',1),(1934,125,'St. Anthony Parish','ANT',1),(1935,125,'St. Lazarus Parish','LAZ',1),(1936,125,'Cathedral Parish','CAT',1),(1937,125,'St. Lawrence Parish','LAW',1),(1938,127,'Antananarivo','AN',1),(1939,127,'Antsiranana','AS',1),(1940,127,'Fianarantsoa','FN',1),(1941,127,'Mahajanga','MJ',1),(1942,127,'Toamasina','TM',1),(1943,127,'Toliara','TL',1),(1944,128,'Balaka','BLK',1),(1945,128,'Blantyre','BLT',1),(1946,128,'Chikwawa','CKW',1),(1947,128,'Chiradzulu','CRD',1),(1948,128,'Chitipa','CTP',1),(1949,128,'Dedza','DDZ',1),(1950,128,'Dowa','DWA',1),(1951,128,'Karonga','KRG',1),(1952,128,'Kasungu','KSG',1),(1953,128,'Likoma','LKM',1),(1954,128,'Lilongwe','LLG',1),(1955,128,'Machinga','MCG',1),(1956,128,'Mangochi','MGC',1),(1957,128,'Mchinji','MCH',1),(1958,128,'Mulanje','MLJ',1),(1959,128,'Mwanza','MWZ',1),(1960,128,'Mzimba','MZM',1),(1961,128,'Ntcheu','NTU',1),(1962,128,'Nkhata Bay','NKB',1),(1963,128,'Nkhotakota','NKH',1),(1964,128,'Nsanje','NSJ',1),(1965,128,'Ntchisi','NTI',1),(1966,128,'Phalombe','PHL',1),(1967,128,'Rumphi','RMP',1),(1968,128,'Salima','SLM',1),(1969,128,'Thyolo','THY',1),(1970,128,'Zomba','ZBA',1),(1971,129,'Johor','JO',1),(1972,129,'Kedah','KE',1),(1973,129,'Kelantan','KL',1),(1974,129,'Labuan','LA',1),(1975,129,'Melaka','ME',1),(1976,129,'Negeri Sembilan','NS',1),(1977,129,'Pahang','PA',1),(1978,129,'Perak','PE',1),(1979,129,'Perlis','PR',1),(1980,129,'Pulau Pinang','PP',1),(1981,129,'Sabah','SA',1),(1982,129,'Sarawak','SR',1),(1983,129,'Selangor','SE',1),(1984,129,'Terengganu','TE',1),(1985,129,'Wilayah Persekutuan','WP',1),(1986,130,'Thiladhunmathi Uthuru','THU',1),(1987,130,'Thiladhunmathi Dhekunu','THD',1),(1988,130,'Miladhunmadulu Uthuru','MLU',1),(1989,130,'Miladhunmadulu Dhekunu','MLD',1),(1990,130,'Maalhosmadulu Uthuru','MAU',1),(1991,130,'Maalhosmadulu Dhekunu','MAD',1),(1992,130,'Faadhippolhu','FAA',1),(1993,130,'Male Atoll','MAA',1),(1994,130,'Ari Atoll Uthuru','AAU',1),(1995,130,'Ari Atoll Dheknu','AAD',1),(1996,130,'Felidhe Atoll','FEA',1),(1997,130,'Mulaku Atoll','MUA',1),(1998,130,'Nilandhe Atoll Uthuru','NAU',1),(1999,130,'Nilandhe Atoll Dhekunu','NAD',1),(2000,130,'Kolhumadulu','KLH',1),(2001,130,'Hadhdhunmathi','HDH',1),(2002,130,'Huvadhu Atoll Uthuru','HAU',1),(2003,130,'Huvadhu Atoll Dhekunu','HAD',1),(2004,130,'Fua Mulaku','FMU',1),(2005,130,'Addu','ADD',1),(2006,131,'Gao','GA',1),(2007,131,'Kayes','KY',1),(2008,131,'Kidal','KD',1),(2009,131,'Koulikoro','KL',1),(2010,131,'Mopti','MP',1),(2011,131,'Segou','SG',1),(2012,131,'Sikasso','SK',1),(2013,131,'Tombouctou','TB',1),(2014,131,'Bamako Capital District','CD',1),(2015,132,'Attard','ATT',1),(2016,132,'Balzan','BAL',1),(2017,132,'Birgu','BGU',1),(2018,132,'Birkirkara','BKK',1),(2019,132,'Birzebbuga','BRZ',1),(2020,132,'Bormla','BOR',1),(2021,132,'Dingli','DIN',1),(2022,132,'Fgura','FGU',1),(2023,132,'Floriana','FLO',1),(2024,132,'Gudja','GDJ',1),(2025,132,'Gzira','GZR',1),(2026,132,'Gargur','GRG',1),(2027,132,'Gaxaq','GXQ',1),(2028,132,'Hamrun','HMR',1),(2029,132,'Iklin','IKL',1),(2030,132,'Isla','ISL',1),(2031,132,'Kalkara','KLK',1),(2032,132,'Kirkop','KRK',1),(2033,132,'Lija','LIJ',1),(2034,132,'Luqa','LUQ',1),(2035,132,'Marsa','MRS',1),(2036,132,'Marsaskala','MKL',1),(2037,132,'Marsaxlokk','MXL',1),(2038,132,'Mdina','MDN',1),(2039,132,'Melliea','MEL',1),(2040,132,'Mgarr','MGR',1),(2041,132,'Mosta','MST',1),(2042,132,'Mqabba','MQA',1),(2043,132,'Msida','MSI',1),(2044,132,'Mtarfa','MTF',1),(2045,132,'Naxxar','NAX',1),(2046,132,'Paola','PAO',1),(2047,132,'Pembroke','PEM',1),(2048,132,'Pieta','PIE',1),(2049,132,'Qormi','QOR',1),(2050,132,'Qrendi','QRE',1),(2051,132,'Rabat','RAB',1),(2052,132,'Safi','SAF',1),(2053,132,'San Giljan','SGI',1),(2054,132,'Santa Lucija','SLU',1),(2055,132,'San Pawl il-Bahar','SPB',1),(2056,132,'San Gwann','SGW',1),(2057,132,'Santa Venera','SVE',1),(2058,132,'Siggiewi','SIG',1),(2059,132,'Sliema','SLM',1),(2060,132,'Swieqi','SWQ',1),(2061,132,'Ta Xbiex','TXB',1),(2062,132,'Tarxien','TRX',1),(2063,132,'Valletta','VLT',1),(2064,132,'Xgajra','XGJ',1),(2065,132,'Zabbar','ZBR',1),(2066,132,'Zebbug','ZBG',1),(2067,132,'Zejtun','ZJT',1),(2068,132,'Zurrieq','ZRQ',1),(2069,132,'Fontana','FNT',1),(2070,132,'Ghajnsielem','GHJ',1),(2071,132,'Gharb','GHR',1),(2072,132,'Ghasri','GHS',1),(2073,132,'Kercem','KRC',1),(2074,132,'Munxar','MUN',1),(2075,132,'Nadur','NAD',1),(2076,132,'Qala','QAL',1),(2077,132,'Victoria','VIC',1),(2078,132,'San Lawrenz','SLA',1),(2079,132,'Sannat','SNT',1),(2080,132,'Xagra','ZAG',1),(2081,132,'Xewkija','XEW',1),(2082,132,'Zebbug','ZEB',1),(2083,133,'Ailinginae','ALG',1),(2084,133,'Ailinglaplap','ALL',1),(2085,133,'Ailuk','ALK',1),(2086,133,'Arno','ARN',1),(2087,133,'Aur','AUR',1),(2088,133,'Bikar','BKR',1),(2089,133,'Bikini','BKN',1),(2090,133,'Bokak','BKK',1),(2091,133,'Ebon','EBN',1),(2092,133,'Enewetak','ENT',1),(2093,133,'Erikub','EKB',1),(2094,133,'Jabat','JBT',1),(2095,133,'Jaluit','JLT',1),(2096,133,'Jemo','JEM',1),(2097,133,'Kili','KIL',1),(2098,133,'Kwajalein','KWJ',1),(2099,133,'Lae','LAE',1),(2100,133,'Lib','LIB',1),(2101,133,'Likiep','LKP',1),(2102,133,'Majuro','MJR',1),(2103,133,'Maloelap','MLP',1),(2104,133,'Mejit','MJT',1),(2105,133,'Mili','MIL',1),(2106,133,'Namorik','NMK',1),(2107,133,'Namu','NAM',1),(2108,133,'Rongelap','RGL',1),(2109,133,'Rongrik','RGK',1),(2110,133,'Toke','TOK',1),(2111,133,'Ujae','UJA',1),(2112,133,'Ujelang','UJL',1),(2113,133,'Utirik','UTK',1),(2114,133,'Wotho','WTH',1),(2115,133,'Wotje','WTJ',1),(2116,135,'Adrar','AD',1),(2117,135,'Assaba','AS',1),(2118,135,'Brakna','BR',1),(2119,135,'Dakhlet Nouadhibou','DN',1),(2120,135,'Gorgol','GO',1),(2121,135,'Guidimaka','GM',1),(2122,135,'Hodh Ech Chargui','HC',1),(2123,135,'Hodh El Gharbi','HG',1),(2124,135,'Inchiri','IN',1),(2125,135,'Tagant','TA',1),(2126,135,'Tiris Zemmour','TZ',1),(2127,135,'Trarza','TR',1),(2128,135,'Nouakchott','NO',1),(2129,136,'Beau Bassin-Rose Hill','BR',1),(2130,136,'Curepipe','CU',1),(2131,136,'Port Louis','PU',1),(2132,136,'Quatre Bornes','QB',1),(2133,136,'Vacoas-Phoenix','VP',1),(2134,136,'Agalega Islands','AG',1),(2135,136,'Cargados Carajos Shoals (Saint Brandon Islands)','CC',1),(2136,136,'Rodrigues','RO',1),(2137,136,'Black River','BL',1),(2138,136,'Flacq','FL',1),(2139,136,'Grand Port','GP',1),(2140,136,'Moka','MO',1),(2141,136,'Pamplemousses','PA',1),(2142,136,'Plaines Wilhems','PW',1),(2143,136,'Port Louis','PL',1),(2144,136,'Riviere du Rempart','RR',1),(2145,136,'Savanne','SA',1),(2146,138,'Baja California Norte','BN',1),(2147,138,'Baja California Sur','BS',1),(2148,138,'Campeche','CA',1),(2149,138,'Chiapas','CI',1),(2150,138,'Chihuahua','CH',1),(2151,138,'Coahuila de Zaragoza','CZ',1),(2152,138,'Colima','CL',1),(2153,138,'Distrito Federal','DF',1),(2154,138,'Durango','DU',1),(2155,138,'Guanajuato','GA',1),(2156,138,'Guerrero','GE',1),(2157,138,'Hidalgo','HI',1),(2158,138,'Jalisco','JA',1),(2159,138,'Mexico','ME',1),(2160,138,'Michoacan de Ocampo','MI',1),(2161,138,'Morelos','MO',1),(2162,138,'Nayarit','NA',1),(2163,138,'Nuevo Leon','NL',1),(2164,138,'Oaxaca','OA',1),(2165,138,'Puebla','PU',1),(2166,138,'Queretaro de Arteaga','QA',1),(2167,138,'Quintana Roo','QR',1),(2168,138,'San Luis Potosi','SA',1),(2169,138,'Sinaloa','SI',1),(2170,138,'Sonora','SO',1),(2171,138,'Tabasco','TB',1),(2172,138,'Tamaulipas','TM',1),(2173,138,'Tlaxcala','TL',1),(2174,138,'Veracruz-Llave','VE',1),(2175,138,'Yucatan','YU',1),(2176,138,'Zacatecas','ZA',1),(2177,139,'Chuuk','C',1),(2178,139,'Kosrae','K',1),(2179,139,'Pohnpei','P',1),(2180,139,'Yap','Y',1),(2181,140,'Gagauzia','GA',1),(2182,140,'Chisinau','CU',1),(2183,140,'Balti','BA',1),(2184,140,'Cahul','CA',1),(2185,140,'Edinet','ED',1),(2186,140,'Lapusna','LA',1),(2187,140,'Orhei','OR',1),(2188,140,'Soroca','SO',1),(2189,140,'Tighina','TI',1),(2190,140,'Ungheni','UN',1),(2191,140,'St‚nga Nistrului','SN',1),(2192,141,'Fontvieille','FV',1),(2193,141,'La Condamine','LC',1),(2194,141,'Monaco-Ville','MV',1),(2195,141,'Monte-Carlo','MC',1),(2196,142,'Ulanbaatar','1',1),(2197,142,'Orhon','035',1),(2198,142,'Darhan uul','037',1),(2199,142,'Hentiy','039',1),(2200,142,'Hovsgol','041',1),(2201,142,'Hovd','043',1),(2202,142,'Uvs','046',1),(2203,142,'Tov','047',1),(2204,142,'Selenge','049',1),(2205,142,'Suhbaatar','051',1),(2206,142,'Omnogovi','053',1),(2207,142,'Ovorhangay','055',1),(2208,142,'Dzavhan','057',1),(2209,142,'DundgovL','059',1),(2210,142,'Dornod','061',1),(2211,142,'Dornogov','063',1),(2212,142,'Govi-Sumber','064',1),(2213,142,'Govi-Altay','065',1),(2214,142,'Bulgan','067',1),(2215,142,'Bayanhongor','069',1),(2216,142,'Bayan-Olgiy','071',1),(2217,142,'Arhangay','073',1),(2218,143,'Saint Anthony','A',1),(2219,143,'Saint Georges','G',1),(2220,143,'Saint Peter','P',1),(2221,144,'Agadir','AGD',1),(2222,144,'Al Hoceima','HOC',1),(2223,144,'Azilal','AZI',1),(2224,144,'Beni Mellal','BME',1),(2225,144,'Ben Slimane','BSL',1),(2226,144,'Boulemane','BLM',1),(2227,144,'Casablanca','CBL',1),(2228,144,'Chaouen','CHA',1),(2229,144,'El Jadida','EJA',1),(2230,144,'El Kelaa des Sraghna','EKS',1),(2231,144,'Er Rachidia','ERA',1),(2232,144,'Essaouira','ESS',1),(2233,144,'Fes','FES',1),(2234,144,'Figuig','FIG',1),(2235,144,'Guelmim','GLM',1),(2236,144,'Ifrane','IFR',1),(2237,144,'Kenitra','KEN',1),(2238,144,'Khemisset','KHM',1),(2239,144,'Khenifra','KHN',1),(2240,144,'Khouribga','KHO',1),(2241,144,'Laayoune','LYN',1),(2242,144,'Larache','LAR',1),(2243,144,'Marrakech','MRK',1),(2244,144,'Meknes','MKN',1),(2245,144,'Nador','NAD',1),(2246,144,'Ouarzazate','ORZ',1),(2247,144,'Oujda','OUJ',1),(2248,144,'Rabat-Sale','RSA',1),(2249,144,'Safi','SAF',1),(2250,144,'Settat','SET',1),(2251,144,'Sidi Kacem','SKA',1),(2252,144,'Tangier','TGR',1),(2253,144,'Tan-Tan','TAN',1),(2254,144,'Taounate','TAO',1),(2255,144,'Taroudannt','TRD',1),(2256,144,'Tata','TAT',1),(2257,144,'Taza','TAZ',1),(2258,144,'Tetouan','TET',1),(2259,144,'Tiznit','TIZ',1),(2260,144,'Ad Dakhla','ADK',1),(2261,144,'Boujdour','BJD',1),(2262,144,'Es Smara','ESM',1),(2263,145,'Cabo Delgado','CD',1),(2264,145,'Gaza','GZ',1),(2265,145,'Inhambane','IN',1),(2266,145,'Manica','MN',1),(2267,145,'Maputo (city)','MC',1),(2268,145,'Maputo','MP',1),(2269,145,'Nampula','NA',1),(2270,145,'Niassa','NI',1),(2271,145,'Sofala','SO',1),(2272,145,'Tete','TE',1),(2273,145,'Zambezia','ZA',1),(2274,146,'Ayeyarwady','AY',1),(2275,146,'Bago','BG',1),(2276,146,'Magway','MG',1),(2277,146,'Mandalay','MD',1),(2278,146,'Sagaing','SG',1),(2279,146,'Tanintharyi','TN',1),(2280,146,'Yangon','YG',1),(2281,146,'Chin State','CH',1),(2282,146,'Kachin State','KC',1),(2283,146,'Kayah State','KH',1),(2284,146,'Kayin State','KN',1),(2285,146,'Mon State','MN',1),(2286,146,'Rakhine State','RK',1),(2287,146,'Shan State','SH',1),(2288,147,'Caprivi','CA',1),(2289,147,'Erongo','ER',1),(2290,147,'Hardap','HA',1),(2291,147,'Karas','KR',1),(2292,147,'Kavango','KV',1),(2293,147,'Khomas','KH',1),(2294,147,'Kunene','KU',1),(2295,147,'Ohangwena','OW',1),(2296,147,'Omaheke','OK',1),(2297,147,'Omusati','OT',1),(2298,147,'Oshana','ON',1),(2299,147,'Oshikoto','OO',1),(2300,147,'Otjozondjupa','OJ',1),(2301,148,'Aiwo','AO',1),(2302,148,'Anabar','AA',1),(2303,148,'Anetan','AT',1),(2304,148,'Anibare','AI',1),(2305,148,'Baiti','BA',1),(2306,148,'Boe','BO',1),(2307,148,'Buada','BU',1),(2308,148,'Denigomodu','DE',1),(2309,148,'Ewa','EW',1),(2310,148,'Ijuw','IJ',1),(2311,148,'Meneng','ME',1),(2312,148,'Nibok','NI',1),(2313,148,'Uaboe','UA',1),(2314,148,'Yaren','YA',1),(2315,149,'Bagmati','BA',1),(2316,149,'Bheri','BH',1),(2317,149,'Dhawalagiri','DH',1),(2318,149,'Gandaki','GA',1),(2319,149,'Janakpur','JA',1),(2320,149,'Karnali','KA',1),(2321,149,'Kosi','KO',1),(2322,149,'Lumbini','LU',1),(2323,149,'Mahakali','MA',1),(2324,149,'Mechi','ME',1),(2325,149,'Narayani','NA',1),(2326,149,'Rapti','RA',1),(2327,149,'Sagarmatha','SA',1),(2328,149,'Seti','SE',1),(2329,150,'Drenthe','DR',1),(2330,150,'Flevoland','FL',1),(2331,150,'Friesland','FR',1),(2332,150,'Gelderland','GE',1),(2333,150,'Groningen','GR',1),(2334,150,'Limburg','LI',1),(2335,150,'Noord Brabant','NB',1),(2336,150,'Noord Holland','NH',1),(2337,150,'Overijssel','OV',1),(2338,150,'Utrecht','UT',1),(2339,150,'Zeeland','ZE',1),(2340,150,'Zuid Holland','ZH',1),(2341,152,'Iles Loyaute','L',1),(2342,152,'Nord','N',1),(2343,152,'Sud','S',1),(2344,153,'Auckland','AUK',1),(2345,153,'Bay of Plenty','BOP',1),(2346,153,'Canterbury','CAN',1),(2347,153,'Coromandel','COR',1),(2348,153,'Gisborne','GIS',1),(2349,153,'Fiordland','FIO',1),(2350,153,'Hawke\'s Bay','HKB',1),(2351,153,'Marlborough','MBH',1),(2352,153,'Manawatu-Wanganui','MWT',1),(2353,153,'Mt Cook-Mackenzie','MCM',1),(2354,153,'Nelson','NSN',1),(2355,153,'Northland','NTL',1),(2356,153,'Otago','OTA',1),(2357,153,'Southland','STL',1),(2358,153,'Taranaki','TKI',1),(2359,153,'Wellington','WGN',1),(2360,153,'Waikato','WKO',1),(2361,153,'Wairarapa','WAI',1),(2362,153,'West Coast','WTC',1),(2363,154,'Atlantico Norte','AN',1),(2364,154,'Atlantico Sur','AS',1),(2365,154,'Boaco','BO',1),(2366,154,'Carazo','CA',1),(2367,154,'Chinandega','CI',1),(2368,154,'Chontales','CO',1),(2369,154,'Esteli','ES',1),(2370,154,'Granada','GR',1),(2371,154,'Jinotega','JI',1),(2372,154,'Leon','LE',1),(2373,154,'Madriz','MD',1),(2374,154,'Managua','MN',1),(2375,154,'Masaya','MS',1),(2376,154,'Matagalpa','MT',1),(2377,154,'Nuevo Segovia','NS',1),(2378,154,'Rio San Juan','RS',1),(2379,154,'Rivas','RI',1),(2380,155,'Agadez','AG',1),(2381,155,'Diffa','DF',1),(2382,155,'Dosso','DS',1),(2383,155,'Maradi','MA',1),(2384,155,'Niamey','NM',1),(2385,155,'Tahoua','TH',1),(2386,155,'Tillaberi','TL',1),(2387,155,'Zinder','ZD',1),(2388,156,'Abia','AB',1),(2389,156,'Abuja Federal Capital Territory','CT',1),(2390,156,'Adamawa','AD',1),(2391,156,'Akwa Ibom','AK',1),(2392,156,'Anambra','AN',1),(2393,156,'Bauchi','BC',1),(2394,156,'Bayelsa','BY',1),(2395,156,'Benue','BN',1),(2396,156,'Borno','BO',1),(2397,156,'Cross River','CR',1),(2398,156,'Delta','DE',1),(2399,156,'Ebonyi','EB',1),(2400,156,'Edo','ED',1),(2401,156,'Ekiti','EK',1),(2402,156,'Enugu','EN',1),(2403,156,'Gombe','GO',1),(2404,156,'Imo','IM',1),(2405,156,'Jigawa','JI',1),(2406,156,'Kaduna','KD',1),(2407,156,'Kano','KN',1),(2408,156,'Katsina','KT',1),(2409,156,'Kebbi','KE',1),(2410,156,'Kogi','KO',1),(2411,156,'Kwara','KW',1),(2412,156,'Lagos','LA',1),(2413,156,'Nassarawa','NA',1),(2414,156,'Niger','NI',1),(2415,156,'Ogun','OG',1),(2416,156,'Ondo','ONG',1),(2417,156,'Osun','OS',1),(2418,156,'Oyo','OY',1),(2419,156,'Plateau','PL',1),(2420,156,'Rivers','RI',1),(2421,156,'Sokoto','SO',1),(2422,156,'Taraba','TA',1),(2423,156,'Yobe','YO',1),(2424,156,'Zamfara','ZA',1),(2425,159,'Northern Islands','N',1),(2426,159,'Rota','R',1),(2427,159,'Saipan','S',1),(2428,159,'Tinian','T',1),(2429,160,'Akershus','AK',1),(2430,160,'Aust-Agder','AA',1),(2431,160,'Buskerud','BU',1),(2432,160,'Finnmark','FM',1),(2433,160,'Hedmark','HM',1),(2434,160,'Hordaland','HL',1),(2435,160,'More og Romdal','MR',1),(2436,160,'Nord-Trondelag','NT',1),(2437,160,'Nordland','NL',1),(2438,160,'Ostfold','OF',1),(2439,160,'Oppland','OP',1),(2440,160,'Oslo','OL',1),(2441,160,'Rogaland','RL',1),(2442,160,'Sor-Trondelag','ST',1),(2443,160,'Sogn og Fjordane','SJ',1),(2444,160,'Svalbard','SV',1),(2445,160,'Telemark','TM',1),(2446,160,'Troms','TR',1),(2447,160,'Vest-Agder','VA',1),(2448,160,'Vestfold','VF',1),(2449,161,'Ad Dakhiliyah','DA',1),(2450,161,'Al Batinah','BA',1),(2451,161,'Al Wusta','WU',1),(2452,161,'Ash Sharqiyah','SH',1),(2453,161,'Az Zahirah','ZA',1),(2454,161,'Masqat','MA',1),(2455,161,'Musandam','MU',1),(2456,161,'Zufar','ZU',1),(2457,162,'Balochistan','B',1),(2458,162,'Federally Administered Tribal Areas','T',1),(2459,162,'Islamabad Capital Territory','I',1),(2460,162,'North-West Frontier','N',1),(2461,162,'Punjab','P',1),(2462,162,'Sindh','S',1),(2463,163,'Aimeliik','AM',1),(2464,163,'Airai','AR',1),(2465,163,'Angaur','AN',1),(2466,163,'Hatohobei','HA',1),(2467,163,'Kayangel','KA',1),(2468,163,'Koror','KO',1),(2469,163,'Melekeok','ME',1),(2470,163,'Ngaraard','NA',1),(2471,163,'Ngarchelong','NG',1),(2472,163,'Ngardmau','ND',1),(2473,163,'Ngatpang','NT',1),(2474,163,'Ngchesar','NC',1),(2475,163,'Ngeremlengui','NR',1),(2476,163,'Ngiwal','NW',1),(2477,163,'Peleliu','PE',1),(2478,163,'Sonsorol','SO',1),(2479,164,'Bocas del Toro','BT',1),(2480,164,'Chiriqui','CH',1),(2481,164,'Cocle','CC',1),(2482,164,'Colon','CL',1),(2483,164,'Darien','DA',1),(2484,164,'Herrera','HE',1),(2485,164,'Los Santos','LS',1),(2486,164,'Panama','PA',1),(2487,164,'San Blas','SB',1),(2488,164,'Veraguas','VG',1),(2489,165,'Bougainville','BV',1),(2490,165,'Central','CE',1),(2491,165,'Chimbu','CH',1),(2492,165,'Eastern Highlands','EH',1),(2493,165,'East New Britain','EB',1),(2494,165,'East Sepik','ES',1),(2495,165,'Enga','EN',1),(2496,165,'Gulf','GU',1),(2497,165,'Madang','MD',1),(2498,165,'Manus','MN',1),(2499,165,'Milne Bay','MB',1),(2500,165,'Morobe','MR',1),(2501,165,'National Capital','NC',1),(2502,165,'New Ireland','NI',1),(2503,165,'Northern','NO',1),(2504,165,'Sandaun','SA',1),(2505,165,'Southern Highlands','SH',1),(2506,165,'Western','WE',1),(2507,165,'Western Highlands','WH',1),(2508,165,'West New Britain','WB',1),(2509,166,'Alto Paraguay','AG',1),(2510,166,'Alto Parana','AN',1),(2511,166,'Amambay','AM',1),(2512,166,'Asuncion','AS',1),(2513,166,'Boqueron','BO',1),(2514,166,'Caaguazu','CG',1),(2515,166,'Caazapa','CZ',1),(2516,166,'Canindeyu','CN',1),(2517,166,'Central','CE',1),(2518,166,'Concepcion','CC',1),(2519,166,'Cordillera','CD',1),(2520,166,'Guaira','GU',1),(2521,166,'Itapua','IT',1),(2522,166,'Misiones','MI',1),(2523,166,'Neembucu','NE',1),(2524,166,'Paraguari','PA',1),(2525,166,'Presidente Hayes','PH',1),(2526,166,'San Pedro','SP',1),(2527,167,'Amazonas','AM',1),(2528,167,'Ancash','AN',1),(2529,167,'Apurimac','AP',1),(2530,167,'Arequipa','AR',1),(2531,167,'Ayacucho','AY',1),(2532,167,'Cajamarca','CJ',1),(2533,167,'Callao','CL',1),(2534,167,'Cusco','CU',1),(2535,167,'Huancavelica','HV',1),(2536,167,'Huanuco','HO',1),(2537,167,'Ica','IC',1),(2538,167,'Junin','JU',1),(2539,167,'La Libertad','LD',1),(2540,167,'Lambayeque','LY',1),(2541,167,'Lima','LI',1),(2542,167,'Loreto','LO',1),(2543,167,'Madre de Dios','MD',1),(2544,167,'Moquegua','MO',1),(2545,167,'Pasco','PA',1),(2546,167,'Piura','PI',1),(2547,167,'Puno','PU',1),(2548,167,'San Martin','SM',1),(2549,167,'Tacna','TA',1),(2550,167,'Tumbes','TU',1),(2551,167,'Ucayali','UC',1),(2552,168,'Abra','ABR',1),(2553,168,'Agusan del Norte','ANO',1),(2554,168,'Agusan del Sur','ASU',1),(2555,168,'Aklan','AKL',1),(2556,168,'Albay','ALB',1),(2557,168,'Antique','ANT',1),(2558,168,'Apayao','APY',1),(2559,168,'Aurora','AUR',1),(2560,168,'Basilan','BAS',1),(2561,168,'Bataan','BTA',1),(2562,168,'Batanes','BTE',1),(2563,168,'Batangas','BTG',1),(2564,168,'Biliran','BLR',1),(2565,168,'Benguet','BEN',1),(2566,168,'Bohol','BOL',1),(2567,168,'Bukidnon','BUK',1),(2568,168,'Bulacan','BUL',1),(2569,168,'Cagayan','CAG',1),(2570,168,'Camarines Norte','CNO',1),(2571,168,'Camarines Sur','CSU',1),(2572,168,'Camiguin','CAM',1),(2573,168,'Capiz','CAP',1),(2574,168,'Catanduanes','CAT',1),(2575,168,'Cavite','CAV',1),(2576,168,'Cebu','CEB',1),(2577,168,'Compostela','CMP',1),(2578,168,'Davao del Norte','DNO',1),(2579,168,'Davao del Sur','DSU',1),(2580,168,'Davao Oriental','DOR',1),(2581,168,'Eastern Samar','ESA',1),(2582,168,'Guimaras','GUI',1),(2583,168,'Ifugao','IFU',1),(2584,168,'Ilocos Norte','INO',1),(2585,168,'Ilocos Sur','ISU',1),(2586,168,'Iloilo','ILO',1),(2587,168,'Isabela','ISA',1),(2588,168,'Kalinga','KAL',1),(2589,168,'Laguna','LAG',1),(2590,168,'Lanao del Norte','LNO',1),(2591,168,'Lanao del Sur','LSU',1),(2592,168,'La Union','UNI',1),(2593,168,'Leyte','LEY',1),(2594,168,'Maguindanao','MAG',1),(2595,168,'Marinduque','MRN',1),(2596,168,'Masbate','MSB',1),(2597,168,'Mindoro Occidental','MIC',1),(2598,168,'Mindoro Oriental','MIR',1),(2599,168,'Misamis Occidental','MSC',1),(2600,168,'Misamis Oriental','MOR',1),(2601,168,'Mountain','MOP',1),(2602,168,'Negros Occidental','NOC',1),(2603,168,'Negros Oriental','NOR',1),(2604,168,'North Cotabato','NCT',1),(2605,168,'Northern Samar','NSM',1),(2606,168,'Nueva Ecija','NEC',1),(2607,168,'Nueva Vizcaya','NVZ',1),(2608,168,'Palawan','PLW',1),(2609,168,'Pampanga','PMP',1),(2610,168,'Pangasinan','PNG',1),(2611,168,'Quezon','QZN',1),(2612,168,'Quirino','QRN',1),(2613,168,'Rizal','RIZ',1),(2614,168,'Romblon','ROM',1),(2615,168,'Samar','SMR',1),(2616,168,'Sarangani','SRG',1),(2617,168,'Siquijor','SQJ',1),(2618,168,'Sorsogon','SRS',1),(2619,168,'South Cotabato','SCO',1),(2620,168,'Southern Leyte','SLE',1),(2621,168,'Sultan Kudarat','SKU',1),(2622,168,'Sulu','SLU',1),(2623,168,'Surigao del Norte','SNO',1),(2624,168,'Surigao del Sur','SSU',1),(2625,168,'Tarlac','TAR',1),(2626,168,'Tawi-Tawi','TAW',1),(2627,168,'Zambales','ZBL',1),(2628,168,'Zamboanga del Norte','ZNO',1),(2629,168,'Zamboanga del Sur','ZSU',1),(2630,168,'Zamboanga Sibugay','ZSI',1),(2631,170,'Dolnoslaskie','DO',1),(2632,170,'Kujawsko-Pomorskie','KP',1),(2633,170,'Lodzkie','LO',1),(2634,170,'Lubelskie','LL',1),(2635,170,'Lubuskie','LU',1),(2636,170,'Malopolskie','ML',1),(2637,170,'Mazowieckie','MZ',1),(2638,170,'Opolskie','OP',1),(2639,170,'Podkarpackie','PP',1),(2640,170,'Podlaskie','PL',1),(2641,170,'Pomorskie','PM',1),(2642,170,'Slaskie','SL',1),(2643,170,'Swietokrzyskie','SW',1),(2644,170,'Warminsko-Mazurskie','WM',1),(2645,170,'Wielkopolskie','WP',1),(2646,170,'Zachodniopomorskie','ZA',1),(2647,198,'Saint Pierre','P',1),(2648,198,'Miquelon','M',1),(2649,171,'Açores','AC',1),(2650,171,'Aveiro','AV',1),(2651,171,'Beja','BE',1),(2652,171,'Braga','BR',1),(2653,171,'Bragança','BA',1),(2654,171,'Castelo Branco','CB',1),(2655,171,'Coimbra','CO',1),(2656,171,'Évora','EV',1),(2657,171,'Faro','FA',1),(2658,171,'Guarda','GU',1),(2659,171,'Leiria','LE',1),(2660,171,'Lisboa','LI',1),(2661,171,'Madeira','ME',1),(2662,171,'Portalegre','PO',1),(2663,171,'Porto','PR',1),(2664,171,'Santarém','SA',1),(2665,171,'Setúbal','SE',1),(2666,171,'Viana do Castelo','VC',1),(2667,171,'Vila Real','VR',1),(2668,171,'Viseu','VI',1),(2669,173,'Ad Dawhah','DW',1),(2670,173,'Al Ghuwayriyah','GW',1),(2671,173,'Al Jumayliyah','JM',1),(2672,173,'Al Khawr','KR',1),(2673,173,'Al Wakrah','WK',1),(2674,173,'Ar Rayyan','RN',1),(2675,173,'Jarayan al Batinah','JB',1),(2676,173,'Madinat ash Shamal','MS',1),(2677,173,'Umm Sa\'id','UD',1),(2678,173,'Umm Salal','UL',1),(2679,175,'Alba','AB',1),(2680,175,'Arad','AR',1),(2681,175,'Arges','AG',1),(2682,175,'Bacau','BC',1),(2683,175,'Bihor','BH',1),(2684,175,'Bistrita-Nasaud','BN',1),(2685,175,'Botosani','BT',1),(2686,175,'Brasov','BV',1),(2687,175,'Braila','BR',1),(2688,175,'Bucuresti','B',1),(2689,175,'Buzau','BZ',1),(2690,175,'Caras-Severin','CS',1),(2691,175,'Calarasi','CL',1),(2692,175,'Cluj','CJ',1),(2693,175,'Constanta','CT',1),(2694,175,'Covasna','CV',1),(2695,175,'Dimbovita','DB',1),(2696,175,'Dolj','DJ',1),(2697,175,'Galati','GL',1),(2698,175,'Giurgiu','GR',1),(2699,175,'Gorj','GJ',1),(2700,175,'Harghita','HR',1),(2701,175,'Hunedoara','HD',1),(2702,175,'Ialomita','IL',1),(2703,175,'Iasi','IS',1),(2704,175,'Ilfov','IF',1),(2705,175,'Maramures','MM',1),(2706,175,'Mehedinti','MH',1),(2707,175,'Mures','MS',1),(2708,175,'Neamt','NT',1),(2709,175,'Olt','OT',1),(2710,175,'Prahova','PH',1),(2711,175,'Satu-Mare','SM',1),(2712,175,'Salaj','SJ',1),(2713,175,'Sibiu','SB',1),(2714,175,'Suceava','SV',1),(2715,175,'Teleorman','TR',1),(2716,175,'Timis','TM',1),(2717,175,'Tulcea','TL',1),(2718,175,'Vaslui','VS',1),(2719,175,'Valcea','VL',1),(2720,175,'Vrancea','VN',1),(2721,176,'Abakan','AB',1),(2722,176,'Aginskoye','AG',1),(2723,176,'Anadyr','AN',1),(2724,176,'Arkahangelsk','AR',1),(2725,176,'Astrakhan','AS',1),(2726,176,'Barnaul','BA',1),(2727,176,'Belgorod','BE',1),(2728,176,'Birobidzhan','BI',1),(2729,176,'Blagoveshchensk','BL',1),(2730,176,'Bryansk','BR',1),(2731,176,'Cheboksary','CH',1),(2732,176,'Chelyabinsk','CL',1),(2733,176,'Cherkessk','CR',1),(2734,176,'Chita','CI',1),(2735,176,'Dudinka','DU',1),(2736,176,'Elista','EL',1),(2737,176,'Gomo-Altaysk','GO',1),(2738,176,'Gorno-Altaysk','GA',1),(2739,176,'Groznyy','GR',1),(2740,176,'Irkutsk','IR',1),(2741,176,'Ivanovo','IV',1),(2742,176,'Izhevsk','IZ',1),(2743,176,'Kalinigrad','KA',1),(2744,176,'Kaluga','KL',1),(2745,176,'Kasnodar','KS',1),(2746,176,'Kazan','KZ',1),(2747,176,'Kemerovo','KE',1),(2748,176,'Khabarovsk','KH',1),(2749,176,'Khanty-Mansiysk','KM',1),(2750,176,'Kostroma','KO',1),(2751,176,'Krasnodar','KR',1),(2752,176,'Krasnoyarsk','KN',1),(2753,176,'Kudymkar','KU',1),(2754,176,'Kurgan','KG',1),(2755,176,'Kursk','KK',1),(2756,176,'Kyzyl','KY',1),(2757,176,'Lipetsk','LI',1),(2758,176,'Magadan','MA',1),(2759,176,'Makhachkala','MK',1),(2760,176,'Maykop','MY',1),(2761,176,'Moscow','MO',1),(2762,176,'Murmansk','MU',1),(2763,176,'Nalchik','NA',1),(2764,176,'Naryan Mar','NR',1),(2765,176,'Nazran','NZ',1),(2766,176,'Nizhniy Novgorod','NI',1),(2767,176,'Novgorod','NO',1),(2768,176,'Novosibirsk','NV',1),(2769,176,'Omsk','OM',1),(2770,176,'Orel','OR',1),(2771,176,'Orenburg','OE',1),(2772,176,'Palana','PA',1),(2773,176,'Penza','PE',1),(2774,176,'Perm','PR',1),(2775,176,'Petropavlovsk-Kamchatskiy','PK',1),(2776,176,'Petrozavodsk','PT',1),(2777,176,'Pskov','PS',1),(2778,176,'Rostov-na-Donu','RO',1),(2779,176,'Ryazan','RY',1),(2780,176,'Salekhard','SL',1),(2781,176,'Samara','SA',1),(2782,176,'Saransk','SR',1),(2783,176,'Saratov','SV',1),(2784,176,'Smolensk','SM',1),(2785,176,'St. Petersburg','SP',1),(2786,176,'Stavropol','ST',1),(2787,176,'Syktyvkar','SY',1),(2788,176,'Tambov','TA',1),(2789,176,'Tomsk','TO',1),(2790,176,'Tula','TU',1),(2791,176,'Tura','TR',1),(2792,176,'Tver','TV',1),(2793,176,'Tyumen','TY',1),(2794,176,'Ufa','UF',1),(2795,176,'Ul\'yanovsk','UL',1),(2796,176,'Ulan-Ude','UU',1),(2797,176,'Ust\'-Ordynskiy','US',1),(2798,176,'Vladikavkaz','VL',1),(2799,176,'Vladimir','VA',1),(2800,176,'Vladivostok','VV',1),(2801,176,'Volgograd','VG',1),(2802,176,'Vologda','VD',1),(2803,176,'Voronezh','VO',1),(2804,176,'Vyatka','VY',1),(2805,176,'Yakutsk','YA',1),(2806,176,'Yaroslavl','YR',1),(2807,176,'Yekaterinburg','YE',1),(2808,176,'Yoshkar-Ola','YO',1),(2809,177,'Butare','BU',1),(2810,177,'Byumba','BY',1),(2811,177,'Cyangugu','CY',1),(2812,177,'Gikongoro','GK',1),(2813,177,'Gisenyi','GS',1),(2814,177,'Gitarama','GT',1),(2815,177,'Kibungo','KG',1),(2816,177,'Kibuye','KY',1),(2817,177,'Kigali Rurale','KR',1),(2818,177,'Kigali-ville','KV',1),(2819,177,'Ruhengeri','RU',1),(2820,177,'Umutara','UM',1),(2821,178,'Christ Church Nichola Town','CCN',1),(2822,178,'Saint Anne Sandy Point','SAS',1),(2823,178,'Saint George Basseterre','SGB',1),(2824,178,'Saint George Gingerland','SGG',1),(2825,178,'Saint James Windward','SJW',1),(2826,178,'Saint John Capesterre','SJC',1),(2827,178,'Saint John Figtree','SJF',1),(2828,178,'Saint Mary Cayon','SMC',1),(2829,178,'Saint Paul Capesterre','CAP',1),(2830,178,'Saint Paul Charlestown','CHA',1),(2831,178,'Saint Peter Basseterre','SPB',1),(2832,178,'Saint Thomas Lowland','STL',1),(2833,178,'Saint Thomas Middle Island','STM',1),(2834,178,'Trinity Palmetto Point','TPP',1),(2835,179,'Anse-la-Raye','AR',1),(2836,179,'Castries','CA',1),(2837,179,'Choiseul','CH',1),(2838,179,'Dauphin','DA',1),(2839,179,'Dennery','DE',1),(2840,179,'Gros-Islet','GI',1),(2841,179,'Laborie','LA',1),(2842,179,'Micoud','MI',1),(2843,179,'Praslin','PR',1),(2844,179,'Soufriere','SO',1),(2845,179,'Vieux-Fort','VF',1),(2846,180,'Charlotte','C',1),(2847,180,'Grenadines','R',1),(2848,180,'Saint Andrew','A',1),(2849,180,'Saint David','D',1),(2850,180,'Saint George','G',1),(2851,180,'Saint Patrick','P',1),(2852,181,'A\'ana','AN',1),(2853,181,'Aiga-i-le-Tai','AI',1),(2854,181,'Atua','AT',1),(2855,181,'Fa\'asaleleaga','FA',1),(2856,181,'Gaga\'emauga','GE',1),(2857,181,'Gagaifomauga','GF',1),(2858,181,'Palauli','PA',1),(2859,181,'Satupa\'itea','SA',1),(2860,181,'Tuamasaga','TU',1),(2861,181,'Va\'a-o-Fonoti','VF',1),(2862,181,'Vaisigano','VS',1),(2863,182,'Acquaviva','AC',1),(2864,182,'Borgo Maggiore','BM',1),(2865,182,'Chiesanuova','CH',1),(2866,182,'Domagnano','DO',1),(2867,182,'Faetano','FA',1),(2868,182,'Fiorentino','FI',1),(2869,182,'Montegiardino','MO',1),(2870,182,'Citta di San Marino','SM',1),(2871,182,'Serravalle','SE',1),(2872,183,'Sao Tome','S',1),(2873,183,'Principe','P',1),(2874,184,'Al Bahah','BH',1),(2875,184,'Al Hudud ash Shamaliyah','HS',1),(2876,184,'Al Jawf','JF',1),(2877,184,'Al Madinah','MD',1),(2878,184,'Al Qasim','QS',1),(2879,184,'Ar Riyad','RD',1),(2880,184,'Ash Sharqiyah (Eastern)','AQ',1),(2881,184,'\'Asir','AS',1),(2882,184,'Ha\'il','HL',1),(2883,184,'Jizan','JZ',1),(2884,184,'Makkah','ML',1),(2885,184,'Najran','NR',1),(2886,184,'Tabuk','TB',1),(2887,185,'Dakar','DA',1),(2888,185,'Diourbel','DI',1),(2889,185,'Fatick','FA',1),(2890,185,'Kaolack','KA',1),(2891,185,'Kolda','KO',1),(2892,185,'Louga','LO',1),(2893,185,'Matam','MA',1),(2894,185,'Saint-Louis','SL',1),(2895,185,'Tambacounda','TA',1),(2896,185,'Thies','TH',1),(2897,185,'Ziguinchor','ZI',1),(2898,186,'Anse aux Pins','AP',1),(2899,186,'Anse Boileau','AB',1),(2900,186,'Anse Etoile','AE',1),(2901,186,'Anse Louis','AL',1),(2902,186,'Anse Royale','AR',1),(2903,186,'Baie Lazare','BL',1),(2904,186,'Baie Sainte Anne','BS',1),(2905,186,'Beau Vallon','BV',1),(2906,186,'Bel Air','BA',1),(2907,186,'Bel Ombre','BO',1),(2908,186,'Cascade','CA',1),(2909,186,'Glacis','GL',1),(2910,186,'Grand\' Anse (on Mahe)','GM',1),(2911,186,'Grand\' Anse (on Praslin)','GP',1),(2912,186,'La Digue','DG',1),(2913,186,'La Riviere Anglaise','RA',1),(2914,186,'Mont Buxton','MB',1),(2915,186,'Mont Fleuri','MF',1),(2916,186,'Plaisance','PL',1),(2917,186,'Pointe La Rue','PR',1),(2918,186,'Port Glaud','PG',1),(2919,186,'Saint Louis','SL',1),(2920,186,'Takamaka','TA',1),(2921,187,'Eastern','E',1),(2922,187,'Northern','N',1),(2923,187,'Southern','S',1),(2924,187,'Western','W',1),(2925,189,'Banskobystrický','BA',1),(2926,189,'Bratislavský','BR',1),(2927,189,'Košický','KO',1),(2928,189,'Nitriansky','NI',1),(2929,189,'Prešovský','PR',1),(2930,189,'Trenčiansky','TC',1),(2931,189,'Trnavský','TV',1),(2932,189,'Žilinský','ZI',1),(2933,191,'Central','CE',1),(2934,191,'Choiseul','CH',1),(2935,191,'Guadalcanal','GC',1),(2936,191,'Honiara','HO',1),(2937,191,'Isabel','IS',1),(2938,191,'Makira','MK',1),(2939,191,'Malaita','ML',1),(2940,191,'Rennell and Bellona','RB',1),(2941,191,'Temotu','TM',1),(2942,191,'Western','WE',1),(2943,192,'Awdal','AW',1),(2944,192,'Bakool','BK',1),(2945,192,'Banaadir','BN',1),(2946,192,'Bari','BR',1),(2947,192,'Bay','BY',1),(2948,192,'Galguduud','GA',1),(2949,192,'Gedo','GE',1),(2950,192,'Hiiraan','HI',1),(2951,192,'Jubbada Dhexe','JD',1),(2952,192,'Jubbada Hoose','JH',1),(2953,192,'Mudug','MU',1),(2954,192,'Nugaal','NU',1),(2955,192,'Sanaag','SA',1),(2956,192,'Shabeellaha Dhexe','SD',1),(2957,192,'Shabeellaha Hoose','SH',1),(2958,192,'Sool','SL',1),(2959,192,'Togdheer','TO',1),(2960,192,'Woqooyi Galbeed','WG',1),(2961,193,'Eastern Cape','EC',1),(2962,193,'Free State','FS',1),(2963,193,'Gauteng','GT',1),(2964,193,'KwaZulu-Natal','KN',1),(2965,193,'Limpopo','LP',1),(2966,193,'Mpumalanga','MP',1),(2967,193,'North West','NW',1),(2968,193,'Northern Cape','NC',1),(2969,193,'Western Cape','WC',1),(2970,195,'La Coruña','CA',1),(2971,195,'Álava','AL',1),(2972,195,'Albacete','AB',1),(2973,195,'Alicante','AC',1),(2974,195,'Almeria','AM',1),(2975,195,'Asturias','AS',1),(2976,195,'Ávila','AV',1),(2977,195,'Badajoz','BJ',1),(2978,195,'Baleares','IB',1),(2979,195,'Barcelona','BA',1),(2980,195,'Burgos','BU',1),(2981,195,'Cáceres','CC',1),(2982,195,'Cádiz','CZ',1),(2983,195,'Cantabria','CT',1),(2984,195,'Castellón','CL',1),(2985,195,'Ceuta','CE',1),(2986,195,'Ciudad Real','CR',1),(2987,195,'Córdoba','CD',1),(2988,195,'Cuenca','CU',1),(2989,195,'Girona','GI',1),(2990,195,'Granada','GD',1),(2991,195,'Guadalajara','GJ',1),(2992,195,'Guipúzcoa','GP',1),(2993,195,'Huelva','HL',1),(2994,195,'Huesca','HS',1),(2995,195,'Jaén','JN',1),(2996,195,'La Rioja','RJ',1),(2997,195,'Las Palmas','PM',1),(2998,195,'Leon','LE',1),(2999,195,'Lleida','LL',1),(3000,195,'Lugo','LG',1),(3001,195,'Madrid','MD',1),(3002,195,'Malaga','MA',1),(3003,195,'Melilla','ML',1),(3004,195,'Murcia','MU',1),(3005,195,'Navarra','NV',1),(3006,195,'Ourense','OU',1),(3007,195,'Palencia','PL',1),(3008,195,'Pontevedra','PO',1),(3009,195,'Salamanca','SL',1),(3010,195,'Santa Cruz de Tenerife','SC',1),(3011,195,'Segovia','SG',1),(3012,195,'Sevilla','SV',1),(3013,195,'Soria','SO',1),(3014,195,'Tarragona','TA',1),(3015,195,'Teruel','TE',1),(3016,195,'Toledo','TO',1),(3017,195,'Valencia','VC',1),(3018,195,'Valladolid','VD',1),(3019,195,'Vizcaya','VZ',1),(3020,195,'Zamora','ZM',1),(3021,195,'Zaragoza','ZR',1),(3022,196,'Central','CE',1),(3023,196,'Eastern','EA',1),(3024,196,'North Central','NC',1),(3025,196,'Northern','NO',1),(3026,196,'North Western','NW',1),(3027,196,'Sabaragamuwa','SA',1),(3028,196,'Southern','SO',1),(3029,196,'Uva','UV',1),(3030,196,'Western','WE',1),(3031,197,'Ascension','A',1),(3032,197,'Saint Helena','S',1),(3033,197,'Tristan da Cunha','T',1),(3034,199,'A\'ali an Nil','ANL',1),(3035,199,'Al Bahr al Ahmar','BAM',1),(3036,199,'Al Buhayrat','BRT',1),(3037,199,'Al Jazirah','JZR',1),(3038,199,'Al Khartum','KRT',1),(3039,199,'Al Qadarif','QDR',1),(3040,199,'Al Wahdah','WDH',1),(3041,199,'An Nil al Abyad','ANB',1),(3042,199,'An Nil al Azraq','ANZ',1),(3043,199,'Ash Shamaliyah','ASH',1),(3044,199,'Bahr al Jabal','BJA',1),(3045,199,'Gharb al Istiwa\'iyah','GIS',1),(3046,199,'Gharb Bahr al Ghazal','GBG',1),(3047,199,'Gharb Darfur','GDA',1),(3048,199,'Gharb Kurdufan','GKU',1),(3049,199,'Janub Darfur','JDA',1),(3050,199,'Janub Kurdufan','JKU',1),(3051,199,'Junqali','JQL',1),(3052,199,'Kassala','KSL',1),(3053,199,'Nahr an Nil','NNL',1),(3054,199,'Shamal Bahr al Ghazal','SBG',1),(3055,199,'Shamal Darfur','SDA',1),(3056,199,'Shamal Kurdufan','SKU',1),(3057,199,'Sharq al Istiwa\'iyah','SIS',1),(3058,199,'Sinnar','SNR',1),(3059,199,'Warab','WRB',1),(3060,200,'Brokopondo','BR',1),(3061,200,'Commewijne','CM',1),(3062,200,'Coronie','CR',1),(3063,200,'Marowijne','MA',1),(3064,200,'Nickerie','NI',1),(3065,200,'Para','PA',1),(3066,200,'Paramaribo','PM',1),(3067,200,'Saramacca','SA',1),(3068,200,'Sipaliwini','SI',1),(3069,200,'Wanica','WA',1),(3070,202,'Hhohho','H',1),(3071,202,'Lubombo','L',1),(3072,202,'Manzini','M',1),(3073,202,'Shishelweni','S',1),(3074,203,'Blekinge','K',1),(3075,203,'Dalarna','W',1),(3076,203,'Gävleborg','X',1),(3077,203,'Gotland','I',1),(3078,203,'Halland','N',1),(3079,203,'Jämtland','Z',1),(3080,203,'Jönköping','F',1),(3081,203,'Kalmar','H',1),(3082,203,'Kronoberg','G',1),(3083,203,'Norrbotten','BD',1),(3084,203,'Örebro','T',1),(3085,203,'Östergötland','E',1),(3086,203,'Skåne','M',1),(3087,203,'Södermanland','D',1),(3088,203,'Stockholm','AB',1),(3089,203,'Uppsala','C',1),(3090,203,'Värmland','S',1),(3091,203,'Västerbotten','AC',1),(3092,203,'Västernorrland','Y',1),(3093,203,'Västmanland','U',1),(3094,203,'Västra Götaland','O',1),(3095,204,'Aargau','AG',1),(3096,204,'Appenzell Ausserrhoden','AR',1),(3097,204,'Appenzell Innerrhoden','AI',1),(3098,204,'Basel-Stadt','BS',1),(3099,204,'Basel-Landschaft','BL',1),(3100,204,'Bern','BE',1),(3101,204,'Fribourg','FR',1),(3102,204,'Genève','GE',1),(3103,204,'Glarus','GL',1),(3104,204,'Graubünden','GR',1),(3105,204,'Jura','JU',1),(3106,204,'Luzern','LU',1),(3107,204,'Neuchâtel','NE',1),(3108,204,'Nidwald','NW',1),(3109,204,'Obwald','OW',1),(3110,204,'St. Gallen','SG',1),(3111,204,'Schaffhausen','SH',1),(3112,204,'Schwyz','SZ',1),(3113,204,'Solothurn','SO',1),(3114,204,'Thurgau','TG',1),(3115,204,'Ticino','TI',1),(3116,204,'Uri','UR',1),(3117,204,'Valais','VS',1),(3118,204,'Vaud','VD',1),(3119,204,'Zug','ZG',1),(3120,204,'Zürich','ZH',1),(3121,205,'Al Hasakah','HA',1),(3122,205,'Al Ladhiqiyah','LA',1),(3123,205,'Al Qunaytirah','QU',1),(3124,205,'Ar Raqqah','RQ',1),(3125,205,'As Suwayda','SU',1),(3126,205,'Dara','DA',1),(3127,205,'Dayr az Zawr','DZ',1),(3128,205,'Dimashq','DI',1),(3129,205,'Halab','HL',1),(3130,205,'Hamah','HM',1),(3131,205,'Hims','HI',1),(3132,205,'Idlib','ID',1),(3133,205,'Rif Dimashq','RD',1),(3134,205,'Tartus','TA',1),(3135,206,'Chang-hua','CH',1),(3136,206,'Chia-i','CI',1),(3137,206,'Hsin-chu','HS',1),(3138,206,'Hua-lien','HL',1),(3139,206,'I-lan','IL',1),(3140,206,'Kao-hsiung county','KH',1),(3141,206,'Kin-men','KM',1),(3142,206,'Lien-chiang','LC',1),(3143,206,'Miao-li','ML',1),(3144,206,'Nan-t\'ou','NT',1),(3145,206,'P\'eng-hu','PH',1),(3146,206,'P\'ing-tung','PT',1),(3147,206,'T\'ai-chung','TG',1),(3148,206,'T\'ai-nan','TA',1),(3149,206,'T\'ai-pei county','TP',1),(3150,206,'T\'ai-tung','TT',1),(3151,206,'T\'ao-yuan','TY',1),(3152,206,'Yun-lin','YL',1),(3153,206,'Chia-i city','CC',1),(3154,206,'Chi-lung','CL',1),(3155,206,'Hsin-chu','HC',1),(3156,206,'T\'ai-chung','TH',1),(3157,206,'T\'ai-nan','TN',1),(3158,206,'Kao-hsiung city','KC',1),(3159,206,'T\'ai-pei city','TC',1),(3160,207,'Gorno-Badakhstan','GB',1),(3161,207,'Khatlon','KT',1),(3162,207,'Sughd','SU',1),(3163,208,'Arusha','AR',1),(3164,208,'Dar es Salaam','DS',1),(3165,208,'Dodoma','DO',1),(3166,208,'Iringa','IR',1),(3167,208,'Kagera','KA',1),(3168,208,'Kigoma','KI',1),(3169,208,'Kilimanjaro','KJ',1),(3170,208,'Lindi','LN',1),(3171,208,'Manyara','MY',1),(3172,208,'Mara','MR',1),(3173,208,'Mbeya','MB',1),(3174,208,'Morogoro','MO',1),(3175,208,'Mtwara','MT',1),(3176,208,'Mwanza','MW',1),(3177,208,'Pemba North','PN',1),(3178,208,'Pemba South','PS',1),(3179,208,'Pwani','PW',1),(3180,208,'Rukwa','RK',1),(3181,208,'Ruvuma','RV',1),(3182,208,'Shinyanga','SH',1),(3183,208,'Singida','SI',1),(3184,208,'Tabora','TB',1),(3185,208,'Tanga','TN',1),(3186,208,'Zanzibar Central/South','ZC',1),(3187,208,'Zanzibar North','ZN',1),(3188,208,'Zanzibar Urban/West','ZU',1),(3189,209,'Amnat Charoen','Amnat Charoen',1),(3190,209,'Ang Thong','Ang Thong',1),(3191,209,'Ayutthaya','Ayutthaya',1),(3192,209,'Bangkok','Bangkok',1),(3193,209,'Buriram','Buriram',1),(3194,209,'Chachoengsao','Chachoengsao',1),(3195,209,'Chai Nat','Chai Nat',1),(3196,209,'Chaiyaphum','Chaiyaphum',1),(3197,209,'Chanthaburi','Chanthaburi',1),(3198,209,'Chiang Mai','Chiang Mai',1),(3199,209,'Chiang Rai','Chiang Rai',1),(3200,209,'Chon Buri','Chon Buri',1),(3201,209,'Chumphon','Chumphon',1),(3202,209,'Kalasin','Kalasin',1),(3203,209,'Kamphaeng Phet','Kamphaeng Phet',1),(3204,209,'Kanchanaburi','Kanchanaburi',1),(3205,209,'Khon Kaen','Khon Kaen',1),(3206,209,'Krabi','Krabi',1),(3207,209,'Lampang','Lampang',1),(3208,209,'Lamphun','Lamphun',1),(3209,209,'Loei','Loei',1),(3210,209,'Lop Buri','Lop Buri',1),(3211,209,'Mae Hong Son','Mae Hong Son',1),(3212,209,'Maha Sarakham','Maha Sarakham',1),(3213,209,'Mukdahan','Mukdahan',1),(3214,209,'Nakhon Nayok','Nakhon Nayok',1),(3215,209,'Nakhon Pathom','Nakhon Pathom',1),(3216,209,'Nakhon Phanom','Nakhon Phanom',1),(3217,209,'Nakhon Ratchasima','Nakhon Ratchasima',1),(3218,209,'Nakhon Sawan','Nakhon Sawan',1),(3219,209,'Nakhon Si Thammarat','Nakhon Si Thammarat',1),(3220,209,'Nan','Nan',1),(3221,209,'Narathiwat','Narathiwat',1),(3222,209,'Nong Bua Lamphu','Nong Bua Lamphu',1),(3223,209,'Nong Khai','Nong Khai',1),(3224,209,'Nonthaburi','Nonthaburi',1),(3225,209,'Pathum Thani','Pathum Thani',1),(3226,209,'Pattani','Pattani',1),(3227,209,'Phangnga','Phangnga',1),(3228,209,'Phatthalung','Phatthalung',1),(3229,209,'Phayao','Phayao',1),(3230,209,'Phetchabun','Phetchabun',1),(3231,209,'Phetchaburi','Phetchaburi',1),(3232,209,'Phichit','Phichit',1),(3233,209,'Phitsanulok','Phitsanulok',1),(3234,209,'Phrae','Phrae',1),(3235,209,'Phuket','Phuket',1),(3236,209,'Prachin Buri','Prachin Buri',1),(3237,209,'Prachuap Khiri Khan','Prachuap Khiri Khan',1),(3238,209,'Ranong','Ranong',1),(3239,209,'Ratchaburi','Ratchaburi',1),(3240,209,'Rayong','Rayong',1),(3241,209,'Roi Et','Roi Et',1),(3242,209,'Sa Kaeo','Sa Kaeo',1),(3243,209,'Sakon Nakhon','Sakon Nakhon',1),(3244,209,'Samut Prakan','Samut Prakan',1),(3245,209,'Samut Sakhon','Samut Sakhon',1),(3246,209,'Samut Songkhram','Samut Songkhram',1),(3247,209,'Sara Buri','Sara Buri',1),(3248,209,'Satun','Satun',1),(3249,209,'Sing Buri','Sing Buri',1),(3250,209,'Sisaket','Sisaket',1),(3251,209,'Songkhla','Songkhla',1),(3252,209,'Sukhothai','Sukhothai',1),(3253,209,'Suphan Buri','Suphan Buri',1),(3254,209,'Surat Thani','Surat Thani',1),(3255,209,'Surin','Surin',1),(3256,209,'Tak','Tak',1),(3257,209,'Trang','Trang',1),(3258,209,'Trat','Trat',1),(3259,209,'Ubon Ratchathani','Ubon Ratchathani',1),(3260,209,'Udon Thani','Udon Thani',1),(3261,209,'Uthai Thani','Uthai Thani',1),(3262,209,'Uttaradit','Uttaradit',1),(3263,209,'Yala','Yala',1),(3264,209,'Yasothon','Yasothon',1),(3265,210,'Kara','K',1),(3266,210,'Plateaux','P',1),(3267,210,'Savanes','S',1),(3268,210,'Centrale','C',1),(3269,210,'Maritime','M',1),(3270,211,'Atafu','A',1),(3271,211,'Fakaofo','F',1),(3272,211,'Nukunonu','N',1),(3273,212,'Ha\'apai','H',1),(3274,212,'Tongatapu','T',1),(3275,212,'Vava\'u','V',1),(3276,213,'Couva/Tabaquite/Talparo','CT',1),(3277,213,'Diego Martin','DM',1),(3278,213,'Mayaro/Rio Claro','MR',1),(3279,213,'Penal/Debe','PD',1),(3280,213,'Princes Town','PT',1),(3281,213,'Sangre Grande','SG',1),(3282,213,'San Juan/Laventille','SL',1),(3283,213,'Siparia','SI',1),(3284,213,'Tunapuna/Piarco','TP',1),(3285,213,'Port of Spain','PS',1),(3286,213,'San Fernando','SF',1),(3287,213,'Arima','AR',1),(3288,213,'Point Fortin','PF',1),(3289,213,'Chaguanas','CH',1),(3290,213,'Tobago','TO',1),(3291,214,'Ariana','AR',1),(3292,214,'Beja','BJ',1),(3293,214,'Ben Arous','BA',1),(3294,214,'Bizerte','BI',1),(3295,214,'Gabes','GB',1),(3296,214,'Gafsa','GF',1),(3297,214,'Jendouba','JE',1),(3298,214,'Kairouan','KR',1),(3299,214,'Kasserine','KS',1),(3300,214,'Kebili','KB',1),(3301,214,'Kef','KF',1),(3302,214,'Mahdia','MH',1),(3303,214,'Manouba','MN',1),(3304,214,'Medenine','ME',1),(3305,214,'Monastir','MO',1),(3306,214,'Nabeul','NA',1),(3307,214,'Sfax','SF',1),(3308,214,'Sidi','SD',1),(3309,214,'Siliana','SL',1),(3310,214,'Sousse','SO',1),(3311,214,'Tataouine','TA',1),(3312,214,'Tozeur','TO',1),(3313,214,'Tunis','TU',1),(3314,214,'Zaghouan','ZA',1),(3315,215,'Adana','ADA',1),(3316,215,'Adıyaman','ADI',1),(3317,215,'Afyonkarahisar','AFY',1),(3318,215,'Ağrı','AGR',1),(3319,215,'Aksaray','AKS',1),(3320,215,'Amasya','AMA',1),(3321,215,'Ankara','ANK',1),(3322,215,'Antalya','ANT',1),(3323,215,'Ardahan','ARD',1),(3324,215,'Artvin','ART',1),(3325,215,'Aydın','AYI',1),(3326,215,'Balıkesir','BAL',1),(3327,215,'Bartın','BAR',1),(3328,215,'Batman','BAT',1),(3329,215,'Bayburt','BAY',1),(3330,215,'Bilecik','BIL',1),(3331,215,'Bingöl','BIN',1),(3332,215,'Bitlis','BIT',1),(3333,215,'Bolu','BOL',1),(3334,215,'Burdur','BRD',1),(3335,215,'Bursa','BRS',1),(3336,215,'Çanakkale','CKL',1),(3337,215,'Çankırı','CKR',1),(3338,215,'Çorum','COR',1),(3339,215,'Denizli','DEN',1),(3340,215,'Diyarbakir','DIY',1),(3341,215,'Düzce','DUZ',1),(3342,215,'Edirne','EDI',1),(3343,215,'Elazığ','ELA',1),(3344,215,'Erzincan','EZC',1),(3345,215,'Erzurum','EZR',1),(3346,215,'Eskişehir','ESK',1),(3347,215,'Gaziantep','GAZ',1),(3348,215,'Giresun','GIR',1),(3349,215,'Gümüşhane','GMS',1),(3350,215,'Hakkari','HKR',1),(3351,215,'Hatay','HTY',1),(3352,215,'Iğdır','IGD',1),(3353,215,'Isparta','ISP',1),(3354,215,'İstanbul','IST',1),(3355,215,'İzmir','IZM',1),(3356,215,'Kahramanmaraş','KAH',1),(3357,215,'Karabük','KRB',1),(3358,215,'Karaman','KRM',1),(3359,215,'Kars','KRS',1),(3360,215,'Kastamonu','KAS',1),(3361,215,'Kayseri','KAY',1),(3362,215,'Kilis','KLS',1),(3363,215,'Kırıkkale','KRK',1),(3364,215,'Kırklareli','KLR',1),(3365,215,'Kırşehir','KRH',1),(3366,215,'Kocaeli','KOC',1),(3367,215,'Konya','KON',1),(3368,215,'Kütahya','KUT',1),(3369,215,'Malatya','MAL',1),(3370,215,'Manisa','MAN',1),(3371,215,'Mardin','MAR',1),(3372,215,'Mersin','MER',1),(3373,215,'Muğla','MUG',1),(3374,215,'Muş','MUS',1),(3375,215,'Nevşehir','NEV',1),(3376,215,'Niğde','NIG',1),(3377,215,'Ordu','ORD',1),(3378,215,'Osmaniye','OSM',1),(3379,215,'Rize','RIZ',1),(3380,215,'Sakarya','SAK',1),(3381,215,'Samsun','SAM',1),(3382,215,'Şanlıurfa','SAN',1),(3383,215,'Siirt','SII',1),(3384,215,'Sinop','SIN',1),(3385,215,'Şırnak','SIR',1),(3386,215,'Sivas','SIV',1),(3387,215,'Tekirdağ','TEL',1),(3388,215,'Tokat','TOK',1),(3389,215,'Trabzon','TRA',1),(3390,215,'Tunceli','TUN',1),(3391,215,'Uşak','USK',1),(3392,215,'Van','VAN',1),(3393,215,'Yalova','YAL',1),(3394,215,'Yozgat','YOZ',1),(3395,215,'Zonguldak','ZON',1),(3396,216,'Ahal Welayaty','A',1),(3397,216,'Balkan Welayaty','B',1),(3398,216,'Dashhowuz Welayaty','D',1),(3399,216,'Lebap Welayaty','L',1),(3400,216,'Mary Welayaty','M',1),(3401,217,'Ambergris Cays','AC',1),(3402,217,'Dellis Cay','DC',1),(3403,217,'French Cay','FC',1),(3404,217,'Little Water Cay','LW',1),(3405,217,'Parrot Cay','RC',1),(3406,217,'Pine Cay','PN',1),(3407,217,'Salt Cay','SL',1),(3408,217,'Grand Turk','GT',1),(3409,217,'South Caicos','SC',1),(3410,217,'East Caicos','EC',1),(3411,217,'Middle Caicos','MC',1),(3412,217,'North Caicos','NC',1),(3413,217,'Providenciales','PR',1),(3414,217,'West Caicos','WC',1),(3415,218,'Nanumanga','NMG',1),(3416,218,'Niulakita','NLK',1),(3417,218,'Niutao','NTO',1),(3418,218,'Funafuti','FUN',1),(3419,218,'Nanumea','NME',1),(3420,218,'Nui','NUI',1),(3421,218,'Nukufetau','NFT',1),(3422,218,'Nukulaelae','NLL',1),(3423,218,'Vaitupu','VAI',1),(3424,219,'Kalangala','KAL',1),(3425,219,'Kampala','KMP',1),(3426,219,'Kayunga','KAY',1),(3427,219,'Kiboga','KIB',1),(3428,219,'Luwero','LUW',1),(3429,219,'Masaka','MAS',1),(3430,219,'Mpigi','MPI',1),(3431,219,'Mubende','MUB',1),(3432,219,'Mukono','MUK',1),(3433,219,'Nakasongola','NKS',1),(3434,219,'Rakai','RAK',1),(3435,219,'Sembabule','SEM',1),(3436,219,'Wakiso','WAK',1),(3437,219,'Bugiri','BUG',1),(3438,219,'Busia','BUS',1),(3439,219,'Iganga','IGA',1),(3440,219,'Jinja','JIN',1),(3441,219,'Kaberamaido','KAB',1),(3442,219,'Kamuli','KML',1),(3443,219,'Kapchorwa','KPC',1),(3444,219,'Katakwi','KTK',1),(3445,219,'Kumi','KUM',1),(3446,219,'Mayuge','MAY',1),(3447,219,'Mbale','MBA',1),(3448,219,'Pallisa','PAL',1),(3449,219,'Sironko','SIR',1),(3450,219,'Soroti','SOR',1),(3451,219,'Tororo','TOR',1),(3452,219,'Adjumani','ADJ',1),(3453,219,'Apac','APC',1),(3454,219,'Arua','ARU',1),(3455,219,'Gulu','GUL',1),(3456,219,'Kitgum','KIT',1),(3457,219,'Kotido','KOT',1),(3458,219,'Lira','LIR',1),(3459,219,'Moroto','MRT',1),(3460,219,'Moyo','MOY',1),(3461,219,'Nakapiripirit','NAK',1),(3462,219,'Nebbi','NEB',1),(3463,219,'Pader','PAD',1),(3464,219,'Yumbe','YUM',1),(3465,219,'Bundibugyo','BUN',1),(3466,219,'Bushenyi','BSH',1),(3467,219,'Hoima','HOI',1),(3468,219,'Kabale','KBL',1),(3469,219,'Kabarole','KAR',1),(3470,219,'Kamwenge','KAM',1),(3471,219,'Kanungu','KAN',1),(3472,219,'Kasese','KAS',1),(3473,219,'Kibaale','KBA',1),(3474,219,'Kisoro','KIS',1),(3475,219,'Kyenjojo','KYE',1),(3476,219,'Masindi','MSN',1),(3477,219,'Mbarara','MBR',1),(3478,219,'Ntungamo','NTU',1),(3479,219,'Rukungiri','RUK',1),(3480,220,'Cherkasy','CK',1),(3481,220,'Chernihiv','CH',1),(3482,220,'Chernivtsi','CV',1),(3483,220,'Crimea','CR',1),(3484,220,'Dnipropetrovs\'k','DN',1),(3485,220,'Donets\'k','DO',1),(3486,220,'Ivano-Frankivs\'k','IV',1),(3487,220,'Kharkiv Kherson','KL',1),(3488,220,'Khmel\'nyts\'kyy','KM',1),(3489,220,'Kirovohrad','KR',1),(3490,220,'Kiev','KV',1),(3491,220,'Kyyiv','KY',1),(3492,220,'Luhans\'k','LU',1),(3493,220,'L\'viv','LV',1),(3494,220,'Mykolayiv','MY',1),(3495,220,'Odesa','OD',1),(3496,220,'Poltava','PO',1),(3497,220,'Rivne','RI',1),(3498,220,'Sevastopol','SE',1),(3499,220,'Sumy','SU',1),(3500,220,'Ternopil\'','TE',1),(3501,220,'Vinnytsya','VI',1),(3502,220,'Volyn\'','VO',1),(3503,220,'Zakarpattya','ZK',1),(3504,220,'Zaporizhzhya','ZA',1),(3505,220,'Zhytomyr','ZH',1),(3506,221,'Abu Zaby','AZ',1),(3507,221,'\'Ajman','AJ',1),(3508,221,'Al Fujayrah','FU',1),(3509,221,'Ash Shariqah','SH',1),(3510,221,'Dubayy','DU',1),(3511,221,'R\'as al Khaymah','RK',1),(3512,221,'Umm al Qaywayn','UQ',1),(3513,222,'Aberdeen','ABN',1),(3514,222,'Aberdeenshire','ABNS',1),(3515,222,'Anglesey','ANG',1),(3516,222,'Angus','AGS',1),(3517,222,'Argyll and Bute','ARY',1),(3518,222,'Bedfordshire','BEDS',1),(3519,222,'Berkshire','BERKS',1),(3520,222,'Blaenau Gwent','BLA',1),(3521,222,'Bridgend','BRI',1),(3522,222,'Bristol','BSTL',1),(3523,222,'Buckinghamshire','BUCKS',1),(3524,222,'Caerphilly','CAE',1),(3525,222,'Cambridgeshire','CAMBS',1),(3526,222,'Cardiff','CDF',1),(3527,222,'Carmarthenshire','CARM',1),(3528,222,'Ceredigion','CDGN',1),(3529,222,'Cheshire','CHES',1),(3530,222,'Clackmannanshire','CLACK',1),(3531,222,'Conwy','CON',1),(3532,222,'Cornwall','CORN',1),(3533,222,'Denbighshire','DNBG',1),(3534,222,'Derbyshire','DERBY',1),(3535,222,'Devon','DVN',1),(3536,222,'Dorset','DOR',1),(3537,222,'Dumfries and Galloway','DGL',1),(3538,222,'Dundee','DUND',1),(3539,222,'Durham','DHM',1),(3540,222,'East Ayrshire','ARYE',1),(3541,222,'East Dunbartonshire','DUNBE',1),(3542,222,'East Lothian','LOTE',1),(3543,222,'East Renfrewshire','RENE',1),(3544,222,'East Riding of Yorkshire','ERYS',1),(3545,222,'East Sussex','SXE',1),(3546,222,'Edinburgh','EDIN',1),(3547,222,'Essex','ESX',1),(3548,222,'Falkirk','FALK',1),(3549,222,'Fife','FFE',1),(3550,222,'Flintshire','FLINT',1),(3551,222,'Glasgow','GLAS',1),(3552,222,'Gloucestershire','GLOS',1),(3553,222,'Greater London','LDN',1),(3554,222,'Greater Manchester','MCH',1),(3555,222,'Gwynedd','GDD',1),(3556,222,'Hampshire','HANTS',1),(3557,222,'Herefordshire','HWR',1),(3558,222,'Hertfordshire','HERTS',1),(3559,222,'Highlands','HLD',1),(3560,222,'Inverclyde','IVER',1),(3561,222,'Isle of Wight','IOW',1),(3562,222,'Kent','KNT',1),(3563,222,'Lancashire','LANCS',1),(3564,222,'Leicestershire','LEICS',1),(3565,222,'Lincolnshire','LINCS',1),(3566,222,'Merseyside','MSY',1),(3567,222,'Merthyr Tydfil','MERT',1),(3568,222,'Midlothian','MLOT',1),(3569,222,'Monmouthshire','MMOUTH',1),(3570,222,'Moray','MORAY',1),(3571,222,'Neath Port Talbot','NPRTAL',1),(3572,222,'Newport','NEWPT',1),(3573,222,'Norfolk','NOR',1),(3574,222,'North Ayrshire','ARYN',1),(3575,222,'North Lanarkshire','LANN',1),(3576,222,'North Yorkshire','YSN',1),(3577,222,'Northamptonshire','NHM',1),(3578,222,'Northumberland','NLD',1),(3579,222,'Nottinghamshire','NOT',1),(3580,222,'Orkney Islands','ORK',1),(3581,222,'Oxfordshire','OFE',1),(3582,222,'Pembrokeshire','PEM',1),(3583,222,'Perth and Kinross','PERTH',1),(3584,222,'Powys','PWS',1),(3585,222,'Renfrewshire','REN',1),(3586,222,'Rhondda Cynon Taff','RHON',1),(3587,222,'Rutland','RUT',1),(3588,222,'Scottish Borders','BOR',1),(3589,222,'Shetland Islands','SHET',1),(3590,222,'Shropshire','SPE',1),(3591,222,'Somerset','SOM',1),(3592,222,'South Ayrshire','ARYS',1),(3593,222,'South Lanarkshire','LANS',1),(3594,222,'South Yorkshire','YSS',1),(3595,222,'Staffordshire','SFD',1),(3596,222,'Stirling','STIR',1),(3597,222,'Suffolk','SFK',1),(3598,222,'Surrey','SRY',1),(3599,222,'Swansea','SWAN',1),(3600,222,'Torfaen','TORF',1),(3601,222,'Tyne and Wear','TWR',1),(3602,222,'Vale of Glamorgan','VGLAM',1),(3603,222,'Warwickshire','WARKS',1),(3604,222,'West Dunbartonshire','WDUN',1),(3605,222,'West Lothian','WLOT',1),(3606,222,'West Midlands','WMD',1),(3607,222,'West Sussex','SXW',1),(3608,222,'West Yorkshire','YSW',1),(3609,222,'Western Isles','WIL',1),(3610,222,'Wiltshire','WLT',1),(3611,222,'Worcestershire','WORCS',1),(3612,222,'Wrexham','WRX',1),(3613,223,'Alabama','AL',1),(3614,223,'Alaska','AK',1),(3615,223,'American Samoa','AS',1),(3616,223,'Arizona','AZ',1),(3617,223,'Arkansas','AR',1),(3618,223,'Armed Forces Africa','AF',1),(3619,223,'Armed Forces Americas','AA',1),(3620,223,'Armed Forces Canada','AC',1),(3621,223,'Armed Forces Europe','AE',1),(3622,223,'Armed Forces Middle East','AM',1),(3623,223,'Armed Forces Pacific','AP',1),(3624,223,'California','CA',1),(3625,223,'Colorado','CO',1),(3626,223,'Connecticut','CT',1),(3627,223,'Delaware','DE',1),(3628,223,'District of Columbia','DC',1),(3629,223,'Federated States Of Micronesia','FM',1),(3630,223,'Florida','FL',1),(3631,223,'Georgia','GA',1),(3632,223,'Guam','GU',1),(3633,223,'Hawaii','HI',1),(3634,223,'Idaho','ID',1),(3635,223,'Illinois','IL',1),(3636,223,'Indiana','IN',1),(3637,223,'Iowa','IA',1),(3638,223,'Kansas','KS',1),(3639,223,'Kentucky','KY',1),(3640,223,'Louisiana','LA',1),(3641,223,'Maine','ME',1),(3642,223,'Marshall Islands','MH',1),(3643,223,'Maryland','MD',1),(3644,223,'Massachusetts','MA',1),(3645,223,'Michigan','MI',1),(3646,223,'Minnesota','MN',1),(3647,223,'Mississippi','MS',1),(3648,223,'Missouri','MO',1),(3649,223,'Montana','MT',1),(3650,223,'Nebraska','NE',1),(3651,223,'Nevada','NV',1),(3652,223,'New Hampshire','NH',1),(3653,223,'New Jersey','NJ',1),(3654,223,'New Mexico','NM',1),(3655,223,'New York','NY',1),(3656,223,'North Carolina','NC',1),(3657,223,'North Dakota','ND',1),(3658,223,'Northern Mariana Islands','MP',1),(3659,223,'Ohio','OH',1),(3660,223,'Oklahoma','OK',1),(3661,223,'Oregon','OR',1),(3662,223,'Palau','PW',1),(3663,223,'Pennsylvania','PA',1),(3664,223,'Puerto Rico','PR',1),(3665,223,'Rhode Island','RI',1),(3666,223,'South Carolina','SC',1),(3667,223,'South Dakota','SD',1),(3668,223,'Tennessee','TN',1),(3669,223,'Texas','TX',1),(3670,223,'Utah','UT',1),(3671,223,'Vermont','VT',1),(3672,223,'Virgin Islands','VI',1),(3673,223,'Virginia','VA',1),(3674,223,'Washington','WA',1),(3675,223,'West Virginia','WV',1),(3676,223,'Wisconsin','WI',1),(3677,223,'Wyoming','WY',1),(3678,224,'Baker Island','BI',1),(3679,224,'Howland Island','HI',1),(3680,224,'Jarvis Island','JI',1),(3681,224,'Johnston Atoll','JA',1),(3682,224,'Kingman Reef','KR',1),(3683,224,'Midway Atoll','MA',1),(3684,224,'Navassa Island','NI',1),(3685,224,'Palmyra Atoll','PA',1),(3686,224,'Wake Island','WI',1),(3687,225,'Artigas','AR',1),(3688,225,'Canelones','CA',1),(3689,225,'Cerro Largo','CL',1),(3690,225,'Colonia','CO',1),(3691,225,'Durazno','DU',1),(3692,225,'Flores','FS',1),(3693,225,'Florida','FA',1),(3694,225,'Lavalleja','LA',1),(3695,225,'Maldonado','MA',1),(3696,225,'Montevideo','MO',1),(3697,225,'Paysandu','PA',1),(3698,225,'Rio Negro','RN',1),(3699,225,'Rivera','RV',1),(3700,225,'Rocha','RO',1),(3701,225,'Salto','SL',1),(3702,225,'San Jose','SJ',1),(3703,225,'Soriano','SO',1),(3704,225,'Tacuarembo','TA',1),(3705,225,'Treinta y Tres','TT',1),(3706,226,'Andijon','AN',1),(3707,226,'Buxoro','BU',1),(3708,226,'Farg\'ona','FA',1),(3709,226,'Jizzax','JI',1),(3710,226,'Namangan','NG',1),(3711,226,'Navoiy','NW',1),(3712,226,'Qashqadaryo','QA',1),(3713,226,'Qoraqalpog\'iston Republikasi','QR',1),(3714,226,'Samarqand','SA',1),(3715,226,'Sirdaryo','SI',1),(3716,226,'Surxondaryo','SU',1),(3717,226,'Toshkent City','TK',1),(3718,226,'Toshkent Region','TO',1),(3719,226,'Xorazm','XO',1),(3720,227,'Malampa','MA',1),(3721,227,'Penama','PE',1),(3722,227,'Sanma','SA',1),(3723,227,'Shefa','SH',1),(3724,227,'Tafea','TA',1),(3725,227,'Torba','TO',1),(3726,229,'Amazonas','AM',1),(3727,229,'Anzoategui','AN',1),(3728,229,'Apure','AP',1),(3729,229,'Aragua','AR',1),(3730,229,'Barinas','BA',1),(3731,229,'Bolivar','BO',1),(3732,229,'Carabobo','CA',1),(3733,229,'Cojedes','CO',1),(3734,229,'Delta Amacuro','DA',1),(3735,229,'Dependencias Federales','DF',1),(3736,229,'Distrito Federal','DI',1),(3737,229,'Falcon','FA',1),(3738,229,'Guarico','GU',1),(3739,229,'Lara','LA',1),(3740,229,'Merida','ME',1),(3741,229,'Miranda','MI',1),(3742,229,'Monagas','MO',1),(3743,229,'Nueva Esparta','NE',1),(3744,229,'Portuguesa','PO',1),(3745,229,'Sucre','SU',1),(3746,229,'Tachira','TA',1),(3747,229,'Trujillo','TR',1),(3748,229,'Vargas','VA',1),(3749,229,'Yaracuy','YA',1),(3750,229,'Zulia','ZU',1),(3751,230,'An Giang','AG',1),(3752,230,'Bac Giang','BG',1),(3753,230,'Bac Kan','BK',1),(3754,230,'Bac Lieu','BL',1),(3755,230,'Bac Ninh','BC',1),(3756,230,'Ba Ria-Vung Tau','BR',1),(3757,230,'Ben Tre','BN',1),(3758,230,'Binh Dinh','BH',1),(3759,230,'Binh Duong','BU',1),(3760,230,'Binh Phuoc','BP',1),(3761,230,'Binh Thuan','BT',1),(3762,230,'Ca Mau','CM',1),(3763,230,'Can Tho','CT',1),(3764,230,'Cao Bang','CB',1),(3765,230,'Dak Lak','DL',1),(3766,230,'Dak Nong','DG',1),(3767,230,'Da Nang','DN',1),(3768,230,'Dien Bien','DB',1),(3769,230,'Dong Nai','DI',1),(3770,230,'Dong Thap','DT',1),(3771,230,'Gia Lai','GL',1),(3772,230,'Ha Giang','HG',1),(3773,230,'Hai Duong','HD',1),(3774,230,'Hai Phong','HP',1),(3775,230,'Ha Nam','HM',1),(3776,230,'Ha Noi','HI',1),(3777,230,'Ha Tay','HT',1),(3778,230,'Ha Tinh','HH',1),(3779,230,'Hoa Binh','HB',1),(3780,230,'Ho Chi Minh City','HC',1),(3781,230,'Hau Giang','HU',1),(3782,230,'Hung Yen','HY',1),(3783,232,'Saint Croix','C',1),(3784,232,'Saint John','J',1),(3785,232,'Saint Thomas','T',1),(3786,233,'Alo','A',1),(3787,233,'Sigave','S',1),(3788,233,'Wallis','W',1),(3789,235,'Abyan','AB',1),(3790,235,'Adan','AD',1),(3791,235,'Amran','AM',1),(3792,235,'Al Bayda','BA',1),(3793,235,'Ad Dali','DA',1),(3794,235,'Dhamar','DH',1),(3795,235,'Hadramawt','HD',1),(3796,235,'Hajjah','HJ',1),(3797,235,'Al Hudaydah','HU',1),(3798,235,'Ibb','IB',1),(3799,235,'Al Jawf','JA',1),(3800,235,'Lahij','LA',1),(3801,235,'Ma\'rib','MA',1),(3802,235,'Al Mahrah','MR',1),(3803,235,'Al Mahwit','MW',1),(3804,235,'Sa\'dah','SD',1),(3805,235,'San\'a','SN',1),(3806,235,'Shabwah','SH',1),(3807,235,'Ta\'izz','TA',1),(3812,237,'Bas-Congo','BC',1),(3813,237,'Bandundu','BN',1),(3814,237,'Equateur','EQ',1),(3815,237,'Katanga','KA',1),(3816,237,'Kasai-Oriental','KE',1),(3817,237,'Kinshasa','KN',1),(3818,237,'Kasai-Occidental','KW',1),(3819,237,'Maniema','MA',1),(3820,237,'Nord-Kivu','NK',1),(3821,237,'Orientale','OR',1),(3822,237,'Sud-Kivu','SK',1),(3823,238,'Central','CE',1),(3824,238,'Copperbelt','CB',1),(3825,238,'Eastern','EA',1),(3826,238,'Luapula','LP',1),(3827,238,'Lusaka','LK',1),(3828,238,'Northern','NO',1),(3829,238,'North-Western','NW',1),(3830,238,'Southern','SO',1),(3831,238,'Western','WE',1),(3832,239,'Bulawayo','BU',1),(3833,239,'Harare','HA',1),(3834,239,'Manicaland','ML',1),(3835,239,'Mashonaland Central','MC',1),(3836,239,'Mashonaland East','ME',1),(3837,239,'Mashonaland West','MW',1),(3838,239,'Masvingo','MV',1),(3839,239,'Matabeleland North','MN',1),(3840,239,'Matabeleland South','MS',1),(3841,239,'Midlands','MD',1),(3861,105,'Campobasso','CB',1),(3862,105,'Carbonia-Iglesias','CI',1),(3863,105,'Caserta','CE',1),(3864,105,'Catania','CT',1),(3865,105,'Catanzaro','CZ',1),(3866,105,'Chieti','CH',1),(3867,105,'Como','CO',1),(3868,105,'Cosenza','CS',1),(3869,105,'Cremona','CR',1),(3870,105,'Crotone','KR',1),(3871,105,'Cuneo','CN',1),(3872,105,'Enna','EN',1),(3873,105,'Ferrara','FE',1),(3874,105,'Firenze','FI',1),(3875,105,'Foggia','FG',1),(3876,105,'Forli-Cesena','FC',1),(3877,105,'Frosinone','FR',1),(3878,105,'Genova','GE',1),(3879,105,'Gorizia','GO',1),(3880,105,'Grosseto','GR',1),(3881,105,'Imperia','IM',1),(3882,105,'Isernia','IS',1),(3883,105,'L'Aquila','AQ',1),(3884,105,'La Spezia','SP',1),(3885,105,'Latina','LT',1),(3886,105,'Lecce','LE',1),(3887,105,'Lecco','LC',1),(3888,105,'Livorno','LI',1),(3889,105,'Lodi','LO',1),(3890,105,'Lucca','LU',1),(3891,105,'Macerata','MC',1),(3892,105,'Mantova','MN',1),(3893,105,'Massa-Carrara','MS',1),(3894,105,'Matera','MT',1),(3895,105,'Medio Campidano','VS',1),(3896,105,'Messina','ME',1),(3897,105,'Milano','MI',1),(3898,105,'Modena','MO',1),(3899,105,'Napoli','NA',1),(3900,105,'Novara','NO',1),(3901,105,'Nuoro','NU',1),(3902,105,'Ogliastra','OG',1),(3903,105,'Olbia-Tempio','OT',1),(3904,105,'Oristano','OR',1),(3905,105,'Padova','PD',1),(3906,105,'Palermo','PA',1),(3907,105,'Parma','PR',1),(3908,105,'Pavia','PV',1),(3909,105,'Perugia','PG',1),(3910,105,'Pesaro e Urbino','PU',1),(3911,105,'Pescara','PE',1),(3912,105,'Piacenza','PC',1),(3913,105,'Pisa','PI',1),(3914,105,'Pistoia','PT',1),(3915,105,'Pordenone','PN',1),(3916,105,'Potenza','PZ',1),(3917,105,'Prato','PO',1),(3918,105,'Ragusa','RG',1),(3919,105,'Ravenna','RA',1),(3920,105,'Reggio Calabria','RC',1),(3921,105,'Reggio Emilia','RE',1),(3922,105,'Rieti','RI',1),(3923,105,'Rimini','RN',1),(3924,105,'Roma','RM',1),(3925,105,'Rovigo','RO',1),(3926,105,'Salerno','SA',1),(3927,105,'Sassari','SS',1),(3928,105,'Savona','SV',1),(3929,105,'Siena','SI',1),(3930,105,'Siracusa','SR',1),(3931,105,'Sondrio','SO',1),(3932,105,'Taranto','TA',1),(3933,105,'Teramo','TE',1),(3934,105,'Terni','TR',1),(3935,105,'Torino','TO',1),(3936,105,'Trapani','TP',1),(3937,105,'Trento','TN',1),(3938,105,'Treviso','TV',1),(3939,105,'Trieste','TS',1),(3940,105,'Udine','UD',1),(3941,105,'Varese','VA',1),(3942,105,'Venezia','VE',1),(3943,105,'Verbano-Cusio-Ossola','VB',1),(3944,105,'Vercelli','VC',1),(3945,105,'Verona','VR',1),(3946,105,'Vibo Valentia','VV',1),(3947,105,'Vicenza','VI',1),(3948,105,'Viterbo','VT',1),(3949,222,'County Antrim','ANT',1),(3950,222,'County Armagh','ARM',1),(3951,222,'County Down','DOW',1),(3952,222,'County Fermanagh','FER',1),(3953,222,'County Londonderry','LDY',1),(3954,222,'County Tyrone','TYR',1),(3955,222,'Cumbria','CMA',1),(3956,190,'Pomurska','1',1),(3957,190,'Podravska','2',1),(3958,190,'Koroška','3',1),(3959,190,'Savinjska','4',1),(3960,190,'Zasavska','5',1),(3961,190,'Spodnjeposavska','6',1),(3962,190,'Jugovzhodna Slovenija','7',1),(3963,190,'Osrednjeslovenska','8',1),(3964,190,'Gorenjska','9',1),(3965,190,'Notranjsko-kraška','10',1),(3966,190,'Goriška','11',1),(3967,190,'Obalno-kraška','12',1),(3968,33,'Ruse','',1),(3969,101,'Alborz','ALB',1),(3970,21,'Brussels-Capital Region','BRU',1),(3971,138,'Aguascalientes','AG',1),(3972,222,'Isle of Man','IOM',1),(3973,242,'Andrijevica','01',1),(3974,242,'Bar','02',1),(3975,242,'Berane','03',1),(3976,242,'Bijelo Polje','04',1),(3977,242,'Budva','05',1),(3978,242,'Cetinje','06',1),(3979,242,'Danilovgrad','07',1),(3980,242,'Herceg-Novi','08',1),(3981,242,'Kolašin','09',1),(3982,242,'Kotor','10',1),(3983,242,'Mojkovac','11',1),(3984,242,'Nikšić','12',1),(3985,242,'Plav','13',1),(3986,242,'Pljevlja','14',1),(3987,242,'Plužine','15',1),(3988,242,'Podgorica','16',1),(3989,242,'Rožaje','17',1),(3990,242,'Šavnik','18',1),(3991,242,'Tivat','19',1),(3992,242,'Ulcinj','20',1),(3993,242,'Žabljak','21',1),(3994,243,'Belgrade','00',1),(3995,243,'North Bačka','01',1),(3996,243,'Central Banat','02',1),(3997,243,'North Banat','03',1),(3998,243,'South Banat','04',1),(3999,243,'West Bačka','05',1),(4000,243,'South Bačka','06',1),(4001,243,'Srem','07',1),(4002,243,'Mačva','08',1),(4003,243,'Kolubara','09',1),(4004,243,'Podunavlje','10',1),(4005,243,'Braničevo','11',1),(4006,243,'Šumadija','12',1),(4007,243,'Pomoravlje','13',1),(4008,243,'Bor','14',1),(4009,243,'Zaječar','15',1),(4010,243,'Zlatibor','16',1),(4011,243,'Moravica','17',1),(4012,243,'Raška','18',1),(4013,243,'Rasina','19',1),(4014,243,'Nišava','20',1),(4015,243,'Toplica','21',1),(4016,243,'Pirot','22',1),(4017,243,'Jablanica','23',1),(4018,243,'Pčinja','24',1),(4019,243,'Kosovo','KM',1),(4020,245,'Bonaire','BO',1),(4021,245,'Saba','SA',1),(4022,245,'Sint Eustatius','SE',1),(4023,248,'Central Equatoria','EC',1),(4024,248,'Eastern Equatoria','EE',1),(4025,248,'Jonglei','JG',1),(4026,248,'Lakes','LK',1),(4027,248,'Northern Bahr el-Ghazal','BN',1),(4028,248,'Unity','UY',1),(4029,248,'Upper Nile','NU',1),(4030,248,'Warrap','WR',1),(4031,248,'Western Bahr el-Ghazal','BW',1),(4032,248,'Western Equatoria','EW',1); /*!40000 ALTER TABLE `oc_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oc_zone_to_geo_zone` -- DROP TABLE IF EXISTS `oc_zone_to_geo_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `oc_zone_to_geo_zone` ( `zone_to_geo_zone_id` int(11) NOT NULL auto_increment, `country_id` int(11) NOT NULL, `zone_id` int(11) NOT NULL default '0', `geo_zone_id` int(11) NOT NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`zone_to_geo_zone_id`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `oc_zone_to_geo_zone` -- LOCK TABLES `oc_zone_to_geo_zone` WRITE; /*!40000 ALTER TABLE `oc_zone_to_geo_zone` DISABLE KEYS */; INSERT INTO `oc_zone_to_geo_zone` VALUES (57,222,0,3,'2010-02-26 22:33:24','0000-00-00 00:00:00'),(65,222,0,4,'2010-12-15 15:18:13','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `oc_zone_to_geo_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_products_table` -- DROP TABLE IF EXISTS `order_products_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `order_products_table` ( `order_id` int(25) NOT NULL, `product_id` int(25) NOT NULL, `product_qty` int(10) NOT NULL, `product_unit_price` double NOT NULL, `shipping_cost` double NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `order_products_table` -- LOCK TABLES `order_products_table` WRITE; /*!40000 ALTER TABLE `order_products_table` DISABLE KEYS */; /*!40000 ALTER TABLE `order_products_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders` -- DROP TABLE IF EXISTS `orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders` ( `orders_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `customers_name` varchar(255) NOT NULL, `customers_company` varchar(255) default NULL, `customers_street_address` varchar(255) NOT NULL, `customers_suburb` varchar(255) default NULL, `customers_city` varchar(255) NOT NULL, `customers_postcode` varchar(255) NOT NULL, `customers_state` varchar(255) default NULL, `customers_country` varchar(255) NOT NULL, `customers_telephone` varchar(255) NOT NULL, `customers_email_address` varchar(255) NOT NULL, `customers_address_format_id` int(5) NOT NULL, `delivery_name` varchar(255) NOT NULL, `delivery_company` varchar(255) default NULL, `delivery_street_address` varchar(255) NOT NULL, `delivery_suburb` varchar(255) default NULL, `delivery_city` varchar(255) NOT NULL, `delivery_postcode` varchar(255) NOT NULL, `delivery_state` varchar(255) default NULL, `delivery_country` varchar(255) NOT NULL, `delivery_address_format_id` int(5) NOT NULL, `billing_name` varchar(255) NOT NULL, `billing_company` varchar(255) default NULL, `billing_street_address` varchar(255) NOT NULL, `billing_suburb` varchar(255) default NULL, `billing_city` varchar(255) NOT NULL, `billing_postcode` varchar(255) NOT NULL, `billing_state` varchar(255) default NULL, `billing_country` varchar(255) NOT NULL, `billing_address_format_id` int(5) NOT NULL, `payment_method` varchar(255) NOT NULL, `cc_type` varchar(20) default NULL, `cc_owner` varchar(255) default NULL, `cc_number` varchar(32) default NULL, `cc_expires` varchar(4) default NULL, `last_modified` datetime default NULL, `date_purchased` datetime default NULL, `orders_status` int(5) NOT NULL, `orders_date_finished` datetime default NULL, `currency` char(3) default NULL, `currency_value` decimal(14,6) default NULL, PRIMARY KEY (`orders_id`), KEY `idx_orders_customers_id` (`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders` -- LOCK TABLES `orders` WRITE; /*!40000 ALTER TABLE `orders` DISABLE KEYS */; /*!40000 ALTER TABLE `orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_products` -- DROP TABLE IF EXISTS `orders_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_products` ( `orders_products_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `products_id` int(11) NOT NULL, `products_model` varchar(12) default NULL, `products_name` varchar(64) NOT NULL, `products_price` decimal(15,4) NOT NULL, `final_price` decimal(15,4) NOT NULL, `products_tax` decimal(7,4) NOT NULL, `products_quantity` int(2) NOT NULL, PRIMARY KEY (`orders_products_id`), KEY `idx_orders_products_orders_id` (`orders_id`), KEY `idx_orders_products_products_id` (`products_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_products` -- LOCK TABLES `orders_products` WRITE; /*!40000 ALTER TABLE `orders_products` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_products_attributes` -- DROP TABLE IF EXISTS `orders_products_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_products_attributes` ( `orders_products_attributes_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `orders_products_id` int(11) NOT NULL, `products_options` varchar(32) NOT NULL, `products_options_values` varchar(32) NOT NULL, `options_values_price` decimal(15,4) NOT NULL, `price_prefix` char(1) NOT NULL, PRIMARY KEY (`orders_products_attributes_id`), KEY `idx_orders_products_att_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_products_attributes` -- LOCK TABLES `orders_products_attributes` WRITE; /*!40000 ALTER TABLE `orders_products_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_products_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_products_download` -- DROP TABLE IF EXISTS `orders_products_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_products_download` ( `orders_products_download_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_products_id` int(11) NOT NULL default '0', `orders_products_filename` varchar(255) NOT NULL default '', `download_maxdays` int(2) NOT NULL default '0', `download_count` int(2) NOT NULL default '0', PRIMARY KEY (`orders_products_download_id`), KEY `idx_orders_products_download_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_products_download` -- LOCK TABLES `orders_products_download` WRITE; /*!40000 ALTER TABLE `orders_products_download` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_products_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_status` -- DROP TABLE IF EXISTS `orders_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_status` ( `orders_status_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `orders_status_name` varchar(32) NOT NULL, `public_flag` int(11) default '1', `downloads_flag` int(11) default '0', PRIMARY KEY (`orders_status_id`,`language_id`), KEY `idx_orders_status_name` (`orders_status_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_status` -- LOCK TABLES `orders_status` WRITE; /*!40000 ALTER TABLE `orders_status` DISABLE KEYS */; INSERT INTO `orders_status` VALUES (1,1,'Pending',1,0),(2,1,'Processing',1,1),(3,1,'Delivered',1,1),(4,1,'PayPal [Transactions]',0,0); /*!40000 ALTER TABLE `orders_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_status_history` -- DROP TABLE IF EXISTS `orders_status_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_status_history` ( `orders_status_history_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `orders_status_id` int(5) NOT NULL, `date_added` datetime NOT NULL, `customer_notified` int(1) default '0', `comments` text, PRIMARY KEY (`orders_status_history_id`), KEY `idx_orders_status_history_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_status_history` -- LOCK TABLES `orders_status_history` WRITE; /*!40000 ALTER TABLE `orders_status_history` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_status_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_status_table` -- DROP TABLE IF EXISTS `orders_status_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_status_table` ( `orders_status_id` int(20) NOT NULL auto_increment, `orders_status_name` varchar(100) NOT NULL, PRIMARY KEY (`orders_status_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_status_table` -- LOCK TABLES `orders_status_table` WRITE; /*!40000 ALTER TABLE `orders_status_table` DISABLE KEYS */; INSERT INTO `orders_status_table` VALUES (1,'Pending'),(2,'Processing'),(3,'Delivered'),(4,'AwaitingPayment'); /*!40000 ALTER TABLE `orders_status_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_table` -- DROP TABLE IF EXISTS `orders_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_table` ( `orders_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL, `shipping_name` varchar(64) NOT NULL, `shipping_company` varchar(32) default NULL, `shipping_street_address` varchar(64) NOT NULL, `shipping_suburb` varchar(32) default NULL, `shipping_city` varchar(32) NOT NULL, `shipping_postcode` varchar(10) NOT NULL, `shipping_state` varchar(32) default NULL, `shipping_country` varchar(32) NOT NULL, `billing_name` varchar(64) NOT NULL, `billing_company` varchar(32) default NULL, `billing_street_address` varchar(64) NOT NULL, `billing_suburb` varchar(32) default NULL, `billing_city` varchar(32) NOT NULL, `billing_postcode` varchar(10) NOT NULL, `billing_state` varchar(32) default NULL, `billing_country` varchar(32) NOT NULL, `payment_method` varchar(128) NOT NULL, `shipping_method` varchar(128) NOT NULL, `coupon_code` varchar(32) NOT NULL, `date_purchased` datetime default NULL, `orders_date_closed` datetime default NULL, `orders_status` int(5) NOT NULL, `order_total` double default NULL, `order_tax` double default NULL, `ipn_id` int(11) NOT NULL default '0', `ip_address` varchar(96) NOT NULL, `shipment_id_selected` int(11) NOT NULL, `shipment_track_id` varchar(200) NOT NULL, PRIMARY KEY (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_table` -- LOCK TABLES `orders_table` WRITE; /*!40000 ALTER TABLE `orders_table` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders_total` -- DROP TABLE IF EXISTS `orders_total`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `orders_total` ( `orders_total_id` int(10) unsigned NOT NULL auto_increment, `orders_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `text` varchar(255) NOT NULL, `value` decimal(15,4) NOT NULL, `class` varchar(32) NOT NULL, `sort_order` int(11) NOT NULL, PRIMARY KEY (`orders_total_id`), KEY `idx_orders_total_orders_id` (`orders_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `orders_total` -- LOCK TABLES `orders_total` WRITE; /*!40000 ALTER TABLE `orders_total` DISABLE KEYS */; /*!40000 ALTER TABLE `orders_total` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `p_pack` -- DROP TABLE IF EXISTS `p_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `p_pack` ( `id` int(255) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `days` int(255) NOT NULL default '0', `price` decimal(5,2) NOT NULL default '0.00', `coins_price` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `p_pack` -- LOCK TABLES `p_pack` WRITE; /*!40000 ALTER TABLE `p_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `p_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `packages` -- DROP TABLE IF EXISTS `packages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `packages` ( `package_id` int(11) NOT NULL auto_increment, `package_name` varchar(100) NOT NULL, `package_price` varchar(10) NOT NULL, `package_length` int(4) NOT NULL, PRIMARY KEY (`package_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `packages` -- LOCK TABLES `packages` WRITE; /*!40000 ALTER TABLE `packages` DISABLE KEYS */; /*!40000 ALTER TABLE `packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pages` ( `page_id` varchar(50) NOT NULL, `page_header` varchar(150) NOT NULL, `body` longtext NOT NULL, `created_on` varchar(25) NOT NULL, `updated_on` varchar(25) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages_action_table` -- DROP TABLE IF EXISTS `pages_action_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pages_action_table` ( `page_id` int(20) NOT NULL auto_increment, `page_name` varchar(200) NOT NULL, `page_action` varchar(200) NOT NULL, `page_description` varchar(200) NOT NULL, PRIMARY KEY (`page_id`) ) ENGINE=MyISAM AUTO_INCREMENT=75 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pages_action_table` -- LOCK TABLES `pages_action_table` WRITE; /*!40000 ALTER TABLE `pages_action_table` DISABLE KEYS */; INSERT INTO `pages_action_table` VALUES (1,'adminpayment','','AdminPayment Display'),(6,'adminreg','','User Management'),(2,'orderstatus','','Order Status Display Option'),(3,'disporders','','Order Display Option'),(4,'paymentgateway','','Payment Gateway Display Option'),(5,'manageproducts','','Product Display,Entry, MSRP Option'),(7,'adword','','Google Adword'),(8,'adminproductreview','','Product Review Details'),(9,'adminreg','','Show Customer Details'),(10,'custreport','','Export Customer'),(11,'home','','Site Statistics '),(12,'site','','To Change Site Moto '),(13,'sitemail','','Administrator Email Settings'),(14,'sitelogo','','To Change Site Logo'),(15,'banner','','Home Page Banner Settings'),(16,'timezone','','To Select the Time Zone'),(17,'ganalytics','','To Change Google Analytics Tracking Script'),(18,'gadsense','','To Change Google AdSense Tracking Script'),(19,'createpage','','To Create Custom Pages'),(20,'terms','','Terms & Conditions Settings'),(21,'adminprivacypolicy','','Privacy Policy Settings'),(22,'copyrights','','Copyright Information Settings'),(23,'addcrossproduct','','Add Cross Products'),(24,'addattributes','','To Add Attributes'),(25,'addattributevalues','','To Add Attribute Values'),(26,'skin','','To Add Skins'),(27,'footersettings','','Modify Footer Settings'),(28,'contents','','Content Management'),(29,'Custom Header','','To create a Custom Header'),(30,'aboutus','','To change about us content'),(31,'showcontents','','Show Contents'),(32,'mailmessages','','To edit mail messages'),(34,'managecategory','','To add a Category'),(35,'showmain','','Show Main Category List'),(36,'showsub','','Show Sub Category List '),(37,'manageproducts','','To View Product List'),(38,'selectfeatured','','To Select Featured Products'),(39,'aprodetail','','To View Product Detail'),(40,'googleproduct','','To change the Google Base'),(41,'cse','','Comparison Shopping Engine'),(42,'adminpayment','','Payment Gateways Management'),(43,'subadminmgt','','Sub Admin Management'),(44,'subadminrole','','To Change Sub Admin Role'),(45,'orderstatus','','Order Status Management'),(46,'disporders','','Orders Management'),(47,'displatestorders','','Display Latest Orders'),(48,'productentry','','To Add New Products'),(49,'msrpmgt','','Product Price Management'),(50,'pagemgt','','Page Management'),(51,'productinventory','','Product Inventory Management'),(52,'productfeatures','','Product Features Management'),(53,'showshipmenttracker','','Shipments Setting'),(54,'createpromotionalcodes','','Coupon Codes Management'),(55,'mostsearchedkeywords','','View Most Searched Keywords'),(56,'bulkupload','','Products Bulk Upload'),(57,'catbulkupload','','Category Bulk Upload'),(58,'faq','','To Add FAQs'),(59,'activity','','Admin Activity Report'),(60,'addUserAccount','','Create Customer Account'),(61,'userorder','','Create User Order'),(66,'taxsettings','','Tax Settings'),(69,'showcurrencylist','','Currency Settings'),(70,'sitemap','','Admin Site Map'),(71,'addcurrency','','To Add a Currency'),(72,'editcurrency','','To Modify a Currency Settings'),(73,'delcurrency','','To Delete a Currency'),(74,'siteinfo','','To View the PHP Information'); /*!40000 ALTER TABLE `pages_action_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payment_transactions_table` -- DROP TABLE IF EXISTS `payment_transactions_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `payment_transactions_table` ( `pay_id` int(12) NOT NULL auto_increment, `payment_gateway_id` int(3) NOT NULL, `paid_amount` double NOT NULL, `transaction_id` varchar(200) NOT NULL, `transaction_date` datetime NOT NULL, `order_id` int(11) NOT NULL, PRIMARY KEY (`pay_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `payment_transactions_table` -- LOCK TABLES `payment_transactions_table` WRITE; /*!40000 ALTER TABLE `payment_transactions_table` DISABLE KEYS */; /*!40000 ALTER TABLE `payment_transactions_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentgateways_settings_table` -- DROP TABLE IF EXISTS `paymentgateways_settings_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paymentgateways_settings_table` ( `pg_setting_id` int(9) NOT NULL auto_increment, `gateway_id` int(5) NOT NULL, `setting_name` varchar(300) NOT NULL, `setting_values` varchar(200) NOT NULL, `help_text` text NOT NULL, PRIMARY KEY (`pg_setting_id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paymentgateways_settings_table` -- LOCK TABLES `paymentgateways_settings_table` WRITE; /*!40000 ALTER TABLE `paymentgateways_settings_table` DISABLE KEYS */; INSERT INTO `paymentgateways_settings_table` VALUES (1,5,'API Login ID','','The Login Id used for Authorize.Net Payment Gateway'),(2,5,'Transaction Key','','The Transaction Key used for Authorize.Net Login'),(4,5,'Password','','To be Provided Only when the Password Required Mode is Enabled.'),(7,4,'Merchant ID','','The Merchant Id Used for Google Check Out'),(10,1,'Merchant ID','','The Merchant Id Used for Paypal'),(11,6,'Merchant ID','','The Merchant Id Used for 2Check Out'),(12,7,'Merchant ID','','The Merchant Id Used for World Pay'),(13,10,'Merchant ID','','The Merchant Id Used for Paymate'),(14,11,'Merchant ID','','The Merchant Id Used for Money Bookers'),(15,12,'Merchant ID','','The Merchant Id Used for PSI Gate'),(16,13,'Merchant ID','','The Merchant Id Used for Strom Pay'),(17,14,'Merchant ID','','The Merchant Id Used for Alert Pay'),(18,15,'Merchant ID','','The Merchant Id Used for Your Pay'),(19,16,'Merchant ID','','The Merchant Id Used for Itransact'),(20,17,'Merchant ID','','The Merchant Id Used for Blue Pay'),(21,18,'Merchant ID','','The Merchant Id Used for Safe Pay'); /*!40000 ALTER TABLE `paymentgateways_settings_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentgateways_table` -- DROP TABLE IF EXISTS `paymentgateways_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paymentgateways_table` ( `gateway_id` int(3) NOT NULL auto_increment, `gateway_name` varchar(200) NOT NULL, `merchant_id` varchar(100) NOT NULL, `gateway_status` int(1) NOT NULL, `images` varchar(200) NOT NULL, PRIMARY KEY (`gateway_id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paymentgateways_table` -- LOCK TABLES `paymentgateways_table` WRITE; /*!40000 ALTER TABLE `paymentgateways_table` DISABLE KEYS */; INSERT INTO `paymentgateways_table` VALUES (4,'google-checkout','',1,'images/google.jpg'),(3,'e-gold','',0,'images/egold.jpg'),(2,'e-bullion','',0,'images/ebullion.jpg'),(1,'PayPal','',1,'images/paypal.jpg'),(5,'Authorize.net','',1,'images/authorize.gif'),(6,'2checkout','',1,'images/2checkout.gif'),(7,'worldpay','',1,'images/worldpay.gif'),(8,'Pay in Store','',1,'images/payinstore.gif'),(9,'Cash on Delivery','',1,'images/cashondelivery.gif'),(10,'Paymate','',1,'images/paymate.gif'),(11,'Moneybookers','',1,'images/moneybookers.jpg'),(12,'PSIGate','',1,'images/psigate.gif'),(13,'Strompay','',1,'images/strompay.jpg'),(14,'Alertpay','',1,'images/alertpay.jpeg'),(15,'Yourpay','',1,'images/yourpay.jpeg'),(16,'iTransact','',1,'images/itransact.gif'),(17,'Bluepay','',1,'images/bluepay.jpeg'),(18,'Safepay','',1,'images/safepay.gif'); /*!40000 ALTER TABLE `paymentgateways_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `payments` ( `id` int(11) NOT NULL auto_increment, `userid` int(11) NOT NULL, `request_date` date NOT NULL, `status` enum('pending','completed') NOT NULL default 'pending', `amount` varchar(255) NOT NULL, `payment_email` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paypal_payment_status_table` -- DROP TABLE IF EXISTS `paypal_payment_status_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypal_payment_status_table` ( `payment_status_id` int(11) NOT NULL auto_increment, `payment_status_name` varchar(64) NOT NULL, PRIMARY KEY (`payment_status_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paypal_payment_status_table` -- LOCK TABLES `paypal_payment_status_table` WRITE; /*!40000 ALTER TABLE `paypal_payment_status_table` DISABLE KEYS */; /*!40000 ALTER TABLE `paypal_payment_status_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_action` -- DROP TABLE IF EXISTS `phpfox_action`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_action` ( `action_id` int(10) unsigned NOT NULL auto_increment, `action_type_id` smallint(4) unsigned NOT NULL default '2', `item_type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`action_id`), KEY `type_id` (`item_type_id`,`item_id`), KEY `type_id_2` (`item_type_id`,`item_id`,`user_id`), KEY `type_id_3` (`item_type_id`,`user_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_action` -- LOCK TABLES `phpfox_action` WRITE; /*!40000 ALTER TABLE `phpfox_action` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad` -- DROP TABLE IF EXISTS `phpfox_ad`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad` ( `ad_id` int(10) unsigned NOT NULL auto_increment, `is_custom` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `type_id` tinyint(1) NOT NULL, `name` varchar(150) NOT NULL, `url_link` mediumtext, `start_date` int(11) unsigned NOT NULL default '0', `end_date` int(11) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_click` int(10) unsigned NOT NULL default '0', `is_cpm` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) NOT NULL default '1', `module_access` varchar(75) default NULL, `location` varchar(50) NOT NULL, `country_iso` char(2) default NULL, `gender` tinyint(1) NOT NULL default '0', `age_from` tinyint(2) NOT NULL default '0', `age_to` tinyint(2) NOT NULL default '0', `user_group` varchar(255) default NULL, `html_code` mediumtext, `count_view` int(10) unsigned NOT NULL default '0', `count_click` int(10) unsigned NOT NULL default '0', `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `gmt_offset` varchar(15) default NULL, `disallow_controller` mediumtext, `postal_code` text, `city_location` text, PRIMARY KEY (`ad_id`), KEY `is_active` (`is_active`,`location`), KEY `is_custom` (`is_custom`,`type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad` -- LOCK TABLES `phpfox_ad` WRITE; /*!40000 ALTER TABLE `phpfox_ad` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_country` -- DROP TABLE IF EXISTS `phpfox_ad_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_country` ( `ad_country_id` int(11) unsigned NOT NULL auto_increment, `ad_id` int(11) unsigned NOT NULL, `country_id` char(2) NOT NULL, `child_id` mediumint(8) unsigned default NULL, PRIMARY KEY (`ad_country_id`), KEY `ad_id` (`ad_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_country` -- LOCK TABLES `phpfox_ad_country` WRITE; /*!40000 ALTER TABLE `phpfox_ad_country` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_invoice` -- DROP TABLE IF EXISTS `phpfox_ad_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_invoice` ( `invoice_id` int(10) unsigned NOT NULL auto_increment, `ad_id` int(10) unsigned NOT NULL, `is_sponsor` tinyint(1) NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_paid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`invoice_id`), KEY `user_id` (`user_id`), KEY `is_sponsor` (`is_sponsor`), KEY `ad_id` (`ad_id`,`is_sponsor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_invoice` -- LOCK TABLES `phpfox_ad_invoice` WRITE; /*!40000 ALTER TABLE `phpfox_ad_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_plan` -- DROP TABLE IF EXISTS `phpfox_ad_plan`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_plan` ( `plan_id` mediumint(8) unsigned NOT NULL auto_increment, `d_width` varchar(4) default NULL, `d_height` varchar(4) default NULL, `block_id` tinyint(3) NOT NULL default '0', `title` varchar(255) NOT NULL, `cost` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `is_cpm` tinyint(1) NOT NULL default '1', PRIMARY KEY (`plan_id`), KEY `block_id` (`block_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_plan` -- LOCK TABLES `phpfox_ad_plan` WRITE; /*!40000 ALTER TABLE `phpfox_ad_plan` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_sponsor` -- DROP TABLE IF EXISTS `phpfox_ad_sponsor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_sponsor` ( `sponsor_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(50) NOT NULL, `item_id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `country_iso` char(2) NOT NULL, `gender` tinyint(1) NOT NULL, `age_from` tinyint(2) NOT NULL, `age_to` tinyint(2) NOT NULL, `campaign_name` varchar(150) NOT NULL, `impressions` mediumint(8) unsigned default NULL, `cpm` decimal(14,2) default NULL, `start_date` int(11) unsigned NOT NULL default '0', `auto_publish` tinyint(1) NOT NULL default '0', `is_custom` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_click` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`sponsor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_sponsor` -- LOCK TABLES `phpfox_ad_sponsor` WRITE; /*!40000 ALTER TABLE `phpfox_ad_sponsor` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_sponsor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ad_track` -- DROP TABLE IF EXISTS `phpfox_ad_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ad_track` ( `track_id` int(10) unsigned NOT NULL auto_increment, `ad_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`track_id`), KEY `ad_id` (`ad_id`,`user_id`), KEY `ad_id_2` (`ad_id`,`ip_address`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ad_track` -- LOCK TABLES `phpfox_ad_track` WRITE; /*!40000 ALTER TABLE `phpfox_ad_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ad_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_admincp_dashboard` -- DROP TABLE IF EXISTS `phpfox_admincp_dashboard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_admincp_dashboard` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`,`is_hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_admincp_dashboard` -- LOCK TABLES `phpfox_admincp_dashboard` WRITE; /*!40000 ALTER TABLE `phpfox_admincp_dashboard` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_admincp_dashboard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_admincp_login` -- DROP TABLE IF EXISTS `phpfox_admincp_login`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_admincp_login` ( `login_id` int(10) unsigned NOT NULL auto_increment, `is_failed` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, `cache_data` mediumtext, PRIMARY KEY (`login_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_admincp_login` -- LOCK TABLES `phpfox_admincp_login` WRITE; /*!40000 ALTER TABLE `phpfox_admincp_login` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_admincp_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_admincp_privacy` -- DROP TABLE IF EXISTS `phpfox_admincp_privacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_admincp_privacy` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `user_group` varchar(255) default NULL, `wildcard` tinyint(1) NOT NULL default '0', PRIMARY KEY (`rule_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_admincp_privacy` -- LOCK TABLES `phpfox_admincp_privacy` WRITE; /*!40000 ALTER TABLE `phpfox_admincp_privacy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_admincp_privacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_announcement` -- DROP TABLE IF EXISTS `phpfox_announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_announcement` ( `announcement_id` int(10) unsigned NOT NULL auto_increment, `subject_var` varchar(255) default NULL, `intro_var` varchar(255) default NULL, `content_var` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `can_be_closed` tinyint(1) NOT NULL default '1', `show_in_dashboard` tinyint(1) NOT NULL default '1', `start_date` int(11) unsigned NOT NULL, `location` tinyint(2) NOT NULL default '6', `country_iso` char(2) NOT NULL default '0', `gender` tinyint(1) NOT NULL default '0', `age_from` tinyint(2) NOT NULL default '0', `age_to` tinyint(2) NOT NULL default '0', `user_group` varchar(255) NOT NULL, `user_id` int(10) unsigned default NULL, `gmt_offset` varchar(15) default NULL, PRIMARY KEY (`announcement_id`), KEY `is_active` (`is_active`,`show_in_dashboard`), KEY `is_active_2` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_announcement` -- LOCK TABLES `phpfox_announcement` WRITE; /*!40000 ALTER TABLE `phpfox_announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_announcement_hide` -- DROP TABLE IF EXISTS `phpfox_announcement_hide`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_announcement_hide` ( `announcement_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, KEY `announcement_id` (`announcement_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_announcement_hide` -- LOCK TABLES `phpfox_announcement_hide` WRITE; /*!40000 ALTER TABLE `phpfox_announcement_hide` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_announcement_hide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_api_gateway` -- DROP TABLE IF EXISTS `phpfox_api_gateway`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_api_gateway` ( `gateway_id` varchar(75) NOT NULL, `title` varchar(150) NOT NULL, `description` mediumtext, `is_active` tinyint(1) NOT NULL default '0', `is_test` tinyint(3) NOT NULL default '0', `setting` mediumtext, KEY `is_active` (`is_active`), KEY `gateway_id` (`gateway_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_api_gateway` -- LOCK TABLES `phpfox_api_gateway` WRITE; /*!40000 ALTER TABLE `phpfox_api_gateway` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_api_gateway` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_api_gateway_log` -- DROP TABLE IF EXISTS `phpfox_api_gateway_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_api_gateway_log` ( `log_id` int(10) unsigned NOT NULL auto_increment, `gateway_id` varchar(75) default NULL, `log_data` mediumtext NOT NULL, `ip_address` varchar(15) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_api_gateway_log` -- LOCK TABLES `phpfox_api_gateway_log` WRITE; /*!40000 ALTER TABLE `phpfox_api_gateway_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_api_gateway_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app` -- DROP TABLE IF EXISTS `phpfox_app`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app` ( `app_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `app_title` varchar(100) NOT NULL, `app_description` varchar(250) default NULL, `public_key` varchar(100) NOT NULL, `private_key` varchar(100) NOT NULL, `image_path` varchar(255) default NULL, `app_url` varchar(255) default NULL, `return_url` varchar(255) default NULL, `time_stamp` int(11) unsigned NOT NULL, `privacy` tinyint(1) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `is_ext` tinyint(1) NOT NULL default '0', PRIMARY KEY (`app_id`), KEY `user_id` (`user_id`), KEY `time_stamp` (`time_stamp`), KEY `privacy` (`privacy`,`view_id`), KEY `public_key` (`public_key`), KEY `app_id` (`app_id`,`is_ext`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app` -- LOCK TABLES `phpfox_app` WRITE; /*!40000 ALTER TABLE `phpfox_app` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_access` -- DROP TABLE IF EXISTS `phpfox_app_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_access` ( `access_id` int(10) unsigned NOT NULL auto_increment, `app_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `token_key` mediumtext NOT NULL, `token_private` mediumtext NOT NULL, `token` char(32) NOT NULL, `time_stamp` int(11) unsigned NOT NULL, PRIMARY KEY (`access_id`), KEY `token` (`token`), KEY `app_id` (`app_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_access` -- LOCK TABLES `phpfox_app_access` WRITE; /*!40000 ALTER TABLE `phpfox_app_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_category` -- DROP TABLE IF EXISTS `phpfox_app_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_category` ( `category_id` int(11) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`category_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_category` -- LOCK TABLES `phpfox_app_category` WRITE; /*!40000 ALTER TABLE `phpfox_app_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_category_data` -- DROP TABLE IF EXISTS `phpfox_app_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_category_data` ( `category_app_id` int(11) unsigned NOT NULL auto_increment, `category_id` int(11) unsigned NOT NULL, `app_id` int(11) unsigned NOT NULL, PRIMARY KEY (`category_app_id`), UNIQUE KEY `category_id` (`category_id`,`app_id`), KEY `app_id` (`app_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_category_data` -- LOCK TABLES `phpfox_app_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_app_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_disallow` -- DROP TABLE IF EXISTS `phpfox_app_disallow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_disallow` ( `data_id` int(10) unsigned NOT NULL auto_increment, `app_id` int(10) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `var_name` varchar(100) NOT NULL, PRIMARY KEY (`data_id`), KEY `app_id` (`app_id`), KEY `app_id_2` (`app_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_disallow` -- LOCK TABLES `phpfox_app_disallow` WRITE; /*!40000 ALTER TABLE `phpfox_app_disallow` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_disallow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_installed` -- DROP TABLE IF EXISTS `phpfox_app_installed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_installed` ( `install_id` int(10) unsigned NOT NULL auto_increment, `app_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`install_id`), KEY `app_id` (`app_id`,`user_id`), KEY `app_id_2` (`app_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_installed` -- LOCK TABLES `phpfox_app_installed` WRITE; /*!40000 ALTER TABLE `phpfox_app_installed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_installed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_app_key` -- DROP TABLE IF EXISTS `phpfox_app_key`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_app_key` ( `key_id` int(10) unsigned NOT NULL auto_increment, `key_check` char(32) NOT NULL, `app_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`key_id`), KEY `key_check` (`key_check`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_app_key` -- LOCK TABLES `phpfox_app_key` WRITE; /*!40000 ALTER TABLE `phpfox_app_key` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_app_key` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_attachment` -- DROP TABLE IF EXISTS `phpfox_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_attachment` ( `attachment_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `item_id` int(10) unsigned NOT NULL default '0', `category_id` varchar(75) default NULL, `link_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `file_name` varchar(100) default NULL, `file_size` int(10) unsigned NOT NULL default '0', `destination` varchar(75) default NULL, `extension` varchar(20) default NULL, `description` varchar(255) default NULL, `video_duration` varchar(8) default NULL, `is_inline` tinyint(1) NOT NULL default '0', `is_image` tinyint(1) NOT NULL default '0', `is_video` tinyint(1) NOT NULL default '0', `counter` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', PRIMARY KEY (`attachment_id`), KEY `category_id` (`category_id`,`user_id`), KEY `extension` (`extension`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`item_id`,`category_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_attachment` -- LOCK TABLES `phpfox_attachment` WRITE; /*!40000 ALTER TABLE `phpfox_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_attachment_type` -- DROP TABLE IF EXISTS `phpfox_attachment_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_attachment_type` ( `extension` varchar(20) NOT NULL, `mime_type` varchar(250) default NULL, `is_active` tinyint(1) NOT NULL, `is_image` tinyint(1) NOT NULL, `added` int(10) unsigned NOT NULL, KEY `extension` (`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_attachment_type` -- LOCK TABLES `phpfox_attachment_type` WRITE; /*!40000 ALTER TABLE `phpfox_attachment_type` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_attachment_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ban` -- DROP TABLE IF EXISTS `phpfox_ban`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ban` ( `ban_id` int(11) unsigned NOT NULL auto_increment, `type_id` varchar(100) NOT NULL, `find_value` mediumtext NOT NULL, `replacement` mediumtext, `user_id` int(11) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `days_banned` smallint(4) unsigned default NULL, `return_user_group` tinyint(3) default NULL, `reason` mediumtext, `user_groups_affected` varchar(255) NOT NULL, PRIMARY KEY (`ban_id`), KEY `type_id` (`type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ban` -- LOCK TABLES `phpfox_ban` WRITE; /*!40000 ALTER TABLE `phpfox_ban` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ban` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ban_data` -- DROP TABLE IF EXISTS `phpfox_ban_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ban_data` ( `ban_data_id` int(11) unsigned NOT NULL auto_increment, `ban_id` int(11) unsigned default NULL, `user_id` int(10) unsigned NOT NULL, `start_time_stamp` int(10) unsigned NOT NULL, `end_time_stamp` int(10) unsigned NOT NULL, `return_user_group` tinyint(3) NOT NULL, `reason` mediumtext, `is_expired` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ban_data_id`), KEY `ban_id` (`ban_id`,`user_id`,`end_time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ban_data` -- LOCK TABLES `phpfox_ban_data` WRITE; /*!40000 ALTER TABLE `phpfox_ban_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ban_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_block` -- DROP TABLE IF EXISTS `phpfox_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_block` ( `block_id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `type_id` tinyint(1) NOT NULL default '0', `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `component` varchar(75) default NULL, `location` varchar(255) NOT NULL default '1', `is_active` tinyint(1) NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', `disallow_access` varchar(255) default NULL, `can_move` tinyint(1) NOT NULL default '0', `version_id` varchar(50) default NULL, PRIMARY KEY (`block_id`), KEY `is_active` (`is_active`), KEY `product_id` (`product_id`), KEY `m_connection` (`m_connection`), KEY `m_connection_2` (`m_connection`,`is_active`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_block` -- LOCK TABLES `phpfox_block` WRITE; /*!40000 ALTER TABLE `phpfox_block` DISABLE KEYS */; INSERT INTO `phpfox_block` VALUES (1,'Categories',0,'apps.index','apps','phpfox','categories','1',1,2,NULL,1,NULL),(2,'{phrase var='apps.apps'}',0,'core.index-member','apps','phpfox','menu','1',1,1,NULL,1,NULL),(3,NULL,0,'core.index-member','core','phpfox','welcome','7',1,10,NULL,0,NULL),(4,NULL,0,'core.index-member','core','phpfox','stat','1',0,4,NULL,1,NULL),(5,NULL,0,'admincp.index','core','phpfox','note','2',1,2,NULL,1,NULL),(6,NULL,0,'admincp.index','core','phpfox','active-admin','1',1,2,NULL,1,NULL),(7,NULL,0,'admincp.index','core','phpfox','news','2',1,3,NULL,1,NULL),(8,NULL,0,'admincp.index','core','phpfox','site-stat','3',1,1,NULL,1,NULL),(9,NULL,0,'admincp.index','core','phpfox','latest-admin-login','1',1,3,NULL,1,NULL),(10,'About Me (Custom)',0,'profile.info','custom','phpfox','cf_about_me','2',1,2,NULL,1,NULL),(11,'Who I'd Like to Meet (Custom)',0,'profile.info','custom','phpfox','cf_who_i_d_like_to_meet','2',1,3,NULL,1,NULL),(12,'Custom Fields for Profile Panel',0,'profile.info','custom','phpfox','panel','4',0,10,NULL,1,NULL),(13,'Custom Movies',0,'profile.info','custom','phpfox','cf_movies','2',1,5,NULL,1,NULL),(14,'Drinker',0,'profile.info','custom','phpfox','cf_drinker','4',1,11,NULL,1,NULL),(15,'Smoker',0,'profile.info','custom','phpfox','cf_smoker','4',1,12,NULL,1,NULL),(16,'Interests',0,'profile.info','custom','phpfox','cf_interests','2',1,6,NULL,1,NULL),(17,'Music',0,'profile.info','custom','phpfox','cf_music','2',1,7,NULL,1,NULL),(18,'{phrase var='log.recent_logins'}',0,'core.index-member','log','phpfox','login','1',1,3,NULL,1,NULL),(19,'Users Online',0,'forum.index','log','phpfox','active-users','1',1,6,NULL,0,NULL),(20,'Pages Cover Photo',0,'pages.view','profile','phpfox','logo','13',1,8,NULL,0,NULL),(21,'Profile Photo & Menu',0,'quiz.profile','profile','phpfox','pic','1',1,3,NULL,0,NULL),(22,NULL,0,'profile.index','profile','phpfox','pic','1',1,1,NULL,0,NULL),(23,'Profile Info',0,'profile.info','profile','phpfox','info','2',1,1,NULL,1,NULL),(24,'Profile Photo & Menu',0,'profile.info','profile','phpfox','pic','1',1,8,NULL,0,NULL),(25,'Profile Photo & Menu',0,'blog.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(26,'Profile Photo & Menu',0,'video.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(27,'Profile Photo & Menu',0,'poll.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(28,'Profile Photo & Menu',0,'music.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(29,'Profile Photo & Menu',0,'marketplace.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(30,'Profile Photo & Menu',0,'event.profile','profile','phpfox','pic','1',1,2,NULL,0,NULL),(31,'Profile Photo & Menu',0,'photo.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(32,'Profile Photo & Menu',0,'friend.profile','profile','phpfox','pic','1',1,3,NULL,0,NULL),(33,'Profile Photo & Menu',0,'pages.profile','profile','phpfox','pic','1',1,1,NULL,0,NULL),(34,'Registration Block',0,'core.index-visitor','user','phpfox','register','11',1,3,NULL,0,NULL),(35,NULL,0,'user.browse','user','phpfox','filter','1',1,1,NULL,0,NULL),(36,NULL,0,'user.browse','user','phpfox','featured','1',1,2,NULL,0,NULL),(37,'User Register Top',0,'','user','phpfox','register-top','11',1,1,NULL,0,NULL),(38,NULL,0,'core.index-member','announcement','phpfox','index','7',1,11,NULL,0,NULL),(39,NULL,0,'core.index','blog','phpfox','new-blogs','1',1,2,NULL,0,NULL),(40,'Categories',0,'blog.index','blog','phpfox','categories','1',1,3,NULL,0,NULL),(41,'Top Bloggers',0,'blog.index','blog','phpfox','top','3',1,5,NULL,0,NULL),(42,'User Profile Blog Categories',0,'blog.profile','blog','phpfox','categories','3',1,2,NULL,0,NULL); /*!40000 ALTER TABLE `phpfox_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_block_order` -- DROP TABLE IF EXISTS `phpfox_block_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_block_order` ( `order_id` int(10) unsigned NOT NULL auto_increment, `style_id` smallint(4) unsigned NOT NULL default '0', `block_id` int(10) unsigned NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`order_id`), KEY `style_id` (`style_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_block_order` -- LOCK TABLES `phpfox_block_order` WRITE; /*!40000 ALTER TABLE `phpfox_block_order` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_block_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_block_source` -- DROP TABLE IF EXISTS `phpfox_block_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_block_source` ( `block_id` int(10) unsigned NOT NULL, `source_code` mediumtext, `source_parsed` mediumtext, KEY `block_id` (`block_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_block_source` -- LOCK TABLES `phpfox_block_source` WRITE; /*!40000 ALTER TABLE `phpfox_block_source` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_block_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog` -- DROP TABLE IF EXISTS `phpfox_blog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog` ( `blog_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `time_update` int(10) unsigned NOT NULL default '0', `is_approved` tinyint(1) NOT NULL, `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `post_status` tinyint(1) NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_attachment` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `module_id` varchar(75) NOT NULL default 'blog', `item_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`blog_id`), KEY `public_view` (`is_approved`,`privacy`,`post_status`), KEY `user_id_2` (`user_id`,`is_approved`,`privacy`,`post_status`), KEY `time_stamp` (`time_stamp`,`is_approved`,`privacy`,`post_status`), KEY `user_id` (`user_id`,`time_stamp`,`is_approved`,`privacy`,`post_status`), KEY `title` (`title`,`is_approved`,`privacy`,`post_status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog` -- LOCK TABLES `phpfox_blog` WRITE; /*!40000 ALTER TABLE `phpfox_blog` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_category` -- DROP TABLE IF EXISTS `phpfox_blog_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_category` ( `category_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL default '0', `added` int(10) unsigned NOT NULL, `used` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `user_id` (`user_id`), KEY `category_id` (`category_id`,`user_id`), KEY `name_url` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_category` -- LOCK TABLES `phpfox_blog_category` WRITE; /*!40000 ALTER TABLE `phpfox_blog_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_category_data` -- DROP TABLE IF EXISTS `phpfox_blog_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_category_data` ( `blog_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `blog_id` (`blog_id`), KEY `category_id` (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_category_data` -- LOCK TABLES `phpfox_blog_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_blog_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_text` -- DROP TABLE IF EXISTS `phpfox_blog_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_text` ( `blog_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, PRIMARY KEY (`blog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_text` -- LOCK TABLES `phpfox_blog_text` WRITE; /*!40000 ALTER TABLE `phpfox_blog_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_blog_track` -- DROP TABLE IF EXISTS `phpfox_blog_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_blog_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_blog_track` -- LOCK TABLES `phpfox_blog_track` WRITE; /*!40000 ALTER TABLE `phpfox_blog_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_blog_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cache` -- DROP TABLE IF EXISTS `phpfox_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cache` ( `cache_id` int(10) unsigned NOT NULL auto_increment, `file_name` varchar(255) NOT NULL, `cache_data` mediumtext, `data_size` int(10) unsigned NOT NULL default '0', `type_id` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`cache_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cache` -- LOCK TABLES `phpfox_cache` WRITE; /*!40000 ALTER TABLE `phpfox_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment` -- DROP TABLE IF EXISTS `phpfox_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment` ( `comment_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `owner_user_id` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `update_time` int(10) unsigned NOT NULL default '0', `update_user` varchar(100) default NULL, `rating` varchar(10) default NULL, `ip_address` varchar(15) NOT NULL, `author` varchar(255) default NULL, `author_email` varchar(100) default NULL, `author_url` varchar(255) default NULL, `view_id` tinyint(1) NOT NULL default '0', `child_total` smallint(4) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`comment_id`), KEY `user_id` (`user_id`,`view_id`), KEY `owner_user_id` (`owner_user_id`,`view_id`), KEY `type_id` (`type_id`,`item_id`,`view_id`), KEY `parent_id` (`parent_id`,`view_id`), KEY `parent_id_2` (`parent_id`,`type_id`,`item_id`,`view_id`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment` -- LOCK TABLES `phpfox_comment` WRITE; /*!40000 ALTER TABLE `phpfox_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_hash` -- DROP TABLE IF EXISTS `phpfox_comment_hash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_hash` ( `user_id` int(10) unsigned NOT NULL, `item_hash` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`item_hash`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_hash` -- LOCK TABLES `phpfox_comment_hash` WRITE; /*!40000 ALTER TABLE `phpfox_comment_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_rating` -- DROP TABLE IF EXISTS `phpfox_comment_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_rating` ( `comment_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` varchar(2) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, KEY `comment_id` (`comment_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_rating` -- LOCK TABLES `phpfox_comment_rating` WRITE; /*!40000 ALTER TABLE `phpfox_comment_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_comment_text` -- DROP TABLE IF EXISTS `phpfox_comment_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_comment_text` ( `comment_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `comment_id` (`comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_comment_text` -- LOCK TABLES `phpfox_comment_text` WRITE; /*!40000 ALTER TABLE `phpfox_comment_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_comment_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_component` -- DROP TABLE IF EXISTS `phpfox_component`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_component` ( `component_id` mediumint(8) unsigned NOT NULL auto_increment, `component` varchar(75) NOT NULL, `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(75) NOT NULL default 'phpfox', `is_controller` tinyint(1) NOT NULL default '0', `is_block` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`component_id`), KEY `component` (`component`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=143 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_component` -- LOCK TABLES `phpfox_component` WRITE; /*!40000 ALTER TABLE `phpfox_component` DISABLE KEYS */; INSERT INTO `phpfox_component` VALUES (1,'index','','admincp','phpfox',0,0,1),(2,'maintain.cache','','admincp','phpfox',0,0,1),(3,'setting.index','','admincp','phpfox',0,0,1),(4,'setting.edit','','admincp','phpfox',0,0,1),(5,'menu.add','','admincp','phpfox',0,0,1),(6,'block.index','','admincp','phpfox',0,0,1),(7,'menu.index','','admincp','phpfox',0,0,1),(8,'block.add','','admincp','phpfox',0,0,1),(9,'module.index','','admincp','phpfox',0,0,1),(10,'setting.group.add','','admincp','phpfox',0,0,1),(11,'setting.add','','admincp','phpfox',0,0,1),(12,'component.add','','admincp','phpfox',0,0,1),(13,'setting.file','','admincp','phpfox',0,0,1),(14,'module.add','','admincp','phpfox',0,0,1),(15,'maintain.ajax','','admincp','phpfox',0,0,1),(16,'product.add','','admincp','phpfox',0,0,1),(17,'product.file','','admincp','phpfox',0,0,1),(18,'product.index','','admincp','phpfox',0,0,1),(19,'module.ajax','','admincp','phpfox',0,0,1),(20,'plugin.index','','admincp','phpfox',0,0,1),(21,'plugin.add','','admincp','phpfox',0,0,1),(22,'plugin.hook.add','','admincp','phpfox',0,0,1),(23,'index','admincp.index','admincp','phpfox',1,0,1),(24,'index','apps.index','apps','phpfox',1,0,1),(25,'categories','','apps','phpfox',0,1,1),(26,'menu','','apps','phpfox',0,1,1),(27,'index-member','core.index-member','core','phpfox',1,0,1),(28,'index-visitor','core.index-visitor','core','phpfox',1,0,1),(29,'welcome','','core','phpfox',0,1,1),(30,'new','','core','phpfox',0,1,1),(31,'dashboard','','core','phpfox',0,1,1),(32,'stat','','core','phpfox',0,1,1),(33,'note','','core','phpfox',0,1,1),(34,'active-admin','','core','phpfox',0,1,1),(35,'news','','core','phpfox',0,1,1),(36,'twitter','','core','phpfox',0,1,1),(37,'site-stat','','core','phpfox',0,1,1),(38,'latest-admin-login','','core','phpfox',0,1,1),(39,'quick-find','','core','phpfox',0,1,1),(40,'panel','','custom','phpfox',0,1,1),(41,'display','','custom','phpfox',0,1,1),(42,'cf_about_me','','custom','phpfox',0,1,1),(43,'cf_who_i_d_like_to_meet','','custom','phpfox',0,1,1),(44,'cf_movies','','custom','phpfox',0,1,1),(45,'cf_drinker','','custom','phpfox',0,1,1),(46,'cf_smoker','','custom','phpfox',0,1,1),(47,'cf_interests','','custom','phpfox',0,1,1),(48,'cf_music','','custom','phpfox',0,1,1),(49,'cf_college','','custom','phpfox',0,1,1),(50,'display','error.display','error','phpfox',1,0,1),(51,'404','error.404','error','phpfox',1,0,1),(52,'popup','','help','phpfox',0,1,1),(53,'info','','help','phpfox',0,1,1),(54,'ajax','','help','phpfox',0,0,1),(55,'close-tips','','help','phpfox',0,1,1),(56,'ajax','','language','phpfox',0,0,1),(57,'admincp.phrase.add','','language','phpfox',0,0,1),(58,'admincp.file','','language','phpfox',0,0,1),(59,'admincp.index','','language','phpfox',0,0,1),(60,'admincp.phrase.phrase','','language','phpfox',0,0,1),(61,'login','','log','phpfox',0,1,1),(62,'users','','log','phpfox',0,1,1),(63,'admincp.index','','page','phpfox',0,0,1),(64,'admincp.add','','page','phpfox',0,0,1),(65,'admincp.ajax','','page','phpfox',0,0,1),(66,'view','page.view','page','phpfox',1,0,1),(67,'index','profile.index','profile','phpfox',1,0,1),(68,'pic','','profile','phpfox',0,1,1),(69,'menu','','profile','phpfox',0,1,1),(70,'info','','profile','phpfox',0,1,1),(71,'header','','profile','phpfox',0,1,1),(72,'my','profile.my','profile','phpfox',1,0,1),(73,'panel','','profile','phpfox',0,1,1),(74,'info','profile.info','profile','phpfox',1,0,1),(75,'logo','','profile','phpfox',0,1,1),(76,'ajax','','theme','phpfox',0,0,1),(77,'sample','theme.sample','theme','phpfox',1,0,1),(78,'admincp.index','','theme','phpfox',0,0,1),(79,'admincp.template','','theme','phpfox',0,0,1),(80,'ajax','','user','phpfox',0,0,1),(81,'login-block','','user','phpfox',0,1,1),(82,'login','user.login','user','phpfox',1,0,1),(83,'admincp.group.index','','user','phpfox',0,0,1),(84,'admincp.group.add','','user','phpfox',0,0,1),(85,'logout','user.logout','user','phpfox',1,0,1),(86,'register','user.register','user','phpfox',1,0,1),(87,'admincp.group.setting','','user','phpfox',0,0,1),(88,'login-ajax','','user','phpfox',0,1,1),(89,'browse','user.browse','user','phpfox',1,0,1),(90,'setting','user.setting','user','phpfox',1,0,1),(91,'lost-password','user.lost-password','user','phpfox',1,0,1),(92,'photo','user.photo','user','phpfox',1,0,1),(93,'password.request','user.password.request','user','phpfox',1,0,1),(94,'password.verify','user.password.verify','user','phpfox',1,0,1),(95,'status','','user','phpfox',0,1,1),(96,'register','','user','phpfox',0,1,1),(97,'filter','','user','phpfox',0,1,1),(98,'privacy','user.privacy','user','phpfox',1,0,1),(99,'featured','','user','phpfox',0,1,1),(100,'register-top','','user','phpfox',0,1,1),(101,'cf_about_me','','user','phpfox',0,1,1),(102,'cf_who_i_d_like_to_meet','','user','phpfox',0,1,1),(103,'cf_interests','','user','phpfox',0,1,1),(104,'cf_music','','user','phpfox',0,1,1),(105,'cf_movies','','user','phpfox',0,1,1),(106,'cf_smoker','','user','phpfox',0,1,1),(107,'cf_drinker','','user','phpfox',0,1,1),(108,'sponsored','','ad','phpfox',0,1,1),(109,'index','index','ad','phpfox',1,0,1),(110,'manage-sponsor','ad.manage-sponsor','ad','phpfox',1,0,1),(111,'index','','announcement','phpfox',0,1,1),(112,'index','announcement.index','announcement','phpfox',1,0,1),(113,'ajax','','attachment','phpfox',0,0,1),(114,'add','','attachment','phpfox',0,1,1),(115,'upload','','attachment','phpfox',0,1,1),(116,'frame','attachment.frame','attachment','phpfox',1,0,1),(117,'current','','attachment','phpfox',0,1,1),(118,'archive','','attachment','phpfox',0,1,1),(119,'list','','attachment','phpfox',0,1,1),(120,'download','attachment.download','attachment','phpfox',1,0,1),(121,'add','blog.add','blog','phpfox',1,0,1),(122,'add-category-list','','blog','phpfox',0,1,1),(123,'ajax','','blog','phpfox',0,0,1),(124,'index','blog.index','blog','phpfox',1,0,1),(125,'view','blog.view','blog','phpfox',1,0,1),(126,'display-options','','blog','phpfox',0,1,1),(127,'categories','','blog','phpfox',0,1,1),(128,'top','','blog','phpfox',0,1,1),(129,'profile','blog.profile','blog','phpfox',1,0,1),(130,'profile.index','','blog','phpfox',0,1,1),(131,'preview','','blog','phpfox',0,1,1),(132,'menu','','blog','phpfox',0,1,1),(133,'admincp.index','','blog','phpfox',0,0,1),(134,'admincp.add','','blog','phpfox',0,0,1),(135,'delete','blog.delete','blog','phpfox',1,0,1),(136,'form','','captcha','phpfox',0,1,1),(137,'image','captcha.image','captcha','phpfox',1,0,1),(138,'ajax','','captcha','phpfox',0,0,1),(139,'display','','comment','phpfox',0,1,1),(140,'view','','comment','phpfox',0,1,1),(141,'rating','','comment','phpfox',0,1,1),(142,'ajax','','comment','phpfox',0,0,1); /*!40000 ALTER TABLE `phpfox_component` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_component_setting` -- DROP TABLE IF EXISTS `phpfox_component_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_component_setting` ( `user_id` int(10) unsigned NOT NULL default '0', `var_name` varchar(150) NOT NULL, `user_value` varchar(255) default NULL, KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`var_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_component_setting` -- LOCK TABLES `phpfox_component_setting` WRITE; /*!40000 ALTER TABLE `phpfox_component_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_component_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_contact_category` -- DROP TABLE IF EXISTS `phpfox_contact_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_contact_category` ( `category_id` int(10) unsigned NOT NULL auto_increment, `ordering` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL, PRIMARY KEY (`category_id`), KEY `ordering` (`ordering`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_contact_category` -- LOCK TABLES `phpfox_contact_category` WRITE; /*!40000 ALTER TABLE `phpfox_contact_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_contact_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_country` -- DROP TABLE IF EXISTS `phpfox_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_country` ( `country_iso` char(2) NOT NULL, `name` varchar(80) NOT NULL default '', `ordering` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(255) default NULL, PRIMARY KEY (`country_iso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_country` -- LOCK TABLES `phpfox_country` WRITE; /*!40000 ALTER TABLE `phpfox_country` DISABLE KEYS */; INSERT INTO `phpfox_country` VALUES ('AF','Afghanistan',0,NULL),('AL','Albania',0,NULL),('DZ','Algeria',0,NULL),('AX','Aland Islands',0,NULL),('AS','American Samoa',0,NULL),('AD','Andorra',0,NULL),('AO','Angola',0,NULL),('AI','Anguilla',0,NULL),('AQ','Antarctica',0,NULL),('AG','Antigua and Barbuda',0,NULL),('AR','Argentina',0,NULL),('AM','Armenia',0,NULL),('AW','Aruba',0,NULL),('AU','Australia',0,NULL),('AT','Austria',0,NULL),('AZ','Azerbaijan',0,NULL),('BS','Bahamas',0,NULL),('BH','Bahrain',0,NULL),('BD','Bangladesh',0,NULL),('BB','Barbados',0,NULL),('BY','Belarus',0,NULL),('BE','Belgium',0,NULL),('BZ','Belize',0,NULL),('BJ','Benin',0,NULL),('BM','Bermuda',0,NULL),('BT','Bhutan',0,NULL),('BO','Bolivia',0,NULL),('BA','Bosnia and Herzegovina',0,NULL),('BW','Botswana',0,NULL),('BV','Bouvet Island',0,NULL),('BR','Brazil',0,NULL),('IO','British Indian Ocean Territory',0,NULL),('BN','Brunei Darussalam',0,NULL),('BG','Bulgaria',0,NULL),('BF','Burkina Faso',0,NULL),('BI','Burundi',0,NULL),('KH','Cambodia',0,NULL),('CM','Cameroon',0,NULL),('CA','Canada',0,NULL),('CV','Cape Verde',0,NULL),('KY','Cayman Islands',0,NULL),('CF','Central African Republic',0,NULL),('TD','Chad',0,NULL),('CL','Chile',0,NULL),('CN','China',0,NULL),('CX','Christmas Island',0,NULL),('CC','Cocos (Keeling) Islands',0,NULL),('CO','Colombia',0,NULL),('KM','Comoros',0,NULL),('CG','Congo',0,NULL),('CD','Congo, the Democratic Republic of the',0,NULL),('CK','Cook Islands',0,NULL),('CR','Costa Rica',0,NULL),('CI','Cote D\'Ivoire',0,NULL),('HR','Croatia',0,NULL),('CU','Cuba',0,NULL),('CY','Cyprus',0,NULL),('CZ','Czech Republic',0,NULL),('DK','Denmark',0,NULL),('DJ','Djibouti',0,NULL),('DM','Dominica',0,NULL),('DO','Dominican Republic',0,NULL),('EC','Ecuador',0,NULL),('EG','Egypt',0,NULL),('SV','El Salvador',0,NULL),('GQ','Equatorial Guinea',0,NULL),('ER','Eritrea',0,NULL),('EE','Estonia',0,NULL),('ET','Ethiopia',0,NULL),('FK','Falkland Islands (Malvinas)',0,NULL),('FO','Faroe Islands',0,NULL),('FJ','Fiji',0,NULL),('FI','Finland',0,NULL),('FR','France',0,NULL),('GF','French Guiana',0,NULL),('PF','French Polynesia',0,NULL),('TF','French Southern Territories',0,NULL),('GA','Gabon',0,NULL),('GM','Gambia',0,NULL),('GE','Georgia',0,NULL),('DE','Germany',0,NULL),('GH','Ghana',0,NULL),('GI','Gibraltar',0,NULL),('GR','Greece',0,NULL),('GL','Greenland',0,NULL),('GD','Grenada',0,NULL),('GP','Guadeloupe',0,NULL),('GU','Guam',0,NULL),('GG','Guernsey',0,NULL),('GT','Guatemala',0,NULL),('GN','Guinea',0,NULL),('GW','Guinea-Bissau',0,NULL),('GY','Guyana',0,NULL),('HT','Haiti',0,NULL),('HM','Heard Island and Mcdonald Islands',0,NULL),('VA','Holy See (Vatican City State)',0,NULL),('HN','Honduras',0,NULL),('HK','Hong Kong',0,NULL),('HU','Hungary',0,NULL),('IS','Iceland',0,NULL),('IN','India',0,NULL),('ID','Indonesia',0,NULL),('IR','Iran, Islamic Republic of',0,NULL),('IQ','Iraq',0,NULL),('IE','Ireland',0,NULL),('IL','Israel',0,NULL),('IM','Isle of Man',0,NULL),('IT','Italy',0,NULL),('JM','Jamaica',0,NULL),('JP','Japan',0,NULL),('JO','Jordan',0,NULL),('KZ','Kazakhstan',0,NULL),('KE','Kenya',0,NULL),('KI','Kiribati',0,NULL),('KP','Korea, Democratic People\'s Republic of',0,NULL),('KR','Korea, Republic of',0,NULL),('KW','Kuwait',0,NULL),('KG','Kyrgyzstan',0,NULL),('LA','Lao People\'s Democratic Republic',0,NULL),('LV','Latvia',0,NULL),('LB','Lebanon',0,NULL),('LS','Lesotho',0,NULL),('LR','Liberia',0,NULL),('LY','Libyan Arab Jamahiriya',0,NULL),('LI','Liechtenstein',0,NULL),('LT','Lithuania',0,NULL),('LU','Luxembourg',0,NULL),('MO','Macao',0,NULL),('MK','Macedonia, the Former Yugoslav Republic of',0,NULL),('MG','Madagascar',0,NULL),('MW','Malawi',0,NULL),('MY','Malaysia',0,NULL),('MV','Maldives',0,NULL),('ML','Mali',0,NULL),('MT','Malta',0,NULL),('MH','Marshall Islands',0,NULL),('MQ','Martinique',0,NULL),('MR','Mauritania',0,NULL),('MU','Mauritius',0,NULL),('YT','Mayotte',0,NULL),('MX','Mexico',0,NULL),('FM','Micronesia, Federated States of',0,NULL),('MD','Moldova, Republic of',0,NULL),('MC','Monaco',0,NULL),('ME','Montenegro',0,NULL),('MN','Mongolia',0,NULL),('MS','Montserrat',0,NULL),('MA','Morocco',0,NULL),('MZ','Mozambique',0,NULL),('MM','Myanmar',0,NULL),('NA','Namibia',0,NULL),('NR','Nauru',0,NULL),('NP','Nepal',0,NULL),('NL','Netherlands',0,NULL),('AN','Netherlands Antilles',0,NULL),('NC','New Caledonia',0,NULL),('NZ','New Zealand',0,NULL),('NI','Nicaragua',0,NULL),('NE','Niger',0,NULL),('NG','Nigeria',0,NULL),('NU','Niue',0,NULL),('NF','Norfolk Island',0,NULL),('MP','Northern Mariana Islands',0,NULL),('NO','Norway',0,NULL),('OM','Oman',0,NULL),('PK','Pakistan',0,NULL),('PW','Palau',0,NULL),('PS','Palestinian Territory, Occupied',0,NULL),('PA','Panama',0,NULL),('PG','Papua New Guinea',0,NULL),('PY','Paraguay',0,NULL),('PE','Peru',0,NULL),('PH','Philippines',0,NULL),('PN','Pitcairn',0,NULL),('PL','Poland',0,NULL),('PT','Portugal',0,NULL),('PR','Puerto Rico',0,NULL),('QA','Qatar',0,NULL),('RE','Reunion',0,NULL),('RO','Romania',0,NULL),('RU','Russian Federation',0,NULL),('RW','Rwanda',0,NULL),('SH','Saint Helena',0,NULL),('BL','Saint Barthelemy',0,NULL),('KN','Saint Kitts and Nevis',0,NULL),('LC','Saint Lucia',0,NULL),('PM','Saint Pierre and Miquelon',0,NULL),('VC','Saint Vincent and the Grenadines',0,NULL),('WS','Samoa',0,NULL),('SM','San Marino',0,NULL),('ST','Sao Tome and Principe',0,NULL),('SA','Saudi Arabia',0,NULL),('SN','Senegal',0,NULL),('RS','Serbia',0,NULL),('SC','Seychelles',0,NULL),('SL','Sierra Leone',0,NULL),('SG','Singapore',0,NULL),('SK','Slovakia',0,NULL),('SI','Slovenia',0,NULL),('SB','Solomon Islands',0,NULL),('SO','Somalia',0,NULL),('ZA','South Africa',0,NULL),('GS','South Georgia and the South Sandwich Islands',0,NULL),('ES','Spain',0,NULL),('LK','Sri Lanka',0,NULL),('SD','Sudan',0,NULL),('SR','Suriname',0,NULL),('SJ','Svalbard and Jan Mayen',0,NULL),('SZ','Swaziland',0,NULL),('SE','Sweden',0,NULL),('CH','Switzerland',0,NULL),('SY','Syrian Arab Republic',0,NULL),('TW','Taiwan, Province of China',0,NULL),('TJ','Tajikistan',0,NULL),('TZ','Tanzania, United Republic of',0,NULL),('TH','Thailand',0,NULL),('TL','Timor-Leste',0,NULL),('TG','Togo',0,NULL),('TK','Tokelau',0,NULL),('TO','Tonga',0,NULL),('TT','Trinidad and Tobago',0,NULL),('TN','Tunisia',0,NULL),('TR','Turkey',0,NULL),('TM','Turkmenistan',0,NULL),('TC','Turks and Caicos Islands',0,NULL),('TV','Tuvalu',0,NULL),('UG','Uganda',0,NULL),('UA','Ukraine',0,NULL),('AE','United Arab Emirates',0,NULL),('GB','United Kingdom',0,NULL),('US','United States',0,NULL),('UM','United States Minor Outlying Islands',0,NULL),('UY','Uruguay',0,NULL),('UZ','Uzbekistan',0,NULL),('VU','Vanuatu',0,NULL),('VE','Venezuela',0,NULL),('VN','Viet Nam',0,NULL),('VG','Virgin Islands, British',0,NULL),('VI','Virgin Islands, U.s.',0,NULL),('WF','Wallis and Futuna',0,NULL),('EH','Western Sahara',0,NULL),('YE','Yemen',0,NULL),('ZM','Zambia',0,NULL),('ZW','Zimbabwe',0,NULL); /*!40000 ALTER TABLE `phpfox_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_country_child` -- DROP TABLE IF EXISTS `phpfox_country_child`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_country_child` ( `child_id` mediumint(8) unsigned NOT NULL auto_increment, `country_iso` char(2) NOT NULL, `name` varchar(200) NOT NULL, `ordering` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(255) default NULL, PRIMARY KEY (`child_id`), KEY `country_iso` (`country_iso`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_country_child` -- LOCK TABLES `phpfox_country_child` WRITE; /*!40000 ALTER TABLE `phpfox_country_child` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_country_child` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_credit_history` -- DROP TABLE IF EXISTS `phpfox_credit_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_credit_history` ( `history_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL, `item_id` varchar(255) NOT NULL default '', `credits` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`history_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_credit_history` -- LOCK TABLES `phpfox_credit_history` WRITE; /*!40000 ALTER TABLE `phpfox_credit_history` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_credit_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_credit_package` -- DROP TABLE IF EXISTS `phpfox_credit_package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_credit_package` ( `package_id` smallint(4) unsigned NOT NULL auto_increment, `cost` mediumtext, `credits` int(10) unsigned NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', `display` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`package_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_credit_package` -- LOCK TABLES `phpfox_credit_package` WRITE; /*!40000 ALTER TABLE `phpfox_credit_package` DISABLE KEYS */; INSERT INTO `phpfox_credit_package` VALUES (1,'a:3:{s:3:\"USD\";s:1:\"5\";s:3:\"EUR\";s:1:\"0\";s:3:\"GBP\";s:1:\"0\";}',150,1,1),(2,'a:3:{s:3:\"USD\";s:2:\"10\";s:3:\"EUR\";s:1:\"0\";s:3:\"GBP\";s:1:\"0\";}',500,2,1); /*!40000 ALTER TABLE `phpfox_credit_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_credit_purchase` -- DROP TABLE IF EXISTS `phpfox_credit_purchase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_credit_purchase` ( `purchase_id` int(10) unsigned NOT NULL auto_increment, `package_id` smallint(4) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL default '0.00', `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`purchase_id`), KEY `purchase_id` (`purchase_id`,`user_id`), KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_credit_purchase` -- LOCK TABLES `phpfox_credit_purchase` WRITE; /*!40000 ALTER TABLE `phpfox_credit_purchase` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_credit_purchase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cron` -- DROP TABLE IF EXISTS `phpfox_cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cron` ( `cron_id` mediumint(8) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `next_run` int(10) unsigned NOT NULL default '0', `last_run` int(10) unsigned NOT NULL default '0', `type_id` tinyint(3) NOT NULL, `every` tinyint(3) NOT NULL, `is_active` tinyint(3) NOT NULL, `php_code` mediumtext NOT NULL, PRIMARY KEY (`cron_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cron` -- LOCK TABLES `phpfox_cron` WRITE; /*!40000 ALTER TABLE `phpfox_cron` DISABLE KEYS */; INSERT INTO `phpfox_cron` VALUES (1,'log','phpfox',1378754246,1378750646,2,1,1,'Phpfox::getLib(\'phpfox.database\')->delete(Phpfox::getT(\'log_session\'), \"last_activity < \'\" . ((PHPFOX_TIME - (Phpfox::getParam(\'log.active_session\') * 60))) . \"\'\");\r\n'); /*!40000 ALTER TABLE `phpfox_cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_cron_log` -- DROP TABLE IF EXISTS `phpfox_cron_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_cron_log` ( `log_id` int(10) unsigned NOT NULL auto_increment, `cron_id` mediumint(8) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_cron_log` -- LOCK TABLES `phpfox_cron_log` WRITE; /*!40000 ALTER TABLE `phpfox_cron_log` DISABLE KEYS */; INSERT INTO `phpfox_cron_log` VALUES (1,1,1378750646),(2,4,1378750646); /*!40000 ALTER TABLE `phpfox_cron_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_currency` -- DROP TABLE IF EXISTS `phpfox_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_currency` ( `currency_id` varchar(3) NOT NULL, `symbol` varchar(15) NOT NULL, `phrase_var` varchar(255) NOT NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', `is_default` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', UNIQUE KEY `currency_id` (`currency_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_currency` -- LOCK TABLES `phpfox_currency` WRITE; /*!40000 ALTER TABLE `phpfox_currency` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_field` -- DROP TABLE IF EXISTS `phpfox_custom_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_field` ( `field_id` smallint(4) unsigned NOT NULL auto_increment, `field_name` varchar(150) NOT NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `user_group_id` tinyint(3) NOT NULL default '0', `type_id` varchar(150) NOT NULL, `group_id` smallint(4) unsigned NOT NULL default '0', `phrase_var_name` varchar(250) NOT NULL, `type_name` varchar(50) NOT NULL, `var_type` varchar(20) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `is_required` tinyint(1) NOT NULL default '0', `has_feed` tinyint(1) default NULL, `on_signup` tinyint(1) NOT NULL default '0', `ordering` tinyint(1) NOT NULL default '0', PRIMARY KEY (`field_id`), KEY `field_id` (`field_id`,`user_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_field` -- LOCK TABLES `phpfox_custom_field` WRITE; /*!40000 ALTER TABLE `phpfox_custom_field` DISABLE KEYS */; INSERT INTO `phpfox_custom_field` VALUES (1,'about_me','user','phpfox',0,'user_main',1,'user.custom_about_me','MEDIUMTEXT','textarea',1,0,NULL,0,1),(2,'who_i_d_like_to_meet','user','phpfox',0,'user_main',1,'user.custom_who_i_d_like_to_meet','MEDIUMTEXT','textarea',1,0,NULL,0,2),(3,'interests','user','phpfox',0,'user_main',2,'user.custom_interests','MEDIUMTEXT','textarea',1,0,NULL,0,4),(4,'music','user','phpfox',0,'user_main',2,'user.custom_music','MEDIUMTEXT','textarea',1,0,NULL,0,5),(5,'movies','user','phpfox',0,'user_main',2,'user.custom_movies','MEDIUMTEXT','textarea',1,0,NULL,0,3),(6,'smoker','user','phpfox',0,'user_panel',3,'user.custom_smoker','VARCHAR(150)','select',1,0,NULL,0,6),(7,'drinker','user','phpfox',0,'user_panel',3,'user.custom_drinker','VARCHAR(150)','select',1,0,NULL,0,7); /*!40000 ALTER TABLE `phpfox_custom_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_group` -- DROP TABLE IF EXISTS `phpfox_custom_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_group` ( `group_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `user_group_id` tinyint(3) NOT NULL default '0', `type_id` varchar(150) NOT NULL, `phrase_var_name` varchar(250) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `ordering` tinyint(1) NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `user_group_id` (`user_group_id`,`type_id`,`is_active`), KEY `phrase_var_name` (`phrase_var_name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_group` -- LOCK TABLES `phpfox_custom_group` WRITE; /*!40000 ALTER TABLE `phpfox_custom_group` DISABLE KEYS */; INSERT INTO `phpfox_custom_group` VALUES (1,'user','phpfox',0,'user_profile','user.custom_group_about_me',1,1),(2,'user','phpfox',0,'user_profile','user.custom_group_interests',1,2),(3,'user','phpfox',0,'user_profile','user.custom_group_details',1,3); /*!40000 ALTER TABLE `phpfox_custom_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_option` -- DROP TABLE IF EXISTS `phpfox_custom_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_option` ( `option_id` smallint(4) unsigned NOT NULL auto_increment, `field_id` smallint(4) unsigned NOT NULL, `phrase_var_name` varchar(250) NOT NULL, PRIMARY KEY (`option_id`), KEY `field_id` (`field_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_option` -- LOCK TABLES `phpfox_custom_option` WRITE; /*!40000 ALTER TABLE `phpfox_custom_option` DISABLE KEYS */; INSERT INTO `phpfox_custom_option` VALUES (1,6,'user.cf_option_sometimes'),(2,6,'user.cf_option_no'),(3,6,'user.cf_option_yes'),(4,7,'user.cf_option_yes'),(5,7,'user.cf_option_no'),(6,7,'user.cf_option_sometimes'); /*!40000 ALTER TABLE `phpfox_custom_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_relation` -- DROP TABLE IF EXISTS `phpfox_custom_relation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_relation` ( `relation_id` int(10) unsigned NOT NULL auto_increment, `phrase_var_name` varchar(255) NOT NULL, `confirmation` tinyint(1) NOT NULL default '0', PRIMARY KEY (`relation_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_relation` -- LOCK TABLES `phpfox_custom_relation` WRITE; /*!40000 ALTER TABLE `phpfox_custom_relation` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_custom_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_custom_relation_data` -- DROP TABLE IF EXISTS `phpfox_custom_relation_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_custom_relation_data` ( `relation_data_id` int(10) unsigned NOT NULL auto_increment, `relation_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `with_user_id` int(10) unsigned default NULL, `status_id` tinyint(1) default NULL, `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`relation_data_id`), KEY `user_id` (`user_id`), KEY `with_user_id` (`with_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_custom_relation_data` -- LOCK TABLES `phpfox_custom_relation_data` WRITE; /*!40000 ALTER TABLE `phpfox_custom_relation_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_custom_relation_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_egift` -- DROP TABLE IF EXISTS `phpfox_egift`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_egift` ( `egift_id` int(11) unsigned NOT NULL auto_increment, `file_path` varchar(255) default NULL, `category_id` tinyint(3) NOT NULL, `user_id` int(11) unsigned NOT NULL, `time_stamp` int(11) unsigned NOT NULL, `title` varchar(255) NOT NULL, `price` varchar(255) NOT NULL, PRIMARY KEY (`egift_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_egift` -- LOCK TABLES `phpfox_egift` WRITE; /*!40000 ALTER TABLE `phpfox_egift` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_egift` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_egift_category` -- DROP TABLE IF EXISTS `phpfox_egift_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_egift_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `phrase` varchar(255) NOT NULL, `ordering` int(11) unsigned NOT NULL default '0', `time_start` int(10) unsigned default NULL, `time_end` int(10) unsigned default NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_egift_category` -- LOCK TABLES `phpfox_egift_category` WRITE; /*!40000 ALTER TABLE `phpfox_egift_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_egift_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_egift_invoice` -- DROP TABLE IF EXISTS `phpfox_egift_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_egift_invoice` ( `invoice_id` int(10) unsigned NOT NULL auto_increment, `user_from` int(11) unsigned NOT NULL, `user_to` int(11) unsigned NOT NULL, `egift_id` int(11) unsigned NOT NULL, `birthday_id` int(11) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `time_stamp_created` int(11) unsigned NOT NULL, `time_stamp_paid` int(11) unsigned default NULL, `status` varchar(20) default NULL, PRIMARY KEY (`invoice_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_egift_invoice` -- LOCK TABLES `phpfox_egift_invoice` WRITE; /*!40000 ALTER TABLE `phpfox_egift_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_egift_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_emoticon` -- DROP TABLE IF EXISTS `phpfox_emoticon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_emoticon` ( `emoticon_id` smallint(4) unsigned NOT NULL auto_increment, `title` char(100) NOT NULL, `text` varchar(200) NOT NULL, `image` char(100) NOT NULL, `ordering` smallint(4) unsigned NOT NULL default '0', `package_path` varchar(50) NOT NULL, PRIMARY KEY (`emoticon_id`), UNIQUE KEY `text` (`text`,`package_path`), KEY `package_id` (`package_path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_emoticon` -- LOCK TABLES `phpfox_emoticon` WRITE; /*!40000 ALTER TABLE `phpfox_emoticon` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_emoticon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_emoticon_package` -- DROP TABLE IF EXISTS `phpfox_emoticon_package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_emoticon_package` ( `package_path` varchar(50) NOT NULL, `product_id` varchar(25) NOT NULL, `package_name` varchar(100) NOT NULL, `is_active` tinyint(1) NOT NULL default '1', UNIQUE KEY `package_path` (`package_path`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_emoticon_package` -- LOCK TABLES `phpfox_emoticon_package` WRITE; /*!40000 ALTER TABLE `phpfox_emoticon_package` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_emoticon_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event` -- DROP TABLE IF EXISTS `phpfox_event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event` ( `event_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `module_id` varchar(75) NOT NULL default 'event', `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `location` varchar(255) default NULL, `country_iso` char(2) default NULL, `country_child_id` mediumint(8) unsigned NOT NULL default '0', `postal_code` varchar(20) default NULL, `city` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `start_time` int(10) unsigned NOT NULL, `end_time` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `mass_email` int(10) unsigned NOT NULL default '0', `start_gmt_offset` varchar(15) default NULL, `end_gmt_offset` varchar(15) default NULL, `gmap` varchar(255) default NULL, `address` varchar(255) default NULL, PRIMARY KEY (`event_id`), KEY `module_id` (`module_id`,`item_id`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`privacy`,`item_id`,`start_time`), KEY `view_id_2` (`view_id`,`privacy`,`item_id`,`user_id`,`start_time`), KEY `view_id_3` (`view_id`,`privacy`,`user_id`), KEY `view_id_4` (`view_id`,`privacy`,`item_id`,`title`), KEY `view_id_5` (`view_id`,`privacy`,`module_id`,`item_id`,`start_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event` -- LOCK TABLES `phpfox_event` WRITE; /*!40000 ALTER TABLE `phpfox_event` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_category` -- DROP TABLE IF EXISTS `phpfox_event_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_category` -- LOCK TABLES `phpfox_event_category` WRITE; /*!40000 ALTER TABLE `phpfox_event_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_category_data` -- DROP TABLE IF EXISTS `phpfox_event_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_category_data` ( `event_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_category_data` -- LOCK TABLES `phpfox_event_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_event_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_feed` -- DROP TABLE IF EXISTS `phpfox_event_feed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_feed` ( `feed_id` int(10) unsigned NOT NULL auto_increment, `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `type_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `item_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `parent_feed_id` int(10) unsigned NOT NULL default '0', `parent_module_id` varchar(75) default NULL, `time_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `parent_user_id` (`parent_user_id`), KEY `time_update` (`time_update`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_feed` -- LOCK TABLES `phpfox_event_feed` WRITE; /*!40000 ALTER TABLE `phpfox_event_feed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_feed_comment` -- DROP TABLE IF EXISTS `phpfox_event_feed_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_feed_comment` ( `feed_comment_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(3) NOT NULL default '0', `privacy_comment` tinyint(3) NOT NULL default '0', `content` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_comment_id`), KEY `parent_user_id` (`parent_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_feed_comment` -- LOCK TABLES `phpfox_event_feed_comment` WRITE; /*!40000 ALTER TABLE `phpfox_event_feed_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_feed_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_invite` -- DROP TABLE IF EXISTS `phpfox_event_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `event_id` int(10) unsigned NOT NULL, `type_id` tinyint(1) NOT NULL default '0', `rsvp_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `event_id` (`event_id`), KEY `event_id_2` (`event_id`,`invited_user_id`), KEY `invited_user_id` (`invited_user_id`), KEY `event_id_3` (`event_id`,`rsvp_id`,`invited_user_id`), KEY `rsvp_id` (`rsvp_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_invite` -- LOCK TABLES `phpfox_event_invite` WRITE; /*!40000 ALTER TABLE `phpfox_event_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_event_text` -- DROP TABLE IF EXISTS `phpfox_event_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_event_text` ( `event_id` int(10) unsigned NOT NULL, `description` mediumtext, `description_parsed` mediumtext, KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_event_text` -- LOCK TABLES `phpfox_event_text` WRITE; /*!40000 ALTER TABLE `phpfox_event_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_event_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_favorite` -- DROP TABLE IF EXISTS `phpfox_favorite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_favorite` ( `favorite_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`favorite_id`), KEY `type_id` (`type_id`,`item_id`,`user_id`), KEY `user_id` (`user_id`), KEY `favorite_id` (`favorite_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_favorite` -- LOCK TABLES `phpfox_favorite` WRITE; /*!40000 ALTER TABLE `phpfox_favorite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_favorite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_fbconnect` -- DROP TABLE IF EXISTS `phpfox_fbconnect`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_fbconnect` ( `user_id` int(10) unsigned NOT NULL, `fb_user_id` bigint(20) NOT NULL, `share_feed` tinyint(1) NOT NULL default '0', `send_email` tinyint(1) NOT NULL default '0', `is_proxy_email` tinyint(1) NOT NULL default '0', `is_unlinked` tinyint(1) NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`), KEY `fb_user_id` (`fb_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_fbconnect` -- LOCK TABLES `phpfox_fbconnect` WRITE; /*!40000 ALTER TABLE `phpfox_fbconnect` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_fbconnect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed` -- DROP TABLE IF EXISTS `phpfox_feed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed` ( `feed_id` int(10) unsigned NOT NULL auto_increment, `app_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `type_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `item_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `feed_reference` int(10) unsigned NOT NULL default '0', `parent_feed_id` int(10) unsigned NOT NULL default '0', `parent_module_id` varchar(75) default NULL, `time_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `privacy_2` (`privacy`,`time_stamp`,`feed_reference`), KEY `privacy_3` (`privacy`,`user_id`,`feed_reference`), KEY `privacy_4` (`privacy`,`parent_user_id`,`feed_reference`), KEY `type_id` (`type_id`,`item_id`,`feed_reference`), KEY `privacy` (`privacy`,`user_id`,`time_stamp`,`feed_reference`), KEY `time_stamp` (`time_stamp`,`feed_reference`), KEY `time_update` (`time_update`), KEY `privacy_5` (`privacy`,`parent_user_id`), KEY `user_id` (`user_id`,`feed_reference`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed` -- LOCK TABLES `phpfox_feed` WRITE; /*!40000 ALTER TABLE `phpfox_feed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_comment` -- DROP TABLE IF EXISTS `phpfox_feed_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_comment` ( `feed_comment_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(3) NOT NULL default '0', `privacy_comment` tinyint(3) NOT NULL default '0', `content` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_comment_id`), KEY `user_id` (`user_id`), KEY `parent_user_id` (`parent_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_comment` -- LOCK TABLES `phpfox_feed_comment` WRITE; /*!40000 ALTER TABLE `phpfox_feed_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_share` -- DROP TABLE IF EXISTS `phpfox_feed_share`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_share` ( `share_id` tinyint(3) NOT NULL auto_increment, `product_id` varchar(75) default 'phpfox', `module_id` varchar(75) default NULL, `title` varchar(255) NOT NULL, `description` varchar(255) default NULL, `block_name` varchar(50) NOT NULL, `no_input` tinyint(1) NOT NULL default '0', `is_frame` tinyint(1) NOT NULL default '0', `ajax_request` varchar(25) default NULL, `no_profile` tinyint(1) NOT NULL default '0', `icon` varchar(30) default NULL, `ordering` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`share_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_share` -- LOCK TABLES `phpfox_feed_share` WRITE; /*!40000 ALTER TABLE `phpfox_feed_share` DISABLE KEYS */; INSERT INTO `phpfox_feed_share` VALUES (1,'phpfox','blog','{phrase var=\'blog.blog\'}','{phrase var=\'blog.write_your_blog_entry_here\'}','share',0,0,'addViaStatusUpdate',1,'blog.png',5); /*!40000 ALTER TABLE `phpfox_feed_share` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_feed_sponsor` -- DROP TABLE IF EXISTS `phpfox_feed_sponsor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_feed_sponsor` ( `sponsor_id` int(11) unsigned NOT NULL, `feed_id` int(11) unsigned NOT NULL, `total_views` int(11) unsigned NOT NULL default '0', `time_stamp_added` int(11) unsigned NOT NULL, PRIMARY KEY (`sponsor_id`), KEY `feed_id` (`feed_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_feed_sponsor` -- LOCK TABLES `phpfox_feed_sponsor` WRITE; /*!40000 ALTER TABLE `phpfox_feed_sponsor` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_feed_sponsor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum` -- DROP TABLE IF EXISTS `phpfox_forum`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum` ( `forum_id` smallint(4) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `is_category` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) NOT NULL, `description` mediumtext, `is_closed` tinyint(1) NOT NULL default '0', `thread_id` int(10) unsigned NOT NULL default '0', `post_id` int(10) unsigned NOT NULL default '0', `last_user_id` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_thread` int(10) unsigned NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `view_id` (`view_id`), KEY `post_id` (`post_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum` -- LOCK TABLES `phpfox_forum` WRITE; /*!40000 ALTER TABLE `phpfox_forum` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_access` -- DROP TABLE IF EXISTS `phpfox_forum_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_access` ( `forum_id` smallint(4) unsigned NOT NULL, `user_group_id` tinyint(3) NOT NULL, `var_name` varchar(150) NOT NULL, `var_value` tinyint(1) NOT NULL default '0', KEY `forum_id` (`forum_id`,`user_group_id`), KEY `user_group_id` (`user_group_id`,`var_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_access` -- LOCK TABLES `phpfox_forum_access` WRITE; /*!40000 ALTER TABLE `phpfox_forum_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_announcement` -- DROP TABLE IF EXISTS `phpfox_forum_announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_announcement` ( `announcement_id` int(10) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL, `thread_id` int(10) unsigned NOT NULL, PRIMARY KEY (`announcement_id`), KEY `forum_id` (`forum_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_announcement` -- LOCK TABLES `phpfox_forum_announcement` WRITE; /*!40000 ALTER TABLE `phpfox_forum_announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_moderator` -- DROP TABLE IF EXISTS `phpfox_forum_moderator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_moderator` ( `moderator_id` smallint(4) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`moderator_id`), KEY `forum_id` (`forum_id`,`user_id`), KEY `forum_id_2` (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_moderator` -- LOCK TABLES `phpfox_forum_moderator` WRITE; /*!40000 ALTER TABLE `phpfox_forum_moderator` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_moderator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_moderator_access` -- DROP TABLE IF EXISTS `phpfox_forum_moderator_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_moderator_access` ( `moderator_id` smallint(4) unsigned NOT NULL, `var_name` varchar(150) NOT NULL, KEY `moderator_id` (`moderator_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_moderator_access` -- LOCK TABLES `phpfox_forum_moderator_access` WRITE; /*!40000 ALTER TABLE `phpfox_forum_moderator_access` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_moderator_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_post` -- DROP TABLE IF EXISTS `phpfox_forum_post`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_post` ( `post_id` int(10) unsigned NOT NULL auto_increment, `thread_id` int(10) unsigned NOT NULL, `view_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) default NULL, `total_attachment` int(11) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `update_time` int(10) unsigned NOT NULL default '0', `update_user` varchar(100) default NULL, `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `thread_id` (`thread_id`), KEY `user_id` (`user_id`), KEY `thread_id_2` (`thread_id`,`view_id`), KEY `view_id` (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_post` -- LOCK TABLES `phpfox_forum_post` WRITE; /*!40000 ALTER TABLE `phpfox_forum_post` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_post_text` -- DROP TABLE IF EXISTS `phpfox_forum_post_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_post_text` ( `post_id` int(11) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_post_text` -- LOCK TABLES `phpfox_forum_post_text` WRITE; /*!40000 ALTER TABLE `phpfox_forum_post_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_post_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_subscribe` -- DROP TABLE IF EXISTS `phpfox_forum_subscribe`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_subscribe` ( `subscribe_id` int(10) unsigned NOT NULL auto_increment, `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`subscribe_id`), KEY `thread_id` (`thread_id`,`user_id`), KEY `thread_id_2` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_subscribe` -- LOCK TABLES `phpfox_forum_subscribe` WRITE; /*!40000 ALTER TABLE `phpfox_forum_subscribe` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_subscribe` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thank` -- DROP TABLE IF EXISTS `phpfox_forum_thank`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thank` ( `thank_id` int(10) unsigned NOT NULL auto_increment, `post_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`thank_id`), KEY `post_id` (`post_id`,`user_id`), KEY `post_id_2` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thank` -- LOCK TABLES `phpfox_forum_thank` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thank` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thread` -- DROP TABLE IF EXISTS `phpfox_forum_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thread` ( `thread_id` int(10) unsigned NOT NULL auto_increment, `forum_id` smallint(4) unsigned NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `poll_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `start_id` int(10) unsigned NOT NULL default '0', `is_announcement` tinyint(1) NOT NULL default '0', `is_closed` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) default NULL, `title_url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_update` int(10) unsigned NOT NULL default '0', `order_id` tinyint(1) NOT NULL default '0', `post_id` int(10) unsigned NOT NULL default '0', `last_user_id` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`thread_id`), KEY `forum_id` (`forum_id`,`group_id`,`view_id`), KEY `group_id` (`group_id`,`view_id`,`title_url`), KEY `forum_id_2` (`forum_id`), KEY `group_id_2` (`group_id`,`view_id`,`is_announcement`), KEY `group_id_3` (`group_id`,`title_url`), KEY `view_id` (`view_id`), KEY `thread_id` (`thread_id`,`group_id`), KEY `start_id` (`start_id`), KEY `view_id_2` (`view_id`,`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thread` -- LOCK TABLES `phpfox_forum_thread` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_thread_track` -- DROP TABLE IF EXISTS `phpfox_forum_thread_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_thread_track` ( `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`thread_id`,`user_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_thread_track` -- LOCK TABLES `phpfox_forum_thread_track` WRITE; /*!40000 ALTER TABLE `phpfox_forum_thread_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_thread_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_forum_track` -- DROP TABLE IF EXISTS `phpfox_forum_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_forum_track` ( `forum_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`forum_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_forum_track` -- LOCK TABLES `phpfox_forum_track` WRITE; /*!40000 ALTER TABLE `phpfox_forum_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_forum_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend` -- DROP TABLE IF EXISTS `phpfox_friend`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend` ( `friend_id` int(10) unsigned NOT NULL auto_increment, `is_page` tinyint(1) NOT NULL default '0', `list_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `friend_user_id` int(10) unsigned NOT NULL, `is_top_friend` tinyint(1) NOT NULL default '0', `ordering` tinyint(3) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`friend_id`), UNIQUE KEY `user_check` (`user_id`,`friend_user_id`), KEY `user_id` (`user_id`), KEY `top_friend` (`user_id`,`is_top_friend`), KEY `friend_id` (`friend_id`,`user_id`), KEY `list_id` (`list_id`,`user_id`), KEY `friend_user_id` (`friend_user_id`), KEY `is_page` (`is_page`,`user_id`), KEY `is_page_2` (`is_page`,`user_id`,`friend_user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend` -- LOCK TABLES `phpfox_friend` WRITE; /*!40000 ALTER TABLE `phpfox_friend` DISABLE KEYS */; INSERT INTO `phpfox_friend` VALUES (1,0,0,1,1,0,0,1378774120),(2,0,0,2,1,0,0,1378779632),(3,0,0,1,2,0,0,1378779632),(4,0,0,3,1,0,0,1378784567),(5,0,0,1,3,0,0,1378784567),(6,0,0,4,1,0,0,1378786865),(7,0,0,1,4,0,0,1378786865),(8,0,0,5,1,0,0,1378804389),(9,0,0,1,5,0,0,1378804389),(10,0,0,6,1,0,0,1378804464),(11,0,0,1,6,0,0,1378804464),(12,0,0,7,1,0,0,1378804512),(13,0,0,1,7,0,0,1378804512),(14,0,0,8,1,0,0,1378805444),(15,0,0,1,8,0,0,1378805444),(16,0,0,9,1,0,0,1378806489),(17,0,0,1,9,0,0,1378806489),(18,0,0,10,1,0,0,1378807000),(19,0,0,1,10,0,0,1378807000),(20,0,0,11,1,0,0,1378807599),(21,0,0,1,11,0,0,1378807599),(22,0,0,12,1,0,0,1378807797),(23,0,0,1,12,0,0,1378807797),(24,0,0,13,1,0,0,1378808524),(25,0,0,1,13,0,0,1378808524),(26,0,0,14,1,0,0,1378810079),(27,0,0,1,14,0,0,1378810079),(28,0,0,15,1,0,0,1378810852),(29,0,0,1,15,0,0,1378810852),(30,0,0,16,1,0,0,1378811200),(31,0,0,1,16,0,0,1378811200),(32,0,0,17,1,0,0,1378811354),(33,0,0,1,17,0,0,1378811354),(34,0,0,18,1,0,0,1378811669),(35,0,0,1,18,0,0,1378811669),(36,0,0,19,1,0,0,1378812508),(37,0,0,1,19,0,0,1378812508),(38,0,0,20,1,0,0,1378813001),(39,0,0,1,20,0,0,1378813001),(40,0,0,21,1,0,0,1378813356),(41,0,0,1,21,0,0,1378813356),(42,0,0,22,1,0,0,1378813891),(43,0,0,1,22,0,0,1378813891),(44,0,0,23,1,0,0,1378814864),(45,0,0,1,23,0,0,1378814864),(46,0,0,24,1,0,0,1378815339),(47,0,0,1,24,0,0,1378815339),(48,0,0,25,1,0,0,1378816955),(49,0,0,1,25,0,0,1378816955),(50,0,0,26,1,0,0,1378818248),(51,0,0,1,26,0,0,1378818248),(52,0,0,27,1,0,0,1378818956),(53,0,0,1,27,0,0,1378818956),(54,0,0,28,1,0,0,1378818980),(55,0,0,1,28,0,0,1378818980),(56,0,0,29,1,0,0,1378821147),(57,0,0,1,29,0,0,1378821147),(58,0,0,30,1,0,0,1378821916),(59,0,0,1,30,0,0,1378821916),(60,0,0,31,1,0,0,1378822932),(61,0,0,1,31,0,0,1378822932),(62,0,0,32,1,0,0,1378823512),(63,0,0,1,32,0,0,1378823512),(64,0,0,33,1,0,0,1378825923),(65,0,0,1,33,0,0,1378825923),(66,0,0,34,1,0,0,1378829050),(67,0,0,1,34,0,0,1378829050),(68,0,0,35,1,0,0,1378829668),(69,0,0,1,35,0,0,1378829668),(70,0,0,36,1,0,0,1378830373),(71,0,0,1,36,0,0,1378830373),(72,0,0,37,1,0,0,1378830998),(73,0,0,1,37,0,0,1378830998),(74,0,0,38,1,0,0,1378832140),(75,0,0,1,38,0,0,1378832140),(76,0,0,39,1,0,0,1378833448),(77,0,0,1,39,0,0,1378833448),(78,0,0,40,1,0,0,1378836014),(79,0,0,1,40,0,0,1378836014); /*!40000 ALTER TABLE `phpfox_friend` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_birthday` -- DROP TABLE IF EXISTS `phpfox_friend_birthday`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_birthday` ( `birthday_id` int(10) unsigned NOT NULL auto_increment, `birthday_user_sender` int(10) unsigned NOT NULL, `birthday_user_receiver` int(10) unsigned NOT NULL, `birthday_message` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `egift_id` int(11) unsigned default NULL, `status_id` tinyint(1) default '0', PRIMARY KEY (`birthday_id`), KEY `birthday_user_sender` (`birthday_user_sender`,`birthday_user_receiver`), KEY `birthday_id` (`birthday_id`,`birthday_user_receiver`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_birthday` -- LOCK TABLES `phpfox_friend_birthday` WRITE; /*!40000 ALTER TABLE `phpfox_friend_birthday` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_birthday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_hide` -- DROP TABLE IF EXISTS `phpfox_friend_hide`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_hide` ( `hide_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `friend_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`hide_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_hide` -- LOCK TABLES `phpfox_friend_hide` WRITE; /*!40000 ALTER TABLE `phpfox_friend_hide` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_hide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_list` -- DROP TABLE IF EXISTS `phpfox_friend_list`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_list` ( `list_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `is_profile` tinyint(3) NOT NULL default '0', `name` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`list_id`), KEY `user_id` (`user_id`), KEY `list_id` (`list_id`,`user_id`), KEY `user_id_2` (`user_id`,`is_profile`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_list` -- LOCK TABLES `phpfox_friend_list` WRITE; /*!40000 ALTER TABLE `phpfox_friend_list` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_list_data` -- DROP TABLE IF EXISTS `phpfox_friend_list_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_list_data` ( `list_id` int(10) unsigned NOT NULL default '0', `friend_user_id` int(10) unsigned NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '0', UNIQUE KEY `list_id` (`list_id`,`friend_user_id`), KEY `list_id_2` (`list_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_list_data` -- LOCK TABLES `phpfox_friend_list_data` WRITE; /*!40000 ALTER TABLE `phpfox_friend_list_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_list_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_friend_request` -- DROP TABLE IF EXISTS `phpfox_friend_request`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_friend_request` ( `request_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `is_seen` tinyint(1) NOT NULL default '0', `friend_user_id` int(10) unsigned NOT NULL, `is_ignore` tinyint(1) NOT NULL default '0', `list_id` int(10) unsigned NOT NULL default '0', `message` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `relation_data_id` int(10) unsigned default NULL, PRIMARY KEY (`request_id`), KEY `user_id` (`user_id`,`friend_user_id`), KEY `ignored` (`user_id`,`is_ignore`), KEY `friend_user_id` (`friend_user_id`), KEY `relation_data_id` (`relation_data_id`), KEY `user_id_2` (`user_id`,`is_seen`,`is_ignore`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_friend_request` -- LOCK TABLES `phpfox_friend_request` WRITE; /*!40000 ALTER TABLE `phpfox_friend_request` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_friend_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_help` -- DROP TABLE IF EXISTS `phpfox_help`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_help` ( `help_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `var_name` varchar(250) NOT NULL, `added` int(10) unsigned NOT NULL, `updated` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`help_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_help` -- LOCK TABLES `phpfox_help` WRITE; /*!40000 ALTER TABLE `phpfox_help` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_help` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im` -- DROP TABLE IF EXISTS `phpfox_im`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im` ( `im_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `is_new` int(11) unsigned NOT NULL default '0', `is_alert` tinyint(1) NOT NULL default '0', `owner_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `last_update` int(10) unsigned NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', `cleared_time_stamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`im_id`), KEY `parent_id` (`parent_id`,`user_id`), KEY `user_id` (`user_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im` -- LOCK TABLES `phpfox_im` WRITE; /*!40000 ALTER TABLE `phpfox_im` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im_alert` -- DROP TABLE IF EXISTS `phpfox_im_alert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im_alert` ( `user_id` int(10) unsigned NOT NULL, `room_id` int(10) unsigned NOT NULL, `is_seen` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`,`room_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im_alert` -- LOCK TABLES `phpfox_im_alert` WRITE; /*!40000 ALTER TABLE `phpfox_im_alert` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im_alert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_im_text` -- DROP TABLE IF EXISTS `phpfox_im_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_im_text` ( `text_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `text` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`text_id`), KEY `parent_id` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_im_text` -- LOCK TABLES `phpfox_im_text` WRITE; /*!40000 ALTER TABLE `phpfox_im_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_im_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_field` -- DROP TABLE IF EXISTS `phpfox_input_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_field` ( `field_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(255) NOT NULL, `type_id` varchar(50) NOT NULL, `phrase_var` varchar(255) NOT NULL, `action` varchar(100) NOT NULL default 'default-action', `is_required` tinyint(1) NOT NULL default '1', `ordering` smallint(4) unsigned default '1', PRIMARY KEY (`field_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_field` -- LOCK TABLES `phpfox_input_field` WRITE; /*!40000 ALTER TABLE `phpfox_input_field` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_field_condition` -- DROP TABLE IF EXISTS `phpfox_input_field_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_field_condition` ( `access_id` int(11) unsigned NOT NULL auto_increment, `field_id` int(11) unsigned NOT NULL, `table_name` varchar(100) NOT NULL, `column_name` varchar(100) NOT NULL, `operand` varchar(10) NOT NULL, `full_value` varchar(100) NOT NULL, PRIMARY KEY (`access_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_field_condition` -- LOCK TABLES `phpfox_input_field_condition` WRITE; /*!40000 ALTER TABLE `phpfox_input_field_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_field_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_option` -- DROP TABLE IF EXISTS `phpfox_input_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_option` ( `option_id` int(11) unsigned NOT NULL auto_increment, `field_id` int(11) unsigned NOT NULL, `phrase_var` varchar(255) default NULL, `ordering` tinyint(2) NOT NULL default '1', PRIMARY KEY (`option_id`), KEY `field_id` (`field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_option` -- LOCK TABLES `phpfox_input_option` WRITE; /*!40000 ALTER TABLE `phpfox_input_option` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_value_longtext` -- DROP TABLE IF EXISTS `phpfox_input_value_longtext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_value_longtext` ( `value_id` int(10) unsigned NOT NULL auto_increment, `field_id` int(10) unsigned NOT NULL, `item_id` int(10) unsigned NOT NULL, `long_value` text NOT NULL, PRIMARY KEY (`value_id`), KEY `field_id` (`field_id`,`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_value_longtext` -- LOCK TABLES `phpfox_input_value_longtext` WRITE; /*!40000 ALTER TABLE `phpfox_input_value_longtext` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_value_longtext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_value_option` -- DROP TABLE IF EXISTS `phpfox_input_value_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_value_option` ( `value_id` int(10) unsigned NOT NULL auto_increment, `field_id` int(10) unsigned NOT NULL, `item_id` int(10) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL, PRIMARY KEY (`value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_value_option` -- LOCK TABLES `phpfox_input_value_option` WRITE; /*!40000 ALTER TABLE `phpfox_input_value_option` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_value_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_input_value_shorttext` -- DROP TABLE IF EXISTS `phpfox_input_value_shorttext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_input_value_shorttext` ( `value_id` int(11) unsigned NOT NULL auto_increment, `field_id` int(11) unsigned NOT NULL, `item_id` int(11) unsigned NOT NULL, `full_value` varchar(255) NOT NULL, PRIMARY KEY (`value_id`), KEY `field_id` (`field_id`,`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_input_value_shorttext` -- LOCK TABLES `phpfox_input_value_shorttext` WRITE; /*!40000 ALTER TABLE `phpfox_input_value_shorttext` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_input_value_shorttext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_install_log` -- DROP TABLE IF EXISTS `phpfox_install_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_install_log` ( `log_id` smallint(4) unsigned NOT NULL auto_increment, `is_upgrade` tinyint(1) NOT NULL default '0', `version_id` varchar(50) NOT NULL, `upgrade_version_id` varchar(50) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_install_log` -- LOCK TABLES `phpfox_install_log` WRITE; /*!40000 ALTER TABLE `phpfox_install_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_install_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_invite` -- DROP TABLE IF EXISTS `phpfox_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `email` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `is_used` tinyint(3) NOT NULL default '0', PRIMARY KEY (`invite_id`), KEY `email` (`email`), KEY `user_id` (`user_id`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_invite` -- LOCK TABLES `phpfox_invite` WRITE; /*!40000 ALTER TABLE `phpfox_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_janrain` -- DROP TABLE IF EXISTS `phpfox_janrain`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_janrain` ( `user_id` int(10) unsigned NOT NULL, `identifier` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_janrain` -- LOCK TABLES `phpfox_janrain` WRITE; /*!40000 ALTER TABLE `phpfox_janrain` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_janrain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ko_achievements` -- DROP TABLE IF EXISTS `phpfox_ko_achievements`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ko_achievements` ( `achieve_id` mediumint(8) unsigned NOT NULL auto_increment, `category` smallint(3) unsigned NOT NULL, `_order` mediumint(8) unsigned NOT NULL default '0', `_table` varchar(255) NOT NULL, `has_prefix` tinyint(1) unsigned NOT NULL default '0', `type` tinyint(1) unsigned NOT NULL default '0', `col_user` varchar(255) NOT NULL, `col_name` varchar(255) NOT NULL, `col_operator` tinyint(3) unsigned NOT NULL, `col_value` varchar(255) NOT NULL, `built_query` text NOT NULL, `icon` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `activity_points` int(10) unsigned NOT NULL, `change_user_group` tinyint(1) unsigned NOT NULL default '0', `plugin_listener` text NOT NULL, PRIMARY KEY (`achieve_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ko_achievements` -- LOCK TABLES `phpfox_ko_achievements` WRITE; /*!40000 ALTER TABLE `phpfox_ko_achievements` DISABLE KEYS */; INSERT INTO `phpfox_ko_achievements` VALUES (1,2,3,'user_activity',1,1,'user_id','activity_comment',2,'1000','activity_comment >= \'1000\'','link_gold.png','core.1000_comments','core.receive_200_points_when_you_have_reached_1000_comments',200,0,'comment.service_process_add'),(2,2,1,'user_activity',1,1,'user_id','activity_comment',2,'100','activity_comment >= \'100\'','link_bronze.png','core.100_comments','core.receive_50_points_when_you_have_reached_100_comments',50,0,'comment.component_ajax_ajax_add_passed'),(3,2,2,'user_activity',1,1,'user_id','activity_comment',2,'500','activity_comment >= \'500\'','link_silver.png','core.500_comments','core.receive_100_points_when_you_have_reached_500_comments',100,0,'comment.service_process_add'),(4,1,1,'blog',1,0,'user_id','',2,'5','>= 5','link_bronze2.png','core.5_blogs','core.earn_20_points_when_you_have_posted_5_blogs_or_more',20,0,'blog.service_process_add_end'),(5,1,2,'blog',1,0,'user_id','',2,'10','>= 10','link_silver2.png','core.10_blogs','core.earn_40_points_when_you_have_posted_10_blogs_or_more',40,0,'blog.service_process_add_end'),(6,1,3,'blog',1,0,'user_id','',2,'50','>= 50','link_gold2.png','core.50_blogs','core.earn_80_points_when_you_have_posted_50_blogs_or_more',80,0,'blog.service_process_add_end'); /*!40000 ALTER TABLE `phpfox_ko_achievements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ko_achievements_category` -- DROP TABLE IF EXISTS `phpfox_ko_achievements_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ko_achievements_category` ( `cat_id` smallint(3) unsigned NOT NULL auto_increment, `cat_name` varchar(255) NOT NULL, `cat_order` smallint(3) NOT NULL, `highest_achievement` mediumint(8) default '0', PRIMARY KEY (`cat_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ko_achievements_category` -- LOCK TABLES `phpfox_ko_achievements_category` WRITE; /*!40000 ALTER TABLE `phpfox_ko_achievements_category` DISABLE KEYS */; INSERT INTO `phpfox_ko_achievements_category` VALUES (1,'core.blogs',1,0),(2,'core.comments',2,0); /*!40000 ALTER TABLE `phpfox_ko_achievements_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ko_achievements_group_change` -- DROP TABLE IF EXISTS `phpfox_ko_achievements_group_change`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ko_achievements_group_change` ( `change_id` mediumint(8) unsigned NOT NULL auto_increment, `achieve_id` int(10) NOT NULL, `group_id` tinyint(3) NOT NULL, PRIMARY KEY (`change_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ko_achievements_group_change` -- LOCK TABLES `phpfox_ko_achievements_group_change` WRITE; /*!40000 ALTER TABLE `phpfox_ko_achievements_group_change` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ko_achievements_group_change` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_ko_achievements_user` -- DROP TABLE IF EXISTS `phpfox_ko_achievements_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_ko_achievements_user` ( `item_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `achievement_id` int(8) unsigned NOT NULL, `time` int(12) unsigned NOT NULL, PRIMARY KEY (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_ko_achievements_user` -- LOCK TABLES `phpfox_ko_achievements_user` WRITE; /*!40000 ALTER TABLE `phpfox_ko_achievements_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_ko_achievements_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language` -- DROP TABLE IF EXISTS `phpfox_language`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language` ( `language_id` varchar(12) NOT NULL, `parent_id` varchar(12) default NULL, `title` varchar(255) NOT NULL, `user_select` tinyint(1) NOT NULL, `language_code` varchar(12) NOT NULL, `charset` varchar(15) NOT NULL, `direction` varchar(3) NOT NULL, `flag_id` varchar(12) default NULL, `time_stamp` int(10) unsigned NOT NULL, `created` varchar(150) default NULL, `site` varchar(250) default NULL, `is_default` tinyint(1) NOT NULL default '0', `is_master` tinyint(1) NOT NULL default '0', PRIMARY KEY (`language_id`), KEY `title` (`title`), KEY `is_default` (`is_default`), KEY `user_select` (`user_select`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language` -- LOCK TABLES `phpfox_language` WRITE; /*!40000 ALTER TABLE `phpfox_language` DISABLE KEYS */; INSERT INTO `phpfox_language` VALUES ('en',NULL,'English (US)',1,'en','UTF-8','ltr','png',1184048203,'N/A (Core)','',1,1); /*!40000 ALTER TABLE `phpfox_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language_phrase` -- DROP TABLE IF EXISTS `phpfox_language_phrase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language_phrase` ( `phrase_id` int(10) unsigned NOT NULL auto_increment, `language_id` varchar(12) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `version_id` varchar(50) default NULL, `var_name` varchar(255) NOT NULL, `text` mediumtext NOT NULL, `text_default` mediumtext NOT NULL, `added` int(10) unsigned NOT NULL, PRIMARY KEY (`phrase_id`), KEY `language_id` (`language_id`), KEY `module_id` (`module_id`,`var_name`), KEY `setting_list` (`language_id`,`var_name`) ) ENGINE=MyISAM AUTO_INCREMENT=3691 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language_phrase` -- LOCK TABLES `phpfox_language_phrase` WRITE; /*!40000 ALTER TABLE `phpfox_language_phrase` DISABLE KEYS */; INSERT INTO `phpfox_language_phrase` VALUES (1,'en','core','phpfox_installer','2.0.0alpha1','module_installer','Core Installer','Core Installer',1215331034),(2,'en','core','phpfox_installer','2.0.0alpha1','phpfox_installer','Installer','Installer',1215331083),(3,'en','admincp','phpfox','2.0.0alpha1','module_admincp','Admincp','Admincp',1219147675),(4,'en','admincp','phpfox','2.0.0alpha1','logged_in_as','Logged in as {full_name}','Logged in as {full_name}',1212102851),(5,'en','admincp','phpfox','2.0.0alpha1','view_site','View Site','View Site',1212102898),(6,'en','admincp','phpfox','2.0.0alpha1','logout','Logout','Logout',1212102912),(7,'en','admincp','phpfox','2.0.0alpha1','admin_cp','Admin CP','Admin CP',1212102946),(8,'en','admincp','phpfox','2.0.0alpha1','dashboard','Dashboard','Dashboard',1212104757),(9,'en','admincp','phpfox','2.0.0alpha1','setting_add_group','Select the group your new setting will belong to. \r\n\r\nRegardless of the group it belongs to it can be accessed globally. \r\n\r\nSettings are split up into 3 groups, which are <b>Global Setting</b>, <b>Module Setting</b> or <b>Product Setting</b>.\r\n\r\n<b>Global Setting</b> are settings that are not part of any specific module or 3rd party product so it falls into a global variable. \r\n\r\n<b>Module Setting</b> are settings that belong to the specific module it is used in. The setting can still be accessed across other modules, however these settings are intended to be used only in the specific module it was created for.\r\n\r\n<b>Product Setting</b> are settings that belong to 3rd party products.','Select the group your new setting will belong to. \r\n\r\nRegardless of the group it belongs to it can be accessed globally. \r\n\r\nSettings are split up into 3 groups, which are <b>Global Setting</b>, <b>Module Setting</b> or <b>Product Setting</b>.\r\n\r\n<b>Global Setting</b> are settings that are not part of any specific module or 3rd party product so it falls into a global variable. \r\n\r\n<b>Module Setting</b> are settings that belong to the specific module it is used in. The setting can still be accessed across other modules, however these settings are intended to be used only in the specific module it was created for.\r\n\r\n<b>Product Setting</b> are settings that belong to 3rd party products.',1213992518),(10,'en','admincp','phpfox','2.0.0alpha1','setting_details','Setting Details','Setting Details',1213992880),(11,'en','admincp','phpfox','2.0.0alpha1','group','Groups','Groups',1213992894),(12,'en','admincp','phpfox','2.0.0alpha1','global_settings','Global Settings','Global Settings',1213992913),(13,'en','admincp','phpfox','2.0.0alpha1','module_settings','Module Settings','Module Settings',1213992929),(14,'en','admincp','phpfox','2.0.0alpha1','product_settings','Product Settings','Product Settings',1213992943),(15,'en','admincp','phpfox','2.0.0alpha1','variable','Variable','Variable',1213992960),(16,'en','admincp','phpfox','2.0.0alpha1','type','Type','Type',1213992972),(17,'en','admincp','phpfox','2.0.0alpha1','string','String','String',1213992984),(18,'en','admincp','phpfox','2.0.0alpha1','boolean','Boolean','Boolean',1213992994),(19,'en','admincp','phpfox','2.0.0alpha1','integer','Integer','Integer',1213993005),(20,'en','admincp','phpfox','2.0.0alpha1','array','Array','Array',1213993015),(21,'en','admincp','phpfox','2.0.0alpha1','defined_drop_down','Defined Drop-Down','Defined Drop-Down',1213993026),(22,'en','admincp','phpfox','2.0.0alpha1','value','Value','Value',1213993039),(23,'en','admincp','phpfox','2.0.0alpha1','language_package_details','Language Package Details','Language Package Details',1213993059),(24,'en','admincp','phpfox','2.0.0alpha1','title','Title','Title',1213993072),(25,'en','admincp','phpfox','2.0.0alpha1','info','Info','Info',1213993093),(26,'en','admincp','phpfox','2.0.0alpha1','submit','Submit','Submit',1213993106),(27,'en','admincp','phpfox','2.0.0alpha1','true','True','True',1213993147),(28,'en','admincp','phpfox','2.0.0alpha1','false','False','False',1213993164),(29,'en','admincp','phpfox','2.0.0alpha1','setting_array_example','Example: array(\"val1\", \"val2\", \"val3\");','Example: array(\"val1\", \"val2\", \"val3\");',1213993190),(30,'en','admincp','phpfox','2.0.0alpha1','setting_drop_down_example','Separate drop downs with commas. The first drop down will be the default drop down. (Example: drop1, drop2, drop3)','Separate drop downs with commas. The first drop down will be the default drop down. (Example: drop1, drop2, drop3)',1213993229),(31,'en','admincp','phpfox','2.0.0alpha1','setting_add_var','The <b>Variable</b> of your new setting is how you will identify and call this specific setting and return the given value.\r\n\r\nIf you create a <b>Variable</b> with <b>foo</b> it can be used later within the PHP script as:\r\n[php]\r\necho App::getParam(\'foo\');\r\n[/php]\r\nThe above code will print out the value of foo.\r\n\r\nNote that if you add spacing or unsupported characters (alphanumeric support only) to your <b>Variable</b> it will automatically be renamed to fit the standards, which we will replace all unsupported characters or spaces with an underscore.','The <b>Variable</b> of your new setting is how you will identify and call this specific setting and return the given value.\r\n\r\nIf you create a <b>Variable</b> with <b>foo</b> it can be used later within the PHP script as:\r\n[php]\r\necho App::getParam(\'foo\');\r\n[/php]\r\nThe above code will print out the value of foo.\r\n\r\nNote that if you add spacing or unsupported characters (alphanumeric support only) to your <b>Variable</b> it will automatically be renamed to fit the standards, which we will replace all unsupported characters or spaces with an underscore.',1213994889),(32,'en','admincp','phpfox','2.0.0alpha1','admincp_help','AdminCP Help','AdminCP Help',1213995090),(33,'en','admincp','phpfox','2.0.0alpha1','setting_add_type','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array.\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array.\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.',1213996094),(34,'en','admincp','phpfox','2.0.0alpha1','setting_add_value','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value. Simply select TRUE if the value for the setting you are adding should be TRUE by default.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array. Adding an Array is similar to how Arrays are adding in PHP. \r\n\r\nExample:\r\n[php]\r\narray(\"val1\", \"val2\", \"val3\");\r\n[/php]\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.\r\n\r\nWhen adding a drop-down separate drop downs with commas. The first drop down will be the default drop down. \r\n\r\nExample: \r\n[quote]\r\ndrop1, drop2, drop3\r\n[/quote]','Settings can be stored as a String, Boolean, Integer, Array or a Defined Drop-Down value.\r\n\r\n<b><u>String</u></b>\r\nStore string values that could contain alphanumeric characters or long text.\r\n\r\n<b><u>Boolean</u></b>\r\nStore a TRUE or FALSE value. Simply select TRUE if the value for the setting you are adding should be TRUE by default.\r\n\r\n<b><u>Integer</u></b>\r\nStore a numeric value.\r\n\r\n<b><u>Array</u></b>\r\nStore values within an Array. Adding an Array is similar to how Arrays are adding in PHP. \r\n\r\nExample:\r\n[php]\r\narray(\"val1\", \"val2\", \"val3\");\r\n[/php]\r\n\r\n<b><u>Defined Drop-Down</u></b>\r\nStore values within an Array, however unlike the Array storage method you can only return one value which will be used when calling the parameter.\r\n\r\nWhen adding a drop-down separate drop downs with commas. The first drop down will be the default drop down. \r\n\r\nExample: \r\n[quote]\r\ndrop1, drop2, drop3\r\n[/quote]',1213996483),(35,'en','admincp','phpfox','2.0.0alpha1','setting_add_title','Each setting must have a phrase added to the default language package to identify what we are editing when it comes time to edit this setting in the future. \r\n\r\nKeep the setting title short and to the point as you will also be adding a more informative phrase right after which is used to explain how a setting reacts on the site.','Each setting must have a phrase added to the default language package to identify what we are editing when it comes time to edit this setting in the future. \r\n\r\nKeep the setting title short and to the point as you will also be adding a more informative phrase right after which is used to explain how a setting reacts on the site.',1213996632),(36,'en','admincp','phpfox','2.0.0alpha1','setting_add_info','Add as much information as you can regarding the new setting you are adding as others may need to edit this setting in the future. \r\n\r\nInstructions on how the setting effects the site when it for example is enabled or disabled is very useful.','Add as much information as you can regarding the new setting you are adding as others may need to edit this setting in the future. \r\n\r\nInstructions on how the setting effects the site when it for example is enabled or disabled is very useful.',1213996745),(37,'en','admincp','phpfox','2.0.0alpha1','add_variable_name','Add a Variable name that identifies your new setting','Add a Variable name that identifies your new setting',1213997343),(38,'en','admincp','phpfox','2.0.0alpha1','setting_must_have_value','Your setting must have a Value','Your setting must have a Value',1213997421),(39,'en','admincp','phpfox','2.0.0alpha1','add_title_for_setting','Add a Title for your setting','Add a Title for your setting',1213997453),(40,'en','admincp','phpfox','2.0.0alpha1','add_information_regarding_setting','Add some information regarding the setting','Add some information regarding the setting',1213997500),(41,'en','admincp','phpfox','2.0.0alpha1','already_in_use','Already in use','Already in use',1213997527),(42,'en','admincp','phpfox','2.0.0alpha1','added','Added','Added',1213997544),(43,'en','admincp','phpfox','2.0.0alpha1','add_setting','Add Setting','Add Setting',1213997573),(44,'en','admincp','phpfox','2.0.0alpha1','updated','Updated!','Updated!',1213998211),(45,'en','admincp','phpfox','2.0.0alpha1','manage_settings','Manage Settings','Manage Settings',1213998227),(46,'en','admincp','phpfox','2.0.0alpha1','quick_jump','Quick Jump','Quick Jump',1213998537),(47,'en','admincp','phpfox','2.0.0alpha1','remove','Remove','Remove',1213998602),(48,'en','admincp','phpfox','2.0.0alpha1','add_a_new_value','Add a New Value...','Add a New Value...',1213998867),(49,'en','admincp','phpfox','2.0.0alpha1','add','Add','Add',1213998909),(50,'en','admincp','phpfox','2.0.0alpha1','setting_group_avaliable_settings','This setting group has no available settings.','This setting group has no available settings.',1213998954),(51,'en','admincp','phpfox','2.0.0alpha1','add_a_title_for_the_group','Add a title for the group','Add a title for the group',1214047004),(52,'en','admincp','phpfox','2.0.0alpha1','add_information_regarding_group','Add information regarding the group','Add information regarding the group',1214047044),(53,'en','admincp','phpfox','2.0.0alpha1','group_information','Group Information','Group Information',1214047080),(54,'en','admincp','phpfox','2.0.0alpha1','product','Product','Product',1214047136),(55,'en','admincp','phpfox','2.0.0alpha1','name','Name','Name',1214047154),(56,'en','admincp','phpfox','2.0.0alpha1','add_setting_group','Add Setting Group','Add Setting Group',1214047478),(57,'en','admincp','phpfox','2.0.0alpha1','export','Export','Export',1214048708),(58,'en','admincp','phpfox','2.0.0alpha1','not_valid_array','Not a valid array','Not a valid array',1214050827),(59,'en','admincp','phpfox','2.0.0alpha1','value_must_be_numeric','Value must be numeric','Value must be numeric',1214050852),(60,'en','admincp','phpfox','2.0.0alpha1','import','Import','Import',1214060258),(61,'en','admincp','phpfox','2.0.0alpha1','download','Download','Download',1214060328),(62,'en','admincp','phpfox','2.0.0alpha1','upload','Upload','Upload',1214060337),(63,'en','admincp','phpfox','2.0.0alpha1','select_file','Select File','Select File',1214060347),(64,'en','admincp','phpfox','2.0.0alpha1','valid_file_extensions','Valid File Extensions','Valid File Extensions',1214060404),(65,'en','admincp','phpfox','2.0.0alpha1','import_export_settings','Import/Export Settings','Import/Export Settings',1214060450),(66,'en','admincp','phpfox','2.0.0alpha1','product_does_not_have_any_settings','Product does not have any settings.','Product does not have any settings.',1214060583),(67,'en','admincp','phpfox','2.0.0alpha1','unable_load_cached_config_file','Unable to load cached config file. Please be sure you are uploading the correct file.','Unable to load cached config file. Please be sure you are uploading the correct file.',1214060887),(68,'en','admincp','phpfox','2.0.0alpha1','setting_imported','{total} setting(s) imported. Database is now up-to-date.','{total} setting(s) imported. Database is now up-to-date.',1214060918),(69,'en','admincp','phpfox','2.0.0alpha1','nothing_new_import','Nothing new to import. Your database is up-to-date.','Nothing new to import. Your database is up-to-date.',1214060951),(70,'en','admincp','phpfox','2.0.0alpha1','invalid_file_extension','Invalid file extension.','Invalid file extension.',1214060974),(71,'en','admincp','phpfox','2.0.0alpha1','module_folder_already_exists','Unable to use this module name. Module folder already exists.','Unable to use this module name. Module folder already exists.',1214230661),(72,'en','admincp','phpfox','2.0.0alpha1','select_name_for_your_module','Select a name for your module.','Select a name for your module.',1214230680),(73,'en','admincp','phpfox','2.0.0alpha1','provide_information_regarding_module','Provide some information regarding the module','Provide some information regarding the module',1214230700),(74,'en','admincp','phpfox','2.0.0alpha1','module_name_already_used','Module name is already being used. Select another name.','Module name is already being used. Select another name.',1214230730),(75,'en','admincp','phpfox','2.0.0alpha1','create_module','Create Module','Create Module',1214230746),(76,'en','admincp','phpfox','2.0.0alpha1','module_successfully_created','Module successfully created. Create the following file structure for your module','Module successfully created. Create the following file structure for your module',1214230798),(77,'en','admincp','phpfox','2.0.0alpha1','module_details','Module Details','Module Details',1214230813),(78,'en','admincp','phpfox','2.0.0alpha1','add_menu','Add to Menu','Add to Menu',1214230844),(79,'en','admincp','phpfox','2.0.0alpha1','yes','Yes','Yes',1214230853),(80,'en','admincp','phpfox','2.0.0alpha1','no','No','No',1214230945),(81,'en','admincp','phpfox','2.0.0alpha1','menu','Menu','Menu',1214230956),(82,'en','admincp','phpfox','2.0.0alpha1','phrase','Phrase','Phrase',1214230977),(83,'en','admincp','phpfox','2.0.0alpha1','link','Link','Link',1214231004),(84,'en','admincp','phpfox','2.0.0alpha1','add_more','Add More','Add More',1214231280),(85,'en','admincp','phpfox','2.0.0alpha1','unable_import_settings','Unable to import settings. No product has been specified within the XML file.','Unable to import settings. No product has been specified within the XML file.',1214232088),(86,'en','admincp','phpfox','2.0.0alpha1','untouchables','Untouchables','Untouchables',1214317575),(87,'en','admincp','phpfox','2.0.0alpha1','phpfox_hidden_settings','Hidden settings.','Hidden settings.',1214317835),(88,'en','admincp','phpfox','2.0.0alpha1','or','or','or',1214324454),(89,'en','admincp','phpfox','2.0.0alpha1','file_unsupported','Server does not support the file extension you are uploading.','Server does not support the file extension you are uploading.',1214326996),(90,'en','admincp','phpfox','2.0.0alpha1','download_file_format','Download File Format','Download File Format',1214327614),(91,'en','admincp','phpfox','2.0.0alpha1','cached_cleared','Cached cleared.','Cached cleared.',1214785672),(92,'en','admincp','phpfox','2.0.0alpha1','clear_cache','Clear Cache','Clear Cache',1214785703),(93,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_clear_site_cache','Can clear the sites cache.\r\n\r\nBy allowing a user to clear the sites cache they will be able to remove either SQL data or HTML templates. \r\n\r\nNote that once the page is refreshed these items will be re-cached, however it might be best to only allow Admins or developers to have access to this feature.','Can clear the sites cache.\r\n\r\nBy allowing a user to clear the sites cache they will be able to remove either SQL data or HTML templates. \r\n\r\nNote that once the page is refreshed these items will be re-cached, however it might be best to only allow Admins or developers to have access to this feature.',1214788895),(94,'en','admincp','phpfox','2.0.0alpha1','data_size','Data Size','Data Size',1214790713),(95,'en','admincp','phpfox','2.0.0alpha1','cached','Cached On','Cached On',1214790722),(96,'en','admincp','phpfox','2.0.0alpha1','clear_selected','Clear Selected','Clear Selected',1214790764),(97,'en','admincp','phpfox','2.0.0alpha1','clear_all','Clear All','Clear All',1214790772),(98,'en','admincp','phpfox','2.0.0alpha1','cache_source','Cache Source','Cache Source',1214790801),(99,'en','admincp','phpfox','2.0.0alpha1','add_new_menu','Add New Menu','Add New Menu',1214845204),(100,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_added','Menu successfully added.','Menu successfully added.',1214845273),(101,'en','admincp','phpfox','2.0.0alpha1','menu_details','Menu Details','Menu Details',1214851754),(102,'en','admincp','phpfox','2.0.0alpha1','module','Module','Module',1214851821),(103,'en','admincp','phpfox','2.0.0alpha1','connection','Connection','Connection',1214851848),(104,'en','admincp','phpfox','2.0.0alpha1','menus','Menus','Menus',1214851856),(105,'en','admincp','phpfox','2.0.0alpha1','modules','Modules','Modules',1214851863),(106,'en','admincp','phpfox','2.0.0alpha1','url','URL','URL',1214851874),(107,'en','admincp','phpfox','2.0.0alpha1','user_group_access','User Group Access','User Group Access',1214851921),(108,'en','admincp','phpfox','2.0.0alpha1','allow_access','Allow Access','Allow Access',1214851932),(109,'en','admincp','phpfox','2.0.0alpha1','menu_add_product','Product this menu will belong to.','Product this menu will belong to.',1214853997),(110,'en','admincp','phpfox','2.0.0alpha1','core_module','Is a Core Module','Is a Core Module',1214957846),(111,'en','admincp','phpfox','2.0.0alpha1','sub_menu','Sub Menu','Sub Menu',1214960766),(112,'en','admincp','phpfox','2.0.0alpha1','cms','CMS','CMS',1214963139),(113,'en','admincp','phpfox','2.0.0alpha1','user_group_manager','User Group Manager','User Group Manager',1214963173),(114,'en','admincp','phpfox','2.0.0alpha1','add_user_group_setting','Add User Group Setting','Add User Group Setting',1214963493),(115,'en','admincp','phpfox','2.0.0alpha1','manage_user_settings','Manage User Settings','Manage User Settings',1214963811),(116,'en','admincp','phpfox','2.0.0alpha1','users','Users','Users',1214963853),(117,'en','admincp','phpfox','2.0.0alpha1','extensions','Extensions','Extensions',1214963862),(118,'en','admincp','phpfox','2.0.0alpha1','create_new_module','Create New Module','Create New Module',1214963912),(119,'en','admincp','phpfox','2.0.0alpha1','language','Language','Language',1214963926),(120,'en','admincp','phpfox','2.0.0alpha1','manage_language_packs','Manage Language Packs','Manage Language Packs',1214963938),(121,'en','admincp','phpfox','2.0.0alpha1','phrase_manager','Phrase Manager','Phrase Manager',1214963958),(122,'en','admincp','phpfox','2.0.0alpha1','add_phrase','Add Phrase','Add Phrase',1214963974),(123,'en','admincp','phpfox','2.0.0alpha1','language_import_export','Import/Export','Import/Export',1214963992),(124,'en','admincp','phpfox','2.0.0alpha1','settings','Settings','Settings',1214964004),(125,'en','admincp','phpfox','2.0.0alpha1','manage_setting_groups','Manage Setting Groups','Manage Setting Groups',1214964025),(126,'en','admincp','phpfox','2.0.0alpha1','add_new_setting','Add New Setting','Add New Setting',1214964037),(127,'en','admincp','phpfox','2.0.0alpha1','add_new_setting_group','Add New Setting Group','Add New Setting Group',1214964045),(128,'en','admincp','phpfox','2.0.0alpha1','maintenance','Maintenance','Maintenance',1214964072),(129,'en','admincp','phpfox','2.0.0alpha1','tools','Tools','Tools',1214964140),(130,'en','admincp','phpfox','2.0.0alpha1','update','Update','Update',1214964195),(131,'en','admincp','phpfox','2.0.0alpha1','manage_user_groups','Manage User Groups','Manage User Groups',1214966536),(132,'en','admincp','phpfox','2.0.0alpha1','user_setting_has_admin_access','Has general access to the Admin Control Panel.\r\n\r\nBest to allow on Admins and Staff for security.','Has general access to the Admin Control Panel.\r\n\r\nBest to allow on Admins and Staff for security.',1214976110),(133,'en','admincp','phpfox','2.0.0alpha1','install_dir_exists','Install directory \"install/\" exists. Please delete this directory for security purposes.','Install directory \"install/\" exists. Please delete this directory for security purposes.',1215780338),(134,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_add_new_block','Can add/modify blocks being added from the AdminCP?','Can add/modify blocks being added from the AdminCP?',1216066116),(135,'en','admincp','phpfox','2.0.0alpha1','blocks','Blocks','Blocks',1216069451),(136,'en','admincp','phpfox','2.0.0alpha1','add_new_block','Add New Block','Add New Block',1216069481),(137,'en','admincp','phpfox','2.0.0alpha1','developer','Developer','Developer',1216070830),(138,'en','admincp','phpfox','2.0.0alpha1','log_query','Log Query','Log Query',1216070861),(139,'en','admincp','phpfox','2.0.0alpha1','block_successfully_added','Block successfully added.','Block successfully added.',1216070957),(140,'en','admincp','phpfox','2.0.0alpha1','select_product','Select a product.','Select a product.',1216071011),(141,'en','admincp','phpfox','2.0.0alpha1','select_controller','Select a controller.','Select a controller.',1216071026),(142,'en','admincp','phpfox','2.0.0alpha1','select_component','Select a component.','Select a component.',1216071042),(143,'en','admincp','phpfox','2.0.0alpha1','select_block_placement','Select block placement.','Select block placement.',1216071063),(144,'en','admincp','phpfox','2.0.0alpha1','specify_block_active','Specify if the block is active or not.','Specify if the block is active or not.',1216071082),(145,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_view_product_options','Can view product drop downs in the AdminCP?\r\n\r\nWithin certain sections of the AdminCP there are areas where an entry into the database requires a product ID#. If you disable this feature users will not be able to view the products name and will automatically enter the default product ID#. \r\n\r\nOnly enable this feature when creating a plug-in or 3rd party module.','Can view product drop downs in the AdminCP?\r\n\r\nWithin certain sections of the AdminCP there are areas where an entry into the database requires a product ID#. If you disable this feature users will not be able to view the products name and will automatically enter the default product ID#. \r\n\r\nOnly enable this feature when creating a plug-in or 3rd party module.',1216071352),(146,'en','admincp','phpfox','2.0.0alpha1','block_details','Block Details','Block Details',1216072142),(147,'en','admincp','phpfox','2.0.0alpha1','controller','Controller','Controller',1216089356),(148,'en','admincp','phpfox','2.0.0alpha1','component','Component','Component',1216090253),(149,'en','admincp','phpfox','2.0.0alpha1','placement','Placement','Placement',1216091622),(150,'en','admincp','phpfox','2.0.0alpha1','active','Active','Active',1216091671),(151,'en','admincp','phpfox','2.0.0alpha1','view_sample_layout','View Sample Layout','View Sample Layout',1216091824),(152,'en','admincp','phpfox','2.0.0alpha1','sample_layout','Sample Layout','Sample Layout',1216091833),(153,'en','admincp','phpfox','2.0.0alpha1','block','Block {x}','Block {x}',1216091850),(154,'en','admincp','phpfox','2.0.0alpha1','select','Select','Select',1216091882),(155,'en','admincp','phpfox','2.0.0alpha1','manage_menus','Manage Menus','Manage Menus',1217026597),(156,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_deleted','Menu successfully deleted.','Menu successfully deleted.',1217189351),(157,'en','admincp','phpfox','2.0.0alpha1','order','Order','Order',1217189374),(158,'en','admincp','phpfox','2.0.0alpha1','location','Location','Location',1217189417),(159,'en','admincp','phpfox','2.0.0alpha1','actions','Actions','Actions',1217189540),(160,'en','admincp','phpfox','2.0.0alpha1','edit','Edit','Edit',1217189636),(161,'en','admincp','phpfox','2.0.0alpha1','delete','Delete','Delete',1217189646),(162,'en','admincp','phpfox','2.0.0alpha1','menu_successfully_updated','Menu successfully updated.','Menu successfully updated.',1217189724),(163,'en','admincp','phpfox','2.0.0alpha1','menu_manager','Menu Manager','Menu Manager',1217189774),(164,'en','admincp','phpfox','2.0.0alpha1','manage_blocks','Manage Blocks','Manage Blocks',1217190522),(165,'en','admincp','phpfox','2.0.0alpha1','successfully_deleted','Successfully deleted.','Successfully deleted.',1217193508),(166,'en','admincp','phpfox','2.0.0alpha1','successfully_updated','Successfully updated.','Successfully updated.',1217197677),(167,'en','admincp','phpfox','2.0.0alpha1','block_manager','Block Manager','Block Manager',1217198066),(168,'en','admincp','phpfox','2.0.0alpha1','pages','Pages','Pages',1217201690),(169,'en','admincp','phpfox','2.0.0alpha1','add_new_page','Add New Page','Add New Page',1217201717),(170,'en','admincp','phpfox','2.0.0alpha1','page_menu_successfully_added','Page and Menu successfully added.','Page and Menu successfully added.',1217278396),(171,'en','admincp','phpfox','2.0.0alpha1','manage_pages','Manage Pages','Manage Pages',1217293918),(172,'en','admincp','phpfox','2.0.0alpha1','add_component','Add Component','Add Component',1217802855),(173,'en','admincp','phpfox','2.0.0alpha1','component_successfully_added','Component successfully added!','Component successfully added!',1217808626),(174,'en','admincp','phpfox','2.0.0alpha1','component_details','Component Details','Component Details',1217808713),(175,'en','admincp','phpfox','2.0.0alpha1','url_connection','URL Connection','URL Connection',1217808781),(176,'en','admincp','phpfox','2.0.0alpha1','block_actual','Block','Block',1217808814),(177,'en','admincp','phpfox','2.0.0alpha1','specify_component','Specify a component.','Specify a component.',1217808943),(178,'en','admincp','phpfox','2.0.0alpha1','select_component_active','Select if component is active.','Select if component is active.',1217808955),(179,'en','admincp','phpfox','2.0.0alpha1','select_component_type','Select a component type.','Select a component type.',1217808964),(180,'en','admincp','phpfox','2.0.0alpha1','menu_order_successfully_updated','Menu order successfully updated.','Menu order successfully updated.',1217939317),(181,'en','admincp','phpfox','2.0.0alpha1','manage_modules','Manage Modules','Manage Modules',1219067475),(182,'en','admincp','phpfox','2.0.0alpha1','core_modules','Core Modules','Core Modules',1219225433),(183,'en','admincp','phpfox','2.0.0alpha1','module_s_updated','Module(s) updated.','Module(s) updated.',1219225575),(184,'en','admincp','phpfox','2.0.0alpha1','overwrite_default_data','Overwrite default data','Overwrite default data',1219225665),(185,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_manage_modules','Can manage product modules?\r\n\r\nNote: This includes updating the status, editing or deleting modules.','Can manage product modules?\r\n\r\nNote: This includes updating the status, editing or deleting modules.',1219225982),(186,'en','admincp','phpfox','2.0.0alpha1','user_setting_can_add_new_modules','Can add new product modules?','Can add new product modules?',1219226029),(187,'en','admincp','phpfox','2.0.0alpha1','module_successfully_deleted','Module successfully deleted.','Module successfully deleted.',1219228565),(188,'en','admincp','phpfox','2.0.0alpha1','admin_menu_manage_categories','Manage Categories','Manage Categories',1219330154),(189,'en','admincp','phpfox','2.0.0alpha1','admin_menu_add_category','Add New Category','Add New Category',1219330307),(190,'en','admincp','phpfox','2.0.0alpha1','not_allowed_for_guests','Not all options will work with this specific user group since it is marked as a \"Guest\" group and many features found within the site requires a user to be a member.','Not all options will work with this specific user group since it is marked as a \"Guest\" group and many features found within the site requires a user to be a member.',1219654948),(191,'en','admincp','phpfox','2.0.0alpha1','admin_menu_add_article','Add Article','Add Article',1223227838),(192,'en','admincp','phpfox','2.0.0alpha1','user_setting_bcaneditarticles','Can edit articles?','Can edit articles?',1223385298),(193,'en','admincp','phpfox','2.0.0alpha1','admin_menu_import_export','Import Export','Import Export',1223390093),(194,'en','admincp','phpfox','2.0.0alpha1','products','Product','Product',1230854108),(195,'en','admincp','phpfox','2.0.0alpha1','manage_products','Manage Products','Manage Products',1230854160),(196,'en','admincp','phpfox','2.0.0alpha1','create_new_product','Create New Product','Create New Product',1230854171),(197,'en','admincp','phpfox','2.0.0alpha1','import_export','Import Products','Import Products',1230855085),(198,'en','admincp','phpfox','2.0.0alpha1','theme','Theme','Theme',1231033391),(199,'en','admincp','phpfox','2.0.0alpha1','manage_themes','Manage Themes','Manage Themes',1231033425),(200,'en','admincp','phpfox','2.0.0alpha1','plugin','Plugin','Plugin',1231748137),(201,'en','admincp','phpfox','2.0.0alpha1','manage_plugins','Manage Plugins','Manage Plugins',1231748173),(202,'en','admincp','phpfox','2.0.0alpha1','create_new_plugin','Create New Plugin','Create New Plugin',1231750982),(203,'en','admincp','phpfox','2.0.0alpha1','new_sample_test_phrase','You have {total} comments.','You have {total} comments.',1235553235),(204,'en','admincp','phpfox','2.0.0beta1','create_user_group','Create User Group','Create User Group',1240572399),(205,'en','admincp','phpfox','2.0.0beta4','browse_members','Browse Users','Browse Users',1244542842),(206,'en','admincp','phpfox','2.0.0beta4','country_management','Country Management','Country Management',1244642320),(207,'en','admincp','phpfox','2.0.0beta4','payment_gateways_menu','Payment Gateways','Payment Gateways',1244909510),(208,'en','admincp','phpfox','2.0.0beta4','system_settings_menu','System Settings','System Settings',1244909711),(209,'en','admincp','phpfox','2.0.0beta4','menu_site_stats','Site Stats','Site Stats',1245138476),(210,'en','admincp','phpfox','2.0.0beta4','menu_manage_stats','Manage Stats','Manage Stats',1245138629),(211,'en','admincp','phpfox','2.0.0beta4','menu_create_new_stat','Add New Stat','Add New Stat',1245138672),(212,'en','admincp','phpfox','1.0','user_cancellation_options','User Cancellation','User Cancellation',1215331034),(213,'en','admincp','phpfox','1.0','user_cancellation_options_add','Add Options','Add Options',1215331034),(214,'en','admincp','phpfox','1.0','user_cancellation_options_manage','Manage Options','Manage Options',1215331034),(215,'en','admincp','phpfox','1.0','user_cancellations_feedback','View Feedback','View Feedback',1215331034),(216,'en','admincp','phpfox','30','mail_messages','Messages','Messages',1247588853),(217,'en','admincp','phpfox','30','view_messages','View Private Messages','View Private Messages',1247588922),(218,'en','admincp','phpfox','30','menu_tools_emoticon_add','Add Emoticon','Add Emoticon',1247743917),(219,'en','admincp','phpfox','30','menu_tools_emoticon_package_add','Add Package','Add Package',1247831553),(220,'en','admincp','phpfox','30','menu_tools_emoticon_package','Manage Packages','Manage Packages',1248091043),(221,'en','admincp','phpfox','2.0.0rc1','setting_cache_time_stamp','<title>Cache Time Stamp</title><info>Cache Time Stamp</info>','<title>Cache Time Stamp</title><info>Cache Time Stamp</info>',1248617319),(222,'en','admincp','phpfox','2.0.0rc1','menu_cache_manager','Cache Manager','Cache Manager',1248617362),(223,'en','admincp','phpfox','2.0.0rc2','cache_system_unlocked','Cache system unlocked.','Cache system unlocked.',1252757444),(224,'en','admincp','phpfox','2.0.0rc2','timestamp','Timestamp','Timestamp',1252757507),(225,'en','admincp','phpfox','2.0.0rc2','cache_name','Cache Name','Cache Name',1252757518),(226,'en','admincp','phpfox','2.0.0rc2','module_successfully_updated','Module successfully updated.','Module successfully updated.',1252757604),(227,'en','admincp','phpfox','2.0.0rc2','module_successfully_created_redirect','Module successfully created.','Module successfully created.',1252757646),(228,'en','admincp','phpfox','2.0.0rc2','select_what_type_of_a_hook_this_is','Select what type of a hook this is.','Select what type of a hook this is.',1252757683),(229,'en','admincp','phpfox','2.0.0rc2','hook_successfully_added','Hook successfully added.','Hook successfully added.',1252757694),(230,'en','admincp','phpfox','2.0.0rc2','add_hook','Add Hook','Add Hook',1252757705),(231,'en','admincp','phpfox','2.0.0rc2','provide_a_title_for_your_plugin','Provide a title for your plugin.','Provide a title for your plugin.',1252757723),(232,'en','admincp','phpfox','2.0.0rc2','select_a_hook','Select a hook.','Select a hook.',1252757733),(233,'en','admincp','phpfox','2.0.0rc2','provide_php_code_for_your_plugin','Provide PHP code for your plugin.','Provide PHP code for your plugin.',1252757744),(234,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_updated','Plugin successfully updated.','Plugin successfully updated.',1252757756),(235,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_added','Plugin successfully added.','Plugin successfully added.',1252757766),(236,'en','admincp','phpfox','2.0.0rc2','create_plugin','Create Plugin','Create Plugin',1252757776),(237,'en','admincp','phpfox','2.0.0rc2','plugin_s_updated','Plugin(s) updated.','Plugin(s) updated.',1252757793),(238,'en','admincp','phpfox','2.0.0rc2','plugin_successfully_deleted','Plugin successfully deleted.','Plugin successfully deleted.',1252757806),(239,'en','admincp','phpfox','2.0.0rc2','add_a_product_id','Add a product ID.','Add a product ID.',1252757839),(240,'en','admincp','phpfox','2.0.0rc2','add_a_product_title','Add a product title.','Add a product title.',1252757861),(241,'en','admincp','phpfox','2.0.0rc2','product_dependency_updated','Product dependency updated.','Product dependency updated.',1252757875),(242,'en','admincp','phpfox','2.0.0rc2','product_install_uninstall_updated','Product install/uninstall updated.','Product install/uninstall updated.',1252757892),(243,'en','admincp','phpfox','2.0.0rc2','product_successfully_updated','Product successfully updated.','Product successfully updated.',1252757902),(244,'en','admincp','phpfox','2.0.0rc2','product_successfully_created','Product successfully created.','Product successfully created.',1252757912),(245,'en','admincp','phpfox','2.0.0rc2','editing_product','Editing Product','Editing Product',1252757935),(246,'en','admincp','phpfox','2.0.0rc2','product_successfully_installed','Product successfully installed.','Product successfully installed.',1252757983),(247,'en','admincp','phpfox','2.0.0rc2','import_products','Import Products','Import Products',1252767035),(248,'en','admincp','phpfox','2.0.0rc2','product_s_updated','Product(s) updated.','Product(s) updated.',1252767068),(249,'en','admincp','phpfox','2.0.0rc2','product_successfully_deleted','Product successfully deleted.','Product successfully deleted.',1252767078),(250,'en','admincp','phpfox','2.0.0rc2','your_search_did_not_return_any_results','Your search did not return any results.','Your search did not return any results.',1252767458),(251,'en','admincp','phpfox','2.0.0rc2','stat_successfully_updated','Stat successfully updated.','Stat successfully updated.',1252767479),(252,'en','admincp','phpfox','2.0.0rc2','stat_successfully_added','Stat successfully added.','Stat successfully added.',1252767488),(253,'en','admincp','phpfox','2.0.0rc2','add_new_stat','Add New Stat','Add New Stat',1252767499),(254,'en','admincp','phpfox','2.0.0rc2','manage_stats','Manage Stats','Manage Stats',1252767512),(255,'en','admincp','phpfox','2.0.0rc2','stat_successfully_deleted','Stat successfully deleted.','Stat successfully deleted.',1252767526),(256,'en','admincp','phpfox','2.0.0rc2','successfully_logged_out','Successfully logged out.','Successfully logged out.',1252767587),(257,'en','admincp','phpfox','2.0.0rc2','module_id_can_only_contain_the_following_characters','Module ID can only contain the following characters: a-z, A-Z, 0-9.','Module ID can only contain the following characters: a-z, A-Z, 0-9.',1252767742),(258,'en','admincp','phpfox','2.0.0rc2','hook_already_exists','Hook already exists.','Hook already exists.',1252767835),(259,'en','admincp','phpfox','2.0.0rc2','product_name_is_not_valid','Product name is not valid.','Product name is not valid.',1252767852),(260,'en','admincp','phpfox','2.0.0rc2','not_a_valid_product_to_import','Not a valid product to import.','Not a valid product to import.',1252767877),(261,'en','admincp','phpfox','2.0.0rc2','not_a_valid_xml_file','Not a valid XML file.','Not a valid XML file.',1252767894),(262,'en','admincp','phpfox','2.0.0rc2','product_already_exists','Product already exists.','Product already exists.',1252767905),(263,'en','admincp','phpfox','2.0.0rc2','product_requires_php_version','Product requires PHP version {dependency_start}.','Product requires PHP version {dependency_start}.',1252768039),(264,'en','admincp','phpfox','2.0.0rc2','product_requires_php_version_up_until','Product requires PHP version {dependency_start} up until {dependency_end}.','Product requires PHP version {dependency_start} up until {dependency_end}.',1252768178),(265,'en','admincp','phpfox','2.0.0rc2','product_requires_phpfox_version','Product requires version {dependency_start}.','Product requires version {dependency_start}.',1252768235),(266,'en','admincp','phpfox','2.0.0rc2','product_requires_phpfox_version_up_until','Product requires version {dependency_start} up until {dependency_end}.','Product requires version {dependency_start} up until {dependency_end}.',1252768322),(267,'en','admincp','phpfox','2.0.0rc2','product_requires_check_id_version_dependency_start','Product requires {check_id} version {dependency_start}.','Product requires {check_id} version {dependency_start}.',1252768418),(268,'en','admincp','phpfox','2.0.0rc2','product_requires_check_id_version_dependency_start_up_until_dependency_end','Product requires {check_id} version {dependency_start} up until {dependency_end}.','Product requires {check_id} version {dependency_start} up until {dependency_end}.',1252768480),(269,'en','admincp','phpfox','2.0.0rc2','main_configuration_file_file_path_is_writable','Main configuration file ({file_path}) is writable. This is a security risk and this file should not have any \"write\" permission.','Main configuration file ({file_path}) is writable. This is a security risk and this file should not have any \"write\" permission.',1252768745),(270,'en','admincp','phpfox','2.0.0rc2','main_file_folder_is_writable_file_path','Main file folder is writable ({file_path}). This is a security risk and this folder should not have any \"write\" permission.','Main file folder is writable ({file_path}). This is a security risk and this folder should not have any \"write\" permission.',1252768815),(271,'en','admincp','phpfox','2.0.0rc2','none_site_wide','None (Site Wide)','None (Site Wide)',1252768924),(272,'en','admincp','phpfox','2.0.0rc2','can_drag_drop','Can Drag/Drop','Can Drag/Drop',1252768952),(273,'en','admincp','phpfox','2.0.0rc2','site_wide','Site Wide','Site Wide',1252769097),(274,'en','admincp','phpfox','2.0.0rc2','block_block_number','Block {block_number}','Block {block_number}',1252769121),(275,'en','admincp','phpfox','2.0.0rc2','cache_system_is_locked','Cache system is locked.','Cache system is locked.',1252908150),(276,'en','admincp','phpfox','2.0.0rc2','the_cache_system_is_locked_during_an_operation_that_requires_all_cache_files_to_be_kept_in_place','The cache system is locked during an operation that requires all cache files to be kept in place. If you would like to unlock the system click <a href=\"{link}\" onclick=\"return confirm(\'Are you sure?\');\">here</a>.','The cache system is locked during an operation that requires all cache files to be kept in place. If you would like to unlock the system click <a href=\"{link}\" onclick=\"return confirm(\'Are you sure?\');\">here</a>.',1252908171),(277,'en','admincp','phpfox','2.0.0rc2','cache_stats','Cache Stats','Cache Stats',1252908186),(278,'en','admincp','phpfox','2.0.0rc2','total_files','Total Files','Total Files',1252908194),(279,'en','admincp','phpfox','2.0.0rc2','cache_size','Cache Size','Cache Size',1252908203),(280,'en','admincp','phpfox','2.0.0rc2','last_cached_file','Last Cached File','Last Cached File',1252908212),(281,'en','admincp','phpfox','2.0.0rc2','search_filter','Search Filter','Search Filter',1252908222),(282,'en','admincp','phpfox','2.0.0rc2','search','Search','Search',1252908230),(283,'en','admincp','phpfox','2.0.0rc2','display','Display','Display',1252908239),(284,'en','admincp','phpfox','2.0.0rc2','sort','Sort','Sort',1252908248),(285,'en','admincp','phpfox','2.0.0rc2','files','Files','Files',1252908257),(286,'en','admincp','phpfox','2.0.0rc2','no_cache_date_found','No cache date found.','No cache date found.',1252908269),(287,'en','admincp','phpfox','2.0.0rc2','or_select_a_page','or select a page','or select a page',1252908368),(288,'en','admincp','phpfox','2.0.0rc2','module_id','Module ID','Module ID',1252908459),(289,'en','admincp','phpfox','2.0.0rc2','hook_details','Hook Details','Hook Details',1252908498),(290,'en','admincp','phpfox','2.0.0rc2','call','Call','Call',1252908530),(291,'en','admincp','phpfox','2.0.0rc2','save','Save','Save',1252908547),(292,'en','admincp','phpfox','2.0.0rc2','plugin_details','Plugin Details','Plugin Details',1252908572),(293,'en','admincp','phpfox','2.0.0rc2','hook','Hook','Hook',1252908589),(294,'en','admincp','phpfox','2.0.0rc2','php_code','PHP Code','PHP Code',1252908620),(295,'en','admincp','phpfox','2.0.0rc2','create_a_new_plugin','Create a New Plugin','Create a New Plugin',1252908670),(296,'en','admincp','phpfox','2.0.0rc2','product_details','Product Details','Product Details',1252908687),(297,'en','admincp','phpfox','2.0.0rc2','product_id','Product ID','Product ID',1252908695),(298,'en','admincp','phpfox','2.0.0rc2','description','Description','Description',1252908714),(299,'en','admincp','phpfox','2.0.0rc2','version','Version','Version',1252908721),(300,'en','admincp','phpfox','2.0.0rc2','product_url','Product URL','Product URL',1252908730),(301,'en','admincp','phpfox','2.0.0rc2','version_check_url','Version Check URL','Version Check URL',1252908739),(302,'en','admincp','phpfox','2.0.0rc2','existing_product_dependencies','Existing Product Dependencies','Existing Product Dependencies',1252908781),(303,'en','admincp','phpfox','2.0.0rc2','dependencies','Dependencies','Dependencies',1252908788),(304,'en','admincp','phpfox','2.0.0rc2','dependency_type','Dependency Type','Dependency Type',1252908797),(305,'en','admincp','phpfox','2.0.0rc2','compatibility_starts','Compatibility Starts','Compatibility Starts',1252908805),(306,'en','admincp','phpfox','2.0.0rc2','incompatible_with','Incompatible With','Incompatible With',1252908813),(307,'en','admincp','phpfox','2.0.0rc2','add_new_product_dependency','Add New Product Dependency','Add New Product Dependency',1252908833),(308,'en','admincp','phpfox','2.0.0rc2','php','PHP','PHP',1252908848),(309,'en','admincp','phpfox','2.0.0rc2','phpfox_version','Core Version','Core Version',1252908856),(310,'en','admincp','phpfox','2.0.0rc2','compatibility_starts_with_version','Compatibility Starts with Version','Compatibility Starts with Version',1252908880),(311,'en','admincp','phpfox','2.0.0rc2','compatibility_end_with_version','Compatibility End with Version','Compatibility End with Version',1252908889),(312,'en','admincp','phpfox','2.0.0rc2','install_uninstall','Install/Uninstall','Install/Uninstall',1252908916),(313,'en','admincp','phpfox','2.0.0rc2','existing_install_uninstall_code','Existing Install/Uninstall Code','Existing Install/Uninstall Code',1252908924),(314,'en','admincp','phpfox','2.0.0rc2','install_code','Install Code','Install Code',1252908939),(315,'en','admincp','phpfox','2.0.0rc2','uninstall_code','Uninstall Code','Uninstall Code',1252908949),(316,'en','admincp','phpfox','2.0.0rc2','add_new_install_uninstall_code','Add New Install/Uninstall Code','Add New Install/Uninstall Code',1252908966),(317,'en','admincp','phpfox','2.0.0rc2','install','Install','Install',1252908980),(318,'en','admincp','phpfox','2.0.0rc2','uninstall','Uninstall','Uninstall',1252908988),(319,'en','admincp','phpfox','2.0.0rc2','overwrite','Overwrite','Overwrite',1252909024),(320,'en','admincp','phpfox','2.0.0rc2','ftp_support_must_be_enabled_in_order_to_import_products','FTP support must be enabled in order to import products.','FTP support must be enabled in order to import products.',1252909057),(321,'en','admincp','phpfox','2.0.0rc2','click_a_href_url_link_admincp_setting_edit_group_id_ftp_here_a_to_enable_ftp_support','Click <a href=\"{link}\">here</a> to enable FTP support.','Click <a href=\"{link}\">here</a> to enable FTP support.',1252909066),(322,'en','admincp','phpfox','2.0.0rc2','create_a_new_product','Create a New Product','Create a New Product',1252909083),(323,'en','admincp','phpfox','2.0.0rc2','import_a_product','Import a Product','Import a Product',1252909091),(324,'en','admincp','phpfox','2.0.0rc2','no_products_have_been_added','No products have been added.','No products have been added.',1252909101),(325,'en','admincp','phpfox','2.0.0rc2','image','Image','Image',1252909340),(326,'en','admincp','phpfox','2.0.0rc2','your_current_watermark_image','Your current watermark image','Your current watermark image',1252909349),(327,'en','admincp','phpfox','2.0.0rc2','b_notice_b_advised_image_is_a_transparent_png_with_a_max_width_height_of_52_pixels','<b>Notice:</b> Advised image is a transparent PNG with a max width/height of 52 pixels.','<b>Notice:</b> Advised image is a transparent PNG with a max width/height of 52 pixels.',1252909363),(328,'en','admincp','phpfox','2.0.0rc2','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1252909373),(329,'en','admincp','phpfox','2.0.0rc2','stat_details','Stat Details','Stat Details',1252909438),(330,'en','admincp','phpfox','2.0.0rc2','stats','Stats','Stats',1252909528),(331,'en','admincp','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1252909580),(332,'en','admincp','phpfox','2.0.0rc2','activate','Activate','Activate',1252909600),(333,'en','admincp','phpfox','2.0.0rc2','deactivate','Deactivate','Deactivate',1252909608),(334,'en','admincp','phpfox','2.0.0rc2','admincp_login','AdminCP Login','AdminCP Login',1252909626),(335,'en','admincp','phpfox','2.0.0rc2','email','Email','Email',1252909632),(336,'en','admincp','phpfox','2.0.0rc2','password','Password','Password',1252909640),(337,'en','admincp','phpfox','2.0.0rc2','back_to_site','Back to site','Back to site',1252909648),(338,'en','admincp','phpfox','2.0.0rc2','login','Login','Login',1252909655),(339,'en','admincp','phpfox','2.0.0rc2','active_admins','Active Admins','Active Admins',1253083283),(340,'en','admincp','phpfox','2.0.0rc2','latest_admin_logins','Latest Admin Logins','Latest Admin Logins',1253083475),(341,'en','admincp','phpfox','2.0.0rc2','view_more','View More','View More',1253083486),(342,'en','admincp','phpfox','2.0.0rc2','phpfox_news_and_updates','Corporate News & Updates','Corporate News & Updates',1253083534),(343,'en','admincp','phpfox','2.0.0rc2','admincp_notes','AdminCP Notes','AdminCP Notes',1253083547),(344,'en','admincp','phpfox','2.0.0rc2','quick_links','Quick Links','Quick Links',1253083563),(345,'en','admincp','phpfox','2.0.0rc2','members','Members','Members',1253083582),(346,'en','admincp','phpfox','2.0.0rc2','guests','Guests','Guests',1253083590),(347,'en','admincp','phpfox','2.0.0rc2','online','Online','Online',1253083603),(348,'en','admincp','phpfox','2.0.0rc2','pending_approval','Pending Approval','Pending Approval',1253083614),(349,'en','admincp','phpfox','2.0.0rc2','reported_items_users','Reported Items/Users','Reported Items/Users',1253083633),(350,'en','admincp','phpfox','2.0.0rc2','spam','Spam','Spam',1253083646),(351,'en','admincp','phpfox','2.0.0rc2','site_statistics','Site Statistics','Site Statistics',1253083662),(352,'en','admincp','phpfox','2.0.0rc2','phpfox_tweets','Corporate Tweets','Corporate Tweets',1253083701),(353,'en','admincp','phpfox','2.0.0rc2','not_a_valid_country','Not a valid country.','Not a valid country.',1253083732),(354,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_updated','State/Province successfully updated.','State/Province successfully updated.',1253083745),(355,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_added','State/Province successfully added.','State/Province successfully added.',1253083757),(356,'en','admincp','phpfox','2.0.0rc2','country_manager','Country Manager','Country Manager',1253083768),(357,'en','admincp','phpfox','2.0.0rc2','adding_state_province','Adding State/Province','Adding State/Province',1253083780),(358,'en','admincp','phpfox','2.0.0rc2','editing_state_province','Editing State/Province','Editing State/Province',1253083798),(359,'en','admincp','phpfox','2.0.0rc2','state_province_successfully_deleted','State/Province successfully deleted.','State/Province successfully deleted.',1253083824),(360,'en','admincp','phpfox','2.0.0rc2','states_provinces','States/Provinces','States/Provinces',1253083849),(361,'en','admincp','phpfox','2.0.0rc2','country_successfully_updated','Country successfully updated.','Country successfully updated.',1253083871),(362,'en','admincp','phpfox','2.0.0rc2','country_successfully_added','Country successfully added.','Country successfully added.',1253083883),(363,'en','admincp','phpfox','2.0.0rc2','add_a_country','Add a Country','Add a Country',1253083894),(364,'en','admincp','phpfox','2.0.0rc2','editing_country','Editing Country','Editing Country',1253083903),(365,'en','admincp','phpfox','2.0.0rc2','text_import_successfully_completed','Text import successfully completed. Success: {completed} - Failed: {failed}.','Text import successfully completed. Success: {completed} - Failed: {failed}.',1253083984),(366,'en','admincp','phpfox','2.0.0rc2','import_successfully_completed','Import successfully completed.','Import successfully completed.',1253084014),(367,'en','admincp','phpfox','2.0.0rc2','import_countries_states_provinces','Import Countries, States & Provinces','Import Countries, States & Provinces',1253084025),(368,'en','admincp','phpfox','2.0.0rc2','country_successfully_deleted','Country successfully deleted.','Country successfully deleted.',1253084063),(369,'en','admincp','phpfox','2.0.0rc2','phpfox_branding_removal_successfully_installed','Branding removal successfully installed.','Branding removal successfully installed.',1253084098),(370,'en','admincp','phpfox','2.0.0rc2','phpfox_branding_removal','Branding Removal','Branding Removal',1253084108),(371,'en','admincp','phpfox','2.0.0rc2','login_time_stamp','Login Time Stamp','Login Time Stamp',1253084135),(372,'en','admincp','phpfox','2.0.0rc2','ip_address','IP Address','IP Address',1253084146),(373,'en','admincp','phpfox','2.0.0rc2','online_guests','Online Guests','Online Guests',1253084165),(374,'en','admincp','phpfox','2.0.0rc2','admincp_logins','AdminCP Logins','AdminCP Logins',1253084211),(375,'en','admincp','phpfox','2.0.0rc2','last_activity','Last Activity','Last Activity',1253084264),(376,'en','admincp','phpfox','2.0.0rc2','guests_bots','Guests/Bots','Guests/Bots',1253084308),(377,'en','admincp','phpfox','2.0.0rc2','php_info','PHP Info','PHP Info',1253084322),(378,'en','admincp','phpfox','2.0.0rc2','system','System','System',1253084334),(379,'en','admincp','phpfox','2.0.0rc2','system_overview','System Overview','System Overview',1253084347),(380,'en','admincp','phpfox','2.0.0rc2','customize_dashboard','Customize Dashboard','Customize Dashboard',1253084382),(381,'en','admincp','phpfox','2.0.0rc2','not_a_valid_login_log','Not a valid login log.','Not a valid login log.',1253084504),(382,'en','admincp','phpfox','2.0.0rc2','not_a_valid_account','Not a valid account.','Not a valid account.',1253084517),(383,'en','admincp','phpfox','2.0.0rc2','email_failure','Email failure.','Email failure.',1253084527),(384,'en','admincp','phpfox','2.0.0rc2','password_failure','Password failure.','Password failure.',1253084538),(385,'en','admincp','phpfox','2.0.0rc2','success','Success','Success',1253084548),(386,'en','admincp','phpfox','2.0.0rc2','provide_a_category_name','Provide a category name.','Provide a category name.',1253084625),(387,'en','admincp','phpfox','2.0.0rc2','provide_a_name','Provide a name.','Provide a name.',1253084710),(388,'en','admincp','phpfox','2.0.0rc2','select_a_country','Select a country.','Select a country.',1253084725),(389,'en','admincp','phpfox','2.0.0rc2','the_state_province_name_already_exists','The state/province \"{name}\" already exists.','The state/province \"{name}\" already exists.',1253084747),(390,'en','admincp','phpfox','2.0.0rc2','all_fields_are_required','All fields are required.','All fields are required.',1253084816),(391,'en','admincp','phpfox','2.0.0rc2','iso_can_only_contain_2_characters','ISO can only contain 2 characters.','ISO can only contain 2 characters.',1253084826),(392,'en','admincp','phpfox','2.0.0rc2','the_iso_is_already_in_use','The ISO is already in use.','The ISO is already in use.',1253084836),(393,'en','admincp','phpfox','2.0.0rc2','not_a_valid_country_package','Not a valid country package.','Not a valid country package.',1253084876),(394,'en','admincp','phpfox','2.0.0rc2','select_a_product','Select a product.','Select a product.',1253084897),(395,'en','admincp','phpfox','2.0.0rc2','select_a_module','Select a module.','Select a module.',1253084914),(396,'en','admincp','phpfox','2.0.0rc2','at_least_one_title_for_the_stat_is_required','At least one title for the stat is required.','At least one title for the stat is required.',1253084926),(397,'en','admincp','phpfox','2.0.0rc2','link_for_the_stat_is_required','Link for the stat is required.','Link for the stat is required.',1253084936),(398,'en','admincp','phpfox','2.0.0rc2','image_for_the_stat_is_required','Image for the stat is required.','Image for the stat is required.',1253084946),(399,'en','admincp','phpfox','2.0.0rc2','php_code_for_the_stat_is_required','PHP code for the stat is required.','PHP code for the stat is required.',1253084958),(400,'en','admincp','phpfox','2.0.0rc2','select_if_the_stat_is_active_or_not','Select if the stat is active or not.','Select if the stat is active or not.',1253084971),(401,'en','admincp','phpfox','2.0.0rc2','not_a_valid_request','Not a valid request.','Not a valid request.',1253084994),(402,'en','admincp','phpfox','2.0.0rc2','the_stat_you_are_looking_for_cannot_be_found','The stat you are looking for cannot be found.','The stat you are looking for cannot be found.',1253085007),(403,'en','admincp','phpfox','2.0.0rc2','unable_to_find_the_stat_you_want_to_edit','Unable to find the stat you want to edit.','Unable to find the stat you want to edit.',1253085033),(404,'en','admincp','phpfox','2.0.0rc2','php_version','PHP Version','PHP Version',1253085208),(405,'en','admincp','phpfox','2.0.0rc2','php_sapi','PHP Sapi','PHP Sapi',1253085217),(406,'en','admincp','phpfox','2.0.0rc2','php_safe_mode','PHP safe_mode','PHP safe_mode',1253085231),(407,'en','admincp','phpfox','2.0.0rc2','php_open_basedir','PHP open_basedir','PHP open_basedir',1253085243),(408,'en','admincp','phpfox','2.0.0rc2','php_disabled_functions','PHP Disabled Functions','PHP Disabled Functions',1253085253),(409,'en','admincp','phpfox','2.0.0rc2','php_loaded_extensions','PHP Loaded Extensions','PHP Loaded Extensions',1253085262),(410,'en','admincp','phpfox','2.0.0rc2','operating_system','Operating System','Operating System',1253085278),(411,'en','admincp','phpfox','2.0.0rc2','server_time_stamp','Server Time Stamp','Server Time Stamp',1253085310),(412,'en','admincp','phpfox','2.0.0rc2','gzip','GZIP','GZIP',1253085352),(413,'en','admincp','phpfox','2.0.0rc2','sql_driver_version','SQL Driver Version','SQL Driver Version',1253085368),(414,'en','admincp','phpfox','2.0.0rc2','sql_slave_enabled','SQL Slave Enabled','SQL Slave Enabled',1253085377),(415,'en','admincp','phpfox','2.0.0rc2','sql_total_slaves','SQL Total Slaves','SQL Total Slaves',1253085387),(416,'en','admincp','phpfox','2.0.0rc2','sql_slave_server','SQL Slave Server','SQL Slave Server',1253085399),(417,'en','admincp','phpfox','2.0.0rc2','memory_limit','Memory Limit','Memory Limit',1253085408),(418,'en','admincp','phpfox','2.0.0rc2','load_balancing_enabled','Load Balancing Enabled','Load Balancing Enabled',1253085422),(419,'en','admincp','phpfox','2.0.0rc2','none','None','None',1253085465),(420,'en','admincp','phpfox','2.0.0rc2','enabled','Enabled','Enabled',1253085477),(421,'en','admincp','phpfox','2.0.0rc2','disabled','Disabled','Disabled',1253085488),(422,'en','admincp','phpfox','2.0.0rc2','n_a','N/A','N/A',1253085499),(423,'en','admincp','phpfox','2.0.0rc2','total_server_memory','Total Server Memory','Total Server Memory',1253085571),(424,'en','admincp','phpfox','2.0.0rc2','available_server_memory','Available Server Memory','Available Server Memory',1253085584),(425,'en','admincp','phpfox','2.0.0rc2','current_server_load','Current Server Load','Current Server Load',1253085598),(426,'en','admincp','phpfox','2.0.0rc2','your_ftp_path_is_empty_and_does_not_need_to_have_any_value','Your FTP path is \"empty\" and does not need to have any value.','Your FTP path is \"empty\" and does not need to have any value.',1253086015),(427,'en','admincp','phpfox','2.0.0rc2','ftp_details','FTP Details','FTP Details',1253086025),(428,'en','admincp','phpfox','2.0.0rc2','ftp_host','FTP Host','FTP Host',1253086033),(429,'en','admincp','phpfox','2.0.0rc2','ftp_username','FTP Username','FTP Username',1253086042),(430,'en','admincp','phpfox','2.0.0rc2','ftp_password','FTP Password','FTP Password',1253086052),(431,'en','admincp','phpfox','2.0.0rc2','admincp_login_log','AdminCP Login Log','AdminCP Login Log',1253086100),(432,'en','admincp','phpfox','2.0.0rc2','view_attempt','View Attempt','View Attempt',1253086110),(433,'en','admincp','phpfox','2.0.0rc2','cancel','Cancel','Cancel',1253086155),(434,'en','admincp','phpfox','2.0.0rc2','posted_on_time_stamp_by_creator','Posted on {time_stamp} by {creator}.','Posted on {time_stamp} by {creator}.',1253086263),(435,'en','admincp','phpfox','2.0.0rc2','find_users','Find Users','Find Users',1253086389),(436,'en','admincp','phpfox','2.0.0rc2','go','Go','Go',1253086398),(437,'en','admincp','phpfox','2.0.0rc2','manage_user_group_settings','Manage User Group Settings','Manage User Group Settings',1253086409),(438,'en','admincp','phpfox','2.0.0rc2','edit_user_groups','Edit User Groups','Edit User Groups',1253086443),(439,'en','admincp','phpfox','2.0.0rc2','edit_system_settings','Edit System Settings','Edit System Settings',1253086453),(440,'en','admincp','phpfox','2.0.0rc2','send_newsletter','Send Newsletter','Send Newsletter',1253086462),(441,'en','admincp','phpfox','2.0.0rc2','write_an_announcement','Write an Announcement','Write an Announcement',1253086471),(442,'en','admincp','phpfox','2.0.0rc2','posted_on_time_stamp','Posted on {time_stamp}.','Posted on {time_stamp}.',1253086501),(443,'en','admincp','phpfox','2.0.0rc2','log_details','Log Details','Log Details',1253086570),(444,'en','admincp','phpfox','2.0.0rc2','attempt','Attempt','Attempt',1253086578),(445,'en','admincp','phpfox','2.0.0rc2','user','User','User',1253086587),(446,'en','admincp','phpfox','2.0.0rc2','time_stamp','Time Stamp','Time Stamp',1253086595),(447,'en','admincp','phpfox','2.0.0rc2','referrer','Referrer','Referrer',1253086623),(448,'en','admincp','phpfox','2.0.0rc2','user_agent','User Agent','User Agent',1253086633),(449,'en','admincp','phpfox','2.0.0rc2','security_token','Security Token','Security Token',1253086642),(450,'en','admincp','phpfox','2.0.0rc2','close','Close','Close',1253086659),(451,'en','admincp','phpfox','2.0.0rc2','state_province_details','State/Province Details','State/Province Details',1253087117),(452,'en','admincp','phpfox','2.0.0rc2','country','Country','Country',1253087125),(453,'en','admincp','phpfox','2.0.0rc2','manage','Manage','Manage',1253087292),(454,'en','admincp','phpfox','2.0.0rc2','country_details','Country Details','Country Details',1253087344),(455,'en','admincp','phpfox','2.0.0rc2','iso','ISO','ISO',1253087352),(456,'en','admincp','phpfox','2.0.0rc2','import_country_package','Import Country Package','Import Country Package',1253087386),(457,'en','admincp','phpfox','2.0.0rc2','file','File','File',1253087395),(458,'en','admincp','phpfox','2.0.0rc2','import_text_file','Import Text File','Import Text File',1253087438),(459,'en','admincp','phpfox','2.0.0rc2','you_can_upload_a_text_file_with_a_list','You can upload a text file with a list of states/provinces that you would like to import and each state/province should be on a new line.','You can upload a text file with a list of states/provinces that you would like to import and each state/province should be on a new line.',1253087470),(460,'en','admincp','phpfox','2.0.0rc2','countries','Countries','Countries',1253087487),(461,'en','admincp','phpfox','2.0.0rc2','add_state_province','Add State/Province','Add State/Province',1253087540),(462,'en','admincp','phpfox','2.0.0rc2','manage_states_provinces','Manage States/Provinces','Manage States/Provinces',1253087549),(463,'en','admincp','phpfox','2.0.0rc2','login_with_your_phpfox_client_details','Login with your phpFox client details in order to install the <i>branding removal</i>.','Login with your phpFox client details in order to install the <i>branding removal</i>.',1253087588),(464,'en','admincp','phpfox','2.0.0rc2','phpfox_client_login_details','phpFox Client Login Details','phpFox Client Login Details',1253087596),(465,'en','admincp','phpfox','2.0.0rc2','client_email','Client Email','Client Email',1253087604),(466,'en','admincp','phpfox','2.0.0rc2','client_password','Client Password','Client Password',1253087612),(467,'en','admincp','phpfox','2.0.0rc2','admins','Admins','Admins',1253087631),(468,'en','admincp','phpfox','2.0.0rc2','banned','Banned','Banned',1253087720),(469,'en','admincp','phpfox','2.0.0rc2','unban','Unban','Unban',1253087737),(470,'en','admincp','phpfox','2.0.0rc2','ban','Ban','Ban',1253087744),(471,'en','admincp','phpfox','2.0.0rc2','no_guests_online','No guests online.','No guests online.',1253087754),(472,'en','admincp','phpfox','2.0.0rc2','server_overview','Server Overview','Server Overview',1253087766),(473,'en','admincp','phpfox','2.0.0rc2','you_are_about_to_leave_our_site_to_visit','You are about to leave our site to visit: <a href=\"{link}\">{link}</a>','You are about to leave our site to visit: <a href=\"{link}\">{link}</a>',1253087796),(474,'en','admincp','phpfox','2.0.0rc2','click_here_to_continue','Click here to continue.','Click here to continue.',1253087813),(475,'en','admincp','phpfox','2.0.0rc2','note_we_are_in_no_way_affiliated','<strong>Note:</strong> We are in no way affiliated to \"{link}\".','<strong>Note:</strong> We are in no way affiliated to \"{link}\".',1253087832),(476,'en','admincp','phpfox','2.0.0rc2','controllers','Controllers','Controllers',1253104993),(477,'en','admincp','phpfox','2.0.0rc2','php_block_file','PHP Block File','PHP Block File',1253105020),(478,'en','admincp','phpfox','2.0.0rc2','html_code','HTML Code','HTML Code',1253105036),(479,'en','admincp','phpfox','2.0.0rc2','not_a_valid_ip_address','Not a valid IP address.','Not a valid IP address.',1253522964),(480,'en','admincp','phpfox','2.0.0rc2','ip_information','IP Information','IP Information',1253522974),(481,'en','admincp','phpfox','2.0.0rc2','host_address','Host Address','Host Address',1253522984),(482,'en','admincp','phpfox','2.0.0rc2','view_all_the_activity_from_this_ip','View all the activity from this IP.','View all the activity from this IP.',1253523295),(483,'en','admincp','phpfox','2.0.0rc2','search_ip_address','Search IP Address','Search IP Address',1253523525),(484,'en','admincp','phpfox','2.0.0rc3','admincp_menu_reparser','Reparser','Reparser',1253959468),(485,'en','admincp','phpfox','2.0.0rc4','edit_this_block','Edit this Block','Edit this Block',1255709840),(486,'en','admincp','phpfox','2.0.0rc4','remove_this_block','Remove this Block','Remove this Block',1255709849),(487,'en','admincp','phpfox','2.0.0rc4','remove_duplicates','Remove Duplicates','Remove Duplicates',1255856692),(488,'en','admincp','phpfox','2.0.0rc4','parsing_completed','Parsing completed.','Parsing completed.',1255860451),(489,'en','admincp','phpfox','2.0.0rc4','text_reparser','Text Reparser','Text Reparser',1255861071),(490,'en','admincp','phpfox','2.0.0rc4','reparser','Reparser','Reparser',1255861077),(491,'en','admincp','phpfox','2.0.0rc4','parsing_page_current_total_please_hold','Parsing page {current}/{total}. Please hold...','Parsing page {current}/{total}. Please hold...',1255861123),(492,'en','admincp','phpfox','2.0.0rc4','text_data','Text Data','Text Data',1255861153),(493,'en','admincp','phpfox','2.0.0rc4','records','Records','Records',1255861159),(494,'en','admincp','phpfox','2.0.0rc4','there_is_no_data_to_parse','There is no data to parse.','There is no data to parse.',1255861167),(495,'en','admincp','phpfox','2.0.0rc4','successfully_removed_duplicate_entries','Successfully removed duplicate entries.','Successfully removed duplicate entries.',1255863746),(496,'en','admincp','phpfox','2.0.0rc4','user_group_settings','User Group Settings','User Group Settings',1255863782),(497,'en','admincp','phpfox','2.0.0rc4','check','Check','Check',1255863866),(498,'en','admincp','phpfox','2.0.0rc4','custom_field','Custom Field','Custom Field',1256490984),(499,'en','admincp','phpfox','2.0.0rc6','admincp_name_not_allowed','AdminCP name not allowed','AdminCP name not allowed',1256889425),(500,'en','admincp','phpfox','2.0.0rc6','large_string','Large String','Large String',1256891252),(501,'en','admincp','phpfox','2.0.0rc7','enable_utf_encoding','Enable UTF Encoding','Enable UTF Encoding',1257799322),(502,'en','admincp','phpfox','2.0.0rc8','sql','SQL','SQL',1258744172),(503,'en','admincp','phpfox','2.0.0rc8','sql_maintenance','Maintenance','Maintenance',1258744239),(504,'en','admincp','phpfox','2.0.0rc8','table_s_successfully_optimized','Table(s) successfully optimized.','Table(s) successfully optimized.',1258745778),(505,'en','admincp','phpfox','2.0.0rc8','table_s_successfully_repaired','Table(s) successfully repaired.','Table(s) successfully repaired.',1258745790),(506,'en','admincp','phpfox','2.0.0rc8','sql_maintenance_title','SQL Maintenance','SQL Maintenance',1258745827),(507,'en','admincp','phpfox','2.0.0rc8','database_size','Database Size','Database Size',1258746004),(508,'en','admincp','phpfox','2.0.0rc8','overhead','Overhead','Overhead',1258746010),(509,'en','admincp','phpfox','2.0.0rc8','total_tables','Total Tables','Total Tables',1258746230),(510,'en','admincp','phpfox','2.0.0rc8','sql_tables','SQL Tables','SQL Tables',1258746241),(511,'en','admincp','phpfox','2.0.0rc8','table','Table','Table',1258746253),(512,'en','admincp','phpfox','2.0.0rc8','size','Size','Size',1258746266),(513,'en','admincp','phpfox','2.0.0rc8','optimize_table_s','Optimize Table(s)','Optimize Table(s)',1258746303),(514,'en','admincp','phpfox','2.0.0rc8','repair_table_s','Repair Table(s)','Repair Table(s)',1258746310),(515,'en','admincp','phpfox','2.0.0rc8','sql_backup','Backup','Backup',1258746653),(516,'en','admincp','phpfox','2.0.0rc8','sql_backup_successfully_created_and_can_be_downloaded_here_path','SQL backup successfully created and can be downloaded here: {path}','SQL backup successfully created and can be downloaded here: {path}',1258754213),(517,'en','admincp','phpfox','2.0.0rc8','the_path_you_provided_is_not_a_valid_directory','The path you provided is not a valid directory.','The path you provided is not a valid directory.',1258754263),(518,'en','admincp','phpfox','2.0.0rc8','backup','Backup','Backup',1258754347),(519,'en','admincp','phpfox','2.0.0rc8','sql_backup_header','SQL Backup','SQL Backup',1258754406),(520,'en','admincp','phpfox','2.0.0rc8','path','Path','Path',1258754414),(521,'en','admincp','phpfox','2.0.0rc8','provide_the_full_path_to_where_we_should_save_the_sql_backup','Provide the full path to where we should save the SQL backup.','Provide the full path to where we should save the SQL backup.',1258754422),(522,'en','admincp','phpfox','2.0.0rc8','your_operating_system_does_not_support_the_method_of_backup_we_provide','Your operating system does not support the method of backup we provide. We advice you contact your host and ask the best method to backup your database as most hosting companies provide these options from a hosting control panel (eg. cPanel, Plesk etc...).','Your operating system does not support the method of backup we provide. We advice you contact your host and ask the best method to backup your database as most hosting companies provide these options from a hosting control panel (eg. cPanel, Plesk etc...).',1258754523),(523,'en','admincp','phpfox','2.0.0rc8','today_s_site_stats','Today\'s Site Stats','Today\'s Site Stats',1258756073),(524,'en','admincp','phpfox','2.0.0rc8','counters','Counters','Counters',1258900597),(525,'en','admincp','phpfox','2.0.0rc8','update_of_counter_successfully_completed','Update of counter successfully completed.','Update of counter successfully completed.',1258979452),(526,'en','admincp','phpfox','2.0.0rc8','update_counters','Update Counters','Update Counters',1258979493),(527,'en','admincp','phpfox','2.0.0rc8','updating_counters_processing_page_current_out_of_page','Updating counters. Processing page {current} out of {page}.','Updating counters. Processing page {current} out of {page}.',1258979529),(528,'en','admincp','phpfox','2.0.0rc10','unable_to_find_xml_file_to_import_for_this_product','Unable to find XML file to import for this product.','Unable to find XML file to import for this product.',1259331413),(529,'en','admincp','phpfox','2.0.0rc10','the_module_name_is_required','The module \"{name}\" is required.','The module \"{name}\" is required.',1259331430),(530,'en','admincp','phpfox','2.0.0rc10','product_successfully_upgraded','Product successfully upgraded.','Product successfully upgraded.',1259334325),(531,'en','admincp','phpfox','2.0.0rc10','upgrade','Upgrade','Upgrade',1259334365),(532,'en','admincp','phpfox','2.0.0rc10','upgrade_upgrade_version','Upgrade ({upgrade_version})','Upgrade ({upgrade_version})',1259334389),(533,'en','admincp','phpfox','2.0.0rc10','not_a_valid_product_to_upgrade','Not a valid product to upgrade. It does not exist in our database.','Not a valid product to upgrade. It does not exist in our database.',1259334492),(534,'en','admincp','phpfox','2.0.0rc10','latest','Latest','Latest',1259347180),(535,'en','admincp','phpfox','2.0.0rc11','module_successfully_installed','Module successfully installed.','Module successfully installed.',1260124073),(536,'en','admincp','phpfox','2.0.0rc11','install_this_module','Install this Module','Install this Module',1260124108),(537,'en','admincp','phpfox','2.0.0rc11','menu_block','Menu Block','Menu Block',1260127011),(538,'en','admincp','phpfox','2.0.0rc11','parent_menu','Parent Menu','Parent Menu',1260127285),(539,'en','admincp','phpfox','2.0.0rc11','manage_children_total_children','Manage Children ({total_children})','Manage Children ({total_children})',1260133275),(540,'en','admincp','phpfox','2.0.0rc11','editing','Editing','Editing',1260205884),(541,'en','admincp','phpfox','2.0.0rc11','country_child_entries_successfully_deleted','Country child entries successfully deleted.','Country child entries successfully deleted.',1260232705),(542,'en','admincp','phpfox','2.0.0rc11','show_price','Show Price','Show Price',1260234779),(543,'en','admincp','phpfox','2.0.0','manage_components','Manage Components','Manage Components',1261233363),(544,'en','admincp','phpfox','2.0.0','component_successfully_updated','Component successfully updated.','Component successfully updated.',1261237677),(545,'en','admincp','phpfox','2.0.0','editing_component','Editing Component','Editing Component',1261237699),(546,'en','admincp','phpfox','2.0.0','component_successfully_deleted','Component successfully deleted.','Component successfully deleted.',1261238215),(547,'en','admincp','phpfox','2.0.0','components','Components','Components',1261238355),(548,'en','admincp','phpfox','2.0.2','checking_the_following_modules_for_missing_settings','Checking the following modules for missing settings','Checking the following modules for missing settings',1263387520),(549,'en','admincp','phpfox','2.0.2','missing_settings_successfully_imported','Missing settings successfully imported.','Missing settings successfully imported.',1263387546),(550,'en','admincp','phpfox','2.0.2','missing_settings','Missing Settings','Missing Settings',1263387556),(551,'en','admincp','phpfox','2.0.2','find_missing_settings','Find Missing Settings','Find Missing Settings',1263387601),(552,'en','admincp','phpfox','2.0.5','provide_a_3_character_currency_id','Provide a 3 character currency ID.','Provide a 3 character currency ID.',1271666124),(553,'en','admincp','phpfox','2.0.5','provide_a_symbol','Provide a symbol.','Provide a symbol.',1271666133),(554,'en','admincp','phpfox','2.0.5','provide_a_phrase_for_your_currency','Provide a phrase for your currency.','Provide a phrase for your currency.',1271666142),(555,'en','admincp','phpfox','2.0.5','select_if_this_currency_is_active_or_not','Select if this currency is active or not.','Select if this currency is active or not.',1271666153),(556,'en','admincp','phpfox','2.0.5','this_currency_is_already_in_use','This currency is already in use.','This currency is already in use.',1271666169),(557,'en','admincp','phpfox','2.0.5','currency_successfully_deleted','Currency successfully deleted.','Currency successfully deleted.',1271666187),(558,'en','admincp','phpfox','2.0.5','id','ID','ID',1271666197),(559,'en','admincp','phpfox','2.0.5','symbol','Symbol','Symbol',1271666204),(560,'en','admincp','phpfox','2.0.5','currency','Currency','Currency',1271666211),(561,'en','admincp','phpfox','2.0.5','default','Default','Default',1271666217),(562,'en','admincp','phpfox','2.0.5','set_as_default','Set as Default','Set as Default',1271666247),(563,'en','admincp','phpfox','2.0.5','currency_successfully_updated','Currency successfully updated.','Currency successfully updated.',1271666288),(564,'en','admincp','phpfox','2.0.5','currency_successfully_added','Currency successfully added.','Currency successfully added.',1271666297),(565,'en','admincp','phpfox','2.0.5','add_currency','Add Currency','Add Currency',1271666307),(566,'en','admincp','phpfox','2.0.5','currency_details','Currency Details','Currency Details',1271666317),(567,'en','admincp','phpfox','2.0.5','currency_id','Currency ID','Currency ID',1271666324),(568,'en','admincp','phpfox','2.0.5','is_active','Is Active','Is Active',1271666344),(569,'en','admincp','phpfox','2.0.5','foxporter','Foxporter','Foxporter',1273067717),(570,'en','admincp','phpfox','2.0.5','action','Action','Action',1273067760),(571,'en','admincp','phpfox','2.0.5','importing_data','Importing Data','Importing Data',1273067770),(572,'en','admincp','phpfox','2.0.5','refresh','Refresh','Refresh',1273067778),(573,'en','admincp','phpfox','2.0.5','continue_to_the_next_step','Continue to the next step...','Continue to the next step...',1273067788),(574,'en','admincp','phpfox','2.0.5','start_importing','Start Importing','Start Importing',1273067800),(575,'en','admincp','phpfox','2.0.5','not_a_valid_country_package_must_be_an_xml_file','Not a valid country package. Must be an XML file.','Not a valid country package. Must be an XML file.',1273136397),(576,'en','admincp','phpfox','2.0.5','alter_title_fields','Alter Title Fields','Alter Title Fields',1275386165),(577,'en','admincp','phpfox','2.0.5','database_tables_updated','Database tables updated.','Database tables updated.',1275386206),(578,'en','admincp','phpfox','2.0.5','b_notice_b_this_routine_is_highly_experimental','<b>Notice:</b> This routine is highly experimental.','<b>Notice:</b> This routine is highly experimental.',1275386223),(579,'en','admincp','phpfox','2.0.5','all_items_on_the_site_store_certain_information_in_the_database','All items on the site store certain information in the database. Some of this information are the titles of items. By default these fields that store the items title have a limit of 255 characters, which with alphanumeric characters is a lot. However, if using non-latin characters this might not be enough and titles are cut short. This reason for this is we convert non-latin characters before they are added into the database so when they are outputted everyone can view these characters irregardless of what character-set they have. Using the tool found on this page you can enlarge these fields to store a maximum of 65,535 characters.','All items on the site store certain information in the database. Some of this information are the titles of items. By default these fields that store the items title have a limit of 255 characters, which with alphanumeric characters is a lot. However, if using non-latin characters this might not be enough and titles are cut short. This reason for this is we convert non-latin characters before they are added into the database so when they are outputted everyone can view these characters irregardless of what character-set they have. Using the tool found on this page you can enlarge these fields to store a maximum of 65,535 characters.',1275386310),(580,'en','admincp','phpfox','2.0.5','update_database_tables','Update Database Tables','Update Database Tables',1275386334),(581,'en','admincp','phpfox','2.0.7','you_have_logged_out_of_the_site','You have logged out of the site. Redirecting you to the login page...','You have logged out of the site. Redirecting you to the login page...',1288205070),(582,'en','admincp','phpfox','2.0.7','missing_api_key','Missing API Key','Missing API Key',1289989043),(583,'en','admincp','phpfox','2.0.7','enter_your_api_key','Enter your API key <a href=\"{link}\">here</a> for additional IP information.','Enter your API key <a href=\"{link}\">here</a> for additional IP information.',1289989168),(584,'en','admincp','phpfox','2.0.7','city','City','City',1289989619),(585,'en','admincp','phpfox','2.0.7','zip_postal_code','ZIP / Postal Code','ZIP / Postal Code',1289989718),(586,'en','admincp','phpfox','2.0.7','latitude','Latitude','Latitude',1289989746),(587,'en','admincp','phpfox','2.0.7','longitude','Longitude','Longitude',1289989773),(588,'en','admincp','phpfox','2.0.8','inactive_member_reminder','Inactive Member Reminder','Inactive Member Reminder',1296740123),(589,'en','admincp','phpfox','2.1.0rc1','inactive_members','Inactive Members','Inactive Members',1301568738),(590,'en','admincp','phpfox','3.0.0beta5','update_privacy_for_v3_upgrade','Update Privacy for v3 Upgrade<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)</b>','Update Privacy for v3 Upgrade<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)</b>',1319536489),(591,'en','admincp','phpfox','3.0.0beta5','import_groups_from_v2_to_v3_pages','Import Groups from v2 to v3 Pages<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)</b>','Import Groups from v2 to v3 Pages<b> (Only run this if you have just upgraded to v3 and make sure to only run this once.)</b>',1319536506),(592,'en','admincp','phpfox','3.3.0beta1','nofollow_urls','NoFollow URLs','NoFollow URLs',1336984686),(593,'en','admincp','phpfox','3.3.0beta1','add_new_url','Add New URL','Add New URL',1336984704),(594,'en','admincp','phpfox','3.3.0beta1','provide_the_full_url_to_the_page','Provide the full URL to the page you wish to add a <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&answer=96569\" target=\"_blank\">rel=\"nofollow\"</a>.','Provide the full URL to the page you wish to add a <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&answer=96569\" target=\"_blank\">rel=\"nofollow\"</a>.',1336984727),(595,'en','admincp','phpfox','3.3.0beta1','urls','URLs','URLs',1336984743),(596,'en','admincp','phpfox','3.3.0beta1','successfully_added_a_new_url','Successfully added a new URL.','Successfully added a new URL.',1336984781),(597,'en','admincp','phpfox','3.3.0beta1','provide_a_url','Provide a URL.','Provide a URL.',1336984796),(598,'en','admincp','phpfox','3.3.0beta1','successfully_added_a_new_meta_tag','Successfully added a new meta tag.','Successfully added a new meta tag.',1336990850),(599,'en','admincp','phpfox','3.3.0beta1','keyword','Keyword','Keyword',1336991005),(600,'en','admincp','phpfox','3.3.0beta1','custom_meta_tags','Custom Meta Tags','Custom Meta Tags',1336991043),(601,'en','admincp','phpfox','3.3.0beta1','add_new_meta','Add New Meta','Add New Meta',1336991058),(602,'en','admincp','phpfox','3.3.0beta1','separate_keywords_with_commas','Separate keywords with commas.','Separate keywords with commas.',1336991101),(603,'en','admincp','phpfox','3.3.0beta1','meta_keyword_descriptions','Meta Keyword/Descriptions','Meta Keyword/Descriptions',1336991188),(604,'en','admincp','phpfox','3.3.0beta1','provide_the_full_url_to_add_your_custom_meta_keywords_or_descriptions','Provide the full URL to add your custom meta keywords or descriptions.','Provide the full URL to add your custom meta keywords or descriptions.',1336991540),(605,'en','admincp','phpfox','3.3.0beta1','seo','SEO','SEO',1336993044),(606,'en','admincp','phpfox','3.3.0beta2','to_your_left_you_will_find_all_the_available','To your left you will find all the available controllers that have blocks associated with them. Once you click on a controller it will list all the blocks and from there you can drag/drop to order the positioning of each block. You can also \"Enable DnD Mode\", which will allow you to visually browse the site and drag/drop blocks as well as add new blocks on the spot.','To your left you will find all the available controllers that have blocks associated with them. Once you click on a controller it will list all the blocks and from there you can drag/drop to order the positioning of each block. You can also \"Enable DnD Mode\", which will allow you to visually browse the site and drag/drop blocks as well as add new blocks on the spot.',1340288196),(607,'en','admincp','phpfox','3.3.0rc1','enable_dnd_mode','Enable DnD Mode','Enable DnD Mode',1341561848),(608,'en','admincp','phpfox','3.4.0beta1','admincp_priacy_control','AdminCP Privacy Control','AdminCP Privacy Control',1347438116),(609,'en','admincp','phpfox','3.4.0beta1','add_new_privacy_rule','Add New Privacy Rule','Add New Privacy Rule',1347438128),(610,'en','admincp','phpfox','3.4.0beta1','provide_full_path','Provide the full path to the URL you wish to add this rule to. We will then convert it to work with our internal URL system.','Provide the full path to the URL you wish to add this rule to. We will then convert it to work with our internal URL system.',1347438216),(611,'en','admincp','phpfox','3.4.0beta1','user_groups','User Groups','User Groups',1347438225),(612,'en','admincp','phpfox','3.4.0beta1','select_a_user_group_this_rule_should_apply_to','Select a user group this rule should apply to.','Select a user group this rule should apply to.',1347438264),(613,'en','admincp','phpfox','3.4.0beta1','wildcard','Wildcard','Wildcard',1347438272),(614,'en','admincp','phpfox','3.4.0beta1','option_sub_section','Enable this option if you wish to apply this rule to all sub-sections.','Enable this option if you wish to apply this rule to all sub-sections.',1347438334),(615,'en','admincp','phpfox','3.4.0beta1','rules','Rules','Rules',1347438350),(616,'en','admincp','phpfox','3.4.0beta1','there_are_no_privacy_rules_at_the_moment','There are no privacy rules at the moment.','There are no privacy rules at the moment.',1347438380),(617,'en','admincp','phpfox','3.4.0beta1','provide_atleast_one_user_group_for_this_rule','Provide atleast one user group for this rule.','Provide atleast one user group for this rule.',1347438411),(618,'en','admincp','phpfox','3.4.0beta1','general','General','General',1347866416),(619,'en','admincp','phpfox','3.4.0beta1','admincp_privacy','AdminCP Privacy','AdminCP Privacy',1347866519),(620,'en','admincp','phpfox','3.4.0rc1','save_your_notes_here','Save your notes here...','Save your notes here...',1349851420),(621,'en','admincp','phpfox','3.4.0rc1','fix_birthdays','Fix Birthdays','Fix Birthdays',1349869890),(622,'en','admincp','phpfox','3.6.0beta2','custom_elements','Custom Elements','Custom Elements',1369660476),(623,'en','admincp','phpfox','3.6.0','add_new_element','Add New Element','Add New Element',1372494868),(624,'en','admincp','phpfox','3.6.0','provide_the_full_url_to_add_your_custom_element','Provide the full URL to add your custom element.','Provide the full URL to add your custom element.',1372494888),(625,'en','admincp','phpfox','3.6.0','if_adding_keywords_make_sure_to_separate_them_with_commas','If adding keywords make sure to separate them with commas.','If adding keywords make sure to separate them with commas.',1372494902),(626,'en','admincp','phpfox','3.7.0beta1','rewrite_url','Rewrite URLs','Rewrite URLs',1373976912),(627,'en','admincp','phpfox','3.7.0beta2','this_url','This url','This url',1376308242),(628,'en','admincp','phpfox','3.7.0beta2','will_show_this_page','Will show this page','Will show this page',1376308252),(629,'en','admincp','phpfox','3.7.0beta2','add_new_rewrite','Add New Rewrite','Add New Rewrite',1376308259),(630,'en','api','phpfox','2.0.0beta4','module_api','Api','Api',1244660981),(631,'en','api','phpfox','2.0.0rc2','unable_to_find_the_payment_gateway','Unable to find the payment gateway.','Unable to find the payment gateway.',1252912087),(632,'en','api','phpfox','2.0.0rc2','gateway_successfully_updated','Gateway successfully updated.','Gateway successfully updated.',1252912098),(633,'en','api','phpfox','2.0.0rc2','payment_gateways','Payment Gateways','Payment Gateways',1252912106),(634,'en','api','phpfox','2.0.0rc2','editing','Editing','Editing',1252912117),(635,'en','api','phpfox','2.0.0rc2','cost_per_month','{cost} per month','{cost} per month',1252912239),(636,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_per_month','{default_cost} and then {cost} per month','{default_cost} and then {cost} per month',1252912274),(637,'en','api','phpfox','2.0.0rc2','cost_per_quarter','{cost} per quarter','{cost} per quarter',1252912309),(638,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_per_quarter','{default_cost} and then {cost} per quarter','{default_cost} and then {cost} per quarter',1252912343),(639,'en','api','phpfox','2.0.0rc2','cost_biannualy','{cost} biannualy','{cost} biannualy',1252912372),(640,'en','api','phpfox','2.0.0rc2','cost_annually','{cost} annually','{cost} annually',1252912385),(641,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_biannualy','{default_cost} and then {cost} biannualy','{default_cost} and then {cost} biannualy',1252912426),(642,'en','api','phpfox','2.0.0rc2','default_cost_and_then_cost_annually','{default_cost} and then {cost} annually','{default_cost} and then {cost} annually',1252912446),(643,'en','api','phpfox','2.0.0rc2','provide_a_name','Provide a name.','Provide a name.',1252912486),(644,'en','api','phpfox','2.0.0rc2','provide_a_description','Provide a description.','Provide a description.',1252912494),(645,'en','api','phpfox','2.0.0rc2','select_if_the_gateway_is_active_or_not','Select if the gateway is active or not.','Select if the gateway is active or not.',1252912503),(646,'en','api','phpfox','2.0.0rc2','select_if_the_gateway_is_in_test_mode','Select if the gateway is in test mode.','Select if the gateway is in test mode.',1252912513),(647,'en','api','phpfox','2.0.0rc2','opps_no_payment_gateways_have_been_set_up_yet','Opps! No payment gateways have been set up yet.','Opps! No payment gateways have been set up yet.',1252912564),(648,'en','api','phpfox','2.0.0rc2','purchase_with_gateway_name','Purchase with {gateway_name}','Purchase with {gateway_name}',1252912577),(649,'en','api','phpfox','2.0.0rc2','gateway_details','Gateway Details','Gateway Details',1252912604),(650,'en','api','phpfox','2.0.0rc2','title','Title','Title',1252913445),(651,'en','api','phpfox','2.0.0rc2','description','Description','Description',1252913463),(652,'en','api','phpfox','2.0.0rc2','test_mode','Test Mode','Test Mode',1252913532),(653,'en','api','phpfox','2.0.0rc2','update','Update','Update',1252913593),(654,'en','api','phpfox','2.0.0rc2','gateways','Gateways','Gateways',1252913669),(655,'en','api','phpfox','2.0.0rc2','active','Active','Active',1252913703),(656,'en','api','phpfox','2.0.0rc2','edit_gateway_settings','Edit Gateway Settings','Edit Gateway Settings',1252913717),(657,'en','api','phpfox','2.0.0rc2','disable_test_mode','Disable Test Mode','Disable Test Mode',1252922033),(658,'en','api','phpfox','2.0.0rc2','enable_test_mode','Enable Test Mode','Enable Test Mode',1252922041),(659,'en','api','phpfox','3.3.0beta1','initial_fee_one_time','{currency_symbol}{cost} one time','{currency_symbol}{cost} one time',1337757755),(660,'en','api','phpfox','3.3.0beta1','initial_fee_recurring_fee_annually','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} annually.','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} annually.',1337758574),(661,'en','api','phpfox','3.3.0beta1','initial_fee_then_cost_per_month','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} monthly','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} monthly',1337760039),(662,'en','api','phpfox','3.3.0beta1','no_initial_then_cost_per_month','Free for the first month, then {currency_symbol}{recurring_fee} monthly','Free for the first month, then {currency_symbol}{recurring_fee} monthly',1337760884),(663,'en','api','phpfox','3.3.0beta1','initial_fee_then_cost_per_quarter','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} quarterly.','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} quarterly.',1337768761),(664,'en','api','phpfox','3.3.0beta1','no_initial_then_cost_per_quarter','Free for the first month, then {currency_symbol}{recurring_fee} quarterly','Free for the first month, then {currency_symbol}{recurring_fee} quarterly',1337768842),(665,'en','api','phpfox','3.3.0beta1','initial_fee_then_cost_biannually','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} biannually','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} biannually',1337769065),(666,'en','api','phpfox','3.3.0beta1','no_initial_then_cost_biannually','Free for the first month, then {currency_symbol}{recurring_fee} biannually.','Free for the first month, then {currency_symbol}{recurring_fee} biannually.',1337769102),(667,'en','api','phpfox','3.3.0beta1','initial_fee_then_cost_yearly','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} yearly.','{currency_symbol}{initial_fee} one time and then {currency_symbol}{recurring_fee} yearly.',1337769140),(668,'en','api','phpfox','3.3.0beta1','no_initial_then_cost_yearly','Free for the first month, then {currency_symbol}{recurring_fee} yearly.','Free for the first month, then {currency_symbol}{recurring_fee} yearly.',1337769197),(669,'en','apps','phpfox','3.0.0beta1','module_apps','Apps','Apps',1312898098),(670,'en','apps','phpfox','3.0.0beta1','menu_apps_apps_fad58de7366495db4650cfefac2fcd61','Apps','Apps',1313566699),(671,'en','apps','phpfox','3.0.0beta1','menu_apps_add_an_app_9a6dd283c3de653fbca500f9721f634f','Create an App','Create an App',1313657007),(672,'en','apps','phpfox','3.0.0beta1','user_setting_can_add_app','Can add an app to the site?','Can add an app to the site?',1314102373),(673,'en','apps','phpfox','3.0.0beta1','user_setting_can_view_app','Can view apps?','Can view apps?',1314102489),(674,'en','apps','phpfox','3.0.0beta1','user_setting_apps_require_moderation','Moderate apps before showing them if they were uploaded by a member of this user group?','Moderate apps before showing them if they were uploaded by a member of this user group?',1314106769),(675,'en','apps','phpfox','3.0.0beta1','user_setting_can_moderate_apps','Can members of this user group moderate apps?','Can members of this user group moderate apps?',1314106908),(676,'en','apps','phpfox','3.0.0beta1','menu_apps_developers_251d164643533a527361dbe1a7b9235d','Developers','Developers',1314169541),(677,'en','apps','phpfox','3.0.0beta1','setting_token_keep_alive','<title>Token Keep Alive</title><info>When viewing an app the site will start a session that grants the application access to the user\'s shared items.\r\n\r\nThis variable tells how often will this session be updated (in seconds). \r\n\r\nA higher value would grant the application access for longer after the user has stopped using the app.\r\n\r\nA value too small could slow down your site.</info>','<title>Token Keep Alive</title><info>When viewing an app the site will start a session that grants the application access to the user\'s shared items.\r\n\r\nThis variable tells how often will this session be updated (in seconds). \r\n\r\nA higher value would grant the application access for longer after the user has stopped using the app.\r\n\r\nA value too small could slow down your site.</info>',1314178338),(678,'en','apps','phpfox','3.0.0beta3','setting_enable_api_support','<title>Enable API Support</title><info>Before developers can start using your site to create Apps you must first enable API support. By enabling this you will allow 3rd party developers the ability to create Apps for your community that they will host and maintain on their own servers. They will get access using a token system that uses OpenSSL. In order for this feature to work your server must have OpenSSL support.</info>','<title>Enable API Support</title><info>Before developers can start using your site to create Apps you must first enable API support. By enabling this you will allow 3rd party developers the ability to create Apps for your community that they will host and maintain on their own servers. They will get access using a token system that uses OpenSSL. In order for this feature to work your server must have OpenSSL support.</info>',1316002975),(679,'en','apps','phpfox','3.0.0beta3','setting_openssl_config_path','<title>OpenSSL Config Path</title><info>If your server does not have a config file for OpenSSL installed you can define the full path to this file here.</info>','<title>OpenSSL Config Path</title><info>If your server does not have a config file for OpenSSL installed you can define the full path to this file here.</info>',1316003324),(680,'en','apps','phpfox','3.0.0beta3','apps','Apps','Apps',1316525979),(681,'en','apps','phpfox','3.0.0beta3','operation_carried_out_successfully','Operation carried out successfully.','Operation carried out successfully.',1316526096),(682,'en','apps','phpfox','3.0.0beta3','category_deleted_successfully','Category deleted successfully.','Category deleted successfully.',1316526114),(683,'en','apps','phpfox','3.0.0beta3','an_error_occurred_and_the_category_has_not_been_deleted','An error occurred and the category has not been deleted.','An error occurred and the category has not been deleted.',1316526129),(684,'en','apps','phpfox','3.0.0beta3','an_error_occurred_and_your_confirmation_could_not_be_saved','An error occurred and your confirmation could not be saved.','An error occurred and your confirmation could not be saved.',1316526154),(685,'en','apps','phpfox','3.0.0beta3','category_renamed','Category Renamed','Category Renamed',1316526176),(686,'en','apps','phpfox','3.0.0beta3','an_error_occurred','An error occurred.','An error occurred.',1316526187),(687,'en','apps','phpfox','3.0.0beta3','permissions_updated_successfully','Permissions updated successfully.','Permissions updated successfully.',1316526200),(688,'en','apps','phpfox','3.0.0beta3','categories','Categories','Categories',1316526220),(689,'en','apps','phpfox','3.0.0beta3','that_app_does_not_exist','That app does not exist.','That app does not exist.',1316526254),(690,'en','apps','phpfox','3.0.0beta3','category_successfully_added','Category successfully added.','Category successfully added.',1316526279),(691,'en','apps','phpfox','3.0.0beta3','app_categories','App Categories','App Categories',1316526288),(692,'en','apps','phpfox','3.0.0beta3','app_successfully_created','App successfully created.','App successfully created.',1316526301),(693,'en','apps','phpfox','3.0.0beta3','general','General','General',1316526311),(694,'en','apps','phpfox','3.0.0beta3','photo','Photo','Photo',1316526318),(695,'en','apps','phpfox','3.0.0beta3','url','URL','URL',1316526328),(696,'en','apps','phpfox','3.0.0beta3','view_this_app','View This App','View This App',1316526341),(697,'en','apps','phpfox','3.0.0beta3','successfully_updated_the_app','Successfully updated the app.','Successfully updated the app.',1316526367),(698,'en','apps','phpfox','3.0.0beta3','you_are_not_allowed_to_edit_this_app','You are not allowed to edit this app.','You are not allowed to edit this app.',1316526382),(699,'en','apps','phpfox','3.0.0beta3','editing_app','Editing App','Editing App',1316526396),(700,'en','apps','phpfox','3.0.0beta3','create_an_app','Create an App','Create an App',1316526407),(701,'en','apps','phpfox','3.0.0beta3','app_developers','App Developers','App Developers',1316526453),(702,'en','apps','phpfox','3.0.0beta3','developers','Developers','Developers',1316526472),(703,'en','apps','phpfox','3.0.0beta3','app_successfully_deleted','App successfully deleted.','App successfully deleted.',1316526505),(704,'en','apps','phpfox','3.0.0beta3','app_successfully_uninstalled','App successfully uninstalled.','App successfully uninstalled.',1316526517),(705,'en','apps','phpfox','3.0.0beta3','all_apps','All Apps','All Apps',1316526532),(706,'en','apps','phpfox','3.0.0beta3','my_apps','My Apps','My Apps',1316526541),(707,'en','apps','phpfox','3.0.0beta3','installed_apps','Installed Apps','Installed Apps',1316526552),(708,'en','apps','phpfox','3.0.0beta3','pending_apps','Pending Apps','Pending Apps',1316526567),(709,'en','apps','phpfox','3.0.0beta3','search_apps','Search Apps...','Search Apps...',1316526607),(710,'en','apps','phpfox','3.0.0beta3','latest','Latest','Latest',1316526619),(711,'en','apps','phpfox','3.0.0beta3','delete','Delete','Delete',1316526640),(712,'en','apps','phpfox','3.0.0beta3','approve','Approve','Approve',1316526650),(713,'en','apps','phpfox','3.0.0beta3','uninstall','Uninstall','Uninstall',1316526663),(714,'en','apps','phpfox','3.0.0beta3','that_app_was_not_found','That app was not found.','That app was not found.',1316526699),(715,'en','apps','phpfox','3.0.0beta3','that_app_was_not_found_check','That app was not found check.','That app was not found check.',1316526736),(716,'en','apps','phpfox','3.0.0beta3','this_app_does_not_exist','This app does not exist.','This app does not exist.',1316526776),(717,'en','apps','phpfox','3.0.0beta3','app_not_found','App not found.','App not found.',1316526843),(718,'en','apps','phpfox','3.0.0beta3','every_field_is_required','Every field is required.','Every field is required.',1316526867),(719,'en','apps','phpfox','3.0.0beta3','you_are_not_allowed_to_delete_this_app','You are not allowed to delete this app.','You are not allowed to delete this app.',1316526887),(720,'en','apps','phpfox','3.0.0beta3','cannot_edit_this_app','Cannot edit this app.','Cannot edit this app.',1316526918),(721,'en','apps','phpfox','3.0.0beta3','please_provide_a_valid_url','Please provide a valid URL.','Please provide a valid URL.',1316526930),(722,'en','apps','phpfox','3.0.0beta3','manage','Manage','Manage',1316527077),(723,'en','apps','phpfox','3.0.0beta3','are_you_sure','Are you sure?','Are you sure?',1316527139),(724,'en','apps','phpfox','3.0.0beta3','permissions','Permissions','Permissions',1316527173),(725,'en','apps','phpfox','3.0.0beta3','allow','Allow','Allow',1316527265),(726,'en','apps','phpfox','3.0.0beta3','not_allow','Not allow','Not allow',1316527276),(727,'en','apps','phpfox','3.0.0beta3','update','Update','Update',1316527285),(728,'en','apps','phpfox','3.0.0beta3','category','Category','Category',1316527309),(729,'en','apps','phpfox','3.0.0beta3','update_name','Update Name','Update Name',1316527331),(730,'en','apps','phpfox','3.0.0beta3','add_new_category','Add new category','Add new category',1316527340),(731,'en','apps','phpfox','3.0.0beta3','name','Name','Name',1316527347),(732,'en','apps','phpfox','3.0.0beta3','add_category','Add Category','Add Category',1316527362),(733,'en','apps','phpfox','3.0.0beta3','select','Select','Select',1316527741),(734,'en','apps','phpfox','3.0.0beta3','submit','Submit','Submit',1316527751),(735,'en','apps','phpfox','3.0.0beta3','app_id','APP ID','APP ID',1316527762),(736,'en','apps','phpfox','3.0.0beta3','title','Title','Title',1316527773),(737,'en','apps','phpfox','3.0.0beta3','description','Description','Description',1316527793),(738,'en','apps','phpfox','3.0.0beta3','upload_new_picture','Upload new picture','Upload new picture',1316527802),(739,'en','apps','phpfox','3.0.0beta3','call_home_url','Call Home URL','Call Home URL',1316527814),(740,'en','apps','phpfox','3.0.0beta3','introduction','Introduction','Introduction',1316527965),(741,'en','apps','phpfox','3.0.0beta3','api','API','API',1316529478),(742,'en','apps','phpfox','3.0.0beta3','as_a_developer_you_can_create_applications','As a developer you can create applications and add them to {site_name}, taking advantage of the existing user base. You host the application, which means that you are in full control of your server specifications.','As a developer you can create applications and add them to {site_name}, taking advantage of the existing user base. You host the application, which means that you are in full control of your server specifications.',1316529523),(743,'en','apps','phpfox','3.0.0beta3','setting_up_an_app','Setting up an APP','Setting up an APP',1316529554),(744,'en','apps','phpfox','3.0.0beta3','to_interact_with_site_name_your','To interact with {site_name} your application can issue calls to our API and request or post information.','To interact with {site_name} your application can issue calls to our API and request or post information.',1316529580),(745,'en','apps','phpfox','3.0.0beta3','when_you_add_an_application','When you <a href=\"{link}\">add an application</a> to our site we will give you an <b>APP ID</b>.','When you <a href=\"{link}\">add an application</a> to our site we will give you an <b>APP ID</b>.',1316529619),(746,'en','apps','phpfox','3.0.0beta3','requesting_a_token','Requesting a Token','Requesting a Token',1316529681),(747,'en','apps','phpfox','3.0.0beta3','whenever_you_plan_on_using_our_api_you_must_first_request_a_token_in_order_to_request_a_token_you_need_a_unique_key_that_we_send_to_you_when_a_user_visits_your_app_from_an_iframe_on_our_site_we_pass_this_along_as_b_get_key_b','Whenever you plan on using our API you must first request a token. In order to request a token you need a unique key that we send to you when a user visits your APP from an iframe on our site. We pass this along as <b>$_GET[\'key\']</b>.','Whenever you plan on using our API you must first request a token. In order to request a token you need a unique key that we send to you when a user visits your APP from an iframe on our site. We pass this along as <b>$_GET[\'key\']</b>.',1316529697),(748,'en','apps','phpfox','3.0.0beta3','this_is_an_example_of_how_you_can_request_a_token','This is an example of how you can request a token','This is an example of how you can request a token',1316529716),(749,'en','apps','phpfox','3.0.0beta3','if_successful_you_will_get_a_json_response_like','If successful, you will get a JSON response like','If successful, you will get a JSON response like',1316529727),(750,'en','apps','phpfox','3.0.0beta3','sending_a_request','Sending a Request','Sending a Request',1316529737),(751,'en','apps','phpfox','3.0.0beta3','now_that_you_have_a_valid_token_you_can_make_requests_to_our_server_with_each_request_you_must_pass_the_token_we_created_for_you','Now that you have a valid token you can make requests to our server. With each request you must pass the token we created for you.','Now that you have a valid token you can make requests to our server. With each request you must pass the token we created for you.',1316529747),(752,'en','apps','phpfox','3.0.0beta3','an_example_call_to_our_api_server_would_look_like','An example call to our API server would look like','An example call to our API server would look like',1316529757),(753,'en','apps','phpfox','3.0.0beta3','understanding_an_api_response','Understanding an API Response','Understanding an API Response',1316529768),(754,'en','apps','phpfox','3.0.0beta3','for_methods_that_could_return_more_than_on','For methods that could return more than one item the response will contain an indicator of the total items available as well as how many pages there are. We return by default 10 items at most and in order to get the next 10 items you would have to pass the param \"<b>page=2</b>\".','For methods that could return more than one item the response will contain an indicator of the total items available as well as how many pages there are. We return by default 10 items at most and in order to get the next 10 items you would have to pass the param \"<b>page=2</b>\".',1316529797),(755,'en','apps','phpfox','3.0.0beta3','to_the_left_you_will_find_a_list_of_the_modules_that_implement','To the left you will find a list of the modules that implement API methods. Click on the module and you will see a list of the methods that your application can use. For shortness and formatting purposes we do not include the full request in there but only the most relevant parts.','To the left you will find a list of the modules that implement API methods. Click on the module and you will see a list of the methods that your application can use. For shortness and formatting purposes we do not include the full request in there but only the most relevant parts.',1316529823),(756,'en','apps','phpfox','3.0.0beta3','response','Response','Response',1316529835),(757,'en','apps','phpfox','3.0.0beta3','actions','Actions','Actions',1316529874),(758,'en','apps','phpfox','3.0.0beta3','moderate','Moderate','Moderate',1316529882),(759,'en','apps','phpfox','3.0.0beta3','no_apps_found','No apps found.','No apps found.',1316529895),(760,'en','apps','phpfox','3.0.0beta3','install_this_app','Install this App?','Install this App?',1316529905),(761,'en','apps','phpfox','3.0.0beta3','in_order_to_use_app_title','In order to use <span class=\"app_name\">{app_title}</span> you need to confirm what you allow it to do','In order to use <span class=\"app_name\">{app_title}</span> you need to confirm what you allow it to do',1316529934),(762,'en','apps','phpfox','3.0.0beta3','dont_allow','Dont allow','Dont allow',1316529962),(763,'en','apps','phpfox','3.0.0beta3','don_t_allow','Don\'t allow','Don\'t allow',1316529978),(764,'en','apps','phpfox','3.0.0beta3','report_this_app','Report this app','Report this app',1316529990),(765,'en','apps','phpfox','3.0.0beta3','report_this_application','Report this application','Report this application',1316529999),(766,'en','apps','phpfox','3.0.0beta3','developed_by_user','Developed by {full_name}','Developed by {full_name}',1316530019),(767,'en','apps','phpfox','3.0.0beta3','1_like','1 like','1 like',1316530036),(768,'en','apps','phpfox','3.0.0beta3','total_like_likes','{total_like} likes','{total_like} likes',1316530051),(769,'en','apps','phpfox','3.0.0beta3','install','Install','Install',1316530069),(770,'en','apps','phpfox','3.0.0beta3','don_t_install','Don\'t install','Don\'t install',1316530079),(771,'en','apps','phpfox','3.0.0beta3','you_are_logged_in_as_full_name','You are logged in as {full_name}','You are logged in as {full_name}',1316530094),(772,'en','apps','phpfox','3.0.0beta3','api_support_is_disabled_at_the_moment','API support is disabled at the moment.','API support is disabled at the moment.',1316530112),(773,'en','apps','phpfox','3.0.0beta3','this_app_currently_does_not_have_a_call_home_url_set','This app currently does not have a \"call home\" URL set.','This app currently does not have a \"call home\" URL set.',1316530139),(774,'en','apps','phpfox','3.0.0beta3','this_app_is_still_under_development','This App is still under development.','This App is still under development.',1316530148),(775,'en','apps','phpfox','3.0.0beta3','contact_the_developer','Contact the Developer','Contact the Developer',1316530176),(776,'en','apps','phpfox','3.0.0beta3','un_install_this_app','Un-install this App','Un-install this App',1316530187),(777,'en','apps','phpfox','3.0.0beta5','can_see_who_is_on_my_friends_list','Can see who is on my friends list','Can see who is on my friends list',1319465114),(778,'en','apps','phpfox','3.0.0beta5','share_my_full_name','Share my full name','Share my full name',1319465130),(779,'en','apps','phpfox','3.0.0beta5','share_my_email','Share my email','Share my email',1319465138),(780,'en','apps','phpfox','3.0.0beta5','post_a_status_update_as_me','Post a status update as me.','Post a status update as me.',1319465147),(781,'en','apps','phpfox','3.0.0beta5','would_you_like_to_view_this_app_without_installing_it','Would you like to view this App without installing it?','Would you like to view this App without installing it?',1319465771),(782,'en','apps','phpfox','3.0.0beta5','yes','Yes','Yes',1319465778),(783,'en','apps','phpfox','3.1.0rc1','menu_core_apps_532c28d5412dd75bf975fb951c740a30','Apps','Apps',1332250396),(784,'en','apps','phpfox','3.4.0','admin_menu_categories','Categories','Categories',1351240790),(785,'en','apps','phpfox','3.4.0','admincp_menu_apps','Apps','Apps',1351240933),(786,'en','apps','phpfox','3.4.0','install_app','Install App','Install App',1351241071),(787,'en','apps','phpfox','3.4.0','export_apps','Export Apps','Export Apps',1351241088),(788,'en','apps','phpfox','3.5.0beta2','export','Export','Export',1359469690),(789,'en','apps','phpfox','3.5.0beta2','package_title','Package Title','Package Title',1359469700),(790,'en','apps','phpfox','3.5.0beta2','callback_url','Callback URL','Callback URL',1359469707),(791,'en','apps','phpfox','3.5.0beta2','this_is_the_url_you_will','This is the URL you will be notified when a client installs your set of Apps and you will be provided with API keys.','This is the URL you will be notified when a client installs your set of Apps and you will be provided with API keys.',1359469720),(792,'en','apps','phpfox','3.5.0beta2','apps_to_export','Apps to Export','Apps to Export',1359469732),(793,'en','apps','phpfox','3.5.0beta2','will_your_app_be_on_this_site','Will your App be on this site?','Will your App be on this site?',1359469907),(794,'en','apps','phpfox','3.5.0beta2','no','No','No',1359469920),(795,'en','apps','phpfox','3.5.0beta2','frame_url','Frame URL','Frame URL',1359469971),(796,'en','apps','phpfox','3.5.0beta2','this_is_the_url_to_your_application','This is the URL to your application.','This is the URL to your application.',1359469978),(797,'en','apps','phpfox','3.5.0beta2','return_url','Return URL','Return URL',1359469984),(798,'en','apps','phpfox','3.5.0beta2','if_your_app_is_not_on_this_site_you_need_to_provide_return_url_for_authentication','If your App is not on this site you need to provide return URL for authentication.','If your App is not on this site you need to provide return URL for authentication.',1359470005),(799,'en','ban','phpfox','2.0.0alpha1','module_ban','Ban','Ban',1219151836),(800,'en','ban','phpfox','2.0.0rc1','ban_filters','Ban Filters','Ban Filters',1248093329),(801,'en','ban','phpfox','2.0.0rc1','ban_filter_username','Usernames','Usernames',1248093367),(802,'en','ban','phpfox','2.0.0rc1','ban_filter_email','Emails','Emails',1248110298),(803,'en','ban','phpfox','2.0.0rc1','ban_filter_display_name','Display Names','Display Names',1248113718),(804,'en','ban','phpfox','2.0.0rc1','ban_filter_ip','IP Address','IP Address',1248114041),(805,'en','ban','phpfox','2.0.0rc1','global_ban_message','You have been banned from the site.','You have been banned from the site.',1248114867),(806,'en','ban','phpfox','2.0.0rc1','ban_filter_word','Words','Words',1248115029),(807,'en','ban','phpfox','2.0.0rc2','filter_successfully_deleted','Filter successfully deleted.','Filter successfully deleted.',1252926663),(808,'en','ban','phpfox','2.0.0rc2','filter_successfully_added','Filter successfully added.','Filter successfully added.',1252926676),(809,'en','ban','phpfox','2.0.0rc2','ban','Ban','Ban',1252926684),(810,'en','ban','phpfox','2.0.0rc2','display_names','Display Names','Display Names',1252926710),(811,'en','ban','phpfox','2.0.0rc2','display_name','Display Name','Display Name',1252926721),(812,'en','ban','phpfox','2.0.0rc2','emails','Emails','Emails',1252926731),(813,'en','ban','phpfox','2.0.0rc2','email','Email','Email',1252926738),(814,'en','ban','phpfox','2.0.0rc2','ip_addresses','IP Addresses','IP Addresses',1252926751),(815,'en','ban','phpfox','2.0.0rc2','ip_address','IP Address','IP Address',1252926760),(816,'en','ban','phpfox','2.0.0rc2','usernames','Usernames','Usernames',1252926770),(817,'en','ban','phpfox','2.0.0rc2','username','Username','Username',1252926777),(818,'en','ban','phpfox','2.0.0rc2','words','Words','Words',1252926787),(819,'en','ban','phpfox','2.0.0rc2','word','Word','Word',1252926794),(820,'en','ban','phpfox','2.0.0rc2','filter_value_is_required','Filter value is required.','Filter value is required.',1252926832),(821,'en','ban','phpfox','2.0.0rc2','filter_replacement_is_required','Filter replacement is required.','Filter replacement is required.',1252926846),(822,'en','ban','phpfox','2.0.0rc2','add_filter','Add Filter','Add Filter',1252926887),(823,'en','ban','phpfox','2.0.0rc2','use_the_asterisk_for_wildcard_entries','Use the asterisk (*) for wildcard entries.','Use the asterisk (*) for wildcard entries.',1252926938),(824,'en','ban','phpfox','2.0.0rc2','replacement','Replacement','Replacement',1252926946),(825,'en','ban','phpfox','2.0.0rc2','add','Add','Add',1252926955),(826,'en','ban','phpfox','2.0.0rc2','added_by','Added By','Added By',1252926974),(827,'en','ban','phpfox','2.0.0rc2','added_on','Added On','Added On',1252926982),(828,'en','ban','phpfox','2.0.0rc2','delete','Delete','Delete',1252926996),(829,'en','ban','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1252927003),(830,'en','ban','phpfox','2.0.0rc2','n_a','N/A','N/A',1252927037),(831,'en','ban','phpfox','2.0.0rc2','you_have_been_banned_for_spamming','You have been banned for spamming.','You have been banned for spamming.',1252927064),(832,'en','ban','phpfox','2.0.5dev1','recent_blogs','Recent Blogs','Recent Blogs',1274843692),(833,'en','ban','phpfox','2.0.5dev1','most_viewed','Most Viewed','Most Viewed',1274843702),(834,'en','ban','phpfox','2.0.6','not_allowed_ip_address','Your IP address is not allowed','Your IP address is not allowed',1282234070),(835,'en','ban','phpfox','2.0.8','this_user_has_been_unbanned','This user has been unbanned','This user has been unbanned',1297945314),(836,'en','ban','phpfox','2.0.8','the_user_a_href_link_user_a_has_been_banned','The user <a href=\"{link}\">\"{user_name}\"</a> has been banned.','The user <a href=\"{link}\">\"{user_name}\"</a> has been banned.',1297945492),(837,'en','ban','phpfox','2.0.8','you_need_to_choose_a_user_to_ban','You need to choose a user to ban','You need to choose a user to ban',1297946808),(838,'en','ban','phpfox','2.0.8','you_are_about_to_ban_the_user','You are about to ban the user:','You are about to ban the user:',1297947001),(839,'en','ban','phpfox','2.0.8','phrase_variable_when_banning_explanation','You can enter a language phrase variable, for example: {phrase var=\'report.attacks_individual_or_group\'}, or text directly','You can enter a language phrase variable, for example: {phrase var=\'report.attacks_individual_or_group\'}, or text directly',1297947304),(840,'en','ban','phpfox','2.0.8','ban_for_how_many_days','Ban for how many days:','Ban for how many days:',1297947320),(841,'en','ban','phpfox','2.0.8','0_means_indefinite','0 means indefinite','0 means indefinite',1297947350),(842,'en','ban','phpfox','2.0.8','user_group_to_move_the_user_when_the_ban_expires','User group to move the user when the ban expires:','User group to move the user when the ban expires:',1297947370),(843,'en','core','phpfox','2.0.0alpha1','setting_group_cookie','<title>Cookies</title><info>Cookie Information</info>','<title>Cookies</title><info>Cookie Information</info>',1213866358),(844,'en','core','phpfox','2.0.0alpha1','setting_cookie_path','<title>Path to Save Cookies</title><info>The path to which the cookie is saved. If you run more than one site on the same domain, it will be necessary to set this to the individual directories of your site. Otherwise, just leave it as / .\r\n\r\nPlease note that your path should always end in a forward-slash; for example \'/community/\', \'/site/\' etc.\r\n\r\n<b>Entering an invalid setting can leave you unable to login to your site.</b></info>','<title>Path to Save Cookies</title><info>The path to which the cookie is saved. If you run more than one site on the same domain, it will be necessary to set this to the individual directories of your site. Otherwise, just leave it as / .\r\n\r\nPlease note that your path should always end in a forward-slash; for example \'/community/\', \'/site/\' etc.\r\n\r\n<b>Entering an invalid setting can leave you unable to login to your site.</b></info>',1213869795),(845,'en','core','phpfox','2.0.0alpha1','setting_cookie_domain','<title>Cookie Domain</title><info>This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your site, i.e. example.com and community.example.com. To allow users to stay logged into the site if they visit via either url, you would set this to .example.com (note the domain begins with a dot.\r\n\r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your site.</info>','<title>Cookie Domain</title><info>This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your site, i.e. example.com and community.example.com. To allow users to stay logged into the site if they visit via either url, you would set this to .example.com (note the domain begins with a dot.\r\n\r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your site.</info>',1213869928),(846,'en','core','phpfox','2.0.0alpha1','setting_group_development','<title>Development</title><info>Sample Information</info>','<title>Development</title><info>Sample Information</info>',1213871855),(847,'en','core','phpfox','2.0.0alpha1','setting_log_missing_images','<title>Log Missing Image</title><info>Find and log any missing images into a log file. This could be used during the development of a new module or plug-in. \r\n\r\nIf you are running a live site make sure this setting is disabled.\r\n\r\nNote the relative location of the log file is: /file/log/phpfox_missing_images.log</info>','<title>Log Missing Image</title><info>Find and log any missing images into a log file. This could be used during the development of a new module or plug-in. \r\n\r\nIf you are running a live site make sure this setting is disabled.\r\n\r\nNote the relative location of the log file is: /file/log/phpfox_missing_images.log</info>',1213872261),(848,'en','core','phpfox','2.0.0alpha1','setting_attachment_valid_images','<title>Create Thumbnails</title><info>Define what file extensions we should create thumbnails for when a user uploads an image attachment.</info>','<title>Create Thumbnails</title><info>Define what file extensions we should create thumbnails for when a user uploads an image attachment.</info>',1213872474),(849,'en','core','phpfox','2.0.0alpha1','setting_attachment_max_thumbnail','<title>Thumbnail Width/Height</title><info>Define the width and height of the thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a thumbnail for the image.</info>','<title>Thumbnail Width/Height</title><info>Define the width and height of the thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a thumbnail for the image.</info>',1213872657),(850,'en','core','phpfox','2.0.0alpha1','setting_attachment_max_medium','<title>Medium Thumbnail Width/Height</title><info>Define the width and height of the medium thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a medium thumbnail for the image.\r\n\r\nNote that the medium thumbnail is displayed on the website instead of the original image to save bandwidth.</info>','<title>Medium Thumbnail Width/Height</title><info>Define the width and height of the medium thumbnail that will be created after a user uploads an image. If the image uploaded is smaller then the specified width/height it will not create a medium thumbnail for the image.\r\n\r\nNote that the medium thumbnail is displayed on the website instead of the original image to save bandwidth.</info>',1213872836),(851,'en','core','phpfox','2.0.0alpha1','setting_attachment_upload_bars','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading attachments for an item.</info>','<title>Upload Inputs</title><info>Define how many upload inputs should be displayed when a user is uploading attachments for an item.</info>',1213872933),(852,'en','core','phpfox','2.0.0alpha1','setting_group_content_formatting','<title>Content Formatting</title><info>Format Info</info>','<title>Content Formatting</title><info>Format Info</info>',1213873063),(853,'en','core','phpfox','2.0.0alpha1','setting_wysiwyg','<title>WYSIWYG Editor</title><info>Select a default WYSIWYG editor.\r\n\r\nWYSIWYG (What You See Is What You Get)</info>','<title>WYSIWYG Editor</title><info>Select a default WYSIWYG editor.\r\n\r\nWYSIWYG (What You See Is What You Get)</info>',1213874080),(854,'en','core','phpfox','2.0.0alpha1','setting_allow_html','<title>Allow HTML</title><info>Set this to <b>True</b> if you would like to allow HTML on your site. Note that even with this setting enabled by default we only allow certain HTML tags we feel that will not harm your site. You can add more HTML tags by modifying the setting <b>sAllowedHtmlTags</b> which can be found in this setting group.</info>','<title>Allow HTML</title><info>Set this to <b>True</b> if you would like to allow HTML on your site. Note that even with this setting enabled by default we only allow certain HTML tags we feel that will not harm your site. You can add more HTML tags by modifying the setting <b>sAllowedHtmlTags</b> which can be found in this setting group.</info>',1213875281),(855,'en','core','phpfox','2.0.0alpha1','setting_allowed_html','<title>Allowed HTML Tags</title><info>We provide a set of HTML tags we feel will give your users the ability to format their content without harming your site. \r\n\r\nYou are free to add more HTML tags you deem necessary. If you do add more tags note that we have taken steps to prevent injections from JavaScript for example so adding more tags should not cause a security risk, it can however alter the way your site looks.\r\n\r\nTo add more tags simply add the tag you wish either to the end or front of the provided tags.</info>','<title>Allowed HTML Tags</title><info>We provide a set of HTML tags we feel will give your users the ability to format their content without harming your site. \r\n\r\nYou are free to add more HTML tags you deem necessary. If you do add more tags note that we have taken steps to prevent injections from JavaScript for example so adding more tags should not cause a security risk, it can however alter the way your site looks.\r\n\r\nTo add more tags simply add the tag you wish either to the end or front of the provided tags.</info>',1213875545),(856,'en','core','phpfox','2.0.0alpha1','setting_xhtml_valid','<title>XHTML Valid</title><info>Set this to <b>True</b> if you would like us to try to clean up the content being added by your users and attempt to make the site XHTML valid.\r\n\r\nNote that enabling this feature will use extra resources in order to parse all the data being added and remove or fix any unwanted HTML errors. Keeping this feature disabled on large sites would be best unless you really desire your site to be XHTML valid.</info>','<title>XHTML Valid</title><info>Set this to <b>True</b> if you would like us to try to clean up the content being added by your users and attempt to make the site XHTML valid.\r\n\r\nNote that enabling this feature will use extra resources in order to parse all the data being added and remove or fix any unwanted HTML errors. Keeping this feature disabled on large sites would be best unless you really desire your site to be XHTML valid.</info>',1213875737),(857,'en','core','phpfox','2.0.0alpha1','setting_wysiwyg_comments','<title>Enable WYSIWYG</title><info>Set this to <b>True</b> if you would like to enable the usage of a WYSIWYG editor when users add a comment on an item or another users profile. \r\n\r\nNote that in order for this setting to take affect you must be using a WYSIWYG editor other then the <b>default</b> editor.</info>','<title>Enable WYSIWYG</title><info>Set this to <b>True</b> if you would like to enable the usage of a WYSIWYG editor when users add a comment on an item or another users profile. \r\n\r\nNote that in order for this setting to take affect you must be using a WYSIWYG editor other then the <b>default</b> editor.</info>',1213876086),(858,'en','core','phpfox','2.0.0alpha1','setting_comment_page_limit','<title>Page Limit</title><info>Define how many comments will be displayed on a page before we add a pagination so users can continue to browse to other pages to view the rest of the comments.</info>','<title>Page Limit</title><info>Define how many comments will be displayed on a page before we add a pagination so users can continue to browse to other pages to view the rest of the comments.</info>',1213876191),(859,'en','core','phpfox','2.0.0alpha1','setting_keep_active_posts','<title>Active Posts</title><info>Define how long we should keep posts active in minutes. \r\n\r\nNote that if a post passes this limit it will be displayed on the site normally, however if a post is active there will be some form of letting the user know that they have not viewed the specific thread or forum. Depending on the theme you are using this is usually identified by images and formating the title of the thread or forum to be bold.</info>','<title>Active Posts</title><info>Define how long we should keep posts active in minutes. \r\n\r\nNote that if a post passes this limit it will be displayed on the site normally, however if a post is active there will be some form of letting the user know that they have not viewed the specific thread or forum. Depending on the theme you are using this is usually identified by images and formating the title of the thread or forum to be bold.</info>',1213876414),(860,'en','core','phpfox','2.0.0alpha1','setting_use_hot_threads','<title>Display Hot Threads</title><info>Set this to <b>True</b> if you would like to display <b>Hot Threads</b> in your forums. \r\n\r\nHot Threads are defined by the setting <setting>iHotThreadPosts</setting> or <setting>iHotThreadViews</setting>. \r\n\r\nDepending on those settings it will consider if a thread is popular by how many posts or views a thread has and if it surpassed the settings mentioned earlier it will be considered a <b>Hot Thread</b>.</info>','<title>Display Hot Threads</title><info>Set this to <b>True</b> if you would like to display <b>Hot Threads</b> in your forums. \r\n\r\nHot Threads are defined by the setting <setting>iHotThreadPosts</setting> or <setting>iHotThreadViews</setting>. \r\n\r\nDepending on those settings it will consider if a thread is popular by how many posts or views a thread has and if it surpassed the settings mentioned earlier it will be considered a <b>Hot Thread</b>.</info>',1213876606),(861,'en','core','phpfox','2.0.0alpha1','setting_hot_thread_posts','<title>Hot Thread Limit (Posts)</title><info>Define how many threads must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>','<title>Hot Thread Limit (Posts)</title><info>Define how many threads must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>',1213876728),(862,'en','core','phpfox','2.0.0alpha1','setting_hot_thread_views','<title>Hot Thread Limit (Views)</title><info>Define how many thread views must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>','<title>Hot Thread Limit (Views)</title><info>Define how many thread views must be added before a thread can be considered to be a <b>Hot Thread</b>.\r\n\r\nNote that if the setting <setting>bUseHotThreads</setting> is disabled this setting will have no affect on your site.</info>',1213876942),(863,'en','core','phpfox','2.0.0alpha1','setting_login_module','<title>User Login Method</title><info>Login method used when a user logs into a site.\r\n\r\n<b>Cookies</b> will store the information we need to keep a user logged in on their end, while a <b>Session</b> will store this information on your server.\r\n\r\nNote that if a user logs into the site with the \"Remember Me\" box ticked it will automatically use a <b>Cookie</b> to set the users session.</info>','<title>User Login Method</title><info>Login method used when a user logs into a site.\r\n\r\n<b>Cookies</b> will store the information we need to keep a user logged in on their end, while a <b>Session</b> will store this information on your server.\r\n\r\nNote that if a user logs into the site with the \"Remember Me\" box ticked it will automatically use a <b>Cookie</b> to set the users session.</info>',1213877180),(864,'en','core','phpfox','2.0.0alpha1','setting_active_session','<title>Active Session</title><info>Define how long a user is displayed as active on the site in minutes. \r\n\r\nIf a user is inactive longer then the specified setting they will be removed from the online session table. When this is done they will no longer appear to be online when other members view their profile. If the user suddenly becomes active after their session expired a new session will automatically be created.</info>','<title>Active Session</title><info>Define how long a user is displayed as active on the site in minutes. \r\n\r\nIf a user is inactive longer then the specified setting they will be removed from the online session table. When this is done they will no longer appear to be online when other members view their profile. If the user suddenly becomes active after their session expired a new session will automatically be created.</info>',1213877388),(865,'en','core','phpfox','2.0.0alpha1','setting_tag_min_display','<title>Minimum Display</title><info>Define how many tags must be added before they can be displayed to the public.\r\n\r\nHigher this setting if you do want to display a tag cloud with only a few tags.</info>','<title>Minimum Display</title><info>Define how many tags must be added before they can be displayed to the public.\r\n\r\nHigher this setting if you do want to display a tag cloud with only a few tags.</info>',1213877642),(866,'en','core','phpfox','2.0.0alpha1','setting_tag_max_font_size','<title>Maximum Font Size</title><info>Define the font size for the most added/used tags on the site.</info>','<title>Maximum Font Size</title><info>Define the font size for the most added/used tags on the site.</info>',1213877692),(867,'en','core','phpfox','2.0.0alpha1','setting_tag_min_font_size','<title>Minimum Font Size</title><info>Define the font size for the least used tags on the site.</info>','<title>Minimum Font Size</title><info>Define the font size for the least used tags on the site.</info>',1213877749),(868,'en','core','phpfox','2.0.0alpha1','setting_tag_cache_tag_cloud','<title>Cache</title><info>Define how long we should cache tag clouds that are displayed on sections that use them.\r\n\r\nNote that this setting must be defined in minutes.\r\n\r\nIt is important to cache tag clouds as this removes a query to the database that can be rather memory extensive.</info>','<title>Cache</title><info>Define how long we should cache tag clouds that are displayed on sections that use them.\r\n\r\nNote that this setting must be defined in minutes.\r\n\r\nIt is important to cache tag clouds as this removes a query to the database that can be rather memory extensive.</info>',1213877937),(869,'en','core','phpfox','2.0.0alpha1','setting_top_bloggers_display_limit','<title>Top Bloggers Limit</title><info>Define the limit of how many <b>Top Bloggers</b> can be displayed when viewing the blog section.</info>','<title>Top Bloggers Limit</title><info>Define the limit of how many <b>Top Bloggers</b> can be displayed when viewing the blog section.</info>',1213878007),(870,'en','core','phpfox','2.0.0alpha1','setting_top_bloggers_min_post','<title>Blog Count for Top Bloggers</title><info>Before a user can be considered to be a <b>Top Blogger</b> they must enter X amount of blog(s) where X is the value of this setting.</info>','<title>Blog Count for Top Bloggers</title><info>Before a user can be considered to be a <b>Top Blogger</b> they must enter X amount of blog(s) where X is the value of this setting.</info>',1213878115),(871,'en','core','phpfox','2.0.0alpha1','setting_cache_top_bloggers','<title>Cache Top Bloggers</title><info>Set this to <b>True</b> if we should cache the <b>Top Bloggers</b>. It always a good idea to cache such things as there is no need to run an extra query to the database to find out which users are the <b>Top Bloggers</b> as this requires counting all of the blogs added.\r\n\r\nNote that the setting <setting>cache_top_bloggers_limit</setting> controls how long to keep the cache.</info>','<title>Cache Top Bloggers</title><info>Set this to <b>True</b> if we should cache the <b>Top Bloggers</b>. It always a good idea to cache such things as there is no need to run an extra query to the database to find out which users are the <b>Top Bloggers</b> as this requires counting all of the blogs added.\r\n\r\nNote that the setting <setting>cache_top_bloggers_limit</setting> controls how long to keep the cache.</info>',1213878273),(872,'en','core','phpfox','2.0.0alpha1','setting_cache_top_bloggers_limit','<title>Top Bloggers Cache Time</title><info>Define how long we should keep the cache for the <b>Top Bloggers</b>.\r\n\r\nNote this setting will have not affect if the setting <setting>cache_top_bloggers</setting> is disabled.</info>','<title>Top Bloggers Cache Time</title><info>Define how long we should keep the cache for the <b>Top Bloggers</b>.\r\n\r\nNote this setting will have not affect if the setting <setting>cache_top_bloggers</setting> is disabled.</info>',1213878370),(873,'en','core','phpfox','2.0.0alpha1','setting_display_post_count_in_top_bloggers','<title>Display Post Count for Top Bloggers</title><info>Set this to <b>True</b> if you would like to display the post count besides the names of each of the <b>Top Bloggers</b>.\r\n\r\nNote that this feature relies on the theme you are using and if the theme is not the default theme provided this might not be displayed.</info>','<title>Display Post Count for Top Bloggers</title><info>Set this to <b>True</b> if you would like to display the post count besides the names of each of the <b>Top Bloggers</b>.\r\n\r\nNote that this feature relies on the theme you are using and if the theme is not the default theme provided this might not be displayed.</info>',1213878461),(874,'en','core','phpfox','2.0.0alpha1','setting_group_archive_handler','<title>Archive Handler</title><info>Control how the Archive class handles archives that need to be either extracted or created.</info>','<title>Archive Handler</title><info>Control how the Archive class handles archives that need to be either extracted or created.</info>',1214047385),(875,'en','core','phpfox','2.0.0alpha1','setting_unzip_path','<title>Unzip Path</title><info>Full path to where the binary for <b>unzip</b> is located. \r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nunzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis unzip\r\n[/code]</info>','<title>Unzip Path</title><info>Full path to where the binary for <b>unzip</b> is located. \r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nunzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis unzip\r\n[/code]</info>',1214047692),(876,'en','core','phpfox','2.0.0alpha1','setting_lang_pack_helper','<title>Language Package Helper</title><info>If enabled this option will add brackets surrounding a phrase, which can be used to identify which phrases have not been added into the core language package. Hard coded phrases will not have brackets.\r\n\r\n\r\n\r\nIf a phrase is hard coded in the source the site will be unable to translate that specific phrase.\r\n\r\nIt is best to use this feature during development or creating of a new language package. \r\n\r\nExample of how a phrase will look once this setting is enabled:\r\n[quote]\r\n{This is a sample}\r\n[/quote]</info>','<title>Language Package Helper</title><info>If enabled this option will add brackets surrounding a phrase, which can be used to identify which phrases have not been added into the core language package. Hard coded phrases will not have brackets.\r\n\r\n\r\n\r\nIf a phrase is hard coded in the source the site will be unable to translate that specific phrase.\r\n\r\nIt is best to use this feature during development or creating of a new language package. \r\n\r\nExample of how a phrase will look once this setting is enabled:\r\n[quote]\r\n{This is a sample}\r\n[/quote]</info>',1214050525),(877,'en','core','phpfox','2.0.0alpha1','setting_group_cron','<title>Cron</title><info>Control the time-based scheduling service provided.</info>','<title>Cron</title><info>Control the time-based scheduling service provided.</info>',1214137439),(878,'en','core','phpfox','2.0.0alpha1','setting_cron','<title>Cron Jobs</title><info>Set to <b>True</b> to enable <b>Cron Jobs</b> to actively run in the background of your site.\r\n\r\nIf you have access to setup a crontab this method is preferred but will require access to your server. Once a crontab is setup you can disable this feature.</info>','<title>Cron Jobs</title><info>Set to <b>True</b> to enable <b>Cron Jobs</b> to actively run in the background of your site.\r\n\r\nIf you have access to setup a crontab this method is preferred but will require access to your server. Once a crontab is setup you can disable this feature.</info>',1214137712),(879,'en','core','phpfox','2.0.0alpha1','setting_feed_time_layout','<title>Time Layout</title><info>Control how old feeds can be by getting feeds that are <b>X</b> minutes, hours, days or months old.\r\n\r\n<b>X</b> is defined by the setting <setting>display_feeds_from</setting>.</info>','<title>Time Layout</title><info>Control how old feeds can be by getting feeds that are <b>X</b> minutes, hours, days or months old.\r\n\r\n<b>X</b> is defined by the setting <setting>display_feeds_from</setting>.</info>',1214141052),(880,'en','core','phpfox','2.0.0alpha1','setting_display_feeds_from','<title>Time Limit</title><info>This setting is used in conjunction with the setting <setting>feed_time_layout</setting>.\r\n\r\nHere you must define a number which will control how old a news feed can be.</info>','<title>Time Limit</title><info>This setting is used in conjunction with the setting <setting>feed_time_layout</setting>.\r\n\r\nHere you must define a number which will control how old a news feed can be.</info>',1214141228),(881,'en','core','phpfox','2.0.0alpha1','setting_feed_only_friends','<title>Friends Only</title><info>Set to <b>True</b> if you would like news feed to only be displayed to the user and their friends.</info>','<title>Friends Only</title><info>Set to <b>True</b> if you would like news feed to only be displayed to the user and their friends.</info>',1214141288),(882,'en','core','phpfox','2.0.0alpha1','setting_feed_display_limit','<title>Display Limit</title><info>Limit how many feeds should be displayed within the main news feed.</info>','<title>Display Limit</title><info>Limit how many feeds should be displayed within the main news feed.</info>',1214141651),(883,'en','core','phpfox','2.0.0alpha1','setting_captcha_code','<title>Captcha String</title><info>Alphanumeric characters that will be part of the Captcha routine.</info>','<title>Captcha String</title><info>Alphanumeric characters that will be part of the Captcha routine.</info>',1214232656),(884,'en','core','phpfox','2.0.0alpha1','setting_captcha_limit','<title>Character Limit</title><info>Limit how many characters will be displayed in the Captcha image.</info>','<title>Character Limit</title><info>Limit how many characters will be displayed in the Captcha image.</info>',1214232699),(885,'en','core','phpfox','2.0.0alpha1','setting_captcha_use_font','<title>Use Font (TTF)</title><info>If enabled and if your server supports the PHP function [link=http://se.php.net/imagettftext]imagettftext[/link] the Captcha routine will use a TTF (True Type Font) to create the text instead of using the default image processing string function.\r\n\r\nThe font that will be used is controlled by the setting <setting>captcha_font</setting>:</info>','<title>Use Font (TTF)</title><info>If enabled and if your server supports the PHP function [link=http://se.php.net/imagettftext]imagettftext[/link] the Captcha routine will use a TTF (True Type Font) to create the text instead of using the default image processing string function.\r\n\r\nThe font that will be used is controlled by the setting <setting>captcha_font</setting>:</info>',1214233090),(886,'en','core','phpfox','2.0.0alpha1','setting_captcha_font','<title>True Type Font</title><info>Select which TTF (True Type Font) you would like to use for your Captcha image.\r\n\r\nNote the setting <setting>captcha_font</setting> must be enabled in order to use this option.</info>','<title>True Type Font</title><info>Select which TTF (True Type Font) you would like to use for your Captcha image.\r\n\r\nNote the setting <setting>captcha_font</setting> must be enabled in order to use this option.</info>',1214233276),(887,'en','core','phpfox','2.0.0alpha1','setting_default_lang_id','<title>Default Language ID</title><info>Control the default language ID for the site. Note this setting is handled within the script and in most cases should <b>not</b> be modified.</info>','<title>Default Language ID</title><info>Control the default language ID for the site. Note this setting is handled within the script and in most cases should <b>not</b> be modified.</info>',1214236511),(888,'en','core','phpfox','2.0.0alpha1','setting_default_theme_name','<title>Default Theme Name</title><info>Default Theme Name</info>','<title>Default Theme Name</title><info>Default Theme Name</info>',1214236595),(889,'en','core','phpfox','2.0.0alpha1','setting_default_style_name','<title>Default Style Name</title><info>Default Style Name</info>','<title>Default Style Name</title><info>Default Style Name</info>',1214236614),(890,'en','core','phpfox','2.0.0alpha1','setting_default_style_id','<title>Default Style ID</title><info>Default Style ID</info>','<title>Default Style ID</title><info>Default Style ID</info>',1214236630),(891,'en','core','phpfox','2.0.0alpha1','setting_module_forum','<title>Default forum module URL</title><info>If the forum module name is different this setting must be updated.</info>','<title>Default forum module URL</title><info>If the forum module name is different this setting must be updated.</info>',1214236808),(892,'en','core','phpfox','2.0.0alpha1','setting_group_admin_control_panel','<title>Admin Control Panel</title><info>Manage settings for the Admin CP.</info>','<title>Admin Control Panel</title><info>Manage settings for the Admin CP.</info>',1214236854),(893,'en','core','phpfox','2.0.0alpha1','setting_admin_cp','<title>Admin CP Location</title><info>Location of the Admin CP. Change this to secure your Admin CP.\r\n\r\nBy default the setting is <b>admincp</b> so the final URL will be:\r\n[quote]\r\nhttp://www.yoursite.com/admincp/\r\n[/quote]\r\n\r\nNote the above example is when short URL\'s is enabled.</info>','<title>Admin CP Location</title><info>Location of the Admin CP. Change this to secure your Admin CP.\r\n\r\nBy default the setting is <b>admincp</b> so the final URL will be:\r\n[quote]\r\nhttp://www.yoursite.com/admincp/\r\n[/quote]\r\n\r\nNote the above example is when short URL\'s is enabled.</info>',1214237032),(894,'en','core','phpfox','2.0.0alpha1','setting_group_general','<title>General</title><info>Manage general settings.</info>','<title>General</title><info>Manage general settings.</info>',1214237167),(895,'en','core','phpfox','2.0.0alpha1','setting_global_update_time','<title>Global Time Stamp</title><info>Each module has items that are displayed and use our time stamp settings to display the date the way we would like.\r\n\r\nIf a module does not specify a time stamp setting it will use the default time stamp layout which is controlled with this setting.\r\n\r\nFor a better understanding on how to modify this setting and what the string values stand for you can follow up on the PHP date() function [link=http://se2.php.net/date]here[/link].</info>','<title>Global Time Stamp</title><info>Each module has items that are displayed and use our time stamp settings to display the date the way we would like.\r\n\r\nIf a module does not specify a time stamp setting it will use the default time stamp layout which is controlled with this setting.\r\n\r\nFor a better understanding on how to modify this setting and what the string values stand for you can follow up on the PHP date() function [link=http://se2.php.net/date]here[/link].</info>',1214237553),(896,'en','core','phpfox','2.0.0alpha1','setting_group_time_stamps','<title>Time Stamps</title><info>Control global and module time stamps.</info>','<title>Time Stamps</title><info>Control global and module time stamps.</info>',1214312574),(897,'en','core','phpfox','2.0.0alpha1','setting_group_server_settings','<title>Server Settings</title><info>Manage server settings and optimization options.</info>','<title>Server Settings</title><info>Manage server settings and optimization options.</info>',1214312832),(898,'en','core','phpfox','2.0.0alpha1','setting_use_gzip','<title>GZIP HTML Output</title><info>Selecting <b>True</b> will enable the option to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.\r\n\r\nThis feature requires the ZLIB library.\r\n\r\nIf you are already using <b>mod_gzip</b> or <b>mod_deflate</b> on your server, do not enable this option.</info>','<title>GZIP HTML Output</title><info>Selecting <b>True</b> will enable the option to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead.\r\n\r\nThis feature requires the ZLIB library.\r\n\r\nIf you are already using <b>mod_gzip</b> or <b>mod_deflate</b> on your server, do not enable this option.</info>',1214313174),(899,'en','core','phpfox','2.0.0alpha1','setting_gzip_level','<title>GZIP Compression Level</title><info>Set the level of GZIP compression that will take place on the output. 0=none; 9=max.\r\n\r\nWe strongly recommend that you use level 1 for optimum results.</info>','<title>GZIP Compression Level</title><info>Set the level of GZIP compression that will take place on the output. 0=none; 9=max.\r\n\r\nWe strongly recommend that you use level 1 for optimum results.</info>',1214313244),(900,'en','core','phpfox','2.0.0alpha1','setting_title_delim','<title>Site Title Delimiter</title><info>This value will be used as the delimiter to separate titles being added for each page on the site.</info>','<title>Site Title Delimiter</title><info>This value will be used as the delimiter to separate titles being added for each page on the site.</info>',1214313635),(901,'en','core','phpfox','2.0.0alpha1','setting_site_title','<title>Site Name</title><info>Name of your site. This will appear on every page.</info>','<title>Site Name</title><info>Name of your site. This will appear on every page.</info>',1214313887),(902,'en','core','phpfox','2.0.0alpha1','setting_branding','<title>phpFox Branding Removal</title><info>Set to <b>True</b> to remove phpFox branding.</info>','<title>phpFox Branding Removal</title><info>Set to <b>True</b> to remove phpFox branding.</info>',1214314014),(903,'en','core','phpfox','2.0.0alpha1','setting_ip_check','<title>Session IP Octet Length Check</title><info>Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n\r\nThe more this is decreased the greater the security risk from session hijacking.</info>','<title>Session IP Octet Length Check</title><info>Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n\r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n\r\nThe more this is decreased the greater the security risk from session hijacking.</info>',1214314158),(904,'en','core','phpfox','2.0.0alpha1','setting_session_prefix','<title>Cookie Prefix</title><info>Prefix for cookies and PHP sessions being set by the script. \r\n\r\n<b>Warning</b>: This value can only contain alphanumeric characters (eg. a-zA-Z0-9)\r\n\r\nNote that everyone will be forced to login again for security reasons.</info>','<title>Cookie Prefix</title><info>Prefix for cookies and PHP sessions being set by the script. \r\n\r\n<b>Warning</b>: This value can only contain alphanumeric characters (eg. a-zA-Z0-9)\r\n\r\nNote that everyone will be forced to login again for security reasons.</info>',1214314437),(905,'en','core','phpfox','2.0.0alpha1','setting_keywords','<title>Meta Keywords</title><info>Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>','<title>Meta Keywords</title><info>Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>',1214314561),(906,'en','core','phpfox','2.0.0alpha1','setting_description','<title>Meta Description</title><info>Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>','<title>Meta Description</title><info>Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.\r\n\r\nNote that certain modules or pages have their own meta keyword settings and if those are set they will override this setting.</info>',1214314637),(907,'en','core','phpfox','2.0.0alpha1','setting_tar_path','<title>Tar Path</title><info>Full path to where the binary for tar is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\ntar\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis tar\r\n[/code]</info>','<title>Tar Path</title><info>Full path to where the binary for tar is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\ntar\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis tar\r\n[/code]</info>',1214323414),(908,'en','core','phpfox','2.0.0alpha1','setting_csrf_protection_level','<title>CSRF Protection Level</title><info>Select the Cross Site Forgery Request (CSRF) prevention level you want on your site.\r\n\r\n<b>Low</b>\r\nMinimal prevention for CSRF attacks.\r\n\r\n<b>Medium</b>\r\nEach user will have a unique token ID which will be static as long as they use the same browser for that session. \r\n\r\n<b>High</b>\r\nEach user will have a unique token ID which will be changed on each page they visit thus giving them a random ID on each page refresh. This method offers full protection against CSRF attacks, however since the token is random the user can only browse your site with one browser window. If they would for example use a browser that supports tabs and would use a 2nd tab and would then attempt to submit a form they might get a CSRF attack error message since their last token was from the previous tab they had open.</info>','<title>CSRF Protection Level</title><info>Select the Cross Site Forgery Request (CSRF) prevention level you want on your site.\r\n\r\n<b>Low</b>\r\nMinimal prevention for CSRF attacks.\r\n\r\n<b>Medium</b>\r\nEach user will have a unique token ID which will be static as long as they use the same browser for that session. \r\n\r\n<b>High</b>\r\nEach user will have a unique token ID which will be changed on each page they visit thus giving them a random ID on each page refresh. This method offers full protection against CSRF attacks, however since the token is random the user can only browse your site with one browser window. If they would for example use a browser that supports tabs and would use a 2nd tab and would then attempt to submit a form they might get a CSRF attack error message since their last token was from the previous tab they had open.</info>',1214854966),(909,'en','core','phpfox','2.0.0alpha1','setting_is_personal_site','<title>Personal Site</title><info>If set to <b>Yes</b> the site will be treated as your personal web site and items such as blogs will only be viewable from the public area and not from personal profiles.\r\n\r\nOnly enable this feature if you do not plan on having a social networking community and only plan to add your personal items.</info>','<title>Personal Site</title><info>If set to <b>Yes</b> the site will be treated as your personal web site and items such as blogs will only be viewable from the public area and not from personal profiles.\r\n\r\nOnly enable this feature if you do not plan on having a social networking community and only plan to add your personal items.</info>',1215181158),(910,'en','core','phpfox','2.0.0alpha1','setting_module_core','<title>Core Module</title><info>Specify the core module. Changing this could cause severe problems on the site.</info>','<title>Core Module</title><info>Specify the core module. Changing this could cause severe problems on the site.</info>',1215411477),(911,'en','core','phpfox','2.0.0alpha1','setting_build_file_dir','<title>Build Directories</title><info>If set to <b>True</b> and items are added to the <b>file/</b> directory they will be placed in separate folders for organization and security purposes. The <b>file/</b> folder is used to store cached data or items uploaded by users.\r\n\r\nYou can define how the directories will be built using the setting <setting>build_format</setting>.\r\n\r\nBy default directories will be built using the <b>Year/Month</b> format. If an image would be uploaded on January 1st 2008 it would be placed in the folder: file/pic/photo/2008/01/\r\n\r\n<b>Notice:</b> If you have PHP [link=\"http://se.php.net/features.safe-mode\"]Safe Mode[/link] enabled this feature might not work unless the <b>file/</b> folder belongs to the same UID (owner) as the script.</info>','<title>Build Directories</title><info>If set to <b>True</b> and items are added to the <b>file/</b> directory they will be placed in separate folders for organization and security purposes. The <b>file/</b> folder is used to store cached data or items uploaded by users.\r\n\r\nYou can define how the directories will be built using the setting <setting>build_format</setting>.\r\n\r\nBy default directories will be built using the <b>Year/Month</b> format. If an image would be uploaded on January 1st 2008 it would be placed in the folder: file/pic/photo/2008/01/\r\n\r\n<b>Notice:</b> If you have PHP [link=\"http://se.php.net/features.safe-mode\"]Safe Mode[/link] enabled this feature might not work unless the <b>file/</b> folder belongs to the same UID (owner) as the script.</info>',1215412887),(912,'en','core','phpfox','2.0.0alpha1','setting_build_format','<title>Build Format</title><info>This setting controls how the setting <setting>build_format</setting> functions.\r\n\r\nThis setting uses the PHP [link=\"http://se2.php.net/date\"]date()[/link] function to control how directories are created within the <b>file/</b> folder.\r\n\r\nBy default we use <b>Y/m</b>. <b>Y</b> stands for a full numeric representation of a year, 4 digits (Eg. 2008). <b>m</b> stands for a numeric representation of a month, with leading zeros (Eg. 01).\r\n\r\nFor more information regarding this setting you may follow up on the PHP function [link=\"http://se2.php.net/date\"]here[/link].</info>','<title>Build Format</title><info>This setting controls how the setting <setting>build_format</setting> functions.\r\n\r\nThis setting uses the PHP [link=\"http://se2.php.net/date\"]date()[/link] function to control how directories are created within the <b>file/</b> folder.\r\n\r\nBy default we use <b>Y/m</b>. <b>Y</b> stands for a full numeric representation of a year, 4 digits (Eg. 2008). <b>m</b> stands for a numeric representation of a month, with leading zeros (Eg. 01).\r\n\r\nFor more information regarding this setting you may follow up on the PHP function [link=\"http://se2.php.net/date\"]here[/link].</info>',1215414328),(913,'en','core','phpfox','2.0.0alpha1','setting_blog_time_stamp','<title>Blog</title><info>Controls time stamps for blog entries.\r\n\r\nIf using the default setting and the default template the time stamp will appear under each blog title and will look similar to:\r\n[quote]\r\nPosted June 22, 2008 by Raymond Benc\r\n[/quote]</info>','<title>Blog</title><info>Controls time stamps for blog entries.\r\n\r\nIf using the default setting and the default template the time stamp will appear under each blog title and will look similar to:\r\n[quote]\r\nPosted June 22, 2008 by Raymond Benc\r\n[/quote]</info>',1215414980),(914,'en','core','phpfox','2.0.0alpha1','setting_comment_time_stamp','<title>Comments</title><info>Controls time stamps for each comment being posted on the site.\r\n\r\nIf using the default setting and template the time stamp will appear under the posters user name\r\n[quote]\r\nRaymond Benc wrote\r\n[/quote]\r\nand will be similar to:\r\n[quote]\r\nJune 22, 2008 \r\n[/quote]</info>','<title>Comments</title><info>Controls time stamps for each comment being posted on the site.\r\n\r\nIf using the default setting and template the time stamp will appear under the posters user name\r\n[quote]\r\nRaymond Benc wrote\r\n[/quote]\r\nand will be similar to:\r\n[quote]\r\nJune 22, 2008 \r\n[/quote]</info>',1215415183),(915,'en','core','phpfox','2.0.0alpha1','setting_forum_time_stamp','<title>Forum</title><info>Default forum time stamp</info>','<title>Forum</title><info>Default forum time stamp</info>',1215415254),(916,'en','core','phpfox','2.0.0alpha1','setting_forum_post_time_stamp','<title>Forum Post</title><info>Default forum time stamp</info>','<title>Forum Post</title><info>Default forum time stamp</info>',1215415278),(917,'en','core','phpfox','2.0.0alpha1','setting_forum_post_today_time_stamp','<title>Forum Post (Today)</title><info>More info coming...</info>','<title>Forum Post (Today)</title><info>More info coming...</info>',1215415308),(918,'en','core','phpfox','2.0.0alpha1','setting_forum_post_yesterday_time_stamp','<title>Forum Post (Yesterday)</title><info>More info coming...</info>','<title>Forum Post (Yesterday)</title><info>More info coming...</info>',1215415343),(919,'en','core','phpfox','2.0.0alpha1','setting_forum_post_join_date','<title>Forum Post User Join</title><info>More info coming...</info>','<title>Forum Post User Join</title><info>More info coming...</info>',1215415367),(920,'en','core','phpfox','2.0.0alpha1','setting_zip_path','<title>Zip Path</title><info>Full path to where the binary for <b>zip</b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis zip\r\n[/code]</info>','<title>Zip Path</title><info>Full path to where the binary for <b>zip</b> is located.\r\n\r\nIf you are unsure you can try to add the following:\r\n[code]\r\nzip\r\n[/code]\r\n\r\nIf the above does not work you will need to ask your host or run the following command via command line:\r\n[code]\r\nwhereis zip\r\n[/code]</info>',1215418009),(921,'en','core','phpfox','2.0.0alpha1','setting_cache_phrases','<title>Page Cache</title><info>If set to <b>Yes</b>, phrases from language packages will be cached based on the page being viewed instead of the conventional method which caches all phrases and splits them up into the modules they belong to. \r\n\r\nThe module cache method is good during your development period, however once your site is live and you don\'t plan to make any changes to the language package enabling this setting to cache phrases on a per page basis is a good idea.\r\n\r\nThis will in return save the total memory consumption as phrases are cached into memory (depending on your cache method) and loading several modules on one page can be a waste when you may only need 20 phrases from 3 different modules.</info>','<title>Page Cache</title><info>If set to <b>Yes</b>, phrases from language packages will be cached based on the page being viewed instead of the conventional method which caches all phrases and splits them up into the modules they belong to. \r\n\r\nThe module cache method is good during your development period, however once your site is live and you don\'t plan to make any changes to the language package enabling this setting to cache phrases on a per page basis is a good idea.\r\n\r\nThis will in return save the total memory consumption as phrases are cached into memory (depending on your cache method) and loading several modules on one page can be a waste when you may only need 20 phrases from 3 different modules.</info>',1216087500),(922,'en','core','phpfox','2.0.0alpha1','setting_site_copyright','<title>Copyright</title><info>Add your sites copyright.</info>','<title>Copyright</title><info>Add your sites copyright.</info>',1217035523),(923,'en','core','phpfox','2.0.0alpha1','setting_comment_is_threaded','<title>Thread Display</title><info>If set to <b>True</b> comments will be displayed in a thread format allowing users to reply to specific comments instead of the general item they are commenting on.</info>','<title>Thread Display</title><info>If set to <b>True</b> comments will be displayed in a thread format allowing users to reply to specific comments instead of the general item they are commenting on.</info>',1217198416),(924,'en','core','phpfox','2.0.0alpha1','setting_group_forms','<title>Forms</title><info>Manage settings for general forms being used on the site.</info>','<title>Forms</title><info>Manage settings for general forms being used on the site.</info>',1217804478),(925,'en','core','phpfox','2.0.0alpha1','setting_display_required','<title>Display Required Fields</title><info>When set to <b>True</b> forms that have both optional and \"required\" fields will have a asterisk (depending on what is set for the setting <setting>required_symbol</setting>).</info>','<title>Display Required Fields</title><info>When set to <b>True</b> forms that have both optional and \"required\" fields will have a asterisk (depending on what is set for the setting <setting>required_symbol</setting>).</info>',1217804762),(926,'en','core','phpfox','2.0.0alpha1','setting_required_symbol','<title>Required Field Symbol</title><info>On forms that have fields that are required we add a symbol to distinguish which fields are required and which are not. Change this setting will change that symbol which by default is an asterisk.</info>','<title>Required Field Symbol</title><info>On forms that have fields that are required we add a symbol to distinguish which fields are required and which are not. Change this setting will change that symbol which by default is an asterisk.</info>',1217804932),(927,'en','core','phpfox','2.0.0alpha1','setting_blog_display_user_post_count','<title>Display Post Count for Categories (Personal)</title><info>If set to <b>True</b> we will display a users post count for a specific category. This will be displayed on their profile, blog and when browsing their own blogs.\r\n\r\nNotice: This will add an extra strain to your server if set to <b>True</b>.</info>','<title>Display Post Count for Categories (Personal)</title><info>If set to <b>True</b> we will display a users post count for a specific category. This will be displayed on their profile, blog and when browsing their own blogs.\r\n\r\nNotice: This will add an extra strain to your server if set to <b>True</b>.</info>',1217808470),(928,'en','core','phpfox','2.0.0alpha1','setting_default_time_zone_offset','<title>Default Time Zone</title><info>Select the default time zone for guests and new users.</info>','<title>Default Time Zone</title><info>Select the default time zone for guests and new users.</info>',1218452027),(929,'en','core','phpfox','2.0.0alpha1','setting_login_type','<title>User Login Method</title><info>Select the method you would like your users to use when logging into the site.\r\n\r\n<b>user_name</b>\r\nMust use their user name.\r\n\r\n<b>email</b>\r\nMust use their email.\r\n\r\n<b>both</b>\r\nCan use either email or user name.</info>','<title>User Login Method</title><info>Select the method you would like your users to use when logging into the site.\r\n\r\n<b>user_name</b>\r\nMust use their user name.\r\n\r\n<b>email</b>\r\nMust use their email.\r\n\r\n<b>both</b>\r\nCan use either email or user name.</info>',1218457359),(930,'en','core','phpfox','2.0.0alpha1','setting_redirect_after_login','<title>URL Redirect After Login</title><info>After a user has logged in and they have not requested a page to visit you can set a default redirection URL, which will send them to this specific page right after they login. \r\n\r\nIf you add an external link be sure to add \"http://\" (without quotes) otherwise the URL will be treated as an internal link.</info>','<title>URL Redirect After Login</title><info>After a user has logged in and they have not requested a page to visit you can set a default redirection URL, which will send them to this specific page right after they login. \r\n\r\nIf you add an external link be sure to add \"http://\" (without quotes) otherwise the URL will be treated as an internal link.</info>',1218465807),(931,'en','core','phpfox','2.0.0alpha1','setting_profile_time_stamps','<title>Profile</title><info>Profile time stamps</info>','<title>Profile</title><info>Profile time stamps</info>',1219668321),(932,'en','core','phpfox','2.0.0alpha1','setting_user_pic_sizes','<title>User Pic Sizes</title><info>User Pic Sizes</info>','<title>User Pic Sizes</title><info>User Pic Sizes</info>',1219836551),(933,'en','core','phpfox','2.0.0alpha1','setting_mail_time_stamp','<title>Mail</title><info>Mail</info>','<title>Mail</title><info>Mail</info>',1220427478),(934,'en','core','phpfox','2.0.0alpha1','setting_profile_use_id','<title>Profile User ID Connection</title><info>Set to <b>True</b> if you would like to have user profiles connected via their user ID#. Set to <b>False</b> if you would like to have user profiles connected via their user name. \r\n\r\nNote if you connect via their user ID# you will allow your members the ability to use non-supported characters which are not allowed if connecting a profile with their user name.\r\n\r\n<b>Warning:</b> This action cannot be reversed.\r\nThis setting may lock users out if you force log in by their user names\r\n</info>','<title>Profile User ID Connection</title><info>Set to <b>True</b> if you would like to have user profiles connected via their user ID#. Set to <b>False</b> if you would like to have user profiles connected via their user name. \r\n\r\nNote if you connect via their user ID# you will allow your members the ability to use non-supported characters which are not allowed if connecting a profile with their user name.\r\n\r\n<b>Warning:</b> This action cannot be reversed.\r\nThis setting may lock users out if you force log in by their user names\r\n</info>',1221724040),(935,'en','core','phpfox','2.0.0alpha1','setting_group_sample_2','<title>Sample 2</title><info>Sample 2</info>','<title>Sample 2</title><info>Sample 2</info>',1221824783),(936,'en','core','phpfox','2.0.0alpha1','setting_bsample','<title>This is a test</title><info>Yet another test...</info>','<title>This is a test</title><info>Yet another test...</info>',1221824814),(937,'en','core','phpfox','2.0.0alpha1','setting_captcha_on_signup','<title>Captcha on Registration</title><info>Enable this option to add a captcha routine to the registration process. This will help against spam.</info>','<title>Captcha on Registration</title><info>Enable this option to add a captcha routine to the registration process. This will help against spam.</info>',1221831949),(938,'en','core','phpfox','2.0.0alpha1','menu_home','Home','Home',1214844661),(939,'en','core','phpfox','2.0.0alpha1','submit','Submit','Submit',1212101943),(940,'en','core','phpfox','2.0.0alpha1','save','Save','Save',1212102572),(941,'en','core','phpfox','2.0.0alpha1','delete','Delete','Delete',1212102630),(942,'en','core','phpfox','2.0.0alpha1','revert_to_default','Revert to Default','Revert to Default',1212102649),(943,'en','core','phpfox','2.0.0alpha1','version','Version {version}','Version {version}',1212102733),(944,'en','core','phpfox','2.0.0alpha1','display_from_x_to_x_of_x','Displaying <span id=\"js_pager_from\">{from}</span> to <span id=\"js_pager_to\">{to}</span> of <span id=\"js_pager_total\">{total}</span>','Displaying <span id=\"js_pager_from\">{from}</span> to <span id=\"js_pager_to\">{to}</span> of <span id=\"js_pager_total\">{total}</span>',1212103558),(945,'en','core','phpfox','2.0.0alpha1','page_x_of_x','Page {current} of {total}','Page {current} of {total}',1212103641),(946,'en','core','phpfox','2.0.0alpha1','first','First','First',1212103722),(947,'en','core','phpfox','2.0.0alpha1','previous','Previous','Previous',1212103739),(948,'en','core','phpfox','2.0.0alpha1','next','Next','Next',1212103757),(949,'en','core','phpfox','2.0.0alpha1','last','Last','Last',1212103772),(950,'en','core','phpfox','2.0.0alpha1','edit','Edit','Edit',1212118102),(951,'en','core','phpfox','2.0.0alpha1','go','Go','Go',1212118345),(952,'en','core','phpfox','2.0.0alpha1','are_you_sure','Are you sure?','Are you sure?',1212121584),(953,'en','core','phpfox','2.0.0alpha1','yes','Yes','Yes',1212122361),(954,'en','core','phpfox','2.0.0alpha1','no','No','No',1212122479),(955,'en','core','phpfox','2.0.0alpha1','cancel','Cancel','Cancel',1212123142),(956,'en','core','phpfox','2.0.0alpha1','go_advanced','Go Advanced','Go Advanced',1212123181),(957,'en','core','phpfox','2.0.0alpha1','processing','Processing','Processing',1212123329),(958,'en','core','phpfox','2.0.0alpha1','admin','No Admin','No Admin',1214836995),(959,'en','core','phpfox','2.0.0alpha1','select','Select','Select',1214997333),(960,'en','core','phpfox','2.0.0alpha1','per_page','{total} per page','{total} per page',1214997439),(961,'en','core','phpfox','2.0.0alpha1','time','Time','Time',1214997726),(962,'en','core','phpfox','2.0.0alpha1','descending','Descending','Descending',1214997737),(963,'en','core','phpfox','2.0.0alpha1','ascending','Ascending','Ascending',1214997748),(964,'en','core','phpfox','2.0.0alpha1','searching','Searching','Searching',1215125431),(965,'en','core','phpfox','2.0.0alpha1','reset','Reset','Reset',1215128051),(966,'en','core','phpfox','2.0.0alpha1','invalid_search_id','Invalid search ID#','Invalid search ID#',1215128221),(967,'en','core','phpfox','2.0.0alpha1','search_results_found','No search results found.','No search results found.',1215128235),(968,'en','core','phpfox','2.0.0alpha1','menu_admincp','AdminCP','AdminCP',1217034328),(969,'en','core','phpfox','2.0.0alpha1','menu_log_out','Logout','Logout',1217034457),(970,'en','core','phpfox','2.0.0alpha1','copyright','Copyright','Copyright',1217035991),(971,'en','core','phpfox','2.0.0alpha1','required_fields','Required Fields','Required Fields',1217808842),(972,'en','core','phpfox','2.0.0alpha1','search','Search','Search',1217946769),(973,'en','core','phpfox','2.0.0alpha1','bold','Bold','Bold',1218198100),(974,'en','core','phpfox','2.0.0alpha1','italic','Italic','Italic',1218198441),(975,'en','core','phpfox','2.0.0alpha1','underline','Underline','Underline',1218198452),(976,'en','core','phpfox','2.0.0alpha1','toggle','Toggle','Toggle',1218200954),(977,'en','core','phpfox','2.0.0alpha1','user_name','User Name','User Name',1218458075),(978,'en','core','phpfox','2.0.0alpha1','close','Close','Close',1218534881),(979,'en','core','phpfox','2.0.0alpha1','quote','Quote','Quote',1218724993),(980,'en','core','phpfox','2.0.0alpha1','originally_posted','Originally posted by','Originally posted by',1218725011),(981,'en','core','phpfox','2.0.0alpha1','code','Code','Code',1218725027),(982,'en','core','phpfox','2.0.0alpha1','notice','Notice','Notice',1218793387),(983,'en','core','phpfox','2.0.0alpha1','setting_group_mail','<title>Mail</title><info>Mail Settings...</info>','<title>Mail</title><info>Mail Settings...</info>',1230344425),(984,'en','core','phpfox','2.0.0alpha1','setting_method','<title>Send Mail Method</title><info>Select the method you would like your emails to be sent it, which is either using the default PHP mail() function or SMTP.</info>','<title>Send Mail Method</title><info>Select the method you would like your emails to be sent it, which is either using the default PHP mail() function or SMTP.</info>',1230345982),(985,'en','core','phpfox','2.0.0alpha1','setting_mailsmtphost','<title>SMTP Host</title><info>If SMTP is enabled, set the SMTP server host here.</info>','<title>SMTP Host</title><info>If SMTP is enabled, set the SMTP server host here.</info>',1230347643),(986,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_authentication','<title>SMTP Authentication</title><info>SMTP Authentication</info>','<title>SMTP Authentication</title><info>SMTP Authentication</info>',1230347719),(987,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_username','<title>SMTP Username</title><info>SMTP Username</info>','<title>SMTP Username</title><info>SMTP Username</info>',1230347911),(988,'en','core','phpfox','2.0.0alpha1','setting_mail_smtp_password','<title>SMTP Password</title><info>SMTP Password</info>','<title>SMTP Password</title><info>SMTP Password</info>',1230347969),(989,'en','core','phpfox','2.0.0alpha1','setting_mail_from_name','<title>From</title><info>This is the name displayed when users receive emails from this site.</info>','<title>From</title><info>This is the name displayed when users receive emails from this site.</info>',1230348032),(990,'en','core','phpfox','2.0.0alpha1','setting_email_from_email','<title>Email</title><info>This is the default email used when sending out emails and it will be the email users will see in their email.</info>','<title>Email</title><info>This is the default email used when sending out emails and it will be the email users will see in their email.</info>',1230348559),(991,'en','core','phpfox','2.0.0alpha1','setting_mail_signature','<title>Signature</title><info>This is the signature added to the bottom of each email that is sent from this site.</info>','<title>Signature</title><info>This is the signature added to the bottom of each email that is sent from this site.</info>',1230350155),(992,'en','core','phpfox','2.0.0alpha1','setting_log_site_activity','<title>Log Site Activity</title><info>Set to \"true\" to log all site activity, which can be used at a later time to create general site statistics or keep track of a specific users activity.</info>','<title>Log Site Activity</title><info>Set to \"true\" to log all site activity, which can be used at a later time to create general site statistics or keep track of a specific users activity.</info>',1230487661),(993,'en','core','phpfox','2.0.0alpha1','setting_cache_js_css','<title>Cache JavaScript & CSS</title><info>Set to <b>True</b> to cache all JavaScript and CSS into one file to speed up your site.</info>','<title>Cache JavaScript & CSS</title><info>Set to <b>True</b> to cache all JavaScript and CSS into one file to speed up your site.</info>',1230600110),(994,'en','core','phpfox','2.0.0alpha1','about','About Us','About Us',1231338537),(995,'en','core','phpfox','2.0.0alpha1','menu_about','About','About',1231338606),(996,'en','core','phpfox','2.0.0alpha1','privacy_policy','Privacy Policy','Privacy Policy',1231339019),(997,'en','core','phpfox','2.0.0alpha1','menu_privacy','Privacy','Privacy',1231339074),(998,'en','core','phpfox','2.0.0alpha1','setting_cache_plugins','<title>Cache Plugins</title><info>Enable this setting if all plug-ins should be cached. It is advised to enable this on live sites.</info>','<title>Cache Plugins</title><info>Enable this setting if all plug-ins should be cached. It is advised to enable this on live sites.</info>',1231410765),(999,'en','core','phpfox','2.0.0alpha1','setting_host','<title>FTP Host</title><info>FTP Host</info>','<title>FTP Host</title><info>FTP Host</info>',1232702227),(1000,'en','core','phpfox','2.0.0alpha1','setting_username','<title>FTP Username</title><info>FTP Username</info>','<title>FTP Username</title><info>FTP Username</info>',1232702303),(1001,'en','core','phpfox','2.0.0alpha1','setting_password','<title>FTP Password</title><info>FTP Password</info>','<title>FTP Password</title><info>FTP Password</info>',1232702336),(1002,'en','core','phpfox','2.0.0alpha1','setting_ftp_enabled','<title>Enable FTP Support</title><info>Enable FTP Support</info>','<title>Enable FTP Support</title><info>Enable FTP Support</info>',1232957270),(1003,'en','core','phpfox','2.0.0alpha1','terms_use','Terms of Use','Terms of Use',1232965159),(1004,'en','core','phpfox','2.0.0alpha1','setting_group_ftp','<title>FTP</title><info>Control your FTP (File Transport Protocol) details.</info>','<title>FTP</title><info>Control your FTP (File Transport Protocol) details.</info>',1232702186),(1005,'en','core','phpfox','2.0.0alpha1','user_setting_can_view_update_info','Can view \"Update\" information on items?\r\n\r\nNote: This information usually displays the user name of the last person that modified an item and the time it took place.','Can view \"Update\" information on items?\r\n\r\nNote: This information usually displays the user name of the last person that modified an item and the time it took place.',1214975478),(1006,'en','core','phpfox','2.0.0alpha1','user_setting_can_view_private_items','Can view private items posted on the site. \r\n\r\nSuch items are created by a member and are marked as private so only that member can view the item and members that have this option enabled.','Can view private items posted on the site. \r\n\r\nSuch items are created by a member and are marked as private so only that member can view the item and members that have this option enabled.',1214976287),(1007,'en','core','phpfox','2.0.0alpha1','user_setting_can_add_new_setting','Can add new product settings.\r\n\r\nEnable this feature only if development is in progress and changes are being made to the product.','Can add new product settings.\r\n\r\nEnable this feature only if development is in progress and changes are being made to the product.',1214976515),(1008,'en','core','phpfox','2.0.0alpha1','setting_group_cache','<title>Cache</title><info>All cache related variables</info>','<title>Cache</title><info>All cache related variables</info>',1234519823),(1009,'en','core','phpfox','2.0.0alpha1','setting_crop_seo_url','<title>Crop URLs</title><info>Crop URL for SEO</info>','<title>Crop URLs</title><info>Crop URL for SEO</info>',1235137384),(1010,'en','core','phpfox','2.0.0alpha1','setting_group_search_engine_optimization','<title>Search Engine Optimization</title><info>Search Engine Optimization</info>','<title>Search Engine Optimization</title><info>Search Engine Optimization</info>',1235377937),(1011,'en','core','phpfox','2.0.0alpha1','setting_meta_description_limit','<title>Meta Description Limit</title><info>Define the maximum number of characters that can be used in a meta description tag.</info>','<title>Meta Description Limit</title><info>Define the maximum number of characters that can be used in a meta description tag.</info>',1235378018),(1012,'en','core','phpfox','2.0.0alpha1','setting_meta_keyword_limit','<title>Meta Keyword Limit</title><info>Define the maximum number of characters that can be used in a meta keyword tag.</info>','<title>Meta Keyword Limit</title><info>Define the maximum number of characters that can be used in a meta keyword tag.</info>',1235378131),(1013,'en','core','phpfox','2.0.0alpha1','setting_description_time_stamp','<title>Meta Description Time Stamp</title><info>Meta Description Time Stamp</info>','<title>Meta Description Time Stamp</title><info>Meta Description Time Stamp</info>',1235378894),(1014,'en','core','phpfox','2.0.0alpha1','setting_use_dnscheck','<title>Use DNSCheck in email validation</title><info>http://php.net/checkdnsrr\r\n\r\nThis value tells if the script should validate the email addresses using checkdnsrr.\r\n\r\nThis function may not be available in some windows default installations. However even if this setting is enabled if the function does not exist the site will not fail, it will only skip that part of the validation.\r\n\r\nThere is some undocumented (but technically possible) slow down on using this feature, so while it adds extra security to your site it could also become a bottleneck. Use carefully.</info>','<title>Use DNSCheck in email validation</title><info>http://php.net/checkdnsrr\r\n\r\nThis value tells if the script should validate the email addresses using checkdnsrr.\r\n\r\nThis function may not be available in some windows default installations. However even if this setting is enabled if the function does not exist the site will not fail, it will only skip that part of the validation.\r\n\r\nThere is some undocumented (but technically possible) slow down on using this feature, so while it adds extra security to your site it could also become a bottleneck. Use carefully.</info>',1236199706),(1015,'en','core','phpfox','2.0.0alpha1','setting_group_debug','<title>Debug</title><info>Debug Settings</info>','<title>Debug</title><info>Debug Settings</info>',1237059507),(1016,'en','core','phpfox','2.0.0alpha1','setting_admin_debug_mode','<title>Debug Level</title><info>Control the debug output at the bottom for the site.\r\n\r\n<b>Level Information</b>\r\n\r\n<b>Level 0</b> = Debug is disabled.\r\n\r\n<b>Level 1</b> = Enables PHP error reporting, page generation times and query count.\r\n\r\n<b>Level 2</b> = Includes <i>Level 1</i>, server usage, session and cookie information.\r\n\r\n<b>Level 3</b> = Includes <i>Level 1</i>, <i>Level 2</i> and SQL queries.</info>','<title>Debug Level</title><info>Control the debug output at the bottom for the site.\r\n\r\n<b>Level Information</b>\r\n\r\n<b>Level 0</b> = Debug is disabled.\r\n\r\n<b>Level 1</b> = Enables PHP error reporting, page generation times and query count.\r\n\r\n<b>Level 2</b> = Includes <i>Level 1</i>, server usage, session and cookie information.\r\n\r\n<b>Level 3</b> = Includes <i>Level 1</i>, <i>Level 2</i> and SQL queries.</info>',1237059838),(1017,'en','core','phpfox','2.0.0alpha3','setting_replace_url_with_links','<title>Replace URL with Links</title><info>Set to <b>True</b> if you would like to automatically replace URL strings to anchor links.</info>','<title>Replace URL with Links</title><info>Set to <b>True</b> if you would like to automatically replace URL strings to anchor links.</info>',1239104515),(1018,'en','core','phpfox','2.0.0alpha3','setting_shorten_parsed_url_links','<title>Shorten Parsed URL Links</title><info>If the option to parse URL strings to links is enabled then you can control how long the URL string should be before you shorten it.\r\n\r\n<b>Note:</b> Set to <b>0</b> to have no limit.</info>','<title>Shorten Parsed URL Links</title><info>If the option to parse URL strings to links is enabled then you can control how long the URL string should be before you shorten it.\r\n\r\n<b>Note:</b> Set to <b>0</b> to have no limit.</info>',1239104765),(1019,'en','core','phpfox','2.0.0beta2','module_report','Reports','Reports',1242580237),(1020,'en','core','phpfox','2.0.0beta1','setting_default_music_player','<title>Default Music Player</title><info>Default Music Player</info>','<title>Default Music Player</title><info>Default Music Player</info>',1240746034),(1021,'en','core','phpfox','2.0.0beta3','setting_footer_bar_site_name','<title>Footer Bar Site Name</title><info>The name defined here will be displayed on the sites footer bar.</info>','<title>Footer Bar Site Name</title><info>The name defined here will be displayed on the sites footer bar.</info>',1243328927),(1022,'en','core','phpfox','2.0.0beta3','setting_enable_footer_bar','<title>Enable Footer Bar</title><info>Set to <b>True</b> if you would like to enable the site wide footer bar.</info>','<title>Enable Footer Bar</title><info>Set to <b>True</b> if you would like to enable the site wide footer bar.</info>',1243433757),(1023,'en','core','phpfox','2.0.0beta4','setting_group_spam','<title>Spam</title><info>Spam</info>','<title>Spam</title><info>Spam</info>',1244645871),(1024,'en','core','phpfox','2.0.0beta4','setting_site_is_offline','<title>Site is offline?</title><info>Select <b>True</b> to turn your site offline.</info>','<title>Site is offline?</title><info>Select <b>True</b> to turn your site offline.</info>',1245096405),(1025,'en','core','phpfox','2.0.0beta4','setting_site_offline_message','<title>Offline Message</title><info>Message that will be displayed to guests when the site is offline.</info>','<title>Offline Message</title><info>Message that will be displayed to guests when the site is offline.</info>',1245096657),(1026,'en','core','phpfox','2.0.0beta4','setting_site_offline_no_template','<title>Blank Template</title><info>Select <b>True</b> if you would like to use a blank template when displaying the site offline.</info>','<title>Blank Template</title><info>Select <b>True</b> if you would like to use a blank template when displaying the site offline.</info>',1245096756),(1027,'en','core','phpfox','2.0.0beta4','user_setting_can_view_site_offline','Can view the site even when its set to offline?','Can view the site even when its set to offline?',1245096916),(1028,'en','core','phpfox','2.0.0beta4','setting_group_site_offlineonline','<title>Site Offline/Online</title><info>Site Offline/Online</info>','<title>Site Offline/Online</title><info>Site Offline/Online</info>',1245148890),(1029,'en','core','phpfox','2.0.0beta4','setting_group_site_statistics','<title>Site Statistics</title><info>Site Statistics</info>','<title>Site Statistics</title><info>Site Statistics</info>',1245148969),(1030,'en','core','phpfox','2.0.0beta4','setting_cache_site_stats','<title>Cache Site Stats</title><info>Set to <b>True</b> if site stats should be cached.\r\n\r\n<b>Notice:</b> It is highly advised to cache site stats as it requires a large set of queries to the database across numerous tables.</info>','<title>Cache Site Stats</title><info>Set to <b>True</b> if site stats should be cached.\r\n\r\n<b>Notice:</b> It is highly advised to cache site stats as it requires a large set of queries to the database across numerous tables.</info>',1245149101),(1031,'en','core','phpfox','2.0.0beta4','setting_site_stat_update_time','<title>Update Stats Cache (Minutes)</title><info>Define in minutes how long to wait until we need to re-cache the site statistics.</info>','<title>Update Stats Cache (Minutes)</title><info>Define in minutes how long to wait until we need to re-cache the site statistics.</info>',1245149670),(1032,'en','core','phpfox','2.0.0beta4','setting_display_site_stats','<title>Display Site Stats</title><info>Set to <b>True</b> to display the sites statistics publicly within the sites user dashboard.</info>','<title>Display Site Stats</title><info>Set to <b>True</b> to display the sites statistics publicly within the sites user dashboard.</info>',1245149863),(1033,'en','core','phpfox','2.0.0beta5','setting_identify_dst','<title>DST</title><info>DST</info>','<title>DST</title><info>DST</info>',1246304944),(1034,'en','core','phpfox','2.0.0beta5','user_cancellation_9','I don\'t find this site useful','I don\'t find this site useful',1247140918),(1035,'en','core','phpfox','2.0.0beta5','user_cancellation_10','I have a privacy concern','I have a privacy concern',1247140937),(1036,'en','core','phpfox','2.0.0beta5','user_cancellation_11','I don\'t understand how to use this site.','I don\'t understand how to use this site.',1247140968),(1037,'en','core','phpfox','2.0.0beta5','user_cancellation_12','I\'m getting too much email from this site.','I\'m getting too much email from this site.',1247141061),(1038,'en','core','phpfox','2.0.0beta5','user_cancellation_13','I\'m getting too much spam or too many friend requests','I\'m getting too much spam or too many friend requests',1247141084),(1039,'en','core','phpfox','2.0.0beta5','user_cancellation_14','I\'m bored with this site.','I\'m bored with this site.',1247141103),(1040,'en','core','phpfox','2.0.0rc1','phpfox_branding_removal','Branding Removal','Branding Removal',1248788055),(1041,'en','core','phpfox','2.0.0rc1','setting_item_view_area','<title>Item Location</title><info>Select <b>public</b> if you would like all items to be displayed within a public section or select <b>profile</b> to have items displayed on a users profile. \r\n\r\nIt is advised to select this option once as this greatly effects how search engines pick up pages on the site.</info>','<title>Item Location</title><info>Select <b>public</b> if you would like all items to be displayed within a public section or select <b>profile</b> to have items displayed on a users profile. \r\n\r\nIt is advised to select this option once as this greatly effects how search engines pick up pages on the site.</info>',1248967239),(1042,'en','core','phpfox','2.0.0rc1','setting_ftp_dir_path','<title>FTP Directory Path</title><info>Supply the full path to the scripts root directory.\r\n\r\nIf you are unsure on the full path, you can click <a href=\"#\" onclick=\"tb_show(\'FTP Path Search\', $.ajaxBox(\'core.ftpPathSearch\', \'height=410&width=700\')); return false;\">here</a> for help on finding the correct full path.</info>','<title>FTP Directory Path</title><info>Supply the full path to the scripts root directory.\r\n\r\nIf you are unsure on the full path, you can click <a href=\"#\" onclick=\"tb_show(\'FTP Path Search\', $.ajaxBox(\'core.ftpPathSearch\', \'height=410&width=700\')); return false;\">here</a> for help on finding the correct full path.</info>',1249534880),(1043,'en','core','phpfox','2.0.0rc1','admincp_menu_country','Countries','Countries',1249592745),(1044,'en','core','phpfox','2.0.0rc1','admincp_menu_country_manager','Country Manager','Country Manager',1249592782),(1045,'en','core','phpfox','2.0.0rc1','admincp_menu_country_import','Import','Import',1249592834),(1046,'en','core','phpfox','2.0.0rc1','admincp_menu_country_add','Add Country','Add Country',1249592927),(1047,'en','core','phpfox','2.0.0rc1','admincp_menu_country_child_add','Add State/Province','Add State/Province',1249592955),(1048,'en','core','phpfox','2.0.0rc1','user_setting_user_is_banned','Group banned from logging into the site and interacting with other members. \r\n\r\n<b>Note:</b> This option is intended only for \"Banned\" usergroup.','Group banned from logging into the site and interacting with other members. \r\n\r\n<b>Note:</b> This option is intended only for \"Banned\" usergroup.',1249620562),(1049,'en','core','phpfox','2.0.0rc1','setting_banned_user_group_id','<title>Banned User Group ID</title><info>Banned User Group ID</info>','<title>Banned User Group ID</title><info>Banned User Group ID</info>',1249622743),(1050,'en','core','phpfox','2.0.0rc1','setting_group_image_processing','<title>Image Processing</title><info>Image Processing</info>','<title>Image Processing</title><info>Image Processing</info>',1249707453),(1051,'en','core','phpfox','2.0.0rc1','setting_watermark_option','<title>Image Watermark</title><info>Certain areas allow image watermarking. If such sections have image watermarking enabled this option must be enabled.\r\n\r\nIf you select \"image\", this will add a small watermark image to each image that is uploaded. If you select \"text\" this will add the text defined in this section.</info>','<title>Image Watermark</title><info>Certain areas allow image watermarking. If such sections have image watermarking enabled this option must be enabled.\r\n\r\nIf you select \"image\", this will add a small watermark image to each image that is uploaded. If you select \"text\" this will add the text defined in this section.</info>',1249707671),(1052,'en','core','phpfox','2.0.0rc1','setting_watermark_image','<title>Watermark Image Name</title><info>Watermark Image Name</info>','<title>Watermark Image Name</title><info>Watermark Image Name</info>',1249707937),(1053,'en','core','phpfox','2.0.0rc1','setting_watermark_opacity','<title>Watermark Opacity</title><info>The opacity of an image can range from 1-100.</info>','<title>Watermark Opacity</title><info>The opacity of an image can range from 1-100.</info>',1249710065),(1054,'en','core','phpfox','2.0.0rc1','setting_watermark_image_position','<title>Watermark Position</title><info>Select a position to place the watermark.</info>','<title>Watermark Position</title><info>Select a position to place the watermark.</info>',1249710197),(1055,'en','core','phpfox','2.0.0rc1','setting_image_text_hex','<title>Watermark Text Color</title><info>(HEX COLORS Example: 000000)</info>','<title>Watermark Text Color</title><info>(HEX COLORS Example: 000000)</info>',1249710513),(1056,'en','core','phpfox','2.0.0rc1','setting_image_text','<title>Watermark Text</title><info>Watermark Text</info>','<title>Watermark Text</title><info>Watermark Text</info>',1249710554),(1057,'en','core','phpfox','2.0.0rc1','setting_group_registration','<title>Registration</title><info>Registration</info>','<title>Registration</title><info>Registration</info>',1250761161),(1058,'en','core','phpfox','2.0.0rc1','setting_registration_enable_dob','<title>Date of Birth</title><info>Enable this so users can register their date of birth when signing up for the site.</info>','<title>Date of Birth</title><info>Enable this so users can register their date of birth when signing up for the site.</info>',1250761283),(1059,'en','core','phpfox','2.0.0rc1','setting_registration_enable_gender','<title>Gender Field</title><info>Enable this so users can register their gender when signing up for the site. </info>','<title>Gender Field</title><info>Enable this so users can register their gender when signing up for the site. </info>',1250761528),(1060,'en','core','phpfox','2.0.0rc1','setting_registration_enable_location','<title>Location</title><info>Enable this so users can register their location when signing up for the site. </info>','<title>Location</title><info>Enable this so users can register their location when signing up for the site. </info>',1250761639),(1061,'en','core','phpfox','2.0.0rc1','setting_registration_enable_timezone','<title>Timezone</title><info>Enable this so users can register their timezone when signing up for the site. </info>','<title>Timezone</title><info>Enable this so users can register their timezone when signing up for the site. </info>',1250761716),(1062,'en','core','phpfox','2.0.0rc1','kind_regards_phpfox','Kind Regards,\r\nSite Admins','Kind Regards,\r\nSite Admins',1250847533),(1063,'en','core','phpfox','2.0.0rc1','setting_global_admincp_note','<title>Global AdminCP Note</title><info>Global AdminCP Note</info>','<title>Global AdminCP Note</title><info>Global AdminCP Note</info>',1250924099),(1064,'en','core','phpfox','2.0.0rc1','admincp_menu_online','Online','Online',1251100890),(1065,'en','core','phpfox','2.0.0rc1','admincp_menu_online_members','Members','Members',1251100922),(1066,'en','core','phpfox','2.0.0rc1','admincp_menu_online_guests','Guests/Bots','Guests/Bots',1251100953),(1067,'en','core','phpfox','2.0.0rc1','admincp_menu_system_overview','System Overview','System Overview',1251104897),(1068,'en','core','phpfox','2.0.0rc1','setting_enable_spam_check','<title>Enable Spam Check</title><info>Enable Spam Check</info>','<title>Enable Spam Check</title><info>Enable Spam Check</info>',1251183206),(1069,'en','core','phpfox','2.0.0rc1','setting_akismet_url','<title>Akismet URL</title><info><a href=\"http://akismet.com/\">Akismet</a> URL. This is full path to your site.</info>','<title>Akismet URL</title><info><a href=\"http://akismet.com/\">Akismet</a> URL. This is full path to your site.</info>',1251183367),(1070,'en','core','phpfox','2.0.0rc1','setting_akismet_password','<title>Akismet API Key</title><info><a href=\"http://akismet.com/\">Akismet</a> API key is a private key Akismet provides when you register for an account with them.</info>','<title>Akismet API Key</title><info><a href=\"http://akismet.com/\">Akismet</a> API key is a private key Akismet provides when you register for an account with them.</info>',1251183407),(1071,'en','core','phpfox','2.0.0rc1','user_setting_is_spam_free','Set to <b>True</b> if this user group should never be checked for spamming.','Set to <b>True</b> if this user group should never be checked for spamming.',1251184321),(1072,'en','core','phpfox','2.0.0rc1','setting_auto_deny_items','<title>SPAM Count</title><info>Define how many items a user can attempt to SPAM before anything they add will not be checked as we will consider that it is SPAM.</info>','<title>SPAM Count</title><info>Define how many items a user can attempt to SPAM before anything they add will not be checked as we will consider that it is SPAM.</info>',1251199652),(1073,'en','core','phpfox','2.0.0rc1','setting_auto_ban_spammer','<title>Auto Ban Spammers</title><info>Define how many times a user can SPAM before they are automatically banned.\r\n\r\n<b>Notice:</b> Set this to \"0\" (without quotes) to disable this setting.</info>','<title>Auto Ban Spammers</title><info>Define how many times a user can SPAM before they are automatically banned.\r\n\r\n<b>Notice:</b> Set this to \"0\" (without quotes) to disable this setting.</info>',1251200209),(1074,'en','core','phpfox','2.0.0rc1','setting_warn_on_external_links','<title>External Links Warning</title><info>Warn users when they have clicked on a link that will direct them to another site.</info>','<title>External Links Warning</title><info>Warn users when they have clicked on a link that will direct them to another site.</info>',1251207145),(1075,'en','core','phpfox','2.0.0rc1','setting_disable_all_external_urls','<title>Disable All External URL\'s</title><info>Enable this feature to remove all external links from the site. \r\n\r\n<b>Notice:</b> Sites added to the \"URL White List\" will be allowed.</info>','<title>Disable All External URL\'s</title><info>Enable this feature to remove all external links from the site. \r\n\r\n<b>Notice:</b> Sites added to the \"URL White List\" will be allowed.</info>',1251275581),(1076,'en','core','phpfox','2.0.0rc1','setting_url_spam_white_list','<title>URL White List</title><info>Add sites that you want to allow in external links.</info>','<title>URL White List</title><info>Add sites that you want to allow in external links.</info>',1251275716),(1077,'en','core','phpfox','2.0.0rc1','setting_disable_all_external_emails','<title>Disable All External Emails</title><info>Enable this feature to remove all external emails from the site.\r\n\r\nNotice: Sites added to the \"Email White List\" will be allowed.</info>','<title>Disable All External Emails</title><info>Enable this feature to remove all external emails from the site.\r\n\r\nNotice: Sites added to the \"Email White List\" will be allowed.</info>',1251276234),(1078,'en','core','phpfox','2.0.0rc1','setting_email_white_list','<title>Email White List</title><info>Add sites that you want to allow in external emails.</info>','<title>Email White List</title><info>Add sites that you want to allow in external emails.</info>',1251276292),(1079,'en','core','phpfox','ASD','setting_phpfox_version','<title>Version</title><info>Version</info>','<title>Version</title><info>Version</info>',1251285789),(1080,'en','core','phpfox','2.0.0rc1','user_setting_can_view_twitter_updates','Can view corporate twitter updates?','Can view corporate twitter updates?',1251800495),(1081,'en','core','phpfox','2.0.0rc1','user_setting_can_view_news_updates','Can view corporate news & updates?','Can view corporate news & updates?',1251800546),(1082,'en','core','phpfox','2.0.0rc1','setting_redirect_guest_on_same_page','<title>Same Page Redirection After Login/Registration</title><info>Enable this option to redirect guests to the same page they were visiting after they have logged into or registered.</info>','<title>Same Page Redirection After Login/Registration</title><info>Enable this option to redirect guests to the same page they were visiting after they have logged into or registered.</info>',1251815780),(1083,'en','core','phpfox','2.0.0rc1','setting_meta_description_profile','<title>Meta Description Profile</title><info>This is the meta description provided on a users profile that is included with their personal information. It is advised for this to not be too long in order to leave room for the users personal information.</info>','<title>Meta Description Profile</title><info>This is the meta description provided on a users profile that is included with their personal information. It is advised for this to not be too long in order to leave room for the users personal information.</info>',1252056488),(1084,'en','core','phpfox','2.0.0rc1','setting_words_remove_in_keywords','<title>Keyword String Removal</title><info>Define words here that should not show up within meta keywords. Each word should be comma separated.\r\n\r\n<b>Notice:</b> The search is case insensitive.</info>','<title>Keyword String Removal</title><info>Define words here that should not show up within meta keywords. Each word should be comma separated.\r\n\r\n<b>Notice:</b> The search is case insensitive.</info>',1252131710),(1085,'en','core','phpfox','2.0.0rc2','update','Update','Update',1252756715),(1086,'en','core','phpfox','2.0.0rc2','total_items','Total Items','Total Items',1253083301),(1087,'en','core','phpfox','2.0.0rc2','activity_points','Activity Points','Activity Points',1253083311),(1088,'en','core','phpfox','2.0.0rc2','dashboard','Dashboard','Dashboard',1253083344),(1089,'en','core','phpfox','2.0.0rc2','membership','Membership','Membership',1253083384),(1090,'en','core','phpfox','2.0.0rc2','profile_views','Profile Views','Profile Views',1253083407),(1091,'en','core','phpfox','2.0.0rc2','space_used','Space Used','Space Used',1253083418),(1092,'en','core','phpfox','2.0.0rc2','member_since','Member Since','Member Since',1253083428),(1093,'en','core','phpfox','2.0.0rc2','what_s_new','What\'s New','What\'s New',1253083513),(1094,'en','core','phpfox','2.0.0rc2','site_stats','Site Stats','Site Stats',1253083687),(1095,'en','core','phpfox','2.0.0rc2','customize_dashboard','Customize Dashboard','Customize Dashboard',1253084413),(1096,'en','core','phpfox','2.0.0rc2','quick_links','Quick Links','Quick Links',1253085095),(1097,'en','core','phpfox','2.0.0rc2','module_is_not_a_valid_module','{module} is not a valid module.','{module} is not a valid module.',1253085115),(1098,'en','core','phpfox','2.0.0rc2','state_province','State/Province','State/Province',1253085649),(1099,'en','core','phpfox','2.0.0rc2','what_is_on_your_mind','What is on your mind?','What is on your mind?',1253085696),(1100,'en','core','phpfox','2.0.0rc2','click_to_change_profile_photo','Click to change profile photo.','Click to change profile photo.',1253085719),(1101,'en','core','phpfox','2.0.0rc2','last_login','Last Login','Last Login',1253085749),(1102,'en','core','phpfox','2.0.0rc2','submit_links','Submit Links','Submit Links',1253085762),(1103,'en','core','phpfox','2.0.0rc2','manage_links','Manage Links','Manage Links',1253085771),(1104,'en','core','phpfox','2.0.0rc2','logout','Logout','Logout',1253085794),(1105,'en','core','phpfox','2.0.0rc2','click_to_view_your_profile','Click to view your profile.','Click to view your profile.',1253085803),(1106,'en','core','phpfox','2.0.0rc2','click_to_change_your_profile_photo','Click to change your profile photo.','Click to change your profile photo.',1253085818),(1107,'en','core','phpfox','2.0.0rc2','click_to_change_your_status','Click to change your status.','Click to change your status.',1253085836),(1108,'en','core','phpfox','2.0.0rc2','status','Status','Status',1253085850),(1109,'en','core','phpfox','2.0.0rc2','link_save_or_cancel','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>',1253085874),(1110,'en','core','phpfox','2.0.0rc2','start_search','Start search...','Start search...',1253085894),(1111,'en','core','phpfox','2.0.0rc2','favorites','Favorites','Favorites',1253085935),(1112,'en','core','phpfox','2.0.0rc2','hide_the_footer_bar','Hide the Footer Bar','Hide the Footer Bar',1253085957),(1113,'en','core','phpfox','2.0.0rc2','show_the_footer_bar','Show the Footer Bar','Show the Footer Bar',1253085989),(1114,'en','core','phpfox','2.0.0rc2','ftp_path','FTP path','FTP path',1253086005),(1115,'en','core','phpfox','2.0.0rc2','change_your_time_zone_preference','Change your time zone preference.','Change your time zone preference.',1253086694),(1116,'en','core','phpfox','2.0.0rc2','welcome_name','Welcome, {name}!','Welcome, {name}!',1253087071),(1117,'en','core','phpfox','2.0.0rc2','share','Share','Share',1253108437),(1118,'en','core','phpfox','2.0.0rc2','setting_enable_getid3_check','<title>Use getID3 for Files Uploaded</title><info>getID3 is a 3rd party library that helps us verify the meta contents of a file that is uploaded to the server to confirm if the file that is being uploaded contains data that is related to what we are allowing to be uploaded (eg. photo, mp3\'s, videos etc...).</info>','<title>Use getID3 for Files Uploaded</title><info>getID3 is a 3rd party library that helps us verify the meta contents of a file that is uploaded to the server to confirm if the file that is being uploaded contains data that is related to what we are allowing to be uploaded (eg. photo, mp3\'s, videos etc...).</info>',1253267285),(1119,'en','core','phpfox','2.0.0rc2','setting_extended_global_time_stamp','<title>Extended Global Time Stamp</title><info>Extended Global Time Stamp</info>','<title>Extended Global Time Stamp</title><info>Extended Global Time Stamp</info>',1253522109),(1120,'en','core','phpfox','2.0.0rc3','setting_theme_session_prefix','<title>Theme Session Prefix</title><info>Theme Session Prefix</info>','<title>Theme Session Prefix</title><info>Theme Session Prefix</info>',1254810114),(1121,'en','core','phpfox','2.0.0rc4','edit_this_block','Edit this Block','Edit this Block',1255709562),(1122,'en','core','phpfox','2.0.0rc4','remove_this_block','Remove this Block','Remove this Block',1255709579),(1123,'en','core','phpfox','2.0.0rc4','hello','Hello','Hello',1255709619),(1124,'en','core','phpfox','2.0.0rc4','hello_name','Hello {name}','Hello {name}',1255709649),(1125,'en','core','phpfox','2.0.0rc4','the_site_is_currently_in_offline_mode','The site is currently in \"Offline Mode\".','The site is currently in \"Offline Mode\".',1255709707),(1126,'en','core','phpfox','2.0.0rc4','explore','Explore','Explore',1255709725),(1127,'en','core','phpfox','2.0.0rc4','add_a_video','Add a Video','Add a Video',1255710109),(1128,'en','core','phpfox','2.0.0rc4','enter_the_url_of_your_link','Enter the URL of your link','Enter the URL of your link',1255710193),(1129,'en','core','phpfox','2.0.0rc4','enter_the_url_of_your_image','Enter the URL of your image','Enter the URL of your image',1255710214),(1130,'en','core','phpfox','2.0.0rc4','add_a_link','Add a Link','Add a Link',1255710241),(1131,'en','core','phpfox','2.0.0rc4','add_a_photo','Add a Photo','Add a Photo',1255710256),(1132,'en','core','phpfox','2.0.0rc4','toggle_fullscreen','Toggle Fullscreen','Toggle Fullscreen',1255710373),(1133,'en','core','phpfox','2.0.0rc4','full_screen_editor','Full Screen Editor','Full Screen Editor',1255710422),(1134,'en','core','phpfox','2.0.0rc4','january','January','January',1255712010),(1135,'en','core','phpfox','2.0.0rc4','february','February','February',1255712019),(1136,'en','core','phpfox','2.0.0rc4','march','March','March',1255712026),(1137,'en','core','phpfox','2.0.0rc4','april','April','April',1255712033),(1138,'en','core','phpfox','2.0.0rc4','may','May','May',1255712040),(1139,'en','core','phpfox','2.0.0rc4','june','June','June',1255712047),(1140,'en','core','phpfox','2.0.0rc4','july','July','July',1255712054),(1141,'en','core','phpfox','2.0.0rc4','august','August','August',1255712061),(1142,'en','core','phpfox','2.0.0rc4','september','September','September',1255712068),(1143,'en','core','phpfox','2.0.0rc4','october','October','October',1255712075),(1144,'en','core','phpfox','2.0.0rc4','november','November','November',1255712082),(1145,'en','core','phpfox','2.0.0rc4','december','December','December',1255712089),(1146,'en','core','phpfox','2.0.0rc4','not_a_valid_file_extension_we_only_accept_support','Not a valid file extension. We only accept: {support}','Not a valid file extension. We only accept: {support}',1255712204),(1147,'en','core','phpfox','2.0.0rc4','not_a_valid_image_we_only_accept_the_following_file_extensions_support','Not a valid image. We only accept the following file extensions: {support}','Not a valid image. We only accept the following file extensions: {support}',1255712279),(1148,'en','core','phpfox','2.0.0rc4','unable_to_move_the_image','Unable to move the image.','Unable to move the image.',1255712307),(1149,'en','core','phpfox','2.0.0rc4','unable_to_move_the_file','Unable to move the file.','Unable to move the file.',1255712330),(1150,'en','core','phpfox','2.0.0rc4','unable_to_upload_the_image','Unable to upload the image.','Unable to upload the image.',1255712340),(1151,'en','core','phpfox','2.0.0rc4','upload_failed_server_cannot_handle_files_larger_then_file_size','Upload failed. Server cannot handle files larger then: {file_size}','Upload failed. Server cannot handle files larger then: {file_size}',1255712554),(1152,'en','core','phpfox','2.0.0rc4','upload_failed_server_cannot_handle_files_size_larger_then_file_size','Upload failed. Server cannot handle files ({size}) larger then: {file_size}','Upload failed. Server cannot handle files ({size}) larger then: {file_size}',1255712603),(1153,'en','core','phpfox','2.0.0rc4','upload_failed_your_file_size_is_larger_then_our_limit_file_size','Upload failed. Your file ({size}) is larger then our limit: {file_size}','Upload failed. Your file ({size}) is larger then our limit: {file_size}',1255712638),(1154,'en','core','phpfox','2.0.0rc4','uploaded_file_is_not_valid','Uploaded file is not valid.','Uploaded file is not valid.',1255712670),(1155,'en','core','phpfox','2.0.0rc4','unable_to_connect_to_ftp_host','Unable to connect to FTP host.','Unable to connect to FTP host.',1255712693),(1156,'en','core','phpfox','2.0.0rc4','ftp_password_hash_does_not_match_with_server_hash','FTP password hash does not match with server hash.','FTP password hash does not match with server hash.',1255712704),(1157,'en','core','phpfox','2.0.0rc4','unable_to_login_to_ftp_server','Unable to login to FTP server.','Unable to login to FTP server.',1255712714),(1158,'en','core','phpfox','2.0.0rc4','unable_to_connect_to_ftp_base_directory_make_sure_the_setting_for_ftp_directory_path_has_the_correct_path','Unable to connect to FTP base directory. Make sure the setting for \"FTP Directory Path\" has the correct path.','Unable to connect to FTP base directory. Make sure the setting for \"FTP Directory Path\" has the correct path.',1255712739),(1159,'en','core','phpfox','2.0.0rc4','paypal_email','PayPal Email','PayPal Email',1255712780),(1160,'en','core','phpfox','2.0.0rc4','paypal_is_an_electronic_money_service_which_allows_you_to_make_payment_to_anyone_online','PayPal is an electronic money service which allows you to make payment to anyone online. You can choose to pay using your credit card, debit card, bank account, or PayPal balance and make secure purchases without revealing your credit card number or financial information. All major credit and debit cards are accepted including Visa, Mastercard, American Express, Switch and Solo (plus many more).','PayPal is an electronic money service which allows you to make payment to anyone online. You can choose to pay using your credit card, debit card, bank account, or PayPal balance and make secure purchases without revealing your credit card number or financial information. All major credit and debit cards are accepted including Visa, Mastercard, American Express, Switch and Solo (plus many more).',1255712892),(1161,'en','core','phpfox','2.0.0rc4','the_email_that_represents_your_paypal_account','The email that represents your PayPal account.','The email that represents your PayPal account.',1255712972),(1162,'en','core','phpfox','2.0.0rc4','2checkout_vendor_id_number','2Checkout Vendor ID Number','2Checkout Vendor ID Number',1255712983),(1163,'en','core','phpfox','2.0.0rc4','2checkout_secret_word','2Checkout Secret Word','2Checkout Secret Word',1255712992),(1164,'en','core','phpfox','2.0.0rc4','your_numerical_vendor_id','Your numerical vendor ID.','Your numerical vendor ID.',1255713000),(1165,'en','core','phpfox','2.0.0rc4','the_secret_word_as_set_within_the_look_and_feel_page_of_your_2checkout_account','The secret word as set within the \"Look and Feel\" page of your 2Checkout account.','The secret word as set within the \"Look and Feel\" page of your 2Checkout account.',1255713007),(1166,'en','core','phpfox','2.0.0rc4','unable_to_create_a_watermark_resource','Unable to create a watermark resource.','Unable to create a watermark resource.',1255713076),(1167,'en','core','phpfox','2.0.0rc4','originally_posted_by','Originally posted by','Originally posted by',1255714201),(1168,'en','core','phpfox','2.0.0rc4','search_results_for','Search results for','Search results for',1255714921),(1169,'en','core','phpfox','2.0.0rc4','any','Any','Any',1255714973),(1170,'en','core','phpfox','2.0.0rc4','upgrade_taking_place','Upgrade Taking Place','Upgrade Taking Place',1255715353),(1171,'en','core','phpfox','2.0.0rc4','content_is_empty','Content is empty.','Content is empty.',1255715616),(1172,'en','core','phpfox','2.0.0rc4','the_content_of_this_item_is_identical_to_something_you_have_added_before_please_try_again','The content of this item is identical to something you have added before. Please try again.','The content of this item is identical to something you have added before. Please try again.',1255715631),(1173,'en','core','phpfox','2.0.0rc4','try_again_in_1_minute','Try again in 1 minute.','Try again in 1 minute.',1255715652),(1174,'en','core','phpfox','2.0.0rc4','try_again_in_time_minutes','Try again in {time} minutes.','Try again in {time} minutes.',1255715666),(1175,'en','core','phpfox','2.0.0rc4','month','Month','Month',1255715765),(1176,'en','core','phpfox','2.0.0rc4','day','Day','Day',1255715866),(1177,'en','core','phpfox','2.0.0rc4','year','Year','Year',1255715882),(1178,'en','core','phpfox','2.0.0rc4','am','am','am',1255715940),(1179,'en','core','phpfox','2.0.0rc4','pm','pm','pm',1255715976),(1180,'en','core','phpfox','2.0.0rc4','language_packages','Language Packages','Language Packages',1255716241),(1181,'en','core','phpfox','2.0.0rc4','manage','Manage','Manage',1255716528),(1182,'en','core','phpfox','2.0.0rc4','profile','Profile','Profile',1255716538),(1183,'en','core','phpfox','2.0.0rc4','1_second_ago','1 second ago','1 second ago',1255787567),(1184,'en','core','phpfox','2.0.0rc4','total_seconds_ago','{total} seconds ago','{total} seconds ago',1255787587),(1185,'en','core','phpfox','2.0.0rc4','1_minute_ago','1 minute ago','1 minute ago',1255787604),(1186,'en','core','phpfox','2.0.0rc4','total_minutes_ago','{total} minutes ago','{total} minutes ago',1255787618),(1187,'en','core','phpfox','2.0.0rc4','1_hour_ago','1 hour ago','1 hour ago',1255787633),(1188,'en','core','phpfox','2.0.0rc4','total_hours_ago','{total} hours ago','{total} hours ago',1255787645),(1189,'en','core','phpfox','2.0.0rc4','today','Today','Today',1255787662),(1190,'en','core','phpfox','2.0.0rc4','yesterday','Yesterday','Yesterday',1255787672),(1191,'en','core','phpfox','2.0.0rc4','move_this_block','Move This Block','Move This Block',1255935862),(1192,'en','core','phpfox','2.0.0rc4','online','Online','Online',1256030174),(1193,'en','core','phpfox','2.0.0rc4','none','(none)','(none)',1256032072),(1194,'en','core','phpfox','2.0.0rc4','cancel_lowercase','cancel','cancel',1256119676),(1195,'en','core','phpfox','2.0.0rc4','setting_can_move_on_a_y_and_x_axis','<title>Drag/Drop Blocks</title><info>Set this setting to <b>True</b> if you want to allow users to move blocks on a Y or X axis within areas where they can move blocks (eg. Their own profile). By default we only allow users to move blocks on a Y axis and allowing users to move blocks anywhere will give them the freedom but can cause your site design to be destroyed.</info>','<title>Drag/Drop Blocks</title><info>Set this setting to <b>True</b> if you want to allow users to move blocks on a Y or X axis within areas where they can move blocks (eg. Their own profile). By default we only allow users to move blocks on a Y axis and allowing users to move blocks anywhere will give them the freedom but can cause your site design to be destroyed.</info>',1256500257),(1196,'en','core','phpfox','2.0.0rc4','block','Block','Block',1256542768),(1197,'en','core','phpfox','2.0.0rc4','full_name_is_online','{full_name} is online.','{full_name} is online.',1256550931),(1198,'en','core','phpfox','2.0.0rc4','setting_resize_images','<title>Resize Images</title><info>If you allow HTML on the site and users attempt to add images you can enable this option to set a maximum width/height in certain areas (eg. General Comments & News Feed).\r\n\r\n<b>Note:</b> If enabled this will add an extra overhead to the script.</info>','<title>Resize Images</title><info>If you allow HTML on the site and users attempt to add images you can enable this option to set a maximum width/height in certain areas (eg. General Comments & News Feed).\r\n\r\n<b>Note:</b> If enabled this will add an extra overhead to the script.</info>',1256639414),(1199,'en','core','phpfox','2.0.0rc4','you_cannot_write_more_then_limit_characters','You cannot write more then {limit} characters!','You cannot write more then {limit} characters!',1256666443),(1200,'en','core','phpfox','2.0.0rc4','you_have_limit_character_s_left','You have {limit} character(s) left.','You have {limit} character(s) left.',1256666594),(1201,'en','core','phpfox','2.0.0rc5','welcome_email_content','Thanks for joining our community!','Thanks for joining our community!',1256828212),(1202,'en','core','phpfox','2.0.0rc5','welcome_email_subject','Welcome to {site}','Welcome to {site}',1256828898),(1203,'en','core','phpfox','2.0.0rc5','monday','Monday','Monday',1256832175),(1204,'en','core','phpfox','2.0.0rc5','tuesday','Tuesday','Tuesday',1256832914),(1205,'en','core','phpfox','2.0.0rc5','wednesday','Wednesday','Wednesday',1256832954),(1206,'en','core','phpfox','2.0.0rc5','thursday','Thursday','Thursday',1256832979),(1207,'en','core','phpfox','2.0.0rc5','friday','Friday','Friday',1256833008),(1208,'en','core','phpfox','2.0.0rc5','saturday','Saturday','Saturday',1256833052),(1209,'en','core','phpfox','2.0.0rc5','sunday','Sunday','Sunday',1256833073),(1210,'en','core','phpfox','2.0.0rc6','view_less','View Less','View Less',1257261878),(1211,'en','core','phpfox','2.0.0rc7','select_a_file_to_upload','Select a file to upload.','Select a file to upload.',1257790027),(1212,'en','core','phpfox','2.0.0rc8','clear','Clear','Clear',1258501182),(1213,'en','core','phpfox','2.0.0rc8','clear_your_current_status','Clear your current status...','Clear your current status...',1258501409),(1214,'en','core','phpfox','2.0.0rc8','not_a_valid_file_extension_we_only_allow_ext','Not a valid file extension. We only allow: {ext}','Not a valid file extension. We only allow: {ext}',1258550380),(1215,'en','core','phpfox','2.0.0rc8','opps_something_went_wrong','Oops! Something went wrong. We were not able to complete your request. We are looking into fixing the issue. Please refresh the page and try again.','Oops! Something went wrong. We were not able to complete your request. We are looking into fixing the issue. Please refresh the page and try again.',1258552662),(1216,'en','core','phpfox','2.0.0rc8','fill_in_a_proper_url','Fill in a proper URL.','Fill in a proper URL.',1259006129),(1217,'en','core','phpfox','2.0.0rc8','url','URL','URL',1259006139),(1218,'en','core','phpfox','2.0.0rc8','message','Message','Message',1259006152),(1219,'en','core','phpfox','2.0.0rc8','image','Image','Image',1259006739),(1220,'en','core','phpfox','2.0.0rc8','provide_a_proper_image_path','Provide a proper image path.','Provide a proper image path.',1259006762),(1221,'en','core','phpfox','2.0.0rc8','not_a_valid_password','Not a valid password.','Not a valid password.',1259092483),(1222,'en','core','phpfox','2.0.0rc8','invalid_url','Invalid URL.','Invalid URL.',1259092495),(1223,'en','core','phpfox','2.0.0rc8','provide_a_numerical_value','Provide a numerical value.','Provide a numerical value.',1259092504),(1224,'en','core','phpfox','2.0.0rc8','provide_a_valid_price','Provide a valid price.','Provide a valid price.',1259092512),(1225,'en','core','phpfox','2.0.0rc8','provide_a_valid_year_eg_1982','Provide a valid year. (eg. 1982)','Provide a valid year. (eg. 1982)',1259092519),(1226,'en','core','phpfox','2.0.0rc9','setting_mail_smtp_port','<title>SMTP Port</title><info>What port to use for sending mail with SMTP? Default is 25</info>','<title>SMTP Port</title><info>What port to use for sending mail with SMTP? Default is 25</info>',1259174724),(1227,'en','core','phpfox','2.0.0rc10','setting_conver_time_to_string','<title>Time to String</title><info>Time to String</info>','<title>Time to String</title><info>Time to String</info>',1259600267),(1228,'en','core','phpfox','2.0.0rc10','setting_global_welcome_time_stamp','<title>Global Welcome Time Stamp</title><info>Global Welcome Time Stamp</info>','<title>Global Welcome Time Stamp</title><info>Global Welcome Time Stamp</info>',1259613089),(1229,'en','core','phpfox','2.0.0rc11','his','his','his',1259966039),(1230,'en','core','phpfox','2.0.0rc11','her','her','her',1259966050),(1231,'en','core','phpfox','2.0.0rc11','setting_no_more_ie6','<title>Detect IE6</title><info>With this feature enabled it will guide those using IE6 to upgrade to a supported browser.\r\n\r\nThis feature is powered by <a href=\"http://www.ie6nomore.com/\" target=\"_blank\">IE6 No More</a>\r\n\r\n<b>Note:</b> The themes we provide by default require IE7 or higher, however other themes could work fine with IE6 as this comes down to the theme you have installed.</info>','<title>Detect IE6</title><info>With this feature enabled it will guide those using IE6 to upgrade to a supported browser.\r\n\r\nThis feature is powered by <a href=\"http://www.ie6nomore.com/\" target=\"_blank\">IE6 No More</a>\r\n\r\n<b>Note:</b> The themes we provide by default require IE7 or higher, however other themes could work fine with IE6 as this comes down to the theme you have installed.</info>',1260114410),(1232,'en','core','phpfox','2.0.0rc11','warning','Warning!','Warning!',1260115626),(1233,'en','core','phpfox','2.0.0rc11','you_are_using_an_outdated_browser','You are using an outdated browser','You are using an outdated browser',1260115640),(1234,'en','core','phpfox','2.0.0rc11','for_a_better_experience_using_this_site_please_upgrade_to_a_modern_web_browser','For a better experience using this site, please upgrade to a modern web browser.','For a better experience using this site, please upgrade to a modern web browser.',1260115649),(1235,'en','core','phpfox','2.0.0rc11','get_firefox','Get Firefox','Get Firefox',1260115659),(1236,'en','core','phpfox','2.0.0rc11','get_internet_explorer','Get Internet Explorer','Get Internet Explorer',1260115674),(1237,'en','core','phpfox','2.0.0rc11','get_safari','Get Safari','Get Safari',1260115686),(1238,'en','core','phpfox','2.0.0rc11','get_google_chrome','Get Google Chrome','Get Google Chrome',1260115698),(1239,'en','core','phpfox','2.0.0rc11','menu_core_new_sample','New Sample','New Sample',1260125237),(1240,'en','core','phpfox','2.0.0rc11','menu_core_sub_menu','Sub Menu','Sub Menu',1260133497),(1241,'en','core','phpfox','2.0.0rc11','setting_resize_embed_video','<title>Resize Embedded Videos</title><info>Enable this feature to resize embedded videos to fit your sites default theme in areas where it is designed to fix flash videos (eg. users profile).\r\n\r\nNote that enabling this feature will be an extra overhead.\r\n\r\nUse this feature with caution as it is experimental.\r\n</info>','<title>Resize Embedded Videos</title><info>Enable this feature to resize embedded videos to fit your sites default theme in areas where it is designed to fix flash videos (eg. users profile).\r\n\r\nNote that enabling this feature will be an extra overhead.\r\n\r\nUse this feature with caution as it is experimental.\r\n</info>',1260137802),(1242,'en','core','phpfox','2.0.0rc11','translate','Translate','Translate',1260209538),(1243,'en','core','phpfox','2.0.0rc12','setting_footer_watch_time_stamp','<title>Footer Bar Time Stamp</title><info>Footer Bar Time Stamp</info>','<title>Footer Bar Time Stamp</title><info>Footer Bar Time Stamp</info>',1260824135),(1244,'en','core','phpfox','2.0.0rc12','setting_categories_to_show_at_first','<title>How many subcategories to show at first</title><info>This setting tells how many subcategories are to be shown at first. If the list of subcategories is longer than this value the extra ones will be hidden and a \"View More\" option will be shown instead, allowing the user to display the hidden subcategories.\r\n\r\na \"View Less\" option will be available to provide the full \"accordion\" effect.\r\n\r\nIf you set it to zero (\"0\" without quotes) it will hide every subcategory and a plus sign will show next to the category name, clicking the plus sign will show that category\'s subcategories.\r\n</info>','<title>How many subcategories to show at first</title><info>This setting tells how many subcategories are to be shown at first. If the list of subcategories is longer than this value the extra ones will be hidden and a \"View More\" option will be shown instead, allowing the user to display the hidden subcategories.\r\n\r\na \"View Less\" option will be available to provide the full \"accordion\" effect.\r\n\r\nIf you set it to zero (\"0\" without quotes) it will hide every subcategory and a plus sign will show next to the category name, clicking the plus sign will show that category\'s subcategories.\r\n</info>',1260886987),(1245,'en','core','phpfox','2.0.0rc12','translating_name','Translating: {name}','Translating: {name}',1260974997),(1246,'en','core','phpfox','2.0.0','sample_phrase','Sample Phrase','Sample Phrase',1261078500),(1247,'en','core','phpfox','2.0.0','setting_global_site_title','<title>Site Title</title><info>This will displayed on each page as the title of your site.</info>','<title>Site Title</title><info>This will displayed on each page as the title of your site.</info>',1261332596),(1248,'en','core','phpfox','2.0.0','uploading','Uploading','Uploading',1261570167),(1249,'en','core','phpfox','2.0.2','setting_css_edit_id','<title>CSS Edit ID#</title><info>CSS Edit ID#</info>','<title>CSS Edit ID#</title><info>CSS Edit ID#</info>',1262718486),(1250,'en','core','phpfox','2.0.2','setting_footer_bar_tool_tip_time_stamp','<title>Footerbar Tooltip Timestamp</title><info>This is the time stamp displayed when hovering over the mini time stamp on the footer bar.</info>','<title>Footerbar Tooltip Timestamp</title><info>This is the time stamp displayed when hovering over the mini time stamp on the footer bar.</info>',1263239803),(1251,'en','core','phpfox','2.0.4','what_s_on_your_mind','What\'s on your mind?','What\'s on your mind?',1267544459),(1252,'en','core','phpfox','2.0.5','currency','Currency','Currency',1271403468),(1253,'en','core','phpfox','2.0.5','currency_manager','Currency Manager','Currency Manager',1271403530),(1254,'en','core','phpfox','2.0.5','add_currency','Add Currency','Add Currency',1271403551),(1255,'en','core','phpfox','2.0.5','u_s_dollars','U.S. Dollars','U.S. Dollars',1271404571),(1256,'en','core','phpfox','2.0.5','euros','Euros','Euros',1271404620),(1257,'en','core','phpfox','2.0.5','pounds_sterling','Pounds Sterling','Pounds Sterling',1271404639),(1258,'en','core','phpfox','2.0.5','currencies','Currencies','Currencies',1271410326),(1259,'en','core','phpfox','2.0.5','custom_currency_sek','Swedish Crown','Swedish Crown',1271419828),(1260,'en','core','phpfox','2.0.5','setting_group_currency','<title>Currency</title><info>Currency</info>','<title>Currency</title><info>Currency</info>',1272025108),(1261,'en','core','phpfox','2.0.5','setting_exchange_rate_api_key','<title>Exchange Rate API</title><info>In order to get the latest exchange rates for the currencies being used we need to connect to a 3rd party website. To sign up for a free API key go <a href=\"http://www.exchangerate-api.com/api-key\">here</a>.</info>','<title>Exchange Rate API</title><info>In order to get the latest exchange rates for the currencies being used we need to connect to a 3rd party website. To sign up for a free API key go <a href=\"http://www.exchangerate-api.com/api-key\">here</a>.</info>',1272025266),(1262,'en','core','phpfox','2.0.5','setting_group_cdn_content_delivery_network','<title>CDN (Content Delivery Network)</title><info>CDN (Content Delivery Network)</info>','<title>CDN (Content Delivery Network)</title><info>CDN (Content Delivery Network)</info>',1272361339),(1263,'en','core','phpfox','2.0.5','setting_amazon_access_key','<title>Amazon Access Key</title><info>Add your Amazon access key.</info>','<title>Amazon Access Key</title><info>Add your Amazon access key.</info>',1272361405),(1264,'en','core','phpfox','2.0.5','setting_amazon_secret_key','<title>Amazon Secret Key</title><info>Add your Amazon secret key.</info>','<title>Amazon Secret Key</title><info>Add your Amazon secret key.</info>',1272361721),(1265,'en','core','phpfox','2.0.5','setting_amazon_bucket','<title>Amazon Bucket Name</title><info>This will automatically be created by the script. Leave this setting unless you want to manually create a bucket on Amazon.</info>','<title>Amazon Bucket Name</title><info>This will automatically be created by the script. Leave this setting unless you want to manually create a bucket on Amazon.</info>',1272361799),(1266,'en','core','phpfox','2.0.5','setting_amazon_bucket_created','<title>Amazon Bucket Created</title><info>This setting is automatically updated by the script. Only edit this setting for debugging purposes.</info>','<title>Amazon Bucket Created</title><info>This setting is automatically updated by the script. Only edit this setting for debugging purposes.</info>',1272361978),(1267,'en','core','phpfox','2.0.5','setting_allow_cdn','<title>Enable CDN (Beta)</title><info>Set this to \"True\" if you want to use CDN. Note that this feature is still in \"Beta\".</info>','<title>Enable CDN (Beta)</title><info>Set this to \"True\" if you want to use CDN. Note that this feature is still in \"Beta\".</info>',1272362370),(1268,'en','core','phpfox','2.0.5','money_field_only_accepts_numbers_and_point','The money fields can only have numbers and a point.\r\nValid examples:\r\n12.43\r\n15\r\n0.65','The money fields can only have numbers and a point.\r\nValid examples:\r\n12.43\r\n15\r\n0.65',1271338945),(1269,'en','core','phpfox','2.0.5','only_one_point_is_allowed','In money fields only one point is allowed, valid examples:\r\n23.12\r\n19.54\r\n30','In money fields only one point is allowed, valid examples:\r\n23.12\r\n19.54\r\n30',1271339014),(1270,'en','core','phpfox','2.0.5','money_fields_are_required','If a money field is set, the others are required. You can leave them all empty or none.','If a money field is set, the others are required. You can leave them all empty or none.',1271339939),(1271,'en','core','phpfox','2.0.5','setting_cdn_cname','<title>CDN URL (Optional)</title><info>If your CDN provider allows you to create a CNAME record you can add the domain here. Example: (http://cdn.yoursite.com/)</info>','<title>CDN URL (Optional)</title><info>If your CDN provider allows you to create a CNAME record you can add the domain here. Example: (http://cdn.yoursite.com/)</info>',1273008398),(1272,'en','core','phpfox','2.0.5dev1','setting_force_https_secure_pages','<title>Secure Pages with HTTPS</title><info>If your server has support for HTTPS you can enable this feature to secure certain pages like the login, registration and account setting pages.</info>','<title>Secure Pages with HTTPS</title><info>If your server has support for HTTPS you can enable this feature to secure certain pages like the login, registration and account setting pages.</info>',1274840652),(1273,'en','core','phpfox','2.0.5dev2','try_again_in_time_seconds','Try again in {time} seconds.','Try again in {time} seconds.',1275106296),(1274,'en','core','phpfox','2.0.5dev2','try_again_in_1_second','Try again in 1 second.','Try again in 1 second.',1275106549),(1275,'en','core','phpfox','2.0.5dev2','setting_global_genders','<title>Genders</title><info>This setting controls the genders used on this community. To add a new gender you need to populate it with 3 values separated by a pipe \"|\" (without quotes). Use the default Male and Female genders we provide as examples.\r\n The first value needs to be a unique numerical ID number. For Male and Female we use the numbers 1 and 2. We advice to go upwards from there. The 2nd field needs to be a phrase that you must first add using our language manager. Once you add a phrase it gives you several examples on how to use the phrase. We will be using the \"Text\" method, which is basically the variable name of the phrase and how we will connect to this specific word. So the 2nd value needs to be a phrase that identifies this gender. For Male and Female we used his and her. The 3rd value identifies the gender and must also be a phrase much like the 2nd value. For male and female we used Male and Female to populate this value.</info>','<title>Genders</title><info>This setting controls the genders used on this community. To add a new gender you need to populate it with 3 values separated by a pipe \"|\" (without quotes). Use the default Male and Female genders we provide as examples.\r\n The first value needs to be a unique numerical ID number. For Male and Female we use the numbers 1 and 2. We advice to go upwards from there. The 2nd field needs to be a phrase that you must first add using our language manager. Once you add a phrase it gives you several examples on how to use the phrase. We will be using the \"Text\" method, which is basically the variable name of the phrase and how we will connect to this specific word. So the 2nd value needs to be a phrase that identifies this gender. For Male and Female we used his and her. The 3rd value identifies the gender and must also be a phrase much like the 2nd value. For male and female we used Male and Female to populate this value.</info>',1275182678),(1276,'en','core','phpfox','2.0.5dev2','all','All','All',1275184041),(1277,'en','core','phpfox','2.0.6','time_separator',' at ',' at ',1284989757),(1278,'en','core','phpfox','2.0.7','setting_phpfox_total_users_online_mark','<title>Info on Total Users Online</title><info>Info on Total Users Online</info>','<title>Info on Total Users Online</title><info>Info on Total Users Online</info>',1287501316),(1279,'en','core','phpfox','2.0.7','setting_phpfox_total_users_online_history','<title>Info on Total Users Online History</title><info>Info on Total Users Online History</info>','<title>Info on Total Users Online History</title><info>Info on Total Users Online History</info>',1287579364),(1280,'en','core','phpfox','2.0.7','your_website_has_surpassed_its_limit_on_how_many_active','Your website has surpassed its limit on how many active users you can have online at once. Below you will find a log of how many users you had and a time stamp of when it happened. We advice for you to upgrade your account so you do not encounter these interruptions in the future.','Your website has surpassed its limit on how many active users you can have online at once. Below you will find a log of how many users you had and a time stamp of when it happened. We advice for you to upgrade your account so you do not encounter these interruptions in the future.',1287591667),(1281,'en','core','phpfox','2.0.7','limit_warning','Limit Warning','Limit Warning',1287591678),(1282,'en','core','phpfox','2.0.7','online_usage_log','Online Usage Log','Online Usage Log',1287591694),(1283,'en','core','phpfox','2.0.7','timestamp','Timestamp','Timestamp',1287591706),(1284,'en','core','phpfox','2.0.7','users','Users','Users',1287591715),(1285,'en','core','phpfox','2.0.7','setting_phpfox_is_hosted','<title>Hosted</title><info>Hosted</info>','<title>Hosted</title><info>Hosted</info>',1287591800),(1286,'en','core','phpfox','2.0.7','setting_phpfox_max_users_online','<title>Max Users Online</title><info>Max Users Online</info>','<title>Max Users Online</title><info>Max Users Online</info>',1287591837),(1287,'en','core','phpfox','2.0.7','saving','Saving...','Saving...',1288182996),(1288,'en','core','phpfox','2.0.7','loading_text_editor','Loading text editor','Loading text editor',1288281231),(1289,'en','core','phpfox','2.0.7','setting_enabled_edit_area','<title>Use Edit Area</title><info>Enable this to use <a href=\"http://www.cdolivet.com/index.php?page=editArea\">EditArea</a> when editing code (HTML, PHP etc...) within the AdminCP. This feature transforms a conventional form into a code editor.</info>','<title>Use Edit Area</title><info>Enable this to use <a href=\"http://www.cdolivet.com/index.php?page=editArea\">EditArea</a> when editing code (HTML, PHP etc...) within the AdminCP. This feature transforms a conventional form into a code editor.</info>',1288349480),(1290,'en','core','phpfox','2.0.7','setting_group_ip_infodb','<title>IP InfoDB</title><info>Free IP address geolocation tools</info>','<title>IP InfoDB</title><info>Free IP address geolocation tools</info>',1289988638),(1291,'en','core','phpfox','2.0.7','setting_ip_infodb_api_key','<title>IP InfoDB API Key</title><info>IP InfoDB is a free IP address geolocation tools we use to find useful information about users based on their IP. Enter your free API key, which you can get <a href=\"http://ipinfodb.com/register.php\">here</a>.</info>','<title>IP InfoDB API Key</title><info>IP InfoDB is a free IP address geolocation tools we use to find useful information about users based on their IP. Enter your free API key, which you can get <a href=\"http://ipinfodb.com/register.php\">here</a>.</info>',1289988772),(1292,'en','core','phpfox','2.1.0Beta1','setting_load_jquery_from_google_cdn','<title>Load jQuery from Google CDN</title><info>Enabling this option will load jQuery related JavaScript files from Google CDN servers. More information can be found <a href=\"http://code.google.com/apis/libraries/devguide.html\">here</a>.</info>','<title>Load jQuery from Google CDN</title><info>Enabling this option will load jQuery related JavaScript files from Google CDN servers. More information can be found <a href=\"http://code.google.com/apis/libraries/devguide.html\">here</a>.</info>',1292408370),(1293,'en','core','phpfox','2.1.0Beta1','setting_jquery_google_cdn_version','<title>jQuery Version on Google CDN</title><info>Define the version of jQuery that is available on <a href=\"http://code.google.com/apis/libraries/devguide.html#jquery\">Google CDN</a> servers.</info>','<title>jQuery Version on Google CDN</title><info>Define the version of jQuery that is available on <a href=\"http://code.google.com/apis/libraries/devguide.html#jquery\">Google CDN</a> servers.</info>',1292408517),(1294,'en','core','phpfox','2.1.0Beta1','setting_jquery_ui_google_cdn_version','<title>jQuery UI Version on Google CDN</title><info>Define the version of jQuery UI that is available on <a href=\"http://code.google.com/apis/libraries/devguide.html#jqueryUI\">Google CDN</a> servers.</info>','<title>jQuery UI Version on Google CDN</title><info>Define the version of jQuery UI that is available on <a href=\"http://code.google.com/apis/libraries/devguide.html#jqueryUI\">Google CDN</a> servers.</info>',1292408601),(1295,'en','core','phpfox','2.1.0Beta1','setting_friends_only_community','<title>Friends Only Community</title><info>By enabling this option certain sections (eg. Blogs, Photos etc...), will by default only show items from the member and his or her friends list. <b>Note:</b> In order for this to work you must enable the option <b>Section Privacy Item Browsing\r\n</b></info>','<title>Friends Only Community</title><info>By enabling this option certain sections (eg. Blogs, Photos etc...), will by default only show items from the member and his or her friends list. <b>Note:</b> In order for this to work you must enable the option <b>Section Privacy Item Browsing\r\n</b></info>',1293613541),(1296,'en','core','phpfox','2.1.0Beta1','setting_site_wide_ajax_browsing','<title>Site Wide AJAX Browsing</title><info>By enabling this option users will be able to browse certain areas on the site using AJAX. By using AJAX we only load the required data for the specific page to be displayed. This saves bandwidth and can greatly improve your servers overall performance due to the reduced number of requests to your servers.</info>','<title>Site Wide AJAX Browsing</title><info>By enabling this option users will be able to browse certain areas on the site using AJAX. By using AJAX we only load the required data for the specific page to be displayed. This saves bandwidth and can greatly improve your servers overall performance due to the reduced number of requests to your servers.</info>',1294768580),(1297,'en','core','phpfox','3.0.0Beta1','setting_section_privacy_item_browsing','<title>Section Privacy Item Browsing</title><info>Enabling this option will allow users to browse certain sections that allow privacy settings. By default we only display public items in what we call sections (eg. Blogs, Polls, Albums etc...). With this option enabled we will display items to the user that is viewing it based on the items privacy setting. Note that this option requires a load balanced server and in many cases several SQL servers just to support this sort of query on an active community.</info>','<title>Section Privacy Item Browsing</title><info>Enabling this option will allow users to browse certain sections that allow privacy settings. By default we only display public items in what we call sections (eg. Blogs, Polls, Albums etc...). With this option enabled we will display items to the user that is viewing it based on the items privacy setting. Note that this option requires a load balanced server and in many cases several SQL servers just to support this sort of query on an active community.</info>',1295254530),(1298,'en','core','phpfox','3.0.0Beta1','setting_date_field_order','<title>Calendar Date Format</title><info>The format for parsed and displayed dates. \r\nMDY = Month/Day/Year\r\nDMY = Day/Month/Year\r\nYMD = Year/Month/Day</info>','<title>Calendar Date Format</title><info>The format for parsed and displayed dates. \r\nMDY = Month/Day/Year\r\nDMY = Day/Month/Year\r\nYMD = Year/Month/Day</info>',1302345875),(1299,'en','core','phpfox','3.0.0Beta1','setting_use_jquery_datepicker','<title>Use Datepicker</title><info>Set this to \"TRUE\" to use a Datepicker on all areas that require users to select a date.</info>','<title>Use Datepicker</title><info>Set this to \"TRUE\" to use a Datepicker on all areas that require users to select a date.</info>',1302348657),(1300,'en','core','phpfox','2.0.8','name','Name','Name',1294829089),(1301,'en','core','phpfox','2.0.8','in_queue','In queue','In queue',1294829175),(1302,'en','core','phpfox','2.0.8','more_queued_than_allowed','Please only select {iQueueLimit} files','Please only select {iQueueLimit} files',1296557912),(1303,'en','core','phpfox','2.0.8','stopped','Stopped','Stopped',1297081376),(1304,'en','core','phpfox','2.0.8','manage_activity_points','Manage Activity Points','Manage Activity Points',1297418856),(1305,'en','core','phpfox','2.0.8','multiple_selection','Multiple Selection','Multiple Selection',1297678709),(1306,'en','core','phpfox','2.0.8','radio','Radio','Radio',1297688811),(1307,'en','core','phpfox','2.0.8','checkbox','Checkbox','Checkbox',1297690696),(1308,'en','core','phpfox','2.1.0beta2','setting_cdn_amazon_https','<title>Enable HTTPS Support</title><info>Set this to TRUE if a user is on a secure page to use HTTPS with Amazon S3 items. Note you will need to create your own certificate to work with Amazon S3 as they do not provide support for this by default.</info>','<title>Enable HTTPS Support</title><info>Set this to TRUE if a user is on a secure page to use HTTPS with Amazon S3 items. Note you will need to create your own certificate to work with Amazon S3 as they do not provide support for this by default.</info>',1301318031),(1309,'en','core','phpfox','2.1.0rc1','upload_problems','Upload problems? Try the <a href=\"{link}\">basic uploader</a> (works on older computers and web browsers).','Upload problems? Try the <a href=\"{link}\">basic uploader</a> (works on older computers and web browsers).',1301568603),(1310,'en','core','phpfox','3.0.0beta1','user_setting_can_design_dnd','Can members of this user group enable the site designer to drag and drop blocks all around the site? (These changes affect the entire site and this feature is targeted to site administrators)','Can members of this user group enable the site designer to drag and drop blocks all around the site? (These changes affect the entire site and this feature is targeted to site administrators)',1308659242),(1311,'en','core','phpfox','3.0.0Beta1','menu_core_create_a_list_a441eadc1389cdf0ffe6c4f8babdd66e','Create a List','Create a List',1310027894),(1312,'en','core','phpfox','3.0.0beta1','setting_twitter_consumer_key','<title>Consumer Key</title><info>Enter your Twitter consumer key.</info>','<title>Consumer Key</title><info>Enter your Twitter consumer key.</info>',1312530940),(1313,'en','core','phpfox','3.0.0beta1','setting_twitter_consumer_secret','<title>Consumer Secret</title><info>Enter your Twitter consumer secret.</info>','<title>Consumer Secret</title><info>Enter your Twitter consumer secret.</info>',1312530982),(1314,'en','core','phpfox','3.0.0beta3','setting_allow_html_in_activity_feed','<title>Allow HTML in Activity Feed</title><info>If you enable this option it will allow HTML in the activity feed and any comments connected to the feed.</info>','<title>Allow HTML in Activity Feed</title><info>If you enable this option it will allow HTML in the activity feed and any comments connected to the feed.</info>',1315510132),(1315,'en','core','phpfox','3.0.0beta3','setting_disable_hash_bang_support','<title>AJAX Browsing - Disable Hash-Bang URL</title><info>If you have \"Site Wide AJAX Browsing\" enabled we provide support for a function provided with HTML5 that allows the changing of the URL path without actually reloading the page. For browsers that do not have support for this function we use a fallback hash-bang URL. If you do not want to allow the usage of hash-bang URL\'s enable this option and for browsers that do not have HTML 5 support will not be able to use your sites AJAX browsing functionality. Currently all IE browsers do not have support for this HTML5 function so they by default use the fallback method.</info>','<title>AJAX Browsing - Disable Hash-Bang URL</title><info>If you have \"Site Wide AJAX Browsing\" enabled we provide support for a function provided with HTML5 that allows the changing of the URL path without actually reloading the page. For browsers that do not have support for this function we use a fallback hash-bang URL. If you do not want to allow the usage of hash-bang URL\'s enable this option and for browsers that do not have HTML 5 support will not be able to use your sites AJAX browsing functionality. Currently all IE browsers do not have support for this HTML5 function so they by default use the fallback method.</info>',1316512962),(1316,'en','core','phpfox','3.0.0beta3','search_dot','Search...','Search...',1316530308),(1317,'en','core','phpfox','3.0.0beta4','account_info','Account Info','Account Info',1316617438),(1318,'en','core','phpfox','3.0.0beta4','edit_profile','Edit Profile','Edit Profile',1316617464),(1319,'en','core','phpfox','3.0.0beta5','add_new_block','Add New Block','Add New Block',1319115055),(1320,'en','core','phpfox','3.0.0beta5','disable_dnd','Disable DnD','Disable DnD',1319115062),(1321,'en','core','phpfox','3.0.0beta5','dnd_mode','DnD Mode','DnD Mode',1319115071),(1322,'en','core','phpfox','3.0.0beta5','back','Back','Back',1319115084),(1323,'en','core','phpfox','3.0.0beta5','home','Home','Home',1319115090),(1324,'en','core','phpfox','3.0.0beta5','add','Add','Add',1319115104),(1325,'en','core','phpfox','3.0.0beta5','log_back_in_as_global_full_name','Log back in as {global_full_name}','Log back in as {global_full_name}',1319115155),(1326,'en','core','phpfox','3.0.0beta5','edit_page','Edit Page','Edit Page',1319115170),(1327,'en','core','phpfox','3.0.0beta5','login_as_page','Login as Page','Login as Page',1319115182),(1328,'en','core','phpfox','3.0.0beta5','enable_dnd_mode','Enable DnD Mode','Enable DnD Mode',1319115195),(1329,'en','core','phpfox','3.0.0beta5','disable_dnd_mode','Disable DnD Mode','Disable DnD Mode',1319115201),(1330,'en','core','phpfox','3.0.0beta5','view_more','View More','View More',1319187654),(1331,'en','core','phpfox','3.0.0beta5','displaying_of_total','{displaying} of {total}','{displaying} of {total}',1319187677),(1332,'en','core','phpfox','3.0.0beta5','select_all','Select All','Select All',1319187767),(1333,'en','core','phpfox','3.0.0beta5','un_select_all','Un-Select All','Un-Select All',1319187776),(1334,'en','core','phpfox','3.0.0beta5','with_selected','With Selected','With Selected',1319187786),(1335,'en','core','phpfox','3.0.0beta5','clear_all_selected','Clear All Selected','Clear All Selected',1319187794),(1336,'en','core','phpfox','3.0.0beta5','all_time','All Time','All Time',1319188240),(1337,'en','core','phpfox','3.0.0beta5','this_month','This Month','This Month',1319188247),(1338,'en','core','phpfox','3.0.0beta5','this_week','This Week','This Week',1319188256),(1339,'en','core','phpfox','3.0.0beta5','upcoming','Upcoming','Upcoming',1319188270),(1340,'en','core','phpfox','3.0.0beta5','sort','Sort','Sort',1319456633),(1341,'en','core','phpfox','3.0.0beta5','show','Show','Show',1319456639),(1342,'en','core','phpfox','3.0.0beta5','when','When','When',1319456645),(1343,'en','core','phpfox','3.0.0beta5','align_left','Align Left','Align Left',1319463778),(1344,'en','core','phpfox','3.0.0beta5','align_center','Align Center','Align Center',1319463786),(1345,'en','core','phpfox','3.0.0beta5','align_right','Align Right','Align Right',1319463793),(1346,'en','core','phpfox','3.0.0beta5','bullets','Bullets','Bullets',1319463800),(1347,'en','core','phpfox','3.0.0beta5','ordered_list','Ordered List','Ordered List',1319463807),(1348,'en','core','phpfox','3.0.0rc1','setting_display_older_ie_error','<title>IE8 or Higher Requirement Check</title><info>By default the script requires IE8 or higher. We will show users a notice if they are using an older version and a link to upgrade their browser. Disable this if you do not want to show a warning.</info>','<title>IE8 or Higher Requirement Check</title><info>By default the script requires IE8 or higher. We will show users a notice if they are using an older version and a link to upgrade their browser. Disable this if you do not want to show a warning.</info>',1320238795),(1349,'en','core','phpfox','3.0.0rc1','ie8_or_higher_warning','You seem to be using an older version of Internet Explorer. This site requires Internet Explorer 8 or higher. Update your browser <a href=\"http://www.microsoft.com/ie/\" target=\"_blank\">here</a> today to fully enjoy all the marvels of this site.','You seem to be using an older version of Internet Explorer. This site requires Internet Explorer 8 or higher. Update your browser <a href=\"http://www.microsoft.com/ie/\" target=\"_blank\">here</a> today to fully enjoy all the marvels of this site.',1320238851),(1350,'en','core','phpfox','3.0.0rc2','himself','himself','himself',1321362953),(1351,'en','core','phpfox','3.0.0rc2','herself','herself','herself',1321362973),(1352,'en','core','phpfox','3.0.0','said','said...','said...',1322462984),(1353,'en','core','phpfox','3.0.0','loading','Loading','Loading',1322465330),(1354,'en','core','phpfox','3.0.1','setting_disable_ie_warning','<title>Disable IE Warning</title><info>We display a warning for those that use Internet Explorer 7 or lower. Enable this setting if you do not want to display this warning.</info>','<title>Disable IE Warning</title><info>We display a warning for those that use Internet Explorer 7 or lower. Enable this setting if you do not want to display this warning.</info>',1327406336),(1355,'en','core','phpfox','3.1.0beta1','setting_cdn_service','<title>CDN Service</title><info>Select what CDN service you would like to use.</info>','<title>CDN Service</title><info>Select what CDN service you would like to use.</info>',1330603751),(1356,'en','core','phpfox','3.1.0rc1','setting_enable_amazon_expire_urls','<title>Enable Amazon Expiring URLs</title><info>If this setting is enabled and \"Amazon Expire Timeout\" is higher than zero, all paths to images taken from Amazon S3 will include a signature set to expire.<br />\r\nIf this setting is enabled images uploaded to S3 will be set to private. If this setting is later disabled those images will remain private and they will not show on your site until you manually revert their privacy.</info>','<title>Enable Amazon Expiring URLs</title><info>If this setting is enabled and \"Amazon Expire Timeout\" is higher than zero, all paths to images taken from Amazon S3 will include a signature set to expire.<br />\r\nIf this setting is enabled images uploaded to S3 will be set to private. If this setting is later disabled those images will remain private and they will not show on your site until you manually revert their privacy.</info>',1332254480),(1357,'en','core','phpfox','3.1.0rc1','setting_amazon_s3_expire_url_timeout','<title>Amazon Expire Timeout</title><info>How many seconds will the urls to the images be valid for.</info>','<title>Amazon Expire Timeout</title><info>How many seconds will the urls to the images be valid for.</info>',1332254771),(1358,'en','core','phpfox','3.2.0beta1','site_statistics','Site Statistics','Site Statistics',1334318165),(1359,'en','core','phpfox','3.2.0beta1','setting_official_launch_of_site','<title>Official Launch Date (Month/Day/Year)</title><info>This is the day your site was launched. It is used to create statistics for the site to build daily averages. The format is <b>Month/Day/Year</b>.</info>','<title>Official Launch Date (Month/Day/Year)</title><info>This is the day your site was launched. It is used to create statistics for the site to build daily averages. The format is <b>Month/Day/Year</b>.</info>',1334320691),(1360,'en','core','phpfox','3.2.0beta1','total','Total','Total',1334581180),(1361,'en','core','phpfox','3.2.0beta1','daily_average','Daily Average','Daily Average',1334581190),(1362,'en','core','phpfox','3.2.0beta1','building_site_stats_please_hold','Building site stats. Please hold...','Building site stats. Please hold...',1334581202),(1363,'en','core','phpfox','3.2.0rc1','setting_use_md5_for_file_names','<title>Use MD5 for File Names</title><info>If enabled the script will use an md5 hash for the file names of every uploaded file.\r\n\r\nIf you disable it extra checks will be added to try to preserve the original name of the file. If an item with the same name already exists the new one will have a number added at the end.</info>','<title>Use MD5 for File Names</title><info>If enabled the script will use an md5 hash for the file names of every uploaded file.\r\n\r\nIf you disable it extra checks will be added to try to preserve the original name of the file. If an item with the same name already exists the new one will have a number added at the end.</info>',1334918381),(1364,'en','core','phpfox','3.3.0beta1','setting_no_follow_on_external_links','<title>Add rel=\"nofollow\" on External Links</title><info>If enabled this feature provides a way for webmasters to tell search engines to not follow any external links.</info>','<title>Add rel=\"nofollow\" on External Links</title><info>If enabled this feature provides a way for webmasters to tell search engines to not follow any external links.</info>',1336977764),(1365,'en','core','phpfox','3.3.0beta1','setting_rackspace_username','<title>Rackspace Username</title><info>Enter your Rackspace username.</info>','<title>Rackspace Username</title><info>Enter your Rackspace username.</info>',1339346243),(1366,'en','core','phpfox','3.3.0beta1','setting_rackspace_key','<title>Rackspace API Key</title><info>Enter your Rackspace API key.</info>','<title>Rackspace API Key</title><info>Enter your Rackspace API key.</info>',1339346279),(1367,'en','core','phpfox','3.3.0beta1','setting_rackspace_container','<title>Rackspace Container</title><info>Enter your Rackspace container.</info>','<title>Rackspace Container</title><info>Enter your Rackspace container.</info>',1339346351),(1368,'en','core','phpfox','3.3.0beta1','setting_rackspace_url','<title>Rackspace Container URL</title><info>Enter your Rackspace Container URL.</info>','<title>Rackspace Container URL</title><info>Enter your Rackspace Container URL.</info>',1339349782),(1369,'en','core','phpfox','3.3.0beta2','mobile_search','Search...','Search...',1340276312),(1370,'en','core','phpfox','3.3.0rc1','error','Error','Error',1341560923),(1371,'en','core','phpfox','3.4.0beta1','user_setting_can_gift_points','Can members of this user group gift activity points?','Can members of this user group gift activity points?',1345646843),(1372,'en','core','phpfox','3.4.0beta1','purchase','Purchase','Purchase',1347865347),(1373,'en','core','phpfox','3.4.0beta1','fromrow_torow_of_totalrows_results','{fromRow}-{toRow} of {totalRows} Results','{fromRow}-{toRow} of {totalRows} Results',1347881796),(1374,'en','core','phpfox','3.4.0rc1','gift_sent_successfully','Gift sent successfully','Gift sent successfully',1349857067),(1375,'en','core','phpfox','3.4.0rc1','you_are_about_to_gift_activity_points','You are about to gift activity points to the user <strong>{full_name}</strong>. These points will be taken from your activity points. <br /> At this moment you have <strong>{current}</strong> points available to gift.','You are about to gift activity points to the user <strong>{full_name}</strong>. These points will be taken from your activity points. <br /> At this moment you have <strong>{current}</strong> points available to gift.',1349857399),(1376,'en','core','phpfox','3.4.0rc1','you_only_have_one_point_available','You only have one point available, do you want to give it away to {full_name}?','You only have one point available, do you want to give it away to {full_name}?',1349857434),(1377,'en','core','phpfox','3.4.0rc1','gift_points','Gift Points','Gift Points',1349857455),(1378,'en','core','phpfox','3.4.0rc1','how_many_points_do_you_want_to_gift_away','How many points do you want to gift away?','How many points do you want to gift away?',1349857462),(1379,'en','core','phpfox','3.4.0rc1','unfortunately_you_do_not_have_enough_points_to_gift_away','Unfortunately you do not have enough points to gift away, but you can earn more points by being more active in the site.','Unfortunately you do not have enough points to gift away, but you can earn more points by being more active in the site.',1349857479),(1380,'en','core','phpfox','3.5.0beta1','setting_keep_files_in_server','<title>Keep Files In Server</title><info>Set this to TRUE to keep original files on the server.</info>','<title>Keep Files In Server</title><info>Set this to TRUE to keep original files on the server.</info>',1353415860),(1381,'en','core','phpfox','3.5.0beta1','setting_google_api_key','<title>Google API Key</title><info>Google offers many services that require an API key (like the Places service), enter your Google API key here.\r\n\r\nMore information on how to get an API key can be found <a href=\"https://developers.google.com/maps/documentation/javascript/tutorial#api_key\">here</a>.</info>','<title>Google API Key</title><info>Google offers many services that require an API key (like the Places service), enter your Google API key here.\r\n\r\nMore information on how to get an API key can be found <a href=\"https://developers.google.com/maps/documentation/javascript/tutorial#api_key\">here</a>.</info>',1353588797),(1382,'en','core','phpfox','3.5.0','setting_activity_feed_line_breaks','<title>Activity Feed Line Breaks</title><info>This feature controls how many line breaks to show in activity feed posts and comments. To enable this feature simply add a number higher than 0.</info>','<title>Activity Feed Line Breaks</title><info>This feature controls how many line breaks to show in activity feed posts and comments. To enable this feature simply add a number higher than 0.</info>',1361864310),(1383,'en','core','phpfox','3.6.0rc1','setting_include_master_files','<title>JS/CSS Include Master Files</title><info>This setting is designed to create 1 JS and 1 CSS master file so it would only be loaded once by the browser. Then when a user visits a page it will load another file that is specific to that page only. The file will be a lot smaller since it does not have any of the master data.</info>','<title>JS/CSS Include Master Files</title><info>This setting is designed to create 1 JS and 1 CSS master file so it would only be loaded once by the browser. Then when a user visits a page it will load another file that is specific to that page only. The file will be a lot smaller since it does not have any of the master data.</info>',1371725536),(1384,'en','core','phpfox','3.6.0rc1','setting_defer_loading_user_images','<title>Defer Profile Images</title><info>Load profile images after the site has loaded.</info>','<title>Defer Profile Images</title><info>Load profile images after the site has loaded.</info>',1371725698),(1385,'en','core','phpfox','3.6.0rc1','setting_defer_loading_images','<title>Defer Photos</title><info>Load photos from the Photo module after the site has loaded.</info>','<title>Defer Photos</title><info>Load photos from the Photo module after the site has loaded.</info>',1371725751),(1386,'en','core','phpfox','3.6.0rc1','setting_keep_non_square_images','<title>Keep Non Square Images</title><info>By default we create 2 thumbnails for each image. One keeps the original aspect ratio and the other is a fixed square image. With our current themes we only use the fixed square images. The original aspect ratio images are not really needed and disabling this feature is advised.</info>','<title>Keep Non Square Images</title><info>By default we create 2 thumbnails for each image. One keeps the original aspect ratio and the other is a fixed square image. With our current themes we only use the fixed square images. The original aspect ratio images are not really needed and disabling this feature is advised.</info>',1371726679),(1387,'en','core','phpfox','3.6.0rc1','setting_controllers_to_load_delayed','<title>Load sections via AJAX</title><info>You can define an array of controllers that will be loaded after the site has been loaded via AJAX.</info>','<title>Load sections via AJAX</title><info>You can define an array of controllers that will be loaded after the site has been loaded via AJAX.</info>',1371726829),(1388,'en','core','phpfox','3.6.0rc1','setting_super_cache_system','<title>Global Caching</title><info>Global caching setting. Enable to turn on caching system on several areas. Drops database queries.</info>','<title>Global Caching</title><info>Global caching setting. Enable to turn on caching system on several areas. Drops database queries.</info>',1371727047),(1389,'en','core','phpfox','3.6.0rc1','setting_store_only_users_in_session','<title>Only Users in Session Table</title><info>Only store users in the session table. Keeps bots and guests out from this table.</info>','<title>Only Users in Session Table</title><info>Only store users in the session table. Keeps bots and guests out from this table.</info>',1371732076),(1390,'en','core','phpfox','3.6.0rc1','setting_push_jscss_to_cdn','<title>Upload CSS/JS to CDN</title><info>Upload minified CSS/JS to CDN if minified files is enabled. Note you will still need to manually upload your themes images. This only works for CSS and JavaScript files.</info>','<title>Upload CSS/JS to CDN</title><info>Upload minified CSS/JS to CDN if minified files is enabled. Note you will still need to manually upload your themes images. This only works for CSS and JavaScript files.</info>',1371732268),(1391,'en','core','phpfox','3.6.0rc1','setting_include_site_title_all_pages','<title>Remove Site Title</title><info>Removes site title on all pages other then the index page and if a page has no title. This is to assist with duplicate content.</info>','<title>Remove Site Title</title><info>Removes site title on all pages other then the index page and if a page has no title. This is to assist with duplicate content.</info>',1371732664),(1392,'en','core','phpfox','3.6.0rc1','setting_force_404_check','<title>Force 404 Check</title><info>Enable to force 404 checks on sub-pages that do not exist. This works in selective sections.</info>','<title>Force 404 Check</title><info>Enable to force 404 checks on sub-pages that do not exist. This works in selective sections.</info>',1371732723),(1393,'en','core','phpfox','3.6.0rc1','setting_enable_html_purifier','<title>HTML PURIFIER</title><info>If enabled we will use a 3rd party library to assist in parsing content submitted by your users. Only enable this if you allow HTML on your site. To learn more about this product check out:\r\nhttp://htmlpurifier.org/\r\n\r\nYou can find additional settings in the file:\r\ninclude/setting/htmlpurifier.sett.php.new</info>','<title>HTML PURIFIER</title><info>If enabled we will use a 3rd party library to assist in parsing content submitted by your users. Only enable this if you allow HTML on your site. To learn more about this product check out:\r\nhttp://htmlpurifier.org/\r\n\r\nYou can find additional settings in the file:\r\ninclude/setting/htmlpurifier.sett.php.new</info>',1371733020),(1394,'en','core','phpfox','3.6.0rc1','setting_group_security','<title>Security</title><info>Manage security settings for your site.</info>','<title>Security</title><info>Manage security settings for your site.</info>',1371733071),(1395,'en','core','phpfox','3.6.0rc1','setting_force_secure_site','<title>Force HTTPS for Logged In Users</title><info>Enable to make all connections secure when a user is logged in. <b>Notice:</b> Your server must have HTTPS support.</info>','<title>Force HTTPS for Logged In Users</title><info>Enable to make all connections secure when a user is logged in. <b>Notice:</b> Your server must have HTTPS support.</info>',1371733146),(1396,'en','core','phpfox','3.6.0rc1','setting_use_custom_cookie_names','<title>Custom Cookie Names</title><info>Enable to use custom cookie names</info>','<title>Custom Cookie Names</title><info>Enable to use custom cookie names</info>',1371733182),(1397,'en','core','phpfox','3.6.0rc1','setting_custom_cookie_names_hash','<title>Custom Cookie Name Unique Salt</title><info>Create your own unique cookie name salt.</info>','<title>Custom Cookie Name Unique Salt</title><info>Create your own unique cookie name salt.</info>',1371733247),(1398,'en','core','phpfox','3.6.0rc1','setting_protect_admincp_with_ips','<title>AdminCP IP Access</title><info>Allow access to the AdminCP if an IP is added to this list. Comma separated.</info>','<title>AdminCP IP Access</title><info>Allow access to the AdminCP if an IP is added to this list. Comma separated.</info>',1371733289),(1399,'en','core','phpfox','3.6.0rc1','setting_auth_user_via_session','<title>Authenticate Users via Database Session Log</title><info>If you enable this option we will authenticate users via a database session log.</info>','<title>Authenticate Users via Database Session Log</title><info>If you enable this option we will authenticate users via a database session log.</info>',1371733504),(1400,'en','core','phpfox','3.6.0rc1','setting_include_ip_sub_id_hash','<title>User IP Substring in ID Hash</title><info>Enable to include a users IP substring in the ID hash. This makes it much harder for users to hijack another users session.</info>','<title>User IP Substring in ID Hash</title><info>Enable to include a users IP substring in the ID hash. This makes it much harder for users to hijack another users session.</info>',1371733576),(1401,'en','core','phpfox','3.6.0rc1','setting_id_hash_salt','<title>Unique Salt for ID Hash</title><info>Create your own unique hash for the authenticating ID hash.</info>','<title>Unique Salt for ID Hash</title><info>Create your own unique hash for the authenticating ID hash.</info>',1371733619),(1402,'en','core','phpfox','3.6.0rc1','setting_check_body_for_text','<title>HTML Body Check</title><info>Enable to check HTML body for specific text.</info>','<title>HTML Body Check</title><info>Enable to check HTML body for specific text.</info>',1371733697),(1403,'en','core','phpfox','3.6.0rc1','setting_check_body_regex','<title>HTML Body Check REGEX</title><info>Add your custom REGEX to check the HTML body.</info>','<title>HTML Body Check REGEX</title><info>Add your custom REGEX to check the HTML body.</info>',1371733742),(1404,'en','core','phpfox','3.6.0rc1','setting_check_body_offline_message','<title>HTML Body Check Failed Message</title><info>If the REGEX check fails, add a message we should display.</info>','<title>HTML Body Check Failed Message</title><info>If the REGEX check fails, add a message we should display.</info>',1371733838),(1405,'en','core','phpfox','3.6.0rc1','setting_check_body_header','<title>HTML Body Check Failed Response</title><info>Custom header to send the browser in case the HTML body check REGEX fails.</info>','<title>HTML Body Check Failed Response</title><info>Custom header to send the browser in case the HTML body check REGEX fails.</info>',1371733888),(1406,'en','core','phpfox','3.6.0rc1','setting_html_purifier_allowed_html','<title>HTML PURIFIER Allowed HTML</title><info>Comma separated list of HTML elements and attributes HTML Purifier should allow.\r\n\r\nTo learn more on how this setting works check out:\r\nhttp://htmlpurifier.org/live/configdoc/plain.html#HTML.Allowed</info>','<title>HTML PURIFIER Allowed HTML</title><info>Comma separated list of HTML elements and attributes HTML Purifier should allow.\r\n\r\nTo learn more on how this setting works check out:\r\nhttp://htmlpurifier.org/live/configdoc/plain.html#HTML.Allowed</info>',1371734080),(1407,'en','core','phpfox','3.6.0rc1','setting_html_purifier_allowed_iframes','<title>HTML PURIFIER Allowed IFRAMES REGEX</title><info>REGEX of sites HTML Purifier should allow when users use HTML IFRAMES.</info>','<title>HTML PURIFIER Allowed IFRAMES REGEX</title><info>REGEX of sites HTML Purifier should allow when users use HTML IFRAMES.</info>',1371734180),(1408,'en','core','phpfox','3.7.0beta1','setting_city_in_registration','<title>City in Registration</title><info>Enable this setting to allow visitors to enter their city when they are creating their account.</info>','<title>City in Registration</title><info>Enable this setting to allow visitors to enter their city when they are creating their account.</info>',1373891053),(1409,'en','core','phpfox','3.7.0beta1','original_url','Original URL','Original URL',1374048801),(1410,'en','core','phpfox','3.7.0beta1','replacement_url','Replacement URL','Replacement URL',1374048834),(1411,'en','custom','phpfox','2.0.0alpha3','module_custom','Custom Fields','Custom Fields',1238394705),(1412,'en','custom','phpfox','2.0.0alpha3','user_setting_can_edit_own_custom_field','Can edit own custom fields?','Can edit own custom fields?',1238403255),(1413,'en','custom','phpfox','2.0.0alpha3','user_setting_can_edit_other_custom_fields','Can edit other custom fields?','Can edit other custom fields?',1238403455),(1414,'en','custom','phpfox','2.0.0alpha3','admin_menu_add_custom_field','Add Custom Field','Add Custom Field',1238430261),(1415,'en','custom','phpfox','2.0.0alpha3','admin_menu_manage_custom_fields','Manage Custom Fields','Manage Custom Fields',1238611269),(1416,'en','custom','phpfox','2.0.0alpha3','user_setting_can_add_custom_fields','Can add new custom fields?','Can add new custom fields?',1238611534),(1417,'en','custom','phpfox','2.0.0alpha3','setting_hide_custom_fields_when_empty','<title>Hide Empty Custom Fields (Users Profile)</title><info>Define if we should hide custom fields that are empty when a user is viewing their profile without visiting the design page.</info>','<title>Hide Empty Custom Fields (Users Profile)</title><info>Define if we should hide custom fields that are empty when a user is viewing their profile without visiting the design page.</info>',1238613571),(1418,'en','custom','phpfox','2.0.0alpha3','admin_menu_add_custom_group','Add Custom Group','Add Custom Group',1238665028),(1419,'en','custom','phpfox','2.0.0alpha3','user_setting_can_add_custom_fields_group','Can add a group for custom fields?','Can add a group for custom fields?',1238665815),(1420,'en','custom','phpfox','2.0.0beta1','user_setting_has_special_custom_fields','Can have special custom fields?','Can have special custom fields?',1240596597),(1421,'en','custom','phpfox','2.0.0beta1','user_setting_custom_table_name','Custom field database table name?','Custom field database table name?',1240597480),(1422,'en','custom','phpfox','2.0.0beta1','admincp_custom_fields','Custom Fields','Custom Fields',1241342492),(1423,'en','custom','phpfox','2.0.0rc3','nothing_added_yet_click_to_edit','Nothing added yet. Click <a href=\"#\" onclick=\"{link}\">here</a> to edit.','Nothing added yet. Click <a href=\"#\" onclick=\"{link}\">here</a> to edit.',1254382815),(1424,'en','custom','phpfox','2.0.0rc3','select_a_product_this_custom_field_will_belong_to','Select a product this custom field will belong to.','Select a product this custom field will belong to.',1254383181),(1425,'en','custom','phpfox','2.0.0rc3','select_a_module_this_custom_field_will_belong_to','Select a module this custom field will belong to.','Select a module this custom field will belong to.',1254383838),(1426,'en','custom','phpfox','2.0.0rc3','select_where_this_custom_field_should_be_located','Select where this custom field should be located.','Select where this custom field should be located.',1254383854),(1427,'en','custom','phpfox','2.0.0rc3','group_successfully_updated','Group successfully updated.','Group successfully updated.',1254383870),(1428,'en','custom','phpfox','2.0.0rc3','group_successfully_added','Group successfully added.','Group successfully added.',1254383896),(1429,'en','custom','phpfox','2.0.0rc3','add_a_new_custom_group','Add a New Custom Group','Add a New Custom Group',1254383958),(1430,'en','custom','phpfox','2.0.0rc3','select_what_type_of_custom_field_this_is','Select what type of custom field this is.','Select what type of custom field this is.',1254384409),(1431,'en','custom','phpfox','2.0.0rc3','field_successfully_updated','Field successfully updated.','Field successfully updated.',1254384441),(1432,'en','custom','phpfox','2.0.0rc3','field_successfully_added','Field successfully added.','Field successfully added.',1254384461),(1433,'en','custom','phpfox','2.0.0rc3','add_a_new_custom_field','Add a New Custom Field','Add a New Custom Field',1254384520),(1434,'en','custom','phpfox','2.0.0rc3','custom_group_successfully_deleted','Custom group successfully deleted.','Custom group successfully deleted.',1254384555),(1435,'en','custom','phpfox','2.0.0rc3','custom_fields_successfully_updated','Custom fields successfully updated.','Custom fields successfully updated.',1254384566),(1436,'en','custom','phpfox','2.0.0rc3','manage_custom_fields','Manage Custom Fields','Manage Custom Fields',1254384579),(1437,'en','custom','phpfox','2.0.0rc3','provide_a_module_for_this_group_to_belong_to','Provide a module for this group to belong to.','Provide a module for this group to belong to.',1254384647),(1438,'en','custom','phpfox','2.0.0rc3','provide_a_name_for_this_group','Provide a name for this group.','Provide a name for this group.',1254384681),(1439,'en','custom','phpfox','2.0.0rc3','there_is_already_a_group_with_the_same_name','There is already a group with the same name.','There is already a group with the same name.',1254384698),(1440,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_group','Unable to find the custom group.','Unable to find the custom group.',1254384946),(1441,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_group_you_plan_on_deleting','Unable to find the group you plan on deleting.','Unable to find the group you plan on deleting.',1254384964),(1442,'en','custom','phpfox','2.0.0rc3','not_a_valid_custom_field_to_edit','Not a valid custom field to edit.','Not a valid custom field to edit.',1254385041),(1443,'en','custom','phpfox','2.0.0rc3','you_do_not_have_permission_to_edit_this_field','You do not have permission to edit this field.','You do not have permission to edit this field.',1254385054),(1444,'en','custom','phpfox','2.0.0rc3','updating','Updating','Updating',1254385075),(1445,'en','custom','phpfox','2.0.0rc3','cancel','cancel','cancel',1254385096),(1446,'en','custom','phpfox','2.0.0rc3','provide_a_name_for_the_custom_field','Provide a name for the custom field.','Provide a name for the custom field.',1254385184),(1447,'en','custom','phpfox','2.0.0rc3','name_of_this_custom_field_is_already_in_use','Name of this custom field is already in use.','Name of this custom field is already in use.',1254385200),(1448,'en','custom','phpfox','2.0.0rc3','not_a_valid_type_of_custom_field','Not a valid type of custom field.','Not a valid type of custom field.',1254385228),(1449,'en','custom','phpfox','2.0.0rc3','you_have_selected_that_this_field_is_a_select_custom_field_which_requires_at_least_one_option','You have selected that this field is a \"select\" custom field, which requires at least one option.','You have selected that this field is a \"select\" custom field, which requires at least one option.',1254385243),(1450,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_field','Unable to find the custom field.','Unable to find the custom field.',1254385584),(1451,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_field_you_want_to_delete','Unable to find the custom field you want to delete.','Unable to find the custom field you want to delete.',1254385593),(1452,'en','custom','phpfox','2.0.0rc3','unable_to_find_the_custom_option_you_plan_on_deleting','Unable to find the custom option you plan on deleting.','Unable to find the custom option you plan on deleting.',1254385607),(1453,'en','custom','phpfox','2.0.0rc3','are_you_sure_you_want_to_delete_this_custom_option','Are you sure you want to delete this custom option?\r\n\r\nNote that anyone using this option will revert to using the default option set for this custom field.','Are you sure you want to delete this custom option?\r\n\r\nNote that anyone using this option will revert to using the default option set for this custom field.',1254385722),(1454,'en','custom','phpfox','2.0.0rc3','select','Select','Select',1254387580),(1455,'en','custom','phpfox','2.0.0rc3','no_answer','No Answer','No Answer',1254387590),(1456,'en','custom','phpfox','2.0.0rc3','group_details','Group Details','Group Details',1254387601),(1457,'en','custom','phpfox','2.0.0rc3','location','Location','Location',1254387608),(1458,'en','custom','phpfox','2.0.0rc3','user_group','User Group','User Group',1254387623),(1459,'en','custom','phpfox','2.0.0rc3','select_only_if_you_want_a_specific_user_group_to_have_special_custom_fields','Select only if you want a specific user group to have special custom fields.','Select only if you want a specific user group to have special custom fields.',1254387639),(1460,'en','custom','phpfox','2.0.0rc3','group','Group','Group',1254387647),(1461,'en','custom','phpfox','2.0.0rc3','add_group','Add Group','Add Group',1254387667),(1462,'en','custom','phpfox','2.0.0rc3','cancel_uppercase','Cancel','Cancel',1254387686),(1463,'en','custom','phpfox','2.0.0rc3','field_details','Field Details','Field Details',1254387694),(1464,'en','custom','phpfox','2.0.0rc3','create_a_new_group','Create a New Group','Create a New Group',1254388379),(1465,'en','custom','phpfox','2.0.0rc3','required','Required','Required',1254388430),(1466,'en','custom','phpfox','2.0.0rc3','yes','Yes','Yes',1254388436),(1467,'en','custom','phpfox','2.0.0rc3','no','No','No',1254388445),(1468,'en','custom','phpfox','2.0.0rc3','type','Type','Type',1254388454),(1469,'en','custom','phpfox','2.0.0rc3','large_text_area','Large Text Area','Large Text Area',1254388469),(1470,'en','custom','phpfox','2.0.0rc3','small_text_area_255_characters_max','Small Text Area (255 Characters Max)','Small Text Area (255 Characters Max)',1254388477),(1471,'en','custom','phpfox','2.0.0rc3','selection','Selection','Selection',1254388483),(1472,'en','custom','phpfox','2.0.0rc3','field_name_amp_values','Field Name & Values','Field Name & Values',1254388493),(1473,'en','custom','phpfox','2.0.0rc3','name','Name','Name',1254388502),(1474,'en','custom','phpfox','2.0.0rc3','current_values','Current Values','Current Values',1254388513),(1475,'en','custom','phpfox','2.0.0rc3','option_count','Option {count}','Option {count}',1254388554),(1476,'en','custom','phpfox','2.0.0rc3','values','Values','Values',1254388568),(1477,'en','custom','phpfox','2.0.0rc3','option_html_count','Option <span class=\"js_option_count\"></span>','Option <span class=\"js_option_count\"></span>',1254388585),(1478,'en','custom','phpfox','2.0.0rc3','add_new_option','Add New Option','Add New Option',1254388596),(1479,'en','custom','phpfox','2.0.0rc3','update','Update','Update',1254388602),(1480,'en','custom','phpfox','2.0.0rc3','add','Add','Add',1254388609),(1481,'en','custom','phpfox','2.0.0rc3','edit','Edit','Edit',1254388627),(1482,'en','custom','phpfox','2.0.0rc3','set_to_inactive','Set to Inactive','Set to Inactive',1254388637),(1483,'en','custom','phpfox','2.0.0rc3','delete','Delete','Delete',1254388643),(1484,'en','custom','phpfox','2.0.0rc3','custom_fields','Custom Fields','Custom Fields',1254388653),(1485,'en','custom','phpfox','2.0.0rc3','general','General','General',1254388664),(1486,'en','custom','phpfox','2.0.0rc3','update_order','Update Order','Update Order',1254388687),(1487,'en','custom','phpfox','2.0.0rc3','no_custom_fields_have_been_added','No custom fields have been added.','No custom fields have been added.',1254388696),(1488,'en','custom','phpfox','2.0.0','include_on_registration','Include on Registration','Include on Registration',1261424334),(1489,'en','custom','phpfox','2.0.4','user_setting_can_manage_custom_fields','Can manage custom fields?','Can manage custom fields?',1267027044),(1490,'en','custom','phpfox','2.0.5','submit','Submit','Submit',1273137049),(1491,'en','custom','phpfox','2.0.7','table_does_not_exist','The table you are attempting to use ({sTableName}) does not exist. Please go to your database manager and create the table.','The table you are attempting to use ({sTableName}) does not exist. Please go to your database manager and create the table.',1288716106),(1492,'en','custom','phpfox','3.0.0beta1','user_setting_can_have_relationship','Can members of this user group define their relationship status?','Can members of this user group define their relationship status?',1305879106),(1493,'en','custom','phpfox','3.0.0beta1','admin_menu_manage_relationships','Manage Relationship Statuses','Manage Relationship Statuses',1305879144),(1494,'en','custom','phpfox','3.0.0beta1','custom_relation_blank','','',1305882451),(1495,'en','custom','phpfox','3.0.0beta1','custom_relation_single','Single','Single',1305882680),(1496,'en','custom','phpfox','3.0.0beta1','custom_relation_engaged','Engaged','Engaged',1305882691),(1497,'en','custom','phpfox','3.0.0beta1','custom_relation_married','Married','Married',1305882698),(1498,'en','custom','phpfox','3.0.0beta1','custom_relation_it_s_complicated','It\'s complicated','It\'s complicated',1305882857),(1499,'en','custom','phpfox','3.0.0beta1','custom_relation_in_an_open_relationship','In an open relationship','In an open relationship',1305882905),(1500,'en','custom','phpfox','3.0.0beta1','custom_relation_widowed','Widowed','Widowed',1305882984),(1501,'en','custom','phpfox','3.0.0beta1','custom_relation_separated','Separated','Separated',1305882992),(1502,'en','custom','phpfox','3.0.0beta1','custom_relation_divorced','Divorced','Divorced',1305883008),(1503,'en','custom','phpfox','3.0.0beta1','relationship_status','Relationship Status:','Relationship Status:',1305884797),(1504,'en','custom','phpfox','3.0.0beta1','custom_relation_single_new','is single','is single',1306403775),(1505,'en','custom','phpfox','3.0.0beta1','user_is_no_longer_listed_as','is no longer listed as \"{previous}\"','is no longer listed as \"{previous}\"',1306412736),(1506,'en','custom','phpfox','3.0.0beta1','custom_relation_engaged_new','is engaged','is engaged',1306413530),(1507,'en','custom','phpfox','3.0.0beta1','custom_relation_engaged_with','is engaged to {with_full_name}','is engaged to {with_full_name}',1306413743),(1508,'en','custom','phpfox','3.0.0beta1','custom_relation_married_with','is married to {with_full_name}','is married to {with_full_name}',1306415046),(1509,'en','custom','phpfox','3.0.0beta1','custom_relation_married_new','is married','is married',1306415429),(1510,'en','custom','phpfox','3.0.0beta1','custom_relation_it_s_complicated_new','is in a relationship and it\'s complicated','is in a relationship and it\'s complicated',1306417354),(1511,'en','custom','phpfox','3.0.0beta1','custom_relation_it_s_complicated_with','is in a complicated relationship with {with_full_name}','is in a complicated relationship with {with_full_name}',1306418181),(1512,'en','custom','phpfox','3.0.0beta1','custom_relation_in_an_open_relationship_new','is in an open relationship','is in an open relationship',1306418345),(1513,'en','custom','phpfox','3.0.0beta1','custom_relation_in_an_open_relationship_with','is in an open relationship with {with_full_name}','is in an open relationship with {with_full_name}',1306477750),(1514,'en','custom','phpfox','3.0.0beta1','custom_relation_widowed_new','has lost {their} loved one','has lost {their} loved one',1306482879),(1515,'en','custom','phpfox','3.0.0beta1','custom_relation_custom_relation_separated_with','is no longer with {with_full_name}','is no longer with {with_full_name}',1306744450),(1516,'en','custom','phpfox','3.0.0beta1','custom_relation_custom_relation_separated_new','is no longer with {with_full_name}','is no longer with {with_full_name}',1306744460),(1517,'en','custom','phpfox','3.0.0beta1','custom_relation_separated_with','is no longer with {with_full_name}','is no longer with {with_full_name}',1306744557),(1518,'en','custom','phpfox','3.0.0beta1','custom_relation_separated_new','is no longer with {with_full_name}','is no longer with {with_full_name}',1306744557),(1519,'en','custom','phpfox','3.0.0beta1','custom_relation_divorced_with','is now divorced','is now divorced',1306744851),(1520,'en','custom','phpfox','3.0.0beta1','custom_relation_divorced_new','','',1306744851),(1521,'en','custom','phpfox','3.0.0beta1','custom_relation_cheating_with','is cheating on his relationship with {with_full_name}','is cheating on his relationship with {with_full_name}',1306744882),(1522,'en','custom','phpfox','3.0.0beta1','custom_relation_cheating_new','is being unfaithful','is being unfaithful',1306744882),(1523,'en','custom','phpfox','3.0.0beta1','custom_relation_blank_with','is no longer listed as {previous_status}','is no longer listed as {previous_status}',1306744911),(1524,'en','custom','phpfox','3.0.0beta1','custom_relation_blank_new','','',1306744911),(1525,'en','custom','phpfox','3.0.0beta1','custom_relation_in_a_relationship','In a relationship','In a relationship',1309168519),(1526,'en','custom','phpfox','3.0.0beta1','custom_relation_in_a_relationship_with','{full_name} is in a relationship','{full_name} is in a relationship',1309168519),(1527,'en','custom','phpfox','3.0.0beta1','custom_relation_in_a_relationship_new','{full_name} is in a relationship','{full_name} is in a relationship',1309168519),(1528,'en','custom','phpfox','3.0.0beta1','relation_went_from_old_status_to_new_status','went from being \"{sOldStatus}\" to \"{sNewStatus}\"','went from being \"{sOldStatus}\" to \"{sNewStatus}\"',1309169257),(1529,'en','custom','phpfox','','custom_relation_single_with','is Single','is Single',1309169257),(1530,'en','custom','phpfox','3.0.0beta5','could_not_delete','Could not delete','Could not delete',1319184040),(1531,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_change_on_phrase_var_name','{full_name} liked your change on \"{phrase_var_name}\"','{full_name} liked your change on \"{phrase_var_name}\"',1319533243),(1532,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_change_on_message','{full_name} liked your change on \"<a href=\"{link}\">{phrase_var_name}</a>\"\r\nTo view this update follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your change on \"<a href=\"{link}\">{phrase_var_name}</a>\"\r\nTo view this update follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319533321),(1533,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_change_in_relationship_title','{full_name} liked your change in relationship \"{title}\"','{full_name} liked your change in relationship \"{title}\"',1319533383),(1534,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_change_in_relationship_message','{full_name} liked your change in relationship \"<a href=\"{link}\">{title}</a>\"\r\nTo view this follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your change in relationship \"<a href=\"{link}\">{title}</a>\"\r\nTo view this follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319534017),(1535,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_photo_title','{full_name} liked your photo \"{title}\"','{full_name} liked your photo \"{title}\"',1319535072),(1536,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_photo_message','{full_name} liked your photo \"<a href=\"{link}\">{title}</a>\"\r\nTo view this photo follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your photo \"<a href=\"{link}\">{title}</a>\"\r\nTo view this photo follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319535150),(1537,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_photo_album_name','{full_name} liked your photo album \"{name}\"','{full_name} liked your photo album \"{name}\"',1319535205),(1538,'en','custom','phpfox','3.0.0beta5','full_name_liked_your_photo_album_message','{full_name} liked your photo album \"<a href=\"{link}\">{name}</a>\"\r\nTo view this photo album follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your photo album \"<a href=\"{link}\">{name}</a>\"\r\nTo view this photo album follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319535835),(1539,'en','custom','phpfox','3.0.0beta5','users_liked_gender_own_profile_update_title','{users} liked {gender} own profile update \"{title}\"','{users} liked {gender} own profile update \"{title}\"',1319542994),(1540,'en','custom','phpfox','3.0.0beta5','users_liked_your_profile_update_title','{users} liked your profile update \"{title}\"','{users} liked your profile update \"{title}\"',1319543032),(1541,'en','custom','phpfox','3.0.0beta5','users_liked_span_class_drop_data_user_row_full_name','{users} liked <span class=\"drop_data_user\">{row_full_name}\'s</span> profile update \"{title}\"','{users} liked <span class=\"drop_data_user\">{row_full_name}\'s</span> profile update \"{title}\"',1319543079),(1542,'en','custom','phpfox','3.0.0beta5','name_commented_on_your_profile_update_title','{name} commented on your profile update \"{title}\".','{name} commented on your profile update \"{title}\".',1319543288),(1543,'en','custom','phpfox','3.0.0beta5','name_commented_on_your_profile_update_a_href_link_content_a','{name} commented on your profile_update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{name} commented on your profile_update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319543350),(1544,'en','custom','phpfox','3.0.0beta5','name_commented_on_gender_profile_update','{name} commented on {gender} profile update.','{name} commented on {gender} profile update.',1319543391),(1545,'en','custom','phpfox','3.0.0beta5','name_commented_on_full_name_s_profile_update','{name} commented on {full_name}\'s profile update.','{name} commented on {full_name}\'s profile update.',1319543433),(1546,'en','custom','phpfox','3.0.0beta5','user_commented_on_gender_profile_update_message','{user} commented on {gender} profile update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user} commented on {gender} profile update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319543511),(1547,'en','custom','phpfox','3.0.0beta5','name_commented_on_full_name_s_profile_update_message','{name} commented on {full_name}\'s profile update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{name} commented on {full_name}\'s profile update \"<a href=\"{link}\">{content}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319543604),(1548,'en','custom','phpfox','3.0.0beta5','unable_to_post_a_comment_on_this_item_due_to_privacy_settings','Unable to post a comment on this item due to privacy settings.','Unable to post a comment on this item due to privacy settings.',1319543675),(1549,'en','custom','phpfox','3.0.0beta5','users_commented_on_gender_album_title','{users} commented on {gender} album \"{title}\"','{users} commented on {gender} album \"{title}\"',1319543768),(1550,'en','custom','phpfox','3.0.0beta5','users_commented_on_your_relationship_status_title','{users} commented on your relationship status \"{title}\"','{users} commented on your relationship status \"{title}\"',1319543805),(1551,'en','custom','phpfox','3.0.0beta5','users_commented_on_span_class_drop_data_user_full_name_s_span_relationship_status_title','{users} commented on <span class=\"drop_data_user\">{full_name}\'s</span> relationship status \"{title}\"','{users} commented on <span class=\"drop_data_user\">{full_name}\'s</span> relationship status \"{title}\"',1319543843),(1552,'en','custom','phpfox','3.0.0beta5','users_liked_gender_own_relationship_status_title','{users} liked {gender} own relationship status \"{title}\"','{users} liked {gender} own relationship status \"{title}\"',1319543942),(1553,'en','custom','phpfox','3.0.0beta5','users_liked_your_relationship_status_title','{users} liked your relationship status \"{title}\"','{users} liked your relationship status \"{title}\"',1319543985),(1554,'en','custom','phpfox','3.0.0beta5','users_liked_span_class_drop_data_user_full_name_s_span_relationship_status_title','{users} liked <span class=\"drop_data_user\">{full_name}\'s</span> relationship status \"{title}\"','{users} liked <span class=\"drop_data_user\">{full_name}\'s</span> relationship status \"{title}\"',1319544025),(1555,'en','custom','phpfox','3.0.0beta5','import_custom_fields','Import Custom Fields','Import Custom Fields',1319544058),(1556,'en','custom','phpfox','3.0.0beta5','invalid_callback_on_comment','Invalid callback on comment.','Invalid callback on comment.',1319544079),(1557,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_your_profile_update_title','{full_name} commented on your profile update \"{title}\".','{full_name} commented on your profile update \"{title}\".',1319544106),(1558,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_your_profile_update_message','{full_name} commented on your profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on your profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319544208),(1559,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_gender_profile_update','{full_name} commented on {gender} profile update.','{full_name} commented on {gender} profile update.',1319544257),(1560,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_row_full_name_s_video','{full_name} commented on {row_full_name}\'s video.','{full_name} commented on {row_full_name}\'s video.',1319544297),(1561,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_gender_profile_update_message','{full_name} commented on {gender} profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {gender} profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319544379),(1562,'en','custom','phpfox','3.0.0beta5','full_name_commented_on_row_full_name_s_profile_update','{full_name} commented on {row_full_name}\'s profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {row_full_name}\'s profile update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319544494),(1563,'en','custom','phpfox','3.0.0beta5','users_commented_on_gender_profile_update_title','{users} commented on {gender} profile update \"{title}\"','{users} commented on {gender} profile update \"{title}\"',1319545221),(1564,'en','custom','phpfox','3.0.0beta5','users_commented_on_your_profile_update_title','{users} commented on your profile update \"{title}\"','{users} commented on your profile update \"{title}\"',1319545268),(1565,'en','custom','phpfox','3.0.0beta5','users_commented_on_span_class_drop_data_user_row_full_name_s_span_profile_update_title','{users} commented on <span class=\"drop_data_user\">{row_full_name}\'s</span> profile update \"{title}\"','{users} commented on <span class=\"drop_data_user\">{row_full_name}\'s</span> profile update \"{title}\"',1319545739),(1566,'en','custom','phpfox','3.0.0rc2','relationship_status_confirmed','Relationship status confirmed','Relationship status confirmed',1321349812),(1567,'en','custom','phpfox','3.0.0rc2','full_name_and_full_name_with_are_now_phrase_var_name','{full_name} and {full_name_with} are now {phrase_var_name}','{full_name} and {full_name_with} are now {phrase_var_name}',1321349847),(1568,'en','custom','phpfox','3.0.0rc2','add_status','Add Status','Add Status',1321349975),(1569,'en','custom','phpfox','3.0.0rc2','you_can_add_a_language_phrase_if_you_enter_it_like_this','You can add a language phrase if you enter it like this','You can add a language phrase if you enter it like this',1321349987),(1570,'en','custom','phpfox','3.0.0rc2','otherwise_the_script_will_create_the_language_phrase_for_you','Otherwise the script will create the language phrase for you','Otherwise the script will create the language phrase for you',1321349995),(1571,'en','custom','phpfox','3.0.0rc2','feed_when_confirmed','Feed when confirmed','Feed when confirmed',1321350003),(1572,'en','custom','phpfox','3.0.0rc2','this_is_the_message_for_the_feed_when_the_relationship_has_been_confirmed','This is the message for the feed when the relationship has been confirmed.\r\n In some cases this feed is not needed and leaving this field blank will stop the feed from showing.\r\n For example \"user1 is married to user2\".','This is the message for the feed when the relationship has been confirmed.\r\n In some cases this feed is not needed and leaving this field blank will stop the feed from showing.\r\n For example \"user1 is married to user2\".',1321350014),(1573,'en','custom','phpfox','3.0.0rc2','feed_before_confirming','Feed before confirming','Feed before confirming',1321350023),(1574,'en','custom','phpfox','3.0.0rc2','this_message_will_be_shown_in_the_feed_when_a_user_has_set_a_relationship','This message will be shown in the feed when a user has set a relationship status with another user but \r\n the other user has not confirmed it. It also applies when a user sets the status without defining another user.\r\n For example \"user1 is married\".','This message will be shown in the feed when a user has set a relationship status with another user but \r\n the other user has not confirmed it. It also applies when a user sets the status without defining another user.\r\n For example \"user1 is married\".',1321350037),(1575,'en','custom','phpfox','3.0.0rc2','requires_confirmation','Requires Confirmation','Requires Confirmation',1321350054),(1576,'en','custom','phpfox','3.0.0rc2','if_this_field_is_enabled_this_relationship_status_requires_that_both_users_agree_on_displaying_their_relationship','If this field is enabled this relationship status requires that both users agree\r\n on displaying their relationship.','If this field is enabled this relationship status requires that both users agree\r\n on displaying their relationship.',1321350066),(1577,'en','custom','phpfox','3.0.0rc2','for_all_these_phrases_the_following_transformations_apply','For all these phrases the following transformations apply','For all these phrases the following transformations apply',1321350079),(1578,'en','custom','phpfox','3.0.0rc2','user_name_of_the_receiving_party','user name of the receiving party','user name of the receiving party',1321350086),(1579,'en','custom','phpfox','3.0.0rc2','full_name_of_the_receiving_party','full name of the receiving party','full name of the receiving party',1321350093),(1580,'en','custom','phpfox','3.0.0rc2','sender_s_user_name','sender\'s user name','sender\'s user name',1321350101),(1581,'en','custom','phpfox','3.0.0rc2','sender_s_full_name','sender\'s full name','sender\'s full name',1321350108),(1582,'en','custom','phpfox','3.0.0rc2','sender_s_possessive_adjective_his_her','sender\'s possessive adjective (his, her)','sender\'s possessive adjective (his, her)',1321350117),(1583,'en','custom','phpfox','3.0.0rc2','edit_status','Edit Status','Edit Status',1321350126),(1584,'en','custom','phpfox','3.0.0rc2','manage_relationship_statuses','Manage Relationship Statuses','Manage Relationship Statuses',1321350143),(1585,'en','custom','phpfox','3.0.0rc2','status_name','Status name','Status name',1321350152),(1586,'en','custom','phpfox','3.0.0rc2','feed_when_new','Feed when new','Feed when new',1321350165),(1587,'en','custom','phpfox','3.0.0rc2','confirmation','Confirmation','Confirmation',1321350172),(1588,'en','custom','phpfox','3.0.0rc2','no_relationship_statuses_have_been_added','No relationship statuses have been added.','No relationship statuses have been added.',1321350187),(1589,'en','custom','phpfox','3.0.0rc2','status_added','Status added','Status added',1321350233),(1590,'en','custom','phpfox','3.0.0rc2','status_deleted','Status deleted','Status deleted',1321350243),(1591,'en','custom','phpfox','3.0.0rc2','not_found','Not found','Not found',1321350256),(1592,'en','custom','phpfox','3.1.0beta1','relationship_status_confirmation','Relationship Status Confirmation','Relationship Status Confirmation',1331647154),(1593,'en','custom','phpfox','3.1.0beta1','full_name_wants_to_list_you_both_as_phrase_var_name','{full_name} wants to list you both as \"{phrase_var_name}\"\r\nThis view all your relationship requests follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} wants to list you both as \"{phrase_var_name}\"\r\nThis view all your relationship requests follow the link below:\r\n<a href=\"{link}\">{link}</a>',1331647215),(1594,'en','error','phpfox','2.0.0alpha1','module_error','Error Handler','Error Handler',1214851398),(1595,'en','error','phpfox','2.0.0alpha1','csrf_token_set','No security token has been set within the posted form. All forms must contain a security token in order for our site to handle its requests.','No security token has been set within the posted form. All forms must contain a security token in order for our site to handle its requests.',1214851419),(1596,'en','error','phpfox','2.0.0alpha1','csrf_session_token','No security token was set to your session. Please make sure your web browser is allowing all COOKIES from our site.','No security token was set to your session. Please make sure your web browser is allowing all COOKIES from our site.',1214851490),(1597,'en','error','phpfox','2.0.0alpha1','csrf_detected','Cross site forgery request (CSFR) detected. Please note all such attempts are logged.','Cross site forgery request (CSFR) detected. Please note all such attempts are logged.',1214851524),(1598,'en','error','phpfox','2.0.0alpha1','site_email_not_set','The admin has not set any email address to contact them.','The admin has not set any email address to contact them.',1233753322),(1599,'en','error','phpfox','2.0.0rc3','the_page_you_are_looking_for_cannot_be_found','The page you are looking for cannot be found.','The page you are looking for cannot be found.',1254390056),(1600,'en','help','phpfox','2.0.0alpha1','user_setting_show_tips','Show tips?','Show tips?',1219325863),(1601,'en','help','phpfox','2.0.0alpha1','module_help','Help','Help',1219157383),(1602,'en','help','phpfox','2.0.0alpha1','add_new_phrase','Add New Phrase','Add New Phrase',1213990180),(1603,'en','help','phpfox','2.0.0alpha1','click_for_help','Click for Help','Click for Help',1213990238),(1604,'en','help','phpfox','2.0.0alpha1','hide_all_tips','Hide All Tips','Hide All Tips',1219325791),(1605,'en','help','phpfox','2.0.0alpha1','close','Close','Close',1219325807),(1606,'en','help','phpfox','2.0.0alpha1','hide_this_tip','Hide This Tip','Hide This Tip',1219328167),(1607,'en','help','phpfox','2.0.0alpha1','add_back_tips_info','<b>Note:</b> If you close all tips found on this site you can edit your <b>Account Settings</b> to view tips again.','<b>Note:</b> If you close all tips found on this site you can edit your <b>Account Settings</b> to view tips again.',1219328306),(1608,'en','language','phpfox','2.0.0alpha1','user_setting_can_manage_lang_packs','Can manage language packages?','Can manage language packages?',1215135052),(1609,'en','language','phpfox','2.0.0alpha1','module_language','Language','Language',1219147665),(1610,'en','language','phpfox','2.0.0alpha1','phrase_manager','Phrase Manager','Phrase Manager',1212092906),(1611,'en','language','phpfox','2.0.0alpha1','add_phrase','Add Phrase','Add Phrase',1212098704),(1612,'en','language','phpfox','2.0.0alpha1','phrase_already_created','This phrase has already been created: {phrase}','This phrase has already been created: {phrase}',1212099832),(1613,'en','language','phpfox','2.0.0alpha1','phrase_form','Phrase Form','Phrase Form',1212101835),(1614,'en','language','phpfox','2.0.0alpha1','module','Module','Module',1212101872),(1615,'en','language','phpfox','2.0.0alpha1','varname','Varname','Varname',1212101892),(1616,'en','language','phpfox','2.0.0alpha1','text','Text','Text',1212101908),(1617,'en','language','phpfox','2.0.0alpha1','variable','Variable','Variable',1212102235),(1618,'en','language','phpfox','2.0.0alpha1','language','Language','Language',1212102262),(1619,'en','language','phpfox','2.0.0alpha1','original','Original','Original',1212102283),(1620,'en','language','phpfox','2.0.0alpha1','phrase_added','Phrase has been added: {phrase}','Phrase has been added: {phrase}',1212104699),(1621,'en','language','phpfox','2.0.0alpha1','product','Product','Product',1213989355),(1622,'en','language','phpfox','2.0.0alpha1','select_varname','Select a \"Varname\" for your phrase','Select a \"Varname\" for your phrase',1213989408),(1623,'en','language','phpfox','2.0.0alpha1','product_not_defined_xml_file','Product not defined in XML file.','Product not defined in XML file.',1214414060),(1624,'en','language','phpfox','2.0.0alpha1','language_package_successfully_deleted','Language package successfully deleted.','Language package successfully deleted.',1214414106),(1625,'en','language','phpfox','2.0.0alpha1','manage_language_packages','Manage Language Packages','Manage Language Packages',1214414122),(1626,'en','language','phpfox','2.0.0alpha1','delete','Delete','Delete',1214414137),(1627,'en','language','phpfox','2.0.0alpha1','are_you_sure','Are you sure you want to delete this language package (<i>{language}</i>)?','Are you sure you want to delete this language package (<i>{language}</i>)?',1214414183),(1628,'en','language','phpfox','2.0.0alpha1','yes','Yes','Yes',1214414236),(1629,'en','language','phpfox','2.0.0alpha1','no','No','No',1214414248),(1630,'en','language','phpfox','2.0.0alpha1','added','Added On','Added On',1214414369),(1631,'en','language','phpfox','2.0.0alpha1','created','Created By','Created By',1214414701),(1632,'en','language','phpfox','2.0.0alpha1','actions','Actions','Actions',1214414716),(1633,'en','language','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1214414731),(1634,'en','language','phpfox','2.0.0alpha1','edit_settings','Edit Settings','Edit Settings',1214414742),(1635,'en','language','phpfox','2.0.0alpha1','set_default','Set As Default','Set As Default',1214414753),(1636,'en','language','phpfox','2.0.0alpha1','default_language_package_reset','Default language package reset.','Default language package reset.',1214414838),(1637,'en','language','phpfox','2.0.0alpha1','invalid_language_package','Invalid language package.','Invalid language package.',1214414865),(1638,'en','language','phpfox','2.0.0alpha1','invalid_language','Invalid language ID#.','Invalid language ID#.',1214414882),(1639,'en','language','phpfox','2.0.0alpha1','product_does_not_have_any_phrases_export','Product does not have any phrases to export.','Product does not have any phrases to export.',1214414922),(1640,'en','language','phpfox','2.0.0alpha1','language_package_successfully_imported','Language package successfully imported.','Language package successfully imported.',1214414951),(1641,'en','language','phpfox','2.0.0alpha1','language_package','Language Package','Language Package',1214414972),(1642,'en','language','phpfox','2.0.0alpha1','import_export','Import/Export Language Packages','Import/Export Language Packages',1214415020),(1643,'en','language','phpfox','2.0.0alpha1','import_language_package','Import Language Package','Import Language Package',1214417937),(1644,'en','language','phpfox','2.0.0alpha1','either_select_language_package','<b>EITHER</b> select a language package','<b>EITHER</b> select a language package',1214417954),(1645,'en','language','phpfox','2.0.0alpha1','upload_one_from_your_computer','<b>OR</b> upload one from your computer','<b>OR</b> upload one from your computer',1214417972),(1646,'en','language','phpfox','2.0.0alpha1','overwrite','Overwrite','Overwrite',1214418012),(1647,'en','language','phpfox','2.0.0alpha1','import_missing_phrases_only','Import Missing Phrases Only','Import Missing Phrases Only',1214786160),(1648,'en','language','phpfox','2.0.0alpha1','cannot_import','Invalid language package. Cannot import since it does not exist.','Invalid language package. Cannot import since it does not exist.',1214800555),(1649,'en','language','phpfox','2.0.0alpha1','revert_selected_default','Revert Selected to Default','Revert Selected to Default',1214992247),(1650,'en','language','phpfox','2.0.0alpha1','delete_selected','Delete Selected','Delete Selected',1214992306),(1651,'en','language','phpfox','2.0.0alpha1','save_selected','Save Selected','Save Selected',1214992355),(1652,'en','language','phpfox','2.0.0alpha1','save_all','Save All','Save All',1214992377),(1653,'en','language','phpfox','2.0.0alpha1','save','Save','Save',1214992971),(1654,'en','language','phpfox','2.0.0alpha1','phrases_found','No phrases found.','No phrases found.',1215127864),(1655,'en','language','phpfox','2.0.0alpha1','search_for_text','Search For Text','Search For Text',1215127988),(1656,'en','language','phpfox','2.0.0alpha1','search_filter','Search Filter','Search Filter',1215128001),(1657,'en','language','phpfox','2.0.0alpha1','search','Search in','Search in',1215128012),(1658,'en','language','phpfox','2.0.0alpha1','language_packages','Language Packages','Language Packages',1215128022),(1659,'en','language','phpfox','2.0.0alpha1','display','Display','Display',1215128032),(1660,'en','language','phpfox','2.0.0alpha1','sort','Sort By','Sort By',1215128041),(1661,'en','language','phpfox','2.0.0alpha1','phrase_id','Phrase ID#','Phrase ID#',1215128085),(1662,'en','language','phpfox','2.0.0alpha1','phrase_text_only','Phrase Text Only','Phrase Text Only',1215128104),(1663,'en','language','phpfox','2.0.0alpha1','phrase_variable_name_only','Phrase Variable Name Only','Phrase Variable Name Only',1215128115),(1664,'en','language','phpfox','2.0.0alpha1','phrase_text_and_phrase_variable_name','Phrase Text and Phrase Variable Name','Phrase Text and Phrase Variable Name',1215128126),(1665,'en','language','phpfox','2.0.0alpha1','phrase_s_updated','Phrase(s) updated.','Phrase(s) updated.',1215128152),(1666,'en','language','phpfox','2.0.0alpha1','selected_phrase_s_successfully_reverted','Selected phrase(s) successfully reverted.','Selected phrase(s) successfully reverted.',1215128178),(1667,'en','language','phpfox','2.0.0alpha1','selected_phrase_s_successfully_deleted','Selected phrase(s) successfully deleted.','Selected phrase(s) successfully deleted.',1215128192),(1668,'en','language','phpfox','2.0.0alpha1','master','MASTER','MASTER',1217026920),(1669,'en','language','phpfox','2.0.0alpha1','manage_phrases','Manage Phrases','Manage Phrases',1217026932),(1670,'en','language','phpfox','2.0.0alpha1','setting_group_language','<title>Language</title><info>Language</info>','<title>Language</title><info>Language</info>',1236851585),(1671,'en','language','phpfox','2.0.0alpha1','setting_display_language_flag','<title>Display Flag</title><info>Set to <b>True</b> if you would like to display the flag beside each of the language packages available.</info>','<title>Display Flag</title><info>Set to <b>True</b> if you would like to display the flag beside each of the language packages available.</info>',1236851646),(1672,'en','language','phpfox','2.0.0rc4','online','Online','Online',1254982718),(1673,'en','language','phpfox','2.0.0rc4','php','PHP','PHP',1255009899),(1674,'en','language','phpfox','2.0.0rc4','php_single_quoted','PHP Single Quoted','PHP Single Quoted',1255009910),(1675,'en','language','phpfox','2.0.0rc4','php_double_quoted','PHP Double Quoted','PHP Double Quoted',1255009921),(1676,'en','language','phpfox','2.0.0rc4','html','HTML','HTML',1255009931),(1677,'en','language','phpfox','2.0.0rc4','js','JS','JS',1255009938),(1678,'en','language','phpfox','2.0.0rc4','create_language_pack','Create Language Pack','Create Language Pack',1255433188),(1679,'en','language','phpfox','2.0.0rc4','create_a_new_language_package','Create a New Language Package','Create a New Language Package',1255433343),(1680,'en','language','phpfox','2.0.0rc4','create_language_package','Create Language Package','Create Language Package',1255433365),(1681,'en','language','phpfox','2.0.0rc4','editing_language_package','Editing Language Package','Editing Language Package',1255433381),(1682,'en','language','phpfox','2.0.0rc4','package_details','Package Details','Package Details',1255433615),(1683,'en','language','phpfox','2.0.0rc4','name','Name','Name',1255433620),(1684,'en','language','phpfox','2.0.0rc4','language_abbreviation_code','Language Abbreviation Code','Language Abbreviation Code',1255433626),(1685,'en','language','phpfox','2.0.0rc4','submit','Submit','Submit',1255433631),(1686,'en','language','phpfox','2.0.0rc4','html_character_set','HTML Character Set','HTML Character Set',1255433650),(1687,'en','language','phpfox','2.0.0rc4','text_direction','Text Direction','Text Direction',1255433680),(1688,'en','language','phpfox','2.0.0rc4','left_to_right','Left to Right','Left to Right',1255433795),(1689,'en','language','phpfox','2.0.0rc4','right_to_left','Right to Left','Right to Left',1255433802),(1690,'en','language','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255433997),(1691,'en','language','phpfox','2.0.0rc4','allow_user_selection','Allow User Selection','Allow User Selection',1255434067),(1692,'en','language','phpfox','2.0.0rc4','created_by','Created By','Created By',1255434116),(1693,'en','language','phpfox','2.0.0rc4','website','Website','Website',1255434124),(1694,'en','language','phpfox','2.0.0rc4','select','Select','Select',1255434344),(1695,'en','language','phpfox','2.0.0rc4','create_from','Create From','Create From',1255434351),(1696,'en','language','phpfox','2.0.0rc4','language_package_successfully_added','Language package successfully added.','Language package successfully added.',1255435619),(1697,'en','language','phpfox','2.0.0rc4','select_a_language_package_to_clone','Select a language package to clone.','Select a language package to clone.',1255435630),(1698,'en','language','phpfox','2.0.0rc4','provide_a_name_for_your_language_package','Provide a name for your language package.','Provide a name for your language package.',1255435641),(1699,'en','language','phpfox','2.0.0rc4','provide_an_abbreviation_code','Provide an abbreviation code.','Provide an abbreviation code.',1255435651),(1700,'en','language','phpfox','2.0.0rc4','provide_an_html_character_set','Provide an HTML character set.','Provide an HTML character set.',1255435658),(1701,'en','language','phpfox','2.0.0rc4','provide_the_text_direction','Provide the text direction.','Provide the text direction.',1255435665),(1702,'en','language','phpfox','2.0.0rc4','language_package_not_found','Language package not found.','Language package not found.',1255440089),(1703,'en','language','phpfox','2.0.0rc4','all_phrases','All Phrases','All Phrases',1255501983),(1704,'en','language','phpfox','2.0.0rc4','not_translated','Not Translated','Not Translated',1255502005),(1705,'en','language','phpfox','2.0.0rc4','translated_only','Translated Only','Translated Only',1255502014),(1706,'en','language','phpfox','2.0.0rc4','phrases','Phrases','Phrases',1255502028),(1707,'en','language','phpfox','2.0.0rc4','importing_phrases_page_current_total','Importing phrases. Page {current} / {total}','Importing phrases. Page {current} / {total}',1255504472),(1708,'en','language','phpfox','2.0.0rc4','manage','Manage','Manage',1255505184),(1709,'en','language','phpfox','2.0.0rc4','successfully_updated_your_language_preferences','Successfully updated your language preferences.','Successfully updated your language preferences.',1255506798),(1710,'en','language','phpfox','2.0.0rc4','loading','Loading','Loading',1255508672),(1711,'en','language','phpfox','2.0.0rc4','not_a_valid_url','Not a valid URL.','Not a valid URL.',1255510012),(1712,'en','language','phpfox','2.0.0rc4','language_package_successfully_updated','Language package successfully updated.','Language package successfully updated.',1255510061),(1713,'en','language','phpfox','2.0.0rc4','icon','Icon','Icon',1255510283),(1714,'en','language','phpfox','2.0.0rc4','find_missing_phrases','Find Missing Phrases','Find Missing Phrases',1255514039),(1715,'en','language','phpfox','2.0.0rc4','default_icon_to_represent_this_language_package_br_advised_size_is_max_16_pixels_width_height','Default icon to represent this language package.\r\n<br />\r\nAdvised size is max 16 pixels (Width & Height).','Default icon to represent this language package.\r\n<br />\r\nAdvised size is max 16 pixels (Width & Height).',1255514182),(1716,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package','Not a valid language package.','Not a valid language package.',1255514329),(1717,'en','language','phpfox','2.0.0rc4','successfully_imported_missing_phrases','Successfully imported missing phrases.','Successfully imported missing phrases.',1255518862),(1718,'en','language','phpfox','2.0.0rc4','checking_the_following_modules_for_missing_phrases','Checking the following modules for missing phrases','Checking the following modules for missing phrases',1255518879),(1719,'en','language','phpfox','2.0.0rc4','export','Export','Export',1255522097),(1720,'en','language','phpfox','2.0.0rc4','change_icon','Change Icon','Change Icon',1255524669),(1721,'en','language','phpfox','2.0.0rc4','cancel','cancel','cancel',1255524684),(1722,'en','language','phpfox','2.0.0rc4','import_language_pack','Import Language Pack','Import Language Pack',1255697717),(1723,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package_to_install','Not a valid language package to install.','Not a valid language package to install.',1255707073),(1724,'en','language','phpfox','2.0.0rc4','not_a_valid_language_package_to_install_missing_the_xml_file','Not a valid language package to install. Missing the XML file.','Not a valid language package to install. Missing the XML file.',1255707087),(1725,'en','language','phpfox','2.0.0rc4','successfully_installed_the_language_package','Successfully installed the language package.','Successfully installed the language package.',1255707101),(1726,'en','language','phpfox','2.0.0rc4','importing_phrases_please_hold','Importing phrases. Please hold...','Importing phrases. Please hold...',1255707117),(1727,'en','language','phpfox','2.0.0rc4','manual_install','Manual Install','Manual Install',1255707126),(1728,'en','language','phpfox','2.0.0rc4','title','Title','Title',1255707135),(1729,'en','language','phpfox','2.0.0rc4','action','Action','Action',1255707156),(1730,'en','language','phpfox','2.0.0rc4','nothing_new_to_install','Nothing new to install.','Nothing new to install.',1255707167),(1731,'en','language','phpfox','2.0.0rc4','default','Default','Default',1255766645),(1732,'en','language','phpfox','2.0.0rc11','phrase_variables','Phrase Variables','Phrase Variables',1259959433),(1733,'en','language','phpfox','2.0.0','translate_css_position_top','Top','Top',1261335237),(1734,'en','language','phpfox','2.0.0','translate_css_position_right','Right','Right',1261335323),(1735,'en','language','phpfox','2.0.0','translate_css_position_bottom','Bottom','Bottom',1261335334),(1736,'en','language','phpfox','2.0.0','translate_css_position_left','Left','Left',1261335349),(1737,'en','language','phpfox','2.0.4','attachments','Attachments','Attachments',1266500096),(1738,'en','language','phpfox','2.0.7','export_with_3rd_party_phrases','Export with 3rd Party Phrases','Export with 3rd Party Phrases',1288624480),(1739,'en','language','phpfox','2.0.8','email_phrases','Email Phrases','Email Phrases',1298294636),(1740,'en','language','phpfox','2.0.8','phrases_used_in_emails','Phrases Used In Emails','Phrases Used In Emails',1298383203),(1741,'en','language','phpfox','2.0.8','phrases_updated_successfully','Phrases updated successfully','Phrases updated successfully',1298383306),(1742,'en','language','phpfox','3.1.0beta1','setting_auto_detect_language_on_ip','<title>Auto Detect Language Package</title><info>Enable this feature to auto detect a language package based on the users IP when they first visit the site. In order to use this option you must have an API key for the setting <b>\"<a href=\"{url link=\'admincp/setting/edit/group-id_ip_infodb\'}\">IP InfoDB API Key</a>\"</b>.</info>','<title>Auto Detect Language Package</title><info>Enable this feature to auto detect a language package based on the users IP when they first visit the site. In order to use this option you must have an API key for the setting <b>\"<a href=\"{url link=\'admincp/setting/edit/group-id_ip_infodb\'}\">IP InfoDB API Key</a>\"</b>.</info>',1330012352),(1743,'en','language','phpfox','3.1.0beta1','view_more_search_options','View More Search Options','View More Search Options',1331655642),(1744,'en','language','phpfox','3.7.0beta2','setting_no_string_restriction','<title>No String Restriction</title><info>Enable this option if your site is using characters other then alphanumeric.</info>','<title>No String Restriction</title><info>Enable this option if your site is using characters other then alphanumeric.</info>',1376910146),(1745,'en','log','phpfox','2.0.0alpha1','module_log','Log','Log',1219151809),(1746,'en','log','phpfox','2.0.0rc4','recent_logins','Recent Logins','Recent Logins',1255010369),(1747,'en','log','phpfox','2.0.0rc4','admincp_dashboard','AdminCP Dashboard','AdminCP Dashboard',1255010448),(1748,'en','log','phpfox','2.0.0rc4','site_index','Site Index','Site Index',1255010458),(1749,'en','log','phpfox','2.0.0rc4','current_active_users','Current Active Users','Current Active Users',1255010487),(1750,'en','log','phpfox','2.0.0rc4','members_members_and_guests_guests','{members} members and {guests} Guests','{members} members and {guests} Guests',1255010523),(1751,'en','log','phpfox','2.0.0rc4','view','View','View',1255010595),(1752,'en','log','phpfox','2.0.0rc4','save','Save','Save',1255010604),(1753,'en','log','phpfox','2.0.0rc4','cancel','Cancel','Cancel',1255010610),(1754,'en','log','phpfox','2.0.0rc12','everyone','Everyone','Everyone',1260824015),(1755,'en','log','phpfox','2.0.0rc12','friends_only','Friends Only','Friends Only',1260824023),(1756,'en','log','phpfox','3.0.0beta5','active_users_total','Active Users ({total})','Active Users ({total})',1319196397),(1757,'en','page','phpfox','2.0.0alpha1','user_setting_can_manage_custom_pages','Can manage custom pages from within the AdminCP?\r\n\r\nThis includes adding/editing/deleting pages.','Can manage custom pages from within the AdminCP?\r\n\r\nThis includes adding/editing/deleting pages.',1217465936),(1758,'en','page','phpfox','2.0.0alpha1','module_page','Handles custom pages created from within the AdminCP.','Handles custom pages created from within the AdminCP.',1217293198),(1759,'en','page','phpfox','2.0.0alpha1','missing_title','Missing a title.','Missing a title.',1217293231),(1760,'en','page','phpfox','2.0.0alpha1','select_product','Select a product.','Select a product.',1217293258),(1761,'en','page','phpfox','2.0.0alpha1','specify_page_active','Specify if the page is active.','Specify if the page is active.',1217293292),(1762,'en','page','phpfox','2.0.0alpha1','page_missing_data','Page is missing data.','Page is missing data.',1217293309),(1763,'en','page','phpfox','2.0.0alpha1','add_new_page','Add New Page','Add New Page',1217293351),(1764,'en','page','phpfox','2.0.0alpha1','successfully_added','Successfully added.','Successfully added.',1217293416),(1765,'en','page','phpfox','2.0.0alpha1','page_added_continue','Page successfully added. Please continue below to add a menu to your page.','Page successfully added. Please continue below to add a menu to your page.',1217293441),(1766,'en','page','phpfox','2.0.0alpha1','details','Details','Details',1217293598),(1767,'en','page','phpfox','2.0.0alpha1','product','Product','Product',1217293614),(1768,'en','page','phpfox','2.0.0alpha1','page_title','Page Title','Page Title',1217293636),(1769,'en','page','phpfox','2.0.0alpha1','url_title','URL Title','URL Title',1217293651),(1770,'en','page','phpfox','2.0.0alpha1','meta_keywords','Meta Keywords','Meta Keywords',1217293663),(1771,'en','page','phpfox','2.0.0alpha1','meta_description','Meta Description','Meta Description',1217293676),(1772,'en','page','phpfox','2.0.0alpha1','active','Active','Active',1217293693),(1773,'en','page','phpfox','2.0.0alpha1','use_entire_page','Use Entire Page','Use Entire Page',1217293707),(1774,'en','page','phpfox','2.0.0alpha1','add_menu','Add To Menu','Add To Menu',1217293717),(1775,'en','page','phpfox','2.0.0alpha1','allow_access','Allow Access','Allow Access',1217293731),(1776,'en','page','phpfox','2.0.0alpha1','page_data','Page Data','Page Data',1217293747),(1777,'en','page','phpfox','2.0.0alpha1','bbcode','BBCode','BBCode',1217293759),(1778,'en','page','phpfox','2.0.0alpha1','emoticons','Emoticons','Emoticons',1217293778),(1779,'en','page','phpfox','2.0.0alpha1','add_smart_breaks','Add Smart Breaks','Add Smart Breaks',1217293787),(1780,'en','page','phpfox','2.0.0alpha1','options','Options','Options',1217293818),(1781,'en','page','phpfox','2.0.0alpha1','phrase_from_language_package','Is a phrase from a language package?','Is a phrase from a language package?',1217293855),(1782,'en','page','phpfox','2.0.0alpha1','page_successfully_deleted','Page successfully deleted.','Page successfully deleted.',1217556059),(1783,'en','page','phpfox','2.0.0alpha1','page_activity_successfully_updated','Page activity successfully updated.','Page activity successfully updated.',1217556073),(1784,'en','page','phpfox','2.0.0alpha1','manage_pages','Manage Pages','Manage Pages',1217556086),(1785,'en','page','phpfox','2.0.0alpha1','page','Page','Page',1217556107),(1786,'en','page','phpfox','2.0.0alpha1','created','Created','Created',1217556116),(1787,'en','page','phpfox','2.0.0alpha1','actions','Actions','Actions',1217556140),(1788,'en','page','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1217556164),(1789,'en','page','phpfox','2.0.0alpha1','edit_page','Edit Page','Edit Page',1217556177),(1790,'en','page','phpfox','2.0.0alpha1','edit_page_menu','Edit Page Menu','Edit Page Menu',1217556186),(1791,'en','page','phpfox','2.0.0alpha1','delete','Delete','Delete',1217556197),(1792,'en','page','phpfox','2.0.0alpha1','page_successfully_updated','Page successfully updated.','Page successfully updated.',1217556323),(1793,'en','page','phpfox','2.0.0alpha1','add_bookmark_links','Add Bookmark Links','Add Bookmark Links',1217556416),(1794,'en','page','phpfox','2.0.0alpha1','add_page_views','Add Page Views','Add Page Views',1217556429),(1795,'en','page','phpfox','2.0.0alpha1','can_modify','Can Modify','Can Modify',1217556448),(1796,'en','page','phpfox','2.0.0alpha1','php','PHP','PHP',1217556471),(1797,'en','page','phpfox','2.0.0alpha1','wiki','Wiki','Wiki',1217556479),(1798,'en','page','phpfox','2.0.0alpha1','bookmark','Bookmark','Bookmark',1217556549),(1799,'en','page','phpfox','2.0.0alpha1','page_has_been_viewed_once','Page has been viewed once.','Page has been viewed once.',1217556574),(1800,'en','page','phpfox','2.0.0alpha1','page_has_been_viewed','Page has been viewed {total} times.','Page has been viewed {total} times.',1217556593),(1801,'en','page','phpfox','2.0.0alpha1','edit','Edit','Edit',1217556688),(1802,'en','page','phpfox','2.0.0alpha1','invalid_title','Page title is invalid.','Page title is invalid.',1218451159),(1803,'en','page','phpfox','2.0.0alpha1','missing_url_title','Missing URL title.','Missing URL title.',1218451222),(1804,'en','page','phpfox','2.0.0alpha1','menu_terms','Terms','Terms',1232964965),(1805,'en','page','phpfox','2.0.0rc4','unable_to_find_the_page_you_are_looking_for','Unable to find the page you are looking for.','Unable to find the page you are looking for.',1255093305),(1806,'en','page','phpfox','2.0.0rc4','module','Module','Module',1255093434),(1807,'en','page','phpfox','2.0.0rc4','select','Select','Select',1255093444),(1808,'en','page','phpfox','2.0.0rc4','no_pages_have_been_added','No pages have been added.','No pages have been added.',1255093469),(1809,'en','page','phpfox','2.0.0rc4','create_a_new_page','Create a New Page','Create a New Page',1255093476),(1810,'en','page','phpfox','2.0.0','update_tags_pages','Update Tags (Pages)','Update Tags (Pages)',1261056616),(1811,'en','profile','phpfox','2.0.0alpha1','user_setting_can_post_comment_on_profile','Can post comments on a users profile?','Can post comments on a users profile?',1219671363),(1812,'en','profile','phpfox','2.0.0alpha1','module_profile','Profile','Profile',1219151453),(1813,'en','profile','phpfox','2.0.0alpha1','male','Male','Male',1219666172),(1814,'en','profile','phpfox','2.0.0alpha1','female','Female','Female',1219666198),(1815,'en','profile','phpfox','2.0.0alpha1','years_years_old','{years} years old','{years} years old',1219666274),(1816,'en','profile','phpfox','2.0.0alpha1','menu_profile','Profile','Profile',1219674380),(1817,'en','profile','phpfox','2.0.0alpha3','menu_my_profile','My Profile','My Profile',1238669902),(1818,'en','profile','phpfox','2.0.0alpha3','menu_customize_profile','Customize Profile','Customize Profile',1238670014),(1819,'en','profile','phpfox','2.0.0alpha3','user_setting_can_custom_design_own_profile','Can custom design own profile?','Can custom design own profile?',1238741089),(1820,'en','profile','phpfox','2.0.0alpha3','setting_can_drag_drop_blocks_on_profile','<title>Drag & Drop Profile Blocks</title><info>Set to <b>True</b> to enable the feature that allows users the ability to drag-and-drop blocks on their profiles and position them based on where they drop them.</info>','<title>Drag & Drop Profile Blocks</title><info>Set to <b>True</b> to enable the feature that allows users the ability to drag-and-drop blocks on their profiles and position them based on where they drop them.</info>',1238741422),(1821,'en','profile','phpfox','2.0.0rc1','user_setting_display_membership_info','Display membership details on a users profile?','Display membership details on a users profile?',1250103786),(1822,'en','profile','phpfox','2.0.0rc4','gender','Gender','Gender',1255178004),(1823,'en','profile','phpfox','2.0.0rc4','birthday','Birthday','Birthday',1255178014),(1824,'en','profile','phpfox','2.0.0rc4','age','Age','Age',1255178025),(1825,'en','profile','phpfox','2.0.0rc4','last_login','Last Login','Last Login',1255178036),(1826,'en','profile','phpfox','2.0.0rc4','member_since','Member Since','Member Since',1255178043),(1827,'en','profile','phpfox','2.0.0rc4','membership','Membership','Membership',1255178049),(1828,'en','profile','phpfox','2.0.0rc4','profile_views','Profile Views','Profile Views',1255178062),(1829,'en','profile','phpfox','2.0.0rc4','rss_subscribers','RSS Subscribers','RSS Subscribers',1255178085),(1830,'en','profile','phpfox','2.0.0rc4','total_rating_ratings','{total_rating} Ratings','{total_rating} Ratings',1255178113),(1831,'en','profile','phpfox','2.0.0rc4','basic_info','Basic Info','Basic Info',1255178134),(1832,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_their_own_a_href_title_link_profile_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on their own <a href=\"{title_link}\">profile</a>.',1255178189),(1833,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_your_a_href_title_link_profile_a','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> added a new comment on your <a href=\"{title_link}\">profile</a>.',1255178246),(1834,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_added_a_new_comment_on_a_href_title_link_item_user_name_s_a_profile','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{title_link}\">{item_user_name}\'s</a> profile.','<a href=\"{user_link}\">{full_name}</a> added a new comment on <a href=\"{title_link}\">{item_user_name}\'s</a> profile.',1255178274),(1835,'en','profile','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1255178368),(1836,'en','profile','phpfox','2.0.0rc4','user_name_left_you_a_comment_on_your_profile_message','{user_name} left you a comment on your profile.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on your profile.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255178426),(1837,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_wrote_a_comment_on_your_a_href_profile_link_profile_a','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your <a href=\"{profile_link}\">profile</a>.','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your <a href=\"{profile_link}\">profile</a>.',1255178500),(1838,'en','profile','phpfox','2.0.0rc4','profile','Profile','Profile',1255178648),(1839,'en','profile','phpfox','2.0.0rc4','profile_info','Profile Info','Profile Info',1255178672),(1840,'en','profile','phpfox','2.0.0rc4','comments_on','Comments on','Comments on',1255178689),(1841,'en','profile','phpfox','2.0.0rc4','on_name_s_profile','On {name}\'s profile.','On {name}\'s profile.',1255178708),(1842,'en','profile','phpfox','2.0.0rc4','online','Online','Online',1255178771),(1843,'en','profile','phpfox','2.0.0rc4','rating','Rating','Rating',1255178802),(1844,'en','profile','phpfox','2.0.0rc4','send_a_message','Send a Message','Send a Message',1255178817),(1845,'en','profile','phpfox','2.0.0rc4','add_to_friends','Add to Friends','Add to Friends',1255178834),(1846,'en','profile','phpfox','2.0.0rc4','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1255178845),(1847,'en','profile','phpfox','2.0.0rc4','add_to_favorites','Add to Favorites','Add to Favorites',1255178851),(1848,'en','profile','phpfox','2.0.0rc4','unblock_this_user','Unblock this User','Unblock this User',1255178860),(1849,'en','profile','phpfox','2.0.0rc4','block_this_user','Block this User','Block this User',1255178873),(1850,'en','profile','phpfox','2.0.0rc4','invite_to_one_of_your_groups','Invite to one of your groups.','Invite to one of your groups.',1255178890),(1851,'en','profile','phpfox','2.0.0rc4','invite_to_a_group','Invite to a Group','Invite to a Group',1255178899),(1852,'en','profile','phpfox','2.0.0rc4','instant_chat','Instant Chat','Instant Chat',1255178909),(1853,'en','profile','phpfox','2.0.0rc4','un_feature_this_member','Un-Feature this member.','Un-Feature this member.',1255178918),(1854,'en','profile','phpfox','2.0.0rc4','unfeature','Unfeature','Unfeature',1255178928),(1855,'en','profile','phpfox','2.0.0rc4','feature_this_member','Feature this member.','Feature this member.',1255178935),(1856,'en','profile','phpfox','2.0.0rc4','feature','Feature','Feature',1255178946),(1857,'en','profile','phpfox','2.0.0rc4','change_profile_picture','Change Profile Picture','Change Profile Picture',1255178958),(1858,'en','profile','phpfox','2.0.0rc4','profile_is_private','Profile is private.','Profile is private.',1255178976),(1859,'en','profile','phpfox','2.0.0rc4','full_name_is_on_site_title','{full_name} from {location} is on {site_title}. {meta_description_profile} {full_name} has {total_friend} friends. Sign up on {site_title} and connect with {full_name}, message {full_name} or add {full_name} as your friend.','{full_name} from {location} is on {site_title}. {meta_description_profile} {full_name} has {total_friend} friends. Sign up on {site_title} and connect with {full_name}, message {full_name} or add {full_name} as your friend.',1255432580),(1860,'en','profile','phpfox','2.0.0rc4','you_have_already_rated_this_user','You have already rated this user.','You have already rated this user.',1255432719),(1861,'en','profile','phpfox','2.0.0rc4','you_cannot_rate_yourself','You cannot rate yourself.','You cannot rate yourself.',1255432729),(1862,'en','profile','phpfox','2.0.0rc4','location','Location','Location',1255866561),(1863,'en','profile','phpfox','2.0.0rc4','setting_profile_seo_for_meta_title','<title>Profile Title</title><info>Profile Title</info>','<title>Profile Title</title><info>Profile Title</info>',1255866678),(1864,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_updated_their_profile_design','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile design.','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile design.',1256479461),(1865,'en','profile','phpfox','2.0.0rc4','a_href_user_link_full_name_a_updated_their_profile','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile.','<a href=\"{user_link}\">{full_name}</a> updated {gender} profile.',1256479947),(1866,'en','profile','phpfox','2.0.0rc4','this_user_has_been_banned','This user has been banned.','This user has been banned.',1256497825),(1867,'en','profile','phpfox','2.0.0rc4','user_setting_can_view_users_profile','Can view a users profile? (Including their own profile.)','Can view a users profile? (Including their own profile.)',1256498007),(1868,'en','profile','phpfox','2.0.0rc4','updates_from','Updates from','Updates from',1256500572),(1869,'en','profile','phpfox','2.0.0rc8','setting_can_rate_on_users_profile','<title>Allow Rating of Users via Profile</title><info>Enable this option to allow your members the ability to rate other members via their profile.</info>','<title>Allow Rating of Users via Profile</title><info>Enable this option to allow your members the ability to rate other members via their profile.</info>',1258556786),(1870,'en','profile','phpfox','2.0.0rc8','profile_designer','Profile Designer','Profile Designer',1258848380),(1871,'en','profile','phpfox','2.0.0rc11','full_name_s_profile_has_been_updated','<a href=\"{user_link}\">{full_name}</a>\'s profile has been updated.','<a href=\"{user_link}\">{full_name}</a>\'s profile has been updated.',1259966679),(1872,'en','profile','phpfox','2.0.0rc11','full_name_s_profile_design_has_been_updated','<a href=\"{user_link}\">{full_name}</a>\'s profile design has been updated.','<a href=\"{user_link}\">{full_name}</a>\'s profile design has been updated.',1259966946),(1873,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_recent_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> likes your recent profile design.','<a href=\"{user_link}\">{full_name}</a> likes your recent profile design.',1260461900),(1874,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_their_own_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> liked their own profile <a href=\"{link}\">design</a>.','<a href=\"{user_link}\">{full_name}</a> liked their own profile <a href=\"{link}\">design</a>.',1260462181),(1875,'en','profile','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_design_a','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">design</a>.','<a href=\"{user_link}\">{full_name}</a> liked <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">design</a>.',1260462206),(1876,'en','profile','phpfox','2.0.4','wall','Wall','Wall',1267545418),(1877,'en','profile','phpfox','2.0.4','info','Info','Info',1267545427),(1878,'en','profile','phpfox','2.1.0Beta1','setting_ajax_profile_tab','<title>Ajax Profile Sections</title><info>Enable this option to load sub-sections on a users profile using AJAX.</info>','<title>Ajax Profile Sections</title><info>Enable this option to load sub-sections on a users profile using AJAX.</info>',1292314822),(1879,'en','profile','phpfox','2.0.8','setting_show_empty_tabs','<title>Show Empty Tabs</title><info>When this setting is enabled the script will show tabs for empty items in profiles, for example if a user has not yet uploaded a blog and this setting is enabled, the tab \"Blogs\" will still show in profiles.\r\n\r\nIf this setting is disabled there will be an extra query for each tab in profiles every time site cache is cleared.</info>','<title>Show Empty Tabs</title><info>When this setting is enabled the script will show tabs for empty items in profiles, for example if a user has not yet uploaded a blog and this setting is enabled, the tab \"Blogs\" will still show in profiles.\r\n\r\nIf this setting is disabled there will be an extra query for each tab in profiles every time site cache is cleared.</info>',1296735608),(1880,'en','profile','phpfox','3.0.0beta4','menu_profile_my_profile_b392d011b7f15183caf21a8bc56fd1fe','My Profile','My Profile',1317129003),(1881,'en','profile','phpfox','3.0.0beta4','menu_profile_edit_profile_b392d011b7f15183caf21a8bc56fd1fe','Edit Profile','Edit Profile',1317129065),(1882,'en','profile','phpfox','3.0.0beta4','menu_profile_edit_profile_picture_b392d011b7f15183caf21a8bc56fd1fe','Edit Profile Picture','Edit Profile Picture',1317129262),(1883,'en','profile','phpfox','3.0.0beta4','menu_profile_customize_profile_b392d011b7f15183caf21a8bc56fd1fe','Customize Profile','Customize Profile',1317129352),(1884,'en','profile','phpfox','3.0.0beta5','edit_profile','Edit Profile','Edit Profile',1319115269),(1885,'en','profile','phpfox','3.0.0beta5','design_profile','Design Profile','Design Profile',1319115276),(1886,'en','profile','phpfox','3.0.0beta5','send_message','Send Message','Send Message',1319115286),(1887,'en','profile','phpfox','3.0.0beta5','confirm_friend_request','Confirm Friend Request','Confirm Friend Request',1319115297),(1888,'en','profile','phpfox','3.0.0beta5','more','More','More',1319115311),(1889,'en','profile','phpfox','3.0.0beta5','edit_friends','Edit Friends','Edit Friends',1319115320),(1890,'en','profile','phpfox','3.0.0beta5','pending_friend_confirmation','Pending Friend Confirmation','Pending Friend Confirmation',1319115341),(1891,'en','profile','phpfox','3.0.0beta5','pending_friend_request','Pending Friend Request','Pending Friend Request',1319115347),(1892,'en','profile','phpfox','3.0.0beta5','lives_in','Lives in','Lives in',1319115363),(1893,'en','profile','phpfox','3.0.0beta5','age_years_old','{age} years old','{age} years old',1319115376),(1894,'en','profile','phpfox','3.0.0beta5','born_on_birthday','Born on {birthday}','Born on {birthday}',1319115394),(1895,'en','profile','phpfox','3.0.0beta5','relationship_status','Relationship status','Relationship status',1319115416),(1896,'en','profile','phpfox','3.0.0beta5','message','Message','Message',1319115456),(1897,'en','profile','phpfox','3.0.0beta5','change_picture','Change Picture','Change Picture',1319115749),(1898,'en','profile','phpfox','3.0.0beta5','drafts','Drafts','Drafts',1319116115),(1899,'en','profile','phpfox','3.0.0beta5','blogs','Blogs','Blogs',1319116123),(1900,'en','profile','phpfox','3.0.0beta5','polls','Polls','Polls',1319116135),(1901,'en','profile','phpfox','3.0.0beta5','friends','Friends','Friends',1319116148),(1902,'en','profile','phpfox','3.0.0beta5','videos','Videos','Videos',1319116160),(1903,'en','profile','phpfox','3.0.0beta5','events','Events','Events',1319116169),(1904,'en','profile','phpfox','3.0.0beta5','guestbook','Guestbook','Guestbook',1319116179),(1905,'en','profile','phpfox','3.0.0beta5','listings','Listings','Listings',1319116189),(1906,'en','profile','phpfox','3.0.0beta5','music','Music','Music',1319116201),(1907,'en','profile','phpfox','3.0.0beta5','albums','Albums','Albums',1319116213),(1908,'en','profile','phpfox','3.0.0beta5','photos','Photos','Photos',1319116219),(1909,'en','profile','phpfox','3.0.0beta5','quizzes','Quizzes','Quizzes',1319116230),(1910,'en','profile','phpfox','3.1.0rc1','menu_profile_profile_532c28d5412dd75bf975fb951c740a30','Profile','Profile',1332257954),(1911,'en','profile','phpfox','3.2.0beta1','user_setting_can_change_cover_photo','Can change profile cover photo?','Can change profile cover photo?',1334061288),(1912,'en','profile','phpfox','3.3.0beta1','cover_photo','Cover Photo','Cover Photo',1339153611),(1913,'en','profile','phpfox','3.4.0beta1','setting_profile_default_landing_page','<title>Default Profile Landing Page</title><info>Select what should be the default landing page for user profiles.</info>','<title>Default Profile Landing Page</title><info>Select what should be the default landing page for user profiles.</info>',1344592982),(1914,'en','profile','phpfox','3.4.0beta1','setting_allow_user_select_landing','<title>Allow Users Select for Landing Page</title><info>Enable this option if you would like to allow your users.</info>','<title>Allow Users Select for Landing Page</title><info>Enable this option if you would like to allow your users.</info>',1344593926),(1915,'en','profile','phpfox','3.5.0beta1','setting_display_submenu_for_photo','<title>Display Sub-Menu for Photos</title><info>If this setting is enabled it will display a sub menu in the profiles where users can click to view \"Albums\" or \"Photos\". \r\nIf this setting is disabled that sub-menu will not be shown, and instead a bigger menu will be displayed on the right side. \r\nPlease note that this is only valid if Timeline is disabled.</info>','<title>Display Sub-Menu for Photos</title><info>If this setting is enabled it will display a sub menu in the profiles where users can click to view \"Albums\" or \"Photos\". \r\nIf this setting is disabled that sub-menu will not be shown, and instead a bigger menu will be displayed on the right side. \r\nPlease note that this is only valid if Timeline is disabled.</info>',1355998784),(1916,'en','profile','phpfox','3.6.0rc1','setting_cache_blocks_design','<title>Profile/Dashboard Design</title><info>Stops querying the table user_dashboard, which is used to store information about the block positioning on a users profiles or dashboard.</info>','<title>Profile/Dashboard Design</title><info>Stops querying the table user_dashboard, which is used to store information about the block positioning on a users profiles or dashboard.</info>',1371724344),(1917,'en','profile','phpfox','3.6.0rc1','setting_profile_caches','<title>Profile Tracking</title><info>This cache removes the track from profiles. It goes against privacy and is very difficult to circumvent efficiently.</info>','<title>Profile Tracking</title><info>This cache removes the track from profiles. It goes against privacy and is very difficult to circumvent efficiently.</info>',1371724865),(1918,'en','theme','phpfox','2.0.0alpha1','user_setting_can_view_theme_sample','Can view block layout for themes within the Admin Control Panel?','Can view block layout for themes within the Admin Control Panel?',1216065545),(1919,'en','theme','phpfox','2.0.0alpha1','module_theme','Theme Management','Theme Management',1216065167),(1920,'en','theme','phpfox','2.0.0rc1','admincp_menu_create_theme','Create Theme','Create Theme',1248279775),(1921,'en','theme','phpfox','2.0.0rc1','admincp_menu_create_style','Create Style','Create Style',1248283393),(1922,'en','theme','phpfox','2.0.0rc1','create_a_new_template','Create a New Template','Create a New Template',1248370729),(1923,'en','theme','phpfox','2.0.0rc1','admincp_create_css_file','Create CSS File','Create CSS File',1248427439),(1924,'en','theme','phpfox','2.0.0rc1','admincp_menu_import_themes','Import Themes','Import Themes',1249416443),(1925,'en','theme','phpfox','2.0.0rc1','admincp_menu_import_styles','Import Styles','Import Styles',1249416519),(1926,'en','theme','phpfox','2.0.0rc4','last_modified_time_stamp_by_full_name','Last modified {time_stamp} by {full_name}','Last modified {time_stamp} by {full_name}',1255341569),(1927,'en','theme','phpfox','2.0.0rc4','css_file_successfully_added','CSS file successfully added.','CSS file successfully added.',1255341673),(1928,'en','theme','phpfox','2.0.0rc4','not_a_valid_style','Not a valid style.','Not a valid style.',1255341684),(1929,'en','theme','phpfox','2.0.0rc4','edit_css','Edit CSS','Edit CSS',1255341692),(1930,'en','theme','phpfox','2.0.0rc4','themes','Themes','Themes',1255341702),(1931,'en','theme','phpfox','2.0.0rc4','styles','Styles','Styles',1255341707),(1932,'en','theme','phpfox','2.0.0rc4','editing_style','Editing Style','Editing Style',1255341724),(1933,'en','theme','phpfox','2.0.0rc4','create_new_style','Create New Style','Create New Style',1255341735),(1934,'en','theme','phpfox','2.0.0rc4','style_successfully_updated','Style successfully updated.','Style successfully updated.',1255342251),(1935,'en','theme','phpfox','2.0.0rc4','style_successfully_added','Style successfully added.','Style successfully added.',1255342260),(1936,'en','theme','phpfox','2.0.0rc4','create_style','Create Style','Create Style',1255342279),(1937,'en','theme','phpfox','2.0.0rc4','import_styles','Import Styles','Import Styles',1255342298),(1938,'en','theme','phpfox','2.0.0rc4','style_successfully_imported','Style successfully imported.','Style successfully imported.',1255342393),(1939,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme','Not a valid theme.','Not a valid theme.',1255342410),(1940,'en','theme','phpfox','2.0.0rc4','style_successfully_deleted','Style successfully deleted.','Style successfully deleted.',1255342418),(1941,'en','theme','phpfox','2.0.0rc4','managing_styles_for','Managing styles for','Managing styles for',1255342425),(1942,'en','theme','phpfox','2.0.0rc4','logo_successfully_reverted','Logo successfully reverted.','Logo successfully reverted.',1255342457),(1943,'en','theme','phpfox','2.0.0rc4','logo_successfully_uploaded','Logo successfully uploaded.','Logo successfully uploaded.',1255342467),(1944,'en','theme','phpfox','2.0.0rc4','change_site_logo','Change Site Logo','Change Site Logo',1255342474),(1945,'en','theme','phpfox','2.0.0rc4','change_logo','Change Logo','Change Logo',1255342493),(1946,'en','theme','phpfox','2.0.0rc4','template_successfully_added','Template successfully added.','Template successfully added.',1255342506),(1947,'en','theme','phpfox','2.0.0rc4','create_new_template','Create New Template','Create New Template',1255342536),(1948,'en','theme','phpfox','2.0.0rc4','templates','Templates','Templates',1255342553),(1949,'en','theme','phpfox','2.0.0rc4','theme_successfully_updated','Theme successfully updated.','Theme successfully updated.',1255342573),(1950,'en','theme','phpfox','2.0.0rc4','theme_successfully_added','Theme successfully added.','Theme successfully added.',1255342583),(1951,'en','theme','phpfox','2.0.0rc4','editing_theme','Editing Theme','Editing Theme',1255342590),(1952,'en','theme','phpfox','2.0.0rc4','create_new_theme','Create New Theme','Create New Theme',1255342598),(1953,'en','theme','phpfox','2.0.0rc4','create_theme','Create Theme','Create Theme',1255342624),(1954,'en','theme','phpfox','2.0.0rc4','theme_is_not_valid','Theme is not valid.','Theme is not valid.',1255342635),(1955,'en','theme','phpfox','2.0.0rc4','export_theme','Export Theme','Export Theme',1255342643),(1956,'en','theme','phpfox','2.0.0rc4','theme_successfully_imported','Theme successfully imported.','Theme successfully imported.',1255342668),(1957,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme_to_import','Not a valid theme to import.','Not a valid theme to import.',1255342677),(1958,'en','theme','phpfox','2.0.0rc4','import_themes','Import Themes','Import Themes',1255342684),(1959,'en','theme','phpfox','2.0.0rc4','theme_successfully_deleted','Theme successfully deleted.','Theme successfully deleted.',1255342706),(1960,'en','theme','phpfox','2.0.0rc4','not_a_valid_file_extension','Not a valid file extension.','Not a valid file extension.',1255342775),(1961,'en','theme','phpfox','2.0.0rc4','unable_to_upload_image','Unable to upload image.','Unable to upload image.',1255342800),(1962,'en','theme','phpfox','2.0.0rc4','unable_to_find_style','Unable to find style.','Unable to find style.',1255342813),(1963,'en','theme','phpfox','2.0.0rc4','style_requires_a_name','Style requires a name.','Style requires a name.',1255342829),(1964,'en','theme','phpfox','2.0.0rc4','style_requires_a_folder_name','Style requires a folder name.','Style requires a folder name.',1255342836),(1965,'en','theme','phpfox','2.0.0rc4','select_a_parent_theme_for_this_style','Select a parent theme for this style.','Select a parent theme for this style.',1255342843),(1966,'en','theme','phpfox','2.0.0rc4','provide_if_the_style_is_active_or_not','Provide if the style is active or not.','Provide if the style is active or not.',1255342850),(1967,'en','theme','phpfox','2.0.0rc4','provide_a_default_logo_name','Provide a default logo name.','Provide a default logo name.',1255342858),(1968,'en','theme','phpfox','2.0.0rc4','folder_is_not_valid','Folder is not valid.','Folder is not valid.',1255342866),(1969,'en','theme','phpfox','2.0.0rc4','this_folder_is_already_in_use','This \"Folder\" is already in use.','This \"Folder\" is already in use.',1255342874),(1970,'en','theme','phpfox','2.0.0rc4','select_a_style','Select a style.','Select a style.',1255342895),(1971,'en','theme','phpfox','2.0.0rc4','provide_a_file_name','Provide a file name.','Provide a file name.',1255342901),(1972,'en','theme','phpfox','2.0.0rc4','provide_css_code','Provide CSS code.','Provide CSS code.',1255342915),(1973,'en','theme','phpfox','2.0.0rc4','file_name_is_not_valid','File name is not valid.','File name is not valid.',1255342923),(1974,'en','theme','phpfox','2.0.0rc4','the_file_name_is_already_in_use','The \"File Name\" is already in use.','The \"File Name\" is already in use.',1255342931),(1975,'en','theme','phpfox','2.0.0rc4','not_a_valid_style_to_set_to_default','Not a valid style to set to default.','Not a valid style to set to default.',1255342990),(1976,'en','theme','phpfox','2.0.0rc4','unable_to_find_style_sheet','Unable to find style sheet.','Unable to find style sheet.',1255343035),(1977,'en','theme','phpfox','2.0.0rc4','unable_to_find_the_style_sheet_file','Unable to find the style sheet file.','Unable to find the style sheet file.',1255343045),(1978,'en','theme','phpfox','2.0.0rc4','select_a_theme_for_this_template','Select a theme for this template.','Select a theme for this template.',1255343095),(1979,'en','theme','phpfox','2.0.0rc4','select_what_type_of_a_template_this_is','Select what type of a template this is.','Select what type of a template this is.',1255343103),(1980,'en','theme','phpfox','2.0.0rc4','not_a_valid_template_to_delete','Not a valid template to delete.','Not a valid template to delete.',1255343159),(1981,'en','theme','phpfox','2.0.0rc4','theme_requires_a_name','Theme requires a name.','Theme requires a name.',1255343189),(1982,'en','theme','phpfox','2.0.0rc4','theme_requires_a_folder_name','Theme requires a folder name.','Theme requires a folder name.',1255343196),(1983,'en','theme','phpfox','2.0.0rc4','provide_if_the_theme_is_active_or_not','Provide if the theme is active or not.','Provide if the theme is active or not.',1255343205),(1984,'en','theme','phpfox','2.0.0rc4','there_is_already_a_theme_with_the_same_folder_name','There is already a theme with the same folder name.','There is already a theme with the same folder name.',1255343286),(1985,'en','theme','phpfox','2.0.0rc4','not_a_valid_theme_to_delete','Not a valid theme to delete.','Not a valid theme to delete.',1255343324),(1986,'en','theme','phpfox','2.0.0rc4','full_screen','Full Screen','Full Screen',1255343483),(1987,'en','theme','phpfox','2.0.0rc4','toggle','Toggle','Toggle',1255343492),(1988,'en','theme','phpfox','2.0.0rc4','blocks','Blocks','Blocks',1255343499),(1989,'en','theme','phpfox','2.0.0rc4','toggle_all_blocks','Toggle all blocks.','Toggle all blocks.',1255343507),(1990,'en','theme','phpfox','2.0.0rc4','close','Close','Close',1255343514),(1991,'en','theme','phpfox','2.0.0rc4','advanced','Advanced','Advanced',1255343533),(1992,'en','theme','phpfox','2.0.0rc4','css','CSS','CSS',1255343540),(1993,'en','theme','phpfox','2.0.0rc4','use_theme','Use Theme','Use Theme',1255343554),(1994,'en','theme','phpfox','2.0.0rc4','save','Save','Save',1255343567),(1995,'en','theme','phpfox','2.0.0rc4','preview','Preview','Preview',1255343573),(1996,'en','theme','phpfox','2.0.0rc4','revert_to_default','Revert To Default','Revert To Default',1255343591),(1997,'en','theme','phpfox','2.0.0rc4','are_you_sure_note_that_this_will_revert_all_your_changes_and_not_just_those_within_this_group','Are you sure? Note that this will revert all your changes and not just those within this group.','Are you sure? Note that this will revert all your changes and not just those within this group.',1255343603),(1998,'en','theme','phpfox','2.0.0rc4','width','Width','Width',1255343620),(1999,'en','theme','phpfox','2.0.0rc4','default','[Default]','[Default]',1255343632),(2000,'en','theme','phpfox','2.0.0rc4','background','Background','Background',1255343644),(2001,'en','theme','phpfox','2.0.0rc4','url','URL','URL',1255343670),(2002,'en','theme','phpfox','2.0.0rc4','attach_files','Attach Files','Attach Files',1255343681),(2003,'en','theme','phpfox','2.0.0rc4','scroll','Scroll','Scroll',1255343687),(2004,'en','theme','phpfox','2.0.0rc4','yes','Yes','Yes',1255343701),(2005,'en','theme','phpfox','2.0.0rc4','no','No','No',1255343707),(2006,'en','theme','phpfox','2.0.0rc4','position','Position','Position',1255343718),(2007,'en','theme','phpfox','2.0.0rc4','repeat','Repeat','Repeat',1255343727),(2008,'en','theme','phpfox','2.0.0rc4','do_not_repeat','Do Not Repeat','Do Not Repeat',1255343737),(2009,'en','theme','phpfox','2.0.0rc4','across','Across','Across',1255343743),(2010,'en','theme','phpfox','2.0.0rc4','down','Down','Down',1255343749),(2011,'en','theme','phpfox','2.0.0rc4','tile','Tile','Tile',1255343755),(2012,'en','theme','phpfox','2.0.0rc4','font','Font','Font',1255343762),(2013,'en','theme','phpfox','2.0.0rc4','color','Color','Color',1255343769),(2014,'en','theme','phpfox','2.0.0rc4','family','Family','Family',1255343779),(2015,'en','theme','phpfox','2.0.0rc4','size','Size','Size',1255343801),(2016,'en','theme','phpfox','2.0.0rc4','style','Style','Style',1255343816),(2017,'en','theme','phpfox','2.0.0rc4','weight','Weight','Weight',1255343826),(2018,'en','theme','phpfox','2.0.0rc4','text','Text','Text',1255343834),(2019,'en','theme','phpfox','2.0.0rc4','align','Align','Align',1255343840),(2020,'en','theme','phpfox','2.0.0rc4','transform','Transform','Transform',1255343851),(2021,'en','theme','phpfox','2.0.0rc4','decoration','Decoration','Decoration',1255343860),(2022,'en','theme','phpfox','2.0.0rc4','border','Border','Border',1255343872),(2023,'en','theme','phpfox','2.0.0rc4','padding','Padding','Padding',1255343939),(2024,'en','theme','phpfox','2.0.0rc4','reset','Reset','Reset',1255343959),(2025,'en','theme','phpfox','2.0.0rc4','css_details','CSS Details','CSS Details',1255344281),(2026,'en','theme','phpfox','2.0.0rc4','select','Select','Select',1255344295),(2027,'en','theme','phpfox','2.0.0rc4','file_name','File Name','File Name',1255344302),(2028,'en','theme','phpfox','2.0.0rc4','creator','Creator','Creator',1255344309),(2029,'en','theme','phpfox','2.0.0rc4','submit','Submit','Submit',1255344322),(2030,'en','theme','phpfox','2.0.0rc4','css_files','CSS Files','CSS Files',1255344333),(2031,'en','theme','phpfox','2.0.0rc4','global_css','Global CSS','Global CSS',1255344341),(2032,'en','theme','phpfox','2.0.0rc4','revert','Revert','Revert',1255344362),(2033,'en','theme','phpfox','2.0.0rc4','delete','Delete','Delete',1255344368),(2034,'en','theme','phpfox','2.0.0rc4','style_details','Style Details','Style Details',1255344380),(2035,'en','theme','phpfox','2.0.0rc4','parent_theme','Parent Theme','Parent Theme',1255344387),(2036,'en','theme','phpfox','2.0.0rc4','parent_style','Parent Style','Parent Style',1255344399),(2037,'en','theme','phpfox','2.0.0rc4','name','Name','Name',1255344406),(2038,'en','theme','phpfox','2.0.0rc4','folder_name','Folder Name','Folder Name',1255344413),(2039,'en','theme','phpfox','2.0.0rc4','logo_image','Logo Image','Logo Image',1255344420),(2040,'en','theme','phpfox','2.0.0rc4','default_logo_file_name_eg_logo_png','Default logo file name (eg. logo.png)','Default logo file name (eg. logo.png)',1255344427),(2041,'en','theme','phpfox','2.0.0rc4','website','Website','Website',1255344440),(2042,'en','theme','phpfox','2.0.0rc4','version','Version','Version',1255344447),(2043,'en','theme','phpfox','2.0.0rc4','is_default','Is Default','Is Default',1255344455),(2044,'en','theme','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255344489),(2045,'en','theme','phpfox','2.0.0rc4','update','Update','Update',1255344510),(2046,'en','theme','phpfox','2.0.0rc4','manual_install','Manual Install','Manual Install',1255344530),(2047,'en','theme','phpfox','2.0.0rc4','theme','Theme','Theme',1255344536),(2048,'en','theme','phpfox','2.0.0rc4','created_by','Created By','Created By',1255344548),(2049,'en','theme','phpfox','2.0.0rc4','action','Action','Action',1255344559),(2050,'en','theme','phpfox','2.0.0rc4','n_a','N/A','N/A',1255344568),(2051,'en','theme','phpfox','2.0.0rc4','install','Install','Install',1255344589),(2052,'en','theme','phpfox','2.0.0rc4','click_to_install_this_theme','Click to install this theme.','Click to install this theme.',1255344596),(2053,'en','theme','phpfox','2.0.0rc4','nothing_new_to_install','Nothing new to install.','Nothing new to install.',1255344602),(2054,'en','theme','phpfox','2.0.0rc4','active','Active','Active',1255344625),(2055,'en','theme','phpfox','2.0.0rc4','edit_style','Edit Style','Edit Style',1255344633),(2056,'en','theme','phpfox','2.0.0rc4','export_style','Export Style','Export Style',1255344649),(2057,'en','theme','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255344660),(2058,'en','theme','phpfox','2.0.0rc4','remove_as_default','Remove as Default','Remove as Default',1255344669),(2059,'en','theme','phpfox','2.0.0rc4','set_as_default','Set as Default','Set as Default',1255344677),(2060,'en','theme','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255344683),(2061,'en','theme','phpfox','2.0.0rc4','activate','Activate','Activate',1255344688),(2062,'en','theme','phpfox','2.0.0rc4','no_styles_found','No styles found.','No styles found.',1255344698),(2063,'en','theme','phpfox','2.0.0rc4','create_a_new_style','Create a New Style','Create a New Style',1255344704),(2064,'en','theme','phpfox','2.0.0rc4','logo','Logo','Logo',1255344710),(2065,'en','theme','phpfox','2.0.0rc4','select_a_logo','Select a Logo','Select a Logo',1255344716),(2066,'en','theme','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255344722),(2067,'en','theme','phpfox','2.0.0rc4','recommended_width_height_width_x_height_pixels','Recommended width/height: {width}x{height} pixels.','Recommended width/height: {width}x{height} pixels.',1255344735),(2068,'en','theme','phpfox','2.0.0rc4','automatically_resize','Automatically Resize','Automatically Resize',1255344755),(2069,'en','theme','phpfox','2.0.0rc4','current_logo','Current logo','Current logo',1255344772),(2070,'en','theme','phpfox','2.0.0rc4','revert_logo','Revert Logo','Revert Logo',1255344804),(2071,'en','theme','phpfox','2.0.0rc4','upload_logo','Upload Logo','Upload Logo',1255344818),(2072,'en','theme','phpfox','2.0.0rc4','template_info','Template Info','Template Info',1255344826),(2073,'en','theme','phpfox','2.0.0rc4','group','Group','Group',1255344831),(2074,'en','theme','phpfox','2.0.0rc4','global_template','Global Template','Global Template',1255344837),(2075,'en','theme','phpfox','2.0.0rc4','type','Type','Type',1255344901),(2076,'en','theme','phpfox','2.0.0rc4','block','Block','Block',1255344914),(2077,'en','theme','phpfox','2.0.0rc4','controller','Controller','Controller',1255344919),(2078,'en','theme','phpfox','2.0.0rc4','required_only_for_modular_templates','Required only for modular templates.','Required only for modular templates.',1255344928),(2079,'en','theme','phpfox','2.0.0rc4','html','HTML','HTML',1255344940),(2080,'en','theme','phpfox','2.0.0rc4','html_templates','HTML Templates','HTML Templates',1255344956),(2081,'en','theme','phpfox','2.0.0rc4','global_templates','Global Templates','Global Templates',1255344973),(2082,'en','theme','phpfox','2.0.0rc4','controllers','Controllers','Controllers',1255344986),(2083,'en','theme','phpfox','2.0.0rc4','theme_details','Theme Details','Theme Details',1255345026),(2084,'en','theme','phpfox','2.0.0rc4','folder','Folder','Folder',1255345049),(2085,'en','theme','phpfox','2.0.0rc4','export','Export','Export',1255345141),(2086,'en','theme','phpfox','2.0.0rc4','export_styles','Export Styles','Export Styles',1255345208),(2087,'en','theme','phpfox','2.0.0rc4','download','Download','Download',1255345215),(2088,'en','theme','phpfox','2.0.0rc4','manage','Manage','Manage',1255345751),(2089,'en','theme','phpfox','2.0.0rc4','edit_theme','Edit Theme','Edit Theme',1255345761),(2090,'en','theme','phpfox','2.0.0rc4','edit_templates','Edit Templates','Edit Templates',1255345771),(2091,'en','theme','phpfox','2.0.0rc4','manage_styles','Manage Styles','Manage Styles',1255345779),(2092,'en','theme','phpfox','2.0.0rc4','recent_visitors','Recent Visitors','Recent Visitors',1255345946),(2093,'en','theme','phpfox','2.0.0rc4','default_manage','Default','Default',1255766695),(2094,'en','theme','phpfox','2.0.0rc11','page_width','Page Width','Page Width',1260207598),(2095,'en','theme','phpfox','2.0.0rc11','link','Link','Link',1260207621),(2096,'en','theme','phpfox','2.0.0rc11','link_hover','Link:Hover','Link:Hover',1260207630),(2097,'en','theme','phpfox','2.0.0rc11','search_bar','Search Bar','Search Bar',1260207639),(2098,'en','theme','phpfox','2.0.0rc11','header','Header','Header',1260207647),(2099,'en','theme','phpfox','2.0.0rc11','menu','Menu','Menu',1260207656),(2100,'en','theme','phpfox','2.0.0rc11','menu_link','Menu Link','Menu Link',1260207665),(2101,'en','theme','phpfox','2.0.0rc11','menu_link_hover','Menu Link:Hover','Menu Link:Hover',1260207690),(2102,'en','theme','phpfox','2.0.0rc11','profile_header','Profile Header','Profile Header',1260207703),(2103,'en','theme','phpfox','2.0.0rc11','profile_header_link','Profile Header Link','Profile Header Link',1260207713),(2104,'en','theme','phpfox','2.0.0rc11','profile_header_link_hover','Profile Header Link:Hover','Profile Header Link:Hover',1260207725),(2105,'en','theme','phpfox','2.0.0rc11','profile_link','Profile Link','Profile Link',1260207735),(2106,'en','theme','phpfox','2.0.0rc11','profile_link_hover','Profile Link:Hover','Profile Link:Hover',1260207746),(2107,'en','theme','phpfox','2.0.0rc11','content','Content','Content',1260207757),(2108,'en','theme','phpfox','2.0.0rc11','block_body','Block Body','Block Body',1260207770),(2109,'en','theme','phpfox','2.0.0rc11','block_header','Block Header','Block Header',1260207781),(2110,'en','theme','phpfox','2.0.0rc11','bottom','Bottom','Bottom',1260207790),(2111,'en','theme','phpfox','2.0.0rc11','bottom_link','Bottom Link','Bottom Link',1260207800),(2112,'en','theme','phpfox','2.0.0rc11','bottom_link_hover','Bottom Link:Hover','Bottom Link:Hover',1260207809),(2113,'en','theme','phpfox','2.0.0','click_on_the_blocks_below_to_hide_unhide_them','Click on the \"Blocks\" below to hide/unhide them.','Click on the \"Blocks\" below to hide/unhide them.',1261162437),(2114,'en','theme','phpfox','2.0.7','creating_css_file','Creating CSS File','Creating CSS File',1288349553),(2115,'en','theme','phpfox','3.0.0beta5','add_new_block','Add New Block','Add New Block',1319121954),(2116,'en','theme','phpfox','3.0.0beta5','please_enable_designdnd_first','Please enable DesignDND first.','Please enable DesignDND first.',1319127067),(2117,'en','theme','phpfox','3.0.0beta5','you_are_not_allowed_to_make_use_of_this_feature','You are not allowed to make use of this feature.','You are not allowed to make use of this feature.',1319127081),(2118,'en','theme','phpfox','3.0.0beta5','something_bad_happened','Something bad happened.','Something bad happened.',1319127092),(2119,'en','theme','phpfox','3.0.0','order_updated','Order Updated','Order Updated',1323096693),(2120,'en','theme','phpfox','3.0.0','select_a_block_below_and_then_drag_it_to_any_of_the_available_positions','Select a block below and then drag it to any of the available positions.','Select a block below and then drag it to any of the available positions.',1323096740),(2121,'en','theme','phpfox','3.5.0','favorites','Favorites','Favorites',1361783592),(2122,'en','theme','phpfox','3.5.0','edit','Edit','Edit',1361783599),(2123,'en','theme','phpfox','3.5.0','edit_profile','Edit Profile','Edit Profile',1361783606),(2124,'en','theme','phpfox','3.5.0','view_more','View More','View More',1361783682),(2125,'en','theme','phpfox','3.5.0','view_less','View Less','View Less',1361783688),(2126,'en','theme','phpfox','3.5.0','add_more','Add More','Add More',1361783694),(2127,'en','theme','phpfox','3.5.0','done','Done','Done',1361783708),(2128,'en','user','phpfox','2.0.0alpha1','log','Log In','Log In',1217034494),(2129,'en','user','phpfox','2.0.0alpha1','module_user','User','User',1219147645),(2130,'en','user','phpfox','2.0.0alpha1','username','User Name','User Name',1214844661),(2131,'en','user','phpfox','2.0.0alpha1','add_user_group_setting','Add User Group Setting','Add User Group Setting',1214789475),(2132,'en','user','phpfox','2.0.0alpha1','setting_successfully_added','Setting successfully added.','Setting successfully added.',1214789508),(2133,'en','user','phpfox','2.0.0alpha1','select_varname','Select a varname for your user setting.','Select a varname for your user setting.',1214789526),(2134,'en','user','phpfox','2.0.0alpha1','add_info_regarding_setting','Add information regarding the user setting.','Add information regarding the user setting.',1214789544),(2135,'en','user','phpfox','2.0.0alpha1','setting_details','Setting Details','Setting Details',1214790399),(2136,'en','user','phpfox','2.0.0alpha1','product','Product','Product',1214790410),(2137,'en','user','phpfox','2.0.0alpha1','module','Module','Module',1214790423),(2138,'en','user','phpfox','2.0.0alpha1','varname','Varname','Varname',1214790434),(2139,'en','user','phpfox','2.0.0alpha1','type','Type','Type',1214790445),(2140,'en','user','phpfox','2.0.0alpha1','user_group_values','User Group Values','User Group Values',1214790456),(2141,'en','user','phpfox','2.0.0alpha1','language_package_details','Language Package Details','Language Package Details',1214790470),(2142,'en','user','phpfox','2.0.0alpha1','info','Info','Info',1214790493),(2143,'en','user','phpfox','2.0.0alpha1','manage_user_settings','Manage User Settings','Manage User Settings',1214964403),(2144,'en','user','phpfox','2.0.0alpha1','user_group_updated','User group updated.','User group updated.',1214964439),(2145,'en','user','phpfox','2.0.0alpha1','invalid_user_group','Invalid user group.','Invalid user group.',1214966740),(2146,'en','user','phpfox','2.0.0alpha1','setting_successfully_updated','Setting successfully updated.','Setting successfully updated.',1214981663),(2147,'en','user','phpfox','2.0.0alpha1','manage_user_groups','Manage User Groups','Manage User Groups',1214986555),(2148,'en','user','phpfox','2.0.0alpha1','default_user_groups','Default User Groups','Default User Groups',1214986645),(2149,'en','user','phpfox','2.0.0alpha1','title','Title','Title',1214986655),(2150,'en','user','phpfox','2.0.0alpha1','user','User','User',1214986664),(2151,'en','user','phpfox','2.0.0alpha1','actions','Actions','Actions',1214986673),(2152,'en','user','phpfox','2.0.0alpha1','select_action','Select Action','Select Action',1214986688),(2153,'en','user','phpfox','2.0.0alpha1','edit','Edit','Edit',1214986699),(2154,'en','user','phpfox','2.0.0alpha1','manage_user_group','Manage User Group','Manage User Group',1214986755),(2155,'en','user','phpfox','2.0.0alpha1','user_group_information','User Group Information','User Group Information',1214986781),(2156,'en','user','phpfox','2.0.0alpha1','title_for_user_group','Title for the user group.','Title for the user group.',1214986796),(2157,'en','user','phpfox','2.0.0alpha1','user_group_settings','User Group Settings','User Group Settings',1214986808),(2158,'en','user','phpfox','2.0.0alpha1','user_name','User Name','User Name',1218458106),(2159,'en','user','phpfox','2.0.0alpha1','email','Email','Email',1218458120),(2160,'en','user','phpfox','2.0.0alpha1','login','Login ID','Login ID',1218458136),(2161,'en','user','phpfox','2.0.0alpha1','password','Password','Password',1218458188),(2162,'en','user','phpfox','2.0.0alpha1','remember','Remember me','Remember me',1218459828),(2163,'en','user','phpfox','2.0.0alpha1','login_button','Login','Login',1218459855),(2164,'en','user','phpfox','2.0.0alpha1','sign','Sign Up','Sign Up',1218459940),(2165,'en','user','phpfox','2.0.0alpha1','forgot_password','Forgot Password?','Forgot Password?',1218459951),(2166,'en','user','phpfox','2.0.0alpha1','site_name_login','{name} Login','{name} Login',1218461107),(2167,'en','user','phpfox','2.0.0alpha1','sign_for_site_name','or <a href=\"{url}\">Sign up for {name}</a>','or <a href=\"{url}\">Sign up for {name}</a>',1218461161),(2168,'en','user','phpfox','2.0.0alpha1','forgot_your_password','Forgot your password?','Forgot your password?',1218464832),(2169,'en','user','phpfox','2.0.0alpha1','provide_your_user_name','Provide your user name.','Provide your user name.',1218464879),(2170,'en','user','phpfox','2.0.0alpha1','provide_your_email','Provide your email.','Provide your email.',1218464891),(2171,'en','user','phpfox','2.0.0alpha1','provide_your_user_name_email','Provide your user name or email.','Provide your user name or email.',1218464903),(2172,'en','user','phpfox','2.0.0alpha1','provide_your_password','Provide your password.','Provide your password.',1218464912),(2173,'en','user','phpfox','2.0.0alpha1','login_title','Login','Login',1218464970),(2174,'en','user','phpfox','2.0.0alpha1','invalid_user_name','Invalid User Name.','Invalid User Name.',1218465012),(2175,'en','user','phpfox','2.0.0alpha1','invalid_email','Invalid Email.','Invalid Email.',1218465021),(2176,'en','user','phpfox','2.0.0alpha1','invalid_login_id','Invalid Login ID.','Invalid Login ID.',1218465032),(2177,'en','user','phpfox','2.0.0alpha1','invalid_password','Invalid Password.','Invalid Password.',1218465047),(2178,'en','user','phpfox','2.0.0alpha1','you_need_logged_that','You need to be logged in to do that.','You need to be logged in to do that.',1218724550),(2179,'en','user','phpfox','2.0.0alpha1','sign_and_start_using_site','Sign Up and Start Using {site}','Sign Up and Start Using {site}',1219836880),(2180,'en','user','phpfox','2.0.0alpha1','menu_browse','Members','Members',1231832504),(2181,'en','user','phpfox','2.0.0alpha1','menu_settings','Account','Account',1231837038),(2182,'en','user','phpfox','2.0.0alpha1','user_setting_can_add_user_group_setting','Can add/edit settings for user groups?\r\n\r\nNote: Enable this feature only if creating a plug-in or modifying the package.','Can add/edit settings for user groups?\r\n\r\nNote: Enable this feature only if creating a plug-in or modifying the package.',1214790898),(2183,'en','user','phpfox','2.0.0alpha2','user_setting_can_control_profile_privacy','Can control privacy settings on their own profile?','Can control privacy settings on their own profile?',1237552899),(2184,'en','user','phpfox','2.0.0alpha2','user_setting_can_control_notification_privacy','Can control notification privacy settings?','Can control notification privacy settings?',1237552966),(2185,'en','user','phpfox','2.0.0alpha2','user_setting_can_override_user_privacy','Can override a users privacy setting?','Can override a users privacy setting?',1237553281),(2186,'en','user','phpfox','2.0.0alpha2','setting_multi_step_registration_form','<title>Multi-step Registration Form</title><info>Enabling this option will turn the registration process into multiple steps and using as few fields as we can on the first step to entice users to register.</info>','<title>Multi-step Registration Form</title><info>Enabling this option will turn the registration process into multiple steps and using as few fields as we can on the first step to entice users to register.</info>',1237571029),(2187,'en','user','phpfox','2.0.0alpha2','user_setting_require_profile_image','Users are required to upload a profile image?','Users are required to upload a profile image?',1237573969),(2188,'en','user','phpfox','2.0.0alpha2','setting_registration_steps','<title>Registration Steps</title><info>With this option you can add extra steps to the registration process.</info>','<title>Registration Steps</title><info>With this option you can add extra steps to the registration process.</info>',1237574533),(2189,'en','user','phpfox','2.0.0alpha3','menu_edit_profile','Edit Profile','Edit Profile',1238410664),(2190,'en','user','phpfox','2.0.0alpha3','custom_group_about_me','About Me','About Me',1238671524),(2191,'en','user','phpfox','2.0.0alpha3','custom_about_me','About Me','About Me',1238671545),(2192,'en','user','phpfox','2.0.0alpha3','custom_who_i_d_like_to_meet','Who I'd Like to Meet','Who I'd Like to Meet',1238671563),(2193,'en','user','phpfox','2.0.0alpha3','custom_group_interests','Interests','Interests',1238671589),(2194,'en','user','phpfox','2.0.0alpha3','custom_interests','Interests','Interests',1238671614),(2195,'en','user','phpfox','2.0.0alpha3','custom_music','Music','Music',1238671629),(2196,'en','user','phpfox','2.0.0alpha3','custom_movies','Movies','Movies',1238671647),(2197,'en','user','phpfox','2.0.0alpha3','custom_group_details','Details','Details',1238671708),(2198,'en','user','phpfox','2.0.0alpha3','custom_smoker','Smoker','Smoker',1238671738),(2199,'en','user','phpfox','2.0.0alpha3','cf_option_yes','Yes','Yes',1238671738),(2200,'en','user','phpfox','2.0.0beta3','setting_usernames_to_suggest','<title>Usernames to suggest</title><info>When users fail the username verification at signup several usernames will be suggested. \r\nThe values here are the first part of those suggestions, (the second part is a random number).\r\n\r\nPossible outcomes:\r\nuser234\r\nmember181\r\nfriend921</info>','<title>Usernames to suggest</title><info>When users fail the username verification at signup several usernames will be suggested. \r\nThe values here are the first part of those suggestions, (the second part is a random number).\r\n\r\nPossible outcomes:\r\nuser234\r\nmember181\r\nfriend921</info>',1244550909),(2201,'en','user','phpfox','2.0.0beta3','setting_how_many_usernames_to_suggest','<title>How many usernames to suggest</title><info>When users verify their username at signup they are presented with a list of valid usernames they can choose from, how many usernames to show in that list?</info>','<title>How many usernames to suggest</title><info>When users verify their username at signup they are presented with a list of valid usernames they can choose from, how many usernames to show in that list?</info>',1244551391),(2202,'en','user','phpfox','2.0.0alpha3','cf_option_no','No','No',1238671738),(2203,'en','user','phpfox','2.0.0alpha3','cf_option_sometimes','Sometimes','Sometimes',1238671738),(2204,'en','user','phpfox','2.0.0alpha3','custom_drinker','Drinker','Drinker',1238749684),(2205,'en','user','phpfox','2.0.0alpha3','setting_user_browse_display_results_default','<title>Browsing Users Display Results</title><info>Select <b>name_photo</b> if you would like to by default display the users name and photo only within the browse section. Select <b>name_photo_detail</b> if you would like to display the users name, photo and general details about the person within the browse section.</info>','<title>Browsing Users Display Results</title><info>Select <b>name_photo</b> if you would like to by default display the users name and photo only within the browse section. Select <b>name_photo_detail</b> if you would like to display the users name, photo and general details about the person within the browse section.</info>',1239092643),(2206,'en','user','phpfox','2.0.0beta2','user_setting_can_edit_gender_setting','Can edit their gender?','Can edit their gender?',1242643138),(2207,'en','user','phpfox','2.0.0beta2','user_setting_custom_name_field','Custom full name field','Custom full name field',1242643942),(2208,'en','user','phpfox','2.0.0beta2','user_setting_can_edit_dob','Can edit date of birth?','Can edit date of birth?',1242644281),(2209,'en','user','phpfox','2.0.0beta4','user_setting_can_edit_users','Can edit a users account?\r\n\r\n<b>Notice:</b> Requires the ability to log into the AdminCP.','Can edit a users account?\r\n\r\n<b>Notice:</b> Requires the ability to log into the AdminCP.',1244545054),(2210,'en','user','phpfox','2.0.0beta4','user_setting_can_stay_logged_in','Can stay logged into the site?','Can stay logged into the site?',1244557119),(2211,'en','user','phpfox','2.0.0beta4','user_setting_can_change_other_user_picture','Can change profile photos added by other users?','Can change profile photos added by other users?',1244565702),(2212,'en','user','phpfox','2.0.0beta4','user_setting_can_edit_other_user_privacy','Can edit privacy settings for other users?','Can edit privacy settings for other users?',1244566805),(2213,'en','user','phpfox','2.0.0beta4','user_setting_can_change_own_user_name','Can change own user name?','Can change own user name?',1244571194),(2214,'en','user','phpfox','2.0.0beta4','user_setting_total_times_can_change_user_name','How many times can this user group edit their user name?','How many times can this user group edit their user name?',1244571909),(2215,'en','user','phpfox','2.0.0beta4','setting_user_profile_private_age','<title>Force Profile Privacy</title><info>Define what age should a users profile be forced to be private regardless of their profile privacy setting. \r\n\r\nIf the user\'s age is the the same or lower than the setting, only their friends will be able to see their profile and interact with them.\r\n\r\n<b>Notice:</b> Set to \"0\" (without quotes) for no limit.</info>','<title>Force Profile Privacy</title><info>Define what age should a users profile be forced to be private regardless of their profile privacy setting. \r\n\r\nIf the user\'s age is the the same or lower than the setting, only their friends will be able to see their profile and interact with them.\r\n\r\n<b>Notice:</b> Set to \"0\" (without quotes) for no limit.</info>',1244573463),(2216,'en','user','phpfox','2.0.0beta4','user_setting_can_block_other_members','Can block members?','Can block members?',1244626170),(2217,'en','user','phpfox','2.0.0beta4','user_setting_can_be_blocked_by_others','Can this user group be blocked by other users?','Can this user group be blocked by other users?',1244626313),(2218,'en','user','phpfox','2.0.0beta4','setting_validate_full_name','<title>Validate Full/Display Name</title><info>Set to <b>True</b> if you would like to validate a users full name.</info>','<title>Validate Full/Display Name</title><info>Set to <b>True</b> if you would like to validate a users full name.</info>',1244645932),(2219,'en','user','phpfox','2.0.0beta4','stat_title_1','Members','Members',1245140437),(2220,'en','user','phpfox','2.0.0beta5','user_setting_can_feature','Can members of this user group feature and unfeature members?','Can members of this user group feature and unfeature members?',1246003244),(2221,'en','user','phpfox','2.0.0beta5','setting_randomize_featured_members','<title>Random featured members</title><info>Should featured members randomly show up?</info>','<title>Random featured members</title><info>Should featured members randomly show up?</info>',1246007440),(2222,'en','user','phpfox','2.0.0beta5','setting_how_many_featured_members','<title>How Many Featured Members To Show</title><info>This setting tells how many featured members will be shown at one time.</info>','<title>How Many Featured Members To Show</title><info>This setting tells how many featured members will be shown at one time.</info>',1246007756),(2223,'en','user','phpfox','2.0.0beta5','setting_verify_email_at_signup','<title>Verify Email At Signup</title><info>When a guest signs up, should they verify their email address?\r\n\r\nIf enabled an email will be sent with a special link to verify that is their address.</info>','<title>Verify Email At Signup</title><info>When a guest signs up, should they verify their email address?\r\n\r\nIf enabled an email will be sent with a special link to verify that is their address.</info>',1246354785),(2224,'en','user','phpfox','2.0.0beta5','setting_verify_email_timeout','<title>Verify Email Timeout</title><info>This setting tells how much time (in minutes) new members have in order to verify their email address.\r\n\r\nMake sure your email server is well configured as this setting relies on the user being able to click the link sent when they signed up.\r\n\r\nIf your site allows changing email address and you require the new one to be verified as well this setting also applies in this case.\r\n\r\nSet it to 0 to disable the timeout.</info>','<title>Verify Email Timeout</title><info>This setting tells how much time (in minutes) new members have in order to verify their email address.\r\n\r\nMake sure your email server is well configured as this setting relies on the user being able to click the link sent when they signed up.\r\n\r\nIf your site allows changing email address and you require the new one to be verified as well this setting also applies in this case.\r\n\r\nSet it to 0 to disable the timeout.</info>',1246355083),(2225,'en','user','phpfox','2.0.0beta5','user_setting_can_change_email','Should members of this user group be allowed to change their email address?','Should members of this user group be allowed to change their email address?',1246368069),(2226,'en','user','phpfox','2.0.0beta5','setting_logout_after_change_email_if_verify','<title>Logout After Changing Email</title><info>If users must verify their email address, when they change their email address should they be logged out so they need to verify right away?\r\n\r\nIf you set this to no they will be able to use the site until they sign out, after that they will need to verify their email address.</info>','<title>Logout After Changing Email</title><info>If users must verify their email address, when they change their email address should they be logged out so they need to verify right away?\r\n\r\nIf you set this to no they will be able to use the site until they sign out, after that they will need to verify their email address.</info>',1246370838),(2227,'en','user','phpfox','2.0.0beta5','user_setting_can_verify_others_emails','Allow members of this user group to verify other\'s email address from the AdminCP -> Users -> Browse Users ?','Allow members of this user group to verify other\'s email address from the AdminCP -> Users -> Browse Users ?',1246447720),(2228,'en','user','phpfox','2.0.0beta5','user_cancellation_6','reason 3','reason 3',1246619355),(2229,'en','user','phpfox','2.0.0beta5','user_cancellation_7','reason 4','reason 4',1246619366),(2230,'en','user','phpfox','2.0.0beta5','user_setting_can_delete_own_account','Can members of this user group delete their own account?','Can members of this user group delete their own account?',1246874203),(2231,'en','user','phpfox','2.0.0beta5','user_setting_can_change_own_full_name','Can members of this user group change their full name?','Can members of this user group change their full name?',1247145812),(2232,'en','user','phpfox','2.0.0beta5','user_setting_total_times_can_change_own_full_name','How many times can members of this user group change their full name?\r\n\r\nLeave to 0 for unlimited','How many times can members of this user group change their full name?\r\n\r\nLeave to 0 for unlimited',1247145932),(2233,'en','user','phpfox','2.0.0beta5','menu_account_settings','Account Settings','Account Settings',1247223348),(2234,'en','user','phpfox','2.0.0beta5','menu_privacy_settings','Privacy Settings','Privacy Settings',1247223384),(2235,'en','user','phpfox','2.0.0beta5','menu_edit_profile_picture','Edit Profile Picture','Edit Profile Picture',1247226022),(2236,'en','user','phpfox','30','user_setting_can_delete_others_account','Can members of this user group delete other people\'s account?','Can members of this user group delete other people\'s account?',1247641642),(2237,'en','user','phpfox','2.0.0rc1','user_setting_can_be_invisible','Can select to be invisible?','Can select to be invisible?',1248682127),(2238,'en','user','phpfox','2.0.0rc1','setting_display_user_online_status','<title>Display User Online Status</title><info>Select <b>True</b> to display a users online status, which will alter the users profile image to distinguish from other members that are offline.</info>','<title>Display User Online Status</title><info>Select <b>True</b> to display a users online status, which will alter the users profile image to distinguish from other members that are offline.</info>',1248697618),(2239,'en','user','phpfox','2.0.0rc1','user_setting_total_upload_space','The total amount of space a user can use when uploading to the server (eg. photos, videos, songs etc...) in megabytes (mb). Set to \"0\" for unlimited space.','The total amount of space a user can use when uploading to the server (eg. photos, videos, songs etc...) in megabytes (mb). Set to \"0\" for unlimited space.',1248951473),(2240,'en','user','phpfox','2.0.0rc1','user_setting_force_cropping_tool_for_photos','Force users to use the cropping tool before completing the profile photo upload routine.\r\n\r\n<b>Note:</b> This is used to make sure all photos on the site are correctly cropped.','Force users to use the cropping tool before completing the profile photo upload routine.\r\n\r\n<b>Note:</b> This is used to make sure all photos on the site are correctly cropped.',1250774093),(2241,'en','user','phpfox','2.0.0rc1','user_setting_max_upload_size_profile_photo','Max file size for profile photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor an unlimited size limit add \"0\" without quotes.','Max file size for profile photos uploaded in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor an unlimited size limit add \"0\" without quotes.',1250849063),(2242,'en','user','phpfox','2.0.0rc2','setting_min_length_for_username','<title>Minimum Length for Username</title><info>Minimum Length for Username</info>','<title>Minimum Length for Username</title><info>Minimum Length for Username</info>',1253525527),(2243,'en','user','phpfox','2.0.0rc2','setting_max_length_for_username','<title>Maximum Length for Username</title><info>Maximum Length for Username</info>','<title>Maximum Length for Username</title><info>Maximum Length for Username</info>',1253525598),(2244,'en','user','phpfox','2.0.0rc4','your_password_has_been_sent_to_your_email','Your password has been sent to your email.','Your password has been sent to your email.',1255346076),(2245,'en','user','phpfox','2.0.0rc4','we_found_a_problem_with_your_request_please_try_again','We found a problem with your request, please try again.','We found a problem with your request, please try again.',1255346107),(2246,'en','user','phpfox','2.0.0rc4','you_cannot_rate_your_own_profile','You cannot rate your own profile.','You cannot rate your own profile.',1255346129),(2247,'en','user','phpfox','2.0.0rc4','this_username_is_available','This username is available.','This username is available.',1255346146),(2248,'en','user','phpfox','2.0.0rc4','user_successfully_blocked','User successfully blocked.','User successfully blocked.',1255346166),(2249,'en','user','phpfox','2.0.0rc4','user_successfully_unblocked','User successfully unblocked.','User successfully unblocked.',1255346175),(2250,'en','user','phpfox','2.0.0rc4','unfeature_user','Unfeature User','Unfeature User',1255346187),(2251,'en','user','phpfox','2.0.0rc4','feature_user','Feature User','Feature User',1255346203),(2252,'en','user','phpfox','2.0.0rc4','an_error_occured_and_this_operation_was_not_completed','An error occurred and this operation was not completed.','An error occurred and this operation was not completed.',1255346213),(2253,'en','user','phpfox','2.0.0rc4','an_error_occured_and_this_user_could_not_be_verified','An error occurred and this user could not be verified.','An error occurred and this user could not be verified.',1255346223),(2254,'en','user','phpfox','2.0.0rc4','an_error_occured_and_the_email_could_not_be_sent','An error occurred and the email could not be sent.','An error occurred and the email could not be sent.',1255346241),(2255,'en','user','phpfox','2.0.0rc4','profile_photo_successfully_uploaded','Profile photo successfully uploaded.','Profile photo successfully uploaded.',1255346279),(2256,'en','user','phpfox','2.0.0rc4','done','Done!','Done!',1255346288),(2257,'en','user','phpfox','2.0.0rc4','un_ban_user','Un-Ban User','Un-Ban User',1255346306),(2258,'en','user','phpfox','2.0.0rc4','ban_user','Ban User','Ban User',1255346312),(2259,'en','user','phpfox','2.0.0rc4','unable_to_find_this_member','Unable to find this member.','Unable to find this member.',1255346340),(2260,'en','user','phpfox','2.0.0rc4','unable_to_block_this_user','Unable to block this user.','Unable to block this user.',1255346349),(2261,'en','user','phpfox','2.0.0rc4','view_all','View All','View All',1255346369),(2262,'en','user','phpfox','2.0.0rc4','featured_members','Featured Members','Featured Members',1255346377),(2263,'en','user','phpfox','2.0.0rc4','set_browse_criteria','Set Browse Criteria','Set Browse Criteria',1255346405),(2264,'en','user','phpfox','2.0.0rc4','basic','Basic','Basic',1255346411),(2265,'en','user','phpfox','2.0.0rc4','advanced','Advanced','Advanced',1255346417),(2266,'en','user','phpfox','2.0.0rc4','option_updated_successfully','Option updated successfully.','Option updated successfully.',1255346509),(2267,'en','user','phpfox','2.0.0rc4','option_added_successfully','Option added successfully.','Option added successfully.',1255346516),(2268,'en','user','phpfox','2.0.0rc4','item_not_found','Item not found.','Item not found.',1255346524),(2269,'en','user','phpfox','2.0.0rc4','add_cancellation_options','Add Cancellation Options','Add Cancellation Options',1255346532),(2270,'en','user','phpfox','2.0.0rc4','view_feedback_on_cancellations','View Feedback On Cancellations','View Feedback On Cancellations',1255346545),(2271,'en','user','phpfox','2.0.0rc4','option_deleted_successfully','Option deleted successfully.','Option deleted successfully.',1255346558),(2272,'en','user','phpfox','2.0.0rc4','manage_cancellation_options','Manage Cancellation Options','Manage Cancellation Options',1255346573),(2273,'en','user','phpfox','2.0.0rc4','user_groups','User Groups','User Groups',1255346596),(2274,'en','user','phpfox','2.0.0rc4','manage_settings','Manage Settings','Manage Settings',1255346613),(2275,'en','user','phpfox','2.0.0rc4','user_group_successfully_added','User group successfully added.','User group successfully added.',1255346624),(2276,'en','user','phpfox','2.0.0rc4','create_new_user_group','Create New User Group','Create New User Group',1255346647),(2277,'en','user','phpfox','2.0.0rc4','successfully_deleted_user_group','Successfully deleted user group.','Successfully deleted user group.',1255346670),(2278,'en','user','phpfox','2.0.0rc4','unable_to_find_the_user_group_you_want_to_delete','Unable to find the user group you want to delete.','Unable to find the user group you want to delete.',1255346678),(2279,'en','user','phpfox','2.0.0rc4','not_allowed_to_delete_this_user_group','Not allowed to delete this user group.','Not allowed to delete this user group.',1255346686),(2280,'en','user','phpfox','2.0.0rc4','delete_user_group','Delete User Group','Delete User Group',1255346693),(2281,'en','user','phpfox','2.0.0rc4','user_successfully_updated','User successfully updated.','User successfully updated.',1255346774),(2282,'en','user','phpfox','2.0.0rc4','basic_information','Basic Information','Basic Information',1255346782),(2283,'en','user','phpfox','2.0.0rc4','display_name','Display Name','Display Name',1255346790),(2284,'en','user','phpfox','2.0.0rc4','user_group','User Group','User Group',1255346823),(2285,'en','user','phpfox','2.0.0rc4','location','Location','Location',1255346829),(2286,'en','user','phpfox','2.0.0rc4','city','City','City',1255346835),(2287,'en','user','phpfox','2.0.0rc4','zip_postal_code','ZIP/Postal Code','ZIP/Postal Code',1255346841),(2288,'en','user','phpfox','2.0.0rc4','gender','Gender','Gender',1255346847),(2289,'en','user','phpfox','2.0.0rc4','date_of_birth','Date of Birth','Date of Birth',1255346856),(2290,'en','user','phpfox','2.0.0rc4','time_zone','Time Zone','Time Zone',1255346863),(2291,'en','user','phpfox','2.0.0rc4','status','Status','Status',1255346869),(2292,'en','user','phpfox','2.0.0rc4','spam_count','SPAM Count','SPAM Count',1255346876),(2293,'en','user','phpfox','2.0.0rc4','editing_member','Editing Member','Editing Member',1255346886),(2294,'en','user','phpfox','2.0.0rc4','browse_members','Browse Members','Browse Members',1255346893),(2295,'en','user','phpfox','2.0.0rc4','add_new_member','Add New Member','Add New Member',1255346903),(2296,'en','user','phpfox','2.0.0rc4','password_request_successfully_sent_check_your_email_to_verify_your_request','Password request successfully sent. Check your email to verify your request.','Password request successfully sent. Check your email to verify your request.',1255346930),(2297,'en','user','phpfox','2.0.0rc4','password_request','Password Request','Password Request',1255346939),(2298,'en','user','phpfox','2.0.0rc4','new_password_successfully_sent_check_your_email_to_use_your_new_password','New password successfully sent. Check your email to use your new password.','New password successfully sent. Check your email to use your new password.',1255346980),(2299,'en','user','phpfox','2.0.0rc4','password_request_verification','Password Request Verification','Password Request Verification',1255346988),(2300,'en','user','phpfox','2.0.0rc4','members_section_is_closed','Members section is closed.','Members section is closed.',1255347016),(2301,'en','user','phpfox','2.0.0rc4','joined','Joined','Joined',1255347023),(2302,'en','user','phpfox','2.0.0rc4','last_login','Last Login','Last Login',1255347030),(2303,'en','user','phpfox','2.0.0rc4','email_name','Email & Name','Email & Name',1255347041),(2304,'en','user','phpfox','2.0.0rc4','name','Name','Name',1255347054),(2305,'en','user','phpfox','2.0.0rc4','men','Men','Men',1255347063),(2306,'en','user','phpfox','2.0.0rc4','women','Women','Women',1255347069),(2307,'en','user','phpfox','2.0.0rc4','both','Both','Both',1255347076),(2308,'en','user','phpfox','2.0.0rc4','all_members','All Members','All Members',1255347085),(2309,'en','user','phpfox','2.0.0rc4','online','Online','Online',1255347097),(2310,'en','user','phpfox','2.0.0rc4','pending_verification_members','Pending Verification Members','Pending Verification Members',1255347106),(2311,'en','user','phpfox','2.0.0rc4','name_and_photo_only','Name and Photo Only','Name and Photo Only',1255347114),(2312,'en','user','phpfox','2.0.0rc4','name_photo_and_users_details','Name, Photo and Users Details','Name, Photo and Users Details',1255347122),(2313,'en','user','phpfox','2.0.0rc4','you_still_need_to_verify_your_email_address','You still need to verify your email address.','You still need to verify your email address.',1255347174),(2314,'en','user','phpfox','2.0.0rc4','logout','Logout','Logout',1255347189),(2315,'en','user','phpfox','2.0.0rc4','lost_password','Lost Password','Lost Password',1255347198),(2316,'en','user','phpfox','2.0.0rc4','upload_profile_picture','Upload Profile Picture','Upload Profile Picture',1255347236),(2317,'en','user','phpfox','2.0.0rc4','edit_profile_picture','Edit Profile Picture','Edit Profile Picture',1255347246),(2318,'en','user','phpfox','2.0.0rc4','privacy_settings_have_been_disabled_for_your_user_group','Privacy settings have been disabled for your user group.','Privacy settings have been disabled for your user group.',1255347263),(2319,'en','user','phpfox','2.0.0rc4','privacy_settings_successfully_updated','Privacy settings successfully updated.','Privacy settings successfully updated.',1255347271),(2320,'en','user','phpfox','2.0.0rc4','privacy_settings','Privacy Settings','Privacy Settings',1255347278),(2321,'en','user','phpfox','2.0.0rc4','successfully_updated_full_name_profile','Successfully updated {full_name} profile.','Successfully updated {full_name} profile.',1255347302),(2322,'en','user','phpfox','2.0.0rc4','edit_profile','Edit Profile','Edit Profile',1255347324),(2323,'en','user','phpfox','2.0.0rc4','cancel_account','Cancel Account','Cancel Account',1255347356),(2324,'en','user','phpfox','2.0.0rc4','unable_to_edit_this_account','Unable to edit this account.','Unable to edit this account.',1255347370),(2325,'en','user','phpfox','2.0.0rc4','select_current_location','Select current location.','Select current location.',1255347378),(2326,'en','user','phpfox','2.0.0rc4','select_your_gender','Select your gender.','Select your gender.',1255347385),(2327,'en','user','phpfox','2.0.0rc4','select_month_of_birth','Select month of birth.','Select month of birth.',1255347392),(2328,'en','user','phpfox','2.0.0rc4','select_day_of_birth','Select day of birth.','Select day of birth.',1255347399),(2329,'en','user','phpfox','2.0.0rc4','select_year_of_birth','Select year of birth.','Select year of birth.',1255347406),(2330,'en','user','phpfox','2.0.0rc4','zip_postal_code_is_invalid','ZIP/Postal code is invalid.','ZIP/Postal code is invalid.',1255347414),(2331,'en','user','phpfox','2.0.0rc4','provide_your_full_name','Provide your full name.','Provide your full name.',1255347423),(2332,'en','user','phpfox','2.0.0rc4','provide_a_user_name','Provide a user name.','Provide a user name.',1255347430),(2333,'en','user','phpfox','2.0.0rc4','account_settings_updated','Account settings updated.','Account settings updated.',1255347439),(2334,'en','user','phpfox','2.0.0rc4','account_settings_updated_your_new_mail_address_requires_verification_and_an_email_has_been_sent_until_then_your_email_remains_the_same','Account settings updated. Your new mail address requires verification and an email has been sent. Until then your email remains the same.','Account settings updated. Your new mail address requires verification and an email has been sent. Until then your email remains the same.',1255347448),(2335,'en','user','phpfox','2.0.0rc4','email_updated_you_need_to_verify_your_new_email_address_before_logging_in','Email updated. You need to verify your new email address before logging in.','Email updated. You need to verify your new email address before logging in.',1255347456),(2336,'en','user','phpfox','2.0.0rc4','account_settings','Account Settings','Account Settings',1255347468),(2337,'en','user','phpfox','2.0.0rc4','full_name','Full Name','Full Name',1255347477),(2338,'en','user','phpfox','2.0.0rc4','your_email_has_been_verified_please_log_in_with_the_information_you_provided_during_sign_up','Your email has been verified, please log in with the information you provided during sign up.','Your email has been verified, please log in with the information you provided during sign up.',1255347489),(2339,'en','user','phpfox','2.0.0rc4','invalid_verification_link','Invalid verification link.','Invalid verification link.',1255347519),(2340,'en','user','phpfox','2.0.0rc4','not_able_to_block_yourself','Not able to block yourself.','Not able to block yourself.',1255347588),(2341,'en','user','phpfox','2.0.0rc4','you_have_already_blocked_this_user','You have already blocked this user.','You have already blocked this user.',1255347597),(2342,'en','user','phpfox','2.0.0rc4','select_a_product','Select a product.','Select a product.',1255347628),(2343,'en','user','phpfox','2.0.0rc4','select_a_module','Select a module.','Select a module.',1255347636),(2344,'en','user','phpfox','2.0.0rc4','you_need_to_add_a_message_to_show','You need to add a message to show.','You need to add a message to show.',1255347643),(2345,'en','user','phpfox','2.0.0rc4','select_if_the_cancellation_option_is_active_or_not','Select if the cancellation option is active or not.','Select if the cancellation option is active or not.',1255347651),(2346,'en','user','phpfox','2.0.0rc4','please_enter_your_password','Please enter your password.','Please enter your password.',1255347663),(2347,'en','user','phpfox','2.0.0rc4','you_are_not_allowed_to_delete_your_own_account','You are not allowed to delete your own account.','You are not allowed to delete your own account.',1255347672),(2348,'en','user','phpfox','2.0.0rc4','your_account_has_been_deleted','Your account has been deleted.','Your account has been deleted.',1255347685),(2349,'en','user','phpfox','2.0.0rc4','not_a_valid_request','Not a valid request.','Not a valid request.',1255347704),(2350,'en','user','phpfox','2.0.0rc4','provide_a_name_for_the_user_group','Provide a name for the user group.','Provide a name for the user group.',1255347780),(2351,'en','user','phpfox','2.0.0rc4','select_an_inherit_user_group','Select an inherit user group.','Select an inherit user group.',1255347788),(2352,'en','user','phpfox','2.0.0rc4','email_verification_on_site_title','Email Verification On {site_title}','Email Verification On {site_title}',1255347882),(2353,'en','user','phpfox','2.0.0rc4','you_registered_an_account_on_site_title_before','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>',1255347957),(2354,'en','user','phpfox','2.0.0rc4','email_does_not_match_the_one_that_is_currently_in_use','Email does not match the one that is currently in use.','Email does not match the one that is currently in use.',1255348015),(2355,'en','user','phpfox','2.0.0rc4','you_need_to_verify_your_email_address_before_logging_in','You need to verify your email address before logging in.\r\n\r\nWe sent a verification code to: <b>{email}</b>','You need to verify your email address before logging in.\r\n\r\nWe sent a verification code to: <b>{email}</b>',1255348029),(2356,'en','user','phpfox','2.0.0rc4','you_do_not_have_permission_to_modify_this_item','You do not have permission to modify this item.','You do not have permission to modify this item.',1255348044),(2357,'en','user','phpfox','2.0.0rc4','members','Members','Members',1255348095),(2358,'en','user','phpfox','2.0.0rc4','view_more_members','View More Members','View More Members',1255348104),(2359,'en','user','phpfox','2.0.0rc4','a_href_link_member_a_joined_joined','<a href=\"{link}\">Member</a> joined {joined}.','<a href=\"{link}\">Member</a> joined {joined}.',1255348147),(2360,'en','user','phpfox','2.0.0rc4','a_href_link_full_name_a_updated_their_profile_picture','<a href=\"{link}\">{full_name}</a> updated their profile picture.','<a href=\"{link}\">{full_name}</a> updated their profile picture.',1255348200),(2361,'en','user','phpfox','2.0.0rc4','a_href_link_full_name_a_joined_the_community','<a href=\"{link}\">{full_name}</a> joined the community.','<a href=\"{link}\">{full_name}</a> joined the community.',1255348257),(2362,'en','user','phpfox','2.0.0rc4','users_profile_main_section','Users Profile - Main Section','Users Profile - Main Section',1255348288),(2363,'en','user','phpfox','2.0.0rc4','users_profile_basic_information','Users Profile - Basic Information','Users Profile - Basic Information',1255348295),(2364,'en','user','phpfox','2.0.0rc4','users_profile_side_panel','Users Profile - Side Panel','Users Profile - Side Panel',1255348303),(2365,'en','user','phpfox','2.0.0rc4','users_profile','Users Profile','Users Profile',1255348313),(2366,'en','user','phpfox','2.0.0rc4','account_info','Account Info','Account Info',1255348327),(2367,'en','user','phpfox','2.0.0rc4','activity','Activity','Activity',1255348333),(2368,'en','user','phpfox','2.0.0rc4','users','Users','Users',1255348364),(2369,'en','user','phpfox','2.0.0rc4','user_activity','User Activity','User Activity',1255348378),(2370,'en','user','phpfox','2.0.0rc4','time_stamp','Time Stamp','Time Stamp',1255348396),(2371,'en','user','phpfox','2.0.0rc4','not_a_valid_email','Not a valid email.','Not a valid email.',1255348410),(2372,'en','user','phpfox','2.0.0rc4','password_request_for_site_title','Password request for {site_title}','Password request for {site_title}',1255348422),(2373,'en','user','phpfox','2.0.0rc4','you_have_requested_for_us_to_send_you_a_new_password_for_site_title','You have requested for us to send you a new password for {site_title}.\r\n\r\nTo confirm this request, follow the link below:\r\n<a href=\"{link}\">{link}</a>','You have requested for us to send you a new password for {site_title}.\r\n\r\nTo confirm this request, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255348468),(2374,'en','user','phpfox','2.0.0rc4','not_a_valid_password_request','Not a valid password request.','Not a valid password request.',1255348509),(2375,'en','user','phpfox','2.0.0rc4','password_request_id_does_not_match','Password request ID does not match.','Password request ID does not match.',1255348517),(2376,'en','user','phpfox','2.0.0rc4','new_password_for_site_title','New password for {site_title}','New password for {site_title}',1255348541),(2377,'en','user','phpfox','2.0.0rc4','you_have_requested_for_us_to_send_you_a_new_password_for_site_title_with_password','You have requested for us to send you a new password for {site_title}.\r\n\r\nYour new password is: {password}\r\n\r\nTo login, follow the link below:\r\n<a href=\"{link}\">{link}</a>','You have requested for us to send you a new password for {site_title}.\r\n\r\nYour new password is: {password}\r\n\r\nTo login, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1255348604),(2378,'en','user','phpfox','2.0.0rc4','the_field_field_is_required','The field `{field}` is required.','The field `{field}` is required.',1255348655),(2379,'en','user','phpfox','2.0.0rc4','not_a_valid_name','Not a valid name.','Not a valid name.',1255348671),(2380,'en','user','phpfox','2.0.0rc4','select_a_membership_package','Select a membership package.','Select a membership package.',1255348680),(2381,'en','user','phpfox','2.0.0rc4','please_verify_your_email_for_site_title','Please verify your email for: {site_title}','Please verify your email for: {site_title}',1255348711),(2382,'en','user','phpfox','2.0.0rc4','you_registered_an_account_on_site_title_before_being_able_to_use_your_account_you_need_to_verify_that_this_is_your_email_address_by_clicking_here_a_href_link_link_a','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>','You registered an account on {site_title}, before being able to use your account you need to verify that this is your email address by clicking here:\r\n<a href=\"{link}\">{link}</a>',1255348750),(2383,'en','user','phpfox','2.0.0rc4','not_a_valid_city','Not a valid city.','Not a valid city.',1255348792),(2384,'en','user','phpfox','2.0.0rc4','this_display_name_is_not_allowed_to_be_used','This display name is not allowed to be used.','This display name is not allowed to be used.',1255348815),(2385,'en','user','phpfox','2.0.0rc4','add_some_text_to_share','Add some text to share.','Add some text to share.',1255348834),(2386,'en','user','phpfox','2.0.0rc4','fill_in_a_display_name','Fill in a display name.','Fill in a display name.',1255348849),(2387,'en','user','phpfox','2.0.0rc4','select_a_user_group_for_this_user','Select a user group for this user.','Select a user group for this user.',1255348857),(2388,'en','user','phpfox','2.0.0rc4','select_a_location','Select a location.','Select a location.',1255348865),(2389,'en','user','phpfox','2.0.0rc4','select_a_gender','Select a gender.','Select a gender.',1255348872),(2390,'en','user','phpfox','2.0.0rc4','select_a_date_of_birth','Select a date of birth.','Select a date of birth.',1255348880),(2391,'en','user','phpfox','2.0.0rc4','username_is_required_and_can_only_contain_alphanumeric_characters_and_or_and_must_be_between_5_and_25_characters_long','Username is required and can only contain alphanumeric characters and _ or - and must be between 5 and 25 characters long.','Username is required and can only contain alphanumeric characters and _ or - and must be between 5 and 25 characters long.',1255348890),(2392,'en','user','phpfox','2.0.0rc4','provide_a_valid_email','Provide a valid email.','Provide a valid email.',1255348903),(2393,'en','user','phpfox','2.0.0rc4','missing_old_password','Missing old password.','Missing old password.',1255348917),(2394,'en','user','phpfox','2.0.0rc4','missing_new_password','Missing new password.','Missing new password.',1255348924),(2395,'en','user','phpfox','2.0.0rc4','your_current_password_does_not_match_your_old_password','Your current password does not match your old password.','Your current password does not match your old password.',1255348932),(2396,'en','user','phpfox','2.0.0rc4','you_should_not_ban_yourself','You should not ban yourself.','You should not ban yourself.',1255348944),(2397,'en','user','phpfox','2.0.0rc4','provide_a_valid_password','Provide a valid password.','Provide a valid password.',1255348967),(2398,'en','user','phpfox','2.0.0rc4','check_our_agreement_in_order_to_join_our_site','Check our agreement in order to join our site.','Check our agreement in order to join our site.',1255348975),(2399,'en','user','phpfox','2.0.0rc4','provide_a_valid_user_name','Not a valid user name. User name can only contain alphanumeric characters and _ or - and must be between {min} and {max} characters long.','Not a valid user name. User name can only contain alphanumeric characters and _ or - and must be between {min} and {max} characters long.',1255348982),(2400,'en','user','phpfox','2.0.0rc4','unable_to_upload_you_have_reached_your_limit_of_current_you_are_currently_using_total','Unable to upload. You have reached your limit of {current}. You are currently using {total}.','Unable to upload. You have reached your limit of {current}. You are currently using {total}.',1255349057),(2401,'en','user','phpfox','2.0.0rc4','unable_to_upload_you_have_reached_your_limit_of_limit_with_this_upload_you_will_be_using_total','Unable to upload. You have reached your limit of {limit}. With this upload you will be using {total}.','Unable to upload. You have reached your limit of {limit}. With this upload you will be using {total}.',1255349126),(2402,'en','user','phpfox','2.0.0rc4','unable_to_find_the_user_you_plan_to_edit','Unable to find the user you plan to edit.','Unable to find the user you plan to edit.',1255349166),(2403,'en','user','phpfox','2.0.0rc4','user_name_is_already_in_use','User name is already in use.','User name is already in use.',1255349204),(2404,'en','user','phpfox','2.0.0rc4','this_username_is_not_allowed_to_be_used','This username is not allowed to be used.','This username is not allowed to be used.',1255349213),(2405,'en','user','phpfox','2.0.0rc4','email_is_invalid_and_cannot_be_used','Email is invalid and cannot be used.','Email is invalid and cannot be used.',1255349222),(2406,'en','user','phpfox','2.0.0rc4','this_email_is_not_allowed_to_be_used','This email is not allowed to be used.','This email is not allowed to be used.',1255349229),(2407,'en','user','phpfox','2.0.0rc4','loading_custom_fields','Loading custom fields','Loading custom fields',1255349270),(2408,'en','user','phpfox','2.0.0rc4','continue','Continue','Continue',1255349314),(2409,'en','user','phpfox','2.0.0rc4','you_are_about_to_delete','You are about to delete...','You are about to delete...',1255349645),(2410,'en','user','phpfox','2.0.0rc4','total_activity','Total Activity','Total Activity',1255349689),(2411,'en','user','phpfox','2.0.0rc4','are_you_completely_sure_you_want_to_delete_this_user','Are you completely sure you want to delete this user?','Are you completely sure you want to delete this user?',1255349704),(2412,'en','user','phpfox','2.0.0rc4','no_cancel','No, Cancel','No, Cancel',1255349713),(2413,'en','user','phpfox','2.0.0rc4','yes_delete','Yes, Delete','Yes, Delete',1255349719),(2414,'en','user','phpfox','2.0.0rc4','html_prefix','HTML Prefix','HTML Prefix',1255349733),(2415,'en','user','phpfox','2.0.0rc4','html_suffix','HTML Suffix','HTML Suffix',1255349741),(2416,'en','user','phpfox','2.0.0rc4','cancel','cancel','cancel',1255349841),(2417,'en','user','phpfox','2.0.0rc4','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1255349851),(2418,'en','user','phpfox','2.0.0rc4','the_advised_width_height_is_20_pixels','The advised width/height is 20 pixels.','The advised width/height is 20 pixels.',1255349861),(2419,'en','user','phpfox','2.0.0rc4','yes','Yes','Yes',1255349896),(2420,'en','user','phpfox','2.0.0rc4','no','No','No',1255349905),(2421,'en','user','phpfox','2.0.0rc4','choose_a_username','Choose a Username','Choose a Username',1255349927),(2422,'en','user','phpfox','2.0.0rc4','your_username_is_used_to_easily_connect_to_your_profile','Your username is used to easily connect to your profile.','Your username is used to easily connect to your profile.',1255349938),(2423,'en','user','phpfox','2.0.0rc4','check_availability','Check Availability','Check Availability',1255349950),(2424,'en','user','phpfox','2.0.0rc4','email_address','Email Address','Email Address',1255349958),(2425,'en','user','phpfox','2.0.0rc4','membership','Membership','Membership',1255350061),(2426,'en','user','phpfox','2.0.0rc4','select','Select','Select',1255350068),(2427,'en','user','phpfox','2.0.0rc4','free_normal','(Free) Normal','(Free) Normal',1255350074),(2428,'en','user','phpfox','2.0.0rc4','membership_upgrades','Membership Upgrades','Membership Upgrades',1255350091),(2429,'en','user','phpfox','2.0.0rc4','click_here_to_learn_more_about_our_membership_upgrades','Click here to learn more about our memberships.','Click here to learn more about our memberships.',1255350114),(2430,'en','user','phpfox','2.0.0rc4','would_you_like_to_unblock_user_info','Would you like to unblock {user_info}?','Would you like to unblock {user_info}?',1255350478),(2431,'en','user','phpfox','2.0.0rc4','yes_unblock_this_user','Yes, unblock this user.','Yes, unblock this user.',1255350492),(2432,'en','user','phpfox','2.0.0rc4','no_do_not_unblock_this_user','No, do not unblock this user.','No, do not unblock this user.',1255350499),(2433,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_block_user_info','Are you sure you want to block {user_info}?','Are you sure you want to block {user_info}?',1255350513),(2434,'en','user','phpfox','2.0.0rc4','yes_block_this_user','Yes, block this user.','Yes, block this user.',1255350542),(2435,'en','user','phpfox','2.0.0rc4','no_do_not_block_this_user','No, do not block this user.','No, do not block this user.',1255350550),(2436,'en','user','phpfox','2.0.0rc4','search_by_email_full_name_or_user_name','Search by email, full name or user name.','Search by email, full name or user name.',1255350564),(2437,'en','user','phpfox','2.0.0rc4','loading','Loading','Loading',1255350587),(2438,'en','user','phpfox','2.0.0rc4','sorry_no_users_were_found','Sorry, no users were found.','Sorry, no users were found.',1255350630),(2439,'en','user','phpfox','2.0.0rc4','use_selected','Use Selected','Use Selected',1255350638),(2440,'en','user','phpfox','2.0.0rc4','cancel_uppercase','Cancel','Cancel',1255350654),(2441,'en','user','phpfox','2.0.0rc4','browse_for','Browse For','Browse For',1255350679),(2442,'en','user','phpfox','2.0.0rc4','between_ages','Between Ages','Between Ages',1255350686),(2443,'en','user','phpfox','2.0.0rc4','located_within','Located Within','Located Within',1255350702),(2444,'en','user','phpfox','2.0.0rc4','keywords','Keywords','Keywords',1255350723),(2445,'en','user','phpfox','2.0.0rc4','within','within','within',1255350730),(2446,'en','user','phpfox','2.0.0rc4','any','Any','Any',1255350747),(2447,'en','user','phpfox','2.0.0rc4','display_results_by','Display Results By','Display Results By',1255350759),(2448,'en','user','phpfox','2.0.0rc4','sort_results_by','Sort Results By','Sort Results By',1255350765),(2449,'en','user','phpfox','2.0.0rc4','update','Update','Update',1255350772),(2450,'en','user','phpfox','2.0.0rc4','reset','Reset','Reset',1255350778),(2451,'en','user','phpfox','2.0.0rc4','view_more','View More','View More',1255350805),(2452,'en','user','phpfox','2.0.0rc4','old_password','Old Password','Old Password',1255350815),(2453,'en','user','phpfox','2.0.0rc4','new_password','New Password','New Password',1255350820),(2454,'en','user','phpfox','2.0.0rc4','select_an_image','Select an Image','Select an Image',1255350839),(2455,'en','user','phpfox','2.0.0rc4','file','File','File',1255350845),(2456,'en','user','phpfox','2.0.0rc4','upload_picture','Upload Picture','Upload Picture',1255350860),(2457,'en','user','phpfox','2.0.0rc4','anyone','Anyone','Anyone',1255350875),(2458,'en','user','phpfox','2.0.0rc4','network','Network','Network',1255350881),(2459,'en','user','phpfox','2.0.0rc4','friends_only','Friends Only','Friends Only',1255350888),(2460,'en','user','phpfox','2.0.0rc4','no_one','No One','No One',1255350894),(2461,'en','user','phpfox','2.0.0rc4','go_advanced','go advanced','go advanced',1255350950),(2462,'en','user','phpfox','2.0.0rc4','username_is_not_available_here_are_other_suggestions_you_may_like','Username is not available, here are other suggestions you may like.','Username is not available, here are other suggestions you may like.',1255350959),(2463,'en','user','phpfox','2.0.0rc4','click_to_change_your_status','Click to change your status.','Click to change your status.',1255350982),(2464,'en','user','phpfox','2.0.0rc4','none','(none)','(none)',1255351003),(2465,'en','user','phpfox','2.0.0rc4','a_href_onclick_js_user_status_form_ajaxcall_user_updatestatus_return_false_save_a_or_a_href_class_js_update_status_cancel_a','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>','<a href=\"#\" onclick=\"$(\'#js_user_status_form\').ajaxCall(\'user.updateStatus\'); return false;\">save</a> or <a href=\"#\" class=\"js_update_status\">cancel</a>',1255351064),(2466,'en','user','phpfox','2.0.0rc4','add_new_option','Add New Option','Add New Option',1255351089),(2467,'en','user','phpfox','2.0.0rc4','cancellation_reason','Cancellation Reason','Cancellation Reason',1255351098),(2468,'en','user','phpfox','2.0.0rc4','is_active','Is Active','Is Active',1255351109),(2469,'en','user','phpfox','2.0.0rc4','submit','Submit','Submit',1255351131),(2470,'en','user','phpfox','2.0.0rc4','e_mail','E-Mail','E-Mail',1255351154),(2471,'en','user','phpfox','2.0.0rc4','reasons_given','Reasons Given','Reasons Given',1255351167),(2472,'en','user','phpfox','2.0.0rc4','feedback_text','Feedback Text','Feedback Text',1255351173),(2473,'en','user','phpfox','2.0.0rc4','deleted_on','Deleted On','Deleted On',1255351179),(2474,'en','user','phpfox','2.0.0rc4','delete_feedback','Delete Feedback','Delete Feedback',1255351194),(2475,'en','user','phpfox','2.0.0rc4','no_feedback_to_review','No feedback to review','No feedback to review',1255351204),(2476,'en','user','phpfox','2.0.0rc4','active','Active','Active',1255351222),(2477,'en','user','phpfox','2.0.0rc4','manage','Manage','Manage',1255351229),(2478,'en','user','phpfox','2.0.0rc4','edit_reason','Edit Reason','Edit Reason',1255351236),(2479,'en','user','phpfox','2.0.0rc4','delete_reason','Delete Reason','Delete Reason',1255351242),(2480,'en','user','phpfox','2.0.0rc4','deactivate','Deactivate','Deactivate',1255351250),(2481,'en','user','phpfox','2.0.0rc4','activate','Activate','Activate',1255351255),(2482,'en','user','phpfox','2.0.0rc4','there_are_no_options_available','There are no options available.','There are no options available.',1255351286),(2483,'en','user','phpfox','2.0.0rc4','click_here_to_add','Click here to add.','Click here to add.',1255351293),(2484,'en','user','phpfox','2.0.0rc4','user_group_details','User Group Details','User Group Details',1255351302),(2485,'en','user','phpfox','2.0.0rc4','inherit','Inherit','Inherit',1255351307),(2486,'en','user','phpfox','2.0.0rc4','add_user_group','Add User Group','Add User Group',1255351316),(2487,'en','user','phpfox','2.0.0rc4','saving','Saving','Saving',1255351336),(2488,'en','user','phpfox','2.0.0rc4','module_settings','Module Settings','Module Settings',1255351345),(2489,'en','user','phpfox','2.0.0rc4','save','Save','Save',1255351360),(2490,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_the_user_group_title','Are you sure you want to delete the user group \"{title}\"?','Are you sure you want to delete the user group \"{title}\"?',1255351390),(2491,'en','user','phpfox','2.0.0rc4','b_notice_b_this_cannot_be_undone','<b>Notice:</b> This cannot be undone.','<b>Notice:</b> This cannot be undone.',1255351405),(2492,'en','user','phpfox','2.0.0rc4','b_yes_b_i_am_sure_move_any_members_that_belong_to_the_user_group_title_to','<b>Yes</b>, I am sure. Move any members that belong to the user group \"{title}\" to','<b>Yes</b>, I am sure. Move any members that belong to the user group \"{title}\" to',1255351482),(2493,'en','user','phpfox','2.0.0rc4','delete_this_user_group','Delete this User Group','Delete this User Group',1255351495),(2494,'en','user','phpfox','2.0.0rc4','no_thanks_get_me_out_of_here','No thanks, get me out of here.','No thanks, get me out of here.',1255351502),(2495,'en','user','phpfox','2.0.0rc4','edit_user_group','Edit User Group','Edit User Group',1255351676),(2496,'en','user','phpfox','2.0.0rc4','custom_user_groups','Custom User Groups','Custom User Groups',1255351684),(2497,'en','user','phpfox','2.0.0rc4','are_you_sure','Are you sure?','Are you sure?',1255351719),(2498,'en','user','phpfox','2.0.0rc4','delete','Delete','Delete',1255351726),(2499,'en','user','phpfox','2.0.0rc4','n_a','N/A','N/A',1255351737),(2500,'en','user','phpfox','2.0.0rc4','php','PHP','PHP',1255351754),(2501,'en','user','phpfox','2.0.0rc4','check_the_box_to_confirm_that_you_want_to_edit_this_field','Check the box to confirm that you want to edit this field.','Check the box to confirm that you want to edit this field.',1255351792),(2502,'en','user','phpfox','2.0.0rc4','profile_picture','Profile Picture','Profile Picture',1255351809),(2503,'en','user','phpfox','2.0.0rc4','photo','Photo','Photo',1255351814),(2504,'en','user','phpfox','2.0.0rc4','change_this_photo','Change This Photo','Change This Photo',1255351877),(2505,'en','user','phpfox','2.0.0rc4','profile_privacy','Profile Privacy','Profile Privacy',1255351942),(2506,'en','user','phpfox','2.0.0rc4','notification','Notification','Notification',1255351949),(2507,'en','user','phpfox','2.0.0rc4','custom_fields','Custom Fields','Custom Fields',1255351955),(2508,'en','user','phpfox','2.0.0rc4','request_new_password','Request New Password','Request New Password',1255351990),(2509,'en','user','phpfox','2.0.0rc4','member_search','Member Search','Member Search',1255352000),(2510,'en','user','phpfox','2.0.0rc4','search','Search','Search',1255352006),(2511,'en','user','phpfox','2.0.0rc4','age_group','Age Group','Age Group',1255352048),(2512,'en','user','phpfox','2.0.0rc4','show_members','Show Members','Show Members',1255352055),(2513,'en','user','phpfox','2.0.0rc4','group','Group','Group',1255352125),(2514,'en','user','phpfox','2.0.0rc4','last_activity','Last Activity','Last Activity',1255352137),(2515,'en','user','phpfox','2.0.0rc4','resend_verification_mail','Resend Verification Mail','Resend Verification Mail',1255352186),(2516,'en','user','phpfox','2.0.0rc4','verify_this_user','Verify this user','Verify this user',1255352197),(2517,'en','user','phpfox','2.0.0rc4','delete_user','Delete User','Delete User',1255352225),(2518,'en','user','phpfox','2.0.0rc4','verify','(Verify)','(Verify)',1255352242),(2519,'en','user','phpfox','2.0.0rc4','view_all_the_activity_from_this_ip','View all the activity from this IP.','View all the activity from this IP.',1255352316),(2520,'en','user','phpfox','2.0.0rc4','birthday','Birthday','Birthday',1255352341),(2521,'en','user','phpfox','2.0.0rc4','age','Age','Age',1255352346),(2522,'en','user','phpfox','2.0.0rc4','view_profile','View Profile','View Profile',1255352373),(2523,'en','user','phpfox','2.0.0rc4','send_message','Send Message','Send Message',1255352380),(2524,'en','user','phpfox','2.0.0rc4','add_full_name_as_your_friend','Add {full_name} as your Friend.','Add {full_name} as your Friend.',1255352392),(2525,'en','user','phpfox','2.0.0rc4','add_to_friends','Add to Friends','Add to Friends',1255352416),(2526,'en','user','phpfox','2.0.0rc4','un_feature_this_member','Un-Feature this member.','Un-Feature this member.',1255352431),(2527,'en','user','phpfox','2.0.0rc4','unfeature','Unfeature','Unfeature',1255352438),(2528,'en','user','phpfox','2.0.0rc4','feature_this_member','Feature this member.','Feature this member.',1255352446),(2529,'en','user','phpfox','2.0.0rc4','feature','Feature','Feature',1255352454),(2530,'en','user','phpfox','2.0.0rc4','unable_to_find_any_members_with_the_current_browse_criteria','Unable to find any members with the current browse criteria.','Unable to find any members with the current browse criteria.',1255352506),(2531,'en','user','phpfox','2.0.0rc4','reset_browse_criteria','Reset Browse Criteria','Reset Browse Criteria',1255352511),(2532,'en','user','phpfox','2.0.0rc4','you_have_logged_out','You have logged out.','You have logged out.',1255352791),(2533,'en','user','phpfox','2.0.0rc4','skip_this_step','Skip This Step','Skip This Step',1255352808),(2534,'en','user','phpfox','2.0.0rc4','thumbnail','Thumbnail','Thumbnail',1255352821),(2535,'en','user','phpfox','2.0.0rc4','profile_picture_cropping_tool','Profile Picture Cropping Tool','Profile Picture Cropping Tool',1255352829),(2536,'en','user','phpfox','2.0.0rc4','avatar','Avatar','Avatar',1255352835),(2537,'en','user','phpfox','2.0.0rc4','the_image_you_uploaded_is_rather_small_so_we_are_unable_to_crop_it_however_you_can_still_save_this_image_if_you_want_to_use_it','The image you uploaded is rather small so we are unable to crop it, however you can still save this image if you want to use it.','The image you uploaded is rather small so we are unable to crop it, however you can still save this image if you want to use it.',1255352849),(2538,'en','user','phpfox','2.0.0rc4','save_avatar','Save Avatar','Save Avatar',1255352862),(2539,'en','user','phpfox','2.0.0rc4','click_and_drag_a_box_on_the_original_image_to_create_your_cropped_image','Click and drag a box on the \"Original\" image to create your cropped image, which can be seen under \"Preview\". Once you are ready click \"Save Avatar\" to create your cropped avatar. Avatars are used throughout the site.','Click and drag a box on the \"Original\" image to create your cropped image, which can be seen under \"Preview\". Once you are ready click \"Save Avatar\" to create your cropped avatar. Avatars are used throughout the site.',1255352881),(2540,'en','user','phpfox','2.0.0rc4','original','Original','Original',1255352892),(2541,'en','user','phpfox','2.0.0rc4','preview','Preview','Preview',1255352898),(2542,'en','user','phpfox','2.0.0rc4','upload_a_new_profile_picture','Upload a New Profile Picture','Upload a New Profile Picture',1255353021),(2543,'en','user','phpfox','2.0.0rc4','the_file_size_limit_is_file_size_if_your_upload_does_not_work_try_uploading_a_smaller_picture','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.','The file size limit is {file_size}. If your upload does not work, try uploading a smaller picture.',1255353065),(2544,'en','user','phpfox','2.0.0rc4','invisible_mode','Invisible Mode','Invisible Mode',1255353140),(2545,'en','user','phpfox','2.0.0rc4','invisible_mode_allows_you_to_browse_the_site_without_appearing_on_any_online_lists','Invisible mode allows you to browse the site without appearing on any \"Online\" lists.','Invisible mode allows you to browse the site without appearing on any \"Online\" lists.',1255353150),(2546,'en','user','phpfox','2.0.0rc4','enable_invisible_mode','Enable Invisible Mode','Enable Invisible Mode',1255353157),(2547,'en','user','phpfox','2.0.0rc4','save_changes','Save Changes','Save Changes',1255353176),(2548,'en','user','phpfox','2.0.0rc4','profile','Profile','Profile',1255353183),(2549,'en','user','phpfox','2.0.0rc4','display_age_and_date_of_birth','Display age and date of birth.','Display age and date of birth.',1255353205),(2550,'en','user','phpfox','2.0.0rc4','display_age_and_day_month_of_birth','Display age and day/month of birth.','Display age and day/month of birth.',1255353212),(2551,'en','user','phpfox','2.0.0rc4','display_only_my_age','Display only my age.','Display only my age.',1255353221),(2552,'en','user','phpfox','2.0.0rc4','display_only_day_month_of_birth','Display only day/month of birth.','Display only day/month of birth.',1255353228),(2553,'en','user','phpfox','2.0.0rc4','hide_my_age_and_date_of_birth','Hide my age and date of birth.','Hide my age and date of birth.',1255353239),(2554,'en','user','phpfox','2.0.0rc4','notifications','Notifications','Notifications',1255353258),(2555,'en','user','phpfox','2.0.0rc4','blocked_users','Blocked Users','Blocked Users',1255353273),(2556,'en','user','phpfox','2.0.0rc4','check_the_boxes_to_unblock_users','Check the boxes to unblock users.','Check the boxes to unblock users.',1255353279),(2557,'en','user','phpfox','2.0.0rc4','you_have_not_blocked_any_users','You have not blocked any users.','You have not blocked any users.',1255353290),(2558,'en','user','phpfox','2.0.0rc4','view_your_updated_profile','View your updated profile.','View your updated profile.',1255353335),(2559,'en','user','phpfox','2.0.0rc4','updating_profile','Updating profile','Updating profile',1255353348),(2560,'en','user','phpfox','2.0.0rc4','no_custom_fields_have_been_added','No custom fields have been added.','No custom fields have been added.',1255353363),(2561,'en','user','phpfox','2.0.0rc4','add_a_new_custom_field','Add a New Custom Field','Add a New Custom Field',1255353370),(2562,'en','user','phpfox','2.0.0rc4','i_have_read_and_agree_to_the_a_href_id_js_terms_of_use_terms_of_use_a_and_a_href_id_js_privacy_policy_privacy_policy_a','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.','I have read and agree to the <a href=\"#\" id=\"js_terms_of_use\">Terms of Use</a> and <a href=\"#\" id=\"js_privacy_policy\">Privacy Policy</a>.',1255353746),(2563,'en','user','phpfox','2.0.0rc4','sign_up','Sign Up','Sign Up',1255353757),(2564,'en','user','phpfox','2.0.0rc4','terms_of_use','Terms of Use','Terms of Use',1255353807),(2565,'en','user','phpfox','2.0.0rc4','privacy_policy','Privacy Policy','Privacy Policy',1255353814),(2566,'en','user','phpfox','2.0.0rc4','are_you_sure_you_want_to_delete_your_account','Are you sure you want to delete your account?','Are you sure you want to delete your account?',1255353879),(2567,'en','user','phpfox','2.0.0rc4','user_info_will_miss_you','{user_info} will miss you.','{user_info} will miss you.',1255353902),(2568,'en','user','phpfox','2.0.0rc4','why_are_you_deleting_your_account','Why are you deleting your account?','Why are you deleting your account?',1255353918),(2569,'en','user','phpfox','2.0.0rc4','please_tell_us_why','Please tell us why','Please tell us why',1255353928),(2570,'en','user','phpfox','2.0.0rc4','enter_your_password','Enter your password','Enter your password',1255353935),(2571,'en','user','phpfox','2.0.0rc4','are_you_absolutely_sure_this_operation_cannot_be_undone','Are you absolutely sure? This operation cannot be undone.','Are you absolutely sure? This operation cannot be undone.',1255353943),(2572,'en','user','phpfox','2.0.0rc4','delete_my_account','Delete My Account','Delete My Account',1255353954),(2573,'en','user','phpfox','2.0.0rc4','total_user_change_out_of_total_user_name_changes','{total_user_change} out of {total} user name changes.','{total_user_change} out of {total} user name changes.',1255354010),(2574,'en','user','phpfox','2.0.0rc4','changing_your_email_address_requires_you_to_verify_your_new_email','Changing your email address requires you to verify your new email.','Changing your email address requires you to verify your new email.',1255354040),(2575,'en','user','phpfox','2.0.0rc4','change_password','Change Password','Change Password',1255354053),(2576,'en','user','phpfox','2.0.0rc4','enable_dst_daylight_savings_time_detection','Enable DST (Daylight Savings Time) detection.','Enable DST (Daylight Savings Time) detection.',1255354117),(2577,'en','user','phpfox','2.0.0rc4','cancel_your_account','Cancel your account','Cancel your account',1255354151),(2578,'en','user','phpfox','2.0.0rc4','the_link_that_brought_you_here_is_not_valid_it_may_already_have_expired','<p>\r\n The link that brought you here is not valid, it may already have expired. Email verify links expire {time} after being sent.\r\n </p>\r\n <p> A new verification link has been sent to your email address, please verify your address on time </p>','<p>\r\n The link that brought you here is not valid, it may already have expired. Email verify links expire {time} after being sent.\r\n </p>\r\n <p> A new verification link has been sent to your email address, please verify your address on time </p>',1255354177),(2579,'en','user','phpfox','2.0.0rc4','this_site_is_very_concerned_about_security','<p>This site is very concerned about security and therefore it requires you to verify your email address.</p>\r\n <p> An email has been sent to you, it contains a special link which verifies you and allows you to log in\r\n freely. This verification is required only once for this email address.</p>\r\n <p> Please check your email and verify your email address now. </p>','<p>This site is very concerned about security and therefore it requires you to verify your email address.</p>\r\n <p> An email has been sent to you, it contains a special link which verifies you and allows you to log in\r\n freely. This verification is required only once for this email address.</p>\r\n <p> Please check your email and verify your email address now. </p>',1255354208),(2580,'en','user','phpfox','2.0.0rc4','primary_language','Primary Language','Primary Language',1255508010),(2581,'en','user','phpfox','2.0.0rc4','edit_user','Edit User','Edit User',1255767831),(2582,'en','user','phpfox','2.0.0rc4','setting_on_signup_new_friend','<title>On Signup New Friend</title><info>If you select a user from the drop down this user will automatically become friends with any new member that registers.</info>','<title>On Signup New Friend</title><info>If you select a user from the drop down this user will automatically become friends with any new member that registers.</info>',1256302937),(2583,'en','user','phpfox','2.0.0rc4','provide_a_name_that_is_not_representing_an_empty_name','Provide a name that is not representing an empty name.','Provide a name that is not representing an empty name.',1256498562),(2584,'en','user','phpfox','2.0.0rc4','email_is_not_valid','Email is not valid.','Email is not valid.',1256498658),(2585,'en','user','phpfox','2.0.0rc5','you_have_already_added_this_recently_try_adding_something_else','You have already added this recently. Try adding something else.','You have already added this recently. Try adding something else.',1256831625),(2586,'en','user','phpfox','2.0.0rc5','setting_check_status_updates','<title>Spam Check Status Updates</title><info>Define how many status updates should we check to see if the new status update the user is adding is similar and if one is we will guide them to add another status update.</info>','<title>Spam Check Status Updates</title><info>Define how many status updates should we check to see if the new status update the user is adding is similar and if one is we will guide them to add another status update.</info>',1256831739),(2587,'en','user','phpfox','2.0.0rc6','rating','Rating','Rating',1257148296),(2588,'en','user','phpfox','2.0.0rc6','confirm_password','Confirm Password','Confirm Password',1257149713),(2589,'en','user','phpfox','2.0.0rc6','password_successfully_updated','Password successfully updated.','Password successfully updated.',1257149818),(2590,'en','user','phpfox','2.0.0rc6','confirm_your_new_password','Confirm your new password.','Confirm your new password.',1257149930),(2591,'en','user','phpfox','2.0.0rc6','your_confirmed_password_does_not_match_your_new_password','Your confirmed password does not match your new password.','Your confirmed password does not match your new password.',1257149968),(2592,'en','user','phpfox','2.0.0rc6','search_for_members','Search For Members','Search For Members',1257171948),(2593,'en','user','phpfox','2.0.0rc6','icon','Icon','Icon',1257255484),(2594,'en','user','phpfox','2.0.0rc6','complete_this_step_to_setup_your_personal_profile','Complete this step to setup your personal profile.','Complete this step to setup your personal profile.',1257262042),(2595,'en','user','phpfox','2.0.0rc6','you_are_required_to_upload_a_profile_image','You are required to upload a profile image.','You are required to upload a profile image.',1257262086),(2596,'en','user','phpfox','2.0.0rc7','joined_time_stamp','Joined {time_stamp}','Joined {time_stamp}',1257931076),(2597,'en','user','phpfox','2.0.0rc8','user_id','User ID#','User ID#',1258553081),(2598,'en','user','phpfox','2.0.0rc8','provide_a_valid_email_address','Provide a valid email address.','Provide a valid email address.',1258742333),(2599,'en','user','phpfox','2.0.0rc8','new_members','New Members','New Members',1258756750),(2600,'en','user','phpfox','2.0.0rc8','new_comments','New Comments','New Comments',1258756762),(2601,'en','user','phpfox','2.0.0rc8','updating','Updating','Updating',1258899641),(2602,'en','user','phpfox','2.0.0rc8','total_full_name_change_out_of_allowed','{total_full_name_change} out of {allowed}','{total_full_name_change} out of {allowed}',1258984271),(2603,'en','user','phpfox','2.0.0rc10','setting_redirect_after_signup','<title>Redirect After SignUp</title><info>Add the full path you want to send users right after they register. If you want to use our default routine just leave this blank.</info>','<title>Redirect After SignUp</title><info>Add the full path you want to send users right after they register. If you want to use our default routine just leave this blank.</info>',1259688625),(2604,'en','user','phpfox','2.0.0rc10','setting_suggest_usernames_on_registration','<title>Suggest Usernames At Registration</title><info>When enabled the guest will be shown a list of valid usernames if the one they attempted is not available.\r\n\r\nThis setting enables or disables \"Usernames to suggest\"</info>','<title>Suggest Usernames At Registration</title><info>When enabled the guest will be shown a list of valid usernames if the one they attempted is not available.\r\n\r\nThis setting enables or disables \"Usernames to suggest\"</info>',1259610406),(2605,'en','user','phpfox','2.0.0rc11','enable_dst_daylight_savings_time','Enable DST (Daylight Savings Time)','Enable DST (Daylight Savings Time)',1259938658),(2606,'en','user','phpfox','2.0.0rc11','setting_date_of_birth_start','<title>Date of Birth (Start)</title><info>Date of Birth (Start)</info>','<title>Date of Birth (Start)</title><info>Date of Birth (Start)</info>',1259943344),(2607,'en','user','phpfox','2.0.0rc11','setting_date_of_birth_end','<title>Date of Birth (End)</title><info>Date of Birth (End)</info>','<title>Date of Birth (End)</title><info>Date of Birth (End)</info>',1259943587),(2608,'en','user','phpfox','2.0.0rc11','your_user_name','your-user-name','your-user-name',1259960987),(2609,'en','user','phpfox','2.0.0rc11','forum_signature','Forum Signature','Forum Signature',1260027584),(2610,'en','user','phpfox','2.0.0rc11','space_total_out_of_unlimited','{space_total} out of \"unlimited\"','{space_total} out of \"unlimited\"',1260197948),(2611,'en','user','phpfox','2.0.0rc11','space_total_out_of_total','{space_total} out of {total} Mb','{space_total} out of {total} Mb',1260198034),(2612,'en','user','phpfox','2.0.0rc11','sorry_no_members_found','Sorry, no members found.','Sorry, no members found.',1260198777),(2613,'en','user','phpfox','2.0.0rc11','user_setting_can_search_user_gender','Can search a users gender using the browse filter?','Can search a users gender using the browse filter?',1260199675),(2614,'en','user','phpfox','2.0.0rc11','user_setting_can_search_user_age','Can search for users based on their age using the browse filter?','Can search for users based on their age using the browse filter?',1260199727),(2615,'en','user','phpfox','2.0.0rc11','register_for_an_account','Register for An Account','Register for An Account',1260232205),(2616,'en','user','phpfox','2.0.0rc11','user_setting_can_browse_users_in_public','Can browse users using the public browse section?','Can browse users using the public browse section?',1260276391),(2617,'en','user','phpfox','2.0.0rc11','title_featured_members','Featured Members','Featured Members',1260209155),(2618,'en','user','phpfox','2.0.0rc11','title_who_s_online','Who\'s Online','Who\'s Online',1260209680),(2619,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_they_joined_the_community','<a href=\"{user_link}\">{full_name}</a> liked that they joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that they joined the community.',1260446167),(2620,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_a_href_view_user_link_view_full_name_a_a_href_link_joined_a_the_community','<a href=\"{user_link}\">{full_name}</a> liked that <a href=\"{view_user_link}\">{view_full_name}</a> joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that <a href=\"{view_user_link}\">{view_full_name}</a> joined the community.',1260446507),(2621,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_liked_that_you_joined_the_community','<a href=\"{user_link}\">{full_name}</a> liked that you joined the community.','<a href=\"{user_link}\">{full_name}</a> liked that you joined the community.',1260460353),(2622,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">status</a>.',1260475316),(2623,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">status</a>.',1260476016),(2624,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_status_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">status</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">status</a>.',1260476034),(2625,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes your profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes your profile <a href=\"{link}\">photo</a>.',1260479272),(2626,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own profile <a href=\"{link}\">photo</a>.',1260479341),(2627,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_profile_a_href_link_photo_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">photo</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s profile <a href=\"{link}\">photo</a>.',1260479374),(2628,'en','user','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.',1260483339),(2629,'en','user','phpfox','2.0.0rc12','no_featured_members','No featured members.','No featured members.',1260813540),(2630,'en','user','phpfox','2.0.0rc12','there_are_no_members_online','There are no members online.','There are no members online.',1260813553),(2631,'en','user','phpfox','2.0.0rc12','setting_user_browse_default_result','<title>Browsing Users Default Order</title><info>Select <b>full_name</b> to order members based on their full name in ascending order. Select <b>last_login</b> to order members based on their last activity, where the latest person to be active on the site is first.</info>','<title>Browsing Users Default Order</title><info>Select <b>full_name</b> to order members based on their full name in ascending order. Select <b>last_login</b> to order members based on their last activity, where the latest person to be active on the site is first.</info>',1260819672),(2632,'en','user','phpfox','2.0.0rc12','user_setting_can_edit_user_group_membership','Can modify a users \"user group\" status?','Can modify a users \"user group\" status?',1260825005),(2633,'en','user','phpfox','2.0.0rc12','setting_remove_users_hidden_age','<title>User Age Privacy on Browse Section</title><info>Enable this option to remove users that have hidden their age from the browse section.</info>','<title>User Age Privacy on Browse Section</title><info>Enable this option to remove users that have hidden their age from the browse section.</info>',1260827335),(2634,'en','user','phpfox','2.0.0rc12','setting_on_register_privacy_setting','<title>User Default Privacy Setting on Registration</title><info>With this setting you can control the default privacy setting for a user when they register. This will control how others view their profile.\r\n\r\nanyone = Anyone can view their profile.\r\n\r\nnetwork = Only members of the site can view their profile.\r\n\r\nfriends_only = Only their friends can view their profile.\r\n\r\nno_one = Nobody can view their profile.</info>','<title>User Default Privacy Setting on Registration</title><info>With this setting you can control the default privacy setting for a user when they register. This will control how others view their profile.\r\n\r\nanyone = Anyone can view their profile.\r\n\r\nnetwork = Only members of the site can view their profile.\r\n\r\nfriends_only = Only their friends can view their profile.\r\n\r\nno_one = Nobody can view their profile.</info>',1260914895),(2635,'en','user','phpfox','2.0.0rc12','browse_filter_submit','Submit','Submit',1260981597),(2636,'en','user','phpfox','2.0.0','total_score_out_of_5','{total_score} out of 5.','{total_score} out of 5.',1261177339),(2637,'en','user','phpfox','2.0.0','setting_min_count_for_top_rating','<title>Minimum Ratings for \"Top Rated\" Users</title><info>Define how many times a member must be rated on before they are listed on the \"Top Rated\" section.</info>','<title>Minimum Ratings for \"Top Rated\" Users</title><info>Define how many times a member must be rated on before they are listed on the \"Top Rated\" section.</info>',1261177451),(2638,'en','user','phpfox','2.0.0','top_rated_members','Top Rated Members','Top Rated Members',1261178262),(2639,'en','user','phpfox','2.0.0','no_top_members_found','No top members found.','No top members found.',1261178695),(2640,'en','user','phpfox','2.0.0','all','All','All',1261179636),(2641,'en','user','phpfox','2.0.0','male','Male','Male',1261179642),(2642,'en','user','phpfox','2.0.0','female','Female','Female',1261179649),(2643,'en','user','phpfox','2.0.2','update_user_photos','Update User Photos','Update User Photos',1262110390),(2644,'en','user','phpfox','2.0.2','total_score_out_of_10','{total_score} out of 10','{total_score} out of 10',1263212593),(2645,'en','user','phpfox','2.0.2','user_setting_can_view_if_a_user_is_invisible','Can view a users \"Last Login\" time stamp on their profile even if the user is logged as invisible?','Can view a users \"Last Login\" time stamp on their profile even if the user is logged as invisible?',1263216036),(2646,'en','user','phpfox','2.0.4','total_activity_points','Total Activity Points','Total Activity Points',1266500173),(2647,'en','user','phpfox','2.0.4','activity_points','Activity Points','Activity Points',1266500821),(2648,'en','user','phpfox','2.0.5','setting_approve_users','<title>Approve Users</title><info>Enable this if you want to approve users before they can log into the site.</info>','<title>Approve Users</title><info>Enable this if you want to approve users before they can log into the site.</info>',1269284711),(2649,'en','user','phpfox','2.0.5','your_account_is_pending_approval','Your account is pending approval.','Your account is pending approval.',1269285880),(2650,'en','user','phpfox','2.0.5','pending_approval','Pending Approval','Pending Approval',1269286717),(2651,'en','user','phpfox','2.0.5','deny_user','Deny User','Deny User',1269286833),(2652,'en','user','phpfox','2.0.5','approve_user','Approve User','Approve User',1269286895),(2653,'en','user','phpfox','2.0.5','user_successfully_approved','User successfully approved.','User successfully approved.',1269350848),(2654,'en','user','phpfox','2.0.5','not_approved','Not Approved','Not Approved',1269350868),(2655,'en','user','phpfox','2.0.5','user_successfully_denied','User successfully denied.','User successfully denied.',1269350886),(2656,'en','user','phpfox','2.0.5','account_approved','Account Approved','Account Approved',1269351018),(2657,'en','user','phpfox','2.0.5','your_account_has_been_approved_on_site_title','Your account has been approved on {site_title}.\r\n\r\n<a href=\"{link}\">{link}</a>','Your account has been approved on {site_title}.\r\n\r\n<a href=\"{link}\">{link}</a>',1269351079),(2658,'en','user','phpfox','2.0.5','users_pending_approval','Users Pending Approval','Users Pending Approval',1269352177),(2659,'en','user','phpfox','2.0.5','user_setting_can_edit_currency','Allow users to edit their default site currency?','Allow users to edit their default site currency?',1271666567),(2660,'en','user','phpfox','2.0.5','preferred_currency','Preferred Currency','Preferred Currency',1271673716),(2661,'en','user','phpfox','2.0.5','show_prices_and_make_purchases_in_this_currency','Show prices and make purchases in this currency.','Show prices and make purchases in this currency.',1271673733),(2662,'en','user','phpfox','2.0.5','payment_methods','Payment Methods','Payment Methods',1272279403),(2663,'en','user','phpfox','2.0.5','setting_display_or_full_name','<title>Display or Full Name</title><info>When a user registers on the site they can either enter their full name or display name. This setting controls what they should be entering.</info>','<title>Display or Full Name</title><info>When a user registers on the site they can either enter their full name or display name. This setting controls what they should be entering.</info>',1272872994),(2664,'en','user','phpfox','2.0.5','pending_email_verification','Pending Email Verification','Pending Email Verification',1273224031),(2665,'en','user','phpfox','2.0.5dev1','setting_disable_username_on_sign_up','<title>Disable Username on Registration</title><info>If this is enabled it will disable the \"Username\" field on the registration form. The Username is used to create a vanity URL of users (eg. http://www.site.com/username). If this is disabled we will use their unique ID number to create their vanity URL. You can then enable a user group setting that can allow users to edit their username at a later time.</info>','<title>Disable Username on Registration</title><info>If this is enabled it will disable the \"Username\" field on the registration form. The Username is used to create a vanity URL of users (eg. http://www.site.com/username). If this is disabled we will use their unique ID number to create their vanity URL. You can then enable a user group setting that can allow users to edit their username at a later time.</info>',1274282432),(2666,'en','user','phpfox','2.0.5dev1','email_verification','Email Verification','Email Verification',1274636277),(2667,'en','user','phpfox','2.0.5dev1','mail_sent','Mail Sent','Mail Sent',1274637971),(2668,'en','user','phpfox','2.0.5dev1','verification_email_sent','Verification email sent.','Verification email sent.',1274637981),(2669,'en','user','phpfox','2.0.5dev1','resend_verification_email','Resend Verification Email','Resend Verification Email',1274637994),(2670,'en','user','phpfox','2.0.5dev2','promotions','Promotions','Promotions',1275109970),(2671,'en','user','phpfox','2.0.5dev2','manage_promotions','Manage Promotions','Manage Promotions',1275110028),(2672,'en','user','phpfox','2.0.5dev2','add_promotion','Add Promotion','Add Promotion',1275110053),(2673,'en','user','phpfox','2.0.5dev2','upgraded_user_group','Upgraded User Group','Upgraded User Group',1275112001),(2674,'en','user','phpfox','2.0.5dev2','total_days_registered','Total Days Registered','Total Days Registered',1275112016),(2675,'en','user','phpfox','2.0.5dev2','no_promotions_found','No promotions found.','No promotions found.',1275112046),(2676,'en','user','phpfox','2.0.5dev2','promotion_successfully_deleted','Promotion successfully deleted.','Promotion successfully deleted.',1275112057),(2677,'en','user','phpfox','2.0.5dev2','promotion_successfully_update','Promotion successfully updated.','Promotion successfully updated.',1275112080),(2678,'en','user','phpfox','2.0.5dev2','promotion_successfully_added','Promotion successfully added.','Promotion successfully added.',1275112090),(2679,'en','user','phpfox','2.0.5dev2','editing_promotion','Editing Promotion','Editing Promotion',1275112127),(2680,'en','user','phpfox','2.0.5dev2','promotion_details','Promotion Details','Promotion Details',1275112153),(2681,'en','user','phpfox','2.0.5dev2','days_registered','Days Registered','Days Registered',1275112186),(2682,'en','user','phpfox','2.0.5dev2','move_user_to_user_group','Move User to User Group','Move User to User Group',1275112194),(2683,'en','user','phpfox','2.0.5dev2','setting_check_promotion_system','<title>Check For Promotions</title><info>If you enable this option it will enable the promotion system and will run a check on users when they are logged into the site.</info>','<title>Check For Promotions</title><info>If you enable this option it will enable the promotion system and will run a check on users when they are logged into the site.</info>',1275113089),(2684,'en','user','phpfox','2.0.5dev2','congratulations_you_have_been_promoted_to_the_following_user_group_title','Congratulations! You have been promoted to the following user group: {title}','Congratulations! You have been promoted to the following user group: {title}',1275114389),(2685,'en','user','phpfox','2.0.5dev2','before_you_can_use_this_feature_you_need_to_enable_the_option','Before you can use this feature you need to enable the option \"Check For Promotions\", which can be found <a href=\"{link}\">here</a>.','Before you can use this feature you need to enable the option \"Check For Promotions\", which can be found <a href=\"{link}\">here</a>.',1275114542),(2686,'en','user','phpfox','2.0.5dev2','user_s_successfully_deleted','User(s) successfully deleted.','User(s) successfully deleted.',1275116475),(2687,'en','user','phpfox','2.0.5dev2','delete_selected','Delete Selected','Delete Selected',1275116518),(2688,'en','user','phpfox','2.0.5dev2','user_s_successfully_banned','User(s) successfully banned.','User(s) successfully banned.',1275116738),(2689,'en','user','phpfox','2.0.5dev2','user_s_successfully_un_banned','User(s) successfully un-banned.','User(s) successfully un-banned.',1275116766),(2690,'en','user','phpfox','2.0.5dev2','ban_selected','Ban Selected','Ban Selected',1275116858),(2691,'en','user','phpfox','2.0.5dev2','un_ban_selected','Un-Ban Selected','Un-Ban Selected',1275116870),(2692,'en','user','phpfox','2.0.5dev2','ban','Ban','Ban',1275179147),(2693,'en','user','phpfox','2.0.5dev2','un_ban','Un-Ban','Un-Ban',1275179159),(2694,'en','user','phpfox','2.0.5dev2','with_selected','With Selected','With Selected',1275179181),(2695,'en','user','phpfox','2.0.5dev2','delete_user_full_name','Delete user {full_name}','Delete user {full_name}',1275179424),(2696,'en','user','phpfox','2.0.5dev2','email_verification_s_sent','Email verification(s) sent.','Email verification(s) sent.',1275179908),(2697,'en','user','phpfox','2.0.5dev2','user_s_verified','User(s) verified.','User(s) verified.',1275180138),(2698,'en','user','phpfox','2.0.5dev2','approve','Approve','Approve',1275180410),(2699,'en','user','phpfox','2.0.5dev2','user_s_successfully_approved','User(s) successfully approved.','User(s) successfully approved.',1275180491),(2700,'en','user','phpfox','2.0.5dev2','ip_address','IP Address','IP Address',1275182314),(2701,'en','user','phpfox','2.0.5dev2','user_link_full_name_commented_on_your_status','<a href=\"{user_link}\">{full_name}</a> commented on one of your activity <a href=\"{link}\">feeds</a>.','<a href=\"{user_link}\">{full_name}</a> commented on one of your activity <a href=\"{link}\">feeds</a>.',1275306747),(2702,'en','user','phpfox','2.0.7','setting_allow_user_registration','<title>Allow User Registration</title><info>Enable this setting to allow public registration.</info>','<title>Allow User Registration</title><info>Enable this setting to allow public registration.</info>',1288616671),(2703,'en','user','phpfox','2.0.7','user_setting_can_manage_user_group_settings','Can manage user group settings?','Can manage user group settings?',1289825772),(2704,'en','user','phpfox','2.0.7','user_setting_can_edit_user_group','Can edit user groups?','Can edit user groups?',1289825844),(2705,'en','user','phpfox','2.0.7','user_setting_can_delete_user_group','Can delete user group?','Can delete user group?',1289826018),(2706,'en','user','phpfox','2.0.7','you_are_unable_to_delete_a_site_administrator','You are unable to delete a site administrator.','You are unable to delete a site administrator.',1289827215),(2707,'en','user','phpfox','2.0.7','you_are_unable_to_ban_a_site_administrator','You are unable to ban a site administrator.','You are unable to ban a site administrator.',1289827731),(2708,'en','user','phpfox','2.0.7','you_are_unable_to_edit_a_site_administrators_account','You are unable to edit a site administrators account.','You are unable to edit a site administrators account.',1289828060),(2709,'en','user','phpfox','2.1.0Beta1','setting_enable_user_tooltip','<title>User AJAX Tooltip</title><info>Enable this setting to load an AJAX popup when hovering over certain member names that include the users profile image as well as some information about them.</info>','<title>User AJAX Tooltip</title><info>Enable this setting to load an AJAX popup when hovering over certain member names that include the users profile image as well as some information about them.</info>',1292335520),(2710,'en','user','phpfox','3.0.0Beta1','menu_user_logout_4ee1a589029a67e7f1a00990a1786f46','Logout','Logout',1295699471),(2711,'en','user','phpfox','2.0.8','inactive_member_email_subject','We have missed you','We have missed you',1296833975),(2712,'en','user','phpfox','2.0.8','inactive_member_email_body','<p>Hello {user_name},<br />\r\nwe have missed you at <a href=\"{site_url}\">{site_name}</a> <br /><br />\r\nWhy not come and pay a visit to your friends, there\'s lots of catching up to do</p>','<p>Hello {user_name},<br />\r\nwe have missed you at <a href=\"{site_url}\">{site_name}</a> <br /><br />\r\nWhy not come and pay a visit to your friends, there\'s lots of catching up to do</p>',1297074929),(2713,'en','user','phpfox','2.0.8','there_are_a_total_of_icount_inactive_members','There are a total of {iCount} inactive members','There are a total of {iCount} inactive members',1297086852),(2714,'en','user','phpfox','2.0.8','enter_a_number_of_days','Enter a number of days','Enter a number of days',1297087186),(2715,'en','user','phpfox','2.0.8','enter_a_number_to_size_each_batch','Enter a number to size each batch','Enter a number to size each batch',1297087223),(2716,'en','user','phpfox','2.0.8','not_enough_users_to_mail','Not enough users to mail','Not enough users to mail',1297087333),(2717,'en','user','phpfox','2.0.8','user_setting_can_member_snoop','Can members of this user group log in as another user without entering a password?','Can members of this user group log in as another user without entering a password?',1297692328),(2718,'en','user','phpfox','2.0.8','log_in_as_this_user','Log in as this user','Log in as this user',1297697254),(2719,'en','user','phpfox','2.0.8','member_snoop','Member Snoop','Member Snoop',1297697278),(2720,'en','user','phpfox','2.0.8','member_snoop_text','You are about to log in as the user <a href=\"{user_link}\" target=\"_blank\">{user_name}</a> ({full_name}). This has the same effect as if you logged in with that user\'s password. When in this mode, all your actions will be regarded as executed by {full_name}. <br /> To go back to your admin user you will need to log out and back in.','You are about to log in as the user <a href=\"{user_link}\" target=\"_blank\">{user_name}</a> ({full_name}). This has the same effect as if you logged in with that user\'s password. When in this mode, all your actions will be regarded as executed by {full_name}. <br /> To go back to your admin user you will need to log out and back in.',1297697535),(2721,'en','user','phpfox','2.0.8','abort_log_in_as_this_user','Abort log in as this user','Abort log in as this user',1297697736),(2722,'en','user','phpfox','2.0.8','deny_mail_subject','Your registration to {site_name} has been denied','Your registration to {site_name} has been denied',1298464722),(2723,'en','user','phpfox','2.0.8','deny_mail_message','At this moment your profile does not meet the minimum requirements for our site. \r\nIf you feel this is an error, feel free to contact us to {site_email}','At this moment your profile does not meet the minimum requirements for our site. \r\nIf you feel this is an error, feel free to contact us to {site_email}',1298464944),(2724,'en','user','phpfox','2.0.8','you_are_about_to_deny_user','You are about to deny user <a href=\"{link}\">{user_name}</a> from the site.\r\nIf you want to send an email to this user you may do it here','You are about to deny user <a href=\"{link}\">{user_name}</a> from the site.\r\nIf you want to send an email to this user you may do it here',1298470496),(2725,'en','user','phpfox','2.0.8','deny_and_send_email','Deny and send email','Deny and send email',1298471061),(2726,'en','user','phpfox','2.0.8','deny_without_email','Deny without email','Deny without email',1298471080),(2727,'en','user','phpfox','2.0.8','setting_brute_force_attempts_count','<title>Brute Force Prevention: Attempts Count</title><info>How many attempts are allowed within the time limit? \r\n\r\nThis setting is used together with \"Brute Force Prevention: Time limit\" to better protect your site from brute force login attempts. \r\n\r\nYou define a time in minutes and how many failed attempts are allowed within that period of time, if a user fails to log in within that period of time, missing this many tries the account is locked for a certain time, this lock time is defined by the cool down time and during this time even if the correct log in is entered, access will be denied.</info>','<title>Brute Force Prevention: Attempts Count</title><info>How many attempts are allowed within the time limit? \r\n\r\nThis setting is used together with \"Brute Force Prevention: Time limit\" to better protect your site from brute force login attempts. \r\n\r\nYou define a time in minutes and how many failed attempts are allowed within that period of time, if a user fails to log in within that period of time, missing this many tries the account is locked for a certain time, this lock time is defined by the cool down time and during this time even if the correct log in is entered, access will be denied.</info>',1299680854),(2728,'en','user','phpfox','2.0.8','setting_brute_force_time_check','<title>Brute Force Prevention: Time Limit</title><info>How many minutes back should the script check?\r\nSet this to 0 if you do not want to run this check\r\n\r\nThis setting is used together with \"Brute Force Prevention: Attempts Count\" to better protect your site from brute force login attempts.</info>','<title>Brute Force Prevention: Time Limit</title><info>How many minutes back should the script check?\r\nSet this to 0 if you do not want to run this check\r\n\r\nThis setting is used together with \"Brute Force Prevention: Attempts Count\" to better protect your site from brute force login attempts.</info>',1299681159),(2729,'en','user','phpfox','2.0.8','setting_brute_force_cool_down','<title>Brute Force Prevention: Cool Down</title><info>When an account has been locked due to a brute force check, how many minutes should the user wait before unlocking the account?</info>','<title>Brute Force Prevention: Cool Down</title><info>When an account has been locked due to a brute force check, how many minutes should the user wait before unlocking the account?</info>',1299682133),(2730,'en','user','phpfox','2.0.8','brute_force_account_locked','Brute force attempt logged. Your account has been locked for {iCoolDown} minutes. If you forgot your password please use the <a href=\"{sForgotLink}\">Forgot Password tool</a>.\r\nYou can try to log in again in {iUnlockTimeOut} minutes.','Brute force attempt logged. Your account has been locked for {iCoolDown} minutes. If you forgot your password please use the <a href=\"{sForgotLink}\">Forgot Password tool</a>.\r\nYou can try to log in again in {iUnlockTimeOut} minutes.',1299683217),(2731,'en','user','phpfox','2.1.0beta1','that_user_does_not_exist','That user does not exist','That user does not exist',1300099212),(2732,'en','user','phpfox','2.1.0beta1','email_is_in_use_and_user_can_login','There is already an account assigned with the email \"{email}\". If this is your email please login <a href=\"{link}\">here</a>.','There is already an account assigned with the email \"{email}\". If this is your email please login <a href=\"{link}\">here</a>.',1300891508),(2733,'en','user','phpfox','2.1.0rc1','setting_force_user_to_upload_on_sign_up','<title>Force Users to Upload Profile Image</title><info>Enable this option to force users to upload a profile image before they can register.</info>','<title>Force Users to Upload Profile Image</title><info>Enable this option to force users to upload a profile image before they can register.</info>',1301564621),(2734,'en','user','phpfox','2.1.0rc1','profile_image','Profile Image','Profile Image',1301564651),(2735,'en','user','phpfox','3.0.0beta1','custom_relationship_status','Relationship Status','Relationship Status',1302872875),(2736,'en','user','phpfox','3.0.0beta1','cf_option_single','Single','Single',1302872875),(2737,'en','user','phpfox','3.0.0beta1','cf_option_in_a_relationship','In a relationship','In a relationship',1302872875),(2738,'en','user','phpfox','3.0.0beta1','cf_option_engaged','Engaged','Engaged',1302872875),(2739,'en','user','phpfox','3.0.0beta1','cf_option_married','Married','Married',1302872875),(2740,'en','user','phpfox','3.0.0beta1','cf_option_its_complicated','Its complicated','Its complicated',1302872875),(2741,'en','user','phpfox','3.0.0beta1','cf_option_in_an_open_relationship','In an open relationship','In an open relationship',1302872875),(2742,'en','user','phpfox','3.0.0beta1','cf_option_widowed','Widowed','Widowed',1302872875),(2743,'en','user','phpfox','3.0.0beta1','cf_option_separated','Separated','Separated',1302872875),(2744,'en','user','phpfox','3.0.0beta1','cf_option_divorced','Divorced','Divorced',1302872875),(2745,'en','user','phpfox','3.0.0beta1','setting_hide_main_menu','<title>Hide Main Menu</title><info>Enable this option to hide the main menu if a user is not logged into the site.</info>','<title>Hide Main Menu</title><info>Enable this option to hide the main menu if a user is not logged into the site.</info>',1306142141),(2746,'en','user','phpfox','3.0.0beta1','setting_invite_only_community','<title>Invite Only</title><info>Enable this option if your community is an \"invite only\" community.</info>','<title>Invite Only</title><info>Enable this option if your community is an \"invite only\" community.</info>',1306476862),(2747,'en','user','phpfox','3.0.0beta3','setting_new_user_terms_confirmation','<title>Terms & Privacy Confirmation</title><info>Enable this option if users must confirm that they understand and have read over your sites terms and privacy policies.</info>','<title>Terms & Privacy Confirmation</title><info>Enable this option if users must confirm that they understand and have read over your sites terms and privacy policies.</info>',1315851732),(2748,'en','user','phpfox','3.0.0beta4','menu_user_account_settings_73c8da87d666df89aabd61620c81c24c','Account Settings','Account Settings',1317128919),(2749,'en','user','phpfox','3.0.0beta4','menu_user_privacy_settings_73c8da87d666df89aabd61620c81c24c','Privacy Settings','Privacy Settings',1317128967),(2750,'en','user','phpfox','3.0.0beta4','setting_enable_relationship_status','<title>Enable Relationships</title><info>If you would like your users to have the ability to set their relationship status on your community, enable this feature.</info>','<title>Enable Relationships</title><info>If you would like your users to have the ability to set their relationship status on your community, enable this feature.</info>',1317129649),(2751,'en','user','phpfox','3.0.0beta5','1_mutual_friend','1 mutual friend','1 mutual friend',1319122856),(2752,'en','user','phpfox','3.0.0beta5','total_mutual_friends','{total} mutual friends','{total} mutual friends',1319122869),(2753,'en','user','phpfox','3.0.0beta5','add_friend','Add Friend','Add Friend',1319122883),(2754,'en','user','phpfox','3.0.0beta5','advanced_filters','Advanced Filters','Advanced Filters',1319122982),(2755,'en','user','phpfox','3.0.0beta5','close_advanced_filters','Close Advanced Filters','Close Advanced Filters',1319122993),(2756,'en','user','phpfox','3.0.0beta5','1_member','1 member.','1 member.',1319187425),(2757,'en','user','phpfox','3.0.0beta5','total_members','{total} members.','{total} members.',1319187451),(2758,'en','user','phpfox','3.0.0beta5','1_person_likes_this','1 person likes this.','1 person likes this.',1319187466),(2759,'en','user','phpfox','3.0.0beta5','total_people_like_this','{total} people like this.','{total} people like this.',1319187480),(2760,'en','user','phpfox','3.0.0beta5','age_years_old','{age} years old','{age} years old',1319187501),(2761,'en','user','phpfox','3.0.0beta5','mutual_friends_total','Mutual Friends ({total})','Mutual Friends ({total})',1319187520),(2762,'en','user','phpfox','3.0.0beta5','add_as_friend','Add as Friend','Add as Friend',1319187556),(2763,'en','user','phpfox','3.0.0beta5','say_happy_birthday','Say Happy Birthday','Say Happy Birthday',1319187573),(2764,'en','user','phpfox','3.0.0beta5','customize_how_other_users_interact_with_your_profile','Customize how other users interact with your profile.','Customize how other users interact with your profile.',1319465869),(2765,'en','user','phpfox','3.0.0beta5','show_my_full_birthday_in_my_profile','Show my full birthday in my profile.','Show my full birthday in my profile.',1319466000),(2766,'en','user','phpfox','3.0.0beta5','show_only_month_amp_day_in_my_profile','Show only month & day in my profile.','Show only month & day in my profile.',1319466009),(2767,'en','user','phpfox','3.0.0beta5','don_t_show_my_birthday_in_my_profile','Don\'t show my birthday in my profile.','Don\'t show my birthday in my profile.',1319466023),(2768,'en','user','phpfox','3.0.0beta5','customize_your_default_settings_for_when_sharing_new_items_on_the_site','Customize your default settings for when sharing new items on the site. Note this only changes your default settings for future items and does not change any items you have already shared. To change the privacy settings on those items you can customize the items privacy by editing the item itself.','Customize your default settings for when sharing new items on the site. Note this only changes your default settings for future items and does not change any items you have already shared. To change the privacy settings on those items you can customize the items privacy by editing the item itself.',1319466044),(2769,'en','user','phpfox','3.0.0beta5','items','Items','Items',1319466075),(2770,'en','user','phpfox','3.0.0beta5','view_your_profile','View Your Profile','View Your Profile',1319466105),(2771,'en','user','phpfox','3.0.0beta5','send_you_a_message','Send you a message','Send you a message',1319466218),(2772,'en','user','phpfox','3.0.0beta5','display_rss_subscribers_count','Display RSS subscribers count','Display RSS subscribers count',1319466235),(2773,'en','user','phpfox','3.0.0beta5','subscribe_to_your_rss_feed','Subscribe to your RSS feed','Subscribe to your RSS feed',1319466242),(2774,'en','user','phpfox','3.0.0beta5','view_who_recently_viewed_your_profile','View who recently viewed your profile','View who recently viewed your profile',1319466253),(2775,'en','user','phpfox','3.0.0beta5','view_your_friends','View your friends','View your friends',1319466263),(2776,'en','user','phpfox','3.0.0beta5','share_on_your_wall','Share on your wall','Share on your wall',1319466274),(2777,'en','user','phpfox','3.0.0beta5','view_your_wall','View your wall','View your wall',1319466288),(2778,'en','user','phpfox','3.0.0beta5','rate_your_profile','Rate your profile','Rate your profile',1319466306),(2779,'en','user','phpfox','3.0.0beta5','view_photos_within_your_profile','View photos within your profile','View photos within your profile',1319466316),(2780,'en','user','phpfox','3.0.0beta5','view_your_profile_lowercase','View your profile','View your profile',1319466339),(2781,'en','user','phpfox','3.0.0beta5','view_your_basic_information','View your basic information','View your basic information',1319466348),(2782,'en','user','phpfox','3.0.0beta5','view_your_profile_information','View your profile information','View your profile information',1319466355),(2783,'en','user','phpfox','3.0.0beta5','view_your_location','View your location','View your location',1319466365),(2784,'en','user','phpfox','3.0.0beta5','community','Community','Community',1319466425),(2785,'en','user','phpfox','3.0.0beta5','blogs','Blogs','Blogs',1319466527),(2786,'en','user','phpfox','3.0.0beta5','polls','Polls','Polls',1319466537),(2787,'en','user','phpfox','3.0.0beta5','photos','Photos','Photos',1319466559),(2788,'en','user','phpfox','3.0.0beta5','songs','Songs','Songs',1319466570),(2789,'en','user','phpfox','3.0.0beta5','quizzes','Quizzes','Quizzes',1319466580),(2790,'en','user','phpfox','3.0.0beta5','full_name_liked_your_status_update_content','{full_name} liked one of your status updates.','{full_name} liked one of your status updates.',1319468529),(2791,'en','user','phpfox','3.0.0beta5','full_name_liked_your_status_update_message','{full_name} liked your status update \"<a href=\"{link}\">{content}</a>\"\r\nTo view this status update follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your status update \"<a href=\"{link}\">{content}</a>\"\r\nTo view this status update follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319468654),(2792,'en','user','phpfox','3.0.0beta5','full_name_liked_a_comment_you_posted_on_row_full_name_s_wall','{full_name} liked a comment you posted on {row_full_name}\'s wall','{full_name} liked a comment you posted on {row_full_name}\'s wall',1319468762),(2793,'en','user','phpfox','3.0.0beta5','full_name_liked_your_comment_message','{full_name} liked your comment \"<a href=\"{link}\">{content}</a>\" that you posted on {row_full_name}\'s wall.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your comment \"<a href=\"{link}\">{content}</a>\" that you posted on {row_full_name}\'s wall.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319529906),(2794,'en','user','phpfox','3.0.0beta5','full_name_liked_one_of_your_comments','{full_name} liked one of your comments','{full_name} liked one of your comments',1319529963),(2795,'en','user','phpfox','3.0.0beta5','full_name_liked_your_comment_message_mini','{full_name} liked your comment \"<a href=\"{link}\">{content}</a>\" that you posted.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your comment \"<a href=\"{link}\">{content}</a>\" that you posted.\r\nTo view this comment follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319530048),(2796,'en','user','phpfox','3.0.0rc1','it_s_free_and_always_will_be','It\'s free and always will be.','It\'s free and always will be.',1320060012),(2797,'en','user','phpfox','3.0.0rc1','ssitetitle_is_an_invite_only_community_enter_your_email_below_if_you_have_received_an_invitation','{sSiteTitle} is an invite only community. Enter your email below if you have received an invitation.','{sSiteTitle} is an invite only community. Enter your email below if you have received an invitation.',1320060060),(2798,'en','user','phpfox','3.0.0rc1','ssitename_helps_you_connect_and_share_with_the_people_in_your_life','{sSiteName} helps you connect and share with the people in your life.','{sSiteName} helps you connect and share with the people in your life.',1320060210),(2799,'en','user','phpfox','3.0.0rc1','i_am','I am','I am',1320060287),(2800,'en','user','phpfox','3.0.0rc1','ssitetitle_helps_you_connect_and_share_with_the_people_in_your_life','{sSiteTitle} helps you connect and share with the people in your life.','{sSiteTitle} helps you connect and share with the people in your life.',1320060853),(2801,'en','user','phpfox','3.0.0rc1','join_ssitetitle_to_connect_with_friends_share_photos_and_create_your_own_profile','Join {sSiteTitle} to connect with friends, share photos and create your own profile.','Join {sSiteTitle} to connect with friends, share photos and create your own profile.',1320060918),(2802,'en','user','phpfox','3.0.0rc1','or_sign_up_with','or sign up with','or sign up with',1320060934),(2803,'en','user','phpfox','3.0.0rc1','keep_me_logged_in','Keep me logged in','Keep me logged in',1320061093),(2804,'en','user','phpfox','3.0.0rc1','login_singular','Login','Login',1320061124),(2805,'en','user','phpfox','3.0.0rc1','or_login_with','or login with','or login with',1320061134),(2806,'en','user','phpfox','3.0.0rc1','sign_up_for_ssitetitle','Sign Up for {sSiteTitle}','Sign Up for {sSiteTitle}',1320061195),(2807,'en','user','phpfox','3.0.0rc1','menu_who_s_online','Who\'s Online','Who\'s Online',1320073476),(2808,'en','user','phpfox','3.0.0rc2','profile_photo_successfully_updated','Profile photo successfully updated.','Profile photo successfully updated.',1321363890),(2809,'en','user','phpfox','3.0.0rc2','search_friends_by_their_name','Search friends by their name...','Search friends by their name...',1321365393),(2810,'en','user','phpfox','3.0.0rc2','login_ajax','Login','Login',1321437272),(2811,'en','user','phpfox','3.0.0','full_name_commented_on_your_status_update','{full_name} commented on your status update.','{full_name} commented on your status update.',1322466364),(2812,'en','user','phpfox','3.0.0','get_information_about_a_user_based_on_the_user_id_you_pass_if_you_do_not_pass_the_user_id_we_will_return_information_about_the_user_that_is_currently_logged_in','Get information about a user based on the user ID# you pass. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.','Get information about a user based on the user ID# you pass. If you do not pass the #{USER_ID} we will return information about the user that is currently logged in.',1322730371),(2813,'en','user','phpfox','3.0.0','user_name_liked_gender_own_status_update_title','{user_name} liked {gender} own status update \"{title}\"','{user_name} liked {gender} own status update \"{title}\"',1322730467),(2814,'en','user','phpfox','3.0.0','user_name_liked_your_status_update_title','{user_name} liked your status update \"{title}\"','{user_name} liked your status update \"{title}\"',1322730568),(2815,'en','user','phpfox','3.0.0','user_name_liked_span_class_drop_data_user_full_name_s_span_status_update_title','{user_name} liked <span class=\"drop_data_user\">{full_name}\'s</span> status update \"{title}\"','{user_name} liked <span class=\"drop_data_user\">{full_name}\'s</span> status update \"{title}\"',1322730676),(2816,'en','user','phpfox','3.0.0','full_name_commented_on_your_status_update_title_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a','{full_name} commented on your status update \"{title}\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on your status update \"{title}\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1322732634),(2817,'en','user','phpfox','3.0.0','full_name_commented_on_one_of_gender_status_updates','{full_name} commented on one of {gender} status updates.','{full_name} commented on one of {gender} status updates.',1322732711),(2818,'en','user','phpfox','3.0.0','full_name_commented_on_one_of_other_full_name_s_status_updates','{full_name} commented on one of {other_full_name}\'s status updates.','{full_name} commented on one of {other_full_name}\'s status updates.',1322732816),(2819,'en','user','phpfox','3.0.0','full_name_commented_on_gender_status_update_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a','{full_name} commented on {gender} status update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {gender} status update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1322732978),(2820,'en','user','phpfox','3.0.0','full_name_commented_on_other_full_name_s_status_update_a_href_link_title_a_to_see_the_comment_thread_follow_the_link_below_a_href_link_link_a','{full_name} commented on {other_full_name}\'s status update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {other_full_name}\'s status update \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1322733117),(2821,'en','user','phpfox','3.0.0','unable_to_post_a_comment_on_this_item_due_to_privacy_settings','Unable to post a comment on this item due to privacy settings.','Unable to post a comment on this item due to privacy settings.',1322733155),(2822,'en','user','phpfox','3.0.0','span_class_drop_data_user_full_name_span_commented_on_gender_status_update_title','<span class=\"drop_data_user\">{full_name}</span> commented on {gender} status update \"{title}\"','<span class=\"drop_data_user\">{full_name}</span> commented on {gender} status update \"{title}\"',1322733247),(2823,'en','user','phpfox','3.0.0','span_class_drop_data_user_full_name_span_commented_on_your_status_update_title','<span class=\"drop_data_user\">{full_name}</span> commented on your status update \"{title}\"','<span class=\"drop_data_user\">{full_name}</span> commented on your status update \"{title}\"',1322733434),(2824,'en','user','phpfox','3.0.0','span_class_drop_data_user_full_name_span_commented_on_span_class_drop_data_user_other_full_name_s_span_status_update_title','<span class=\"drop_data_user\">{full_name}</span> commented on <span class=\"drop_data_user\">{other_full_name}\'s</span> status update \"{title}\"','<span class=\"drop_data_user\">{full_name}</span> commented on <span class=\"drop_data_user\">{other_full_name}\'s</span> status update \"{title}\"',1322733562),(2825,'en','user','phpfox','3.0.0','pending_confirmation','Pending Confirmation','Pending Confirmation',1323087876),(2826,'en','user','phpfox','3.0.0','setting_user_dob_month_day_year','<title>User D.O.B (Month, Day & Year)</title><info>Control how we display the users date of birth for the privacy setting \"Show my full birthday in my profile\".</info>','<title>User D.O.B (Month, Day & Year)</title><info>Control how we display the users date of birth for the privacy setting \"Show my full birthday in my profile\".</info>',1323244991),(2827,'en','user','phpfox','3.0.0','setting_user_dob_month_day','<title>User D.O.B (Month & Day)</title><info>Control how we display the users date of birth for the privacy setting \"Show only month & day in my profile.\".</info>','<title>User D.O.B (Month & Day)</title><info>Control how we display the users date of birth for the privacy setting \"Show only month & day in my profile.\".</info>',1323245329),(2828,'en','user','phpfox','3.0.0','user_registration_has_been_disabled','User registration has been disabled','User registration has been disabled',1323687223),(2829,'en','user','phpfox','3.1.0beta1','setting_default_privacy_brithdate','<title>Default Birthday Privacy Setting</title><info>Users can control their default privacy settings when it comes to how they want their birthdays to be displayed on their profile. When users sign up and have not chosen a privacy setting you can define a default setting for the site.\r\n\r\nHere is a key of what the values stand for...\r\n<b>full_birthday</b> = <i>Show full birthday</i>\r\n<b>month_day</b> = <i>Show month & day</i>\r\n<b>show_age</b> = <i>Only show the users age</i>\r\n<b>hide</b> = <i>Hide users age/birthday</i></info>','<title>Default Birthday Privacy Setting</title><info>Users can control their default privacy settings when it comes to how they want their birthdays to be displayed on their profile. When users sign up and have not chosen a privacy setting you can define a default setting for the site.\r\n\r\nHere is a key of what the values stand for...\r\n<b>full_birthday</b> = <i>Show full birthday</i>\r\n<b>month_day</b> = <i>Show month & day</i>\r\n<b>show_age</b> = <i>Only show the users age</i>\r\n<b>hide</b> = <i>Hide users age/birthday</i></info>',1330014202),(2830,'en','user','phpfox','3.1.0beta1','user_name_tagged_you_in_a_comment','{user_name} tagged you in a comment','{user_name} tagged you in a comment',1331221510),(2831,'en','user','phpfox','3.1.0beta1','user_name_tagged_you_in_a_status_update','{user_name} tagged you in a status update','{user_name} tagged you in a status update',1331221577),(2832,'en','user','phpfox','3.1.0beta1','setting_no_show_activity_points','<title>Show Activity Points on Dashboard</title><info>Enable this option to show the activity points displayed on the dashboard.</info>','<title>Show Activity Points on Dashboard</title><info>Enable this option to show the activity points displayed on the dashboard.</info>',1331554285),(2833,'en','user','phpfox','3.1.0rc1','setting_shorter_password_reset_routine','<title>Shorter Password Reset Routine</title><info>If this is enabled when a user clicks on Forgot your password he will receive an email with a link, when clicking on the link he will be shown an input where to change the password. The site will not assign a new password to that user and the previous password will work until it has been reset.</info>','<title>Shorter Password Reset Routine</title><info>If this is enabled when a user clicks on Forgot your password he will receive an email with a link, when clicking on the link he will be shown an input where to change the password. The site will not assign a new password to that user and the previous password will work until it has been reset.</info>',1332231623),(2834,'en','user','phpfox','3.1.0rc1','request_expired_please_try_again','Request expired. Please try again.','Request expired. Please try again.',1332235241),(2835,'en','user','phpfox','3.1.0rc1','menu_user_members_532c28d5412dd75bf975fb951c740a30','Members','Members',1332258017),(2836,'en','user','phpfox','3.1.0','to','to','to',1332764521),(2837,'en','user','phpfox','3.1.0','with','with','with',1332765004),(2838,'en','user','phpfox','3.2.0beta1','set_as_cover_photo','Set as Cover Photo','Set as Cover Photo',1334069903),(2839,'en','user','phpfox','3.2.0beta1','set_this_photo_as_your_profile_cover_photo','Set this photo as your profile cover photo.','Set this photo as your profile cover photo.',1334069940),(2840,'en','user','phpfox','3.2.0beta1','add_a_cover','Add a Cover','Add a Cover',1334155780),(2841,'en','user','phpfox','3.2.0beta1','change_cover','Change Cover','Change Cover',1334155789),(2842,'en','user','phpfox','3.2.0beta1','choose_from_photos','Choose From Photos','Choose From Photos',1334155795),(2843,'en','user','phpfox','3.2.0beta1','upload_photo','Upload Photo','Upload Photo',1334155802),(2844,'en','user','phpfox','3.2.0beta1','reposition','Reposition','Reposition',1334155808),(2845,'en','user','phpfox','3.2.0beta1','remove','Remove','Remove',1334155814),(2846,'en','user','phpfox','3.2.0beta1','drag_to_reposition_cover','Drag to Reposition Cover','Drag to Reposition Cover',1334155838),(2847,'en','user','phpfox','3.2.0beta1','cancel_cover_photo','Cancel','Cancel',1334155858),(2848,'en','user','phpfox','3.2.0beta1','select_a_photo','Select a Photo','Select a Photo',1334155876),(2849,'en','user','phpfox','3.2.0beta1','upload','Upload','Upload',1334155888),(2850,'en','user','phpfox','3.2.0beta1','status_updates','Status Updates','Status Updates',1334579416),(2851,'en','user','phpfox','3.2.0beta1','who_can_tag_me_in_written_contexts','Who can tag me in written contexts?','Who can tag me in written contexts?',1334583235),(2852,'en','user','phpfox','3.3.0beta1','setting_maximum_length_for_full_name','<title>Maximum Length for Full Name</title><info>Maximum length for full name</info>','<title>Maximum Length for Full Name</title><info>Maximum length for full name</info>',1338899710),(2853,'en','user','phpfox','3.3.0beta1','please_shorten_full_name','Please shorten your full name to a maximum of {iMax} characters.','Please shorten your full name to a maximum of {iMax} characters.',1338900126),(2854,'en','user','phpfox','3.3.0beta1','please_shorten_display_name','Please shorten your display name to a maximum of {iMax} characters.','Please shorten your display name to a maximum of {iMax} characters.',1338900157),(2855,'en','user','phpfox','3.3.0beta1','timeline','Timeline','Timeline',1339425152),(2856,'en','user','phpfox','3.3.0rc1','administrator','Administrator','Administrator',1341914231),(2857,'en','user','phpfox','3.3.0rc1','registered_user','Registered User','Registered User',1341914250),(2858,'en','user','phpfox','3.3.0rc1','guest','Guest','Guest',1341914265),(2859,'en','user','phpfox','3.3.0rc1','staff','Staff','Staff',1341914276),(2860,'en','user','phpfox','3.3.0rc1','banned','Banned','Banned',1341914289),(2861,'en','user','phpfox','3.3.0rc1','user_banned','Banned','Banned',1342606816),(2862,'en','user','phpfox','3.3.0','time_minutes','{time} minutes','{time} minutes',1343729369),(2863,'en','user','phpfox','3.3.0','time_hour','{time} hour','{time} hour',1343729770),(2864,'en','user','phpfox','3.3.0','time_hours','{time} hours','{time} hours',1343729854),(2865,'en','user','phpfox','3.3.0','time_days','{time} days','{time} days',1343729890),(2866,'en','user','phpfox','3.4.0beta1','setting_split_full_name','<title>User split full name</title><info>Split user's full name into last name and first name</info>','<title>User split full name</title><info>Split user's full name into last name and first name</info>',1346150751),(2867,'en','user','phpfox','3.4.0beta1','email_s_do_not_match','Email's do not match.','Email's do not match.',1344506758),(2868,'en','user','phpfox','3.4.0beta1','please_reenter_your_email_again_below','Please reenter your email again below.','Please reenter your email again below.',1344506853),(2869,'en','user','phpfox','3.4.0beta1','landing_page','Landing Page','Landing Page',1344594677),(2870,'en','user','phpfox','3.4.0beta1','wall','Wall','Wall',1344594702),(2871,'en','user','phpfox','3.4.0beta1','profile_info','Profile Info','Profile Info',1344594709),(2872,'en','user','phpfox','3.4.0beta1','please_fill_in_both_your_first_and_last_name','Please fill in both your first and last name.','Please fill in both your first and last name.',1344843606),(2873,'en','user','phpfox','3.4.0beta1','setting_points_conversion_rate','<title>Activity Points Conversion Rate</title><info>Define how much an activity point is worth for each available currency.</info>','<title>Activity Points Conversion Rate</title><info>Define how much an activity point is worth for each available currency.</info>',1347184539),(2874,'en','user','phpfox','3.4.0beta1','setting_can_purchase_with_points','<title>Purchasing with Activity Points</title><info>Enable this option if you would like to allow users to be able to purchase items using their activity points.</info>','<title>Purchasing with Activity Points</title><info>Enable this option if you would like to allow users to be able to purchase items using their activity points.</info>',1347184559),(2875,'en','user','phpfox','3.4.0beta1','setting_reenter_email_on_signup','<title>Force Users to Reenter Email</title><info>Enable this option to add a new input field where users would have to reenter their email during the registration process to assure they are entering the correct email.</info>','<title>Force Users to Reenter Email</title><info>Enable this option to add a new input field where users would have to reenter their email during the registration process to assure they are entering the correct email.</info>',1347184582),(2876,'en','user','phpfox','3.4.0beta1','you_can_purchase_this_with_your_activity_points','You can purchase this with your activity points.','You can purchase this with your activity points.',1347185085),(2877,'en','user','phpfox','3.4.0beta1','purchase_points_info','You have {yourpoints} activity point(s). This will cost {yourcost} activity point(s).','You have {yourpoints} activity point(s). This will cost {yourcost} activity point(s).',1347193409),(2878,'en','user','phpfox','3.4.0beta1','not_enough_points','You do not have enough points to purchase this item. You have a total of {total} activity point(s).','You do not have enough points to purchase this item. You have a total of {total} activity point(s).',1347193470),(2879,'en','user','phpfox','3.4.0beta1','thank_you_for_your_purchase','Thank you for your purchase.','Thank you for your purchase.',1347864904),(2880,'en','user','phpfox','3.4.0beta1','how_many_points_would_you_like_to_purchase','How many points would you like to purchase?','How many points would you like to purchase?',1347864947),(2881,'en','user','phpfox','3.4.0beta1','setting_can_purchase_activity_points','<title>Purchase Activity Points</title><info>If enabled, users will be allowed to purchase activity points.</info>','<title>Purchase Activity Points</title><info>If enabled, users will be allowed to purchase activity points.</info>',1347865412),(2882,'en','user','phpfox','3.4.0beta1','purchase_points','Purchase Points','Purchase Points',1347865587),(2883,'en','user','phpfox','3.4.0beta1','birth_date','Birth Date','Birth Date',1347948660),(2884,'en','user','phpfox','3.4.0beta1','unable_to_share_this_post_due_to_privacy_settings','Unable to share this post due to privacy settings.','Unable to share this post due to privacy settings.',1347968376),(2885,'en','user','phpfox','3.4.0beta2','uploading_image','Uploading image...','Uploading image...',1348124572),(2886,'en','user','phpfox','3.4.0beta2','setting_prevent_profile_photo_cache','<title>Profile Photo Cache Prevention</title><info>Enable this option to force a users own profile photo from being cached. This will always assure the user will see the latest profile photo they uploaded.</info>','<title>Profile Photo Cache Prevention</title><info>Enable this option to force a users own profile photo from being cached. This will always assure the user will see the latest profile photo they uploaded.</info>',1348466690),(2887,'en','user','phpfox','3.4.0beta2','show_users_who_have_not_logged_in_for','Show users who have not logged in for','Show users who have not logged in for',1349077447),(2888,'en','user','phpfox','3.4.0beta2','days','days','days',1349077455),(2889,'en','user','phpfox','3.4.0beta2','send_mails_in_batches_of','Send mails in batches of','Send mails in batches of',1349077461),(2890,'en','user','phpfox','3.4.0beta2','enter_0_for_all_at_once','Enter 0 for \"all at once\"','Enter 0 for \"all at once\"',1349077468),(2891,'en','user','phpfox','3.4.0beta2','this_feature_uses_the_language','This feature uses the language phrase \"user.mail_inactive_users\" to send an email.','This feature uses the language phrase \"user.mail_inactive_users\" to send an email.',1349077479),(2892,'en','user','phpfox','3.4.0beta2','get_members_count','Get Members Count','Get Members Count',1349077486),(2893,'en','user','phpfox','3.4.0beta2','process_mailing_job','Process Mailing Job','Process Mailing Job',1349077491),(2894,'en','user','phpfox','3.4.0beta2','stop_mailing_job','Stop Mailing Job','Stop Mailing Job',1349077496),(2895,'en','user','phpfox','3.4.0rc1','user_setting_can_purchase_with_points','Can purchase with activity points?','Can purchase with activity points?',1349939638),(2896,'en','user','phpfox','3.4.0','purchase_activity_points','Purchase Activity Points','Purchase Activity Points',1350916832),(2897,'en','user','phpfox','3.4.0','first_name','First Name','First Name',1351663285),(2898,'en','user','phpfox','3.4.0','last_name','Last Name','Last Name',1351663293),(2899,'en','user','phpfox','3.5.0beta1','user_setting_hide_from_browse','If enabled, members of this user group will be able hide themselves from the Browse section when they enable \"Invisible Mode\" from Profile -> Privacy Settings','If enabled, members of this user group will be able hide themselves from the Browse section when they enable \"Invisible Mode\" from Profile -> Privacy Settings',1352114001),(2900,'en','user','phpfox','3.5.0beta1','anti_spam_security_questions','Anti-Spam Security Questions','Anti-Spam Security Questions',1352733835),(2901,'en','user','phpfox','3.5.0beta1','admin_menu_phrase_var_user_anti_spam_security_questions','Anti Spam Question','Anti Spam Question',1352734459),(2902,'en','user','phpfox','3.5.0beta1','setting_require_all_spam_questions_on_signup','<title>Spam Check Requires All Questions</title><info>If set to true visitors will have to answer all of the spam questions available before creating their account. \r\nIf this setting is set to false visitors will have to answer only one question, chosen randomly by the site.</info>','<title>Spam Check Requires All Questions</title><info>If set to true visitors will have to answer all of the spam questions available before creating their account. \r\nIf this setting is set to false visitors will have to answer only one question, chosen randomly by the site.</info>',1352881154),(2903,'en','user','phpfox','3.5.0beta1','user_setting_can_search_by_zip','Should members of this user group search other users in the site by Zip code?.\r\n(This setting does not affect the AdminCP)','Should members of this user group search other users in the site by Zip code?.\r\n(This setting does not affect the AdminCP)',1352991266),(2904,'en','user','phpfox','3.5.0beta1','question_deleted_succesfully','Question deleted successfully','Question deleted successfully',1355317204),(2905,'en','user','phpfox','3.5.0beta2','please_enter_your_date_of_birth','Please enter your date of birth.','Please enter your date of birth.',1359455412),(2906,'en','user','phpfox','3.5.0','if_your_site_uses_multiple_languages','If your site uses multiple languages you can <a href=\"{sSiteUsePhrase}\">create a language phrase here</a>, and use it when adding the question or answers.','If your site uses multiple languages you can <a href=\"{sSiteUsePhrase}\">create a language phrase here</a>, and use it when adding the question or answers.',1361781687),(2907,'en','user','phpfox','3.5.0','add_new_question','Add New Question','Add New Question',1361782322),(2908,'en','user','phpfox','3.5.0','you_can_add_an_image_if_you_like','You can add an image if you like','You can add an image if you like',1361782332),(2909,'en','user','phpfox','3.5.0','delete_image','Delete Image','Delete Image',1361782362),(2910,'en','user','phpfox','3.5.0','you_can_add_your_question_here','You can add your question here','You can add your question here',1361782431),(2911,'en','user','phpfox','3.5.0','you_can_enter_the_html_code_for_a_language_phrase_for_example','You can enter the HTML code for a language phrase, for example','You can enter the HTML code for a language phrase, for example',1361782453),(2912,'en','user','phpfox','3.5.0','now_add_at_least_one_valid_answer','Now add at least one valid answer','Now add at least one valid answer',1361782460),(2913,'en','user','phpfox','3.5.0','add_more_answers','Add more answers','Add more answers',1361782471),(2914,'en','user','phpfox','3.5.0','you_can_use_html_code_for_language_phrases_for_example','You can use HTML code for language phrases, for example','You can use HTML code for language phrases, for example',1361782487),(2915,'en','user','phpfox','3.5.0','add_question','Add Question','Add Question',1361782497),(2916,'en','user','phpfox','3.5.0','current_questions','Current Questions','Current Questions',1361782503),(2917,'en','user','phpfox','3.5.0','image','Image','Image',1361782510),(2918,'en','user','phpfox','3.5.0','question','Question','Question',1361782515),(2919,'en','user','phpfox','3.5.0','answers','Answers','Answers',1361782522),(2920,'en','user','phpfox','3.5.1','that_question_does_not_exist_all_hack_attempts_are_forbidden_and_logged','That question does not exist. All hack attempts are forbidden and logged.','That question does not exist. All hack attempts are forbidden and logged.',1366790871),(2921,'en','user','phpfox','3.5.1','captcha_failed','CAPTCHA failed','CAPTCHA failed',1366790891),(2922,'en','user','phpfox','3.5.1','edit_question','Edit Question','Edit Question',1366802158),(2923,'en','user','phpfox','3.6.0rc1','setting_cache_featured_users','<title>Featured Users</title><info>This caches the list of featured users.</info>','<title>Featured Users</title><info>This caches the list of featured users.</info>',1371724982),(2924,'en','user','phpfox','3.6.0rc1','setting_cache_user_inner_joins','<title>Cache Users SQL INNER JOINS</title><info>Cache users INNER JOINS to stop querying the database for user details.</info>','<title>Cache Users SQL INNER JOINS</title><info>Cache users INNER JOINS to stop querying the database for user details.</info>',1371726974),(2925,'en','user','phpfox','3.6.0rc1','setting_cache_recent_logged_in','<title>Cache Recent Logins</title><info>Cache the users that have recently logged in. Setting is in minutes.</info>','<title>Cache Recent Logins</title><info>Cache the users that have recently logged in. Setting is in minutes.</info>',1371731813),(2926,'en','user','phpfox','3.6.0rc1','setting_disable_store_last_user','<title>Disable Last Time Stamp for Users</title><info>If enabled we don't store the last time a user visits the site.</info>','<title>Disable Last Time Stamp for Users</title><info>If enabled we don't store the last time a user visits the site.</info>',1371732187),(2927,'en','user','phpfox','3.7.0beta2','view_more_search_options','View More Search Options','View More Search Options',1376308100),(2928,'en','ad','phpfox','2.0.0beta3','admin_menu_create_new_campaign','Create New Campaign','Create New Campaign',1243091789),(2929,'en','ad','phpfox','2.0.0beta3','admin_menu_manage_campaigns','Manage Campaigns','Manage Campaigns',1243091789),(2930,'en','ad','phpfox','2.0.0beta3','module_ad','Ad Management','Ad Management',1243091789),(2931,'en','ad','phpfox','2.0.0beta3','setting_ad_cache_limit','<title>Ad Cache Limit (Minutes)</title><info>Define in minutes how long we should cache ads.</info>','<title>Ad Cache Limit (Minutes)</title><info>Define in minutes how long we should cache ads.</info>',1243185354),(2932,'en','ad','phpfox','2.0.0beta3','setting_ad_ajax_refresh','<title>Refresh Ads (AJAX)</title><info>Enable this feature to refresh ads via AJAX.</info>','<title>Refresh Ads (AJAX)</title><info>Enable this feature to refresh ads via AJAX.</info>',1243185608),(2933,'en','ad','phpfox','2.0.0beta3','setting_ad_ajax_refresh_time','<title>Ad Refresh Time (Minutes)</title><info>Define how many minutes to way before the ads refresh.</info>','<title>Ad Refresh Time (Minutes)</title><info>Define how many minutes to way before the ads refresh.</info>',1243185732),(2934,'en','ad','phpfox','2.0.0beta3','setting_enable_ads','<title>Enable Ads</title><info>Set to <b>True</b> in order to enable ads.</info>','<title>Enable Ads</title><info>Set to <b>True</b> in order to enable ads.</info>',1243241593),(2935,'en','ad','phpfox','30','user_setting_show_ads','Should ads be shown to members of this user group?','Should ads be shown to members of this user group?',1247583832),(2936,'en','ad','phpfox','2.0.0rc2','select_a_banner_type','Select a banner type.','Select a banner type.',1252753837),(2937,'en','ad','phpfox','2.0.0rc2','provide_a_name_for_this_campaign','Provide a name for this campaign.','Provide a name for this campaign.',1252753852),(2938,'en','ad','phpfox','2.0.0rc2','provide_a_link_for_your_banner','Provide a link for your banner.','Provide a link for your banner.',1252753867),(2939,'en','ad','phpfox','2.0.0rc2','provide_html_for_your_banner','Provide HTML for your banner.','Provide HTML for your banner.',1252753880),(2940,'en','ad','phpfox','2.0.0rc2','ad_successfully_updated','Ad successfully updated.','Ad successfully updated.',1252753898),(2941,'en','ad','phpfox','2.0.0rc2','ad_successfully_added','Ad successfully added.','Ad successfully added.',1252753912),(2942,'en','ad','phpfox','2.0.0rc2','create_new_campaign','Create New Campaign','Create New Campaign',1252753952),(2943,'en','ad','phpfox','2.0.0rc2','ad_successfully_deleted','Ad successfully deleted.','Ad successfully deleted.',1252753984),(2944,'en','ad','phpfox','2.0.0rc2','ad_s_successfully_updated','Ad(s) successfully updated.','Ad(s) successfully updated.',1252753996),(2945,'en','ad','phpfox','2.0.0rc2','manage_ad_campaigns','Manage Ad Campaigns','Manage Ad Campaigns',1252754009),(2946,'en','ad','phpfox','2.0.0rc2','live','Live','Live',1252754044),(2947,'en','ad','phpfox','2.0.0rc2','inactive','Inactive','Inactive',1252754056),(2948,'en','ad','phpfox','2.0.0rc2','pending','Pending','Pending',1252754087),(2949,'en','ad','phpfox','2.0.0rc2','the_ad_you_are_looking_for_does_not_exist','The ad you are looking for does not exist.','The ad you are looking for does not exist.',1252754114),(2950,'en','ad','phpfox','2.0.0rc2','unable_to_find_this_ad','Unable to find this ad.','Unable to find this ad.',1252754128),(2951,'en','ad','phpfox','2.0.0rc2','unable_to_find_the_ad_you_want_to_delete','Unable to find the ad you want to delete.','Unable to find the ad you want to delete.',1252754169),(2952,'en','ad','phpfox','2.0.0rc2','media','Media','Media',1252754277),(2953,'en','ad','phpfox','2.0.0rc2','banner_type','Banner Type','Banner Type',1252754868),(2954,'en','ad','phpfox','2.0.0rc2','image','Image','Image',1252755783),(2955,'en','ad','phpfox','2.0.0rc2','html','HTML','HTML',1252755791),(2956,'en','ad','phpfox','2.0.0rc2','banner_image','Banner Image','Banner Image',1252755809),(2957,'en','ad','phpfox','2.0.0rc2','click_here_to_change_this_banner_image','Click <a href=\"#\" onclick=\"$(\'#js_ad_upload_banner\').show(); $(\'#js_ad_banner\').hide(); return false;\">here</a> to change this banner image.','Click <a href=\"#\" onclick=\"$(\'#js_ad_upload_banner\').show(); $(\'#js_ad_banner\').hide(); return false;\">here</a> to change this banner image.',1252755843),(2958,'en','ad','phpfox','2.0.0rc2','you_can_upload_a_jpg_gif_or_png_file','You can upload a JPG, GIF or PNG file.','You can upload a JPG, GIF or PNG file.',1252755856),(2959,'en','ad','phpfox','2.0.0rc2','cancel','cancel','cancel',1252755868),(2960,'en','ad','phpfox','2.0.0rc2','banner_link','Banner Link','Banner Link',1252755962),(2961,'en','ad','phpfox','2.0.0rc2','campaign_details','Campaign Details','Campaign Details',1252755974),(2962,'en','ad','phpfox','2.0.0rc2','campaign_name','Campaign Name','Campaign Name',1252755984),(2963,'en','ad','phpfox','2.0.0rc2','start_date','Start Date','Start Date',1252755996),(2964,'en','ad','phpfox','2.0.0rc2','end_date','End Date','End Date',1252756009),(2965,'en','ad','phpfox','2.0.0rc2','do_not_end_this_campaign','Do not end this campaign.','Do not end this campaign.',1252756023),(2966,'en','ad','phpfox','2.0.0rc2','end_on_a_specific_date','End on a specific date.','End on a specific date.',1252756033),(2967,'en','ad','phpfox','2.0.0rc2','total_views','Total Views','Total Views',1252756046),(2968,'en','ad','phpfox','2.0.0rc2','unlimited','Unlimited','Unlimited',1252756064),(2969,'en','ad','phpfox','2.0.0rc2','total_clicks','Total Clicks','Total Clicks',1252756100),(2970,'en','ad','phpfox','2.0.0rc2','active','Active','Active',1252756118),(2971,'en','ad','phpfox','2.0.0rc2','placement','Placement','Placement',1252756132),(2972,'en','ad','phpfox','2.0.0rc2','block_placement','Block Placement','Block Placement',1252756143),(2973,'en','ad','phpfox','2.0.0rc2','view_site_layout','View Site Layout','View Site Layout',1252756155),(2974,'en','ad','phpfox','2.0.0rc2','notice_the_ad_sizes_provided_is_a_recommendation','Notice: The ad sizes provided is a recommendation.','Notice: The ad sizes provided is a recommendation.',1252756164),(2975,'en','ad','phpfox','2.0.0rc2','audience','Audience','Audience',1252756171),(2976,'en','ad','phpfox','2.0.0rc2','user_groups','User Groups','User Groups',1252756180),(2977,'en','ad','phpfox','2.0.0rc2','all_user_groups','All User Groups','All User Groups',1252756189),(2978,'en','ad','phpfox','2.0.0rc2','selected_user_groups','Selected User Groups','Selected User Groups',1252756197),(2979,'en','ad','phpfox','2.0.0rc2','location','Location','Location',1252756209),(2980,'en','ad','phpfox','2.0.0rc2','gender','Gender','Gender',1252756218),(2981,'en','ad','phpfox','2.0.0rc2','age_group_between','Age Group Between','Age Group Between',1252756226),(2982,'en','ad','phpfox','2.0.0rc2','any','Any','Any',1252756234),(2983,'en','ad','phpfox','2.0.0rc2','min_age_cannot_be_higher_than_max_age','Min age cannot be higher than max age.','Min age cannot be higher than max age.',1252756315),(2984,'en','ad','phpfox','2.0.0rc2','max_age_cannot_be_lower_than_the_min_age','Max age cannot be lower than the Min age.','Max age cannot be lower than the Min age.',1252756568),(2985,'en','ad','phpfox','2.0.0rc2','ads','Ads','Ads',1252756602),(2986,'en','ad','phpfox','2.0.0rc2','id','ID','ID',1252756610),(2987,'en','ad','phpfox','2.0.0rc2','name','Name','Name',1252756618),(2988,'en','ad','phpfox','2.0.0rc2','status','Status','Status',1252756626),(2989,'en','ad','phpfox','2.0.0rc2','views','Views','Views',1252756642),(2990,'en','ad','phpfox','2.0.0rc2','clicks','Clicks','Clicks',1252756682),(2991,'en','ad','phpfox','2.0.0rc2','edit','Edit','Edit',1252756691),(2992,'en','ad','phpfox','2.0.0rc2','delete','Delete','Delete',1252756699),(2993,'en','ad','phpfox','2.0.0rc2','no_ads_have_been_created','No ads have been created.','No ads have been created.',1252756733),(2994,'en','ad','phpfox','2.0.0rc2','add_a_new_add','Add a New Ad','Add a New Ad',1252756768),(2995,'en','ad','phpfox','2.0.0rc2','cache_manager','Cache Manager','Cache Manager',1252757546),(2996,'en','ad','phpfox','2.0.0rc2','note_the_time_is_set_to_your_registered_time_zone','Note the time is set to your registered time zone.','Note the time is set to your registered time zone.',1253448407),(2997,'en','ad','phpfox','2.0.5','advertise','Advertise','Advertise',1269358548),(2998,'en','ad','phpfox','2.0.5','creating_an_ad','Creating an Ad','Creating an Ad',1269358674),(2999,'en','ad','phpfox','2.0.5','there_are_pending_ads_that_require_your_attention_view_all_pending_ads_a_href_link_here_a','There are pending ads that require your attention. View all pending ads <a href=\"{link}\">here</a>.','There are pending ads that require your attention. View all pending ads <a href=\"{link}\">here</a>.',1270622615),(3000,'en','ad','phpfox','2.0.5','approve','Approve','Approve',1270625082),(3001,'en','ad','phpfox','2.0.5','deny','Deny','Deny',1270625107),(3002,'en','ad','phpfox','2.0.5','view_edit','View/Edit','View/Edit',1270625193),(3003,'en','ad','phpfox','2.0.5','preview_this_ad','Preview This Ad','Preview This Ad',1270629557),(3004,'en','ad','phpfox','2.0.5','no_search_results_were_found','No search results were found.','No search results were found.',1270632300),(3005,'en','ad','phpfox','2.0.5','pending_approval','Pending Approval','Pending Approval',1270634365),(3006,'en','ad','phpfox','2.0.5','denied','Denied','Denied',1270638343),(3007,'en','ad','phpfox','2.0.5','ad_filter','Ad Filter','Ad Filter',1270638612),(3008,'en','ad','phpfox','2.0.5','type','Type','Type',1270638651),(3009,'en','ad','phpfox','2.0.5','display','Display','Display',1270638660),(3010,'en','ad','phpfox','2.0.5','sort_by','Sort By','Sort By',1270638669),(3011,'en','ad','phpfox','2.0.5','ad_successfully_approved','Ad successfully approved.','Ad successfully approved.',1270639259),(3012,'en','ad','phpfox','2.0.5','ad_successfully_denied','Ad successfully denied.','Ad successfully denied.',1270639290),(3013,'en','ad','phpfox','2.0.5','manage','Manage','Manage',1270641630),(3014,'en','ad','phpfox','2.0.5','n_a','N/A','N/A',1270641646),(3015,'en','ad','phpfox','2.0.5','recently_added','Recently Added','Recently Added',1270642427),(3016,'en','ad','phpfox','2.0.5','pending_payment','Pending Payment','Pending Payment',1270642444),(3017,'en','ad','phpfox','2.0.5','unable_to_edit_purchase_this_ad','Unable to edit/purchase this ad.','Unable to edit/purchase this ad.',1270642518),(3018,'en','ad','phpfox','2.0.5','not_a_valid_ad_plan','Not a valid ad plan.','Not a valid ad plan.',1270642532),(3019,'en','ad','phpfox','2.0.5','your_ad_has_successfully_been_submitted_to_complete_the_process_continue_with_paying_below','Your ad has successfully been submitted. To complete the process continue with paying below.','Your ad has successfully been submitted. To complete the process continue with paying below.',1270646738),(3020,'en','ad','phpfox','2.0.5','payment_methods','Payment Methods','Payment Methods',1270646751),(3021,'en','ad','phpfox','2.0.5','image_placement','[Image Placement]','[Image Placement]',1270646772),(3022,'en','ad','phpfox','2.0.5','example_ad','Example Ad','Example Ad',1270646787),(3023,'en','ad','phpfox','2.0.5','this_is_a_sample_ad','This is a sample ad.','This is a sample ad.',1270646804),(3024,'en','ad','phpfox','2.0.5','1_ad_design','1. Ad Design','1. Ad Design',1270646819),(3025,'en','ad','phpfox','2.0.5','create_an_ad','Create an Ad','Create an Ad',1270646829),(3026,'en','ad','phpfox','2.0.5','upload_an_ad','Upload an Ad','Upload an Ad',1270646837),(3027,'en','ad','phpfox','2.0.5','ad_placement','Ad Placement','Ad Placement',1270646848),(3028,'en','ad','phpfox','2.0.5','change','Change','Change',1270646872),(3029,'en','ad','phpfox','2.0.5','select_a_position','Select a Position','Select a Position',1270646879),(3030,'en','ad','phpfox','2.0.5','background_color','Background Color','Background Color',1270647281),(3031,'en','ad','phpfox','2.0.5','select','Select','Select',1270647289),(3032,'en','ad','phpfox','2.0.5','border_color','Border Color','Border Color',1270647301),(3033,'en','ad','phpfox','2.0.5','text_color','Text Color','Text Color',1270647308),(3034,'en','ad','phpfox','2.0.5','title','Title','Title',1270647319),(3035,'en','ad','phpfox','2.0.5','25_character_limit','25 character limit.','25 character limit.',1270647330),(3036,'en','ad','phpfox','2.0.5','135_character_limit','135 character limit.','135 character limit.',1270647339),(3037,'en','ad','phpfox','2.0.5','body_text','Body Text','Body Text',1270647346),(3038,'en','ad','phpfox','2.0.5','image_optional','Image (optional)','Image (optional)',1270647361),(3039,'en','ad','phpfox','2.0.5','change_image','Change Image','Change Image',1270647371),(3040,'en','ad','phpfox','2.0.5','we_only_accept_the_following_extensions_gif_jpg_and_png','We only accept the following extensions: GIF, JPG and PNG','We only accept the following extensions: GIF, JPG and PNG',1270647382),(3041,'en','ad','phpfox','2.0.5','supported_extensions_gif_jpg_and_png','Supported extensions: GIF, JPG and PNG','Supported extensions: GIF, JPG and PNG',1270647390),(3042,'en','ad','phpfox','2.0.5','destination_url','Destination URL','Destination URL',1270647421),(3043,'en','ad','phpfox','2.0.5','example_http_www_yourwebsite_com','Example: http://www.yourwebsite.com/','Example: http://www.yourwebsite.com/',1270647431),(3044,'en','ad','phpfox','2.0.5','2_targeting','2. Targeting','2. Targeting',1270647443),(3045,'en','ad','phpfox','2.0.5','continue','Continue','Continue',1270647453),(3046,'en','ad','phpfox','2.0.5','3_campaigns_and_pricing','3. Campaigns and Pricing','3. Campaigns and Pricing',1270647483),(3047,'en','ad','phpfox','2.0.5','impressions','Impressions','Impressions',1270647502),(3048,'en','ad','phpfox','2.0.5','recalculate_costs','Recalculate Costs','Recalculate Costs',1270647518),(3049,'en','ad','phpfox','2.0.5','submit','Submit','Submit',1270647538),(3050,'en','ad','phpfox','2.0.5','select_an_ad_placement','Select an ad placement.','Select an ad placement.',1270647720),(3051,'en','ad','phpfox','2.0.5','ad_management','Ad Management','Ad Management',1270726614),(3052,'en','ad','phpfox','2.0.5','management','Management','Management',1270726624),(3053,'en','ad','phpfox','2.0.5','approved','Approved','Approved',1270727477),(3054,'en','ad','phpfox','2.0.5','campaign','Campaign','Campaign',1270727516),(3055,'en','ad','phpfox','2.0.5','continue_this_campaign','Continue this campaign','Continue this campaign',1270727549),(3056,'en','ad','phpfox','2.0.5','pause_this_campaign','Pause this campaign','Pause this campaign',1270727556),(3057,'en','ad','phpfox','2.0.5','no_ads_found','No ads found.','No ads found.',1270727566),(3058,'en','ad','phpfox','2.0.5','updating_an_ad','Updating an Ad','Updating an Ad',1270728858),(3059,'en','ad','phpfox','2.0.5','the_file_dimensions_are_too_big','The file dimensions are too big.','The file dimensions are too big.',1270730916),(3060,'en','ad','phpfox','2.0.5','provide_a_campaign_name','Provide a campaign name.','Provide a campaign name.',1270731048),(3061,'en','ad','phpfox','2.0.5','admin_menu_manage_placements','Manage Placements','Manage Placements',1270807089),(3062,'en','ad','phpfox','2.0.5','admin_menu_ad_placement','Ad Placement','Ad Placement',1270807089),(3063,'en','ad','phpfox','2.0.5','ad_placement_successfully_deleted','Ad placement successfully deleted.','Ad placement successfully deleted.',1271066010),(3064,'en','ad','phpfox','2.0.5','manage_ad_placements','Manage Ad Placements','Manage Ad Placements',1271066020),(3065,'en','ad','phpfox','2.0.5','ad_placements','Ad Placements','Ad Placements',1271066046),(3066,'en','ad','phpfox','2.0.5','campaigns','Campaigns','Campaigns',1271066068),(3067,'en','ad','phpfox','2.0.5','ad_placement_successfully_updated','Ad placement successfully updated.','Ad placement successfully updated.',1271066099),(3068,'en','ad','phpfox','2.0.5','ad_placement_successfully_added','Ad placement successfully added.','Ad placement successfully added.',1271066107),(3069,'en','ad','phpfox','2.0.5','add_ad_placement','Add Ad Placement','Add Ad Placement',1271066118),(3070,'en','ad','phpfox','2.0.5','manage_placements','Manage Placements','Manage Placements',1271066132),(3071,'en','ad','phpfox','2.0.5','ad_placement_details','Ad Placement Details','Ad Placement Details',1271066207),(3072,'en','ad','phpfox','2.0.5','price','Price','Price',1271066229),(3073,'en','ad','phpfox','2.0.5','is_active','Is Active','Is Active',1271066237),(3074,'en','ad','phpfox','2.0.5','yes','Yes','Yes',1271066249),(3075,'en','ad','phpfox','2.0.5','no','No','No',1271066255),(3076,'en','ad','phpfox','2.0.5','provide_a_title','Provide a title','Provide a title',1271070431),(3077,'en','ad','phpfox','2.0.5','select_a_placement','Select a placement.','Select a placement.',1271070598),(3078,'en','ad','phpfox','2.0.5','provide_a_cost','Provide a cost.','Provide a cost.',1271070607),(3079,'en','ad','phpfox','2.0.5','select_if_this_ad_placement_is_active_or_not','Select if this ad placement is active or not.','Select if this ad placement is active or not.',1271070619),(3080,'en','ad','phpfox','2.0.5','ad_invoices','Ad Invoices','Ad Invoices',1271141914),(3081,'en','ad','phpfox','2.0.5','invoices','Invoices','Invoices',1271141922),(3082,'en','ad','phpfox','2.0.5','paid','Paid','Paid',1271141986),(3083,'en','ad','phpfox','2.0.5','cancelled','Cancelled','Cancelled',1271141993),(3084,'en','ad','phpfox','2.0.5','date','Date','Date',1271142436),(3085,'en','ad','phpfox','2.0.5','pay_now','Pay Now','Pay Now',1271142446),(3086,'en','ad','phpfox','2.0.5','you_do_not_have_any_invoices','You do not have any invoices.','You do not have any invoices.',1271142492),(3087,'en','ad','phpfox','2.0.5','admin_menu_invoices','Invoices','Invoices',1271157077),(3088,'en','ad','phpfox','2.0.5','there_are_no_invoices','There are no invoices.','There are no invoices.',1271158304),(3089,'en','ad','phpfox','2.0.5','invoice_filter','Invoice Filter','Invoice Filter',1271158419),(3090,'en','ad','phpfox','2.0.5','menu_ad_create_an_ad_523af537946b79c4f8369ed39ba78605','Create an Ad','Create an Ad',1271158736),(3091,'en','ad','phpfox','2.0.5','reach_your_exact_audience_and_connect_real_customers_to_your_business','Reach your exact audience and connect real customers to your business.','Reach your exact audience and connect real customers to your business.',1271159708),(3092,'en','ad','phpfox','2.0.5','create_your_ad','Create Your Ad','Create Your Ad',1271159717),(3093,'en','ad','phpfox','2.0.5','menu_ad_advertise_251d164643533a527361dbe1a7b9235d','Advertise','Advertise',1271159780),(3094,'en','ad','phpfox','2.0.5','click_on_the_ad_size_you_want_to_create_an_ad_for','Click on the ad size you want to create an ad for.','Click on the ad size you want to create an ad for.',1271160387),(3095,'en','ad','phpfox','2.0.5','block_location_cost_cpm_1_000_views','Block {location} - {cost} CPM (1,000 views)','Block {location} - {cost} CPM (1,000 views)',1271160406),(3096,'en','ad','phpfox','2.0.5','1_confirm_your_item','1. Confirm your Item','1. Confirm your Item',1271321429),(3097,'en','ad','phpfox','2.0.5','for_currency_total_cost','for {currency} {total_cost}','for {currency} {total_cost}',1271330091),(3098,'en','ad','phpfox','2.0.5','impressions_cant_be_less_than_a_thousand','Impressions cant be less than a thousand','Impressions cant be less than a thousand',1271330965),(3099,'en','ad','phpfox','2.0.5','sponsor_error_owner','This item can only be sponsored by its owner or a site administrator.','This item can only be sponsored by its owner or a site administrator.',1272015812),(3100,'en','ad','phpfox','2.0.5','default_campaign_name','Admin Created Campaign','Admin Created Campaign',1272449447),(3101,'en','ad','phpfox','2.0.5','manage_sponsor_campaigns','Manage Sponsor Campaigns','Manage Sponsor Campaigns',1272465557),(3102,'en','ad','phpfox','2.0.5','admin_menu_manage_sponsorships','Manage Sponsorships','Manage Sponsorships',1272549823),(3103,'en','ad','phpfox','2.0.5','the_currency_for_your_membership_has_no_price','The currency for your membership has no price','The currency for your membership has no price',1272971541),(3104,'en','ad','phpfox','2.0.5','the_default_currency_has_no_price','The default currency has no price','The default currency has no price',1272971574),(3105,'en','ad','phpfox','2.0.5','no_placements_found','No placements found.','No placements found.',1273003077),(3106,'en','ad','phpfox','2.0.5','add_a_placement','Add a Placement','Add a Placement',1273003196),(3107,'en','ad','phpfox','2.0.5','can_create_ad_campaigns','Can create ad campaigns?','Can create ad campaigns?',1273048621),(3108,'en','ad','phpfox','2.0.5','user_setting_can_create_ad_campaigns','Can create ad campaigns?','Can create ad campaigns?',1273048700),(3109,'en','ad','phpfox','2.0.5','there_is_minimum_of_1000_impressions','There is minimum of 1000 impressions.','There is minimum of 1000 impressions.',1271337234),(3110,'en','ad','phpfox','2.0.5','define_how_many_impressions_for_this_ad','Define how many impressions for this ad.','Define how many impressions for this ad.',1271337402),(3111,'en','ad','phpfox','2.0.5','provide_a_title_for_your_ad','Provide a title for your ad.','Provide a title for your ad.',1271403313),(3112,'en','ad','phpfox','2.0.5','provide_text_for_your_ad','Provide text for your ad.','Provide text for your ad.',1271403325),(3113,'en','ad','phpfox','2.0.5','provide_a_url_for_your_ad','Provide a URL for your ad.','Provide a URL for your ad.',1271403334),(3114,'en','ad','phpfox','2.0.5','select_an_image_for_your_ad','Select an image for your ad.','Select an image for your ad.',1271942180),(3115,'en','ad','phpfox','2.0.5','thank_you_for_your_purchase_your_ad_is_currently_pending_approval','Thank you for your purchase. Your ad is currently pending approval.','Thank you for your purchase. Your ad is currently pending approval.',1271942565),(3116,'en','ad','phpfox','2.0.5','no_ad_placements_have_been_created_check_back_here_shortly','No ad placements have been created. Check back here shortly.','No ad placements have been created. Check back here shortly.',1273050956),(3117,'en','ad','phpfox','2.0.5','ad_approved','Ad Approved','Ad Approved',1273065665),(3118,'en','ad','phpfox','2.0.5','your_ad_on_site_name_has_been_approved','Your ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>','Your ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>',1273066852),(3119,'en','ad','phpfox','2.0.5','ad_denied','Ad Denied','Ad Denied',1273067107),(3120,'en','ad','phpfox','2.0.5','your_ad_on_site_name_has_been_denied','Your ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>','Your ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>',1273067141),(3121,'en','ad','phpfox','2.0.5','sponsor_ad_approved','Sponsor Ad Approved','Sponsor Ad Approved',1273150101),(3122,'en','ad','phpfox','2.0.5','your_sponsor_ad_on_site_name_has_been_approved','Your sponsored ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>','Your sponsored ad on {site_name} has been approved:\r\n<a href=\"{link}\">{link}</a>',1273150164),(3123,'en','ad','phpfox','2.0.5','sponsor_ad_denied','Sponsor Ad Denied','Sponsor Ad Denied',1273150461),(3124,'en','ad','phpfox','2.0.5','your_sponsor_ad_on_site_name_has_been_denied','Your sponsored ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>','Your sponsored ad on {site_name} has been denied:\r\n<a href=\"{link}\">{link}</a>',1273150501),(3125,'en','ad','phpfox','2.0.5dev1','your_order_has_been_processed','Your order has been processed.','Your order has been processed.',1274289160),(3126,'en','ad','phpfox','2.0.6','and','and','and',1285598055),(3127,'en','ad','phpfox','2.0.7','total_ad_views','{total} views','{total} views',1288277434),(3128,'en','ad','phpfox','2.0.7','invoice_successfully_deleted','Invoice successfully deleted','Invoice successfully deleted',1288620889),(3129,'en','ad','phpfox','3.0.0beta5','enabled','Enabled','Enabled',1319184231),(3130,'en','ad','phpfox','3.0.0beta5','disabled','Disabled','Disabled',1319184236),(3131,'en','ad','phpfox','3.0.0rc2','blogs','Blogs','Blogs',1321448291),(3132,'en','ad','phpfox','3.0.0','manage_ads','Manage Ads','Manage Ads',1323261463),(3133,'en','ad','phpfox','3.0.0','manage_invoices','Manage Invoices','Manage Invoices',1323261476),(3134,'en','ad','phpfox','3.0.0','manage_sponsorships','Manage Sponsorships','Manage Sponsorships',1323261491),(3135,'en','ad','phpfox','3.0.0','choose_image','Choose image','Choose image',1323261560),(3136,'en','ad','phpfox','3.2.0beta1','setting_how_many_ads_per_location','<title>How Many Ads Per Location</title><info>This setting tells how many ads will be shown per location. \r\n\r\nIf you set this to a numerical zero (0) it will load every ad available for that location.\r\n\r\nThe default is 1</info> ','<title>How Many Ads Per Location</title><info>This setting tells how many ads will be shown per location. \r\n\r\nIf you set this to a numerical zero (0) it will load every ad available for that location.\r\n\r\nThe default is 1</info> ',1332855052),(3137,'en','ad','phpfox','3.2.0beta1','completed','Completed','Completed',1332928081),(3138,'en','ad','phpfox','3.2.0beta1','block_location_cost_ppc','Block {location} - {cost} per click','Block {location} - {cost} per click',1333024947),(3139,'en','ad','phpfox','3.2.0beta1','you_are_not_the_owner_of_this_ad','You are not the owner of this ad','You are not the owner of this ad',1333451181),(3140,'en','ad','phpfox','3.2.0beta1','this_ad_has_used_all_its_views','This ad has used all its views','This ad has used all its views',1333451198),(3141,'en','ad','phpfox','3.2.0beta1','this_ad_has_used_all_its_clicks','This ad has used all its clicks','This ad has used all its clicks',1333451211),(3142,'en','ad','phpfox','3.3.0beta2','sponsored','Sponsored','Sponsored',1340791705),(3143,'en','ad','phpfox','3.3.0rc1','amount_currency_per_1000_impressions','{amount} {currency} per 1000 impressions','{amount} {currency} per 1000 impressions',1341399162),(3144,'en','ad','phpfox','3.3.0rc1','amount_currency_per_click','{amount} {currency} per click','{amount} {currency} per click',1341399183),(3145,'en','ad','phpfox','3.4.0beta1','setting_advanced_ad_filters','<title>Enable Advanced Ad Filters</title><info>This setting enables the site to display ads based on the State/Province, Zip Code/Postal Code and City.</info>','<title>Enable Advanced Ad Filters</title><info>This setting enables the site to display ads based on the State/Province, Zip Code/Postal Code and City.</info>',1345630097),(3146,'en','ad','phpfox','3.4.0beta2','close','Close','Close',1348481525),(3147,'en','ad','phpfox','3.4.0beta2','your_ad_has_been_created','Your ad has been created.','Your ad has been created.',1348481535),(3148,'en','ad','phpfox','3.4.0rc1','module_placement','Module Placement','Module Placement',1349933038),(3149,'en','ad','phpfox','3.4.0rc1','disallow_controller','Disallow Controller','Disallow Controller',1349933216),(3150,'en','ad','phpfox','3.4.0rc1','separate_each_controller_with_a_comma_eg_blog_index_video_view','Separate each controller with a comma. (Eg. blog.index,video.view)','Separate each controller with a comma. (Eg. blog.index,video.view)',1349933223),(3151,'en','ad','phpfox','3.4.0','postal_code','Postal Code','Postal Code',1350910156),(3152,'en','ad','phpfox','3.4.0','separate_multiple_postal_codes_by_a_comma','Separate multiple postal codes by a comma.','Separate multiple postal codes by a comma.',1350910172),(3153,'en','ad','phpfox','3.4.0','city','City','City',1350910183),(3154,'en','ad','phpfox','3.4.0','separate_multiple_cities_by_a_comma','Separate multiple cities by a comma.','Separate multiple cities by a comma.',1350910195),(3155,'en','ad','phpfox','3.5.0beta2','this_item_has_successfully_been_submitted','This item has successfully been submitted. Before it can be displayed it will have to first be approved by a site Admin.','This item has successfully been submitted. Before it can be displayed it will have to first be approved by a site Admin.',1359358139),(3156,'en','ad','phpfox','3.5.1','dimensions','Dimensions','Dimensions',1366792170),(3157,'en','ad','phpfox','3.5.1','ad_dimensions_are_in_pixels','Ad dimensions are in pixels.','Ad dimensions are in pixels.',1366792177),(3158,'en','ad','phpfox','3.5.1','width','Width','Width',1366792186),(3159,'en','ad','phpfox','3.5.1','height','Height','Height',1366792192),(3160,'en','ad','phpfox','3.5.1','placement_type','Placement Type','Placement Type',1366792202),(3161,'en','ad','phpfox','3.5.1','cpm_cost_per_mille','CPM (Cost per mille)','CPM (Cost per mille)',1366792209),(3162,'en','ad','phpfox','3.5.1','ppc_pay_per_click','PPC (Pay per click)','PPC (Pay per click)',1366792217),(3163,'en','ad','phpfox','3.7.0beta1','setting_multi_ad','<title>Multi-Ad Location</title><info>Enabling this setting will show ads only in block #3 and change the visual aspect of the ads for a standard one</info>','<title>Multi-Ad Location</title><info>Enabling this setting will show ads only in block #3 and change the visual aspect of the ads for a standard one</info>',1374062738),(3164,'en','ad','phpfox','3.7.0beta1','setting_ad_multi_ad_count','<title>Ads in Multi-Ad Location</title><info>How many ads should be shown in the Multi-Ad Location?\r\n\r\nDefault is 5</info>','<title>Ads in Multi-Ad Location</title><info>How many ads should be shown in the Multi-Ad Location?\r\n\r\nDefault is 5</info>',1374149027),(3165,'en','ad','phpfox','3.7.0beta2','sponsorships','Sponsorships','Sponsorships',1376307785),(3166,'en','announcement','phpfox','2.0.0beta4','admin_menu_manage','Manage','Manage',1244631261),(3167,'en','announcement','phpfox','2.0.0beta4','admin_menu_add_new','Add New','Add New',1244631261),(3168,'en','announcement','phpfox','2.0.0beta4','module_announcement','Announcement','Announcement',1244631261),(3169,'en','announcement','phpfox','2.0.0beta5','user_setting_can_close_announcement','Are members of this user group allowed to close the announcements block in the dashboard?','Are members of this user group allowed to close the announcements block in the dashboard?',1245317655),(3170,'en','announcement','phpfox','2.0.0rc2','im_afraid_you_are_not_allowed_to_close_this_announcement','I\'m afraid you are not allowed to close this announcement.','I\'m afraid you are not allowed to close this announcement.',1252909877),(3171,'en','announcement','phpfox','2.0.0rc2','edit_an_announcement','Edit An Announcement','Edit An Announcement',1252909905),(3172,'en','announcement','phpfox','2.0.0rc2','add_an_announcement','Add An Announcement','Add An Announcement',1252909915),(3173,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_added','Announcement successfully added.','Announcement successfully added.',1252909925),(3174,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_updated','Announcement successfully updated.','Announcement successfully updated.',1252909936),(3175,'en','announcement','phpfox','2.0.0rc2','announcements','Announcements','Announcements',1252909961),(3176,'en','announcement','phpfox','2.0.0rc2','announcement_successfully_deleted','Announcement successfully deleted.','Announcement successfully deleted.',1252909976),(3177,'en','announcement','phpfox','2.0.0rc2','that_announcement_does_not_exist','That announcement does not exist.','That announcement does not exist.',1252910007),(3178,'en','announcement','phpfox','2.0.0rc2','subject_cannot_be_empty','Subject cannot be empty.','Subject cannot be empty.',1252910060),(3179,'en','announcement','phpfox','2.0.0rc2','content_cannot_be_empty','Content cannot be empty.','Content cannot be empty.',1252910071),(3180,'en','announcement','phpfox','2.0.0rc2','announcement_not_found','Announcement not found.','Announcement not found.',1252910107),(3181,'en','announcement','phpfox','2.0.0rc2','announcement_is_already_hidden','Announcement is already hidden.','Announcement is already hidden.',1252910118),(3182,'en','announcement','phpfox','2.0.0rc2','min_age_cannot_be_higher_than_max_age','Min age cannot be higher than max age.','Min age cannot be higher than max age.',1252910302),(3183,'en','announcement','phpfox','2.0.0rc2','max_age_cannot_be_lower_than_the_min_age','Max age cannot be lower than the Min age.','Max age cannot be lower than the Min age.',1252910317),(3184,'en','announcement','phpfox','2.0.0rc2','read_more','Read More','Read More',1252910412),(3185,'en','announcement','phpfox','2.0.0rc2','subject','Subject','Subject',1252910440),(3186,'en','announcement','phpfox','2.0.0rc2','active','Active','Active',1252910455),(3187,'en','announcement','phpfox','2.0.0rc2','edit','Edit','Edit',1252910466),(3188,'en','announcement','phpfox','2.0.0rc2','delete','Delete','Delete',1252910475),(3189,'en','announcement','phpfox','2.0.0rc2','announcement_details','Announcement Details','Announcement Details',1252910524),(3190,'en','announcement','phpfox','2.0.0rc2','intro','Intro','Intro',1252910547),(3191,'en','announcement','phpfox','2.0.0rc2','the_intro_will_be_displayed_on_the_sites_dashboard_and_link_to_the_full_announcement','The intro will be displayed on the sites dashboard and link to the full announcement.\r\n<br />\r\nHTML is enabled.','The intro will be displayed on the sites dashboard and link to the full announcement.\r\n<br />\r\nHTML is enabled.',1252910565),(3192,'en','announcement','phpfox','2.0.0rc2','announcement','Announcement','Announcement',1252910575),(3193,'en','announcement','phpfox','2.0.0rc2','the_announcement_can_be_left_open_if_everything_can_be_added_into_the_intro','The announcement can be left open if everything can be added into the intro.\r\n<br />\r\nHTML is enabled.','The announcement can be left open if everything can be added into the intro.\r\n<br />\r\nHTML is enabled.',1252910593),(3194,'en','announcement','phpfox','2.0.0rc2','display_options','Display Options','Display Options',1252910604),(3195,'en','announcement','phpfox','2.0.0rc2','can_be_closed','Can Be Closed','Can Be Closed',1252910642),(3196,'en','announcement','phpfox','2.0.0rc2','show_in_the_dashboard','Show in the dashboard','Show in the dashboard',1252910664),(3197,'en','announcement','phpfox','2.0.0rc2','show_author','Show author','Show author',1252910678),(3198,'en','announcement','phpfox','2.0.0rc2','start_date','Start Date','Start Date',1252910698),(3199,'en','announcement','phpfox','2.0.0rc2','target_viewers','Target Viewers','Target Viewers',1252910709),(3200,'en','announcement','phpfox','2.0.0rc2','user_groups','User Groups','User Groups',1252910717),(3201,'en','announcement','phpfox','2.0.0rc2','all_user_groups','All User Groups','All User Groups',1252910727),(3202,'en','announcement','phpfox','2.0.0rc2','selected_user_groups','Selected User Groups','Selected User Groups',1252910735),(3203,'en','announcement','phpfox','2.0.0rc2','location','Location','Location',1252910745),(3204,'en','announcement','phpfox','2.0.0rc2','gender','Gender','Gender',1252910753),(3205,'en','announcement','phpfox','2.0.0rc2','age_group_between','Age Group Between','Age Group Between',1252910761),(3206,'en','announcement','phpfox','2.0.0rc2','any','Any','Any',1252910771),(3207,'en','announcement','phpfox','2.0.0rc2','no_announcements_have_been_created','No announcements have been created.','No announcements have been created.',1252910844),(3208,'en','announcement','phpfox','2.0.0rc2','create_a_new_announcement','Create a New Announcement','Create a New Announcement',1252910852),(3209,'en','announcement','phpfox','2.0.0rc2','that_announcement_cannot_be_found','That announcement cannot be found.','That announcement cannot be found.',1252910862),(3210,'en','announcement','phpfox','2.0.0rc2','no_announcements_have_been_added','No announcements have been added.','No announcements have been added.',1252910870),(3211,'en','announcement','phpfox','2.0.0rc2','posted_on_time_stamp_by_user','Posted on {item_time_stamp} by {user_link}.','Posted on {item_time_stamp} by {user_link}.',1252911113),(3212,'en','announcement','phpfox','2.0.0rc2','posted_on_time_stamp','Posted on {item_time_stamp}.','Posted on {item_time_stamp}.',1252911135),(3213,'en','announcement','phpfox','2.0.0rc2','attachments_title','Attachments','Attachments',1252926488),(3214,'en','announcement','phpfox','2.0.0rc2','extension','Extension','Extension',1252926511),(3215,'en','announcement','phpfox','2.0.0rc2','manage_users','Manage Users','Manage Users',1253086432),(3216,'en','announcement','phpfox','2.0.0rc2','attachment_successfully_deleted','Attachment successfully deleted.','Attachment successfully deleted.',1253442081),(3217,'en','announcement','phpfox','2.0.0rc11','user_setting_can_view_announcements','Can browse and view announcements?','Can browse and view announcements?',1260286754),(3218,'en','announcement','phpfox','2.0.6','are_you_sure','Are you sure?','Are you sure?',1284995471),(3219,'en','attachment','phpfox','2.0.0alpha1','user_setting_points_attachment','Points received when adding a new attachment for an item.','Points received when adding a new attachment for an item.',1214982452),(3220,'en','attachment','phpfox','2.0.0alpha1','user_setting_can_attach_on_blog','Can attach items on blogs?','Can attach items on blogs?',1214982579),(3221,'en','attachment','phpfox','2.0.0alpha1','user_setting_attachment_limit','Specify the attachment limit.\r\n\r\nThis will control how many attachments a user can upload and attach on other items.\r\n\r\nIf you do not want to allow users the ability to upload items set this to <b>0</b>.\r\n\r\nIf you do not want to set a limit set this to <b>null</b>.','Specify the attachment limit.\r\n\r\nThis will control how many attachments a user can upload and attach on other items.\r\n\r\nIf you do not want to allow users the ability to upload items set this to <b>0</b>.\r\n\r\nIf you do not want to set a limit set this to <b>null</b>.',1214982711),(3222,'en','attachment','phpfox','2.0.0alpha1','user_setting_delete_own_attachment','Can delete their own attachments?','Can delete their own attachments?',1218706131),(3223,'en','attachment','phpfox','2.0.0alpha1','user_setting_delete_user_attachment','Can delete attachments added by other users?','Can delete attachments added by other users?',1218706185),(3224,'en','attachment','phpfox','2.0.0alpha1','module_attachment','Attachment Information','Attachment Information',1213971163),(3225,'en','attachment','phpfox','2.0.0alpha1','file_extension_is_not_valid','Failed. File extension is not valid.','Failed. File extension is not valid.',1212128638),(3226,'en','attachment','phpfox','2.0.0alpha1','done','Done!','Done!',1212128667),(3227,'en','attachment','phpfox','2.0.0alpha1','uploading','Uploading','Uploading',1212128993),(3228,'en','attachment','phpfox','2.0.0alpha1','attached_files','Attached Files','Attached Files',1215267860),(3229,'en','attachment','phpfox','2.0.0alpha1','views','{total} views','{total} views',1215268272),(3230,'en','attachment','phpfox','2.0.0alpha1','attach_files','Attach Files','Attach Files',1218197611),(3231,'en','attachment','phpfox','2.0.0alpha1','upload_new_attachment','Upload New Attachment(s)','Upload New Attachment(s)',1218533823),(3232,'en','attachment','phpfox','2.0.0alpha1','browse_archives','Browse Archives','Browse Archives',1218533834),(3233,'en','attachment','phpfox','2.0.0alpha1','current_attachments','Current Attachments','Current Attachments',1218533856),(3234,'en','attachment','phpfox','2.0.0alpha1','attachments','No attachments','No attachments',1218533866),(3235,'en','attachment','phpfox','2.0.0alpha1','upload_attachments','Upload Attachments(s)','Upload Attachments(s)',1218533908),(3236,'en','attachment','phpfox','2.0.0alpha1','add_more_attachments','Add More Attachments','Add More Attachments',1218533925),(3237,'en','attachment','phpfox','2.0.0alpha1','valid_file_extensions','Valid file extensions','Valid file extensions',1218533937),(3238,'en','attachment','phpfox','2.0.0alpha1','cancel','Cancel','Cancel',1218533951),(3239,'en','attachment','phpfox','2.0.0alpha1','add_description','Add Description...','Add Description...',1218534271),(3240,'en','attachment','phpfox','2.0.0alpha1','use_inline_full_image','Use Inline (Full Image)','Use Inline (Full Image)',1218534304),(3241,'en','attachment','phpfox','2.0.0alpha1','use_inline_thumbnail','Use Inline (Thumbnail)','Use Inline (Thumbnail)',1218534316),(3242,'en','attachment','phpfox','2.0.0alpha1','use_inline','Use Inline','Use Inline',1218534331),(3243,'en','attachment','phpfox','2.0.0alpha1','delete','Delete','Delete',1218534340),(3244,'en','attachment','phpfox','2.0.0alpha1','you_have_reached_your_upload_limit','You have reached your upload limit.','You have reached your upload limit.',1218633812),(3245,'en','attachment','phpfox','2.0.0alpha1','failed_limit_reached','Failed: Limit Reached','Failed: Limit Reached',1218705195),(3246,'en','attachment','phpfox','2.0.0alpha1','usage','Usage','Usage',1218705232),(3247,'en','attachment','phpfox','2.0.0alpha1','setting_test','<title>This is a test</title><info>this is just a test...</info>','<title>This is a test</title><info>this is just a test...</info>',1230599222),(3248,'en','attachment','phpfox','2.0.0alpha1','user_setting_can_attach_on_bulletin','Tells if the members of this usergroup can attach to their bulletins','Tells if the members of this usergroup can attach to their bulletins',1234186901),(3249,'en','attachment','phpfox','2.0.0rc1','user_setting_item_max_upload_size','Max file size for items upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.','Max file size for items upload in kilobits (kb).\r\n(1000 kb = 1 mb)\r\nFor unlimited add \"0\" without quotes.',1249942555),(3250,'en','attachment','phpfox','2.0.0rc1','admincp_attachment_menu','Attachments','Attachments',1250836473),(3251,'en','attachment','phpfox','2.0.0rc1','admincp_menu_attachment_types','Manage Types','Manage Types',1250836515),(3252,'en','attachment','phpfox','2.0.0rc1','admincp_menu_attachment_add','Add a Type','Add a Type',1250844995),(3253,'en','attachment','phpfox','2.0.0rc2','attachment_type_successfully_updated','Attachment type successfully updated.','Attachment type successfully updated.',1252922216),(3254,'en','attachment','phpfox','2.0.0rc2','attachment_type_successfully_added','Attachment type successfully added.','Attachment type successfully added.',1252922228),(3255,'en','attachment','phpfox','2.0.0rc2','attachments_title','Attachments','Attachments',1252922250),(3256,'en','attachment','phpfox','2.0.0rc2','add_an_attachment_type','Add an Attachment Type','Add an Attachment Type',1252922262),(3257,'en','attachment','phpfox','2.0.0rc2','editing_an_attachment_type','Editing an Attachment Type','Editing an Attachment Type',1252922270),(3258,'en','attachment','phpfox','2.0.0rc2','no_such_download_found','No such download found.','No such download found.',1252922297),(3259,'en','attachment','phpfox','2.0.0rc2','successfully_uploaded','Successfully uploaded!','Successfully uploaded!',1252922318),(3260,'en','attachment','phpfox','2.0.0rc2','provide_an_extension','Provide an extension.','Provide an extension.',1252922399),(3261,'en','attachment','phpfox','2.0.0rc2','provide_a_mime_type','Provide a MIME type.','Provide a MIME type.',1252922407),(3262,'en','attachment','phpfox','2.0.0rc2','remove_inline','Remove Inline','Remove Inline',1252922486),(3263,'en','attachment','phpfox','2.0.0rc2','use_image','Use Image','Use Image',1252922498),(3264,'en','attachment','phpfox','2.0.0rc2','no_attachments_available','No attachments available.','No attachments available.',1252922592),(3265,'en','attachment','phpfox','2.0.0rc2','jpg_gif_or_png','JPG, GIF or PNG','JPG, GIF or PNG',1252922647),(3266,'en','attachment','phpfox','2.0.0rc2','the_file_size_limit_is_max_file_size','The file size limit is {max_file_size}. If your upload does not work, try uploading a smaller item.','The file size limit is {max_file_size}. If your upload does not work, try uploading a smaller item.',1252922669),(3267,'en','attachment','phpfox','2.0.0rc2','attachment_type_info','Attachment Type Info','Attachment Type Info',1252926402),(3268,'en','attachment','phpfox','2.0.0rc2','extension','Extension','Extension',1252926409),(3269,'en','attachment','phpfox','2.0.0rc2','mime_type','MIME Type','MIME Type',1252926418),(3270,'en','attachment','phpfox','2.0.0rc2','is_image','Is Image','Is Image',1252926429),(3271,'en','attachment','phpfox','2.0.0rc2','image','Image','Image',1252926531),(3272,'en','attachment','phpfox','2.0.0rc2','this_extension_already_exists','This extension already exists.','This extension already exists.',1253442098),(3273,'en','attachment','phpfox','2.0.0rc6','admin_menu_manage_types','Manage Types','Manage Types',1256904823),(3274,'en','attachment','phpfox','2.0.0rc6','admin_menu_add_new_type','Add New Type','Add New Type',1256904823),(3275,'en','attachment','phpfox','2.0.0rc8','attachment_activity','Attachments','Attachments',1258500262),(3276,'en','attachment','phpfox','2.0.0rc8','select_attachment_s_to_upload','Select attachment(s) to upload.','Select attachment(s) to upload.',1259007508),(3277,'en','attachment','phpfox','2.0.0rc8','uploading_attachment_s','Uploading attachment(s)','Uploading attachment(s)',1259007526),(3278,'en','attachment','phpfox','2.0.0rc10','done_normal','Done','Done',1259353842),(3279,'en','attachment','phpfox','2.0.4','attachments_activity','Attachments','Attachments',1266500120),(3280,'en','attachment','phpfox','2.0.6','add','Add','Add',1283787543),(3281,'en','attachment','phpfox','2.0.8','setting_attachment_enable_mass_uploader','<title>Enable Mass Uploader</title><info>When enabled users will be allowed to use a mass file uploader to select multiple files from a single file select dialog.\r\n\r\nThis uses an integration of SWFUpload (http://code.google.com/p/swfupload/) and thus it uses a Flash object.</info>','<title>Enable Mass Uploader</title><info>When enabled users will be allowed to use a mass file uploader to select multiple files from a single file select dialog.\r\n\r\nThis uses an integration of SWFUpload (http://code.google.com/p/swfupload/) and thus it uses a Flash object.</info>',1295623916),(3282,'en','attachment','phpfox','2.1.0beta2','you_are_not_allowed_to_download_this_attachment','You are not allowed to download this attachment','You are not allowed to download this attachment',1300960934),(3283,'en','attachment','phpfox','3.0.0beta5','attach_a_photo','Attach a Photo','Attach a Photo',1319122207),(3284,'en','attachment','phpfox','3.0.0beta5','attach_a_video','Attach a Video','Attach a Video',1319122215),(3285,'en','attachment','phpfox','3.0.0beta5','attach_a_file','Attach a File','Attach a File',1319122224),(3286,'en','attachment','phpfox','3.0.0beta5','manage_attachments','Manage Attachments','Manage Attachments',1319188363),(3287,'en','attachment','phpfox','3.0.0beta5','insert','Insert','Insert',1319188369),(3288,'en','attachment','phpfox','3.0.0beta5','insert_a_photo','Insert a Photo','Insert a Photo',1319188389),(3289,'en','attachment','phpfox','3.0.0beta5','attach_a_link','Attach a Link','Attach a Link',1319188405),(3290,'en','attachment','phpfox','3.0.0beta5','insert_a_video','Insert a Video','Insert a Video',1319188421),(3291,'en','attachment','phpfox','3.0.0beta5','insert_emoticon','Insert Emoticon','Insert Emoticon',1319188439),(3292,'en','attachment','phpfox','3.0.0beta5','attachments_display','Attachments','Attachments',1319188457),(3293,'en','attachment','phpfox','3.0.0beta5','upload_a_photo','Upload a Photo','Upload a Photo',1319188601),(3294,'en','attachment','phpfox','3.0.0beta5','import_a_photo','Import a Photo','Import a Photo',1319188614),(3295,'en','attachment','phpfox','3.0.0rc2','attachments_headline','Attachments','Attachments',1321446098),(3296,'en','attachment','phpfox','3.3.0beta2','converting','Converting','Converting',1340964309),(3297,'en','blog','phpfox','2.0.0alpha1','user_setting_view_blogs','Can view blogs.','Can view blogs.',1214436163),(3298,'en','blog','phpfox','2.0.0alpha1','user_setting_edit_own_blog','Can edit their own blogs?','Can edit their own blogs?',1214436244),(3299,'en','blog','phpfox','2.0.0alpha1','user_setting_edit_user_blog','Can edit blogs added by other users?','Can edit blogs added by other users?',1214436264),(3300,'en','blog','phpfox','2.0.0alpha1','user_setting_delete_own_blog','Can delete their own blog?','Can delete their own blog?',1214436270),(3301,'en','blog','phpfox','2.0.0alpha1','user_setting_delete_user_blog','Can delete blogs added by other users?','Can delete blogs added by other users?',1214436277),(3302,'en','blog','phpfox','2.0.0alpha1','user_setting_search_blogs','Can search for blogs?','Can search for blogs?',1214436285),(3303,'en','blog','phpfox','2.0.0alpha1','user_setting_add_new_blog','Can add a new blog?','Can add a new blog?',1214436306),(3304,'en','blog','phpfox','2.0.0alpha1','user_setting_blog_add_categories','Can create new blog categories when adding a blog?','Can create new blog categories when adding a blog?',1214436490),(3305,'en','blog','phpfox','2.0.0alpha1','user_setting_can_control_comments_on_blogs','Can control if a user can add a comment on their blog or simply disable comments?','Can control if a user can add a comment on their blog or simply disable comments?',1214436533),(3306,'en','blog','phpfox','2.0.0alpha1','user_setting_can_password_protect_blogs','Can password protect blogs?\r\n\r\nIf set to <b>Yes</b> and if user would try to view a password protected blog they will not be able to view or comment on the blog unless they enter the correct password.\r\n\r\nThe user that added the blog will not have to enter the password.','Can password protect blogs?\r\n\r\nIf set to <b>Yes</b> and if user would try to view a password protected blog they will not be able to view or comment on the blog unless they enter the correct password.\r\n\r\nThe user that added the blog will not have to enter the password.',1214436544),(3307,'en','blog','phpfox','2.0.0alpha1','user_setting_can_use_editor_on_blog','Can use a WYSIWYG Editor when creating or editing a blog?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.','Can use a WYSIWYG Editor when creating or editing a blog?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.',1214436572),(3308,'en','blog','phpfox','2.0.0alpha1','user_setting_can_post_comment_on_blog','Can post comments on blogs?','Can post comments on blogs?',1214975412),(3309,'en','blog','phpfox','2.0.0alpha1','user_setting_can_view_password_protected_blog','Can view password protected blogs?\r\n\r\nIf a blog has been password protected a user will have to enter a password before they can view or comment on the blog. \r\n\r\nIf this feature is set to <b>No</b> they will not have the opportunity to enter a password thus not allowing them to view such blogs.','Can view password protected blogs?\r\n\r\nIf a blog has been password protected a user will have to enter a password before they can view or comment on the blog. \r\n\r\nIf this feature is set to <b>No</b> they will not have the opportunity to enter a password thus not allowing them to view such blogs.',1214975898),(3310,'en','blog','phpfox','2.0.0alpha1','user_setting_points_blog','Specify how many points the user will receive when adding a new blog.','Specify how many points the user will receive when adding a new blog.',1214982408),(3311,'en','blog','phpfox','2.0.0alpha1','user_setting_blog_category_limit','blog category limit','blog category limit',1218791957),(3312,'en','blog','phpfox','2.0.0alpha1','blog','Blog','Blog',1214844661),(3313,'en','blog','phpfox','2.0.0alpha1','module_blog','nice test','nice test',1219135843),(3314,'en','blog','phpfox','2.0.0alpha1','already_a_category','This category already exists.','This category already exists.',1212114610),(3315,'en','blog','phpfox','2.0.0alpha1','posted_x_by_x_in_x','Posted {date} by <a href=\"{link}\">{full_name}</a> in {categories}','Posted {date} by <a href=\"{link}\">{full_name}</a> in {categories}',1212114864),(3316,'en','blog','phpfox','2.0.0alpha1','posted_x_by_x','Posted {date} by <a href=\"{link}\">{full_name}</a>','Posted {date} by <a href=\"{link}\">{full_name}</a>',1212118012),(3317,'en','blog','phpfox','2.0.0alpha1','x_comment','{total} Comment','{total} Comment',1212118157),(3318,'en','blog','phpfox','2.0.0alpha1','x_comments','{total} Comments','{total} Comments',1212118195),(3319,'en','blog','phpfox','2.0.0alpha1','view_entry','View Entry','View Entry',1212118224),(3320,'en','blog','phpfox','2.0.0alpha1','this_blog_password_protected','This blog is password protected.','This blog is password protected.',1212118249),(3321,'en','blog','phpfox','2.0.0alpha1','enter_password','Enter Password','Enter Password',1212118284),(3322,'en','blog','phpfox','2.0.0alpha1','click_to_edit_title','Click to Edit Title','Click to Edit Title',1212118317),(3323,'en','blog','phpfox','2.0.0alpha1','delete_blog','Delete Blog','Delete Blog',1212118384),(3324,'en','blog','phpfox','2.0.0alpha1','search_blogs_','Search Blogs...','Search Blogs...',1212123440),(3325,'en','blog','phpfox','2.0.0alpha1','blogs','Blogs','Blogs',1212123482),(3326,'en','blog','phpfox','2.0.0alpha1','unable_to_view_password_protected_blogs','You are unable to view password protected blogs.','You are unable to view password protected blogs.',1212123772),(3327,'en','blog','phpfox','2.0.0alpha1','password_is_invalid','Password is invalid.','Password is invalid.',1212123827),(3328,'en','blog','phpfox','2.0.0alpha1','blog_not_found','The blog you are looking for cannot be found.','The blog you are looking for cannot be found.',1212123902),(3329,'en','blog','phpfox','2.0.0alpha1','comments_have_been_disabled','Comments have been disabled.','Comments have been disabled.',1212123947),(3330,'en','blog','phpfox','2.0.0alpha1','no_blogs_added','No blogs have been added.','No blogs have been added.',1213594226),(3331,'en','blog','phpfox','2.0.0alpha1','be_first_to_add_a_blog','Be the first to add a blog','Be the first to add a blog',1213594273),(3332,'en','blog','phpfox','2.0.0alpha1','title','Title','Title',1213594579),(3333,'en','blog','phpfox','2.0.0alpha1','fill_title_for_blog','Fill in a title for your blog','Fill in a title for your blog',1213606861),(3334,'en','blog','phpfox','2.0.0alpha1','add_content_to_blog','Add some content to your blog','Add some content to your blog',1213606896),(3335,'en','blog','phpfox','2.0.0alpha1','maximum_length_password','Maximum length for your password is {length}','Maximum length for your password is {length}',1213606965),(3336,'en','blog','phpfox','2.0.0alpha1','add_a_new_blog','Add a New Blog','Add a New Blog',1213607039),(3337,'en','blog','phpfox','2.0.0alpha1','adding_a_new_blog','Add a New Blog','Add a New Blog',1213607053),(3338,'en','blog','phpfox','2.0.0alpha1','menu_blogs','Blogs','Blogs',1213607098),(3339,'en','blog','phpfox','2.0.0alpha1','your_blog_has_been_added','Your blog has been added','Your blog has been added',1213607139),(3340,'en','blog','phpfox','2.0.0alpha1','post','Post','Post',1213607157),(3341,'en','blog','phpfox','2.0.0alpha1','categories','Categories','Categories',1213607178),(3342,'en','blog','phpfox','2.0.0alpha1','all','All','All',1213607202),(3343,'en','blog','phpfox','2.0.0alpha1','public','Public','Public',1213607214),(3344,'en','blog','phpfox','2.0.0alpha1','personal','Personal','Personal',1213607227),(3345,'en','blog','phpfox','2.0.0alpha1','most_used','Most Used','Most Used',1213607244),(3346,'en','blog','phpfox','2.0.0alpha1','manage_categories','Manage Categories','Manage Categories',1213607259),(3347,'en','blog','phpfox','2.0.0alpha1','add_a_new_category','Add a new category...','Add a new category...',1213607287),(3348,'en','blog','phpfox','2.0.0alpha1','multiple_categories_with_commas','Separate multiple categories with commas.','Separate multiple categories with commas.',1213607389),(3349,'en','blog','phpfox','2.0.0alpha1','add','Add','Add',1213607405),(3350,'en','blog','phpfox','2.0.0alpha1','additional_options','Additional Options','Additional Options',1213612389),(3351,'en','blog','phpfox','2.0.0alpha1','privacy','Privacy','Privacy',1213612412),(3352,'en','blog','phpfox','2.0.0alpha1','public_blog_added_public_blog_section','Public (Blog will be added to our public blog section)','Public (Blog will be added to our public blog section)',1213612445),(3353,'en','blog','phpfox','2.0.0alpha1','personal_blog_displayed_profile','Personal (Blog will only be displayed on your profile)','Personal (Blog will only be displayed on your profile)',1213612471),(3354,'en','blog','phpfox','2.0.0alpha1','friends_view_this_blog','Friends (Only you and your friends can view this blog)','Friends (Only you and your friends can view this blog)',1213612509),(3355,'en','blog','phpfox','2.0.0alpha1','preferred_list','Preferred List (Only you and the members you select can view this blog)','Preferred List (Only you and the members you select can view this blog)',1213612543),(3356,'en','blog','phpfox','2.0.0alpha1','separate_friends_commas','Separate friends with commas.','Separate friends with commas.',1213612566),(3357,'en','blog','phpfox','2.0.0alpha1','password_protect_post','Password-Protect','Password-Protect',1213612585),(3358,'en','blog','phpfox','2.0.0alpha1','discussion','Discussion','Discussion',1213612600),(3359,'en','blog','phpfox','2.0.0alpha1','allow_comments','Allow Comments','Allow Comments',1213612615),(3360,'en','blog','phpfox','2.0.0alpha1','post_status','Post Status','Post Status',1213612635),(3361,'en','blog','phpfox','2.0.0alpha1','published','Published','Published',1213612660),(3362,'en','blog','phpfox','2.0.0alpha1','draft','Draft','Draft',1213612671),(3363,'en','blog','phpfox','2.0.0alpha1','save_as_draft','Save as Draft','Save as Draft',1213612691),(3364,'en','blog','phpfox','2.0.0alpha1','preview','Preview','Preview',1213612716),(3365,'en','blog','phpfox','2.0.0alpha1','publish','Publish','Publish',1213612750),(3366,'en','blog','phpfox','2.0.0alpha1','update','Update','Update',1213612775),(3367,'en','blog','phpfox','2.0.0alpha1','blog_preview','Blog Preview','Blog Preview',1213855272),(3368,'en','blog','phpfox','2.0.0alpha1','editing_blog','Editing Blog','Editing Blog',1213855344),(3369,'en','blog','phpfox','2.0.0alpha1','blog_updated','Blog Updated','Blog Updated',1213855813),(3370,'en','blog','phpfox','2.0.0alpha1','invalid_search','Invalid search ID#','Invalid search ID#',1214706746),(3371,'en','blog','phpfox','2.0.0alpha1','searching','Searching','Searching',1214706764),(3372,'en','blog','phpfox','2.0.0alpha1','search_results_found','No search results found!','No search results found!',1214706814),(3373,'en','blog','phpfox','2.0.0alpha1','menu_add_new_blog','Add New Blog','Add New Blog',1215259888),(3374,'en','blog','phpfox','2.0.0alpha1','search_filter','Search Filter','Search Filter',1217558351),(3375,'en','blog','phpfox','2.0.0alpha1','top_bloggers','Top Bloggers','Top Bloggers',1217797114),(3376,'en','blog','phpfox','2.0.0alpha1','time','Time','Time',1217797266),(3377,'en','blog','phpfox','2.0.0alpha1','most_viewed','Most Viewed','Most Viewed',1217797279),(3378,'en','blog','phpfox','2.0.0alpha1','most_talked_about','Most Talked About','Most Talked About',1217797290),(3379,'en','blog','phpfox','2.0.0alpha1','search_for_text','Search For Text','Search For Text',1217797327),(3380,'en','blog','phpfox','2.0.0alpha1','display','Display','Display',1217797335),(3381,'en','blog','phpfox','2.0.0alpha1','sort','Sort By','Sort By',1217797343),(3382,'en','blog','phpfox','2.0.0alpha1','added','Added','Added',1218529569),(3383,'en','blog','phpfox','2.0.0alpha1','blog_deleted','Blog Deleted','Blog Deleted',1218529633),(3384,'en','blog','phpfox','2.0.0alpha1','password_invalid','Password is invalid.','Password is invalid.',1218529740),(3385,'en','blog','phpfox','2.0.0alpha1','unable_view_password_protected_blogs','You are unable to view password protected blogs.','You are unable to view password protected blogs.',1218529789),(3386,'en','blog','phpfox','2.0.0alpha1','click_edit_permalink','Click to edit permalink.','Click to edit permalink.',1218548055),(3387,'en','blog','phpfox','2.0.0alpha1','permalink','Permalink','Permalink',1218548064),(3388,'en','blog','phpfox','2.0.0alpha1','you_have_reached_your_limit','You have reached your limit.','You have reached your limit.',1218793409),(3389,'en','blog','phpfox','2.0.0alpha1','tip_delete_category','Deleting a category will not delete the blogs that belong to that category, it will only remove the specific category and any blogs that belong to that category will be set under \"Uncategorized\".','Deleting a category will not delete the blogs that belong to that category, it will only remove the specific category and any blogs that belong to that category will be set under \"Uncategorized\".',1219325630),(3390,'en','blog','phpfox','2.0.0alpha1','search_for_user','Search for User','Search for User',1219328631),(3391,'en','blog','phpfox','2.0.0alpha1','created','Created By','Created By',1219328642),(3392,'en','blog','phpfox','2.0.0alpha1','name','Name','Name',1219328685),(3393,'en','blog','phpfox','2.0.0alpha1','total_blogs','Total Blogs','Total Blogs',1219328723),(3394,'en','blog','phpfox','2.0.0alpha1','system','System','System',1219328731),(3395,'en','blog','phpfox','2.0.0alpha1','delete_selected','Delete Selected','Delete Selected',1219328746),(3396,'en','blog','phpfox','2.0.0alpha1','none','None','None',1219328767),(3397,'en','blog','phpfox','2.0.0alpha1','users','Users','Users',1219328992),(3398,'en','blog','phpfox','2.0.0alpha1','categories_successfully_deleted','Categories successfully deleted.','Categories successfully deleted.',1219329875),(3399,'en','blog','phpfox','2.0.0alpha1','add_category','Add New Category','Add New Category',1219391589),(3400,'en','blog','phpfox','2.0.0alpha1','category_successfully_added','Category successfully added.','Category successfully added.',1219393407),(3401,'en','blog','phpfox','2.0.0alpha1','provide_blog_category','Provide a blog category.','Provide a blog category.',1219393431),(3402,'en','blog','phpfox','2.0.0alpha1','category_details','Category Details','Category Details',1219393445),(3403,'en','blog','phpfox','2.0.0alpha1','category','Category','Category',1219393453),(3404,'en','blog','phpfox','2.0.0alpha1','sort_single','Sort','Sort',1219840870),(3405,'en','blog','phpfox','2.0.0alpha1','single','By','By',1219840881),(3406,'en','blog','phpfox','2.0.0alpha1','created_user','Created By','Created By',1221831207),(3407,'en','blog','phpfox','2.0.0alpha1','setting_show_drafts_count','<title>Show drafts count in blog module</title><info>Enables the module to show how many drafts does each user have from the profile.blog section</info>','<title>Show drafts count in blog module</title><info>Enables the module to show how many drafts does each user have from the profile.blog section</info>',1233222866),(3408,'en','blog','phpfox','2.0.0alpha1','user_setting_show_drafts_count','Show how many drafts are stored','Show how many drafts are stored',1233223235),(3409,'en','blog','phpfox','2.0.0alpha3','user_setting_can_delete_other_blog_category','Can delete blog categories created by other users?','Can delete blog categories created by other users?',1238248276),(3410,'en','blog','phpfox','2.0.0alpha3','user_setting_can_delete_own_blog_category','Can delete own blog categories?','Can delete own blog categories?',1238248327),(3411,'en','blog','phpfox','2.0.0alpha3','setting_display_blog_category_count','<title>Display Blog Category Count</title><info>Set to <b>True</b> if you would like to display the blog count for each of the categories displayed publicly.</info>','<title>Display Blog Category Count</title><info>Set to <b>True</b> if you would like to display the blog count for each of the categories displayed publicly.</info>',1238349584),(3412,'en','blog','phpfox','2.0.0beta4','stat_title_2','Blogs','Blogs',1245142611),(3413,'en','blog','phpfox','2.0.0beta5','rss_group_name_1','Blogs','Blogs',1245515168),(3414,'en','blog','phpfox','2.0.0beta5','rss_title_1','Latest Blogs','Latest Blogs',1245516443),(3415,'en','blog','phpfox','2.0.0beta5','rss_description_1','Latest Blogs','Latest Blogs',1245516443),(3416,'en','blog','phpfox','2.0.0beta5','rss_title_2','Categories','Categories',1245531498),(3417,'en','blog','phpfox','2.0.0beta5','rss_description_2','Blog categories...','Blog categories...',1245531498),(3418,'en','blog','phpfox','30','setting_length_in_index','<title>How Long is the Preview</title><info>How much of the blog to show on the main blog section?\r\n\r\nValue is in characters, i.e.:\r\n15 would show something like:\r\n\"Lorem ipsum dol...\"\r\n\r\n0 = No limit</info>','<title>How Long is the Preview</title><info>How much of the blog to show on the main blog section?\r\n\r\nValue is in characters, i.e.:\r\n15 would show something like:\r\n\"Lorem ipsum dol...\"\r\n\r\n0 = No limit</info>',1247587010),(3419,'en','blog','phpfox','2.0.0rc1','user_setting_can_approve_blogs','Can approve blogs?','Can approve blogs?',1251202806),(3420,'en','blog','phpfox','2.0.0rc1','setting_spam_check_blogs','<title>Spam Check Blogs</title><info>Spam Check Blogs</info>','<title>Spam Check Blogs</title><info>Spam Check Blogs</info>',1251269478),(3421,'en','blog','phpfox','2.0.0rc1','setting_allow_links_in_blog_title','<title>Allow Links in Blog Titles</title><info>Allow Links in Blog Titles</info>','<title>Allow Links in Blog Titles</title><info>Allow Links in Blog Titles</info>',1251270055),(3422,'en','blog','phpfox','2.0.0rc1','setting_blog_meta_description','<title>Blog Meta Description</title><info>Meta description added to pages related to the Blog module.</info>','<title>Blog Meta Description</title><info>Meta description added to pages related to the Blog module.</info>',1252057473),(3423,'en','blog','phpfox','2.0.0rc1','setting_blog_meta_keywords','<title>Blog Meta Keywords</title><info>Mete keywords that will be displayed on sections related to the Blog module.</info>','<title>Blog Meta Keywords</title><info>Mete keywords that will be displayed on sections related to the Blog module.</info>',1252058698),(3424,'en','blog','phpfox','2.0.0rc2','add_a_title','Add a title.','Add a title.',1252927105),(3425,'en','blog','phpfox','2.0.0rc2','add_some_text','Add some text.','Add some text.',1252927127),(3426,'en','blog','phpfox','2.0.0rc2','unable_to_edit_this_blog','Unable to edit this blog.','Unable to edit this blog.',1252927237),(3427,'en','blog','phpfox','2.0.0rc2','blog_successfully_saved','Blog successfully saved.','Blog successfully saved.',1252927265),(3428,'en','blog','phpfox','2.0.0rc2','blog_title','Blogs','Blogs',1252927310),(3429,'en','blog','phpfox','2.0.0rc2','full_name_s_blogs','{full_name}\'s Blogs','{full_name}\'s Blogs',1252927338),(3430,'en','blog','phpfox','2.0.0rc2','full_name_s_blogs_on_site_title','{full_name}\'s blogs on {site_title}.','{full_name}\'s blogs on {site_title}.',1252927452),(3431,'en','blog','phpfox','2.0.0rc2','blogs_title','Blogs','Blogs',1252928477),(3432,'en','blog','phpfox','2.0.0rc2','owner_full_name_added_a_new_blog_a_href_title_link_title_a','<a href=\"{user_link}\">{owner_full_name}</a> added a new blog \"<a href=\"{title_link}\">{title}</a>\".','<a href=\"{user_link}\">{owner_full_name}</a> added a new blog \"<a href=\"{title_link}\">{title}</a>\".',1252928621),(3433,'en','blog','phpfox','2.0.0rc2','we_do_not_allow_links_in_titles','We do not allow links in titles.','We do not allow links in titles.',1252928947),(3434,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_marked_as_spam','Your blog has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.','Your blog has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.',1252929018),(3435,'en','blog','phpfox','2.0.0rc2','the_blog_you_are_trying_to_approve_is_not_valid','The blog you are trying to approve is not valid.','The blog you are trying to approve is not valid.',1252929042),(3436,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_approved_on_site_title','Your blog has been approved on {site_title}.','Your blog has been approved on {site_title}.',1252929062),(3437,'en','blog','phpfox','2.0.0rc2','your_blog_has_been_approved_on_site_title_message','Your blog has been approved on {site_title}.\r\n\r\nTo view this blog, follow the link below:\r\n<a href=\"{link}\">{link}</a>','Your blog has been approved on {site_title}.\r\n\r\nTo view this blog, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1252929150),(3438,'en','blog','phpfox','2.0.0rc2','no_categories_added','No categories added.','No categories added.',1252929208),(3439,'en','blog','phpfox','2.0.0rc2','private_entry','PRIVATE ENTRY','PRIVATE ENTRY',1252929256),(3440,'en','blog','phpfox','2.0.0rc2','private_entry_friends_only','PRIVATE ENTRY - FRIENDS ONLY','PRIVATE ENTRY - FRIENDS ONLY',1252929264),(3441,'en','blog','phpfox','2.0.0rc2','private_blog_entry','Private blog entry...','Private blog entry...',1252929282),(3442,'en','blog','phpfox','2.0.0rc2','private_blog_entry_friends_only','Private blog entry. Friends only...','Private blog entry. Friends only...',1252929290),(3443,'en','blog','phpfox','2.0.0rc2','approve','Approve','Approve',1252929386),(3444,'en','blog','phpfox','2.0.0rc2','favorite','Favorite','Favorite',1252929401),(3445,'en','blog','phpfox','2.0.0rc2','add_to_your_favorites','Add to your Favorites','Add to your Favorites',1252929410),(3446,'en','blog','phpfox','2.0.0rc2','report','Report','Report',1252929417),(3447,'en','blog','phpfox','2.0.0rc2','report_a_blog','Report a Blog','Report a Blog',1252929424),(3448,'en','blog','phpfox','2.0.0rc2','are_you_sure_you_want_to_delete_this_blog','Are you sure you want to delete this blog?','Are you sure you want to delete this blog?',1252929444),(3449,'en','blog','phpfox','2.0.0rc2','add_new_blog','Add New Blog','Add New Blog',1252929466),(3450,'en','blog','phpfox','2.0.0rc2','view_drafts_count','View Drafts ({count})','View Drafts ({count})',1252929510),(3451,'en','blog','phpfox','2.0.0rc2','no_blogs_have_been_added_yet','No blogs have been added yet.','No blogs have been added yet.',1252929703),(3452,'en','blog','phpfox','2.0.0rc2','be_the_first_to_add_a_blog','Be the First to Add a Blog.','Be the First to Add a Blog.',1252929712),(3453,'en','blog','phpfox','2.0.0rc2','posted_on_post_time_by_user_link','Posted on {post_time} by {user_link}.','Posted on {post_time} by {user_link}.',1252929857),(3454,'en','blog','phpfox','2.0.0rc2','comments','Comments','Comments',1252934810),(3455,'en','blog','phpfox','2.0.0rc2','moderate_comments_first','Moderate Comments First','Moderate Comments First',1252934832),(3456,'en','blog','phpfox','2.0.0rc2','no_comments','No Comments','No Comments',1252934841),(3457,'en','blog','phpfox','2.0.0rc2','blog_has_been_deleted','Blog has been deleted!','Blog has been deleted!',1252934891),(3458,'en','blog','phpfox','2.0.0rc2','tags','Tags','Tags',1252934912),(3459,'en','blog','phpfox','2.0.0rc2','status','Status','Status',1252934921),(3460,'en','blog','phpfox','2.0.0rc2','date','Date','Date',1252934928),(3461,'en','blog','phpfox','2.0.0rc2','delete','Delete','Delete',1252934952),(3462,'en','blog','phpfox','2.0.0rc2','you_have_not_added_any_drafts','You have not added any drafts.','You have not added any drafts.',1252934973),(3463,'en','blog','phpfox','2.0.0rc2','you_have_not_added_any_blogs','You have not added any blogs.','You have not added any blogs.',1252934983),(3464,'en','blog','phpfox','2.0.0rc2','add_a_new_blog_entry','Add a New Blog Entry','Add a New Blog Entry',1252935002),(3465,'en','blog','phpfox','2.0.0rc2','user_link_has_not_added_any_blogs','{user_link} has not added any blogs.','{user_link} has not added any blogs.',1252935029),(3466,'en','blog','phpfox','2.0.0rc2','browse_other_blog_entries','Browse Other Blog Entries','Browse Other Blog Entries',1252935242),(3467,'en','blog','phpfox','2.0.0rc2','this_blog_is_pending_an_admins_approval','This blog is pending an Admins approval.','This blog is pending an Admins approval.',1252935262),(3468,'en','blog','phpfox','2.0.0rc3','user_added_a_new_comment_on_their_own_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on their own <a href=\"{title_link}\">blog</a>.',1254380430),(3469,'en','blog','phpfox','2.0.0rc3','user_added_a_new_comment_on_your_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on your <a href=\"{title_link}\">blog</a>.',1254381407),(3470,'en','blog','phpfox','2.0.0rc3','user_name_added_a_new_comment_on_item_user_name_blog','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">blog</a>.','<a href=\"{user_link}\">{user_name}</a> added a new comment on <a href=\"{item_user_link}\">{item_user_name}\'s</a> <a href=\"{title_link}\">blog</a>.',1254381593),(3471,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title','{user_name} left you a comment on {site_title}.','{user_name} left you a comment on {site_title}.',1254381747),(3472,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title_to_view_this_comment','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1254381827),(3473,'en','blog','phpfox','2.0.0rc3','user_name_left_you_a_comment_on_site_title_however_before_it_can_be_displayed_it','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>','{user_name} left you a comment on {site_title}, however before it can be displayed it needs to be approved by you.\r\n\r\nYou can approve or deny this comment by following the link below:\r\n<a href=\"{link}\">{link}</a>',1254381922),(3474,'en','blog','phpfox','2.0.0rc3','search_blogs','Blogs','Blogs',1254382037),(3475,'en','blog','phpfox','2.0.0rc3','view_more_blogs','View More Blogs','View More Blogs',1254382051),(3476,'en','blog','phpfox','2.0.0rc3','blog_created_on_time_stamp_by_full_name','<a href=\"{link}\">Blog</a> created on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.','<a href=\"{link}\">Blog</a> created on {time_stamp} by <a href=\"{user_link}\">{full_name}</a>.',1254382119),(3477,'en','blog','phpfox','2.0.0rc3','write_a_blog','Write a Blog','Write a Blog',1254382481),(3478,'en','blog','phpfox','2.0.0rc3','manage_blogs','Manage Blogs','Manage Blogs',1254382492),(3479,'en','blog','phpfox','2.0.0rc3','your_blog_blog_title_has_been_approved','Your blog \"{blog_title}\" has been approved.','Your blog \"{blog_title}\" has been approved.',1254382530),(3480,'en','blog','phpfox','2.0.0rc3','full_name_wrote_a_comment_on_your_blog_blog_title','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your blog \"<a href=\"{blog_link}\">{blog_title}</a>\".','<a href=\"{user_link}\">{full_name}</a> wrote a comment on your blog \"<a href=\"{blog_link}\">{blog_title}</a>\".',1254382644),(3481,'en','blog','phpfox','2.0.0rc3','blogs_text','Blogs Text','Blogs Text',1254382713),(3482,'en','blog','phpfox','2.0.0rc8','setting_digg_integration','<title>Digg Intergration</title><info>Add Digg integration.</info>','<title>Digg Intergration</title><info>Add Digg integration.</info>',1258399183),(3483,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">blog</a>.',1260472335),(3484,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">blog</a>.',1260472354),(3485,'en','blog','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_blog_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">blog</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">blog</a>.',1260472367),(3486,'en','blog','phpfox','2.0.0','update_tags_blogs','Update Tags (Blogs)','Update Tags (Blogs)',1261056796),(3487,'en','blog','phpfox','2.0.0','user_setting_can_view_private_blogs','Can view private and password protected blogs?','Can view private and password protected blogs?',1261072610),(3488,'en','blog','phpfox','2.0.0','no_blog_categories_have_been_created','No blog categories have been created.','No blog categories have been created.',1261078923),(3489,'en','blog','phpfox','2.0.0','create_one_now','Create one now','Create one now',1261078933),(3490,'en','blog','phpfox','2.0.0','draft_info','[DRAFT]','[DRAFT]',1261422066),(3491,'en','blog','phpfox','2.0.2','update_users_activity_blog_points','Update Users Activity Blog Points','Update Users Activity Blog Points',1263379913),(3492,'en','blog','phpfox','2.0.5dev1','user_setting_approve_blogs','Approve blogs before they are publicly displayed?','Approve blogs before they are publicly displayed?',1274842829),(3493,'en','blog','phpfox','2.0.5dev1','recent_blogs','Recent Blogs','Recent Blogs',1274843713),(3494,'en','blog','phpfox','2.0.5dev1','most_disccused','Most Disccused','Most Disccused',1274843732),(3495,'en','blog','phpfox','2.0.5dev1','most_discussed','Most Discussed','Most Discussed',1274843742),(3496,'en','blog','phpfox','2.0.5dev1','pending','Pending','Pending',1274843749),(3497,'en','blog','phpfox','2.0.5dev1','there_are_blogs_pending_approval_total_total','There are blogs pending approval. Total: {total}','There are blogs pending approval. Total: {total}',1274843907),(3498,'en','blog','phpfox','2.0.5dev1','approve_blogs_here','Approve blogs here.','Approve blogs here.',1274843988),(3499,'en','blog','phpfox','2.0.5dev2','user_setting_flood_control_blog','How many minutes should a user wait before they can submit another blog?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.','How many minutes should a user wait before they can submit another blog?\r\n\r\nNote: Setting it to \"0\" (without quotes) is default and users will not have to wait.',1275105423),(3500,'en','blog','phpfox','2.0.5dev2','your_are_posting_a_little_too_soon','You are posting a little too soon.','You are posting a little too soon.',1275105712),(3501,'en','blog','phpfox','2.0.7','there_are_no_pending_blogs','There are no pending blogs.','There are no pending blogs.',1288344199),(3502,'en','blog','phpfox','3.0.0Beta1','setting_blog_cache_minutes','<title>Blog Cache (Minutes)</title><info>Define how many minutes to wait until blogs are repopulated with new data.\r\n\r\nSet this to \"0\" (without quotes) to always output the latest data.\r\n\r\nNote for larger communities we strongly advice to enable this feature as this will improve your sites overall performance.</info>','<title>Blog Cache (Minutes)</title><info>Define how many minutes to wait until blogs are repopulated with new data.\r\n\r\nSet this to \"0\" (without quotes) to always output the latest data.\r\n\r\nNote for larger communities we strongly advice to enable this feature as this will improve your sites overall performance.</info>',1295019128),(3503,'en','blog','phpfox','3.0.0Beta1','setting_total_pages_to_cache_blog','<title>Total Pages to Cache</title><info>By default we display 5 blogs per page on the blog section. If caching is enabled this setting controls how many blogs to cache thus allowing users to browse X number of pages in cache before running a query to retrieve live data. If we display 5 items per page and this setting is set to 4 it will cache 20 blogs as we multiply the total blogs we display by this setting.</info>','<title>Total Pages to Cache</title><info>By default we display 5 blogs per page on the blog section. If caching is enabled this setting controls how many blogs to cache thus allowing users to browse X number of pages in cache before running a query to retrieve live data. If we display 5 items per page and this setting is set to 4 it will cache 20 blogs as we multiply the total blogs we display by this setting.</info>',1295255472),(3504,'en','blog','phpfox','3.0.0Beta1','write_your_blog_entry_here','Write your blog entry here...','Write your blog entry here...',1302203113),(3505,'en','blog','phpfox','3.0.0beta5','blog_has_been_approved','Blog has been approved.','Blog has been approved.',1319124127),(3506,'en','blog','phpfox','3.0.0beta5','blog_approved','Blog Approved','Blog Approved',1319124141),(3507,'en','blog','phpfox','3.0.0beta5','search_blogs_dot','Search Blogs...','Search Blogs...',1319188095),(3508,'en','blog','phpfox','3.0.0beta5','latest','Latest','Latest',1319188102),(3509,'en','blog','phpfox','3.0.0beta5','most_liked','Most Liked','Most Liked',1319188122),(3510,'en','blog','phpfox','3.0.0beta5','all_blogs','All Blogs','All Blogs',1319188132),(3511,'en','blog','phpfox','3.0.0beta5','my_blogs','My Blogs','My Blogs',1319188141),(3512,'en','blog','phpfox','3.0.0beta5','friends_blogs','Friends\' Blogs','Friends\' Blogs',1319188155),(3513,'en','blog','phpfox','3.0.0beta5','pending_blogs','Pending Blogs','Pending Blogs',1319188167),(3514,'en','blog','phpfox','3.0.0beta5','by_user','by {full_name}','by {full_name}',1319188864),(3515,'en','blog','phpfox','3.0.0beta5','actions','Actions','Actions',1319188946),(3516,'en','blog','phpfox','3.0.0beta5','view_blog','View Blog','View Blog',1319188996),(3517,'en','blog','phpfox','3.0.0beta5','comment_privacy','Comment Privacy','Comment Privacy',1319189007),(3518,'en','blog','phpfox','3.0.0beta5','control_who_can_see_this_blog','Control who can see this blog.','Control who can see this blog.',1319189021),(3519,'en','blog','phpfox','3.0.0beta5','control_who_can_comment_on_this_blog','Control who can comment on this blog.','Control who can comment on this blog.',1319189038),(3520,'en','blog','phpfox','3.0.0beta5','by_full_name','by {full_name}','by {full_name}',1319191124),(3521,'en','blog','phpfox','3.0.0beta5','report_this_blog','Report this blog','Report this blog',1319195940),(3522,'en','blog','phpfox','3.0.0beta5','no_blogs_found','No blogs found.','No blogs found.',1319197044),(3523,'en','blog','phpfox','3.0.0beta5','full_name_liked_your_blog_title','{full_name} liked your blog \"{title}\"','{full_name} liked your blog \"{title}\"',1319467184),(3524,'en','blog','phpfox','3.0.0beta5','full_name_liked_your_blog_link_title','{full_name} liked your blog \"<a href=\"{link}\">{title}</a>\"\r\nTo view this blog follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} liked your blog \"<a href=\"{link}\">{title}</a>\"\r\nTo view this blog follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319467373),(3525,'en','blog','phpfox','3.0.0beta5','users_liked_gender_own_blog_title','{users} liked {gender} own blog \"{title}\"','{users} liked {gender} own blog \"{title}\"',1319536679),(3526,'en','blog','phpfox','3.0.0beta5','users_liked_your_blog_title','{users} liked your blog \"{title}\"','{users} liked your blog \"{title}\"',1319536724),(3527,'en','blog','phpfox','3.0.0beta5','users_liked_span_class_drop_data_user_row_full_name_s_span_blog_title','{users} liked <span class=\"drop_data_user\">{row_full_name}\'s</span> blog \"{title}\"','{users} liked <span class=\"drop_data_user\">{row_full_name}\'s</span> blog \"{title}\"',1319536765),(3528,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_your_blog_title','{full_name} commented on your blog \"{title}\".','{full_name} commented on your blog \"{title}\".',1319540987),(3529,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_your_blog_message','{full_name} commented on your blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on your blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319541173),(3530,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_gender_blog','{full_name} commented on {gender} blog.','{full_name} commented on {gender} blog.',1319541233),(3531,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_blog_full_name_s_blog','{full_name} commented on {blog_full_name}\'s blog.','{full_name} commented on {blog_full_name}\'s blog.',1319541276),(3532,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_gender_blog_message','{full_name} commented on {gender} blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {gender} blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319541377),(3533,'en','blog','phpfox','3.0.0beta5','full_name_commented_on_blog_full_name_s_blog_message','{full_name} commented on {blog_full_name}\'s blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} commented on {blog_full_name}\'s blog \"<a href=\"{link}\">{title}</a>\".\r\nTo see the comment thread, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1319541478),(3534,'en','blog','phpfox','3.0.0beta5','unable_to_post_a_comment_on_this_item_due_to_privacy_settings','Unable to post a comment on this item due to privacy settings.','Unable to post a comment on this item due to privacy settings.',1319541528),(3535,'en','blog','phpfox','3.0.0beta5','users_commented_on_gender_blog_title','{users} commented on {gender} blog \"{title}\"','{users} commented on {gender} blog \"{title}\"',1319541665),(3536,'en','blog','phpfox','3.0.0beta5','users_commented_on_your_blog_title','{users} commented on your blog \"{title}\"','{users} commented on your blog \"{title}\"',1319541703),(3537,'en','blog','phpfox','3.0.0beta5','users_commented_on_span_class_drop_data_user_row_full_name','{users} commented on <span class=\"drop_data_user\">{row_full_name}\'s</span> blog \"{title}\"','{users} commented on <span class=\"drop_data_user\">{row_full_name}\'s</span> blog \"{title}\"',1319541752),(3538,'en','blog','phpfox','3.0.0beta5','users_blog_count','Users Blog Count','Users Blog Count',1319542630),(3539,'en','blog','phpfox','3.0.0beta5','your_blog_title_has_been_approved','Your blog \"{title}\" has been approved.','Your blog \"{title}\" has been approved.',1319542672),(3540,'en','blog','phpfox','3.0.0rc1','see_more','See More','See More',1320076456),(3541,'en','blog','phpfox','3.0.0','posted_a_comment_on_gender_blog_a_href_link_title_a','posted a comment on {gender} blog <a href=\"{link}\"> {title}</a>','posted a comment on {gender} blog <a href=\"{link}\"> {title}</a>',1322559353),(3542,'en','blog','phpfox','3.0.0','posted_a_comment_on_user_name_s_blog_a_href_link_title_a','posted a comment on {user_name}\'s blog \"<a href=\"{link}\">{title}</a>\"','posted a comment on {user_name}\'s blog \"<a href=\"{link}\">{title}</a>\"',1322559633),(3543,'en','blog','phpfox','3.0.0','a_href_link_on_name_s_blog_a','<a href=\"{link}\">On {name}\'s blog</a>','<a href=\"{link}\">On {name}\'s blog</a>',1322559886),(3544,'en','blog','phpfox','3.0.0','please_provide_some_text_for_your_blog','Please provide some text for your blog.','Please provide some text for your blog.',1322739183),(3545,'en','blog','phpfox','3.0.0','blog_s_successfully_approved','Blog(s) successfully approved.','Blog(s) successfully approved.',1322739208),(3546,'en','blog','phpfox','3.0.0','blog_s_successfully_deleted','Blog(s) successfully deleted.','Blog(s) successfully deleted.',1322739225),(3547,'en','blog','phpfox','3.1.0beta1','user_name_tagged_you_in_a_comment_in_a_blog','{user_name} tagged you in a comment in a blog','{user_name} tagged you in a comment in a blog',1331221899),(3548,'en','blog','phpfox','3.1.0rc1','menu_blog_blogs_532c28d5412dd75bf975fb951c740a30','Blogs','Blogs',1332257664),(3549,'en','blog','phpfox','3.4.0beta2','blog_successfully_deleted','Blog successfully deleted.','Blog successfully deleted.',1348142472),(3550,'en','blog','phpfox','3.5.0beta1','item_phrase','blog entry','blog entry',1352730269),(3551,'en','blog','phpfox','3.5.0beta1','cannot_display_due_to_privacy','Cannot display this section due to privacy.','Cannot display this section due to privacy.',1353501183),(3552,'en','captcha','phpfox','2.0.0alpha1','user_setting_captcha_on_blog_add','Enable CAPTCHA challenge when adding a new blog.','Enable CAPTCHA challenge when adding a new blog.',1214436352),(3553,'en','captcha','phpfox','2.0.0alpha1','user_setting_captcha_on_comment','Enable CAPTHCA challenge when a user adds a comment?','Enable CAPTHCA challenge when a user adds a comment?',1214975404),(3554,'en','captcha','phpfox','2.0.0alpha1','module_captcha','Control CAPTCHA (Completely Automated Public Turing) testing.','Control CAPTCHA (Completely Automated Public Turing) testing.',1214232551),(3555,'en','captcha','phpfox','2.0.0alpha1','complete_captcha_challenge','Complete the CAPTCHA challenge.','Complete the CAPTCHA challenge.',1214797483),(3556,'en','captcha','phpfox','2.0.0alpha1','image_verification','Image Verification','Image Verification',1219059191),(3557,'en','captcha','phpfox','2.0.0alpha1','captcha_failed_please_try_again','Captcha failed. Please try again.','Captcha failed. Please try again.',1219059511),(3558,'en','captcha','phpfox','2.0.0alpha1','refreshing_image','Refreshing Image','Refreshing Image',1219059568),(3559,'en','captcha','phpfox','2.0.0alpha1','reload_image','Reload Image','Reload Image',1219059610),(3560,'en','captcha','phpfox','2.0.0alpha1','click_refresh_image','Click to Refresh Image','Click to Refresh Image',1219059622),(3561,'en','captcha','phpfox','2.0.0alpha1','type_verification_code_above','Type in the verification code above','Type in the verification code above',1219059639),(3562,'en','captcha','phpfox','2.0.0rc12','setting_group_recaptcha','<title>reCAPTCHA</title><info>reCAPTCHA</info>','<title>reCAPTCHA</title><info>reCAPTCHA</info>',1260884786),(3563,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha','<title>Enable reCAPTCHA</title><info>By enabling <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>, wherever we use a captcha routine to prevent spam it will be replaced with reCAPTCHA.\r\n\r\nYou can sign up for a free account at <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>','<title>Enable reCAPTCHA</title><info>By enabling <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>, wherever we use a captcha routine to prevent spam it will be replaced with reCAPTCHA.\r\n\r\nYou can sign up for a free account at <a href=\"http://recaptcha.net/\" target=\"_blank\">reCAPTCHA</a>.\r\n\r\n<b>Notice:</b> This feature is experimental and is not stable.</info>',1260884933),(3564,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_public_key','<title>reCAPTCHA Public Key</title><info>Enter your reCAPTCHA public key here.</info>','<title>reCAPTCHA Public Key</title><info>Enter your reCAPTCHA public key here.</info>',1260885294),(3565,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_private_key','<title>reCAPTCHA Private Key</title><info>Enter your reCAPTCHA private key here.</info>','<title>reCAPTCHA Private Key</title><info>Enter your reCAPTCHA private key here.</info>',1260885341),(3566,'en','captcha','phpfox','2.0.0rc12','setting_recaptcha_header','<title>reCAPTCHA Header</title><info>You can modify the style of reCAPTCHA by adding JavaScript to the template header and by adding CSS to the same header or for each theme.\r\n\r\nMore information can be found <a href=\"http://code.google.com/intl/en/apis/recaptcha/docs/customization.html\" target=\"_blank\">here</a>.</info>','<title>reCAPTCHA Header</title><info>You can modify the style of reCAPTCHA by adding JavaScript to the template header and by adding CSS to the same header or for each theme.\r\n\r\nMore information can be found <a href=\"http://code.google.com/intl/en/apis/recaptcha/docs/customization.html\" target=\"_blank\">here</a>.</info>',1260886253),(3567,'en','captcha','phpfox','3.0.0rc2','captcha_challenge','Captcha Challenge','Captcha Challenge',1321363974),(3568,'en','comment','phpfox','2.0.0alpha1','user_setting_wysiwyg_on_comments','Can use a WYSIWYG Editor on comments?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.','Can use a WYSIWYG Editor on comments?\r\n\r\nNote: The WYSIWYG Editor feature must be enabled.',1214975355),(3569,'en','comment','phpfox','2.0.0alpha1','user_setting_edit_own_comment','Can edit their own comments?','Can edit their own comments?',1214975363),(3570,'en','comment','phpfox','2.0.0alpha1','user_setting_edit_user_comment','Can edit comments added by other users?','Can edit comments added by other users?',1214975374),(3571,'en','comment','phpfox','2.0.0alpha1','user_setting_delete_own_comment','Can delete their own comments?','Can delete their own comments?',1214975381),(3572,'en','comment','phpfox','2.0.0alpha1','user_setting_delete_user_comment','Can delete comments added by other users?','Can delete comments added by other users?',1214975391),(3573,'en','comment','phpfox','2.0.0alpha1','user_setting_points_comment','Specify how many points the user will receive when adding a new comment.','Specify how many points the user will receive when adding a new comment.',1214975689),(3574,'en','comment','phpfox','2.0.0alpha1','user_setting_can_vote_on_comments','Allow users to vote on comments?','Allow users to vote on comments?',1218723462),(3575,'en','comment','phpfox','2.0.0alpha1','user_setting_can_post_comments','Can post comments?','Can post comments?',1219216463),(3576,'en','comment','phpfox','2.0.0alpha1','module_comment','Comment','Comment',1219147587),(3577,'en','comment','phpfox','2.0.0alpha1','x_wrote','<a href=\"{link}\">{full_name}</a> wrote at {date}','<a href=\"{link}\">{full_name}</a> wrote at {date}',1212758463),(3578,'en','comment','phpfox','2.0.0alpha1','edit','Edit','Edit',1212758797),(3579,'en','comment','phpfox','2.0.0alpha1','reply','Reply','Reply',1212758815),(3580,'en','comment','phpfox','2.0.0alpha1','quote','Quote','Quote',1212758831),(3581,'en','comment','phpfox','2.0.0alpha1','delete','Delete','Delete',1212758847),(3582,'en','comment','phpfox','2.0.0alpha1','delete_comment','Delete Comment','Delete Comment',1212758863),(3583,'en','comment','phpfox','2.0.0alpha1','last_update_on_x_by_x','Last Update on {date} by {full_name}','Last Update on {date} by {full_name}',1212761285),(3584,'en','comment','phpfox','2.0.0alpha1','fill_text_your_comment','Fill in some text for your comment','Fill in some text for your comment',1212761438),(3585,'en','comment','phpfox','2.0.0alpha1','leave_a_reply','Leave a Reply','Leave a Reply',1212761679),(3586,'en','comment','phpfox','2.0.0alpha1','comment','Comment','Comment',1212761697),(3587,'en','comment','phpfox','2.0.0alpha1','submit_comment','Submit Comment','Submit Comment',1212761728),(3588,'en','comment','phpfox','2.0.0alpha1','adding_comment','Adding Comment','Adding Comment',1212761764),(3589,'en','comment','phpfox','2.0.0alpha1','comment_deleted','Comment Deleted','Comment Deleted',1215261123),(3590,'en','comment','phpfox','2.0.0alpha1','voted','Voted!','Voted!',1218714564),(3591,'en','comment','phpfox','2.0.0alpha1','vote','{total} Vote','{total} Vote',1218723227),(3592,'en','comment','phpfox','2.0.0alpha1','votes','{total} Votes','{total} Votes',1218723235),(3593,'en','comment','phpfox','2.0.0alpha1','vote_this_comment','Vote This Comment Up','Vote This Comment Up',1218723252),(3594,'en','comment','phpfox','2.0.0alpha1','vote_this_comment_down','Vote This Comment Down','Vote This Comment Down',1218723273),(3595,'en','comment','phpfox','2.0.0alpha1','comments_header','Comments','Comments',1218724890),(3596,'en','comment','phpfox','2.0.0alpha1','comments','No comments. Be the first to <a href=\"#add-comment\" onclick=\"$.scrollTo(\'#add-comment\', 360); return false;\">add</a> a comment.','No comments. Be the first to <a href=\"#add-comment\" onclick=\"$.scrollTo(\'#add-comment\', 360); return false;\">add</a> a comment.',1219061995),(3597,'en','comment','phpfox','2.0.0alpha1','user_wrote_date','{full_name} wrote at {date}','{full_name} wrote at {date}',1219404347),(3598,'en','comment','phpfox','2.0.0alpha1','name','Name','Name',1219404436),(3599,'en','comment','phpfox','2.0.0alpha1','email_will_not_published','Email (Will not be published)','Email (Will not be published)',1219404453),(3600,'en','comment','phpfox','2.0.0alpha1','website','Website','Website',1219404463),(3601,'en','comment','phpfox','2.0.0alpha1','comments_must_login_signup','No Comments. <a href=\"{login}\">Login</a> or <a href=\"{register}\">Signup</a> to be first.','No Comments. <a href=\"{login}\">Login</a> or <a href=\"{register}\">Signup</a> to be first.',1219405155),(3602,'en','comment','phpfox','2.0.0alpha3','user_setting_comment_post_flood_control','Define how many minutes this user group should wait before they can post a new comment.\r\n\r\nNote: Set to 0 if there should be no limit.','Define how many minutes this user group should wait before they can post a new comment.\r\n\r\nNote: Set to 0 if there should be no limit.',1239106180),(3603,'en','comment','phpfox','2.0.0beta5','setting_allow_rss_feed_on_comments','<title>RSS Feed on Comments</title><info>Set to <b>True</b> to enable RSS feeds on comments.</info>','<title>RSS Feed on Comments</title><info>Set to <b>True</b> to enable RSS feeds on comments.</info>',1245661168),(3604,'en','comment','phpfox','2.0.0rc1','setting_total_child_comments','<title>Total Child Comments</title><info>Define how many child comments can a parent comment have?\r\n\r\nNote: This is only used if threaded replies are enabled.</info>','<title>Total Child Comments</title><info>Define how many child comments can a parent comment have?\r\n\r\nNote: This is only used if threaded replies are enabled.</info>',1250665239),(3605,'en','comment','phpfox','2.0.0rc1','user_setting_can_moderate_comments','Can moderate comments?','Can moderate comments?',1251193218),(3606,'en','comment','phpfox','2.0.0rc1','setting_spam_check_comments','<title>Spam Check Comments</title><info>Spam Check Comments</info>','<title>Spam Check Comments</title><info>Spam Check Comments</info>',1251271192),(3607,'en','comment','phpfox','2.0.0rc1','setting_comment_hash_check','<title>Comment Hash Check</title><info>If enabled this will check if the last X comments added in the last Y minutes are identical to the comment being added.\r\n\r\nNotice: X & Y are settings that can be changed.</info>','<title>Comment Hash Check</title><info>If enabled this will check if the last X comments added in the last Y minutes are identical to the comment being added.\r\n\r\nNotice: X & Y are settings that can be changed.</info>',1251284550),(3608,'en','comment','phpfox','2.0.0rc1','setting_comments_to_check','<title>Comments To Check</title><info>If the setting to check if comments are identical you can set here how many comments in the past should be checked.</info>','<title>Comments To Check</title><info>If the setting to check if comments are identical you can set here how many comments in the past should be checked.</info>',1251284777),(3609,'en','comment','phpfox','2.0.0rc1','setting_total_minutes_to_wait_for_comments','<title>Comment Minutes to Wait Until Next Check</title><info>If the setting to check if comments are identical you can set here how far back we should check in minutes.</info>','<title>Comment Minutes to Wait Until Next Check</title><info>If the setting to check if comments are identical you can set here how far back we should check in minutes.</info>',1251284849),(3610,'en','comment','phpfox','2.0.0rc2','posting_a_comment_a_little_too_soon_total_time','Posting a comment a little too soon. {total_time}','Posting a comment a little too soon. {total_time}',1252996489),(3611,'en','comment','phpfox','2.0.0rc2','add_some_text_to_your_comment','Add some text to your comment.','Add some text to your comment.',1252996511),(3612,'en','comment','phpfox','2.0.0rc2','your_comment_was_successfully_added_moderated','Your comment was successfully added, however this item requires that all comments be moderated by the owner before they are publicly displayed.','Your comment was successfully added, however this item requires that all comments be moderated by the owner before they are publicly displayed.',1252996553),(3613,'en','comment','phpfox','2.0.0rc2','last_update_on_time_stamp_by_full_name','Last update on {time_stamp} by {full_name}.','Last update on {time_stamp} by {full_name}.',1252996649),(3614,'en','comment','phpfox','2.0.0rc2','comment_successfully_deleted','Comment successfully deleted.','Comment successfully deleted.',1252998594),(3615,'en','comment','phpfox','2.0.0rc2','fill_in_your_name','Fill in your name.','Fill in your name.',1252998674),(3616,'en','comment','phpfox','2.0.0rc2','comment_title','Comments','Comments',1252998712),(3617,'en','comment','phpfox','2.0.0rc2','last_activity','Last Activity','Last Activity',1252998824),(3618,'en','comment','phpfox','2.0.0rc2','rating','Rating','Rating',1252998834),(3619,'en','comment','phpfox','2.0.0rc2','rss_feeds_are_disabled_for_comments','RSS feeds are disabled for comments.','RSS feeds are disabled for comments.',1252998882),(3620,'en','comment','phpfox','2.0.0rc2','comment_does_not_exist','Comment does not exist.','Comment does not exist.',1252998893),(3621,'en','comment','phpfox','2.0.0rc2','nothing_new_to_approve','Nothing new to approve.','Nothing new to approve.',1252998943),(3622,'en','comment','phpfox','2.0.0rc2','comments_pending_approval','Comments Pending Approval','Comments Pending Approval',1252998961),(3623,'en','comment','phpfox','2.0.0rc2','comments_pending_approval_total','Comments Pending Approval (<span id=\"js_request_comment_count_total\">{total}</span>)','Comments Pending Approval (<span id=\"js_request_comment_count_total\">{total}</span>)',1252998996),(3624,'en','comment','phpfox','2.0.0rc2','new_comments','New Comments','New Comments',1252999027),(3625,'en','comment','phpfox','2.0.0rc2','comments_for_approval','Comments for Approval','Comments for Approval',1252999037),(3626,'en','comment','phpfox','2.0.0rc2','add_comment','Add Comment','Add Comment',1252999047),(3627,'en','comment','phpfox','2.0.0rc2','view_comments','View Comments','View Comments',1252999055),(3628,'en','comment','phpfox','2.0.0rc2','user_link_added_a_comment_and_is_pending_your_approval','{user_link} added a comment and is pending your approval.','{user_link} added a comment and is pending your approval.',1252999095),(3629,'en','comment','phpfox','2.0.0rc2','by_full_name','By: {full_name}','By: {full_name}',1252999214),(3630,'en','comment','phpfox','2.0.0rc2','latest_comments_on_site_title','Latest comments on {site_title}.','Latest comments on {site_title}.',1252999246),(3631,'en','comment','phpfox','2.0.0rc2','latest_comments','Latest Comments','Latest Comments',1252999267),(3632,'en','comment','phpfox','2.0.0rc2','your_comment_has_been_marked_as_spam_it_will_have_to_be_approved_by_an_admin','Your comment has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.','Your comment has been marked as spam. It will have to be approved by an Admin before it is displayed publicly.',1252999400),(3633,'en','comment','phpfox','2.0.0rc2','not_a_valid_comment','Not a valid comment.','Not a valid comment.',1252999445),(3634,'en','comment','phpfox','2.0.0rc2','unable_to_moderate_this_comment','Unable to moderate this comment.','Unable to moderate this comment.',1252999489),(3635,'en','comment','phpfox','2.0.0rc2','email','Email','Email',1252999530),(3636,'en','comment','phpfox','2.0.0rc2','will_not_be_published','Will not be published.','Will not be published.',1252999537),(3637,'en','comment','phpfox','2.0.0rc2','message','Message','Message',1252999547),(3638,'en','comment','phpfox','2.0.0rc2','item','Item','Item',1252999578),(3639,'en','comment','phpfox','2.0.0rc2','approve','Approve','Approve',1252999602),(3640,'en','comment','phpfox','2.0.0rc2','deny','Deny','Deny',1252999610),(3641,'en','comment','phpfox','2.0.0rc2','your_comment_has_successfully_added','Your comment has successfully added.','Your comment has successfully added.',1253003073),(3642,'en','comment','phpfox','2.0.0rc2','view_replies_total_to_this_comment','View replies ({total}) to this comment.','View replies ({total}) to this comment.',1253003246),(3643,'en','comment','phpfox','2.0.0rc2','are_you_sure','Are you sure?','Are you sure?',1253003269),(3644,'en','comment','phpfox','2.0.0rc2','user_link_at_item_time_stamp','{user_link} at {item_time_stamp}.','{user_link} at {item_time_stamp}.',1253003465),(3645,'en','comment','phpfox','2.0.0rc2','view_more','View More','View More',1253005082),(3646,'en','comment','phpfox','2.0.0rc2','moderate_comments','Moderate Comments','Moderate Comments',1253005324),(3647,'en','comment','phpfox','2.0.0rc2','comment_successfully_approved','Comment successfully approved.','Comment successfully approved.',1253005331),(3648,'en','comment','phpfox','2.0.0rc2','user_link_left_a_comment_on_your_item','{user_link} left a comment on your <a href=\"{link}\">{item_name}</a>.','{user_link} left a comment on your <a href=\"{link}\">{item_name}</a>.',1253005615),(3649,'en','comment','phpfox','2.0.0rc2','no_comments','No comments.','No comments.',1253007452),(3650,'en','comment','phpfox','2.0.0rc3','user_setting_can_delete_comments_posted_on_own_profile','Can this user group delete comments posted on their own profile?','Can this user group delete comments posted on their own profile?',1254142484),(3651,'en','comment','phpfox','2.0.0rc3','no_comments_added','No comments added.','No comments added.',1254575996),(3652,'en','comment','phpfox','2.0.0rc4','setting_allow_comments_on_profiles','<title>Allow Comments on Profile</title><info>Enable this feature to allow comments on profiles.</info>','<title>Allow Comments on Profile</title><info>Enable this feature to allow comments on profiles.</info>',1255773488),(3653,'en','comment','phpfox','2.0.0rc4','loading','Loading','Loading',1255779973),(3654,'en','comment','phpfox','2.0.0rc4','view_all_total_left_comments','View all {total_left} comments','View all {total_left} comments',1255780014),(3655,'en','comment','phpfox','2.0.0rc4','comments_text','Comments Text','Comments Text',1255860241),(3656,'en','comment','phpfox','2.0.0rc4','view_all_comments','View All Comments','View All Comments',1256652089),(3657,'en','comment','phpfox','2.0.0rc4','view_all_comments_total','View All Comments ({total})','View All Comments ({total})',1256652375),(3658,'en','comment','phpfox','2.0.0rc8','cannot_comment_on_this_item_as_it_does_not_exist_any_longer','Cannot comment on this item as it does not exist any longer.','Cannot comment on this item as it does not exist any longer.',1258388355),(3659,'en','comment','phpfox','2.0.0rc8','comments_activity','Comments','Comments',1258500371),(3660,'en','comment','phpfox','2.0.0rc8','new_comments_stats','Comments','Comments',1258756851),(3661,'en','comment','phpfox','2.0.0rc8','you_cannot_write_a_comment_on_your_own_profile','You cannot write a comment on your own profile.','You cannot write a comment on your own profile.',1258848075),(3662,'en','comment','phpfox','2.0.0rc8','user_setting_can_comment_on_own_profile','Can comment on own profile?','Can comment on own profile?',1258848146),(3663,'en','comment','phpfox','2.0.0rc8','update_owner_id_for_comments_only_for_those_that_upgraded_from_v1_6_21','Update Owner ID# for Comments (Only for those that upgraded from v1.6.21).','Update Owner ID# for Comments (Only for those that upgraded from v1.6.21).',1258985244),(3664,'en','comment','phpfox','2.0.0rc8','your_old_v1_6_21_setting_file_must_exist','Your old v1.6.21 setting file must exist in order for us to continue. Old setting file: {file}','Your old v1.6.21 setting file must exist in order for us to continue. Old setting file: {file}',1258985284),(3665,'en','comment','phpfox','2.0.0rc8','the_database_table_table_does_not_exist','The database table \"{table}\" does not exist. We cannot update this counter.','The database table \"{table}\" does not exist. We cannot update this counter.',1258985369),(3666,'en','comment','phpfox','2.0.0rc11','full_name_approved_your_comment_on_site_title','{full_name} approved your comment on {site_title}.','{full_name} approved your comment on {site_title}.',1260134308),(3667,'en','comment','phpfox','2.0.0rc11','full_name_approved_your_comment_on_site_title_message','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>','{full_name} approved your comment on {site_title}.\r\n\r\nTo view this comment, follow the link below:\r\n<a href=\"{link}\">{link}</a>',1260134338),(3668,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_your_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes your <a href=\"{link}\">comment</a>.',1260473572),(3669,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_their_own_a_href_link_coment_a','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes {gender} own <a href=\"{link}\">comment</a>.',1260483353),(3670,'en','comment','phpfox','2.0.0rc12','a_href_user_link_full_name_a_likes_a_href_view_user_link_view_full_name_a_s_a_href_link_comment_a','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">comment</a>.','<a href=\"{user_link}\">{full_name}</a> likes <a href=\"{view_user_link}\">{view_full_name}</a>\'s <a href=\"{link}\">comment</a>.',1260483372),(3671,'en','comment','phpfox','2.0.5dev1','user_setting_approve_all_comments','Approve comments before they are displayed publicly?','Approve comments before they are displayed publicly?',1275006612),(3672,'en','comment','phpfox','2.0.5dev1','your_comment_has_successfully_been_added_however_it_is_pending_an_admins_approval','Your comment has successfully been added, however it is pending an Admins approval.','Your comment has successfully been added, however it is pending an Admins approval.',1275010416),(3673,'en','comment','phpfox','2.0.5dev1','comments_approve','Comments','Comments',1275010577),(3674,'en','comment','phpfox','2.0.5dev1','comment_approved_on_site_title','Comment Approved on {site_title}','Comment Approved on {site_title}',1275012409),(3675,'en','comment','phpfox','2.0.5dev1','one_of_your_comments_on_site_title','One of your comments on {site_title} has been approved. To view this comment click the link below:\r\n<a href=\"{link}\">{link}</a>','One of your comments on {site_title} has been approved. To view this comment click the link below:\r\n<a href=\"{link}\">{link}</a>',1275012488),(3676,'en','comment','phpfox','2.0.6','subscribe_to_comments','Subscribe to comments','Subscribe to comments',1282665092),(3677,'en','comment','phpfox','3.0.0Beta1','setting_total_comments_in_activity_feed','<title>Total Comments in Activity Feed</title><info>Define how many comments should be displayed within each activity feed.</info>','<title>Total Comments in Activity Feed</title><info>Define how many comments should be displayed within each activity feed.</info>',1295000248),(3678,'en','comment','phpfox','3.0.0Beta1','setting_total_amount_of_comments_to_load','<title>Total Amount of Comments To Load</title><info>When a user clicks to view more comments on a feed or item this setting controls how many comments to load via AJAX on the page they are on. If this number is surpassed they are then directed to the parent item where it will display all the comments and comes built in with a pager.</info>','<title>Total Amount of Comments To Load</title><info>When a user clicks to view more comments on a feed or item this setting controls how many comments to load via AJAX on the page they are on. If this number is surpassed they are then directed to the parent item where it will display all the comments and comes built in with a pager.</info>',1295000484),(3679,'en','comment','phpfox','3.0.0beta5','delete_this_comment','Delete this comment','Delete this comment',1319121256),(3680,'en','comment','phpfox','3.0.0beta5','1_person','1 person','1 person',1319121314),(3681,'en','comment','phpfox','3.0.0beta5','total_people','{total} people','{total} people',1319121332),(3682,'en','comment','phpfox','3.0.0','viewing_comment','Viewing Comment','Viewing Comment',1322467136),(3683,'en','comment','phpfox','3.0.0','setting_thread_comment_total_display','<title>Total Nested Comments</title><info>Define how many nested comments we should display.\r\n\r\nNote: This is only used if threaded replies are enabled.</info>','<title>Total Nested Comments</title><info>Define how many nested comments we should display.\r\n\r\nNote: This is only used if threaded replies are enabled.</info>',1322566739),(3684,'en','comment','phpfox','3.0.0','view_total_more','View {total} more','View {total} more',1322634365),(3685,'en','comment','phpfox','3.0.0','viewing_a_single_comment','Viewing a single comment.','Viewing a single comment.',1323170547),(3686,'en','comment','phpfox','3.0.0','view_previous_comments','View previous comments','View previous comments',1323170568),(3687,'en','comment','phpfox','3.1.0rc1','user_setting_can_delete_comment_on_own_item','Can delete any comments posted on their own item?','Can delete any comments posted on their own item?',1332248539),(3688,'en','comment','phpfox','3.2.0beta1','comment_on_items','Comment on Items','Comment on Items',1334578769),(3689,'en','comment','phpfox','3.5.0beta1','item_phrase','comment','comment',1355134050),(3690,'en','comment','phpfox','3.6.0rc1','setting_load_delayed_comments_items','<title>Load Comments via AJAX</title><info>Enable to load comments via AJAX when viewing items.</info>','<title>Load Comments via AJAX</title><info>Enable to load comments via AJAX when viewing items.</info>',1371732573); /*!40000 ALTER TABLE `phpfox_language_phrase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_language_rule` -- DROP TABLE IF EXISTS `phpfox_language_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_language_rule` ( `rule_id` int(11) unsigned NOT NULL auto_increment, `language_id` varchar(12) NOT NULL, `var_name` varchar(250) NOT NULL, `rule` varchar(150) NOT NULL, `rule_value` mediumtext NOT NULL, `ordering` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`rule_id`), KEY `language_id` (`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_language_rule` -- LOCK TABLES `phpfox_language_rule` WRITE; /*!40000 ALTER TABLE `phpfox_language_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_language_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_like` -- DROP TABLE IF EXISTS `phpfox_like`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_like` ( `like_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`like_id`), KEY `type_id` (`type_id`,`item_id`), KEY `type_id_2` (`type_id`,`item_id`,`user_id`), KEY `type_id_3` (`type_id`,`user_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_like` -- LOCK TABLES `phpfox_like` WRITE; /*!40000 ALTER TABLE `phpfox_like` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_like` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_like_cache` -- DROP TABLE IF EXISTS `phpfox_like_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_like_cache` ( `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, KEY `type_id_2` (`type_id`,`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_like_cache` -- LOCK TABLES `phpfox_like_cache` WRITE; /*!40000 ALTER TABLE `phpfox_like_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_like_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_link` -- DROP TABLE IF EXISTS `phpfox_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_link` ( `link_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `parent_user_id` int(10) unsigned NOT NULL default '0', `is_custom` tinyint(1) NOT NULL default '0', `link` varchar(255) NOT NULL, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `status_info` mediumtext, `privacy` tinyint(1) NOT NULL, `privacy_comment` tinyint(1) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `has_embed` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), KEY `parent_user_id` (`parent_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_link` -- LOCK TABLES `phpfox_link` WRITE; /*!40000 ALTER TABLE `phpfox_link` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_link_embed` -- DROP TABLE IF EXISTS `phpfox_link_embed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_link_embed` ( `link_id` int(10) unsigned NOT NULL, `embed_code` mediumtext, UNIQUE KEY `link_id` (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_link_embed` -- LOCK TABLES `phpfox_link_embed` WRITE; /*!40000 ALTER TABLE `phpfox_link_embed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_link_embed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_session` -- DROP TABLE IF EXISTS `phpfox_log_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_session` ( `session_hash` char(32) NOT NULL, `id_hash` char(32) NOT NULL, `captcha_hash` char(32) default NULL, `user_id` int(10) unsigned NOT NULL, `last_activity` int(10) unsigned NOT NULL, `location` varchar(255) default NULL, `is_forum` tinyint(1) NOT NULL, `forum_id` smallint(4) unsigned NOT NULL, `im_status` tinyint(1) NOT NULL default '0', `im_hide` tinyint(1) NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `user_agent` varchar(100) NOT NULL, KEY `session_hash` (`session_hash`), KEY `captcha_hash` (`captcha_hash`), KEY `specific_forum` (`last_activity`,`forum_id`), KEY `general_forum` (`last_activity`,`is_forum`), KEY `last_activity` (`last_activity`), KEY `log_session` (`session_hash`,`id_hash`), KEY `user_id` (`user_id`,`im_hide`), KEY `user_id_2` (`user_id`), KEY `user_id_3` (`user_id`,`last_activity`,`im_hide`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_session` -- LOCK TABLES `phpfox_log_session` WRITE; /*!40000 ALTER TABLE `phpfox_log_session` DISABLE KEYS */; INSERT INTO `phpfox_log_session` VALUES ('2e34e7712b0a6b917e284df85cfe056a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378749884,'/marketplace/category/5/albums/location_LV/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ce7ecbe80f107c67b8d4c2a76cd5139a','8b1515a010eba1767fdb4687ade1b392',NULL,0,1378749886,'/user/register/',0,0,0,0,'62.219.3.11','Chrome 27.0.1453.'),('be4db7d29c169aabc922a34d5812731d','c7f1dae02e652f11eb5218c720f9eee8',NULL,0,1378749937,'',0,0,0,0,'176.31.223.223','Chrome 27.0.1453.'),('41c7beb6f71124e026c41bc2c4e0fe35','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378749961,'/marketplace/sort_most-talked/location_BN/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e44a1fd88022287083e62d53260c29a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378749977,'/marketplace/category/12/male/location_GE/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ca050fda0ab46950ad5c388fafa163af','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378749997,'/user/login/',0,0,0,0,'220.161.96.243','IE 6.0'),('2c01a2f69311876eea6c9eb0b7eb6080','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750003,'/marketplace/category/12/male/location_MW/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2379997e1d5d3ca2d669c9127e92cd75','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750114,'/video/category/8/news-politics/sort_most-liked/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('241e68d4dc10a3cd4202e3f17d98c6bf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750184,'/video/category/15/hip-hop/sort_most-liked/when_this-month/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c82b8aacb09ab87e4c44db197f833687','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750284,'/marketplace/when_this-month/location_EG/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c9a0207d93c4a176e05c5c75f806eba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750300,'/marketplace/when_all-time/location_PL/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('52277c6595a5d881515c9a72245f58cf','8a63129c9720ac25d9f22daa09d901bf',NULL,0,1378750493,'/user/register/',0,0,0,0,'202.51.111.18','Chrome 27.0.1453.'),('158c3e07f5d6fe7740daf0dd8604fddf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750496,'/marketplace/category/12/male/location_PH/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3dac53be60521aa3db6a8a112e65c7ce','c084ca0b7c64b58a06db8f4633d096f5',NULL,0,1378750498,'/forum/',1,0,0,0,'199.119.225.252','Chrome 27.0.1453.'),('9f148f494c65529605e0d0d218a27c32','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750518,'/marketplace/category/5/albums/location_GR/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1a342f7da6145377a71583fc965cc33b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750521,'/marketplace/category/12/male/location_MQ/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('55c715ded0e4f669eb89741803a629b2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750577,'/marketplace/when_all-time/location_PH/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('16a19a78bac9feaba57500fa0c4b1ff3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750599,'/marketplace/location_SA/sort_latest/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9bf8509b576d346a205c9a17468032ac','b9ba37e31959d92aa7e0dcb5fd24de4b',NULL,0,1378750604,'/user/register/',0,0,0,0,'199.192.201.229','Chrome 27.0.1453.'),('ce87b3b33cb32b1da355bd7373a6d906','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750606,'/video/category/16/music/sort_latest/when_today/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aa5f1e84ffb729e42cc6f5dfdb303408','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750618,'/marketplace/category/12/male/location_AN/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c90efba962064d72a904c1eca6f9f790','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750646,'/marketplace/sort_most-talked/location_AF/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d268655f9f9c0713549b8aa8bf91ae59','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750666,'/marketplace/category/10/beats/location_SI/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('815a4654fd73dbe3b4bfeec67d64eebb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750725,'/marketplace/category/5/albums/location_PL/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('68e89dacfe4d330a17ec1c2756446bba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750761,'/marketplace/category/5/albums/location_AD/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('591d4c9899dbcd1c34879682428114c4','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378750781,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('e7c51949024410553d79d1304a7375b2','3fb469bca20b7f0a5ca34ac099ed688d',NULL,0,1378750841,'/user/register/',0,0,0,0,'5.39.4.196','Chrome 27.0.1453.'),('5434f8b002ba053d494669d9de83c6d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750847,'/marketplace/category/12/male/location_CF/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78bd50b97e4eacc4737e39700efc1757','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750854,'/marketplace/category/13/female/location_DZ/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('461a4f067a9bc985de3c39297e915cec','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378750864,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('500f2fd9ac9cb6212b86706c091cdd65','6c4eb679faa7fc02832bda0b9a382651',NULL,0,1378750892,'',0,0,0,0,'23.19.153.207','Chrome 27.0.1453.'),('48528b235ba9cb7e5afea9e229a10f7e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750945,'/marketplace/category/12/male/location_AR/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9af849602892ca2fd244c86fde789328','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378750975,'/video/sort_latest/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3f70092dabd18a6c225773d4af65cd92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751006,'/marketplace/category/12/male/location_NE/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('be0f896e713f7014ac03411293aef481','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751021,'/marketplace/sort_most-talked/location_DE/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e21961c52cdb6c058f6e594dd34afb76','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751037,'/marketplace/when_all-time/location_ST/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fe2e0831b3c838d41881e4ad05c8dded','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751044,'/marketplace/when_all-time/location_MU/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9e2611a1269b2af849819393cbfaf803','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378751058,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('1fa9da36946c25dd3c1c90d09519d4cb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751066,'/marketplace/category/10/beats/location_BL/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('843e059c824bfbc69b4d87897f279ca1','9133b6a27bc94173af00dc0a0e86f03b',NULL,0,1378751088,'/forum/',1,0,0,0,'5.135.113.157','Chrome 27.0.1453.'),('fb5639dc5a794260be254c09d43b36b9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751100,'/marketplace/category/5/albums/location_AD/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2b3e36f8817bd27156d57786be2bfa08','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751111,'/convictcartel/poll/sort_most-liked/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('071702c05f1ec6357718c94f446cc007','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751135,'/marketplace/when_all-time/location_TO/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2847ea3c611df029ee79a201ec4298c6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751154,'/video/category/15/hip-hop/when_this-month/sort_most-talked/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f2da3b1cd80c2b27b3707146f56f6a9f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751153,'/marketplace/location_AU/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b82e75daac4260f42bd7d33e3f9cdce3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751169,'/marketplace/category/5/albums/location_KG/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9c3ff1a874159dc42487c2b52cb49ee9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751194,'/marketplace/category/5/albums/location_MY/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d1d53e844bad9ff129c176b86012fc12','568f3fbb0a9c1b166887730e02db3301',NULL,0,1378751199,'',0,0,0,0,'69.175.89.85','Chrome 27.0.1453.'),('7f6dba9cbdf6b05a963f0bdc1bb46b51','568f3fbb0a9c1b166887730e02db3301',NULL,0,1378751223,'/terms/',0,0,0,0,'69.175.89.85','Chrome 27.0.1453.'),('54e0152dc6579f97782a4cad41e5a22b','64770a4c64549a0bb4aee3748914c0a4',NULL,0,1378751304,'/mobile/user/register/',0,0,0,0,'74.221.217.166','Chrome 27.0.1453.'),('f4639b69478eb6d7a068d2cfcc93df05','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751418,'/marketplace/sort_most-talked/location_CV/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3c7b46183328c4b253613098a2964e9b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751418,'/marketplace/category/12/male/sort_latest/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('886f3bfc4734479a2833dca87fb8f7f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751420,'/convictcartel/marketplace/sort_latest/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53b1fe0a050d3b9d7d645b8e5d95cefd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751420,'/marketplace/when_all-time/location_PR/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('be1d767f631c9f044712bcb63aefb4e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751529,'/marketplace/when_all-time/location_PH/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ca5f763d85fc168bfe1e883b94bef353','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751563,'/marketplace/sort_most-talked/location_CN/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2050673ba33da5ce8319197e6ebb8732','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751638,'/marketplace/category/12/male/location_FO/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7c407cbde00625a5804423c0106d7a73','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751662,'/marketplace/category/5/albums/location_KZ/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('046d7a4f5486fb668465771b6538e713','0f596010b2340efcc234bc9dc6d81a93',NULL,0,1378751666,'/forum/',1,0,0,0,'79.133.196.50','Chrome 27.0.1453.'),('88986052a72be25b81cfeacc270950a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751731,'/marketplace/sort_most-talked/location_CF/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2314bf0c2621f346b5577b4197be2b52','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751733,'/marketplace/sort_most-talked/location_EC/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d7ad190324b0d881be4ee6caa69c155a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751765,'/marketplace/category/5/albums/location_CD/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6a3a8b9d93922d2f8589c368d5d42f6a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751770,'/marketplace/location_KR/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('32e1b47c12f702fc8fa32eb150cc9dd8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751802,'/marketplace/category/12/male/location_ZA/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5fddfdfcfb3eadc911047dc66a9093b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751886,'/video/category/2/comedy/sort_most-liked/when_this-month/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fab8c5f7726ef118cdd65f80fef4ff17','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751916,'/marketplace/category/11/apparel/location_VE/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c0a70a5ce05133f620e856e0e3312f74','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751962,'/marketplace/category/5/albums/location_BA/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6b5f985c55a9001171bf95865ceb2b82','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378751972,'/marketplace/sort_most-talked/location_CH/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ddc556a5b96e602003c9aa6649381849','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752004,'/marketplace/category/5/albums/location_EC/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('13f00901b29700213f15e72b82ecd7e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752023,'/marketplace/sort_most-talked/location_FJ/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67afd4243fca20edb863b0be843fe1c1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752058,'/video/category/15/hip-hop/sort_most-liked/when_all-time/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('669e7ee8821163ba8fd07219b4830738','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752062,'/marketplace/category/5/albums/location_HM/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d7c9e17d5408360bae346ba1d4ba7813','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752073,'/marketplace/when_all-time/location_MZ/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d633ea75d7c53ed3c45d01a1ce3b15d3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752075,'/marketplace/when_all-time/location_LV/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('90d8827822e6b7c7a8eba40e4d55ccb0','233c0ade7eca2a5f0d9faa91f5c2a8c3',NULL,0,1378752081,'/user/register/',0,0,0,0,'5.135.187.16','Chrome 27.0.1453.'),('946c0e781344d016bd73e94b21893010','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752270,'/marketplace/category/12/male/location_HK/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f78691c8b0ba43853a06193fbca929e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752306,'/marketplace/sort_most-talked/location_EE/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('453b5edf3abc4e2b68df2db38fc52ce6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752356,'/marketplace/sort_most-talked/location_DM/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d231bc4e67a76c2a7a1412a850d61ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752384,'/marketplace/category/12/male/location_NP/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('90289ab6f29a263e1f20c4feda6ac771','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752384,'/marketplace/category/5/albums/location_RO/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0bc687a8b39104891660d7b3bd6fd2c2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752391,'/poll/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bbdd39ebb2b9068dfd91867fa3f518c3','4e68e813bed30e360dedba8fed37d781',NULL,0,1378752446,'',0,0,0,0,'69.175.20.67','Chrome 27.0.1453.'),('d87968c824c6db2444a9ea4bc3934bd1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752587,'/video/category/15/hip-hop/sort_most-talked/when_all-time/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b517b34ad62daef512228e7d86653861','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752607,'/marketplace/category/5/albums/location_AS/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5879da605c680534184a8bf63b7fe488','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752611,'/marketplace/sort_most-talked/location_AS/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88638ce093bf0141ebcaadad98b8cb50','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752637,'/marketplace/category/12/male/location_IL/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('01d918c04f638c39a230c31a5e4a026f','59bed2e3b6d7c2b6a248569724738797',NULL,0,1378752657,'/user/register/',0,0,0,0,'46.105.247.70','Chrome 27.0.1453.'),('f46a91de5675a5b508e0b4240fa95e7f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752659,'/marketplace/category/5/albums/location_HT/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4f443a1da86f208c8411630a21fa066b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752693,'/marketplace/sort_most-talked/location_CL/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c0f24ec7d2f7b156d0ae8f45d4bcbd8b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752748,'/marketplace/category/5/albums/location_SH/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c9224984e8ac4aa146206b5006db68e5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752766,'/marketplace/when_all-time/location_NF/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85858c4d91eee7ce0c41b02705c0650d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752785,'/marketplace/location_NF/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('11cc492ff08e1e8abaa8c2187388aa88','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752799,'/marketplace/category/5/albums/location_DO/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('08f5f65b5485946b3c5a40af6f59304f','de09e3f526835f77d54bd0fd1d356fe7',NULL,0,1378752798,'',0,0,0,0,'198.50.229.133','Chrome 27.0.1453.'),('03b4583ee1b1e55b05e170ceb1d21159','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752803,'/marketplace/sort_most-talked/location_CZ/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('68fb39c4dc36f72ca2411df9392983ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752807,'/marketplace/category/5/albums/location_ID/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('37dc9ae5eb3578439cb0cd177e6d1508','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752844,'/marketplace/sort_most-talked/location_AU/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5dce6332fe5db98dc24fee47077769d5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752850,'/marketplace/category/5/albums/location_BM/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8a8991d7ec5dda0c460cb2a81bcd2e5f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752889,'/marketplace/sort_most-talked/location_BL/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('391cd6802d958ca02c6b8af0623f0390','764761a31be1370cf5e05c6a9c154e40',NULL,0,1378752918,'/',0,0,0,0,'174.34.149.137','Chrome 13.0.782.1'),('42450da094011f2a5ee269a0c78bbd94','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752959,'/marketplace/category/12/male/location_VC/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8f5b188e4153ab7411cb750e14399cd3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378752978,'/marketplace/when_all-time/location_NF/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b79321b044df6000c8156bf3e6d5ef79','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753000,'/marketplace/when_all-time/location_SG/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0e62b1c5c7abeb9bdf46d11e39564395','ee16f1283a126a5655a95cd73b90472e',NULL,0,1378753011,'/user/register/',0,0,0,0,'173.236.58.212','Chrome 27.0.1453.'),('75af0d021afa2be849a6e494b6c8b530','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378753314,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('0efadc5269b38f017134b7a15d34f5e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753351,'/marketplace/location_MT/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d628aef35f17f0ac04edb9b256e81380','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753351,'/convictcartel/marketplace/sort_latest/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5121e94277d63967455db83c3cff9b97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753364,'/marketplace/when_all-time/location_PF/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e493b17041bce2cdd993084bd630a204','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753415,'/marketplace/sort_most-talked/location_BH/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c449068bd1b18e37b0fd3dce37090130','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753417,'/video/category/6/gaming/when_today/sort_most-viewed/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82e2aec8a8a8956479b345cb06bb2ff4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753437,'/photo/album/profile/53/profile-53/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d7230079371021a67ef38b2e0ddadbfd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753440,'/convictcartel/marketplace/when_today/sort_most-talked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0ffdb766ac075f0688182ab71bbc81e8','58415c7ef869933954e103a83ce778c8',NULL,0,1378753450,'/terms/',0,0,0,0,'64.120.50.162','Chrome 27.0.1453.'),('45f8e44e1f22d8930c04c7109b64f81a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753489,'/marketplace/when_all-time/location_KG/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('673247056d35031f21261f63f2eaf951','585fb46bb3be10920a312f635f522642',NULL,0,1378753508,'/terms/',0,0,0,0,'150.70.97.126','IE 8.0'),('4e1740f57b5d8c4fad786be7bb0bb4bb','11998158b61144dbccc603e6a94d158b',NULL,0,1378753600,'/terms/',0,0,0,0,'127.0.0.1','IE 6.0'),('71ab91ad0a485a4d9e1497f19a9fd183','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753626,'/convictcartel/photo/when_today/show_20/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9bf83e480d095e28f537fc84b11ca7ba','98d90f093e789a8cbff1aeb15a78b7ac',NULL,0,1378753661,'/user/register/',0,0,0,0,'96.127.190.74','Chrome 27.0.1453.'),('3706730f56722bb7f18d125eb7840051','942f56a9cec51789c014a8c24d52af23',NULL,0,1378753766,'',0,0,0,0,'5.144.176.130','Chrome 27.0.1453.'),('c58f8fe93e3810c5934c42cf69ea8d31','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753866,'/video/category/4/entertainment/when_this-month/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a54cbe71d87f322fdde213cb9c357be1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378753870,'/marketplace/category/12/male/location_SN/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e8dab02ca0764042bd4ecef1f0ea5a7e','6f04344e5d298529383ca3810d6982f1',NULL,0,1378754036,'/user/register/',0,0,0,0,'192.82.249.145','Chrome 27.0.1453.'),('7a38e8c665d5e7e4be45ee59f2d786dd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754062,'/marketplace/sort_most-talked/location_LU/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('067ce275650f9da894e62adb0fb6c9bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754089,'/marketplace/category/5/albums/location_BV/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('15eb9c5aac1711e087fb709e2b01e6d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754111,'/marketplace/category/12/male/location_NA/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e9003f4bbf0bb648e20b7c8747cc2788','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754141,'/convictcartel/marketplace/when_all-time/sort_latest/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59a7f84119900c11592e04e7beba407d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754144,'/marketplace/category/5/albums/location_SC/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3727c6f19fc34bbe72569c6fe4cffcc8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754149,'/video/category/4/entertainment/sort_most-viewed/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f2b9abeeff18b50cbb39f55e0fd23b3a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754158,'/marketplace/category/5/albums/location_NZ/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98399ac2bd4e036e712fa83b55a07af5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754161,'/marketplace/location_CC/sort_most-liked/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e1e542935c191e2b609748d25c958c51','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754195,'/marketplace/category/5/albums/location_FK/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6e9bee5db033166120706e159e0644b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754197,'/marketplace/category/12/male/location_JO/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7227c660721f58eada496cc066b177b8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754235,'/video/category/6/gaming/sort_latest/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cc15cb3de5f9d123354b40adab6146f5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754281,'/marketplace/category/5/albums/location_GB/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27046d8e19ac244d63ca0076e5d34657','16b0e8acbc31c8025fb54ad2fd6174f1',NULL,0,1378754306,'/mobile/user/register/',0,0,0,0,'98.202.155.236','Chrome 27.0.1453.'),('c425124f12b9cbc88032164b52235966','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754422,'/convictcartel/poll/sort_most-talked/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b417ce8243899d96cb2d5558164e54e6','2154dbbe900c49584ad9907576f32668',NULL,0,1378754441,'/user/register/',0,0,0,0,'176.31.3.243','Chrome 27.0.1453.'),('467b84d61a8d36fb509a85a2cde1f403','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754576,'/video/category/6/gaming/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6790decc355922e860540411573ca4d5','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378754578,'/user/register/',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('ec7412d5cd6603da4055b3610175a60a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754610,'/marketplace/sort_most-talked/location_BW/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02ff7f1ec29b7c8430c1820b860b9771','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754629,'/marketplace/category/11/apparel/location_HT/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8f28c021d15b324fdf0f60a427016b76','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754673,'/marketplace/category/5/albums/location_GM/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84a69c1c609e66e8dc3fa73a007fb03a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754783,'/marketplace/category/5/albums/location_HN/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59f307ef3234b8bcb51a4cd04eb7146d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378754815,'/video/category/2/comedy/sort_most-viewed/when_this-week/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ecd63e3b6a0cf2b03793663f67a889d9','249a755478c3c65bb26e367db6832235',NULL,0,1378754916,'/',0,0,0,0,'5.34.247.119','Firefox 4.0b7pre'),('33da83e6f0919ce29466913b1f3458f2','2a5dae65000b70e269752d5d93751418',NULL,0,1378754919,'/',0,0,0,0,'5.34.247.119','Opera 9.80'),('09b3f3869785eeedf3c2e5c0e1611ffb','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378755007,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('f524734229a0d058b60399dff87352b0','83e1772e77297c3b568a7683616db172',NULL,0,1378755176,'/forum/',1,0,0,0,'192.119.151.92','Chrome 27.0.1453.'),('bf8b68f4ce0bae1c0630fe17d655674a','9eeecdce48454aa524145743616c1c15',NULL,0,1378755179,'/forum/',1,0,0,0,'23.19.171.90','Chrome 27.0.1453.'),('68492345d323c3bb42e969158c347d2b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755183,'/marketplace/category/5/albums/location_AM/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('39e9327631707febe55aa00af3414954','7a87e6512d74174313aa523a8ae218fc',NULL,0,1378755277,'',0,0,0,0,'198.23.152.142','Chrome 27.0.1453.'),('0f716129d897125d1c39509c4684de9b','c084ca0b7c64b58a06db8f4633d096f5',NULL,0,1378755311,'/forum/',1,0,0,0,'199.119.225.159','Chrome 27.0.1453.'),('51c914562ba6624f96ce9efcc20ade6d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755314,'/marketplace/sort_most-talked/location_AI/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9055bd8292a771ad1feef2df94c03f97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755436,'/marketplace/category/12/male/location_LA/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f4f08faec6ca891af8cf186f57ebbca0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755451,'/profile-35/friend/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('41d93f8c84f6e4de9e3e2a5dcdd7b5c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755515,'/marketplace/category/11/apparel/location_FI/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f37a04610dee944c3b0df87b9914a214','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755523,'/marketplace/category/12/male/location_SC/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('28862fca3502886a8edd80cedcbd6a0b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755532,'/marketplace/category/10/beats/location_ML/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('50c2b83835ef54f963040d24bddeed4c','47ee28813c699031aab76908c9476b94',NULL,0,1378755602,'/terms/',0,0,0,0,'46.37.168.251','Chrome 27.0.1453.'),('18ad69972169246922d0bcae99b92bba','08e3007646d321c8e581cdc35bf0f2d3',NULL,0,1378755605,'/user/register/',0,0,0,0,'172.245.22.178','Chrome 27.0.1453.'),('e088dc67bcca7cfd40bfde633cbf19d8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755617,'/marketplace/category/5/albums/location_YE/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2ab4708103d09e8f171d505df6099a38','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755654,'/marketplace/category/12/male/location_DO/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1f4b7e2b7a50f2eb76818e71a91426c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755655,'/video/category/2/comedy/sort_latest/when_this-month/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ccb5b15dd9d44e4b33d68403dee28f5c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755702,'/marketplace/when_all-time/location_TF/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0ed651a8aa7505d4656195809363a61','6468dc61a5ce37773a01ccb3d9a7562d',NULL,0,1378755741,'/terms/',0,0,0,0,'147.255.56.188','Chrome 27.0.1453.'),('e572529e78f611e0ab5e45ec04cab9f3','f237b4e1141ba79ec4ca65ee86a33dbe',NULL,0,1378755814,'/user/register/',0,0,0,0,'151.237.189.102','Chrome 27.0.1453.'),('93916da467b8feaa59e7b9fdd45772df','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378755970,'/marketplace/category/5/albums/location_PY/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('707e3e4cc923c3a764a600ba42fa4030','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756012,'/marketplace/category/12/male/location_AX/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6bce24626f3489e6b813e717f05d2a04','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756025,'/marketplace/category/12/male/location_KY/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88bbbc9e333d70bf4357eca397b39fbf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756046,'/marketplace/sort_most-talked/location_CG/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f3cdbe8c3462da51a9d80b5af84f6c69','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756048,'/video/category/15/hip-hop/sort_most-talked/when_this-week/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('547a67089507cf2cb066e8605cd31ab2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756066,'/marketplace/sort_most-talked/location_AX/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('28bf399046b6cd89bd9940cbe5b4f8e7','ab2d55b4599b3837b5db8bc2ea252e06',NULL,0,1378756079,'',0,0,0,0,'5.152.199.187','Chrome 27.0.1453.'),('b9732deb626bb6b8ce8a9b6d33f41920','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756120,'/marketplace/category/12/male/location_IN/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('704ac679aa9325063d8d80b0c0dbb08c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756124,'/marketplace/category/5/albums/location_EE/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f8999f22b73bfc58513316210063df10','19426cce007a5d884e92373caf72216a',NULL,0,1378756149,'/terms/',0,0,0,0,'108.163.241.28','Chrome 27.0.1453.'),('558652eeec73c40910a78d9fa537a8c4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756164,'/video/category/8/news-politics/sort_latest/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('09aa08a85ad96fda9c028a440282508c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756197,'/video/category/8/news-politics/when_today/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ee5b8f53c9f93e5800102988e1377d08','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756253,'/video/category/8/news-politics/when_this-month/sort_most-talked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('12b7b3b9264a4dbd8267da3d6941cdb0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756266,'/friend/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ea442d0198688f371ed6f17e06f60b3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756269,'/user/login/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98a4fbd8b930b204646f43c3b22b1859','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756273,'/music/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d77af2ddfe2972fdbb7c2b655d462aa7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756277,'/pages/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('938b8c499f8baedc0cb7f72af30b3eec','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756280,'/photo/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a645db66e93adf3514a153aad89f07e2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756283,'/poll/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00f18cbef449895d78f3e7a733bfbcd0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756286,'/quiz/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f4a652943641dd6452f4f5369b87b12','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378756290,'/user/browse/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('416ea4ad2a3a9602fa5e9a5e6d3f4d9d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756314,'/marketplace/category/12/male/location_HM/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ad65253b502be6ddbb330ee78847ef3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756382,'/video/category/15/hip-hop/sort_most-viewed/when_all-time/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2477db6d8bda62ea0fa58b9f111e5fd8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756399,'/marketplace/sort_most-talked/location_BR/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('203b6decee6ffe6eb3451dcc32840486','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756403,'/marketplace/when_this-week/location_MX/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('829be4dcd7dbb53796e672cef13253f2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756416,'/video/category/2/comedy/sort_most-talked/when_this-month/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cce12e9df744145fe1b9c8b513e6b3bf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756483,'/marketplace/when_all-time/location_ZM/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9931913c58fd5a0a1591f87e0f867753','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378756508,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('32539a01f14f5263c7a3dc808da9084a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756582,'/marketplace/sort_most-talked/location_BZ/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7b18c7eb4994edb917853e0b3d9c5f8a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756585,'/marketplace/category/12/male/location_SA/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('89f83c75f015e83298f7b3039d4bc9ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756605,'/marketplace/sort_most-talked/location_AM/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ff15fe2085f9ed90e51f353b50a4d36e','12f36206c9448b3daf21459226f35f3f',NULL,0,1378756694,'/marketplace/category/13/female/',0,0,0,0,'66.249.66.179','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('54dfb956b967a5ebed22fc19ebcb0478','3d60bdab85fb51a8069db9df3c4d2fff',NULL,0,1378756775,'/forum/',1,0,0,0,'142.234.62.34','Chrome 27.0.1453.'),('cd10d78ed0b0fe114c4dbcb3612eab3b','bda6e7cb0bf1651178ae54b8885fedf2',NULL,0,1378756819,'/forum/',1,0,0,0,'173.234.216.239','Chrome 27.0.1453.'),('526f51052c281ea8d16d11ed298e13e3','6172e8bc2823263c35b4341a18b4767b',NULL,0,1378756869,'',0,0,0,0,'5.135.38.131','Chrome 27.0.1453.'),('4889de6292ae91ff9e47a7d14f020dd8','ab1680b08be7eddcf73812e8bb69f94b',NULL,0,1378756881,'/forum/',1,0,0,0,'150.70.173.59','IE 8.0'),('6bdc69ba2f011e340ee26fe680183374','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756886,'/convictcartel/video/sort_most-talked/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d906f9486cb815d1101fb5fc0da5f52c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756892,'/convictcartel/blog/when_this-month/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('432a0f8fca35d36f2c603f7159429f75','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756893,'/convictcartel/photo/when_this-month/sort_most-viewed/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ec6b4f6ff9b3dc5b15cfbfe5615bbb38','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756910,'/marketplace/when_all-time/location_UG/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3e3c725265a062c068a733bbb9143f79','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756920,'/marketplace/category/5/albums/location_AD/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e45834de6db79767dee000ef47721884','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756920,'/marketplace/location_HR/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('70131ecb7e7ddd2c9288f0bd0177718a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756965,'/marketplace/category/12/male/location_NU/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('137ecfd4aebe3a41f3596676df56c6d2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378756993,'/marketplace/when_all-time/location_YE/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('86af41a90040db0fbd3e708810c49f69','11998158b61144dbccc603e6a94d158b',NULL,0,1378756998,'/forum/',1,0,0,0,'127.0.0.1','IE 6.0'),('acb1a7d585138ec9e79da63778e72393','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757007,'/apps/category/1/alerts/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('938e79bc65be95535098b91dfdd46ca9','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757011,'/apps/category/10/food-and-drink/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c03d28c621391bec6d954e417e7ae356','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757014,'/apps/category/11/gaming/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ca89b2adca5f114ab70c5ca8dfcbd4e','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757018,'/apps/category/12/just-for-fun/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a83f815cf2625096b2dcb348935d09ad','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757021,'/apps/category/13/messaging/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cd6d9aea4e4534a5a5b47befde8d9445','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757025,'/apps/category/14/mobile/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('054ff5d3cf71e338afc0cede1047b445','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757028,'/apps/category/15/money/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('48b4404ef610eec065c682b3ffd72b8c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757031,'/video/category/2/comedy/when_this-week/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('efabba755f42a7dc7524e35baec11eae','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757032,'/apps/category/16/music/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('26d8bfc901cbf5caea038a14e3cafc99','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757035,'/apps/category/17/photo/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d90f6163135d8831e9ce40da1c30df2f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757039,'/apps/category/18/politics/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7c1411e2793117bb6f30dc4ef9d915a1','348ae9abcce363890c9d252b8f8c3176',NULL,0,1378757039,'/user/register/',0,0,0,0,'151.237.191.249','Chrome 27.0.1453.'),('da81be78dbccaa9ee953753dadce5135','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757043,'/apps/category/19/sports/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('99ecaa2fdd064843ba5c933f2f76301d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757047,'/apps/category/2/business/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5c76ac46164fe8b1b76c08558cfedf92','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757050,'/apps/category/20/travel/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ee1662cf2b511b71570a6b3351cdfb0','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757054,'/apps/category/21/utility/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('94db27139d73b4f148cdf81126113d12','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757057,'/marketplace/category/5/albums/location_BM/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('10146dbf2f4e48f722114c70daec046d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757058,'/apps/category/22/video/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a6c50f88197f1c157fbf7dd0ca460e4d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757061,'/apps/category/3/chat/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b254b07d845e4b73926f4465a31210fb','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757065,'/apps/category/4/classified/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bef9c31af55bce03ff79d76672f00788','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757068,'/apps/category/5/dating/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7c5977d0c03225e48a7f5fe0e8e27beb','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757072,'/apps/category/6/education/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e12daf614283feb3a17427805264721e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757076,'/marketplace/category/12/male/location_AG/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c49094f39c0f472482c4fdf284d442bd','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757076,'/apps/category/7/events/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1dbeeff0a52fab4263b87399d073c5a','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757079,'/apps/category/8/fashion/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2a59b36b4e341a87c1d8400c9852ae54','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757081,'/marketplace/sort_most-talked/location_BD/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5a66f08a7ea0a5702429cf740aa6f885','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757081,'/video/category/2/comedy/sort_latest/when_this-month/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('251664f8f178dfed94b9878af29ebd60','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757083,'/apps/category/9/file-sharing/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('59763f083bdfc455c27015950a2973cc','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757086,'/apps/show_10/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0425747d9bb3b423306eb3fb94f0c9b7','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757090,'/apps/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d3c448815770524cf4ebdd18d1f57a1a','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757093,'/apps/show_20/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aabbf95b5b8bc88ce50e7c7aa8e8b4f5','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757097,'/apps/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93734e4500a383409636c520ad4d0617','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757098,'/marketplace/sort_most-talked/location_BZ/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7ebe1784969b41ba4fdf7ac6407b80d5','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757101,'/apps/view_installed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('349dbb518eadc2b0625ac031c5653b50','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757102,'/video/category/16/music/sort_most-liked/when_this-week/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ed8c188d1bfff014c8635e9485eb242d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757104,'/user/login/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('24190040ea952937eabc66340f9dccf1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757107,'/profile-32/rss/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f4fb41b99ae358e08b379d7e0be9a275','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757108,'/apps/view_my/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('42e664c11f99421eca71a5a0c3aeab5f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757111,'/user/login/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ec5f82f5672daf2e50875a96e0c9528','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757114,'/apps/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5d6619a64396fd0418125f1592fc6e5a','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757118,'/apps/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6bf95cd3046058f9dfdd2ec4c03d550d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757123,'/apps/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('55ad007f0f50a0344ff415f42d6678db','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757126,'/marketplace/category/5/albums/location_SN/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c44b4f7458edae39212abd7e9db690be','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757151,'/video/category/16/music/sort_most-talked/when_this-week/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('38dae89ff3eb4dd5574ae24809517d24','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757173,'/apps/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ab44ff8652f33ac77c1a8051855a251','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757176,'/convictcartel/info/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3ee708f43c7805266e67781cbbd484b','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757178,'/convictcartel/rss/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('75139806866ca51e1a12d341bdaf9f2f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757181,'/photo/album/profile/1/convictcartel/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3a8237772d3ab08ba9942e3f7d9e1d8','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757185,'/video/category/15/hip-hop/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cc0e08259647edf049af381c10dcf8c0','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757188,'/video/category/15/hip-hop/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d1c7cd849d5b34e5bf4d2026dc940f3','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757191,'/video/category/15/hip-hop/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa4ae3cafc294379e95fa0e3889033e5','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757194,'/video/category/15/hip-hop/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('99603a9b47f84fd77298535cbd6fc112','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757196,'/video/category/15/hip-hop/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a3d17e8c61806da49ce4e51666d538e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757197,'/video/category/2/comedy/sort_most-viewed/when_all-time/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cf6c5689d6018a4a0ff5cdcec068c911','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757199,'/video/category/15/hip-hop/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('257f08d9b7fae0a3b22dfc739eaa8960','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757202,'/video/category/15/hip-hop/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('80ab86cc224860a86a5deeb70f2de486','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757204,'/video/category/15/hip-hop/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb0769060dca9d7ded1fcce09af5297f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757207,'/video/category/15/hip-hop/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('64b904be09856dba7f67f7263f95322f','1ecf27a6d1903c7929f8ac2749577871',NULL,0,1378757261,'/user/register/',0,0,0,0,'54.200.27.109','Chrome 27.0.1453.'),('0bff2dfa20771b473efee85845faca5b','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757262,'/video/category/15/hip-hop/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('acffbf1221a1cd25aa8c06831e622581','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757265,'/video/category/15/hip-hop/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90c4d51443e52711a89f9d7ef171f84d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757267,'/video/category/15/hip-hop/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ebc14764f1aaa9b0538b4e018254f7ec','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757270,'/video/category/16/music/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('adada99227edd814e37d7b64f3210049','60db942af2f0b0b402cebcf5201e7fe0',NULL,0,1378757271,'/user/register/',0,0,0,0,'46.105.73.32','Chrome 27.0.1453.'),('655e2a0392cee8f0dece4f2a036ff795','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757273,'/video/category/16/music/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('15265ddbacee4324b32ca1f7f0e5380b','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757275,'/video/category/16/music/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('645998266804defaf6bee7186d527f92','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757278,'/video/category/16/music/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a72e10a44fdb134b2da1f9d1b9af589','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757281,'/video/category/16/music/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0b47b7f7d669b60dd01244e93a47e3ba','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757284,'/video/category/16/music/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce6eb58b62eabf019c1bf862d98e608b','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757286,'/video/category/16/music/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9289d5008da7e93d201c2c5de7629231','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757289,'/video/category/16/music/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('298f1a7198c1891eea02dd9d259006c9','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757292,'/video/category/16/music/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9874a23d559554e78aa8300f29882577','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757295,'/video/category/16/music/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e01bb3e7089fdce241742ce32c25c5b3','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757298,'/video/category/16/music/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f2e686ecd6e4c625e893271aa507b0a9','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757301,'/video/category/16/music/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d529516426687129cb43bff68118b0ea','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757304,'/video/category/2/comedy/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d86a783617442301e283a754189d7ce2','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757306,'/video/category/2/comedy/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('32baeff931e68613b9e73dac707eb99e','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757309,'/video/category/2/comedy/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('40b85f0c1d84b938fdc1813a43d883b7','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757311,'/video/category/2/comedy/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe3b7e82e7b579403dbffc03351ae7b4','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757314,'/video/category/2/comedy/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('85abfd5b6b6fb75c79b705e2357d09a7','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757317,'/video/category/2/comedy/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1ab160b718e46fd8f4cb8fffc64bd8bd','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757319,'/video/category/2/comedy/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d68d5e58e1308e922ed020feb5bc0d19','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757322,'/video/category/2/comedy/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1bd80adeb5eeb4dd8b2be4331bd584e7','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757324,'/video/category/2/comedy/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e41bf08367a9a84e6be87ae1d561ec2','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757327,'/video/category/2/comedy/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7dc39f4e6e24bbb0f818ba379c502075','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757328,'/marketplace/category/12/male/location_IQ/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c0230c3894e97377a2923ec2c1c2716d','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757329,'/video/category/2/comedy/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4be3cabf2a26b8d194287d9b331d8146','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757332,'/video/category/2/comedy/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('134a8afa9d39303820bb91309a928b42','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757335,'/video/category/4/entertainment/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a4fdbe6b82685bb4249e3c79bf223e8','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757337,'/video/category/4/entertainment/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('36dc2309d6a40f935d7d2cd9986172e1','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757340,'/video/category/4/entertainment/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d40bfd42257dbc380513a2494d36ac80','be663d340436140dd5fd1fd2db3b6884',NULL,0,1378757344,'/terms/',0,0,0,0,'114.80.157.182','Chrome 27.0.1453.'),('6377d8eac896d76051cc174a8e99d84c','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757343,'/video/category/4/entertainment/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93357b17d817f767742c93531517f09f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757345,'/video/category/4/entertainment/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('76996638e8858d69c8bea6c9481a3b76','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757348,'/video/category/4/entertainment/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce036b753ab8cbe92f94b42ef03fc867','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757351,'/video/category/4/entertainment/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a6e895b20aebddd279972b64871f276a','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757354,'/video/category/4/entertainment/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7edaa9e71c395ed977ede0ddcf4487b2','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757357,'/video/category/4/entertainment/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bfe0f8fb58264e5775681183963dcd4f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757359,'/video/category/4/entertainment/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e087ed804e49ef83981b4757fd14a50f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757362,'/video/category/4/entertainment/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5bc69c97f2b188b4971054f0fa91df58','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757364,'/video/category/4/entertainment/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8309cbe392de5c329d025b52e2a55ac5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757365,'/video/category/8/news-politics/when_today/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5c54867eb1b0b9f415aeff2dc9c33a5a','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757367,'/video/category/6/gaming/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a36f625f9bf83c5143efc2aeba571935','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757369,'/video/category/6/gaming/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('10eacea9477dfd4e6b5df87679525935','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757372,'/video/category/6/gaming/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ef7919165a461efe3cf2bbba77326ff','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757374,'/video/category/6/gaming/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bb6ebaed641c9112205f41a106b168b1','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757377,'/video/category/6/gaming/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa347a71b3ff3e4f73474abdccf9dfaa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757379,'/marketplace/category/12/male/location_LT/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac9a16ed9a3c32e726ec7cd3ae7a0667','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757379,'/video/category/6/gaming/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e591cc168881b3630fbe1079ce5f0aed','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757382,'/video/category/6/gaming/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b2125af3d573648aaf0b217b16b693ce','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757384,'/video/category/6/gaming/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af70c00e59ee5f571b7983015477dc11','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757387,'/video/category/6/gaming/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('06a2dbf466a01daad667f2ba920f2397','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757389,'/video/category/6/gaming/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95bf18960856aa1901125a0e2ba5954e','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757392,'/video/category/6/gaming/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ce73bc894d600649bba39bc42361be6','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757395,'/video/category/6/gaming/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6d264078efd621ce0af1ef99d3338b2f','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757397,'/video/category/8/news-politics/show_12/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28e2310e64d4ed91300835e0a70058c1','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757400,'/video/category/8/news-politics/show_15/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e55654e55f7b4d3210c99c702dbf5a66','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757402,'/video/category/8/news-politics/show_18/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d3ca0382884bebaf57608b3b83e0794e','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757405,'/video/category/8/news-politics/show_21/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f1ea4e4eea4231be4641b73ddde64f0b','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757407,'/video/category/8/news-politics/sort_latest/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('56c9276a195326f6c57fb0557ec7b8da','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757410,'/video/category/8/news-politics/sort_most-liked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f022bbd8975fd2b868a2343d694a330','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757413,'/video/category/8/news-politics/sort_most-talked/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('01e1a91cd0b4a142e9673b6dbcdb7762','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757415,'/video/category/8/news-politics/sort_most-viewed/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('60e8e5bf0ad226b1acbed17b40cf9249','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757418,'/video/category/8/news-politics/when_all-time/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93e7daf6360dafcde022a580e314a27f','8267c133475a70fd1d11337aacbc4d1a',NULL,0,1378757418,'',0,0,0,0,'180.180.66.129','Chrome 27.0.1453.'),('95671c5f314448744b1e51c9669a8618','1e21be8fcbf22b352a622f15440a08d5',NULL,0,1378757420,'/forum/',1,0,0,0,'91.121.4.183','Chrome 27.0.1453.'),('efed63861e6b2c9d9373fdf5e0fd94ed','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757420,'/video/category/8/news-politics/when_this-month/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c8bbe35b990680de1c9fc2e91f978a76','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757423,'/video/category/8/news-politics/when_this-week/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d716c585ea671591f4b4021bd255d078','957bde5ee8bc1a54a17b8b96e577b2b8',NULL,0,1378757425,'/video/category/8/news-politics/when_today/',0,0,0,0,'162.210.196.100','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e15bd1d9427a0e0e866639cd711595c5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757443,'/marketplace/sort_most-talked/location_AT/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('112f63d2003b71405f6c86d3ead8218e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757460,'/marketplace/category/5/albums/location_CX/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7abc5c1c0458eccb1566dd260dbb06f0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757471,'/marketplace/category/12/male/location_PW/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2553b0d4099b361648ab209eadd6f75a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757516,'/marketplace/when_all-time/location_TT/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2dddeda9310b2c6f7b40fec9be69bcb7','548e88defafff4813ae4bfd82746bdc5',NULL,0,1378757630,'',0,0,0,0,'91.237.249.99','Chrome 27.0.1453.'),('0eddffc2cde0f77f56027aae0083a719','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757825,'/marketplace/category/5/albums/location_CX/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6f93a199bd296526522f7cd9d3e91c52','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757845,'/marketplace/sort_most-talked/location_AD/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fbb809efe903a7e6fa901cb007daa5d7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757925,'/marketplace/category/12/male/location_GN/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7acad97c5d0dca947d562630c9b17eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757931,'/marketplace/location_GT/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a9bbb8749368c4c72a6f35ef3b191562','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378757948,'/marketplace/sort_most-liked/location_FO/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6ab07139ad780c48f391751a97831db7','7331aedee7a3453a040882cdfe0d9f42',NULL,0,1378758025,'',0,0,0,0,'173.232.23.122','Chrome 27.0.1453.'),('431598726ee753118cad8cb9422b10fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758105,'/marketplace/sort_most-talked/location_CH/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f88d57d8a97d492fe3fb3d8181d689d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758106,'/marketplace/category/5/albums/location_IT/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7b96c62a8f84f186a49db826fb01830','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758197,'/profile-5/photo/sort_top-battle/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9fb61d64dff6cc4190ea4aa9ce9e3f75','12f36206c9448b3daf21459226f35f3f',NULL,0,1378758217,'/blog/5/aluminum-building-structure-a-person/',0,0,0,0,'66.249.66.157','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('fe4c5b86c4db4577f5b0c7250f9d4ef6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758221,'/video/category/4/entertainment/when_this-month/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f4d9229c160c2640d381f5e06d2ebeab','4c00b575d4447ef34aeaf44299b4d52c',NULL,0,1378758232,'',0,0,0,0,'212.38.176.208','Chrome 27.0.1453.'),('784dee0590142a269c5c510b127cc4c6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758320,'/marketplace/when_all-time/location_UA/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('acb68614f896798b4668e175009ec5d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758327,'/video/category/2/comedy/when_this-month/sort_most-talked/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dd2524667e890201fb72070390fd2f4e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758686,'/marketplace/category/5/albums/location_GN/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('754d5932f61793472a495ba9cb4596ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758692,'/marketplace/sort_most-talked/location_GB/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0b2830d29af83ca6b4b2d0be0723b82d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758713,'/marketplace/when_today/location_SL/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1cc8086203f181ce2801766275eed34','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758722,'/video/category/15/hip-hop/when_today/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2cb8ec469a880d19b49bc19db4b99d92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758746,'/marketplace/sort_most-talked/location_ET/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d20cd87c293ce3588c732bdfcca83186','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758777,'/profile-32/friend/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03d749b67e16436a63d2b2c699fcc3fa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758786,'/marketplace/category/12/male/location_ZA/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9dee1cbf572f27b53789a9683645d60a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758801,'/marketplace/sort_most-talked/location_DM/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cf0ba634840af21087cb1e35a2eda00b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758817,'/video/category/6/gaming/sort_most-talked/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5a3f5dad9bd7cd0095867a6b712c005b','ab2d55b4599b3837b5db8bc2ea252e06',NULL,0,1378758887,'/terms/',0,0,0,0,'5.152.199.187','Chrome 27.0.1453.'),('53723254238d71a5e98db99b66fa3588','773ed92da58cf0ca7d493b36d7fc1fb0',NULL,0,1378758927,'/user/register/',0,0,0,0,'108.163.247.18','IE 8.0'),('34ee12d4da254a9b698465e5119d3368','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378758940,'',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('9bfee0f6d59d9fac9ca249fd31550837','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758952,'/marketplace/category/12/male/location_TD/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8382e4aa47bf2fc64717d2d1e76b8e9f','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378758956,'/terms/',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('cc204b3b868cf2aeb8a4d3adc47a5968','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758960,'/marketplace/when_this-week/location_SD/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd87e1237e8616da5a0621f5baa8a383','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378758960,'/marketplace/category/12/male/location_HR/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e58e2aab41b2feaaaeadaa98b3a2625e','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378758961,'',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('48decf9ef8d59e4c1b49afefcceecf85','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378758998,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('bde8446b733af98131f9ee10ce8bee7a','2bf1d6f558eb51884a52f1673037ebb4',NULL,0,1378758998,'/forum/',1,0,0,0,'178.238.135.176','Chrome 27.0.1453.'),('27218b539adfef8342babc54ad7b4205','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759001,'/marketplace/when_this-month/location_ER/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac468be3c5a45047ab5549221a136f9b','7d20da7817b6fbd3a014ededdab6bc24',NULL,0,1378759007,'',0,0,0,0,'178.238.130.53','Chrome 27.0.1453.'),('0844e0d65b8325c77e07830c0554795f','7d20da7817b6fbd3a014ededdab6bc24',NULL,0,1378759010,'/terms/',0,0,0,0,'178.238.130.53','Chrome 27.0.1453.'),('bff6e285ac1210d82813f82b598a51ed','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378759052,'',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('3c9c1939e9eb65961608f6ebad8ed178','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759059,'/marketplace/category/5/albums/location_GB/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('805ce01416699056e9b5634657ed1d4c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759069,'/marketplace/when_all-time/location_VE/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b927206c9d8b9a84145a15c5a026ac4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759073,'/video/category/15/hip-hop/when_this-month/sort_most-talked/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a66ae2f3f0c6a81da161ea654f823b09','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759134,'/marketplace/when_all-time/location_OM/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e12ccdf4a99c5ffaf18237168ec86c4d','1771ac2e4314386a6f3e64645d3cee3d',NULL,0,1378759187,'',0,0,0,0,'175.145.190.222','Chrome 27.0.1453.'),('f05292356557f9aab45359fd955cb456','9133b6a27bc94173af00dc0a0e86f03b',NULL,0,1378759190,'',0,0,0,0,'5.135.113.140','Chrome 27.0.1453.'),('24571708b55def194eeaebaa34650a46','7ff45bb4045642a5d2ecdaa8319859ac',NULL,0,1378759216,'/forum/',1,0,0,0,'87.204.57.9','Chrome 27.0.1453.'),('45c9ef8328e408a7ce6da1a0d5abeb68','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759226,'/marketplace/category/10/beats/location_MU/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03a110bbbdd1530a92839ee4535622a3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759252,'/marketplace/sort_most-talked/location_BG/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85d3d4e2cef140cdff6bd01c65d957c8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759307,'/marketplace/category/5/albums/location_HM/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5f8f8648c96a66e6bdf03d10428602a7','9ff53f2904df95ca309efc4944c84eb2',NULL,0,1378759440,'',0,0,0,0,'108.178.26.60','Chrome 27.0.1453.'),('c315ecfbf85aa7c024de4bc46f5e415f','0c84ee2d20331fee2f85740bca8b5940',NULL,0,1378759474,'',0,0,0,0,'198.143.144.53','Chrome 27.0.1453.'),('489f81b3c4ab966d58d2b9df93527328','e5a32c8e4d0458ed963af752faa23714',NULL,0,1378759640,'/user/register/',0,0,0,0,'50.115.167.197','Chrome 27.0.1453.'),('0c70fe963fb92a4ccd51cece8fcf0f5f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759694,'/marketplace/category/5/albums/location_ES/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ec1f0f0a97f93031f0dbe2fe9b37201c','2c15f6f498dbba56198e8ef81c734886',NULL,0,1378759698,'/user/register/',0,0,0,0,'173.236.80.250','Chrome 27.0.1453.'),('6b0ce0873b9843eca6ac0c57810eef3c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759700,'/marketplace/when_all-time/location_KN/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eca04ce916f14baeff5d4d738ff0dde8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759706,'/marketplace/sort_most-talked/location_DJ/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3808f634afe8a902c69bb6b95a15ab49','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759706,'/marketplace/category/5/albums/location_KN/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eaa3deabe61468aec7a1816f085e5561','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759786,'/video/category/2/comedy/sort_latest/when_all-time/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('63a1a9eaa50221bd05fada4c01a349ca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759812,'/video/category/2/comedy/sort_latest/when_all-time/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d53ca45e138908a44ec28b802791380','d1634551a4f697e8e2a27c604160c352',NULL,0,1378759842,'/forum/',1,0,0,0,'88.80.21.132','Chrome 27.0.1453.'),('c84f054972957b886a5f35e6c58904eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759868,'/marketplace/when_all-time/location_LC/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5ddf0f0d13ca778d8c341c3ceb42e9b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759870,'/video/category/8/news-politics/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9bc771334d5e52f2c55ff889c28b43d4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759875,'/marketplace/sort_latest/location_CG/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ab95b7fe207c99fcb262d5b71f3f2e42','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759884,'/convictcartel/video/sort_latest/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f21ef5d0a49a644efe3527a5eae79038','f2f914637516643fb3fa72d6f7758bae',NULL,0,1378759893,'/user/register/',0,0,0,0,'184.154.42.123','Chrome 27.0.1453.'),('b02f9a11993d7f77b74b765896604d13','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378759910,'/marketplace/category/12/male/location_CF/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('99d73c5559bd1c84c68908ee5619ef2f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760006,'/convictcartel/photo/sort_top-rating/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e3fc18cf6f99eddac2ce38645fe83d2c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760014,'/marketplace/sort_most-talked/location_CD/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1c8f3f87aad6ed308fcb6b7910f008d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760060,'/marketplace/sort_most-talked/location_CI/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('01bf4bfca5ae2d32d06edf8a4ad53a9c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760081,'/marketplace/category/5/albums/location_CY/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('94fbefb493e8cc0e6eb790886b56f7cb','cf21b937fffc3ebc3eeb2c4ab585a915',NULL,0,1378760432,'/user/register/',0,0,0,0,'142.91.106.131','Chrome 27.0.1453.'),('fa6453e02d0a45240a500a10b2347f34','841c35ce0187334e5afc928b41b3e707',NULL,0,1378760437,'',0,0,0,0,'192.119.144.185','Chrome 27.0.1453.'),('22aa7d585af1a671b80c0f4717bb4dd7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760508,'/marketplace/sort_most-talked/location_BE/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a173878acbbbe9964e8aa8b251e0d0ac','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760566,'/marketplace/category/12/male/location_VC/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9427bc09d474aa7e1b4a1fbc3c1bdcb7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760617,'/marketplace/when_this-week/location_GD/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('80c642a35743f4de9ced2d863926bad5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760623,'/video/category/16/music/sort_most-liked/when_today/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fe0e116d61a98cab14b004cc93afb80c','51f1f806916c2f874476aae9ff09751a',NULL,0,1378760631,'',0,0,0,0,'173.0.48.130','Chrome 27.0.1453.'),('99091a7a83d44cf47278382258175876','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760645,'/marketplace/when_all-time/location_MH/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1b923fb0c25fcf33e1f9984357efeba5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760648,'/marketplace/sort_most-talked/location_CV/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('56cdeb6b35a7676e74aee15b0c3788b3','34ea7ff13144820933582110d9286ea7',NULL,0,1378760668,'/user/register/',0,0,0,0,'142.234.104.14','Chrome 27.0.1453.'),('950473825cedc64218e21928d34695f1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760674,'/marketplace/category/12/male/when_today/location_BH/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('889414dd7b324862f88a11b1d655f61c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760681,'/marketplace/category/12/male/location_TO/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8cbbf44131e073d894cb10c3ac383832','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760682,'/marketplace/category/12/male/location_AI/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b76beac4c711bdc6b2ceec33b8477e1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760726,'/marketplace/when_all-time/location_KZ/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1313392e9d53d4ec53ea1a2acd0a3581','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760769,'/video/category/6/gaming/when_today/sort_most-liked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('859ef86a7b2498136b5bc9f708a400df','af95b6e598de9ec96f7dd89afdf9d7dc',NULL,0,1378760795,'',0,0,0,0,'37.203.208.62','Chrome 27.0.1453.'),('8bb2f03b0bbbe1d70e21b86f047dc6bd','aa5fc4a652d85c7807b1959246bbf5f4',NULL,0,1378760809,'',0,0,0,0,'173.0.52.239','Chrome 27.0.1453.'),('aeaac50b30eb088564e4f53b9de6834d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760821,'/marketplace/category/12/male/location_MW/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('18df1648740af654ea60eeed3622b359','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760832,'/marketplace/location_VI/sort_most-talked/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03e6ca3633487dde3757b7df5bfb9c42','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760876,'/video/category/15/hip-hop/when_today/sort_most-liked/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b9db84c1ff4606707c093c1635ec2cf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760897,'/marketplace/category/5/albums/location_PS/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e7c7caf45239a9e93fe63f3461991948','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378760907,'/marketplace/category/12/male/location_PN/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('283b64052fdbe6d68c9dddc3f2becbef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761038,'/video/category/16/music/when_all-time/sort_most-talked/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dc32a791d7601e7c556772ee135b4e97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761086,'/marketplace/when_all-time/location_MO/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd0d825d8677859b177b5aaf69ee9e92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761111,'/marketplace/category/12/male/location_CR/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6eda475d3c55b774fe8ca3c64883fc75','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761263,'/marketplace/when_all-time/location_SK/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71045006718ec98706c5f0cd85d5999d','aa488dc253dd3d99a7603354cf16a2e1',NULL,0,1378761273,'',0,0,0,0,'91.210.103.36','Chrome 27.0.1453.'),('95ba0450731bf41b7d510d6b43ee28da','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761301,'/photo/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4b1008a50d63a1aee7ff711649775820','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761303,'/marketplace/category/5/albums/location_ID/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6cbdb6d20476e2af1d84cc46f60835e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761313,'/marketplace/category/5/albums/location_TN/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a96ceae2e20bf7958f3c6fbad19e12a9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761381,'/photo/album/7/profile-pictures/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a9f6e703a6d3cd064b2126a021721b5c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761428,'/marketplace/category/11/apparel/location_SA/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('38b8e4ecc64b29b6271fd690d50750d2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761438,'/marketplace/category/5/albums/location_ST/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85d5037cf62870aa2ad727c9b5519563','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761444,'/convictcartel/photo/photos/show_20/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('96893136ac993c98163c4682b5e24831','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761476,'/marketplace/category/5/albums/location_LY/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53cc60d362a0031a9281ae070a81d2a3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761489,'/marketplace/when_all-time/location_QA/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dcfc6d446ef81e5347ca71250b418677','edd31bc5e50c3602a7d13a772b09af51',NULL,0,1378761493,'/user/register/',0,0,0,0,'69.147.240.106','Chrome 27.0.1453.'),('8867420d7f177070624ed6358db89e30','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761528,'/marketplace/category/12/male/location_IE/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85ebc0103a7e9b45be993b5adde3daa4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761539,'/convictcartel/photo/sort_latest/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('472c84f0cc85414e6fd45c52da47ac38','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761619,'/marketplace/category/5/albums/location_SR/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d897cc4b1a623cefd8d3b61fe482dd59','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761680,'/marketplace/category/5/albums/location_TM/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('16db068c4edd8b12ae4daf5b0e9ac8c6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761693,'/video/category/16/music/when_this-week/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d9da9a30d43b91442620fc282f4eafb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761712,'/photo/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('07f904cf204747c1c8c43a525568e611','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761727,'/video/category/15/hip-hop/sort_most-viewed/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e386d46f897d5057e9a863902554f69c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761736,'/video/category/4/entertainment/when_all-time/sort_latest/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('61d5f8c476c466b877cd36c8bf1d05b2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761759,'/marketplace/category/12/male/location_KH/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b6ec4cc70c0f6e26e9e26035e27c1bdb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761773,'/video/category/6/gaming/sort_most-liked/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('982a8ec2a2ba57b7d8298576e38f8d41','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761811,'/convictcartel/video/sort_latest/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0f07ffc0091a4616ed86a9318cfd2e7d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761910,'/marketplace/when_today/location_IE/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0e78f52837358ca0539ee5b3059923c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761922,'/marketplace/category/5/albums/location_PA/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1ae495609e96858ef5c8203d06a93e2c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761943,'/convictcartel/photo/sort_latest/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7b2c2e8cd1de619fee8d98fea5aca71d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378761964,'/marketplace/category/12/male/location_FI/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('752fa1a12185265e6f6b1a58bede5d8a','6ca8eb04b9acee5820b928556dd8ee73',NULL,0,1378762024,'',0,0,0,0,'198.143.143.203','Chrome 27.0.1453.'),('809d57537ed0334de0b27061a83b5b8f','4a1923a97ab01694991d77b68a5a314b',NULL,0,1378762073,'/user/register/',0,0,0,0,'192.126.146.70','Chrome 27.0.1453.'),('245ed1c75bf0aafcc42d3e5cab7ffe0f','89adabf749c0f99037da2963f68d6905',NULL,0,1378762194,'/terms/',0,0,0,0,'199.180.130.99','Chrome 27.0.1453.'),('ba35d350fb80426aff1d637f40197bb0','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378762232,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('d2a2dd3823af9a34cf066ad66f400cdb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762228,'/marketplace/location_BM/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('86ed7a999d9688403ec04ed0702739c3','68d07ab156e1e70d13545371b36c134a',NULL,0,1378762270,'',0,0,0,0,'46.246.56.148','Chrome 27.0.1453.'),('58aa949eb06056409360420e88567601','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762323,'/marketplace/when_all-time/location_TL/show_21/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e8694b3f1d459ee4fba9c21bdea03c07','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762343,'/video/category/15/hip-hop/when_this-month/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e438ded7599d67a291f57f27d5ae1fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762353,'/marketplace/sort_most-talked/location_BW/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('40957dd5fc907abb0eb5c7ffb75fb541','12f36206c9448b3daf21459226f35f3f',NULL,0,1378762386,'/convictcartel/rss/',0,0,0,0,'66.249.66.162','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('009e3d6251205a60427f1ea498db4097','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762416,'/marketplace/when_all-time/location_LK/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bfcb1780a6942d61258c8cf508ed753c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762438,'/marketplace/sort_most-talked/location_DJ/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('65e6e983c017030a2ed5446f59e2993c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762465,'/marketplace/category/12/male/location_AM/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('abe6f45718edeb9a22908da3e4f33837','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762467,'/marketplace/category/5/albums/location_MO/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1f2f4eb922c129cc37306b51febac89e','445b58f77b335a3d233fc9969b318b95',NULL,0,1378762472,'/mobile/user/register/',0,0,0,0,'151.237.191.201','Chrome 27.0.1453.'),('8f6275d3376379dcaeb61eb674fb3db1','445b58f77b335a3d233fc9969b318b95',NULL,0,1378762477,'/user/register/',0,0,0,0,'151.237.191.201','Chrome 27.0.1453.'),('f856b46041dd0d435600e404a0022535','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762484,'/marketplace/category/5/albums/location_TG/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('52eda93397190a757a66bbdf0e2d639a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762523,'/video/category/2/comedy/sort_most-talked/when_this-week/show_12/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b3994d103f66dccdc509eb7d53b69cd7','8dd29f7abbe57524e5b4799c1efd6e58',NULL,0,1378762577,'/user/register/',0,0,0,0,'5.39.121.104','Chrome 27.0.1453.'),('4cacc63e7c15648141c69e40d73a85a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762582,'/marketplace/category/12/male/location_GU/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6ccccf1f5225efbef2f0410029c1a521','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762606,'/profile-5/photo/sort_latest/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('55e4d59bff84a33636e8869fe652a866','7d20da7817b6fbd3a014ededdab6bc24',NULL,0,1378762620,'',0,0,0,0,'178.238.130.53','Chrome 27.0.1453.'),('4b83f28d097b26e50c872beff47cd593','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762676,'/marketplace/location_BE/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bc9308ac6ca945864a6c6ef0b8858e17','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762688,'/marketplace/category/12/male/when_today/location_PH/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8f5ed6c2e1bf99b416dddbd248a3ac1c','1c43a36f60321d2a2846a10bb09bd303',NULL,0,1378762696,'/user/register/',0,0,0,0,'178.120.144.155','Chrome 27.0.1453.'),('f60c899a479f3c4351fcaf882ed9f607','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762703,'/marketplace/category/12/male/sort_latest/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('30a321f9cb66cd965c497539a8168a92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762734,'/video/category/8/news-politics/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('96084e26b54191073e6c57924ba446eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762767,'/convictcartel/photo/sort_most-talked/show_20/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67b92230a5139c95b027275aa0f6214a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762779,'/marketplace/category/12/male/location_PF/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('81496cd6283615b9f5dd781df1fbf18d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378762820,'/marketplace/category/12/male/location_VG/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('44c20ac208ac44be856253999e9dab78','4f5c60e532a1339d99ae3dd98e3eba03',NULL,0,1378762852,'/mobile/user/register/',0,0,0,0,'173.236.28.75','Chrome 27.0.1453.'),('0c309c390ccac6194af0766ace892ac6','4f5c60e532a1339d99ae3dd98e3eba03',NULL,0,1378762854,'/user/register/',0,0,0,0,'173.236.28.75','Chrome 27.0.1453.'),('7f418de8a3ae521f40d27fa18bba8701','f590d1a83ff498c6ef2b134e8cf0a4de',NULL,0,1378763002,'/user/register/',0,0,0,0,'192.249.56.85','Chrome 27.0.1453.'),('f4dd5b1a867266fd27ceecaccaf53e03','12f36206c9448b3daf21459226f35f3f',NULL,0,1378763384,'/marketplace/category/10/beats/',0,0,0,0,'66.249.66.149','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('6cb89d214b24b056cf11bf539a261e30','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763422,'/video/category/2/comedy/when_today/sort_most-talked/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7aa0b501844434f662ef1b53990830e8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763471,'/marketplace/when_all-time/location_PK/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('86ababedad7757a917364cdbca9043f2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763495,'/convictcartel/poll/when_this-month/sort_most-liked/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('536241d834797bff133938929f738515','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763501,'/marketplace/category/12/male/location_NZ/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e4c936758746747d95ec1d7f618359eb','de09e3f526835f77d54bd0fd1d356fe7',NULL,0,1378763528,'',0,0,0,0,'198.50.229.133','Chrome 27.0.1453.'),('75db94d24246f2a0ef424d6f1a0f2bec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763542,'/marketplace/category/5/albums/location_AR/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5879cf26f6ad07272ca3edb7ab293112','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763546,'/marketplace/category/5/albums/location_UZ/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('75549b1b6e0f3aff559066cd041cea61','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763560,'/marketplace/category/5/albums/location_ER/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('859ce4f80aad5ca41f96b369aa4ea7bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763565,'/marketplace/sort_most-talked/location_AL/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('faf9a00b622a403069737bf7fbcd521e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763590,'/convictcartel/photo/sort_top-battle/show_20/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a63a132815c1ba8723b6c541281c7a73','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763599,'/marketplace/category/12/male/location_SB/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('24b3ecb39a49a7452f592d8aca17c4f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763613,'/video/category/8/news-politics/sort_latest/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bdfc82aa66363bd1fe1877daa1b47c9a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763626,'/video/category/2/comedy/when_today/sort_latest/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2382affe04e79e829d361f189fbb96b2','9879748c348f834c2bdaee16d90e231b',NULL,0,1378763661,'/user/register/',0,0,0,0,'176.31.139.221','Chrome 27.0.1453.'),('480573f70fec1cee19e7608c41fe871b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763664,'/video/category/2/comedy/sort_latest/when_this-week/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a271500d3ac4ad9cfbe291638b10e71b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763683,'/marketplace/category/12/male/location_CZ/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4cfded9611106f3ed700b366b35583c0','548e88defafff4813ae4bfd82746bdc5',NULL,0,1378763775,'/terms/',0,0,0,0,'91.237.249.171','Chrome 27.0.1453.'),('6629d9effd320c69c3c0e1e2424ad045','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763783,'/marketplace/category/12/male/location_MV/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c85d5a22fe03cd37697b8a9957b045bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763803,'/marketplace/category/5/albums/location_GU/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1067579be2d26cf9fa5ae2a1019a53a8','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378763899,'/terms/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('10069897c605ddbb284e3d71d133de9c','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378763910,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('26e4c2c9347ea13a31ca01496c8e9889','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763982,'/video/category/15/hip-hop/sort_latest/when_today/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('40ed51358116cfa7c9d0569bf4f01b8f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378763997,'/photo/album/9/profile-pictures/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fc79db66462ca28af6ebf213280a6e4f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764001,'/marketplace/when_all-time/location_PG/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('182d9753bcc2a18b23cf590f31fb7b76','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764052,'/marketplace/category/11/apparel/location_IT/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c551b3755e63f5c6ee0da8d4096b057c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764057,'/marketplace/category/5/albums/location_ID/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1f11e0de58a3856921073cb1463ed70e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764063,'/video/category/4/entertainment/when_all-time/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('efd75eadf6a7e547d0e1ee4cfdaa8845','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764139,'/marketplace/category/5/albums/location_CG/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4505a64596eac6ecfc28720b9b3d724b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764142,'/marketplace/category/12/male/location_FK/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b5e740a51fe2cd7354f15524a32e241f','50ba3290f9e6c75d256a7ceb4efb573c',NULL,0,1378764152,'/forum/',1,0,0,0,'198.50.133.237','Chrome 27.0.1453.'),('8d4a36ccb233ebdec39a5f69ee161a43','3155bd2fb7ea75d3890bae528b7125ce',NULL,0,1378764184,'/terms/',0,0,0,0,'216.172.145.214','Chrome 27.0.1453.'),('29ce26d94e9431735ef63aee3d8ec7bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764239,'/marketplace/when_all-time/location_SI/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4dd5d7ee1361a81037994d9acdf565fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764311,'/video/category/2/comedy/when_all-time/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('69f174f1a1b4100d694401a3e807732b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764318,'/video/category/16/music/when_this-week/sort_latest/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('556ee33ed7076061422ebc829aaf8b43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764326,'/marketplace/location_PY/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0f3a8dd119814efdc80c3ccfdee49694','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764335,'/marketplace/sort_most-talked/location_EG/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d597826ab8c347c6a596bd5a17a72013','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764383,'/marketplace/category/12/male/location_LU/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1c344a8c471e199b7c8fd2a71a648852','1b224066296a1f4a36a8eec0e4a6001e',NULL,0,1378764410,'/user/register/',0,0,0,0,'151.237.177.133','Chrome 27.0.1453.'),('5fdd22dd36f26f3c05a4614d955bce4d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764465,'/convictcartel/video/sort_latest/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('699835c91f5e0042b432eace931f3532','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764512,'/marketplace/category/12/male/location_TW/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5bb82668a895eba43f1fc2e3a05e1e56','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764529,'/convictcartel/video/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3dcca20da5fff9790cc60b8dff872534','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764562,'/video/category/4/entertainment/when_this-month/sort_most-liked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3a4795ecb0f69362ef931bddf72b47b3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764573,'/marketplace/category/12/male/location_BM/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('702fa4268f43d31bdc3951d62c5fa7a4','348ae9abcce363890c9d252b8f8c3176',NULL,0,1378764591,'/terms/',0,0,0,0,'151.237.191.249','Chrome 27.0.1453.'),('f5a5cf8dcb2b9e654151510a02cedffc','412d6b7e24d2ccaa6fefcd53fa4b58ab',NULL,0,1378764592,'',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('518b3a7e28fd2f1bcbde41480a1b7c9a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764604,'/convictcartel/photo/sort_latest/show_40/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ba10477baae7e6c2ab3a5bfba002edb4','1b59a429f51b9c59e6d8200b64f5a61b',NULL,0,1378764607,'',0,0,0,0,'5.135.240.45','Chrome 27.0.1453.'),('9f3ca357018a4da2b323d3a238f90f52','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764609,'/marketplace/sort_most-talked/location_ES/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0b6c500b16191c61f2adff9f835f046b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764610,'/marketplace/sort_most-talked/location_BW/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3acc55672bfe5c7699c4b83ce1613eee','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764652,'/video/category/2/comedy/sort_most-talked/when_all-time/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b300b06ffc9e38613e36fe005771595','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764705,'/marketplace/when_all-time/location_TF/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('01c1e32a6aaad7aa6ae041eafbaf7c4e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378764719,'/marketplace/sort_most-talked/location_BL/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f7c6e443ad43693b325f9a775fdb3762','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765006,'/convictcartel/blog/when_this-week/sort_most-liked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9aebc0e3aea64b824e278f70af9f9e0a','b3b816b642b179f3ff755496d710309a',NULL,0,1378765009,'/forum/',1,0,0,0,'50.2.223.165','Chrome 27.0.1453.'),('1d1e6342bc3d54333345fd179d8ec294','cfb1da04aa190bbac5f2a0bfb02906ce',NULL,0,1378765019,'/forum/5/computers-technology/',1,5,0,0,'142.234.104.34','Chrome 28.0.1500.'),('aba66214f81de5bc0601274b18fb7ca6','77b6636d5e1af6afe80b6c79a944eb2f',NULL,0,1378765016,'/blog/223/ray-eden-of-the-east-complete-series-review/',0,0,0,0,'222.77.224.88','IE 7.0'),('eb5ec6fbbc435ea4b1a54e562e5a1239','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765044,'/marketplace/sort_most-talked/location_BJ/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ae661b931be2fb4137ad968e2a48cd2e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765062,'/marketplace/when_all-time/location_IS/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b17607f4d7c49e50c03f42c55c1862ca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765117,'/marketplace/when_all-time/location_PA/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('24504bf3579430c64fb289f9103858f6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765163,'/marketplace/sort_most-talked/location_AO/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('489e6fa142f033d8fe411cf6ad3c2c86','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765207,'/marketplace/category/5/albums/location_IT/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e2c7f6fd5756b917a307e6d5d333899a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765270,'/marketplace/sort_most-talked/location_CZ/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('102622c106ec92bd4bed92571433babd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765288,'/marketplace/sort_most-talked/location_AG/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d81fa9a4d5074b6f7bd94081ace2cf52','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765325,'/marketplace/category/12/male/location_CZ/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('91911708549777952101cb25d7ba91f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765454,'/marketplace/category/12/male/location_KI/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('28f7422edd4eb2ea02b5d659d7aea1b2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765498,'/marketplace/category/5/albums/location_MU/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f355637b81bc4dd226a4c6e6fe8a374e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765510,'/marketplace/category/12/male/location_TC/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84e4cfd500b06be89fc3251fd486261b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765545,'/profile-11/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d1e7f2c944f8ad31ceafa849a95baec0','12f36206c9448b3daf21459226f35f3f',NULL,0,1378765572,'/convictcartel/status-id_12/',0,0,0,0,'66.249.66.157','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('fc0267daa4e32d227ce3665160668c5b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765622,'/convictcartel/blog/sort_most-talked/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ea1b0fb9e2d2517ec6b3e18c0f5fb8b2','12f36206c9448b3daf21459226f35f3f',NULL,0,1378765815,'/blog/198/backup-an-image-of-a-boot-drive-to-a-raid-1-perform-restorat/',0,0,0,0,'66.249.66.183','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('c049d51537ae72d33ea1d59180cd51b9','45ef5fe39f909f6c702e90016077240d',NULL,0,1378765825,'/user/register/',0,0,0,0,'173.232.107.160','Chrome 27.0.1453.'),('88110fb4493ff29ac09dc60ee4f76580','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765896,'/marketplace/location_FJ/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('884da9f821742edc3613577ddcc61999','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765898,'/marketplace/when_all-time/location_SC/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2ac51186b56d1387e5622731804d9dcb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765937,'/marketplace/category/13/female/location_SG/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d6db4850671a3d33fa483642a0b8b977','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765968,'/convictcartel/marketplace/sort_most-talked/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8411b26856569be5084bc824f5c7e8e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378765982,'/marketplace/category/4/music/location_GG/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('90b670de40c6226d6fd909205424047d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766010,'/marketplace/category/5/albums/location_AD/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('404585530a38189d73d8e63de62add17','a3905a7163aa016430e4a697f193680d',NULL,0,1378766025,'/terms/',0,0,0,0,'192.119.154.160','Chrome 27.0.1453.'),('c5378464ca3105e2ce56ab61b6dd58d3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766031,'/marketplace/sort_most-talked/location_CN/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bab246cef52c66dfe61d95e76c1bf113','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766045,'/marketplace/location_PN/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b5a1063ee17e1b0182ec6a6db1c25edf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766059,'/profile-5/photo/when_this-month/sort_most-viewed/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ee2687a9bf93ec9fb461442d2ea5e407','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766087,'/marketplace/sort_most-talked/location_AO/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('30940b41c583ec24d97f9b06c46f6bb4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766092,'/marketplace/category/5/albums/location_DZ/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d4a5909339211da6c4cf52aa23890994','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766101,'/video/category/16/music/when_this-week/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ca89110d9d702751300a8d8b7995cb8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766116,'/marketplace/sort_most-talked/location_CD/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('38ee043a6541d9d52fe54fc583bd78dc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766140,'/marketplace/location_BG/sort_most-talked/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('100a6316b993eafce1201baac224fd14','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766141,'/marketplace/location_TL/sort_most-liked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5cc189d8ca8e7615b2d394a6072b079','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766153,'/marketplace/sort_most-talked/location_ET/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dee5f9d1796ba381da74438c24a0e597','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766236,'/video/category/2/comedy/when_this-month/sort_most-talked/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b18d598a783d006578515901d3663066','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766281,'/marketplace/when_all-time/location_KY/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a2969813b994c66a4ae7bcd8e91291e0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766301,'/convictcartel/blog/when_today/show_10/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('26c536d940628115e3b0c5e4e2974f3f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766304,'/convictcartel/poll/sort_most-talked/show_5/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fbfc8606a84386b903bafce100091fb6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766307,'/blog/4/test/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5e264cb676f68e7b87351ce5c8e63346','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766356,'/video/category/8/news-politics/sort_latest/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ae4395787ad54083b9cbd56b4d62450c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766356,'/video/category/8/news-politics/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('94dab0107fdfc3ce8967746b462b2e1a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766402,'/marketplace/category/5/albums/location_GG/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c03587954c4857126de90afcb48b2fc3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766405,'/marketplace/sort_most-talked/location_BG/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9f921a73929055ef05e132d3cf325955','fd3a123470df1c1aad42793e086da37f',NULL,0,1378766415,'/user/register/',0,0,0,0,'50.115.175.191','Chrome 27.0.1453.'),('501ac55fabe44255a3485aea6bd8d940','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766426,'/convictcartel/poll/when_today/show_10/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ee94c07f8f4ee369b590e6517700e431','6d518bbcaa83e39769b80ba7715f0a43',NULL,0,1378766697,'',0,0,0,0,'91.108.180.85','Chrome 27.0.1453.'),('b2a2fe70dda7c37f81370271ef01504e','37400b1ca6d42c762c58fccf0c7755d6',NULL,0,1378766720,'/terms/',0,0,0,0,'151.237.190.35','Chrome 27.0.1453.'),('ce08ce3fecd2dc328fcd85143f3f5e1a','b883241bdbceea3da7db46525498d750',NULL,0,1378766724,'/mobile/user/register/',0,0,0,0,'37.59.131.96','Chrome 27.0.1453.'),('554238f0210c67fe2e237458cd459c6a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766774,'/marketplace/sort_most-talked/location_AL/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('13d7eb248bcac835328e8a076c2fb4bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766794,'/video/category/16/music/sort_latest/when_this-month/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aa88add6dcdada9f2609ff6c48de9810','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766798,'/convictcartel/blog/sort_most-viewed/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('79279afd8483eb5b1dc47fde045210f6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766801,'/profile-53/rss/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('072550a5fd5123181a2dca6b77d79bcf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766849,'/profile-53/friend/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8da6548b728e52c2c7cf36036e755be7','a4ec9fcafe7fabd2e7ad0144ebeeccbe',NULL,0,1378766873,'/forum/5/computers-technology/',1,5,0,0,'142.234.104.74','Chrome 27.0.1453.'),('98947728f09611f0f92ad5314a6e7bc7','70ef3f6d30aa1389d0d92052809bac03',NULL,0,1378766871,'/terms/',0,0,0,0,'184.82.151.90','Chrome 27.0.1453.'),('1b1ca164e7b553dd5b7190fb7eec4569','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766894,'/marketplace/category/5/albums/location_AS/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('511a252cb5efb22468940f859f56fe55','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766944,'/marketplace/category/5/albums/location_UZ/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('83572310cfc0e5d21a1a0fbb565585eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766951,'/marketplace/sort_most-talked/location_BM/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('780565b0ec18ef8e2fcde762c1c38c3a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378766974,'/marketplace/sort_most-talked/location_DZ/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('74faa18b136c60a4be7816870c039093','60eacc78d5dc44f8a46f61f10706cf64',NULL,0,1378766990,'/forum/',1,0,0,0,'208.73.23.133','Chrome 27.0.1453.'),('81df2208345e52150754b02fc3ccf049','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767000,'/marketplace/when_all-time/location_MG/show_21/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('185b62539f75c1e4956605808685ba8d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767048,'/marketplace/sort_most-talked/location_CX/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7feb93abcfe0d56d89cf72a889c1bfd5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767058,'/video/category/15/hip-hop/when_today/sort_latest/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4195e34798674ba5d90e54f769fcafaa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767060,'/profile-5/photo/sort_most-viewed/show_40/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('34e2a278012d0b5d9548f4f3510c94fe','9eeecdce48454aa524145743616c1c15',NULL,0,1378767108,'/user/register/',0,0,0,0,'23.19.171.251','Chrome 27.0.1453.'),('3f1d0d23264c1314c65834d11429cde5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767172,'/marketplace/category/12/male/location_AD/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3377ae31997f202983ab793cd3f66453','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767188,'/marketplace/when_all-time/location_SD/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4c87d4c418913ee90e2444e7657488e2','c1ff380c6d54deba80a3ccafea4856e0',NULL,0,1378767220,'/terms/',0,0,0,0,'66.248.194.52','Chrome 27.0.1453.'),('f59f96e204d174cc8242de989956fd72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767255,'/marketplace/when_all-time/location_TK/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78acb316fbd2696cf0ab4a740db34ffc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767295,'/marketplace/when_all-time/location_MS/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d9fdeebb3b22cfd4d36a4c3ea8a8ed05','fb82bab67a07bbf9404dfd1ab00183d6',NULL,0,1378767355,'/terms/',0,0,0,0,'198.143.165.61','Chrome 27.0.1453.'),('8b68bd5e981d95706bb8d250ce96a53f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767365,'/marketplace/category/5/albums/location_MX/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('13edd15282d5dd832ec408063a3f61bf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767391,'/marketplace/sort_most-talked/location_AD/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c91e82d8e5c9b0d700a365515e77f02e','840e7b7e0b56b7ad5eec4b3d402c01f4',NULL,0,1378767397,'/forum/',1,0,0,0,'176.31.63.97','Chrome 27.0.1453.'),('05bb6c6bd24b48885aca83473bb24872','be2ab139e696b5887dc0205648c9387a',NULL,0,1378767413,'',0,0,0,0,'188.165.121.229','Chrome 27.0.1453.'),('b248c7827bca5e32f3e7a9577e0c5138','e69accff5e392dc7bad3f238e61803bf',NULL,0,1378767605,'/user/register/',0,0,0,0,'199.180.128.128','Chrome 27.0.1453.'),('f06651ecaf3401f16bebd609bf58f3f2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767667,'/marketplace/category/12/male/location_NI/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a95a39bf54c0ab2b5648d7a2e9ebda26','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767677,'/marketplace/when_all-time/location_UZ/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('92c174bd9e1ac6c77840ffc10b61a00f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767698,'/video/category/6/gaming/when_all-time/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c3b64d5d3c4698a0db87918350056d63','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767700,'/convictcartel/poll/sort_latest/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4455b2f9296c72aced60c8318ba981ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767711,'/marketplace/sort_most-talked/location_BT/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3ee780a8e13325f6ce595e414a03b2a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767739,'/marketplace/when_all-time/location_LV/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0cdad798e9d47a88937e0a0171e2a1a5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767807,'/marketplace/category/5/albums/location_DO/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bb59dd18e52052bba71b6fc322b9b159','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767814,'/marketplace/when_all-time/location_PR/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04618b3f70aa3ba1bd93f07fe6c19d80','7f1dcea45530430851703498e147700c',NULL,0,1378767828,'/user/register/',0,0,0,0,'46.29.252.85','Chrome 27.0.1453.'),('f357b6e7db6d25c88ef1d989df2136bc','f2f914637516643fb3fa72d6f7758bae',NULL,0,1378767875,'/user/register/',0,0,0,0,'184.154.42.123','Chrome 27.0.1453.'),('43a9e722560f66622526955a278f4616','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767890,'/profile-5/photo/when_all-time/show_40/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6cb37895eaf1e28e97d058936d0010c3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767899,'/marketplace/category/11/apparel/location_RS/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ae8ab765d2d1d9e3d5ed996e336d96f3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767906,'/marketplace/category/12/male/location_WF/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e1514f6d54485455897122f35109f468','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378767986,'/marketplace/category/5/albums/location_VI/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9807a81d16c63fb9fb559d6f3afe4f2e','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378767997,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('f76f78e8663724aba2ddc59b3aef6c90','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768005,'/marketplace/when_this-week/location_MZ/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82fbace68b52f5f0a3d71ec3bae3ff72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768021,'/video/category/16/music/when_all-time/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71f63c2afdea2da92c1e47092e834428','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768073,'/marketplace/sort_most-talked/location_DE/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cedbf02a721e5b4c5a1033bd839c8eaf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768094,'/marketplace/when_all-time/location_MM/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8c534e8c72d429039839fcf92945c0e8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768155,'/marketplace/sort_most-talked/location_AF/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ff76f54522edf6f5137f448635efef2d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768158,'/convictcartel/photo/when_all-time/sort_latest/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('91aa8e91a3538f0e2947e20ba23340a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768169,'/marketplace/category/5/albums/location_FM/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9927cce7947e0b205e31e742dd08fa45','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768185,'/marketplace/category/5/albums/location_US/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d552bbf0b9a4cf756cc8be6a0b7043ff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768209,'/marketplace/category/4/music/location_ID/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d5715bffc0f69d24c922c8060d9d2954','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768229,'/marketplace/category/5/albums/location_CX/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8c232dad9e504b79213cce88696ba40f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768236,'/marketplace/sort_most-talked/location_AL/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5c9d005ead3325ec66b81ad258d38428','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768248,'/video/category/4/entertainment/when_today/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f4846099a9e50b57871f400ef7bdb6c1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768280,'/marketplace/sort_most-talked/location_BI/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aee7e6e2bdaec72a4f2beee5323660ee','c5b780d1d521c6bb0aaccd49f22b666f',NULL,0,1378768576,'/terms/',0,0,0,0,'198.96.94.40','Chrome 27.0.1453.'),('0d730e9bb303a8695f7787235173a114','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768587,'/marketplace/category/5/albums/location_GB/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('039e08825a2044c50b2300c15da09f3c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768603,'/marketplace/category/13/female/location_VA/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fbcf49b4e169e9aab6079b6049e267e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768606,'/marketplace/category/5/albums/location_GT/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53c43972e9e5b0afc598b7311b71bbf9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768623,'/convictcartel/video/sort_latest/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('942c98174a76033ffe2fa2889e15889c','2a89cad55d9dcbe52e02831d6d230535',NULL,0,1378768642,'/mobile/user/register/',0,0,0,0,'184.154.43.226','Chrome 27.0.1453.'),('cf8708807fd5eb6183f8bdeed2206238','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768670,'/video/category/8/news-politics/sort_most-liked/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6c3f4cf7e3be86853c65f0d113c3fec5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768704,'/marketplace/category/12/male/location_AW/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5ad1482646014246c4e158a687d71985','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768723,'/marketplace/category/5/albums/location_GY/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9a55ec933ac3d71f45c7136043acf919','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768734,'/marketplace/category/5/albums/location_MQ/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0009c7fe20fe55579a1d6a1b70dc7ef5','ab4ddbc5e50f9d49dc99554133f2e89b',NULL,0,1378768747,'/user/register/',0,0,0,0,'176.9.141.195','Chrome 27.0.1453.'),('d6050bfe5b999f50ac9dcbc249748401','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378768795,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('9f27f6e6f9a23f27ccef37bf3b421ed0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768793,'/video/category/6/gaming/sort_most-liked/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4e61cae97dee85b554f19be5479decc7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768923,'/marketplace/sort_most-talked/location_BM/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67119c70fad3b68697072a797fced1cc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378768931,'/marketplace/category/5/albums/location_TH/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1dbfa5c6ae4eadfa258e42629070cceb','cbb802152e4074aa18b1a0c63262c248',NULL,0,1378768946,'/rss/id_5/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=16729696501814550690)'),('ed86883075789907a3dbcfb4efae85ac','0704eb6f858ee28ca272de6bafab7d89',NULL,0,1378768954,'/event/',0,0,0,0,'203.132.94.178','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)'),('33bac204e9976187c4e36e2a26611476','53a9629b11c278e7a7d8f7720b8dbd1c',NULL,0,1378768951,'/rss/id_3/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=5876254389003648978)'),('b94e4fed8d88a98c7ac725bcda61177c','a10d67bb85582e67affcf9286534e2a0',NULL,0,1378768952,'/user/register/',0,0,0,0,'198.50.179.33','Chrome 27.0.1453.'),('b78e9a1c053f0b2bbbe06c3ea37fbf82','d7e81dc1e3858f8e2b25ef6cab11d0ca',NULL,0,1378768984,'/user/register/',0,0,0,0,'91.236.74.120','Chrome 27.0.1453.'),('ea7941952cc6901c356d936b1c1b9952','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769010,'/marketplace/category/5/albums/location_AQ/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('76d999e6e7826535aa50040bc9447a8d','484308ccf0efb8a6d557d9a2dde82713',NULL,0,1378769011,'/user/register/',0,0,0,0,'173.0.52.82','Chrome 26.0.1410.'),('f34c44d9d96379737270691eca379537','5aa8949e72c41e7a9f24941dbe505b3a',NULL,0,1378769086,'/user/login/',0,0,0,0,'59.60.124.76','IE 6.0'),('22659d5c05de01e7805e2b5018af0b95','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769093,'/marketplace/when_all-time/location_KG/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('937dd9c791a243e3bea52d350dea953c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769154,'/photo/category/16/pets-animals/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b73f6a7229e775b51cc5406dd926ceb4','937cdfe55684a0ba77f99c12fd947e0f',NULL,0,1378769245,'/mobile/user/register/',0,0,0,0,'5.135.34.198','Chrome 27.0.1453.'),('ba515d43e966200c9508431786f1f810','60607c2852d502b88956f14d2814bae0',NULL,0,1378769417,'/forum/',1,0,0,0,'113.212.71.111','Chrome 27.0.1453.'),('0c6112ac67479148dd1f0be91fa2d876','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769481,'/marketplace/sort_most-talked/location_AX/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('597c7d7db8b5f09af4b2547e40903b01','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769498,'/marketplace/when_all-time/location_SJ/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0099be127cdcae66becaab997e3e87bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769507,'/pages/1/event/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67dc122dfc7304969f2a2a83e04abec2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769550,'/marketplace/when_all-time/location_NR/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6f19ceea6d7ae05e9ec5d0c241d4fff9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769563,'/marketplace/category/5/albums/location_GP/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c1501c959f2f570f00deb2b7cf5b2e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769619,'/marketplace/location_SI/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ebb684e345bdc9ef0c4fbb936f6f5454','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769640,'/video/category/16/music/sort_latest/when_this-week/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f552658dd44921f04fd8184598e78fc8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769662,'/marketplace/sort_most-talked/location_FI/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3ad112617e45efa7f283c353ea792a4a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769664,'/marketplace/category/5/albums/location_MX/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f2861de38b99d351a9ce3fac7461a97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769696,'/marketplace/category/5/albums/location_CA/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9421cb7f3d12c968fe9d837ea308cdc7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769736,'/marketplace/category/5/albums/location_TD/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('813631b4cec8266a03c1c89ffe2b5f35','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769747,'/video/category/16/music/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6d8ce2930dbaf90ef13effe452ca9d41','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769754,'/video/category/16/music/sort_latest/when_this-week/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e14e0f7334194de1de9ce2613be9d33e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769761,'/profile-5/photo/when_today/show_60/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('efe236b0292cf25bab22843136668259','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769775,'/marketplace/when_all-time/location_UZ/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ee38113e45ad8631e96d61968be95e0e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769789,'/marketplace/sort_most-talked/location_CX/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6449d0fbfa1dc7287ee8b399e90f00c3','346ffe1fc53e1c084d36405c5e8cbc42',NULL,0,1378769853,'/user/register/',0,0,0,0,'188.240.136.134','Chrome 27.0.1453.'),('8c5711a0145be4d12d0ab9e3d7e425b8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769856,'/video/category/2/comedy/when_this-month/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('77de7b445eadb78773a44a63acce147d','ff53c3c72d2082e65f0f06e4cc27b201',NULL,0,1378769877,'/mobile/user/login/',0,0,0,0,'78.46.138.186','IE 6.0'),('78384a74dde981c4d47c91c57f80279d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769880,'/profile-5/photo/when_all-time/show_60/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dd133c2f76d8fc6c24f284f3229f6ead','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769904,'/marketplace/location_EH/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d557269c4520d996ae7d1e0b3743ac7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769913,'/marketplace/category/12/male/location_GP/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a67a896729c81b3e490d280f445070ee','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378769925,'/video/category/8/news-politics/when_today/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c8bcee7ae5165ed2f8981cb0464725a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770040,'/marketplace/when_all-time/location_NU/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2b507fa19a028662cac0bdafdf9ec6e7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770067,'/marketplace/when_all-time/location_IT/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02b145cf06641ca02ea2e6a3e179531b','e3a8577bfa3deff545875b61e665e5db',NULL,0,1378770074,'',0,0,0,0,'162.203.160.168','Chrome 27.0.1453.'),('5c298d020393ef52e182b413395fec73','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770082,'/marketplace/sort_most-talked/location_DM/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('189ab08e4b6683f525c4cbbc3576bcc9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770095,'/marketplace/category/12/male/location_ER/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53b35be07407c96df87558debf4e15fa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770108,'/video/category/15/hip-hop/sort_most-talked/when_today/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d94f55cb8e8f9c01fec98cc256487d8e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770378,'/marketplace/category/12/male/location_DZ/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bf58685fa393d8172f63b7ae3dcde8f1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770434,'/marketplace/category/5/albums/location_PG/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a569eb63f5708f0c02d6d02cd3c66337','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770508,'/marketplace/sort_most-talked/location_AF/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e5a38cf3acf0611958dd463eea8450d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770571,'/video/category/2/comedy/when_all-time/sort_latest/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b785435d366fc1a65c0aaab7cf015b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770606,'/pages/1/music/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ef62bb6af89eafc7a4fe07e0313767ce','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770681,'/marketplace/sort_most-talked/location_AM/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('12debc3ea834897f2dfbb5b4b1c9fd9b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770688,'/profile-5/photo/photos/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c829e9d2a6fbd8eb786b8ab27917ddd9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770698,'/marketplace/location_LY/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd45c4bd781e52e378dd9fa107d4e13c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770760,'/marketplace/sort_most-talked/location_BO/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb3307fcb589fb665f27609878fa647b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770823,'/convictcartel/photo/when_all-time/sort_most-talked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('430a859cdbc67916011bc1e01147d36c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770861,'/video/category/6/gaming/sort_most-talked/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e69bfd055164494993d245f4be636682','6e4f49a94abb0f07884d82fc871c2d15',NULL,0,1378770879,'/terms/',0,0,0,0,'188.165.254.150','Chrome 27.0.1453.'),('e75167e1609af89286ea7dfe920baa74','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770897,'/marketplace/when_all-time/location_SB/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f67898151aeaa16a08d2c38508a88fa4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770922,'/marketplace/category/13/female/location_SL/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('77fa5af911886007c861e62372355a61','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770935,'/marketplace/sort_most-talked/location_AX/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1532907f37b27f645ac0a8fad5eec7d2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770936,'/marketplace/category/12/male/location_DJ/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1a0b36af9f39f4548c30444a47e163e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770976,'/marketplace/category/5/albums/location_JP/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a0cc678fffaf9b9c1a95913612bb61e7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770989,'/marketplace/sort_most-talked/location_CL/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c65f4c23340ff8f4f122b5b8052bdaaf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770992,'/marketplace/when_this-month/location_LT/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('93f3bec7fc577a9b3df72ea75e6baeb7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378770998,'/convictcartel/photo/albums/sort_most-talked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fc35bed0429631528a10d4bdedc0b090','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771003,'/video/when_this-month/sort_most-talked/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bb1530e533d1ea62414f9f72966455f3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771011,'/video/category/15/hip-hop/sort_most-viewed/when_all-time/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6cf20e24125bb3f8147442426006097a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771298,'/marketplace/category/5/albums/location_AR/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5687d657e2e97c1862c17a70871f92c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771300,'/marketplace/sort_most-talked/location_BY/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('034cc45f73e43ef6eb73032cca9726e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771308,'/marketplace/category/5/albums/location_BG/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('06b1d585a07a598f1845be8e33b343bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771340,'/marketplace/category/5/albums/location_SO/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd855a0859fc2dcad9d5dc299e826e83','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771372,'/marketplace/category/5/albums/location_BM/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2f168f80f47964ba059339ace23814f3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771412,'/marketplace/category/12/male/location_SD/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78c891192a3a2f92dd5648ddd2136bb2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771436,'/marketplace/category/12/male/location_NR/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('224fb2d3dfdfc53a218a526150f0df13','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771540,'/marketplace/category/5/albums/location_BH/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('822961c36c267cc5cbd3821ffb0f01b8','d843be2be2ce026a6c0be8be399d00c3',NULL,0,1378771567,'/forum/',1,0,0,0,'142.91.111.202','Chrome 27.0.1453.'),('8d83abe64dd8af5c9416fff94a6aeddc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771614,'/marketplace/when_all-time/location_PK/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('664fe869698db302b9a33378f31efa2a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771642,'/marketplace/category/12/male/location_AT/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ab474bed943f4510cd4546168858f2bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771750,'/video/sort_most-talked/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8a2f5624a1097636f0ddf4caff32671b','57c7ef3b22280af25d52e2fa29f891b4',NULL,0,1378771755,'/user/register/',0,0,0,0,'94.23.166.72','Chrome 27.0.1453.'),('05018e45e99a94ca627fa51c21bc9f0c','d3313d193340fc2d3ef01d650cabc291',NULL,0,1378771759,'',0,0,0,0,'101.109.251.151','Chrome 27.0.1453.'),('e0de40620384f6b359235c9396eddea1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771760,'/marketplace/sort_most-talked/location_BY/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b3ca4cd287b2c747dd8fb1509300dff7','d3313d193340fc2d3ef01d650cabc291',NULL,0,1378771772,'/terms/',0,0,0,0,'101.109.251.151','Chrome 27.0.1453.'),('47e0e57cd75a4d5c03d1517b11aed1e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771774,'/marketplace/sort_most-talked/location_BF/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b328b57e0c85039fbab2df224dc50c65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771837,'/video/category/8/news-politics/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('353f74850064ae7bbe404deb283a980b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771838,'/marketplace/location_VC/sort_latest/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67488a6c6a53b370e3beedf700cc53bb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771868,'/marketplace/category/5/albums/location_MG/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e304e907b93b2db5708588dc4cc3f16c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771872,'/video/category/16/music/when_this-week/sort_latest/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('77a1519d800fa520833ac55eda874c8e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378771877,'/marketplace/when_all-time/location_ST/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('143c37568b142c66d8f310ab3bc3511c','6ca8eb04b9acee5820b928556dd8ee73',NULL,0,1378772041,'/forum/',1,0,0,0,'198.143.143.196','Chrome 27.0.1453.'),('005a486c6fd4d924893269369bc306d4','83e1772e77297c3b568a7683616db172',NULL,0,1378772072,'/mobile/user/register/',0,0,0,0,'192.119.151.241','Chrome 27.0.1453.'),('4d3e230d305a24a5ca81e9111697965d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772156,'/video/category/6/gaming/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0b50a19d17df37a703037817527d5827','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772161,'/marketplace/sort_most-talked/location_AG/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9a6c9eac8ce5bdd9f6d0337865b06baf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772177,'/marketplace/location_DE/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e01b30f623ccd7116f66e172838f793','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772211,'/marketplace/category/12/male/location_VE/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5cecf8902c0d441665245bd7bbeaca4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772245,'/marketplace/category/12/male/location_EH/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5373bcaf038fa237bcaefeb6d5a00f29','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772256,'/convictcartel/photo/photos/sort_top-rating/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f9dc25566afe9e73d89f96de821d53db','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772316,'/marketplace/category/5/albums/location_TR/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dcf889eda23a363c94eb787743e50d63','ab4dddada8ce37ebbdd0ad330e093426',NULL,0,1378772323,'',0,0,0,0,'142.0.34.172','Chrome 27.0.1453.'),('14b08f770956f8cb99464fd419361ce8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772461,'/video/category/2/comedy/when_this-week/sort_latest/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1639964467680d9988be2f2bf7c99547','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772467,'/marketplace/sort_most-talked/location_AL/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0b8666121baded97243f41a5a3197601','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772474,'/video/category/2/comedy/sort_latest/when_today/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e2709b3461c854356d3e90ee03841c2c','0fd5dd4fbb5902afcc0be8f14691f1ee',NULL,0,1378772507,'/mobile/user/register/',0,0,0,0,'142.91.81.226','Chrome 27.0.1453.'),('4bbf71ea5519477bc48ec27c4d0b51f1','a5fabdded0b48265e917c9051eec8cf3',NULL,0,1378772553,'/mobile/user/register/',0,0,0,0,'171.101.83.192','Chrome 27.0.1453.'),('a2be87776ee6ac206a0d3913ffff33ea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378772801,'/marketplace/location_EG/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b8a73e828cde6f093aa33d65abf93662','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773043,'/blog/197/another-delightful-modern-family-outing/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('250ca44852df7622ddb25bc180932d18','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773046,'/blog/198/backup-an-image-of-a-boot-drive-to-a-raid-1-perform-restorat/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a8382fa14dabe8572bfcf674a7c9608','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773048,'/blog/add/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0c9eaddf68d8d8b0863bf0804ffd1d41','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773050,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a927b0ac22fa48e3e953f30a338fbe00','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773053,'/blog/category/1/business/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a16e99b903e00a62a1fc0eb6fd31bca9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773056,'/blog/category/10/technology/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('232bde55c9d7c12d1b82710e764fc87d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773059,'/blog/category/2/education/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fcfb89bf507bee6a2a5b176bdab768a3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773061,'/blog/category/3/entertainment/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f82beda7950e6d36a6469b5998460648','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773064,'/blog/category/4/family-home/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('290d3074a8b24becb29878311bec33b9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773067,'/blog/category/5/health/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('01ee6f1f237cfaf6e3403bbe3ac51ed5','84e44b2625dfae3f3018625435728c4e',NULL,0,1378773067,'',0,0,0,0,'185.3.133.122','Chrome 27.0.1453.'),('ff545c459f33be9f6f545fa27a43abb7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773070,'/blog/category/6/recreation/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f98b4283c9827ae8865bf8498b758ea1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773073,'/blog/category/7/shopping/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('039577f2cb5d2424d4f183c0e7ef1954','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773075,'/blog/category/8/society/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ac4e77fd54635e29542ecdac66efb1a3','9133b6a27bc94173af00dc0a0e86f03b',NULL,0,1378773079,'/terms/',0,0,0,0,'5.135.113.140','Chrome 27.0.1453.'),('bdf44299d685f010394167fcd62c9390','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773078,'/blog/category/9/sports/view_/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('954b800d1390cb8aeaf177ebb95786f5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773081,'/blog/show_10/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cc7a7cfc24fdf48d3bdc268e6feaeb20','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773084,'/blog/show_15/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bfa9f414f9cfa7f4e9b1e2cfa0fc1084','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773086,'/blog/show_5/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1634609d2a0641b20f367e9f4fb64fc1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773088,'/marketplace/sort_most-talked/location_BY/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb951c12a1472ff05084211cdb8957cb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773089,'/blog/sort_latest/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('61ab51d2ccc7c6a7496e5547a898eb00','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773092,'/blog/sort_most-liked/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('88c6a1029ca0ccffa675987c22704d0a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773095,'/blog/sort_most-talked/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7c28ba5f1847d21ca789f0d9df73175e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773097,'/blog/sort_most-viewed/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0e477e2f462fb851aa73b4cd4e2041f3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773100,'/blog/view_friend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3fdd9b1048410daa158c27f7d87725f7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773102,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d8f2d3b9e364441cbb2582ba093556cb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773105,'/blog/view_my/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ba2a1babfaeec4ab0c9f5b5fe3cf927','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773108,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6852a27c38c851521478f31ba83123ff','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773110,'/blog/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3a7a21ce57e01a95cad6029732e2e917','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773113,'/blog/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf748ec187f0f8e0d6cafdd87332c8e0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773116,'/blog/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0887971a6eed136f7cda1ac366768520','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773119,'/blog/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('250af3018dfb7a2ca325fdabf5f1ce71','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773121,'/event/add/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('85c1c0187ea4297f279cb5fd5bc91d41','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773124,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2f693ae883fc74b238c5795771d51a0b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773126,'/event/category/1/arts/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('777789763ef3f4e98cd9b6a434b8555d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773129,'/event/category/2/party/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9901e66598f05605d0bd6b2d900b2335','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773132,'/event/category/3/comedy/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('135a2e00892277faf2147c4fdc6c7e18','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773136,'/event/category/4/sports/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eb5d42c847d43b2aac029cf2a44590b3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773139,'/event/category/5/music/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('911cd92fe837ba043792cc8b6ba6ebd3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773142,'/event/category/6/tv/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4a577546adef33a2b5bd067db00f8415','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773144,'/event/category/7/movies/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('535ed57d1713f8bc5f66daabc0a8692d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773147,'/event/category/8/other/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('976a3c7dcf059f7818a76fe16490a6a1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773150,'/event/show_12/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ef36f685a98688337c8634a393329e8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773152,'/event/show_15/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02269ac6a94313b16bff0ecf2f8bfb9d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773155,'/event/show_18/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('59fc330ee7fe60ef0a581fe30eec658b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773158,'/event/show_21/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e6ce92f417b98cff2402ce8f7c33d1cf','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773161,'/event/sort_latest/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('58f03038171fc6e9bb9c8251ee42512b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773164,'/event/sort_most-liked/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('51805ee4699f1c80a8cdcfa32a0bd40f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773167,'/event/sort_most-talked/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a39fee3284abf58bfd540956c020328','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773169,'/event/sort_most-viewed/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('54cd20e9aba5b776bac5b88f26db0267','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773172,'/event/view_attending/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e89d2e67d6aa72c93763bbbb1b899f17','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773175,'/event/view_friend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c69b4d8f13fda98d8f720299777cdecb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773177,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4dfe5f00d8099f02053e5e7a629e3b3d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773180,'/event/view_invites/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('934083133f466656f5eb9aa605cc99bb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773183,'/event/view_may-attend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d9f9f87200f0ce2d2740b664886690ac','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773185,'/event/view_my/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b8ec184cac802c75972f0aa94109e7a0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773188,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b0dbebdc0a120f16b93eb597fd64f13d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773191,'/event/view_not-attending/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f5c4af87fbab8e2c2466fb3884da1fee','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773193,'/event/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b0cdb80129f16ca84f5301bd42cab064','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773196,'/event/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b91400223e2ccce0dd0c9d0a5c55bf4a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773199,'/event/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('78ab27099f3b013d9304e939e27ca89b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773201,'/event/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a32c3d39d0eab37f97719b4f3584873b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773204,'/event/when_upcoming/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0f6b51f348433288acf209b493609934','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773206,'/forum/1/discussions/',1,1,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a5c3a5f3fd528344a6bac6e906576ac5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773209,'/forum/2/general/',1,2,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3774170565218cbbbc0899b064ab7d95','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773212,'/forum/3/movies/',1,3,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('35d8a8feafebf0508482fc4f3aecb077','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773212,'/marketplace/category/5/albums/location_UA/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('361750585d12c8fa55e632d95a41b84e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773215,'/forum/4/music/',1,4,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b651c38b5805219554bb91e74285b08d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773217,'/forum/5/computers-technology/',1,5,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c9f3cccd38644288f4ee73b345d245c1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773220,'/forum/6/computers/',1,6,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45c1b99b099d366c446e9189413460e0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773223,'/forum/7/electronics/',1,7,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dda9e89ddc0bf68bb5d03eea3854c508','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773226,'/forum/8/gadgets/',1,8,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('630656880407f8e968b09c5574f4c5ae','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773228,'/forum/9/general/',1,9,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('861214a31aa1292820f8c544de09ad02','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773231,'/forum/search/',1,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c8f55f2343bf32f8ea0db0b650237325','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773234,'/forum/search/view_my-thread/',1,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f7a472db3b1076dd07bef4fa78285ae4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773236,'/video/category/2/comedy/when_this-week/sort_most-talked/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3efcc9cb97634e0066f5c2d3c154706c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773237,'/forum/search/view_new/',1,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7e0b350ebdeb3c5875c7dceec84e694d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378773239,'/forum/search/view_subscribed/',1,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6dc270f914110e4ddf18e9e12eadf4d7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773302,'/marketplace/when_all-time/location_MY/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9ae3e7011545daca41bf181db703e5e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773302,'/marketplace/when_this-month/location_GH/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7c7a7f803b95dfd6f54d7187082905fa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773385,'/marketplace/category/4/music/location_IL/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('badb7be1f5062e794d9df7243036eafc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773404,'/marketplace/category/12/male/location_GA/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('442079c100fe9dc01e154d95aa7e0a2f','a3905a7163aa016430e4a697f193680d',NULL,0,1378773457,'/mobile/user/register/',0,0,0,0,'192.119.154.250','Chrome 27.0.1453.'),('812c65f78eb1e2617f39352e76d62ab7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773464,'/marketplace/category/5/albums/location_KE/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e40fbd5db3cf3d14e8c8bd88fa49cb8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773531,'/marketplace/category/12/male/location_TD/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2410c8f3fbdf93981725af2ad51cee7c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773554,'/profile-5/photo/photos/sort_top-battle/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4bafcef599183c6d8baabf515887e8f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773580,'/photo/8/august-24-2013/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e5f94e79f539998705130a9f0cdb15f2','2798e32acc50821b0b147f33dc02b709',NULL,0,1378773591,'',0,0,0,0,'107.6.159.118','Chrome 27.0.1453.'),('a00744dac43977ae31f90b6c8c534b62','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773620,'/marketplace/category/5/albums/location_GW/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('188ca46a94688a7e03b0136dde79662d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773625,'/marketplace/when_this-week/location_IR/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('49ef6b611e1be7291dc0321624f993c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773653,'/marketplace/category/5/albums/location_UY/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('583f1e2a1268a2c577cb77818283c6b0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773661,'/marketplace/when_all-time/location_VG/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a3b4ce13fb9dcd85f7918003dfaed976','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773671,'/marketplace/category/12/male/location_GD/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb8a019d3f4a2042630368ffd2667871','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773672,'/convictcartel/marketplace/when_this-week/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1cddd14bec6933b14a48cda1b75d9c19','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773684,'/marketplace/category/12/male/location_BB/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('60a0f800202b5e8f473f45511d518512','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773710,'/marketplace/when_all-time/location_LI/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ccec82cc0813623add1ffe6f01d651da','70ef3f6d30aa1389d0d92052809bac03',NULL,0,1378773748,'',0,0,0,0,'184.82.151.90','Chrome 27.0.1453.'),('e2d765f8cbee91db193eb142f52664ae','70ef3f6d30aa1389d0d92052809bac03',NULL,0,1378773751,'/terms/',0,0,0,0,'184.82.151.90','Chrome 27.0.1453.'),('d0a33bcb5e82f59c171bedb8cd23fb87','a4a55f8add3e4bd4f05e0d76f4350524',NULL,0,1378773871,'',0,0,0,0,'46.37.185.214','Chrome 27.0.1453.'),('6290254067ffcff1b44a5ecac1be1a3d','f59772608ec8b1765e5ae5a6cb5863bc',NULL,0,1378773895,'',0,0,0,0,'173.236.80.252','Chrome 27.0.1453.'),('e6683d63fd84fc0837dc4f1d72b07545','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378773928,'/marketplace/category/5/albums/location_TL/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b94e2378b83b58bc96fb59a3c331b97','b9c64cbb08c89d5559ef610bbac83506',NULL,0,1378773996,'/forum/',1,0,0,0,'178.32.54.163','Chrome 27.0.1453.'),('7b0abbd76bc04e1dd2f6ee32ae0b0057','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774031,'/marketplace/sort_most-talked/location_BZ/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b792692ccbb7155740ad8e7a55eee5e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774037,'/marketplace/category/12/male/location_IM/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9ee0eb62bc360afa45914e0e099ead17','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774059,'/marketplace/sort_most-talked/location_CA/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e317f97d26e1b6266cd26e988e10b44e','1c50c23034add3c2ae59fbce8777f9dc',NULL,1,1378774147,'',0,0,0,0,'218.56.40.178','IE 7.0'),('6e2f749bb6398f045d53560f80519825','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774063,'/marketplace/location_BN/sort_latest/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cffee7b9bbd8baec31f53390392711d5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774068,'/marketplace/sort_most-talked/location_AG/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b4e155547fb80bf2986eb3e38d459564','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774096,'/marketplace/location_NA/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4e71917a414d815e6a972b2c39d4184a','11c05c2f6c979b5c5f58c96402928c22',NULL,0,1378774108,'',0,0,0,0,'87.98.246.104','Chrome 27.0.1453.'),('e89e5d6ecd3f1572a403f97633b60fca','360cb0ff99543f1a6fcbf038cca39bcf',NULL,0,1378774110,'/',0,0,0,0,'173.213.110.221','Chrome 13.0.782.1'),('de7490114f97528f25237380a6a6aa3b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774111,'/marketplace/category/12/male/location_DK/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb8654c17470c22968b66204262b30e7','a38484f29e3f73cef7d5424580c967b3',NULL,0,1378774114,'/',0,0,0,0,'173.213.110.221','Firefox 5.0.1'),('250fdf5c4e1aa8b533f8a5c58f33a5b3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774193,'/marketplace/when_all-time/location_ML/show_21/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('34d7a2d9ae9b86ec4369bd8330ddee64','5ffcfa944e0fb9fac470ada076a260cb',NULL,0,1378774199,'/terms/',0,0,0,0,'176.9.235.100','Chrome 27.0.1453.'),('25fe7d131b4ed480829542b34a826289','6001b892b2ccad2e89337659c3178868',NULL,0,1378774223,'/mobile/user/register/',0,0,0,0,'141.255.166.19','Chrome 27.0.1453.'),('2765c0872b7b96dc02718e9f3aa24c97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774237,'/convictcartel/pages/when_today/show_20/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('40e7ad60fcc057b298c4877fd8c976eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774277,'/marketplace/category/5/albums/location_BT/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b097e03b17e99c67a81ba0356d275f43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774288,'/marketplace/location_BR/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f68711272312b73fabe707f3883f469e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774302,'/video/category/8/news-politics/when_this-week/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('438f090c0b8b5e3805114315d57eb8a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774304,'/video/category/6/gaming/sort_most-viewed/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e3fe6b3b83fd721b3f90a3af7beab7e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774305,'/profile-5/photo/when_this-week/show_40/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5874fe50b3a513df31a38979acad7443','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774320,'/marketplace/category/12/male/location_MH/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d6441d48c633e603d810857fde9e8260','37dc6f26553e1e284871254af593092c',NULL,0,1378774323,'/mobile/user/register/',0,0,0,0,'5.39.47.161','Chrome 27.0.1453.'),('f165dcd5bcf989663be8d91ff758585d','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378774384,'/marketplace/location_YT/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('4d4d2fe3b0befdb06e324f2a59ec9ee6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774398,'/marketplace/category/5/albums/location_BH/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c1cb807232441f8925c8b7fe0da2b0be','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774424,'/video/category/4/entertainment/when_all-time/sort_most-liked/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fe693d7a36c62e401cd24328cff0d8de','622607122c63504cbab5bfb2c86a2d85',NULL,0,1378774431,'/terms/',0,0,0,0,'5.39.32.123','Chrome 27.0.1453.'),('c18c4fe94434350be43c32cad5637cd5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774434,'/marketplace/category/12/male/location_TM/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0b63c9ae3a7887302f53b7ac7a2466dc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774439,'/convictcartel/photo/sort_top-rating/show_20/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d95f92b0c3af611f72b18b2a82b0a6e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774442,'/profile-5/photo/photos/show_40/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('74d417051211597be11bcb48de91d100','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774445,'/marketplace/when_all-time/location_OM/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9f2b431fe8a9fb78e563d047aee06228','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774446,'/convictcartel/marketplace/sort_most-liked/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d9d75ad09069a16ae76ecefa83912b0a','991e1f85d576a7c057cb124a166f23ad',NULL,0,1378774471,'/mobile/user/register/',0,0,0,0,'198.50.189.60','Chrome 27.0.1453.'),('b2b596a5f154f512f14e90425a7a101b','1765937c94ac7f5835789624e6ffa585',NULL,0,1378774477,'/mobile/user/register/',0,0,0,0,'173.254.204.242','Chrome 27.0.1453.'),('2c23343cd17f189ec3a137ba33cd755c','991e1f85d576a7c057cb124a166f23ad',NULL,0,1378774489,'/user/register/',0,0,0,0,'198.50.189.60','Chrome 27.0.1453.'),('d53d62e40d49faf930b7dfe1626b32cc','026ea8d75c7391e7f87ca9ba4d7716e9',NULL,0,1378774496,'/user/login/',0,0,0,0,'59.60.123.224','IE 6.0'),('32b7fbc672d4045a646802119f66c8ca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774506,'/marketplace/category/5/albums/location_ME/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f77daa9866742ab6b321cb3ab250d7ef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774530,'/marketplace/category/12/male/location_NA/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('540496e096a5ac2720cc57d38234446e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774530,'/marketplace/category/5/albums/location_MU/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('114ba9f241acec98dca7d6ff3eae6ea7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774542,'/marketplace/category/12/male/location_KM/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a39f7c984d37a30e103519e4a6c28088','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774604,'/marketplace/location_DE/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bb04444dd6569e6b2b008ee88167f026','648eb26e7b79ce1854fe5208c6e120f6',NULL,0,1378774608,'/forum/',1,0,0,0,'206.214.93.108','Chrome 27.0.1453.'),('46107b18358a95ae2a17e44cd33e9304','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774813,'/video/category/15/hip-hop/sort_most-talked/when_this-week/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d17e0dde47fb330b25903a39792eeb9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774837,'/video/category/4/entertainment/when_all-time/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6473ad8a6dc7f64c202e53929363d3aa','b9b38b88e4717c6c68c883c331fba648',NULL,0,1378774840,'/mobile/user/register/',0,0,0,0,'50.118.199.55','Chrome 27.0.1453.'),('db341f4fbac0cc8134501f296442ebdc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774876,'/marketplace/category/5/albums/location_BI/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d335cd86480a7397c4084b2d984ffd2e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774893,'/marketplace/category/12/male/location_MX/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('24cfcaf4c96215682ce04f4c10889c41','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774897,'/marketplace/category/5/albums/location_TO/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e09deb0ecb069c03923cea44982a0efb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378774899,'/marketplace/category/5/albums/location_CF/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b924fddd495fc13c225748455787f900','b7f578de13dfe7efa2f1098d5c523c51',NULL,0,1378775071,'/terms/',0,0,0,0,'80.79.121.106','Chrome 27.0.1453.'),('e504ec1475440bac1a20a311d6374f6c','426910292a2559a4b40e24f42f402a3c',NULL,0,1378775176,'/mobile/user/register/',0,0,0,0,'173.245.220.141','Chrome 27.0.1453.'),('b7422c105762d80da6ec7540499ba242','980491fc9f6788ef8410e3bb01d13102',NULL,0,1378775179,'/terms/',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('3bb641e957accc1996ecddbf74f29de3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775228,'/marketplace/category/5/albums/location_CY/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dcddc75725d9192c5bb8804103527b2b','24018f3cd27d586db3c0d450480b2b9f',NULL,0,1378775240,'/forum/',1,0,0,0,'142.91.79.190','Chrome 27.0.1453.'),('c9dc3f1c3ba19e635f71418c4f3dd733','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775241,'/video/category/15/hip-hop/sort_latest/when_this-month/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('448eae235762a2821a980b25401196eb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775294,'/marketplace/category/5/albums/location_GN/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a4394fdecf68706cbf8fa56303a63cf4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775306,'/marketplace/category/5/albums/location_PA/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dd992b90d2310ff24b333e9443c8fb40','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775388,'/photo/3/august-20-2013/userid_5/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a40637e6e389b268af22c1b5117b634e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775696,'/marketplace/category/13/female/location_VC/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9bcf292339b66a05c5a863d0c80eec5a','b883241bdbceea3da7db46525498d750',NULL,0,1378775814,'/terms/',0,0,0,0,'37.59.131.107','Chrome 27.0.1453.'),('0aa59ea5e3dbd2aa757cfdc139cbd147','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775833,'/video/category/8/news-politics/when_today/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('069bbd6620d59c82d603c6ed6bbaa226','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775853,'/marketplace/category/5/albums/location_TJ/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('547a1c807225230d44c1b3170e5ab656','822e2c104ec02138099bcda2332d56a9',NULL,0,1378775861,'',0,0,0,0,'5.39.36.15','Chrome 27.0.1453.'),('b7face2c86f82478edb80a4711749874','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775918,'/marketplace/category/12/male/location_LV/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e36d2884a0d1ed4f89506143d836bea6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775971,'/marketplace/sort_most-talked/location_CU/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e43558a790fc1c2756a5a928d0b112d4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775982,'/marketplace/category/5/albums/location_OM/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bce7922389fad112db66e667dbe383ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378775984,'/video/category/15/hip-hop/when_all-time/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('730fa3b32b8651141c9a113f875dc2bd','c13e1f93539300ff9a5ef8611e87a1d0',NULL,0,1378776002,'/mobile/user/register/',0,0,0,0,'188.165.122.46','Chrome 27.0.1453.'),('b9f389e539ee27f8f945b54f74fa4a52','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776036,'/marketplace/category/5/albums/location_SR/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a9eca01a111c98cd7bbad10385d5b27','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776062,'/marketplace/location_CF/sort_latest/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1e20a8b64b0f59f2eb588cd2cbbc559a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776065,'/marketplace/category/11/apparel/location_CZ/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('10579793aa529d68e85aed9e471c424b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776099,'/video/category/15/hip-hop/when_all-time/sort_most-talked/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e9232fcfa28f0e450362d82f1193b718','d231638cc333549d023649a2dc1b7222',NULL,0,1378776190,'',0,0,0,0,'199.59.60.212','Chrome 27.0.1453.'),('5a1a4443066fcc66c70eaef0b6cb294f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776201,'/marketplace/category/12/male/location_BF/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1a48a223a42dd530ec62a176061ee3df','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776226,'/marketplace/category/12/male/when_today/location_EC/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('417f697ebb46a13a6f5abf9bf209b8aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776245,'/marketplace/category/12/male/location_AL/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('626f68657188343fda01632a639746f5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776274,'/marketplace/when_all-time/location_MC/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('99fbd51f592776f925aed2b9d95a64e5','0b2a27158edf7fd1649a332cd631ba29',NULL,0,1378776283,'',0,0,0,0,'198.50.179.52','Chrome 27.0.1453.'),('cf388a5c202d7c8b074bad59bc995ee2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776288,'/marketplace/sort_most-talked/location_CK/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59ecddf48d0ce963db32e8446b378c59','69a1ffba2593a8a7aea117a61af5e192',NULL,0,1378776291,'/terms/',0,0,0,0,'50.118.198.120','Chrome 27.0.1453.'),('59bb04ce9a4efb9e1e6a8b9809d5d189','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776376,'/marketplace/location_CX/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eb0964fe95b5fd794e1bf5dabea86913','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776381,'/marketplace/sort_most-talked/location_BA/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('40ac14d4ca4793aa45875f36f316c9bf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776397,'/marketplace/category/13/female/location_LU/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8590d6e1640e86204efabc4c8257ee6d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776404,'/video/category/15/hip-hop/when_all-time/sort_most-liked/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b62824b754cbd8ae31210248c485d1f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776647,'/marketplace/category/12/male/location_AF/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d3d43a8beed6fded521349b11c427b75','12f36206c9448b3daf21459226f35f3f',NULL,0,1378776649,'/blog/197/another-delightful-modern-family-outing/',0,0,0,0,'66.249.66.148','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('0ecae91fb6212a32be8fa8dd75f45757','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776690,'/marketplace/category/5/albums/location_GM/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fd4754b7bff9c0a67b84a70da34d62c9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776713,'/video/category/15/hip-hop/sort_latest/when_all-time/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('470a360bf05547cc8bf9a40de6541a60','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776714,'/video/category/16/music/sort_most-viewed/when_all-time/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb84e117d78bdd355c4ef55f8fcc07c5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776734,'/marketplace/category/12/male/location_AN/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('badc8d7a4c18bc5c5855ae3bc63e6f44','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776927,'/convictcartel/video/sort_latest/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5996452c82a83e0699dfc1c335546332','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378776932,'/marketplace/category/12/male/location_BG/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a67c757cb40898a6abe7838986549e65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777038,'/marketplace/location_PG/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4588a8dfb8d2546653cf8c5e68f8981b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777045,'/marketplace/when_all-time/location_YE/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d84ff0de02f9396e9ba823fa488219e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777067,'/marketplace/sort_most-talked/location_AL/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('308ee095de8f73238b18e2b2722bef8d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777113,'/photo/category/10/fan-art/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('80537d0574307116b5f85fed4a8719e5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777150,'/marketplace/when_today/location_AN/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('772371e2ed38550c8fdbc99502eafaf0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777167,'/profile-5/photo/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3f4ddf0979e4754bc358085395fdb94a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777201,'/marketplace/category/5/albums/location_EH/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02ddda38b51e7400e6d7d81639062849','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777246,'/marketplace/category/12/male/when_today/location_TN/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1b2ee8b3689ccc845374ff11244984f7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777255,'/marketplace/category/12/male/location_PY/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('68532f490aefd0d017451000c5f1efd6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777277,'/marketplace/when_all-time/location_KG/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('534a34bcf5a1f26bbab2340edcbee01b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777293,'/marketplace/sort_most-talked/location_AI/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('69e55a92c400ccc16241704694ef5617','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777296,'/marketplace/category/12/male/location_TF/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5710c12e29bbd9037e56014ec6fc7b92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777299,'/marketplace/category/5/albums/location_PT/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2dc1601ca36d9650f2366e32d1081449','4d8f7affaf8c8ca6eccdcfa15ad6a066',NULL,0,1378777357,'/user/register/',0,0,0,0,'108.163.203.122','Chrome 27.0.1453.'),('24a1e60e60b54fecea8147a82b8b8ae8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777496,'/marketplace/category/13/female/location_PE/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cbbf2cf85f5e33a86bc0e5ba3d259d54','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777534,'/marketplace/when_all-time/location_NI/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25448d0cb7b98a4ad126bf3033b4f57a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777544,'/marketplace/sort_most-talked/location_CL/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('014d63132af5f2c5e199834133f4d598','29f8cb4260d42995a5737f3b1d3603d2',NULL,0,1378777572,'',0,0,0,0,'142.91.81.26','Chrome 27.0.1453.'),('71f534402642df230c5942851aab88a6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777573,'/marketplace/category/5/albums/location_CL/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb09dacfde6fa9a0a704b65efa2b7383','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777580,'/marketplace/category/5/albums/location_DK/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('11be0c905842484c357979fe826f566b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777613,'/marketplace/category/5/albums/location_SC/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('99b6dcd46bbf395536f4290127a8914c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777618,'/video/category/15/hip-hop/when_this-month/sort_latest/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('934d121c29ab0f2e3454d2bed6f4369c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777631,'/marketplace/when_all-time/location_VU/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3bf12158f2666a9b7bd0b12e2d2b231f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777640,'/marketplace/category/5/albums/location_AE/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a13aa1092bda857fc09b0b65115d3793','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777651,'/convictcartel/poll/sort_most-liked/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b03e25f737d403d355fedcdb9db61e0','d1e45cbf114ba301961fa90e897fb9e1',NULL,0,1378777653,'/mobile/user/register/',0,0,0,0,'90.215.80.71','Chrome 27.0.1453.'),('f653df604147faf60e0915caa77a1713','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777780,'/convictcartel/marketplace/sort_most-liked/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6e3615af54e9735cf82c461eca5a2980','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777790,'/marketplace/category/12/male/location_SK/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dc27d69938ebb2f8c797712af1d65b7f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777794,'/marketplace/category/13/female/location_AR/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('01f14bcf85e67eba458ebfb190957396','2aeed3f111755a3ccb6badafc4be3982',NULL,0,1378777896,'',0,0,0,0,'69.175.14.14','Chrome 27.0.1453.'),('c90ec9bf8c2d8875e5545e0d7a394fcb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777927,'/marketplace/category/10/beats/location_LR/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('44db4495d9606d78ab44b6fa743351f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777952,'/marketplace/when_all-time/location_KR/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e76349fec797f74c911aa8ecdb92fd79','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378777979,'/marketplace/category/12/male/location_JM/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c5ef3b5a0167b1aac259474ed7c0fe3a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778012,'/marketplace/sort_most-talked/location_CY/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('73dd335432deca71c5327490e6018e1f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778060,'/marketplace/sort_most-talked/location_CX/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7684be28bf5a5dbb652b274b4311347a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778062,'/marketplace/category/12/male/location_MA/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6e2164b98cdb58a55a2ae84ced26204a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778093,'/video/category/15/hip-hop/when_this-week/sort_most-viewed/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('44a0aa09ca366ab6c75076ae026f0d42','bb7a56737fe549b1008a9f5b0a815815',NULL,0,1378778103,'/forum/',1,0,0,0,'37.59.87.47','Chrome 27.0.1453.'),('d0de068c0ddd66e5fa925955226d6e66','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778103,'/video/category/4/entertainment/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e7c8ab2d987eb7032d05fad6efdc2b47','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778106,'/marketplace/when_all-time/location_ZM/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0a8888a36ec6e2b75e9e787e2454e1a2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778113,'/convictcartel/pages/when_this-week/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('286a483e9e2ac40bd3fbdead17821ef3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778175,'/marketplace/location_BL/sort_latest/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac4cea5380c00ee350404e844e462500','9ef22212d6435b06a0d5d8f00ea80f9c',NULL,0,1378778231,'/user/register/',0,0,0,0,'23.90.4.212','Chrome 27.0.1453.'),('7bb8e75a0cd2f7de6de24aa4f266caa4','41af8e49d6278737070306ffbf438f51',NULL,0,1378778345,'/blog/6/ã³ã¼ã-財å¸-ã°ãã-ã³ãã¼-no-pain-girl-hanging-heart',0,0,0,0,'175.42.86.83','IE 6.0'),('895161466a6eb39de0c601ca57c89049','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778367,'/marketplace/category/12/male/when_today/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca0f7a21831b8be944b7f52ce07af3e3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778370,'/marketplace/category/13/female/location_KP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('159b454b36586429f48f795c7949c471','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778373,'/marketplace/category/13/female/location_KW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff4695e4df70f13d99de50f55284ee07','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778376,'/marketplace/category/13/female/location_KY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('598ade420bd73913c014434c539c5313','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778379,'/marketplace/category/13/female/location_KZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('619aa435b5c47296f14a59300e2e0f3a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778382,'/marketplace/category/13/female/location_LA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98935e46c84cf4c1f6558e9876c65b4a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778385,'/marketplace/category/13/female/location_LB/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ad8034594d457389cd5aa920f686224','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778388,'/marketplace/category/13/female/location_LC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c7e070ef0ad449bbaaaaa6ecca3e77bd','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778391,'/marketplace/category/13/female/location_LI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('357f50673f0ec9e185939fde4aa1aa13','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778394,'/marketplace/category/13/female/location_LK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5019519e01aab86f826f8377ef7e31e2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778396,'/marketplace/category/13/female/location_LR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('54a1fcab9aaa54961ebe3ec56811d699','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778399,'/marketplace/category/13/female/location_LS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('65670d64eeed27c6509ded437de47cac','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778403,'/marketplace/category/13/female/location_LT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('688ee8d6d5b7971995923cda0013011c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778406,'/marketplace/category/13/female/location_LU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d3ee3f17493859f5175198acc30fd4a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778409,'/marketplace/category/13/female/location_LV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('522da43bded5da6ed16c21710f7b25c4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778414,'/marketplace/category/13/female/location_LY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eef3eb3251d1eee1fdfe0e68549d07ec','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778419,'/marketplace/category/13/female/location_MC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44cd56d5c4af520a72a4c2f07cd14eab','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778422,'/marketplace/category/13/female/location_PN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8bd03b17859c4357339c97ef2e42c50d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778425,'/marketplace/category/13/female/location_TM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e28c5041afb15ca4eb338b4cc89c91c7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778429,'/marketplace/category/13/female/location_UG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44434b60dfae1d662c12da2be60c47cb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778433,'/marketplace/category/4/music/location_BO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d12f2eef2f4ec1b157b59bf1e6e4d0bd','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778436,'/marketplace/category/4/music/location_BR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ccadf6f61ba432c4588381b61545ba35','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778439,'/marketplace/category/4/music/location_BS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('53411cf88312150429f40aa5487c36c7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778442,'/marketplace/category/4/music/location_BT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('781aa05e3fa536f9657f685e4a0a0891','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778445,'/marketplace/category/4/music/location_BV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('745b64525a2f54e8d8b52192f4a68494','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778445,'/marketplace/when_all-time/location_ZW/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f75f568d134686f13ae30d2527ac768','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778448,'/marketplace/category/4/music/location_BW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44e88411865c3db1d07e8a38dbfea030','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778452,'/marketplace/category/4/music/location_BY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a48656ab2db2e07c15c92916075f0ef6','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778455,'/marketplace/category/4/music/location_BZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f4c60546c48e3391a63beda867eaf825','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778458,'/marketplace/category/4/music/location_CC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d0f2dd65752dd4f0405623662293c8e7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778460,'/marketplace/category/12/male/location_PF/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('93241644b764bd387029409a13e71abb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778461,'/marketplace/category/4/music/location_CG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d8828d8ad6f61f73a47ce10174d39cc5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778464,'/marketplace/category/4/music/location_CH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef61da63c7deb01353f2e893d3536f6d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778467,'/marketplace/category/4/music/location_CI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1cb9c0d6d48956baa6721b0b61135f02','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778470,'/marketplace/category/4/music/location_CK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af59131479b83039a93bd45670872039','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778474,'/marketplace/category/4/music/location_CL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2c1d6d29527945476ecd5fc53385e05a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778477,'/marketplace/category/4/music/location_CM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('efc14eafce35480564e1c9657202899f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778480,'/marketplace/category/4/music/location_CN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e5d24ab65704efee1501b48587e50c79','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778481,'/marketplace/category/12/male/location_FR/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4615b47dee78653e039cffccb1ed0ac0','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778483,'/marketplace/category/4/music/location_CO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ece98be08e02089d409028ed8f26b949','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778486,'/marketplace/category/4/music/location_CR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ab501c060b581e69fbbe447b26ab76ac','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778489,'/marketplace/category/4/music/location_CU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('daa0fa90378ec3b150ce4d62e86c3d06','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778492,'/marketplace/category/4/music/location_CV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fa5911b8de6478e5f30133d7c961c2cc','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778495,'/marketplace/category/4/music/location_CX/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d2cbf1aa6cec0e77be7fe07a5e70ffe9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778498,'/marketplace/category/4/music/location_CY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6fc7c437be33166a561dd30bfd1597d1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778501,'/marketplace/category/4/music/location_CZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('229870c5b035d61d6b8f37e5db85ab2d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778505,'/marketplace/category/4/music/location_DE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7fa89c38030c2faba7763d5be9c47604','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778508,'/marketplace/category/4/music/location_EG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1a6342d8a156fa0bd2c2eec395c2b8b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778511,'/marketplace/category/4/music/location_EH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13af2a839026eec807fcce54072f0da4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778514,'/marketplace/category/4/music/location_ES/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('74bf1ccd73d02877582ff5f203468b3c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778517,'/marketplace/category/4/music/location_ET/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9752fd24a7fa7ac30ddd2225c0971615','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778521,'/marketplace/category/4/music/location_FI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('48a1541f00a853c7efafbbe4510cb853','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778524,'/marketplace/category/4/music/location_FJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c36cfe23252dd11a04875758b5258a9b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778527,'/marketplace/category/4/music/location_FK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4ded4cbef7b79b28a280faaae1341642','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778530,'/marketplace/category/4/music/location_FM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f41d2e01b69952a9fb57cb692be2771e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778533,'/marketplace/category/4/music/location_FO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0900b81a1267c17505eefee125c2dc84','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778537,'/marketplace/category/4/music/location_FR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4cf98060a81765a0e3202c62fb63bf7a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778541,'/marketplace/category/4/music/location_GA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b4c977cf61396610ad3c02a1ed11014f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778545,'/marketplace/category/4/music/location_GB/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0649f531676479401097c0ec7a291a42','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778548,'/marketplace/category/4/music/location_GD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d7e92820b991812cefb120f6a27e6e7f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778551,'/marketplace/category/4/music/location_GE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8963451822edcb067c9eacc9b7ab4c35','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778554,'/marketplace/category/4/music/location_GF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('66d3d83c05388335ed4db9bce935e6c7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778557,'/marketplace/category/4/music/location_GG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e42564107db5c265bb55245d9dc5e5d','a0f270b05d6af80bbdde26c164baedb5',NULL,0,1378778558,'',0,0,0,0,'94.242.237.92','Chrome 27.0.1453.'),('5e5483add5c133aa8c4bc7d57161d8ea','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778560,'/marketplace/category/4/music/location_GH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d5c870d7fdc79593e580e8a6804f519','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778563,'/marketplace/category/4/music/location_GI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('473007a8d150a9e969d574d935e529e5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778567,'/marketplace/category/4/music/location_GL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00f4d9c650a4c9699f3894c0c777b80a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778570,'/marketplace/category/4/music/location_GM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4d1e0a2c86e42edb08f7b9414ef0d97c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778573,'/marketplace/category/4/music/location_GN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5c7851c533a8d594c99981870993bfac','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778577,'/marketplace/category/4/music/location_GP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ec1c464db5c121181ebf6ea025d2d128','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778581,'/marketplace/category/4/music/location_GQ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('83d154a6a2e53c87c8144d30e6bf3176','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778584,'/marketplace/category/4/music/location_GR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d50783d53a88592fe766b790e6e2e26','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778584,'/marketplace/sort_most-talked/location_AQ/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dca83d85d7ce0b15849ccbd714e480a5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778585,'/marketplace/when_all-time/location_NP/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3f8e3f72f891afa53c3d42e319909789','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778587,'/marketplace/category/4/music/location_GS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fad2ae79ac34196e1ceb1851a06fb8dd','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778590,'/marketplace/category/4/music/location_GT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9cbfbc5aa2066371ba27e4cd5ec31ee9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778593,'/marketplace/category/4/music/location_GU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1963f169a0a5f73933ec15ce0e44d366','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778596,'/marketplace/category/4/music/location_GW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7705afce6d1a8718af0396251a4c6d27','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778599,'/marketplace/category/4/music/location_GY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bf5eb892f8e493d86ba997067916873e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778602,'/marketplace/category/4/music/location_HK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7141a38b95eb5d711662514fd8fa56a1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778605,'/marketplace/category/4/music/location_HM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4442abbc363861992116fbd6b6df5f5b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778609,'/marketplace/category/4/music/location_HN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('701048589034b8e0b3dbd81325c89fed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778610,'/marketplace/when_all-time/location_ZW/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b1abe0a382ce0bd156be4ea2f093e73d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778612,'/marketplace/category/4/music/location_HR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3faad70a56023095a672de8dc5de1a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778615,'/marketplace/sort_most-talked/location_CV/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5129ce5756a0ae81b478795009fcde31','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778615,'/marketplace/category/4/music/location_HT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aab8434e1b9000533e2784a725f2d3cf','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778618,'/marketplace/category/4/music/location_HU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9267c1d0fa28bd55dc7cfee5aef810ef','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778621,'/marketplace/category/4/music/location_ID/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28aa77e61b781f025f911cc5555191af','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778625,'/marketplace/category/4/music/location_IE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2e6df1de42a99f4a5912c18b08254738','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778629,'/marketplace/category/4/music/location_IL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bdb4f9640375e8219c72f197aac2c3c5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778632,'/marketplace/category/4/music/location_IM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe3211f1de54f3ea84a3a9ba7c53bc56','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778635,'/marketplace/category/4/music/location_IN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('24ec06a338f9ce8f8bfdaa6e64a56f52','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778638,'/marketplace/category/4/music/location_IO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('234a85fbf22cd6e04923e91fd91aa0e9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778641,'/marketplace/category/4/music/location_IQ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a0d952191ba6b4764523d63741408a8b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778643,'/marketplace/sort_most-talked/location_BW/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d5853e6b7c64726433316eeacf6e2433','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778644,'/marketplace/category/4/music/location_IR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('17156f91552bcdc2fc247d23329b4b6d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778648,'/marketplace/category/4/music/location_IS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b8150739bfb26a04c5039632d0fbc533','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778652,'/marketplace/category/4/music/location_IT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3c0132210366787585390fa880e712ff','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778656,'/marketplace/category/4/music/location_JM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('244a51371d25c169f47e89b61fde62ca','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778659,'/marketplace/category/4/music/location_JO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cdd3b1c42fd0ba4bdec85db35c89a2c6','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778662,'/marketplace/category/4/music/location_JP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('26a9648d2f8820dbc5c021e2ffc74800','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778665,'/marketplace/category/4/music/location_KE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b0ad2367df4bf1ac7a162db63edaa9fa','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778669,'/marketplace/category/4/music/location_KG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ec9e19f9f2daa5437a55a0916e64bcb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778672,'/marketplace/category/4/music/location_KH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('943138c2ff55efc3cc95371d89a4a1ce','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778675,'/marketplace/category/4/music/location_KI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02bcc8ddd846198f9a274de2b969d7b5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778678,'/marketplace/category/4/music/location_KM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be51853de3e72c7a5b2ea021b585de07','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778681,'/marketplace/category/4/music/location_KN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('74cfb10c1728480baca9238e6e0106d7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778685,'/marketplace/category/4/music/location_KP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3a0de7d35b3da8914c07818e35762722','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778688,'/marketplace/category/4/music/location_KR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1acf96de0b40967a220948b7253e7bbc','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778690,'/marketplace/category/4/music/location_KW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('006dd4fb013677f15b1a4e1fce1e5d07','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778694,'/marketplace/category/4/music/location_KY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a221677c1eb1d61feb3f2ed84ff5be6c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778697,'/marketplace/category/4/music/location_KZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bcc56d34d27a74dbb2181a106da0e283','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778697,'/photo/album/profile/1/convictcartel/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('757c571cb300e0b5d6ad6a21c0ff37f6','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778700,'/marketplace/category/4/music/location_LA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba9ca5aaf0587495f86cce5273145331','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778703,'/marketplace/category/4/music/location_LC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1e352c0010e8884cc84f8ea6395379a1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778706,'/marketplace/category/4/music/location_LI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('66b7688f3df7a10eafd93ddfadcd2584','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778713,'/marketplace/category/4/music/location_LK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9557fe15207a7e199cfdf10a26d63940','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778716,'/marketplace/category/4/music/location_LR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('80d73af7d9fc4e8ab2a6b50b5720f6c3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778719,'/marketplace/category/4/music/location_LS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3573671b8a86a0253758bc7eabe3708d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778722,'/marketplace/category/4/music/location_LT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('700afd27df30d92918785bd204eb6e8a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778726,'/marketplace/category/4/music/location_LU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3fc0a92cce44086ffe2734831e54e106','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778729,'/marketplace/category/4/music/location_LV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e06a46ae461e7c0f86b064c2643ec252','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778732,'/marketplace/category/4/music/location_LY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('11ce178377efb93c55026a57ccd42bcd','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778736,'/marketplace/category/4/music/location_MA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('831646ddac04d31b5193dfa7dcdda39d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778739,'/marketplace/category/4/music/location_MC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca5682d9f3b6fd1252909794332b60c2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778742,'/marketplace/category/4/music/location_MD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c9b2b55a614e92b2f72c9d352bf6b56d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778745,'/marketplace/category/4/music/location_ME/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('424201e77ee506a121f5f0a660e1bf68','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778748,'/marketplace/category/4/music/location_MG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bd54403b5225710624d0cba998ece827','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778751,'/marketplace/category/4/music/location_MH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aed846246671259512ae0b1fd99f7c6c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778754,'/marketplace/category/4/music/location_MK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2839402f53f50f4a08459634878acf8c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778757,'/marketplace/category/4/music/location_ML/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('346461e04119be6733435a9cbfc9f8aa','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778760,'/marketplace/category/4/music/location_MM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da2cdbcc581663f39ddc37b2e7aee5b2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778763,'/marketplace/category/4/music/location_MN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95a329abf6a88432aeaef07603523f49','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778768,'/marketplace/category/4/music/location_MO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e242ed7a4714b02a96370ee33951f40c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778771,'/marketplace/category/4/music/location_MP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90976c331095d660f0198246b88a4a9a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778777,'/marketplace/category/4/music/location_MQ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9c95098838609dc053f317051e3e67e0','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778780,'/marketplace/category/4/music/location_MR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('061f16b638e2a14ada64acdbdf1c1a5f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778783,'/marketplace/category/4/music/location_MS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b44e3105e0baa485f6a6adfa84b6947c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778786,'/marketplace/category/4/music/location_MT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7e97525c2533eda6704d779ac6cd3db8','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778789,'/marketplace/category/4/music/location_MU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a5c7cb4e34d44f458632251eae252fc','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778792,'/marketplace/category/4/music/location_MV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fcfe70bbfff9387e18554ff342d2ea6b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778796,'/marketplace/category/4/music/location_MW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cb4f3819d1f3d5ea7c4f2027557bf43e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778798,'/marketplace/category/4/music/location_MX/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('51d70be5e0cf233322b42e8e51a46125','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778802,'/marketplace/category/4/music/location_MY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('10975eae5fdc4f93873ca81961e42a75','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778805,'/marketplace/category/4/music/location_MZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4802190a42179d207f6fb5bfdbf9283b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778808,'/marketplace/category/4/music/location_NA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02998caf49a30712bb2fff3372424acf','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778811,'/marketplace/category/4/music/location_NC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dc4a36a8cd01d9bb305442b4e9acb453','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778814,'/marketplace/category/4/music/location_NE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('10df1199aea74207b75310d93c564218','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778814,'/marketplace/sort_most-talked/location_CO/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aa50b2bc837f5577eb8382fd43acd522','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778816,'/marketplace/when_all-time/location_PE/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ead5682dc2816bd6bf91d1df11d1a74d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778819,'/marketplace/category/4/music/location_NF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b74eee6e9fde8ecf351f84bfcb3e32e5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778822,'/marketplace/category/4/music/location_NG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2d49c728124516d78ee2c276ac5ba096','e7a99774bc880ce84c92169a47bb5e47',NULL,0,1378778822,'/forum/',1,0,0,0,'91.108.180.217','Chrome 27.0.1453.'),('d44e90d1b460e7043ba7d583f8eac17c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778825,'/marketplace/category/4/music/location_NI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e4741cd846eaae68b0211dcee21ff04','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778828,'/marketplace/category/4/music/location_NL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('487bb0aaac7cf36b8a503a314a8df8cb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778830,'/marketplace/category/4/music/location_NO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ac96ff91badb38553502cdecc4938aa','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778833,'/marketplace/category/4/music/location_NP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6b89fd11857f9a29373ee5808ba8654f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778838,'/marketplace/category/4/music/location_NR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5edf5e2d031321600f9edf9c0b9437f9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778843,'/marketplace/category/4/music/location_NU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cb8bbccaa8b7dd6560b066bde5e3ab24','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778846,'/marketplace/category/4/music/location_NZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a6cfc04c4a98695a613e1aa37ed45ad','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778848,'/marketplace/category/4/music/location_OM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ef3aca2808258595490ce58ca345658','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778852,'/marketplace/category/4/music/location_PA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('52d8aac819a435761677758de40e0ad0','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778856,'/marketplace/category/4/music/location_PE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e2fa1e914088d9554df84674acc9b066','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778862,'/marketplace/category/4/music/location_PF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d59659f5448b2b81b8f196a202ffccb1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778866,'/marketplace/category/4/music/location_PG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('517a96d1e92341d290c6c992af294f86','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778869,'/marketplace/category/4/music/location_PH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c17a3c71b55b3673107052a88bb5cc41','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778869,'/marketplace/sort_most-talked/location_EE/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4528a6c63de7f124a03d64034a1b8ae3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778872,'/marketplace/category/4/music/location_PK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e5a3e0c15c18466f947fee3b34130a42','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778875,'/marketplace/category/4/music/location_PL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('10a0de7dbadf99370f5fe22fe12e6e11','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778878,'/marketplace/category/4/music/location_PM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e839479bf3980beeeb3052b3c6b2661c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778881,'/marketplace/category/4/music/location_PN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ac6aaed37be113542ee575894989bd24','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778884,'/marketplace/category/4/music/location_PR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c4a0493f5ce682b74e452c824892a35c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778887,'/marketplace/category/4/music/location_PS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1e9f46f73d582e564303d58182695ee4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778892,'/marketplace/category/4/music/location_PT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2d609690c88a7e54605f4862bdb2b6b7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778895,'/marketplace/category/4/music/location_PW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3f99221e9d797afffac9491e0618e147','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778898,'/marketplace/sort_most-liked/location_AU/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82deaa3c3acd31c0d16108f79bca0f60','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778898,'/marketplace/category/4/music/location_PY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('39d49255ec15588de7e14773998dbc91','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778899,'/marketplace/category/4/music/location_SK/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0ac0744181815a872f86752f03c355f9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778901,'/marketplace/category/4/music/location_QA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('981a5dbbe5a0c1573c100179be504bd2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778904,'/marketplace/category/4/music/location_RE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d9bf6a99cbf4e33ed428ed8be71d9cf0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778904,'/marketplace/location_TM/sort_most-talked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1d43065aa3b7bf9a0c6c7ad4ea3cd2c3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778907,'/marketplace/category/4/music/location_RO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6c69f33e889413e0f2ab8b4625386f20','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778910,'/marketplace/category/4/music/location_RS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6fe209c2dfdce0b148257fea21dfba74','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778913,'/marketplace/category/4/music/location_RU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c8a5bb4e31aa728dd0babb0a6a6b0518','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778915,'/marketplace/category/4/music/location_RW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('df70d6a96395cdb955981b9c27957a94','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778918,'/marketplace/category/4/music/location_SA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7258623a3ea7bbba5504d28d51bf02af','9f361bcbf68a3c5d49cb7cae334d587b',NULL,0,1378778925,'/user/login/',0,0,0,0,'96.127.190.74','Chrome 27.0.1453.'),('ded03ca892e91e390d458f9271283e34','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778922,'/marketplace/category/4/music/location_SB/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a08a54e9dd214f154659c28fd1b9b32e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778924,'/marketplace/category/4/music/location_SC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a34894a8c79ce1e5784817368a06a786','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778926,'/marketplace/category/12/male/location_RE/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e8072e2e068939f863e3223d679ba218','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778927,'/marketplace/category/4/music/location_SD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0dafbda11bce242d9979b12b0c85fc94','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778930,'/marketplace/category/4/music/location_SE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('74a54ebe24b53bba6453693d45ec456b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378778932,'/convictcartel/photo/when_this-month/show_20/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5ab91676e3d5f82f370514a95dc6e468','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778933,'/marketplace/category/4/music/location_SG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93b056e7fb79cf4d18bd47e675c13db2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778939,'/marketplace/category/4/music/location_SH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c3f052bb8d1c8593af8c87e69bd96e75','edb9d7bbcb42e17742b9669bf5b30e8d',NULL,0,1378778942,'/user/register/',0,0,0,0,'37.59.69.67','Chrome 27.0.1453.'),('fe0f1421a26b95d967b6a198bf15a471','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778942,'/marketplace/category/4/music/location_SI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('37a48d9208481c0ec2116b1de8196ecb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778945,'/marketplace/category/4/music/location_SJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a527f36f91e714649c0dd3112342dc17','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778949,'/marketplace/category/4/music/location_SK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ade31c9b83f4fe5efc4de14f6b040a3e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778952,'/marketplace/category/4/music/location_SL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('30a67329cad056dfa7898899b95a1554','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778955,'/marketplace/category/4/music/location_SM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ac8fbc058428e256278188d579bb7d8','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778958,'/marketplace/category/4/music/location_SN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('72e382e639f3a566e1b5daf0f03f5469','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778961,'/marketplace/category/4/music/location_SO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef7e435ed83bf1b56ec8f469e2baaa47','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778963,'/marketplace/category/4/music/location_SR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b63cdceca8f85a4b4bdcec30c2b4ee12','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778966,'/marketplace/category/4/music/location_ST/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed8dd1ddc3e1d1f56357ff0611c3ecab','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778969,'/marketplace/category/4/music/location_SV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e5bf200b5d7f0da983c5dfb8d099610d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778973,'/marketplace/category/4/music/location_SY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3b80b4749c7080bc811ae5afe2d350f0','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778976,'/marketplace/category/4/music/location_SZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7806b166b55f07baa4a394ade495b36','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778979,'/marketplace/category/4/music/location_TC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ace8d15f8bf9ad0cfcbf4a33d83a06c2','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778982,'/marketplace/category/4/music/location_TD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5abdd556aac28267b784652bbfd4fd08','95777e645845f49c4c26a9f13b24143e',NULL,0,1378778984,'/mobile/user/register/',0,0,0,0,'151.237.189.170','Chrome 27.0.1453.'),('2da468da98292ba19966abb79d9f649f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778985,'/marketplace/category/4/music/location_TF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8136b76c63f4cb7d2131fec1107ab064','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778987,'/marketplace/category/4/music/location_TG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f82d2fee2a6e4085eff3d9d47e6e285a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778990,'/marketplace/category/4/music/location_TH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fd092a99d09c6b2b6d6d2b51bfe0e386','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778993,'/marketplace/category/4/music/location_TJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9dd8fd7bf43eb64c823c6659974fb64c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778996,'/marketplace/category/4/music/location_TK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ea437094dab4c23a08e329c4a0753753','2597dce56e31b06cc667ee069fba169a',NULL,0,1378778998,'/marketplace/category/4/music/location_TL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('36633c43a4b88f25e30c011b5e2cb20e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779001,'/marketplace/category/4/music/location_TM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f0e5327e05d54f9c67f8568af9b536eb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779004,'/marketplace/category/4/music/location_TN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bc66d3ebfd1a6b35f94d0239a8d307be','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779007,'/marketplace/category/4/music/location_TO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5400d049e68363a86829c16bcc97dd85','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779010,'/marketplace/category/4/music/location_TR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a810a1d12006d0d2ce0d114c34a58e9f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779016,'/marketplace/category/4/music/location_TT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9c23bc0cccd20706a6194d79edeb5600','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779019,'/marketplace/category/4/music/location_TV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dd9c7222c8223c94efb1368d3af64a0d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779022,'/marketplace/category/4/music/location_TW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('367980abd8521823a77a6fc86e3011dd','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779025,'/marketplace/category/4/music/location_TZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('62ab096477c6908e73089f30336e09d3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779028,'/marketplace/category/4/music/location_VI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('12f2de7c2826ee9be063d795a36baaaf','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779031,'/marketplace/category/4/music/location_VN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c14b78f531c3cb4d8635ea891888c4d1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779034,'/marketplace/category/4/music/location_VU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f7adc9ce3972bbfd8584f2f544d6df50','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779037,'/marketplace/category/4/music/location_WF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0d4296d81fda868116de68ec5422ac6f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779040,'/marketplace/category/4/music/location_WS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('15471891afecf18583981e86e2529821','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779049,'/marketplace/category/4/music/location_YE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2bdb38e421a460f9bef1c2141ae54e29','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779052,'/marketplace/category/4/music/location_YT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb19fa11c748542777dc9ad288b835a9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779056,'/marketplace/category/4/music/location_ZA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0f8641a5a7246192ab256c882b7830a9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779059,'/marketplace/category/4/music/location_ZM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('72ab6469c8b016083e4692dfc8d3b7b4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779063,'/marketplace/category/4/music/location_ZW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d06a27fd588f0ef1725072f7cf5e71b4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779066,'/marketplace/category/4/music/show_12/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00c858d9afb762e3c47247e09594b9f2','f3e11278731d3e364755240141ce8efe',NULL,0,1378779109,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('1b1260526b31f90230e555629b531ea5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779069,'/marketplace/category/5/albums/location_AU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f5df380ea6510979cad867cdbec8208','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779072,'/marketplace/category/5/albums/location_AX/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e71fb50813fcadd0e5b0226fc83bd9a7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779075,'/marketplace/category/5/albums/location_AZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3249213c148d8ab8bc9824a956705e28','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779078,'/marketplace/category/5/albums/location_BA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe5a2c7f4c927f22cd3df61a7c8fd31c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779080,'/marketplace/category/5/albums/location_BB/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('204c602082572ddc74b7a12dec356883','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779083,'/marketplace/category/5/albums/location_BD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('116693dbda2717d51f448daf82adc873','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779086,'/marketplace/category/5/albums/location_BE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f910c42c0b5b479a85f811de5cf0eaa8','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779089,'/marketplace/category/5/albums/location_BF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('99bb5b408585ff670bdd95c4df9091c1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779092,'/marketplace/category/5/albums/location_BG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f3a29dc3a440603df1ca8873b004e3cb','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779095,'/marketplace/category/5/albums/location_BH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9a97811ae59a2f43920aacbad43f6b79','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779098,'/marketplace/category/5/albums/location_BI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('14ac70f13cce454eaf3cba64040fe4c1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779101,'/marketplace/category/5/albums/location_BJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3a5cb6756676819cc1f716f53b6838b7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779105,'/marketplace/category/5/albums/location_BL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d0a07b214409c149975b182382bf2ef6','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779108,'/marketplace/category/5/albums/location_BM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f9a661ec3a75727a0edcf674961074be','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779110,'/marketplace/category/5/albums/location_BN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('faa62c092bd8a5013992283c90ba15ca','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779113,'/marketplace/category/5/albums/location_BO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('092e31fe124552c0b7defbb836e52ddc','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779117,'/marketplace/category/5/albums/location_BR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1e6ee652e45ec7d5756eb80700d4c4bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779119,'/video/category/8/news-politics/when_this-month/sort_most-liked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('889f5e18dfcee39968aaf6186fb3a48e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779119,'/marketplace/category/5/albums/location_BS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('67ab0929fa5b55e1551b544f560cd084','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779123,'/marketplace/category/5/albums/location_BT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95017fce5419185c8dfbe00d0426561c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779125,'/marketplace/category/5/albums/location_BV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3cb225d69df81b69cf19a309db26ae9f','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779128,'/marketplace/category/5/albums/location_BW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('240de67dbcae76196d4518789c1e8b5c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779131,'/marketplace/category/5/albums/location_BY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('65b1e2cd49559169dc3d375daf90703d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779134,'/marketplace/category/5/albums/location_BZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1edad9023d86522282dd209f1091c513','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779140,'/marketplace/category/5/albums/location_CA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d4696d282203ee165fa92bcb0c33232d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779146,'/marketplace/category/5/albums/location_CC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da62afb1b7d0d316e5a865d6f7315f37','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779149,'/marketplace/category/5/albums/location_CD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('62a9098fd7b96f1e35038d182c26bfb3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779156,'/marketplace/category/5/albums/location_CF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b60c1f6b05d42838e0090a63694c605','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779159,'/marketplace/category/5/albums/location_CG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e1611332dd07cb59bdb68bb8bea014e7','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779162,'/marketplace/category/5/albums/location_CH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e63687b3f62c5814027862e75f26227','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779164,'/marketplace/category/5/albums/location_CI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b68fff9d27d717ec3be2fd35973ff787','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779167,'/marketplace/category/5/albums/location_CK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d7a0de8a44e185e396eb3901b47fc135','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779170,'/marketplace/category/5/albums/location_CL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('162eff42b4aebb6252862c63b19d638e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779173,'/marketplace/category/5/albums/location_CM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9ba77323ed94a031682305ca4aec26ed','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779176,'/marketplace/category/5/albums/location_CN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2b5c75e94507d54f1194cc71bf1a633e','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779179,'/marketplace/category/5/albums/location_CO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('283eef5b005c46fe9f77b3de09ac8c33','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779182,'/marketplace/category/5/albums/location_CR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ffc353a1ea06654bff533898b5198676','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779185,'/marketplace/category/5/albums/location_CU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('20348ee360fb30ad50bea408382ce36c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779187,'/marketplace/category/5/albums/location_CV/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dfee89fb05744b4af9f15e6d08af2b4b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779190,'/marketplace/category/5/albums/location_CX/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b308be7d977dbcb661003bb3f70d5a5b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779194,'/marketplace/category/5/albums/location_CY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('73a8089c188903d08934a9c1bf7a75c9','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779196,'/marketplace/category/5/albums/location_CZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c4697cd8fdc9b744c5a15a2adfecb850','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779199,'/marketplace/category/5/albums/location_DE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d9eeaf24d609cbe36b44382897aa01ac','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779201,'/marketplace/category/5/albums/location_IE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e9bd36b274f889c11c0be178b32c3e48','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779202,'/marketplace/category/5/albums/location_DJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d7173d447af0e019eec28ecebf095fdf','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779205,'/marketplace/category/5/albums/location_DK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1f24c15de5253616cfb90f380126934','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779208,'/marketplace/category/5/albums/location_DM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('96d625a48f1fb14753857c4809adaa20','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779210,'/marketplace/category/5/albums/location_IL/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('540310ab1030df49d7b8d229a5c0ce2c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779211,'/marketplace/category/5/albums/location_DO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('48d5f8e7bdc59aa70638f2e595d731ad','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779214,'/marketplace/category/5/albums/location_DZ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a07b9f8f37c5bd996f507de21bad855b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779217,'/marketplace/category/5/albums/location_EC/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('087f8d8757bd7bf64e7f8abce634bd48','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779220,'/marketplace/category/5/albums/location_EE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6a7714c632518e5f2622f86639828c3','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779223,'/marketplace/category/5/albums/location_EG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('400d5be094aed11a616d54e8acf2bf0b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779226,'/marketplace/category/5/albums/location_EH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a38828466a77db696902a8db479cfe1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779228,'/marketplace/category/5/albums/location_IM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('23633143fc7bf85713cb1ea96fa4a3ba','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779229,'/marketplace/category/5/albums/location_ER/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('818a4d62cea05b1c9be40b75a7221b23','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779232,'/marketplace/category/5/albums/location_ES/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('23fb38eada5ff3bca78d36130d7a5462','620a1abfdb05ae38f3722581b343a0f6',NULL,0,1378779233,'/mobile/user/register/',0,0,0,0,'23.81.58.240','Chrome 27.0.1453.'),('ba6acc80ce8cb036b3bb7a53a84a6239','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779235,'/marketplace/category/5/albums/location_ET/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be08fb5859315eb9193e523d3a4d2242','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779238,'/marketplace/category/5/albums/location_FI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e65a71dd37eff0bf28400ada062b90b5','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779240,'/marketplace/category/5/albums/location_IN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b2b1698a4e50b5c0786757addebda2af','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779241,'/marketplace/category/5/albums/location_FJ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c25303b2e1903e2d4a39541d79c10f45','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779245,'/marketplace/category/5/albums/location_FK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8cd4d6c706f3d07d0fe97797a2f40a6c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779248,'/marketplace/category/5/albums/location_FM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d519276e7718ea725a496864ff6c862','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779250,'/marketplace/category/5/albums/location_IO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1e1a4e8e737c29cf54f0b2c2b32be799','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779251,'/marketplace/category/5/albums/location_FO/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d7b144ca2b2cb52d12d209530fe890d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779254,'/marketplace/category/5/albums/location_FR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3ca52234518a526272c7e10b01940ba5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779257,'/marketplace/category/5/albums/location_GA/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('869f37c1fd8e493b39e4cb4df67b708d','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779260,'/marketplace/category/5/albums/location_GB/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce9d0c0696dac45488673b85baa8e4e1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779261,'/marketplace/category/5/albums/location_IQ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('508a490f39bc2e93888b03d1f5999298','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779263,'/marketplace/category/5/albums/location_GD/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('caf3a251fc5f6729e88d2f2deea1ba3a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779266,'/marketplace/category/5/albums/location_GE/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed8ef9775a932bbb390cb772bded29b9','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779267,'/marketplace/category/5/albums/location_IR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('18369a2178451a0e76bbbd1a5c215775','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779269,'/marketplace/category/5/albums/location_GF/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('78b246e494dd295a7465da87d85a30c4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779272,'/marketplace/category/5/albums/location_GG/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe36361eff2193d0b43b1d7a01bbe788','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779276,'/marketplace/category/5/albums/location_GH/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('263c6739bcd779eae4d0ac040992fb53','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779279,'/marketplace/category/5/albums/location_GI/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e975de191152105e52f2cfdbd1103072','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779282,'/marketplace/category/5/albums/location_GL/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('df98f35132f2131c06ba4b5694d6dd80','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779282,'/marketplace/category/5/albums/location_IS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a87ac1e8bda2595900ca458edc0d9f5','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779285,'/marketplace/category/5/albums/location_GM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4ba2777317f516e3b07a1e93bcdb345c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779288,'/marketplace/category/5/albums/location_GN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28c1451919753cea14747cefa619c12a','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779291,'/marketplace/category/5/albums/location_GP/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1280213f72aff73ae980b92e02cdf917','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779294,'/marketplace/category/5/albums/location_GQ/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('831b96634bb9fb703de2d0cdd78186b4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779297,'/marketplace/category/5/albums/location_GR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ebe6fb758ab2a3b5b8b1b3194d737fb1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779298,'/marketplace/category/5/albums/location_IT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00f4a18cd62504026b8525634bfc058b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779300,'/marketplace/category/5/albums/location_GS/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fd06c5ada3ba6e98880e530a29ef09de','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779303,'/marketplace/category/5/albums/location_GT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8f1aad06cb2b30813102e523e650e7a4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779306,'/marketplace/category/5/albums/location_GU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('71751a4e127065b2d034c5efa649f79c','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779309,'/marketplace/category/5/albums/location_GW/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb992774ea3c9d4362acfd52d3d34f09','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779312,'/marketplace/category/5/albums/location_GY/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b139962a8d8232d45e836334fa428990','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779315,'/marketplace/category/5/albums/location_HK/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d6c8659859f742d61f2a7d8295f843b8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779316,'/marketplace/category/5/albums/location_JM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('20096e940867e251a64b1288f91dc57b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779318,'/marketplace/category/5/albums/location_HM/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('01d715a6541ebcba09557330d59807ec','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779321,'/marketplace/category/5/albums/location_HN/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('33078dd8bd7ec242939586d8a0e78578','7cad54139ce85a9aadaf197facba1746',NULL,0,1378779323,'',0,0,0,0,'37.59.88.248','Chrome 27.0.1453.'),('226ba83d1ca7d70df8b3a0932876eb3b','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779324,'/marketplace/category/5/albums/location_HR/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e334c3fc8a490b8b37cfae49eb654b68','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779324,'/marketplace/category/5/albums/location_JO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ca813a710f2a215e470a61ff2c70a52','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779327,'/marketplace/category/5/albums/location_HT/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eb2f1f4835ea80d535a0ab7578eeb8e1','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779329,'/marketplace/category/5/albums/location_HU/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('271a0415980a06e4a76d2bc160afc967','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779329,'/marketplace/category/5/albums/location_JP/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da68282903607a1c9e7f0351f8594dd4','2597dce56e31b06cc667ee069fba169a',NULL,0,1378779332,'/marketplace/category/5/albums/location_ID/',0,0,0,0,'46.165.197.151','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dc40bbe99cd22f367a009eaae8f2ead6','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779340,'/marketplace/category/5/albums/location_KE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2efa0dc33eb0bb20e61d4cd57f2f53c3','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779348,'/marketplace/category/5/albums/location_KG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1243ee84d72aabfaa344baccf45dd069','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779357,'/marketplace/category/5/albums/location_KH/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5afd615b86fadffa096bb96b9ecee06c','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779369,'/marketplace/category/5/albums/location_KI/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0a076b75abb20c3a5359e735cb64e4e0','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779383,'/marketplace/category/5/albums/location_KM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8189af0c9b96ed7bc42e12c7dd4ecbd7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779386,'/marketplace/category/12/male/location_MS/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('36ce7f86afb08184b74949c3805b9bec','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779390,'/marketplace/category/5/albums/location_KN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('525a879af53ffff9b653cb959d52355a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779398,'/marketplace/category/5/albums/location_KP/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe02e0d5461a0555ca36349f5c5ceeb4','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779410,'/marketplace/category/5/albums/location_KR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f78c4106127cfb5b342e93c894eeffd6','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779420,'/marketplace/category/5/albums/location_KW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3c4abbcf94f2c4f3b559493ee9dcfe29','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779420,'/convictcartel/video/when_this-month/sort_most-viewed/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7a7fd9896f975c0daf182f2c737bf58','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779431,'/marketplace/category/5/albums/location_KY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0c277a112dc13835a15c59786ab25fd5','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779444,'/marketplace/category/5/albums/location_KZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7231d2003548614294794308238bd03b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779492,'/video/category/2/comedy/when_this-week/sort_most-talked/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('41d52c247fbe7f72c744a7f90b0db826','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779493,'/marketplace/category/5/albums/location_LA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f5959e445493928f4cce504f7806093','137e1b095b12cddbd6afedc8709bb481',NULL,0,1378779497,'/',0,0,0,0,'198.23.150.151','Chrome 13.0.782.1'),('9e5e6c6c027abdf11f4fd27e3f9e278d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779505,'/marketplace/category/5/albums/location_LB/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f11fd14a9c2acc6d3ea4aaa58c9f1dcb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779506,'/marketplace/sort_most-talked/location_BI/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e4174070562f5ea0b548596650516600','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779516,'/marketplace/category/5/albums/location_LC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('89cef5b646396d39962e7138dfcf83cf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779519,'/marketplace/category/5/albums/location_GD/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9fb68d86f5a67d54a08ed7b1490b2be6','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779528,'/marketplace/category/5/albums/location_LI/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1879331afd1a35692b534f21ce351434','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779536,'/marketplace/category/5/albums/location_LK/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7adf79cac807ccfac5a29b5ea92664d0','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779542,'/marketplace/category/5/albums/location_LR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('819f21b216f87dbdf501c59001a01d46','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779550,'/marketplace/category/5/albums/location_LS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('299de419f817d87eda0b77e946139f6f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779560,'/marketplace/category/5/albums/location_LT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e09c900b64bf61ba8c2aba39d452e5ed','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779576,'/marketplace/category/5/albums/location_LU/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5597ff2d9cda715bdc4ecb450d0db246','fd44f3c2c47ba5d7d9db9cb35e464bfd',NULL,0,1378779580,'/user/register/',0,0,0,0,'50.115.167.190','Chrome 27.0.1453.'),('2e9a510be8d848ed31aa69dc001a7b9a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779590,'/marketplace/category/5/albums/location_LV/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9e448cbbed415de081d8bc1d7145823d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779597,'/marketplace/category/5/albums/location_LY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8b3faff154fd68e3c94a7f58c824ac0f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779599,'/marketplace/when_all-time/location_LS/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1c145c9cad605cad651066a3d49dc69e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779607,'/marketplace/category/5/albums/location_MA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('811e5acf70452ab2ed65633ebdd29fcd','af8015f7051b1431419256199bcd8930',NULL,0,1378779614,'',0,0,0,0,'69.35.211.52','Chrome 27.0.1453.'),('f62aac72ddb02ef8a18e73f933a8654d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779618,'/marketplace/category/5/albums/location_MC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95c3e6d615b2ddaf2288fef966a767f2','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378779632,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('409691cefa89d14375b210240b1aff7a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779625,'/marketplace/category/5/albums/location_MD/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b3f65416d2965c05ba95ac38d4e884ad','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779632,'/marketplace/category/5/albums/location_ME/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('58f2aaabc7221252b762325b2430959d','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378779635,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('9d7a06a4b98ca50087869d8ede74871c','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779640,'/marketplace/category/5/albums/location_MG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d15f7080a4ac309fda9c292b1a86b33','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779646,'/marketplace/category/5/albums/location_MH/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6a64362b1ee37ebcd4c4bf1e8f8311a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779654,'/marketplace/category/5/albums/location_MK/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a570c8c46a747bcd6272d53637262601','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779662,'/marketplace/category/5/albums/location_ML/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b9fbde1dc8317d34591994c21d68057','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779665,'/marketplace/sort_most-talked/location_CR/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('231bcf901862430b47f1ad5cf8bb1ce7','82775bac14fcbd6685ad575dc044b722',NULL,0,1378779671,'',0,0,0,0,'37.59.202.81','Chrome 27.0.1453.'),('9ac2bb4263ec2046bf14768fdc96606f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779674,'/marketplace/category/5/albums/location_MM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f0a961a7a120ee8faa1223a570ef503','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779682,'/marketplace/category/5/albums/location_MN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7e9a13c78306faa61be48eec9e78cf0b','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779693,'/marketplace/category/5/albums/location_MO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('206aa789303eee07ed1a5ab95df7867a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779699,'/marketplace/category/5/albums/location_MP/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7b44f34fe247d6757633c1b08af66dc','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779707,'/marketplace/category/5/albums/location_MQ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('69e6697f1fb1b6289099969e07ef9435','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779712,'/marketplace/category/5/albums/location_MR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('19d3c49d3decd9722f7e0aba5c4e2d5f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779717,'/marketplace/category/5/albums/location_MS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('92269a37c0f18b357d2b081f46192fa7','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779725,'/marketplace/category/5/albums/location_MT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6a64cdf06960522bf72a7b15259a9219','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779725,'/video/category/2/comedy/when_this-week/sort_latest/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('591293b6c9f341b4f92612ca4e5a9101','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779729,'/marketplace/category/5/albums/location_MU/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6a244680193fdd9639961a5959e34546','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779736,'/marketplace/category/5/albums/location_MV/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('21cf4ac31dcb45a13c6c8824d5d27c80','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378779741,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('c1fb22eb7b63d244bc7778ae511f3417','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779743,'/marketplace/category/5/albums/location_MW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('709bb785afb5e2409806ca12fc4af470','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779749,'/marketplace/category/5/albums/location_MX/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f0a39a17d6702cb18c0f008b90ed49db','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779756,'/marketplace/category/5/albums/location_MY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('52310f6cbef7ea41a91091d770032d9b','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779762,'/marketplace/category/5/albums/location_MZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f726a3084c707d6b48c6353b12d9e863','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779767,'/marketplace/category/5/albums/location_NA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f2639bb43176d34397ef228b68aba180','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779775,'/marketplace/category/5/albums/location_NC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6981e13114dbc8bf58ea1fd619e684bb','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779782,'/marketplace/category/5/albums/location_NE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e2c650f1b357e670f3af0739ed01b42a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779784,'/marketplace/when_all-time/location_SI/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e194ca1d9f997187df2fd1d8d74f56f4','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779791,'/marketplace/category/5/albums/location_NF/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('75b0d299971bf75c038d7f545f2a5693','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779793,'/marketplace/sort_most-talked/location_BG/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1e6334d77f61ce7d59924a3ab3c88c2f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779798,'/marketplace/category/5/albums/location_NG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed037c114875fbf73f3b2bc20577ae52','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779805,'/marketplace/category/5/albums/location_NI/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('017c434be34ec9f7c7f5085d6376ece0','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779811,'/marketplace/category/5/albums/location_NL/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98c42079e4a7fcfdb83becbd68daa2b6','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779816,'/marketplace/category/5/albums/location_NO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('174603a1cb56ed5380326b3848742b97','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779823,'/marketplace/category/5/albums/location_NP/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d419f1230e45da68fa324004d49d5e94','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779829,'/marketplace/category/5/albums/location_NR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('25a53e45299c085d50bea06f8fa3550a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779838,'/marketplace/category/5/albums/location_NU/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('998b796a066a78744fa0a004bb3f7e98','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779845,'/marketplace/category/5/albums/location_NZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ffa31b8442b95f83ff5ae76f5f944ce8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779853,'/marketplace/category/5/albums/location_OM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('31abda34226df7cc133b108872ba2499','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779861,'/marketplace/category/5/albums/location_PA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('deda3ac293601b2d4cff5cda4e2915ae','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779871,'/marketplace/category/5/albums/location_PE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('197ad8d4fe9f9a6c1becde617d1ea0ef','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779878,'/marketplace/category/5/albums/location_PF/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('247cc713d92c13b7cb8099f1e8ba8968','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779885,'/marketplace/category/5/albums/location_PG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7c3a17579ec0bab8b94ae78a47c39c94','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779886,'/marketplace/sort_most-talked/location_CU/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('43da179d7a66214df9a3be9c82f0dc5e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779892,'/marketplace/category/5/albums/location_PH/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1057f8e37772bd10059ce0e621e2ca9a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779899,'/marketplace/category/5/albums/location_PK/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a69b786847182dcfbedc8bff4a63e1e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779907,'/marketplace/category/5/albums/location_PL/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('76dbba2d3edd607b6ed15bc779a23257','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779911,'/marketplace/category/5/albums/location_PM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6b1673738e801e8fd6d27b9391adff0d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779917,'/marketplace/category/5/albums/location_PN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('42fefbb226b3c4854e3fef7c9c4c85ca','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779922,'/marketplace/category/5/albums/location_PR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13a03b74ce32e2864d900fc00790050e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779927,'/marketplace/category/5/albums/location_PS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f9824c4b2f974ccb65849d0732192f69','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779935,'/marketplace/category/5/albums/location_PT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8138e3decd01df62c70d710e7406baf6','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779941,'/marketplace/category/5/albums/location_PW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5c7d5c9adf0a65d453a5644a8640a9ac','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779946,'/marketplace/category/5/albums/location_PY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1517ee3dad5af421042e4c617d7456f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779951,'/marketplace/category/5/albums/location_QA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca041768de9106735054eeda8914ab5e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779957,'/marketplace/category/5/albums/location_RE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('92880896d9d89787ee46a02403d6d15c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779960,'/marketplace/location_BS/sort_latest/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c53b6657b4d620b89995ed528feeb3ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378779963,'/marketplace/location_TR/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('34a812e3255702ba6fb95347c67f22e2','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779964,'/marketplace/category/5/albums/location_RO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('46859b7e1abeb0c35e024d70d7003fd2','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779970,'/marketplace/category/5/albums/location_RS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('03c1b5a265020875637314127175c7c3','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779979,'/marketplace/category/5/albums/location_RU/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5d7c1d1b1626b42657c53dd545320391','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779985,'/marketplace/category/5/albums/location_RW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e2e1d0aa6cc64f3429033787736a5a26','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779990,'/marketplace/category/5/albums/location_SA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b10ed24a1665d5d9b04d360d14b29136','0171dc423e06ea6813f22840b63fe588',NULL,0,1378779995,'/marketplace/category/5/albums/location_SB/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3c78cd9f2e92aeb2cdb952af08468ee8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780002,'/marketplace/category/5/albums/location_SC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('70785237c6c05e69b2085b8644038474','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780006,'/marketplace/category/5/albums/location_SD/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d05608f65a6de7240f84ed971d359eb0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780007,'/marketplace/category/5/albums/location_RO/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c52dfbdd40f082e32b2fb941d7b71a6b','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780016,'/marketplace/category/5/albums/location_SE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13f852ddd448f4035e93ae4ceca770b9','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780022,'/marketplace/category/5/albums/location_SG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('355145fec0593eb80c5612bc4c2937d8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780029,'/marketplace/category/5/albums/location_SH/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c89eb6d2f702f129cd57b084d0685392','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780040,'/marketplace/category/5/albums/location_SI/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f900c0ec31ea7f403701d2a2e0451b94','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780052,'/marketplace/category/5/albums/location_SJ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff8f78cf81ab37bf106725cb0f89d71d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780060,'/marketplace/category/5/albums/location_SK/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f6ad2d1064872138bf946d912fd44657','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780066,'/marketplace/category/5/albums/location_SL/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('50961213d9e942f3f8a06c41d17f02e1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780075,'/marketplace/category/5/albums/location_SM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fecca9975d50db299e39ba1849b1f29d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780081,'/marketplace/category/5/albums/location_SN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4908c88a4628872212ef8a9a6d9aab3e','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780093,'/marketplace/category/5/albums/location_SO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('14c96afb03696c56d68a6b3a36613853','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780103,'/marketplace/category/5/albums/location_SR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f2a0cacc4d1c8b6fba3020cb4e72ca0','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780110,'/marketplace/category/5/albums/location_ST/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d5de205d729f26a7adf1f02af7062a61','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780116,'/marketplace/category/5/albums/location_SV/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('29885a73794e1105ded2dff7949aae53','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780121,'/marketplace/category/5/albums/location_SY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ec8a7d1a53454125b1ad2330fdb4812','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780126,'/marketplace/category/5/albums/location_SZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90bc29e9f4bab6e53595decb766c9289','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780134,'/marketplace/category/5/albums/location_TC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a4ebc78b142def25c080928f6e964cef','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780137,'/marketplace/category/5/albums/location_TD/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ac44a651cd75046406ff0541bdebb215','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780144,'/marketplace/category/5/albums/location_TF/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('658ebe5c345ff195f679978f369c725f','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780149,'/marketplace/category/5/albums/location_TG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4c60d73cf133f9a0e2892b9f47b65ff1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780155,'/marketplace/category/5/albums/location_TH/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b52a3ec9ea2ce808f6e7e1c5249c78ba','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780165,'/marketplace/category/5/albums/location_TJ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f15ffaf6ae186879a6892d7c725e15ee','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780169,'/profile-5/photo/when_today/sort_latest/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8056383af5fca2785031affb59ca694b','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780170,'/marketplace/category/5/albums/location_TK/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e8e9dd3bb9d8087433eb05e45655db6c','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780179,'/marketplace/category/5/albums/location_TL/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('49a176fb8fca84d7e48373ac0e02ff7b','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780189,'/marketplace/category/5/albums/location_TM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1153a87e3144f1c2dda1468354200c1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780198,'/marketplace/category/5/albums/location_TN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45889498fbca8f6d628747a49fe98bf5','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780204,'/marketplace/category/5/albums/location_TO/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e0d8996fb48226c5001cb6fc707a57ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780210,'/marketplace/category/12/male/location_US/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f21880d3c8ca8c42133855db7adfa40d','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780214,'/marketplace/category/5/albums/location_TR/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('119c84b79692ed8476d69cfa869d7689','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780222,'/marketplace/category/5/albums/location_TT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('780bc683d9f2ae0023225047354a9b2c','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780231,'/marketplace/category/5/albums/location_TV/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cd5bb680d36d9ea411083dc6d8d4fead','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780243,'/marketplace/category/5/albums/location_TW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0166442ba79ce9fd6d51eb44353056b1','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780251,'/marketplace/category/5/albums/location_TZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('40b174291a805a35a6245c4bad990aa7','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780257,'/marketplace/category/5/albums/location_UA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cfc477d2538028cdca6d50c3a71fd3f7','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780265,'/marketplace/category/5/albums/location_UG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d7b49a9fa8007c2cd35831ad8604573','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780269,'/marketplace/category/5/albums/location_UM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9bd90be73f1621f23d8f1b80c27b50ad','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780276,'/marketplace/category/5/albums/location_US/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('57bd67122685355b033620c5c78be74a','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780287,'/marketplace/category/5/albums/location_UY/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ded9ae249ae857a1aab2b9ab452b7cb','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780292,'/marketplace/category/5/albums/location_UZ/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb5d757b12d0e7229e37280634d3a1ea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780296,'/video/category/16/music/sort_latest/when_today/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('775508a2042716b1e21f5801cb138286','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780301,'/marketplace/category/5/albums/location_VA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7dc873865b35f68fb3c989965d829aab','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780307,'/marketplace/category/5/albums/location_VC/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e437de4cf8fc43c47b65d8f17e422dc1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780309,'/marketplace/category/5/albums/location_NC/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7078a279caf3906392f298eca4302dcb','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780313,'/marketplace/category/5/albums/location_VE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a348372d6b270d57f5a2e07090ada89c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780317,'/marketplace/category/12/male/location_SI/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('937fbf38215443d30c327cf734a3c1bd','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780326,'/marketplace/category/5/albums/location_VG/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9ef548f08efe1bee62da108f88792c9f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780329,'/marketplace/category/12/male/location_MO/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('00ff4fbf0db1a640e50d92a768646182','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780346,'/marketplace/sort_most-talked/location_BS/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('408b9389ace4ea021dbed522449ae53f','054d759f30a0213bfa95594b5d85131b',NULL,0,1378780347,'/user/register/',0,0,0,0,'176.31.73.153','Chrome 27.0.1453.'),('c07a7c74fd5cd5effd98e37a9df9efb9','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780354,'/marketplace/category/5/albums/location_VI/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d12dbe476df567946e62c0eca56d6e20','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780364,'/marketplace/category/12/male/location_ZW/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2ad0eff6f25e4d40a319a6d360169334','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780366,'/marketplace/category/5/albums/location_MA/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd20e7723ed8a1b495aaab728b469980','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780367,'/marketplace/category/5/albums/location_VN/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6e287d58d5c3c1f1bd2dd0c47886b262','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780371,'/marketplace/category/5/albums/location_VU/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('78d0220b08a4a71cb5481d34aa7cd54b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780378,'/profile-40/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e43c789f2bf1f4eaa2275916d8977f48','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780381,'/marketplace/category/5/albums/location_WF/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2eaf32c309270081475d1367c415fae5','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780386,'/marketplace/category/5/albums/location_WS/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b30628118ed0b6d5d7cc0cacdf6be7bf','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780394,'/marketplace/category/5/albums/location_YE/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1022c13cb9f6117bd6b5161b7328bfb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780401,'/marketplace/location_MU/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1fda1788946be4b583cb8ae789cb69c3','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780403,'/marketplace/category/5/albums/location_YT/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5261fe102cd7d5c8591f76851c18e4d3','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780412,'/marketplace/category/5/albums/location_ZA/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7bf235f55d332b2fda645d0353f0f57d','d52f7db0b678efb5cfd1df825f50b9a0',NULL,0,1378780412,'',0,0,0,0,'5.135.127.239','Chrome 27.0.1453.'),('070ede7704b7c01e371fea86f52eb089','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780419,'/marketplace/category/5/albums/location_ZM/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('08febbdfa66249580ce9852fc44ae4c7','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780427,'/marketplace/category/5/albums/location_ZW/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('688a809febdf8998117b7db2ca170fb3','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780434,'/marketplace/category/5/albums/show_12/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0643891dcedf0b8e9ad5a6e3f2273344','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780435,'/marketplace/category/5/albums/location_BM/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4839bead43da5a2d12c82b66d16fc4c8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780444,'/marketplace/category/5/albums/show_15/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ad40a9a0a2e155bd3190a5f685b8f770','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780445,'/marketplace/category/12/male/location_RW/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('837b9003067415e833f0eb2a1eb105ba','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780452,'/marketplace/category/5/albums/show_18/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b50b9274209e7a3dc0f324dd892c4daa','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780456,'/marketplace/category/5/albums/show_21/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a3bfe41b7dd158797e59c3a41d46dda5','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378780459,'/marketplace/location_VA/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('e31e482f6714cf401dd5f9374ef4bd63','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780462,'/marketplace/category/5/albums/sort_latest/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3ab27e9584fc685d3d08bf1ba5e22e0e','0bfc3a6004fcc006032e2393156cbf91',NULL,0,1378780463,'/mobile/user/register/',0,0,0,0,'46.105.187.253','Chrome 27.0.1453.'),('fd51ac7ca27850f19f45ebd376b56ff8','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780467,'/marketplace/category/5/albums/sort_most-liked/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9bc5be99fee172b460ae6a8daaae2a24','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780475,'/marketplace/category/5/albums/sort_most-talked/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b1e0210a90260135e2e18852ed24c33','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780481,'/marketplace/category/5/albums/when_all-time/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b9a8d25473dd2e9fd5a8432d7687d21','0171dc423e06ea6813f22840b63fe588',NULL,0,1378780491,'/marketplace/category/5/albums/when_this-month/',0,0,0,0,'144.76.121.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9dd54f45cd0df82e62d12d66db6b8378','f3e11278731d3e364755240141ce8efe',NULL,0,1378780520,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('ee63d65480c1ce0d57a2c8329e8a0691','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780523,'/marketplace/sort_most-talked/location_AN/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3e1363abf2f43e0d47937cd6ea869c69','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780528,'/marketplace/when_all-time/location_TL/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2054236956cf5ec93bc75740f9f76c54','5d2417d1bf01a415af89334fb2648025',NULL,0,1378780593,'/profile-10/',0,0,0,0,'188.143.232.33','Opera 9.80'),('3c9329a78de4be99871b6fe77496d4b3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780600,'/marketplace/when_all-time/location_NL/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('076be2acf8959bdadd19014cbe491b24','2668e6ade1241451a8ddf79b55bc2113',NULL,0,1378780602,'',0,0,0,0,'192.186.142.174','Chrome 27.0.1453.'),('0d33a9736479b9dd3b8cb4289f6aa374','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780647,'/marketplace/when_all-time/location_MZ/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('683ef1f47983f477cdbf8ef0bb51ec57','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780650,'/video/category/2/comedy/when_this-week/sort_latest/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b8cdecb7748dea25f74860c3ec2f8c36','ba262b2fb9a648a0b73bc03b080f2d6d',NULL,0,1378780657,'',0,0,0,0,'173.236.61.106','Chrome 27.0.1453.'),('c85edefaecc1a070fa970896abf39937','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780696,'/marketplace/category/4/music/location_KW/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('57535e48f33a9415e015a0507d34a96a','0c84ee2d20331fee2f85740bca8b5940',NULL,0,1378780725,'/user/register/',0,0,0,0,'198.143.144.124','Chrome 27.0.1453.'),('9dd622fc4cbfaf41e609212e5bd5dd81','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780752,'/marketplace/category/5/albums/location_AQ/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3143977eac1b0421afa792f7de37d9bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780812,'/marketplace/sort_most-talked/location_AD/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1122fa2d92b130e503b473728f591676','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780824,'/marketplace/category/5/albums/location_MM/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('090e6b4bcd8ed4f88c9cccb57b976b87','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780830,'/profile-5/photo/sort_most-viewed/show_20/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1bc9231cfda220d4d95182befda90598','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780851,'/video/when_this-month/sort_most-talked/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c159f5f6baeff22a591422cd99cf17d1','69c8146cd67a9c4560847143b77b7ca7',NULL,0,1378780852,'/forum/',1,0,0,0,'184.154.202.82','Chrome 27.0.1453.'),('cff1ad2027750d248c47daf6ae063568','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780872,'/marketplace/location_SR/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59811c508df9c4bf68392e0351ac5b86','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780892,'/profile-5/photo/photos/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9a880a659e922cf667ca0f443c6d5e1a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780897,'/video/category/15/hip-hop/sort_most-talked/when_this-month/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6b650a5831805797c344b8272ee65f3b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378780922,'/marketplace/category/5/albums/location_TL/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('746bb77b0a4315d08920408d1d9d0fb9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781091,'/video/category/4/entertainment/when_this-week/sort_most-liked/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04ec7a7b7a5e8a2c0e15713522d9be82','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781093,'/video/category/15/hip-hop/when_today/sort_latest/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd780437a409cabfe76f2598cc8b3a93','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781112,'/marketplace/category/5/albums/location_PW/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e78e2ffda077edf1e62286846100994a','f3e11278731d3e364755240141ce8efe',NULL,0,1378781179,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('4fa897fc03869b25f2e011f36839a798','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781159,'/marketplace/when_all-time/location_KP/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88fba59fdf8674d309a75087926a6f15','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781171,'/marketplace/category/5/albums/location_MV/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('81c7d95286e09ce73213b60a7d34a761','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781185,'/convictcartel/marketplace/sort_latest/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ebf7f407df0ec2bba2d4d1053db1ee2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781237,'/marketplace/category/12/male/location_DK/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d72b6a3784e5f561cf9e375c37a98c8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781276,'/marketplace/sort_most-talked/location_CO/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b51593db7ab9d481adb2be4c1b7c0362','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781328,'/profile-5/photo/sort_latest/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fa756a6cebc5996a3d6b92815c92d226','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781344,'/marketplace/category/5/albums/location_VN/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e007087cedb7d615ad6c4ec114bef62f','f3e11278731d3e364755240141ce8efe',NULL,0,1378781352,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('04e908898200f65c6107ba018c494483','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781467,'/marketplace/category/5/albums/location_KH/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d861c5b9f444bcf2f536cb0f315ebdb2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781485,'/marketplace/sort_most-talked/location_FI/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d77035300377855a7c46a6e542afc12','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781524,'/marketplace/sort_most-talked/location_IR/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('356137ec1c93d85b68a51fc6aae091a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781572,'/marketplace/when_all-time/location_RU/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('76f56e98b0f6103f0e464446cb351880','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781605,'/marketplace/when_all-time/location_PL/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8eabef1cfc710921ef93aaaeb8e4ccbd','f3e11278731d3e364755240141ce8efe',NULL,0,1378781620,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('672d3c105cf7eb62f7427e690c656139','f3e11278731d3e364755240141ce8efe',NULL,0,1378781644,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('adb96aea8fc8b4c8a2459b54cb82f39c','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378781632,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('e1fa21022e1c16bbf1bcd7c049746440','f3e11278731d3e364755240141ce8efe',NULL,0,1378781666,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('37c6b975c4e3806d38d68e8f8403e867','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781682,'/video/category/4/entertainment/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3a14b20433668a6456eadda7d7f63858','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781687,'/marketplace/when_this-week/location_TC/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('58bade71c2c95a21c5b04337cb51a96a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781694,'/marketplace/category/5/albums/location_CH/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9a0408f636a53b4a0157a8785b06368c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781724,'/marketplace/when_all-time/location_TH/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a3383894a78e6687a4107a7923727141','6468dc61a5ce37773a01ccb3d9a7562d',NULL,0,1378781727,'',0,0,0,0,'147.255.56.206','Chrome 27.0.1453.'),('3ae887bf58bbf49a377f443a18da9231','0c84ee2d20331fee2f85740bca8b5940',NULL,0,1378781745,'/forum/',1,0,0,0,'198.143.144.189','Chrome 27.0.1453.'),('9e82eabd6172a1ed30ee1fc8e1419258','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781782,'/video/category/16/music/sort_most-viewed/when_this-month/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0f299fa12f3df76b473df2a8bc9aac02','f402b33ba5484a7e3543d4b21b7d4e36',NULL,0,1378781815,'/',0,0,0,0,'94.23.75.189','Chrome 27.0.1453.'),('287958b6a2ebf3011888dc80d171d121','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378781815,'/marketplace/sort_most-liked/location_LK/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('623237b953c10a4a975036e7fda6a69e','203c26169e34ca96d2d5df18931a3813',NULL,0,1378782040,'/forum/',1,0,0,0,'199.15.236.41','Firefox 17.0'),('c908bc16227038349be5e0664990c992','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782102,'/convictcartel/poll/sort_most-talked/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ba77e237df7a670e7725432b3dbf0b7b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782105,'/marketplace/category/10/beats/location_FO/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ca84ebbb9490542a138e48836300d233','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782132,'/video/category/2/comedy/sort_latest/when_this-month/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('17271ec36f9db00df1c57a1933af634b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782155,'/marketplace/category/5/albums/location_CA/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ed319461486685338876707da39afd2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782182,'/marketplace/category/12/male/location_ZA/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5c417b4279d6675872b50a226dd0ab80','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782215,'/marketplace/category/12/male/when_today/sort_most-talked/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1eaf15206bf905c351bc65f3d1f659d','13da646317e9b0f6937588bbb8c2934d',NULL,0,1378782221,'/forum/',1,0,0,0,'198.49.70.176','Chrome 27.0.1453.'),('c38ed8f1379c6280061b6784295f899c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782234,'/convictcartel/video/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eb7ff299853a658e3e7f7a320c1332c2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782280,'/video/category/15/hip-hop/when_all-time/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a51d6e81fd5c155cfa530c1a62982205','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782289,'/profile-5/photo/sort_most-viewed/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c4ed1f2bcfab18bdbe06accb8fde4ff7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782308,'/marketplace/category/5/albums/location_LR/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd3b9d069612e9b7042503775b687d5e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782330,'/marketplace/when_all-time/location_MO/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('721929dad0deab4f783b5810f50938af','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782330,'/marketplace/when_this-week/location_KM/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8dedf15aca74d5414892825ef90ec3a6','484658c0d8561ca4524258cafc1f0556',NULL,0,1378782353,'',0,0,0,0,'222.242.72.188','Chrome 28.0.1485.'),('e268a542d674763bef3715f3d72d0572','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782346,'/marketplace/sort_latest/location_MC/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('35e94096942dcab38431d44107d6e60d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782393,'/marketplace/category/5/albums/location_AZ/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('94ae2af98ef9a805303af9c7bd5abfe1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782409,'/convictcartel/poll/when_this-week/sort_latest/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7b49cf89cf71e580daf52ebaa75e2910','17b6aeabb6a4868015c912563525d5d5',NULL,0,1378782494,'',0,0,0,0,'5.135.164.18','Chrome 27.0.1453.'),('53d4cedb6cd9db21362e492484652be8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782521,'/video/category/2/comedy/when_this-month/sort_latest/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('586219f110c09215b5f4bdc02a9d4276','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782543,'/video/category/15/hip-hop/sort_most-talked/when_today/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('675ee1a9cd0a384f5f385ba89017c87e','980a693d8a9ff741135ed67880fa9d88',NULL,0,1378782633,'/mobile/user/register/',0,0,0,0,'78.46.180.85','Chrome 27.0.1453.'),('66218248c460a370156b571cba73c6ae','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782637,'/marketplace/sort_most-talked/location_AE/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ec3b9bf91382a33324efed078fd6b893','affafd09101332a8ee95e06fe326cf24',NULL,0,1378782701,'',0,0,0,0,'176.61.140.250','Chrome 27.0.1453.'),('fb5d52815180a05747aa25affb6f0e3b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782706,'/marketplace/category/5/albums/location_PG/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('452020ca1bd5ae877bc2fbaf955d2bbc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782720,'/marketplace/when_all-time/location_LA/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98c6917b2e669fa4c98c1752a2c61b29','4ac31d4f16de34cde05e6abf08bb23a2',NULL,0,1378782753,'',0,0,0,0,'5.152.199.187','Chrome 27.0.1453.'),('c9a3478d18eab057b5936aa6e90900fc','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378782817,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('9bfe97911f9b5cf94c97260d4d5225ea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782919,'/marketplace/sort_most-talked/location_DO/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a919d75e270118f9da6148f7dab290f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378782997,'/marketplace/category/5/albums/location_MH/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7c57093d4200d0a7566775070a79755b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783006,'/marketplace/category/5/albums/location_SI/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('704e8369129fc8ccee6039a28468adc3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783089,'/marketplace/sort_most-talked/location_BA/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1a2dfb735f721dd6a3d70ace84e930a0','c13e1f93539300ff9a5ef8611e87a1d0',NULL,0,1378785074,'/mobile/user/register/',0,0,0,0,'188.165.122.46','Chrome 27.0.1453.'),('12807a8d05f5b4b805f875aa4dcb3576','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783112,'/marketplace/category/5/albums/sort_latest/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('13cb600fd7fa8e0d48322aaf06725e70','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783124,'/convictcartel/video/sort_most-viewed/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('57ade8340c2f4e167b025d2a799bf1f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783150,'/marketplace/category/5/albums/location_TC/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78cb1f292893fdc30f73ca7fa502e7c1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783165,'/photo/category/11/film-animation/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('49bae9b05c544f29f7a5d2e8b864301b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783183,'/marketplace/when_today/location_ER/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('36a80f650d28106ff9137e8a7707f58c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783192,'/video/category/2/comedy/sort_most-talked/when_today/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('344e1bbac97dadc2576539d2f12be5ee','4ac31d4f16de34cde05e6abf08bb23a2',NULL,0,1378783205,'',0,0,0,0,'5.152.199.187','Chrome 27.0.1453.'),('2ac690a7cd76440921c9afac37b37206','f3e11278731d3e364755240141ce8efe',NULL,0,1378783273,'/user/browse/',0,0,0,0,'117.26.84.126','IE 6.0'),('837c6564b81a71ec1a4b4594748f4838','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783298,'/marketplace/sort_most-talked/location_EE/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d58cd010001d8f7604107b711984fe27','5a5d661f33cde3f3d7fa72a006013d97',NULL,0,1378783351,'/forum/',1,0,0,0,'184.154.205.130','Chrome 27.0.1453.'),('2dac5b6131f85794f2c885892335ed3e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783431,'/marketplace/sort_most-talked/location_AR/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('89e1bca1e9cf46d22be32ce7233ca5d2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783439,'/video/category/16/music/sort_most-liked/when_all-time/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5c43fa0dabc190e7a20ec9b789b7bd43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783459,'/marketplace/category/12/male/location_LK/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f5d8fe98acb0f2495c11d511f07d687e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783484,'/video/category/16/music/sort_most-talked/when_this-week/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27ffd6b08c3b727293f9c22936c924a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783494,'/marketplace/sort_most-talked/location_BH/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cccd329fb47b0cd127ecda39e376bc60','f3e11278731d3e364755240141ce8efe',NULL,0,1378783627,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('baa773ca7f5be8d24e4c9f29265192ad','e4a01476b237ffe5d98c6e0dc79b17f3',NULL,0,1378783703,'/forum/',1,0,0,0,'198.98.112.76','Chrome 27.0.1453.'),('57c17f2283587ec95ed6566a90513c37','24018f3cd27d586db3c0d450480b2b9f',NULL,0,1378783793,'',0,0,0,0,'142.91.79.158','Chrome 27.0.1453.'),('1335e611e726da6fd016034749d2e3a8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783804,'/video/category/2/comedy/when_this-week/sort_most-talked/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aed12752c8ee7cc1acd27de4670b7333','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783807,'/marketplace/category/12/male/location_MD/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6e8e238712703cb4e8e2a173ad395de0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783838,'/photo/category/13/game-development-art/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fea9171fdd21b39c4db62605ea2a25c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783872,'/marketplace/category/5/albums/location_BB/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('54756b0fbd44baeaaf94fe67c34242d7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783893,'/marketplace/sort_most-talked/location_BV/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e4a6fe51f6f5a4b1c7bad95c0266b663','c79aae71f58c5257ad3766eef95b5642',NULL,0,1378783912,'/forum/',1,0,0,0,'198.27.65.143','Chrome 27.0.1453.'),('3dff938859ae970fe52bb9f75fabf97e','95777e645845f49c4c26a9f13b24143e',NULL,0,1378783926,'/user/register/',0,0,0,0,'151.237.189.106','Chrome 27.0.1453.'),('4ad1b75e1b9b8adf9da40b6ce2e4253e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378783990,'/marketplace/location_GU/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('974a8ea433a67eddc6d6360faed84b10','f9502cd3cc3c2e5621900aff4c39ac4b',NULL,0,1378784013,'/blog/',0,0,0,0,'78.146.94.21','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)'),('16bf746032623ca930c8ed5c611ee11d','cc523c8a42af8c03d4147de451c3df56',NULL,0,1378784010,'/rss/id_1/',0,0,0,0,'66.249.81.51','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=757839234045443521)'),('f27162e5f1c8f3cac2bb6c8de5a32281','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784067,'/marketplace/category/12/male/location_NO/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd369c1dc0e95f38b09db6b89ea09782','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784068,'/marketplace/when_all-time/location_NR/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5f3744269358b7b1f8c96fcdfc10d99d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784149,'/marketplace/sort_most-talked/location_FK/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('26681f3de941618ebbeb9bf55e2e893c','9b04d552c331bfd11f0cb1bee2586e6d',NULL,0,1378784161,'/user/register/',0,0,0,0,'151.237.186.203','Chrome 27.0.1453.'),('6a4758f513a106c4cc41c09d9be67c57','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784172,'/marketplace/category/12/male/location_KN/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('60b1a948ead86e0c8e505f11ca3cdf52','f3e11278731d3e364755240141ce8efe',NULL,0,1378784182,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('f5b4280336e575b8cffb960645c1e0bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784180,'/marketplace/category/12/male/location_LS/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cfbfd91ff3989cca138eef90600cf93a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784185,'/marketplace/when_this-month/location_BG/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2363f6089fb64392395e1bd30e58cb03','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784216,'/video/category/2/comedy/when_all-time/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('989878dbd299acf1e927b2ab3e3bfec5','89e01850989b74efd4b967d48d526175',NULL,0,1378784244,'',0,0,0,0,'208.115.236.43','Chrome 27.0.1453.'),('3d8bdf68aa7c4eb99084d736aad0ad54','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784302,'/convictcartel/photo/sort_top-rating/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f15ada9cb7614ccd0c91386a0129e15c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784331,'/marketplace/category/5/albums/location_NE/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f86ce32258919409d01d24229b947057','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784348,'/convictcartel/video/when_this-week/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9c9d5ecdcc8ea2e1725268caaacbb115','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784357,'/marketplace/category/5/albums/location_CI/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a2de212236a68836061188838537b25','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784373,'/convictcartel/photo/sort_latest/show_20/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d50be74027acaffa39076cd9251788d2','132ed0caec5e5ee7970013de0a8f4505',NULL,0,1378784410,'/',0,0,0,0,'85.10.220.157','Firefox 5.0'),('38f67d40650ab62a3da671a01f55bd30','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784470,'/marketplace/category/5/albums/location_KM/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('20f1ba3bc19c2ea6a50fd75af0a18799','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784475,'/video/category/4/entertainment/when_today/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b09ad52096079b75c41ce4fbe49a1c7','f3e11278731d3e364755240141ce8efe',NULL,0,1378784533,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('b60c78fca01a2fb55554e3e17268c370','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378784567,'/user/register/',0,0,0,0,'220.161.96.69','IE 6.0'),('aeb035d5a3e09c3d76cb003005bdb5ef','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378784568,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('e69b9fa57d4d9e5b0ccf03395d877a0d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784689,'/marketplace/category/12/male/location_YT/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c5d59d64ed3102d98fa2cb12f393593e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784733,'/marketplace/category/10/beats/location_DM/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9e8cb0e567b5626f286b1ec8e75e6036','2fca2bce27451ad7dd45c1abf4b702db',NULL,0,1378784745,'',0,0,0,0,'176.61.141.244','Chrome 27.0.1453.'),('e7211e6d9cf54fa84687613eef109638','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784748,'/convictcartel/marketplace/when_this-month/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7260f03579713a6436d4da1015f347e0','2fca2bce27451ad7dd45c1abf4b702db',NULL,0,1378784756,'/terms/',0,0,0,0,'176.61.141.244','Chrome 27.0.1453.'),('c2bea93ef66492155e31d44c3b577e92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784819,'/video/category/2/comedy/sort_most-viewed/when_today/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1d52978594fdab905c43b4be5042cad7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784838,'/convictcartel/photo/sort_top-battle/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c394f80e73befb85cfa10eeb4daa72d7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784841,'/marketplace/category/12/male/location_ME/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('be67fb47ad193dab79562d42bcf9add3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784851,'/video/category/2/comedy/sort_most-talked/when_all-time/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c2ea6c9e749c41300e72b7e1bc2ee3d1','4ac31d4f16de34cde05e6abf08bb23a2',NULL,0,1378784852,'',0,0,0,0,'5.152.199.187','Chrome 27.0.1453.'),('70986255c8866d84c59d4714ab029dd0','83ee25fab929e426fda68a7057606856',NULL,0,1378784860,'/mobile/user/register/',0,0,0,0,'180.180.68.85','Chrome 27.0.1453.'),('3385f1f8ea09860d4c3ba0e1bfee6b58','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784919,'/marketplace/sort_most-talked/location_AE/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f9f30eae00d0562982933511ce50fb89','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378784979,'/marketplace/location_LU/sort_most-liked/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b09e1617070127e20aaa081c008ff513','9644b29e53edad7f382164574bded9b6',NULL,0,1378784987,'/user/register/',0,0,0,0,'37.187.73.80','Chrome 27.0.1453.'),('ea69dee6c76f6672f53ee56e60a104da','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785154,'/marketplace/sort_most-talked/location_CD/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5396d0516be1ecea401787b7f81ded40','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785186,'/marketplace/when_all-time/location_KE/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('df009340183c7f8c0bdc9f5bea61b0b6','620a1abfdb05ae38f3722581b343a0f6',NULL,0,1378785197,'/mobile/user/register/',0,0,0,0,'23.81.58.224','Chrome 27.0.1453.'),('9764f17740e76323681fce94c885d1a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785201,'/convictcartel/marketplace/sort_latest/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fa240f0ca2915423d9bad01184e2f736','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785264,'/marketplace/category/12/male/location_AN/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('926b5edd17e7c2262873248c8a0e4367','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785301,'/marketplace/category/5/albums/location_RO/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9765033839b86cc54248ab87d04dca7f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785334,'/marketplace/when_all-time/location_TZ/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a87478153fdb53966a913e01199b297c','291896a491283e6bf30602d687b128a5',NULL,0,1378785386,'/user/register/',0,0,0,0,'23.27.16.91','Chrome 27.0.1453.'),('ca0c027fafafb93d93b06da7548340ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785395,'/video/category/16/music/when_this-month/sort_most-talked/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2ec1c50c44990f4d0a98184833ca5e42','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785535,'/video/category/16/music/sort_most-viewed/when_today/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('79f3f8a06702c4f67b0c2dcec6af7a90','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785574,'/profile-2/rss/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b6f03fa85da2f4aae7013602026d8943','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785581,'/marketplace/sort_most-talked/location_DJ/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3ada9935928a8bf58603fc0b733c7860','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785618,'/marketplace/category/12/male/location_NG/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8d14f9c5cb321c5a54dbc2b38df72b5b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785653,'/marketplace/sort_most-talked/location_AU/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f6e1d9d93ff418969af52707bc794b81','8161fc25ddde25e8b76ecb3058c96b5e',NULL,0,1378785698,'',0,0,0,0,'208.89.208.40','Chrome 27.0.1453.'),('220c25e2c32540a1778979562f9acfa3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785702,'/marketplace/sort_most-talked/location_AG/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d41eb2ac3af3378b605f9729d40468a3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785724,'/video/category/2/comedy/sort_most-viewed/when_this-month/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('741248429a945ee1ce359f82627fcb2e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785758,'/marketplace/location_TO/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0fe949ab6d0b10b07c24a586764978e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785758,'/marketplace/sort_latest/location_DE/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f3341f3dcb064a73b2613debf5171bff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785801,'/marketplace/category/12/male/location_ME/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0393ffceae7bff13f5b207a1343d789e','eb6ea796b1091522609a39f96b5a10e4',NULL,0,1378785820,'',0,0,0,0,'151.237.180.203','Chrome 27.0.1453.'),('f8f6b877c86ed06bb6d9b6e5c78ce711','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785841,'/marketplace/category/13/female/location_NO/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('76a43173bf1dfff02f2574656887e6cd','f3e11278731d3e364755240141ce8efe',NULL,0,1378785932,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('5b69d50d8b778820348529b2a5b84a88','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378785861,'/marketplace/location_AG/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6ecbf47dbd7039f72c1241ee84f0528b','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378786040,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('b321be9e219d6b73e1ed090fcaa81fe9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786053,'/video/category/8/news-politics/sort_most-liked/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fc19da6ea99b5f6d0a0cfdc2c63a9359','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786055,'/convictcartel/marketplace/when_this-week/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2af1a49342eb542a9996ca8726d2d287','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786056,'/marketplace/category/12/male/location_PH/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e919fc64501d27a842913cdfbf579ac','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786066,'/marketplace/category/12/male/location_SJ/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('483412d00dda618f2863e6864a24d97b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786080,'/marketplace/category/5/albums/location_LU/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ee3c00cc6e349b93ccd643f8311cabf7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786092,'/marketplace/when_all-time/location_KZ/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e58aa27623aba8e672529478f9d29825','34ea7ff13144820933582110d9286ea7',NULL,0,1378786105,'/mobile/user/register/',0,0,0,0,'142.234.104.64','Chrome 27.0.1453.'),('ef5caebe1932d005f252bf4556058198','2933d16dda8f8d09415ab1d36f3d1d3f',NULL,0,1378786267,'/mobile/user/register/',0,0,0,0,'69.163.37.124','Chrome 27.0.1453.'),('391fdd6d41685c6e606869cd7ea4eb03','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786273,'/marketplace/category/5/albums/location_BV/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84f14317043bb36fc8debc7284b96bfb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786303,'/profile-5/photo/sort_top-rating/show_20/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d1b61fc8d8d3dbe323ac4134299b1629','332726431d4e079e8610f42b853d8da3',NULL,0,1378786406,'/forum/',1,0,0,0,'5.135.154.92','Chrome 27.0.1453.'),('bd4cb4af05a9716eed6bdac8be58e96d','f3e11278731d3e364755240141ce8efe',NULL,0,1378786430,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('03362556c4540f66fb8dad3a6cec5000','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786480,'/video/category/15/hip-hop/when_this-month/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04df22bc50e819969f21f9707c6af7bb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786501,'/marketplace/category/5/albums/location_AN/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1b9d2830846241a8b0f4a1d2926753e8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786513,'/marketplace/category/4/music/location_VG/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ba1031e1d9d24e08a9d9dd9176102674','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786518,'/marketplace/category/5/albums/location_WS/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e7ff4b1debeed3ab690bcf2d7383b3e1','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378786518,'/marketplace/show_15/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('158e8e797354db24deb9121e30b01fa2','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378786522,'/marketplace/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('3bf104e780e88a5d238264d8f54c52e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786533,'/marketplace/category/5/albums/location_KH/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7c088f9b81c09ffa8f328694600a293c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786539,'/video/category/15/hip-hop/sort_most-talked/when_all-time/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb4ea7f11df5d6ff52dff77a1b337aa2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786573,'/photo/category/7/customization/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9fa508daef26a689d21a330d997a6d5b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786665,'/marketplace/category/12/male/location_NU/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d4819991353974229d3014ff779a9f56','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786708,'/pages/1/blog/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd2dfc45fa61d42c3793aebd1f03b464','da734981dab808522067584ad1b033f1',NULL,0,1378786759,'/forum/',1,0,0,0,'188.165.122.46','Chrome 27.0.1453.'),('b26f03f1cff1de070d9f557d11f48881','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786764,'/video/category/2/comedy/sort_latest/when_this-month/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('16ecf374076c72ef93fa454e78a0c627','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786774,'/marketplace/sort_most-talked/location_AS/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('75b7c22d51b0a48a9464075bee705f6a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786805,'/marketplace/sort_most-talked/location_AE/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f131f92071a3e39622958389326ea5fc','a205085652d868cf64af8b4e44c42c88',NULL,0,1378786816,'/mobile/user/register/',0,0,0,0,'198.143.143.74','Chrome 27.0.1453.'),('bb0d6b4114adc3e07ec23ff82ef469ac','4527865eb8c5f7d51834ec2fb626d667',NULL,0,1378786843,'/mobile/user/register/',0,0,0,0,'113.212.68.136','Chrome 27.0.1453.'),('e92a78cb947121b5fcd5e318dade3da1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786855,'/marketplace/when_today/location_NO/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7632a0e2b3408436dbdd6e6cba4ca448','1a72397c5155095f352b8472239e60c3',NULL,0,1378786865,'/user/register/',0,0,0,0,'220.161.101.124','IE 6.0'),('264e5b4069127e05f3db1f388997f713','1a72397c5155095f352b8472239e60c3',NULL,0,1378786867,'/user/login/',0,0,0,0,'220.161.101.124','IE 6.0'),('7ebc3b7efbdbbd1ff5277a3af2fa1990','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786899,'/marketplace/category/4/music/location_BN/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a99cd6931ac3cbda42c2443e8043dc14','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786922,'/video/category/4/entertainment/sort_most-talked/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b62e6367fd6d94349b8709b20a52c251','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378786996,'/convictcartel/blog/sort_most-liked/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a91772ce44195e89672750150f4a2760','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787024,'/marketplace/category/12/male/location_PM/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('594ce857961fc98de006c469b3fb0964','b1ba273ccd31efacad902174cb2df366',NULL,0,1378787120,'/terms/',0,0,0,0,'50.118.212.69','Chrome 27.0.1453.'),('bc0aed448e6228b296b9c4394bed7eef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787126,'/marketplace/sort_most-talked/location_AX/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0342290cc546cde5bfd12b67ce03644d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787152,'/marketplace/category/5/albums/location_AL/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9fe5b4262897e58bc365b095f7ce233a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787170,'/marketplace/category/5/albums/location_VE/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ec8876558f735c3fb11ad56325ce0c84','34015a30388344016d7fe87ef7599b28',NULL,0,1378787189,'/terms/',0,0,0,0,'81.149.25.66','Chrome 27.0.1453.'),('5617fdf9e95f92f15da504c2206138ce','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787215,'/marketplace/sort_most-talked/location_BM/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bc9c57881bdd24d8829b3cf27bcfa46e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787218,'/marketplace/category/12/male/location_VI/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('620f75b426e5c25f0e9516c336380987','ab47fedba2ee8d23f26985accb73b355',NULL,0,1378787241,'/user/register/',0,0,0,0,'198.50.136.238','Chrome 27.0.1453.'),('ad4c44c3a4a2a11a382c1631efa6c786','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787464,'/marketplace/sort_most-talked/location_CM/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('21b0cf8216f9f8651f5150f00ff3fe61','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787480,'/marketplace/category/12/male/location_GL/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd2f8a130f3ad3ee490629e289519513','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787521,'/marketplace/when_all-time/location_NI/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('01915b64de1234836351492d8563a0b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787550,'/marketplace/category/12/male/location_SV/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c3ddf180416d82698fa7b923105ea824','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787564,'/marketplace/when_all-time/location_MX/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('30383c877f4ae4cc8b7ba6fae3e1ec78','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787567,'/marketplace/category/5/albums/location_FJ/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f76c82dc34ef177cfd99d897cfc86e1f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787572,'/marketplace/category/5/albums/location_GN/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fedab5e6f2cdbaaf96d451b7e0449329','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787589,'/video/category/16/music/sort_most-viewed/when_this-week/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('43a24f0572c8284e26f7af4a2a0c5bdc','f3e11278731d3e364755240141ce8efe',NULL,0,1378787611,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('ffc1d5a5bc642522b80c61bd2dbf13c4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787637,'/marketplace/category/12/male/location_EG/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7cdb2876d64a6475cf0b4b56074e165d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787659,'/marketplace/sort_most-talked/location_BD/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fdfc9c83191a706dd6f8035f67791ad6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787667,'/marketplace/category/12/male/location_BZ/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a205c2f5b0d892f312d0c2e1e4e2e2a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787696,'/marketplace/category/5/albums/location_MN/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('181d375afb178ead6b29b65697de85a5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787697,'/marketplace/when_all-time/location_LU/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f01ba07edcbc1eb35a91153a20ebad33','240c9332df712986e71e5ad0cf97d03b',NULL,0,1378787750,'/forum/',1,0,0,0,'46.246.17.77','Chrome 27.0.1453.'),('481f1033f3644cdc6b53bcc06f4b8ab9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787768,'/marketplace/category/12/male/location_LC/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('827c654bf74151aadd1be0131f9927a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787788,'/marketplace/when_all-time/location_MW/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('960e638033378baf3989c2f28c787732','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787794,'/marketplace/category/5/albums/location_AL/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('645ba83ba31684f5b521fa6f2903a815','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787818,'/convictcartel/poll/sort_most-talked/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd7b26f7d1ca9666425feae55baf337c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787828,'/video/category/15/hip-hop/sort_most-liked/when_this-month/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7e066284eda50d2a608c6efe7dd49fc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787842,'/marketplace/location_VG/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04036ba70a7913dc9080698aafbd4517','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787843,'/marketplace/sort_most-talked/location_EH/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('34432e58437cf3358d694da3f5b5d2a6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787899,'/marketplace/sort_most-talked/location_CU/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f681457335ded96fc1c4bd0f625039e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378787918,'/marketplace/when_today/location_ML/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b6d7c2807f2d5cdfa81605cce68962d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788069,'/video/category/8/news-politics/sort_most-talked/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('28ad33cff4fca3e4438ccbd242cacff0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788070,'/profile-37/friend/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e2968d84c9fc3874e7960752b08f7a88','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788084,'/video/category/16/music/when_this-week/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4ddcf6040d335339655dd5349d9847ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788103,'/video/category/6/gaming/when_today/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a6b3ff8bd033567e0d9ccb4b0ed9080e','1f1455990d241d35d39937033b178568',NULL,0,1378788169,'/terms/',0,0,0,0,'199.59.63.245','Chrome 27.0.1453.'),('6689cd695cf7f9316057c57f4d5222b5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788293,'/marketplace/category/5/albums/location_KE/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b88d0b90f5b5fbc69493e7816c540869','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788328,'/marketplace/category/5/albums/location_ZW/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d637b20da1fd393cbc263b67e45ec1bd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788335,'/video/category/8/news-politics/when_today/sort_most-talked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('38064d6568100de3eb164e7a3e8f40ed','f3e11278731d3e364755240141ce8efe',NULL,0,1378788368,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('78541155ef24e362bfec5185a44f1653','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788379,'/marketplace/sort_most-talked/location_AE/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('18c5836e733ebe6c2758d0ae0c2aa2e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788388,'/marketplace/when_all-time/location_TG/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f1fc0e7674415bae924b0aa4bf72f7e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788426,'/video/category/16/music/sort_most-talked/when_today/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d97d2fb21cccaa92dbf351ad463b1c0c','16bead4fa9badc8817877f9eee5c9e29',NULL,0,1378788504,'/forum/',1,0,0,0,'192.227.132.164','Chrome 27.0.1453.'),('37b2fedda6e57ca16b5fcfb25040daf8','f3e11278731d3e364755240141ce8efe',NULL,0,1378788541,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('d678a961cd89b265780709aa1f066653','a23fd3c7e7a2d5539afee52bfa98d8d9',NULL,0,1378788561,'',0,0,0,0,'93.186.16.213','Opera 9.80'),('a5a62436486c80e0128f4bdc3942300c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788573,'/marketplace/location_IM/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3fde8ddfe842239fe113e3dccc192a2c','f3e11278731d3e364755240141ce8efe',NULL,0,1378788566,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('496893a68e11a6d117377817aae481c8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788623,'/marketplace/sort_most-talked/location_CI/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b569c0299238ee696deaa774ca83ab47','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788663,'/video/category/15/hip-hop/when_this-month/sort_most-talked/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('044d6de0f7d06b034d38b36fe7b16f4d','1c86181a70eed8d779651d6bfb919fb1',NULL,0,1378788672,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('6fc2d82136a6a22b12795f834883200e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788679,'/marketplace/when_all-time/location_IT/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27db724123a32ff5a3b62483b658d0b5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788692,'/marketplace/category/11/apparel/sort_most-liked/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03915879a540a50f7de60871611e9e5a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788705,'/profile-5/photo/sort_most-talked/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e05fdbb790a693df2cca4900755d4fca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788718,'/marketplace/sort_most-talked/location_EC/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84908133c106b0397505c276c66cdc76','f3e11278731d3e364755240141ce8efe',NULL,0,1378788772,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('d504142499ebf6dc81a6a7c1972a5695','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788774,'/marketplace/category/12/male/location_AF/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('81cf046bd91e25a72a6b33a2460a2277','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788794,'/video/category/8/news-politics/sort_most-liked/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9948fee1d2d205c76f71a15a74a375da','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378788829,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('8cde36be0a1e22bd3dc7ffbf573ef817','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788827,'/marketplace/category/5/albums/location_BN/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('52388594149876918b06723f2c7f2efb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788845,'/marketplace/when_this-week/location_LV/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('79d06565cbe449580d02739de9e421fb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788886,'/marketplace/sort_most-talked/location_BL/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('48a48ac1cc5de4c3365c1e8e7340d86a','aecac4915d258fbe9ce97711e24ed939',NULL,0,1378788900,'/forum/',1,0,0,0,'178.33.20.223','Chrome 27.0.1453.'),('da81f3e3830cfc1e4538fbb5eda6632e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788947,'/marketplace/when_all-time/location_SE/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('794c867583eb51b37091ee4b407d93ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788954,'/marketplace/category/5/albums/location_EE/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d82fe1173ce5c58b18f3f905080f120f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378788970,'/marketplace/category/5/albums/location_SA/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d3a95c62b4be962a8c3637af42919b14','a88f79ec3c37669a89b132c34013272e',NULL,0,1378788981,'/forum/',1,0,0,0,'50.115.169.239','Chrome 27.0.1453.'),('e3f82683172b3590f8c9603a09ba2ed8','9031e217c5a13173720d86c691141d9c',NULL,0,1378788996,'/user/register/',0,0,0,0,'198.50.189.52','Chrome 27.0.1453.'),('7cdc6446c14957d0bb6192fde8c67268','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789011,'/marketplace/location_MD/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f34e9d7934d379e5860d1d9c8b98f9f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789021,'/video/category/6/gaming/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8deea55e0d4784e4d7a830c0483db5e5','c0238e5f9527e57352b3c22de12ff9ff',NULL,0,1378789403,'/user/register/',0,0,0,0,'5.9.185.209','Chrome 27.0.1453.'),('ae50756d6aeabcb96e0ab45628c3c9e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789485,'/profile-5/photo/sort_latest/show_40/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c7ab8c74ac443b1d2c083c87842efd1f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789510,'/marketplace/category/5/albums/location_AU/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('be5a6058a94389094883a45911ce3672','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789517,'/video/category/16/music/sort_most-liked/when_all-time/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b20629b5afc6f3ce461c2c5538792fb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789542,'/marketplace/category/5/albums/location_ZM/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c6dfc7c5f28fe10364203bf29a4079f0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789559,'/video/category/15/hip-hop/sort_most-liked/when_all-time/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('708c7f1db6cccb8daf4deefa1df23f04','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789568,'/marketplace/category/5/albums/location_BA/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fddf0c26b46481771ac05842da6364a4','bf8b0bc3c67de83e337130293902ebc1',NULL,0,1378789570,'',0,0,0,0,'199.119.226.106','Chrome 27.0.1453.'),('51f25f57629aa43e7c8019526794e803','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789586,'/marketplace/category/12/male/location_GB/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('64478be66e9194fadb1c3deeecbda129','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789622,'/marketplace/sort_most-talked/location_CD/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d83317d0bdebafbfaad52f7b2714652f','433a69c5e3240a6211d92e938a9a4fd8',NULL,0,1378789640,'/mobile/user/register/',0,0,0,0,'69.175.109.178','Chrome 27.0.1453.'),('8949d36ff2b475e825c015b35448c87b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789642,'/marketplace/sort_most-talked/location_BE/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27218409ae8cd4148172d97be57edbfd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789681,'/marketplace/when_all-time/location_LU/show_12/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7c98cea076f33fe7cfa1d21861da87b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789685,'/convictcartel/photo/sort_top-battle/show_60/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bf3e1caae36d88ba19a9b40d9c0b469b','1591f5e31a214d9365f85406ec71c0c0',NULL,0,1378789689,'/user/register/',0,0,0,0,'218.18.64.64','Chrome 27.0.1453.'),('1726a88bd95a1254353428003d4b1d40','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789769,'/marketplace/sort_most-talked/location_CX/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6943fb3d02419beaf46b5f2f8bc7005d','f3e11278731d3e364755240141ce8efe',NULL,0,1378789801,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('5c5e4c67998a38542968f14a3f7b8f73','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789783,'/marketplace/category/12/male/location_CI/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8d213dedd966831af173208de63a30c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378789892,'/profile-5/photo/when_this-month/sort_top-rating/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('19ec73b4be601a3315b82600e20e7850','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378790013,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('d3d7d3d3ab1a281b89e0eb87483b6f3c','da44202175d918234c7743aae3e0c977',NULL,0,1378790080,'/forum/',1,0,0,0,'37.59.179.249','Chrome 27.0.1453.'),('f76a9e849a12093f5c64632a0a1f6f0d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790239,'/video/category/4/entertainment/when_this-month/sort_latest/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('448c4d3e10f0f5a75192ddf3035018db','08e1fd0d189bd33a732dc5ded6f3023b',NULL,0,1378790268,'/mobile/user/register/',0,0,0,0,'46.105.179.214','Chrome 27.0.1453.'),('c1d2f88776350c4ab0e8426bcc0c8ee0','4a5b17bc4045561229980c2325c18112',NULL,0,1378790309,'',0,0,0,0,'203.161.23.11','Chrome 27.0.1453.'),('d87d70eda9a78c2a99c06b6117732423','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790309,'/marketplace/when_this-month/location_GY/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dc552657cb73824fd4a4bb889921f152','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790401,'/video/category/16/music/when_this-month/sort_most-talked/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b39c1e032c5ad5179196384e1e81bf7c','1a03edfff14cf86288aa35b66a608706',NULL,0,1378790403,'/forum/',1,0,0,0,'5.135.113.131','Chrome 27.0.1453.'),('5eb7d7344c629240437df0174a9dcc5e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790476,'/marketplace/when_all-time/location_SG/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9c7a10cc7b115e256084f0b9cd57fd89','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790486,'/marketplace/category/10/beats/location_SB/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7dd912b7e00a9ac04274a1137c773c3','3c1a06f26f27ed01aaab5d7ec08f96e6',NULL,0,1378790500,'/user/register/',0,0,0,0,'173.232.104.170','Chrome 27.0.1453.'),('2409fd1d938b21acd1ce162d0e87b315','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790534,'/marketplace/category/12/male/location_TV/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bf5877bafcb3822448b3a1753421d7af','f3e11278731d3e364755240141ce8efe',NULL,0,1378790592,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('b9c9ba0569637e546ab2bf9c9530c8b3','3c1a06f26f27ed01aaab5d7ec08f96e6',NULL,0,1378790569,'/mobile/user/register/',0,0,0,0,'173.232.104.170','Chrome 27.0.1453.'),('b12006521531761a25573dc6f58410a3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790600,'/video/category/2/comedy/when_this-week/sort_most-liked/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fd383484e145031527410ca1bc82dffd','37d84b63fcd9c89d0561a2cb28c27391',NULL,0,1378790614,'/user/register/',0,0,0,0,'83.28.43.205','Chrome 27.0.1453.'),('491cfe6655ee32fe9dae0f106719d2d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790642,'/marketplace/category/12/male/location_CI/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d22a4be0cdf6ea9fc7ab49df3827ef6d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790645,'/marketplace/when_all-time/location_VG/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5425aa02303644237527b1ea74b0978b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790667,'/convictcartel/photo/albums/show_9/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('228d2d16c3719d8551c398c7562a146e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790723,'/marketplace/category/12/male/location_HN/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c055bcb6c2128401b0fd8bda541ab855','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790770,'/video/category/16/music/sort_most-liked/when_this-week/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ea031775f7465d98e5cb132649ba27c7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378790815,'/marketplace/category/5/albums/location_PS/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('23f299e92977af90426ef50938ff3bcc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791037,'/marketplace/category/12/male/location_BE/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5243b0e34e92ea8a2bb80870329c5e50','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791038,'/marketplace/when_all-time/location_TO/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('40279e63c928c859ceec7f8ad0394dcb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791048,'/profile-5/photo/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e6d8900e54bfe5fa28accff11e4acd9c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791051,'/marketplace/sort_most-talked/location_DO/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c44949c80b928de76f5407a6bdb2afb2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791076,'/marketplace/category/12/male/location_BL/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c8474fe03222c617c3f9f9c93040cf1d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791096,'/marketplace/when_all-time/location_SO/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ef8491ffc1577b44ec3d67967760b391','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791130,'/marketplace/category/10/beats/location_JO/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7feffc29637b9c8aca4be42682c7d5fc','a4a55f8add3e4bd4f05e0d76f4350524',NULL,0,1378791180,'',0,0,0,0,'46.37.185.214','Chrome 27.0.1453.'),('e35c61ef197e44e192886b7db54b12a4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791198,'/marketplace/category/5/albums/location_NZ/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('57b3ca3a99723391ac9c7799fdbe6414','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791217,'/marketplace/category/12/male/location_KR/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('851a36d1894e7f751d5c0f9d358dc437','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791244,'/video/category/6/gaming/when_this-month/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c6259399e63853225ca49912fb85f9c1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791245,'/marketplace/category/5/albums/location_LS/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85c7b93b9d9aef123be1a9e92a31f2e6','b48e2d8d3c991835d5abd1d1fa855997',NULL,0,1378791309,'/forum/',1,0,0,0,'5.144.176.102','Chrome 27.0.1453.'),('fc5b0937681ffed9646aa2ff87edd4ef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791342,'/marketplace/when_all-time/location_NA/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('39c8c9d6c70a6058ab8210896ba1cf39','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791383,'/video/category/6/gaming/sort_most-talked/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2b29a4344014ead31016ddf990227391','aaaf7fc90d860c3c6caaf2cc806a1cd2',NULL,0,1378791428,'/mobile/user/register/',0,0,0,0,'192.184.92.133','Chrome 27.0.1453.'),('a64b01c01acecd0375e9de6fdb7b564f','24018f3cd27d586db3c0d450480b2b9f',NULL,0,1378791437,'',0,0,0,0,'142.91.79.234','Chrome 27.0.1453.'),('e65b84396fe894120a5d8beeb9e6cfc1','f3e11278731d3e364755240141ce8efe',NULL,0,1378791518,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('9d8a6f58176299b85e067ce06cf0aa94','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791554,'/video/category/8/news-politics/when_today/sort_latest/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98c0bbb5ddae559620d236634c85ea89','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791592,'/marketplace/sort_most-talked/location_BM/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02e07c0961428ed959d471c72d9c4a9a','4f0c8014b0a855c18a9e05838bf26711',NULL,0,1378791606,'/forum/',1,0,0,0,'180.180.121.209','Chrome 27.0.1453.'),('96a7777a471f8959842680de8e92ba5f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791635,'/profile-48/friend/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('afadce3448d0dba476ae22161200b36a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791667,'/marketplace/category/12/male/location_TL/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e4e200854fe8bd263af3838c951b29fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791684,'/video/category/16/music/when_today/sort_most-viewed/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6c4612bfb0ca57f2ef641ef930677ef5','341254235e24b531e78cb25a5628b2c5',NULL,0,1378791790,'/user/register/',0,0,0,0,'199.15.236.67','Chrome 28.0.1500.'),('ce6d3087fc5c403e7960f81ada31d1ba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791884,'/marketplace/category/5/albums/location_HN/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8137b217ec6d144f8d082cec3f5e4637','0f64527b28c00b05c1701e537f7cd848',NULL,0,1378791893,'/user/register/',0,0,0,0,'96.127.137.43','Chrome 27.0.1453.'),('607a33183e79ef3762ad0eccee547fa4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791917,'/marketplace/when_all-time/location_IS/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1fe6f696d1b24e000aa0d5d31ee598b','34ea7ff13144820933582110d9286ea7',NULL,0,1378791931,'/user/register/',0,0,0,0,'142.234.104.116','Chrome 27.0.1453.'),('8942c8dfbe05147f3b0d3ca267f9406c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378791984,'/marketplace/category/5/albums/location_KG/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b564c8923d571ea8b1db376dac437eb0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792093,'/marketplace/category/5/albums/location_HN/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c515d7eb7213659ed26084eafcd3b40','12f36206c9448b3daf21459226f35f3f',NULL,0,1378792103,'/blog/104/can-food-cause-chemical-imbalance-in-the-brain/',0,0,0,0,'66.249.66.189','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('c8019b68558e994e5164f06acff1683e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792122,'/video/category/2/comedy/when_all-time/sort_most-liked/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2e6d756e4bd598301357b122a6e34cf9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792177,'/marketplace/when_all-time/location_UY/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('73aeb7fb69ed49a6ee64ca732715101f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792180,'/convictcartel/video/sort_most-talked/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b7acc3b69aa6210f5f744afa387d691','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792242,'/marketplace/category/5/albums/location_CH/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('815ac92fd7b4e83c72a6419dffb64ed5','aa5fc4a652d85c7807b1959246bbf5f4',NULL,0,1378792274,'/user/register/',0,0,0,0,'173.0.52.33','Chrome 27.0.1453.'),('10a5c3316ff16ec72bbbb2b910b0f106','f3e11278731d3e364755240141ce8efe',NULL,0,1378792357,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('6e110697ad3df64eb0cd213cb81e35e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792341,'/marketplace/sort_most-talked/location_AR/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7fc3754e2ad33224a75e1d8b9af20f3d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792347,'/marketplace/sort_most-talked/location_CR/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('444d441b3cd0c38979f51f0772690338','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792398,'/marketplace/when_all-time/location_LI/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('61d95686a31fd3788dd6ed9ca323798b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792472,'/video/category/2/comedy/sort_most-viewed/when_all-time/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c40082dc4b24cea44d261ecbeb44c83a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792480,'/marketplace/category/13/female/location_CG/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0d99ec896a0ec153b24d73a9ea3d7615','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792516,'/marketplace/category/5/albums/location_TV/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('128705881439011be1146379bfab7cde','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378792562,'/marketplace/sort_most-talked/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('f77c61fd1df18ff56f57fbc54a537450','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792562,'/marketplace/category/12/male/location_GQ/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7da15ff939797f7a363293c1b48fbd9f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792820,'/marketplace/when_all-time/location_LY/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('49c3c309b8ac9d4a622e55b05170a1e7','2b74edd6f5ea28c2f739e4ce46e660c2',NULL,0,1378792827,'/user/register/',0,0,0,0,'50.115.169.206','Chrome 27.0.1453.'),('44e40a76e33c7cad5d79695dcdc2b8e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792847,'/video/category/6/gaming/sort_most-talked/when_today/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a35251fa3310f24a390ff3a75f06f02','6ca8eb04b9acee5820b928556dd8ee73',NULL,0,1378792857,'/forum/',1,0,0,0,'198.143.143.165','Chrome 27.0.1453.'),('57c0b449afb6276c7681caa0c901af97','5ccdcf815adb806b5186045f4d8f8eb6',NULL,0,1378792862,'/forum/',1,0,0,0,'198.175.124.10','Chrome 27.0.1453.'),('8308d5fcf0c93697b5f32f32cb48bcfa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792932,'/marketplace/category/5/albums/location_DM/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('50be8313bd4f90272a0d39175f5638a8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792940,'/convictcartel/pages/when_all-time/show_10/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aa6ee7e6446d459055798017a93a887b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792953,'/marketplace/category/5/albums/location_CV/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b9578ff9f5cf6d4f0127a2133f1f2909','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792979,'/marketplace/sort_latest/location_CR/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('43d55552b5544b0d651c6031fdaebb6c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378792995,'/marketplace/category/5/albums/location_SO/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71eddc67c5577fca026c0866b980529e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793027,'/marketplace/category/4/music/location_VI/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('838af56a688d24338f0609b60d57e278','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793037,'/photo/category/3/cartoons-comics/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb1d0b2e893d66a63f55bc91337797b4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793107,'/marketplace/category/12/male/location_PR/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('db19ce41842b685e104a50de31cc802a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793148,'/convictcartel/poll/sort_most-viewed/show_10/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cf30347ecfff4152fb6c273037cfcc73','7b0033787b73da510a9dd7715b10ffac',NULL,0,1378793155,'',0,0,0,0,'178.137.92.230','Chrome 27.0.1453.'),('e73ebd4445fb73ed97cdac1455803c72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793186,'/marketplace/category/4/music/location_TR/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b79d0f4cf54490fc4196670cbf772dbc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793192,'/marketplace/category/12/male/location_TF/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1ce40fb5fa2c3ad097e992eec53122bf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793195,'/video/category/15/hip-hop/sort_most-viewed/when_all-time/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('416849c6ce31fb45529087132227cc35','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793217,'/marketplace/category/12/male/location_MY/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a52e55ed42d80bc935ec0c79714321ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793217,'/marketplace/category/5/albums/location_GL/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5de98ed2fe6be7a59911f3c2dc4ac7a3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793310,'/marketplace/when_all-time/location_NC/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6621f823c7d9db9f68efbe4e875f06be','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793348,'/marketplace/when_today/location_CX/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fce75c7cc51e131a482812c3d1fa2d0a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793348,'/marketplace/when_this-week/location_DM/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a77b9f7bd49a8d755ecb9a19b73ac67','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793415,'/marketplace/category/12/male/location_ZW/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c85d5f224007078e64587e899ee5bc03','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793467,'/marketplace/when_all-time/location_SC/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('348129cd977b4a13766fe70aac9d61c6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793480,'/marketplace/when_all-time/location_TJ/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f5ebcdbed33f40d6766713b1ef852afa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793484,'/convictcartel/photo/photos/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('113f5532fb081fcdad7576dff61979ce','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793508,'/marketplace/when_this-month/location_PL/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('23302035d76e7cace09d205465b5aa76','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793513,'/marketplace/when_all-time/location_NI/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a83faf70d6382cfc58def5cca5d467aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793520,'/marketplace/category/5/albums/location_SG/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aaf6691db8404ac521999356e6782a5f','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378793564,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('28c007a2a47ab72d0f012ace51c26db4','f3e11278731d3e364755240141ce8efe',NULL,0,1378793613,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('64795713958a5f0634b0bbd74f834e72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793665,'/marketplace/category/5/albums/location_TH/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('287941388dc2b25ec401584547c66f6a','1b768af7b25d8e929eba8e6b28359f99',NULL,0,1378793716,'/mobile/user/register/',0,0,0,0,'216.172.131.130','Chrome 27.0.1453.'),('d732a452bcd3e97d3d96535a5a0d4956','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378793746,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('64e62acc98a4f41ed009d432afdfeb94','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793755,'/marketplace/when_all-time/location_WF/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c3a8dfdee48c76fa4bf0097e94fb040','026ea8d75c7391e7f87ca9ba4d7716e9',NULL,0,1378793819,'/user/login/',0,0,0,0,'59.60.123.224','IE 6.0'),('86a0ccc5ffd189cdfdc19239e7b8fd18','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793835,'/video/category/16/music/sort_latest/when_this-week/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9aa29f9f1afc0a5504df4f2b7d694dd1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793859,'/marketplace/category/5/albums/location_FR/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('961bbc33fa696bfc10110e72516884de','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378793864,'/video/category/15/hip-hop/sort_most-liked/when_this-month/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('da29deb2057cb9240832b140ef7e194a','43ae0d7568978a568c70843bd5644756',NULL,0,1378793958,'',0,0,0,0,'96.127.180.125','Chrome 27.0.1453.'),('23174b2dbd4606ce1c2a80d41a8b0cfe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794041,'/video/category/2/comedy/when_this-month/sort_most-talked/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e57c90fa99228e34150cb89685ea43d8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794122,'/marketplace/category/12/male/location_ES/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5f5c9435c4549910a1d23bd07b48d8dd','9ef22212d6435b06a0d5d8f00ea80f9c',NULL,0,1378794133,'',0,0,0,0,'23.90.4.218','Chrome 27.0.1453.'),('e1db0ba037a720124a15f6fc8c915c68','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794178,'/marketplace/when_all-time/location_SZ/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03896c33d4ab8cfa3567b9a552389dfc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794178,'/marketplace/when_all-time/location_SM/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('516873344270772b780c96542ee676ca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794208,'/marketplace/category/12/male/location_LR/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('df902f093bfb6fe3efe4f1626563bb9a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794209,'/marketplace/sort_most-talked/location_AO/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e845aeb7a879a6b1f14ac4787cc9ab1d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794238,'/marketplace/sort_most-talked/location_BT/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('527375ba88c95f5b6fdf6ba9b3d9da19','aa09a306e26e52e1ea68073247dd1b07',NULL,0,1378794315,'/forum/',1,0,0,0,'50.117.4.168','Chrome 27.0.1453.'),('42238b5ab4402c3dc9ce572892840033','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794337,'/marketplace/when_all-time/location_MK/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('30682d4d1811f581b8ef236200a6ac56','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794349,'/apps/category/1/alerts/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cbc5e63a6b14c6cdc3e015ccd8d3c3c5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794352,'/marketplace/when_all-time/location_RW/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e6a4fe4095477aa3f401a6ef6968e912','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794352,'/apps/category/1/alerts/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a58ac2beabbb0c833b14bb3256ab116','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794354,'/apps/category/1/alerts/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('41df7e847eeb36371eda3a5490c41b52','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794357,'/apps/category/1/alerts/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cd673162f01eb589a80fa6aa1305fa66','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794360,'/apps/category/10/food-and-drink/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('722599688b2754d57e9d0d46d5d685d8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794363,'/apps/category/10/food-and-drink/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97070e44d4e8a926375ff91ed1b267fe','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794366,'/apps/category/10/food-and-drink/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e64bff4e3dde7ede3c757a417bb60107','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794368,'/apps/category/10/food-and-drink/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d9a27790e16e2cdda84ab45729ab132d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794371,'/apps/category/11/gaming/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5f553a7e9bcd679ddbc7f38a3595ef65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794372,'/marketplace/category/12/male/location_PK/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('423e7f08e719315468e68997d812c968','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794374,'/apps/category/11/gaming/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f73c92f5f3ae5b28e586cee0ad1c47e0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794376,'/apps/category/11/gaming/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('06660acd0cea0ac13ff6a194bc2deeac','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794379,'/apps/category/11/gaming/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba3b6f5219a2eb2b082fdae4bb6c47f0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794381,'/apps/category/12/just-for-fun/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c0e6e7db30313a34258250048059a49b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794384,'/apps/category/12/just-for-fun/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('04e267b435e512b9543c113ee158e377','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794387,'/apps/category/12/just-for-fun/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed3553e3b2628827e67f9e16c4f28a9b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794389,'/apps/category/12/just-for-fun/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('085750cd1b4c23787618cd871ad791a1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794392,'/apps/category/13/messaging/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e22e3721336d43794c2ae5e4d883d891','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794394,'/apps/category/13/messaging/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce640c615e23ba3800dfb24c2142bdb1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794397,'/apps/category/13/messaging/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af0f9824624b9daf4720c18d2961ebe4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794400,'/apps/category/13/messaging/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e24733eaf63df5262f829a996570407b','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378794402,'/terms/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('6443c4a66dc69a63b224fbfb6a6790a9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794402,'/apps/category/14/mobile/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d7c82629e68752a4dfa7f44f48a9a8e1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794405,'/apps/category/14/mobile/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('26fcbd34715897e231c7c590c3ea82a7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794408,'/apps/category/14/mobile/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b353f3d68d10b79b0a7ae81c20845175','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794410,'/apps/category/14/mobile/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf297cd18329a616671cca3fde13eee1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794413,'/apps/category/15/money/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba14fc8b019751d8bb1cf990dec31bd2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794416,'/apps/category/15/money/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be78e01398b7e7e5e02ce4b6caa35a80','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794418,'/apps/category/15/money/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8f21d783ceca38c07585ed97158e7724','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794421,'/apps/category/15/money/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('db6da32276c1aafb232a3ed0306bac84','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794424,'/apps/category/16/music/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2e799f6c8698c7162731fccd836db8e9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794426,'/apps/category/16/music/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9a9ab3c17874b60801cab07e25b92e9f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794429,'/apps/category/16/music/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8cec121374ff7ad999163d244888842a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794431,'/apps/category/16/music/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c01770089db736dc955f86d8c196fc6d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794434,'/apps/category/17/photo/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('557d521931ac7749327ac2b09952ce16','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794436,'/apps/category/17/photo/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bb15ed16b389edadef1d09ea2222f076','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794439,'/apps/category/17/photo/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('456da44d67db7a025c77ae19475af961','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794442,'/apps/category/17/photo/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cc56b2d5b1013bda4fcf5721ca92079f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794444,'/apps/category/18/politics/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a8e60de5875ea6adb2cc17fd06740ad1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794447,'/apps/category/18/politics/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('72d3e32710acdc2356e5727e73eae950','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794450,'/apps/category/18/politics/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('96c9cb5b850037ee442d3aab795e79d2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794452,'/apps/category/18/politics/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a6e1c73894fa184728bb73cc7f48126a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794455,'/apps/category/19/sports/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0db63763874b0e9a2bb637b979f523f1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794457,'/apps/category/19/sports/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8faa2a0b651ad8212308e4d0b8769184','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794460,'/apps/category/19/sports/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('df46c58e3d2cfa541d4c864c16f8475f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794463,'/apps/category/19/sports/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b42cbf2a2b024d8c8ccd2c3b02bea22','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794465,'/apps/category/2/business/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('982328759996dff0aee7e26d410a99dd','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794468,'/apps/category/2/business/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('86f310eda33f61f46f9dce8ec6918590','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794470,'/apps/category/2/business/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e562e4365ecce8efb7c7b0c6c4074f4e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794473,'/apps/category/2/business/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('693eb5eaa463f6c08faa844d3e97ebd4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794475,'/apps/category/20/travel/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('31b7a9b6c5d50a7cb40a0028774f4fc8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794478,'/apps/category/20/travel/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a0de0a91c125dee01e3ac5f3f12068cc','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794481,'/apps/category/20/travel/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe83e2b92edb953a4b1c0e2c86d1568c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794484,'/apps/category/20/travel/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5229a726dd8047afb1fe4c8044b58127','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794486,'/apps/category/21/utility/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98a3574b9bf0a1bfb52be2e02dc9455b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794489,'/apps/category/21/utility/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4363de76538dbebf85c881fcc55df359','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794492,'/apps/category/21/utility/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ae1661ac522a64fe5714cc8713963233','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794494,'/apps/category/22/video/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('336bc91cd350731f17701ef94f931619','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794497,'/apps/category/22/video/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e6c34f62510817201bd0ad3299b75d14','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794499,'/apps/category/22/video/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d2665ff357514d783a16ee8663ca2555','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794502,'/apps/category/4/classified/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f32205abd605d16d5edf0a41c58b63d4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794504,'/apps/show_20/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ad17746a03ea32266dd1a5389e68b56','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794507,'/music/browse/album/view_my-album/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f2235f961cd9d9d30d5c44a9504d3916','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794510,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f20956a7ac6e78de30db28516774a88f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794512,'/music/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('75094f79fade3f5a1e23641cf96a1400','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794515,'/music/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e8d359eefa85e857274ca7b2e1dee54f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794517,'/music/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('14349c217d1eeb449f16db79413e86e7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794520,'/music/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('20d2fcb0d7fb6bf7f6b8abecf4e60e64','f3e11278731d3e364755240141ce8efe',NULL,0,1378794532,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('1081ba8abd2d74114030c31fca5a8309','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794523,'/pages/view_friend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e6531e26beb33a0e1c63ded8a4a73f31','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794526,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('611d4728e69c40713feec3aade9439a0','ef6117dd02d19ef28f5f1cd5b75c1641',NULL,0,1378794526,'/user/register/',0,0,0,0,'184.154.170.125','Chrome 27.0.1453.'),('155080f448055c8ead3fb63fa6d88028','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794530,'/pages/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c2596eeb955aea8eeca77a0ff6e17c15','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794532,'/pages/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('92de508b80d4cd8854622bde5cc78153','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794535,'/pages/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fc10461307f96c5b6b246ff7aa3023ee','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794538,'/pages/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7427ddafb0bde6842c2a862450606722','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794540,'/photo/album/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fda917914b08f301ef5151653030d0d6','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794543,'/photo/battle/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0773ddc92b81396ae0d7351fe47536b9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794546,'/photo/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af47a94c28638a66d4a2fdb5d6826a7e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794549,'/photo/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f0cb3ab2e13bd0d895bf186100298df5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794552,'/photo/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9b09cac62bd652a3d88db1c5f45888a2','0266406a3d169b7ec19db02b17f44909',NULL,0,1378794554,'/user/register/',0,0,0,0,'199.15.236.67','IE 8.0'),('110cc6319b4a2529cc0bb897b27a36a8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794554,'/photo/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b251ad2475241785f4d03c6bed3e758c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794557,'/poll/view_friend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed68a1a97533b7b2b17ee9cf0c43e1b2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794559,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('94f3adacf3cc07a9b0b3b969750204ae','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794562,'/poll/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f8c4ec5dcb6d2167c111b786cf106556','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794564,'/poll/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9e13ff9f6401eca205a091b71cade1aa','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794567,'/poll/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('becf85802e48325c0c248f9228ea57f1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794570,'/poll/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b009d93a7552eac208b152546366bdba','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794572,'/quiz/view_friend/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e90f0318df0b61d2fbda6045f63437c6','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794575,'/user/login/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95923909280e675d6720b753746a883b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794576,'/marketplace/when_all-time/location_NR/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0197b3f0eba6a324796e6877c54feb9d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794577,'/quiz/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ba51def2a5453c0628bb3c38ba8f0cb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794580,'/quiz/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f7a235a16f17a9fb6d83f532215eb604','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794582,'/quiz/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d3d05d5a7a83e8a368cd32d414db50f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794585,'/quiz/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b6c397a81e32d8f60430384e33d6f37','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794588,'/video/category/15/hip-hop/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cadbaf062e0cb6f08d596354dcbcc080','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794590,'/video/category/15/hip-hop/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('49d3756ccecb0d704ee044f3a9a4035d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794593,'/video/category/15/hip-hop/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f7b81c9bc281b3f7213296af50e1d42b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794596,'/video/category/15/hip-hop/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9a3e3b83fc725b1be16a717fd3383147','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794598,'/video/category/15/hip-hop/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9812ee4ac041c003a0dcc2c9d062de7a','58c44f0e977dba122b1f686c7d5b499a',NULL,0,1378794601,'/terms/',0,0,0,0,'37.203.208.74','Chrome 27.0.1453.'),('56c817b0d81c26859aa8d03858e88156','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794601,'/video/category/15/hip-hop/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cea5f154b8c443df1a2daef4d28b5f2b','7f49d382b114d85de9aeaff149c66866',NULL,0,1378794602,'',0,0,0,0,'173.213.97.189','Chrome 27.0.1453.'),('4033a894b685e3b8391aa795fdef0aa2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794604,'/video/category/15/hip-hop/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af008b80d5ffa525fdb6f8e893ec3c0d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794606,'/video/category/15/hip-hop/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c4499eca0987e0e9d7e141f257a085b2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794609,'/video/category/15/hip-hop/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('573a4bffea7ec8e704d25e2577b37482','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794611,'/video/category/15/hip-hop/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4bebe89d793a5e32fc89cd4248f217d9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794614,'/video/category/15/hip-hop/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('251321eadd8760672483fb2b1c016dc4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794616,'/video/category/15/hip-hop/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f60b327b8c8b8ca61f46bbb44f87e66b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794619,'/video/category/15/hip-hop/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28e352fd3e5a1b89ad7e2a513d3b5b4d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794622,'/video/category/15/hip-hop/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9289f03a6b7eeaaf0b402b4b22b155bd','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794624,'/video/category/15/hip-hop/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d13527864b9636c2466abe1de15d0130','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794627,'/video/category/15/hip-hop/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28b520b9fad2e934962d21102154df48','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794629,'/video/category/15/hip-hop/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4a5a6034f1c22129a845be18d6b8bc5c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794632,'/video/category/15/hip-hop/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe98a37bb0ea0d4c77b6a92bc12bbeea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794633,'/marketplace/when_all-time/location_OM/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a965fd0ca3984aac7a59a28592720ce3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794635,'/video/category/15/hip-hop/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7157d3780a3ba0ba1ea320eb85a8c30c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794637,'/video/category/15/hip-hop/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eef453a242c1bf9c7556049cc0785550','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794640,'/video/category/15/hip-hop/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('648c1b402268ba4d3fbddd4d8532ee28','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794643,'/video/category/15/hip-hop/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('456d5a534679dd5936547a1723f14b82','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794645,'/video/category/15/hip-hop/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('41e4e6b1d746aeb4c924bff93d9ec7d2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794648,'/video/category/15/hip-hop/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d649056f4a37e9667b7b5f0264da2055','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794651,'/video/category/15/hip-hop/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0f9804de86e66ff3596a77f44828da86','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794653,'/video/category/15/hip-hop/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('492185176c12854dc858a70be065290f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794656,'/video/category/15/hip-hop/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b497dd9b42fb8bdcf41b4ed3e509287','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794659,'/video/category/15/hip-hop/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('04bfc47b48f86287c8cca68d89ce342a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794662,'/video/category/15/hip-hop/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ed27b6144962fdde52029aed22fdf54','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794664,'/marketplace/category/5/albums/location_MT/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3245e256904f6b09612f6912b4ff7317','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794664,'/video/category/15/hip-hop/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('726bf56cf48d064ee1044073f1a03cd8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794667,'/video/category/15/hip-hop/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('498ce1aadb3df577c4a9ad43914d4ad3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794670,'/video/category/15/hip-hop/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('75d404946914a4045d2fd77704a5ee18','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794673,'/video/category/16/music/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('baa5aa6d94d526590c04ee9fd064a2e5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794676,'/video/category/16/music/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bf45c3c89c208e0b9443a3ae689fc9c8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794678,'/marketplace/sort_most-talked/location_FI/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('964c1618e1f0e79571fb76f3453773cb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794678,'/video/category/16/music/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1ff6a7eda1e9494829007ed734396b71','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794681,'/video/category/16/music/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7c21e22fed3bb9b4f02169532095996','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794683,'/video/category/16/music/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ee4e502397b7044f64aad8ed8a68cfa','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794686,'/video/category/16/music/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('99bc4b06a1c3b7a4feb6e2f478f9a22b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794687,'/marketplace/category/12/male/location_EE/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('93b50c9aec84165bc908e466130c6056','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794688,'/video/category/16/music/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2905bc0faf5adf3fbf13bf31fea4a3d5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794691,'/video/category/16/music/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5d6c04b3c110e863683e57dc01c8604d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794694,'/video/category/16/music/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('47fd605e82b9360fdb62da6850d2c69c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794695,'/convictcartel/video/sort_most-talked/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a5687c9ec4e76186547335bdd2d6f7b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794697,'/video/category/16/music/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c75138c94204fa7b163c4940f962f70a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794700,'/video/category/16/music/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca0764843bd64a5fb33de320258966bd','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794702,'/video/category/16/music/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f1f37bb99549f5063a31660e2897ffb2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794705,'/video/category/16/music/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8f7a5ba467592a0339ca4c1ad14a832b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794708,'/video/category/16/music/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cdfdabc37b7ab53b67d6b68107f86ed5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794710,'/video/category/16/music/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('821860f2c711de0a9a642cd901823da3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794713,'/marketplace/category/13/female/location_SV/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8926064f7aac03b742a378754b6eb635','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794713,'/video/category/16/music/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c4b47decda311e73d3be17a3cd66aafd','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794716,'/video/category/16/music/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3bcccd75db8e07996c25b5e30f31777c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794718,'/video/category/16/music/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6e684c54c388911a21183541c5647a5c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794721,'/video/category/16/music/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a20ba7284fe139db1a52f4248bfa6f40','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794724,'/video/category/16/music/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5f56ba1825e807f6a65c95c1c278ed9f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794727,'/video/category/16/music/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e8308f124ef2a780e850eb575013e0ee','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794729,'/video/category/16/music/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('380221cfb614f14ab9201dfa0b1a15aa','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794732,'/video/category/16/music/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c3267242960f23405f5aa7f932ee2021','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794734,'/video/category/16/music/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6a924eacd0f3de286ca89365d78cef10','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794737,'/video/category/16/music/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('39e900c75bb4aa19976d7442e8dc1c99','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794740,'/video/category/16/music/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c8d568c1012727b9d9b9592ae5d76500','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794743,'/video/category/16/music/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f5423285bfcc30b02cb82e9cd182ddab','1a03edfff14cf86288aa35b66a608706',NULL,0,1378794745,'/user/register/',0,0,0,0,'5.135.113.240','Chrome 27.0.1453.'),('5034b6cd9ee6893ad65dca22444b6507','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794745,'/video/category/16/music/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2fb7cba157b602cd7ea5c91abccd3fb4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794748,'/video/category/16/music/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6ba22d8932f29b5cbe3fe9a6ea67110','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794751,'/video/category/16/music/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9caa71336736bfa072c585a983bbddf5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794753,'/video/category/16/music/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6d49a0ee48902446304c3588f940ea7d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794756,'/video/category/16/music/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dd2554dd719af4460d383abde6914928','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794758,'/video/category/2/comedy/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e42e997dc6d0caabe733abac656a374a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794761,'/video/category/2/comedy/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2e672fd546ff461ecc79b2693b6d5249','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794764,'/video/category/2/comedy/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0134761608e9f86e5519682dbc5ff451','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794767,'/video/category/2/comedy/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3a10210f583dce87c4140d1d3985743','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794769,'/video/category/2/comedy/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3577815efe69bf92a4249a5dc88961fb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794772,'/video/category/2/comedy/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45622fa6c32bfec0ed7a0c07bdd19ab7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794775,'/video/category/2/comedy/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2c590f6d88257c3d8b85c61a84b3b2dc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794777,'/marketplace/category/12/male/location_AW/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d1c3d83e2d69e1a666c334f5c88ff852','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794778,'/video/category/2/comedy/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9b850a93d5ff0efa7c840fee07bf3e65','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794780,'/video/category/2/comedy/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4c81294d969df7b754a5a622af5ebf2c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794783,'/video/category/2/comedy/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cc9ae8f26932e191396277e5283da0a8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794785,'/video/category/2/comedy/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('528cb75c53dce8b503ae7136ead3a55e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794788,'/video/category/2/comedy/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5469172a92cb7116d7d3b347d9eb4111','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794790,'/video/category/2/comedy/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('484717a72b3416720a0072515ce6135d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794787,'/marketplace/when_today/location_CR/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59e8870c562b8e6414cb7a59a43229eb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794793,'/video/category/2/comedy/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a753dd215e85f977f762ef4bb9286e43','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794795,'/video/category/2/comedy/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('458641853f0b9437fb5e56c765f067e1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378794797,'/marketplace/when_this-week/location_PL/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d325a85a7b0b54011f3ed8ad84b391fe','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794798,'/video/category/2/comedy/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7b3ad328342b1ed86b4435a6c9b24148','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794801,'/video/category/2/comedy/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('71cdd5e76a4b0c1e0220a1b87c1f53e4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794804,'/video/category/2/comedy/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ea401cdbf99a9bb8fbfd4bfc8acd8b58','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794807,'/video/category/2/comedy/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f4297bde5c5135a7092e983093f1d04','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794809,'/video/category/2/comedy/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b8d2c81fd7dd26637cfd4fc10103684f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794812,'/video/category/2/comedy/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a7e6226f288c0c7160eefd5adb8e400e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794815,'/video/category/2/comedy/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c7ecf8ab6e1185e41bc2011db289e7bd','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794818,'/video/category/2/comedy/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1ba2c67fdf74600e8d8f521de6a45ef1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794820,'/video/category/2/comedy/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eae8bae8e86d923da11e14ec77a4d203','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794823,'/video/category/2/comedy/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('52e9e51bab05f956bfbc7bce74cd15b7','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794825,'/video/category/2/comedy/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98d6ad9020528761cc680e40fbfb5e75','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794828,'/video/category/2/comedy/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef63f2ec859393ce4cca9eeb7f61eb3c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794831,'/video/category/2/comedy/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d45c368ed99ec4c330cf5deaa9c47273','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794833,'/video/category/2/comedy/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('395609fe973e9709c9c86952936ffa63','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794836,'/video/category/2/comedy/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('21e599dbad163232892f7881b649d611','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794839,'/video/category/2/comedy/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('53b8bd7db86a969973e06978231da87e','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794841,'/video/category/2/comedy/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('26b70b7edf5c030145d22089f8772356','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794844,'/video/category/4/entertainment/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90ab9cc646aa0ea85ff1ddd767cac738','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794847,'/video/category/4/entertainment/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('706530f2eda59dbc50c7cb452645f711','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794850,'/video/category/4/entertainment/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8c99156147305d4f4c7b3f5f3e0d6ef9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794852,'/video/category/4/entertainment/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('24c1477525efa6c5e0a9730884468515','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794855,'/video/category/4/entertainment/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a32099777019c24cefad1f95b97cdec','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794857,'/video/category/4/entertainment/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce389b7864cfb103487606c39863e0a8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794860,'/video/category/4/entertainment/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dee1e5ef144fdb5880a8a8fa6b2d5e5f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794862,'/video/category/4/entertainment/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('891ac86a09d56dc247da961434ba5b6d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794865,'/video/category/4/entertainment/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce6b5404d365132b891a0c9ade9331ad','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794868,'/video/category/4/entertainment/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('32fea0acf7c549f1fd178065ebe6f161','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794870,'/video/category/4/entertainment/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02920cfcb186fb072f3e6a107f1e5e1a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794873,'/video/category/4/entertainment/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a40271fc2e16fadd01a3176de0b5e5b3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794876,'/video/category/4/entertainment/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c21e50a6cbde470ec70f295ba0ebcee4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794878,'/video/category/4/entertainment/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ce690e282d7ecb8b728994ac52ac832','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794881,'/video/category/4/entertainment/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4790cec35a3f485c8383f1d858aeb0c6','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794883,'/video/category/4/entertainment/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('db3e75027b1439efb8b03a2ca0990543','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794886,'/video/category/4/entertainment/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bd925d5828d10f395fb858703f520db4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794889,'/video/category/4/entertainment/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1c89ecd3bbdfc17c6893eebe4e0b6c4b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794892,'/video/category/4/entertainment/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3e0274b16a96ec913e493cab42ef982a','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794894,'/video/category/4/entertainment/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('117bbd86bce1a3185799e07f11b3a7fa','19961a01a270e7fe67f416a5e174f016',NULL,0,1378794894,'/user/register/',0,0,0,0,'176.61.136.216','Chrome 27.0.1453.'),('88d87a1e4a4e76dfbdc3326ef5be6172','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794897,'/video/category/4/entertainment/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f53a45e329590047dd3f2f6b55f30376','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794899,'/video/category/4/entertainment/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8c84de8c20aaa85f856d3ed81abca961','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794902,'/video/category/4/entertainment/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c2c3049ec4c3b3f828d31358a9b1a65f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794905,'/video/category/4/entertainment/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('18176f92ac215fb9fbf2d31ec25307d1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794907,'/video/category/4/entertainment/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d85b951f4cfa39479a37def46e08670','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794910,'/video/category/4/entertainment/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c866e29d0d7a2143feef0daad2597059','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794914,'/video/category/4/entertainment/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e0bbb077d6c30e11b5ab2d98bd53d7b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794917,'/video/category/4/entertainment/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('53f6f129ea33df8c06a5db9f00d98b85','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794920,'/video/category/4/entertainment/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c158fe4f596d6c37dd752ad92fed3077','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794922,'/video/category/4/entertainment/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b890d323661304314dece6b17d511c1f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794925,'/video/category/4/entertainment/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b00b9aed1a259e7480c46fb25f0276c6','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794927,'/video/category/4/entertainment/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('116983e0ba4a61bad74b12e54f1edb85','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794930,'/video/category/6/gaming/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('30a00940a2c6130b662c8603f09888da','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794932,'/video/category/6/gaming/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c63ce705dacd82bb778da63398c3cc35','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794935,'/video/category/6/gaming/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cbe4bbce417398763d829adcca767af8','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794937,'/video/category/6/gaming/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7fca5f209627182425e6946a58cad622','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794940,'/video/category/6/gaming/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('84a8a75dbff30b77c1edae49b907d3a2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794943,'/video/category/6/gaming/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef041a9a5efc3b209632a485de8eb406','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794946,'/video/category/6/gaming/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('665a6dd30a94c33a95b5fa550a5e11cc','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794948,'/video/category/6/gaming/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7bc93c61975f2472ecaabc4f5a359ab0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794951,'/video/category/6/gaming/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ba402eb1a04ee63a9d742e671b8b7c3','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794953,'/video/category/6/gaming/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f89708dae04571b406cfd0c1d59b4db4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794956,'/video/category/6/gaming/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('681f3f55f30a95286e2607c89d7a9e55','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794959,'/video/category/6/gaming/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b694e08b665c98f970e714049a4eb800','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794961,'/video/category/6/gaming/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c025f9a2a73f8a63be3144b605e0d2c4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794964,'/video/category/6/gaming/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7f281937a389caa7adf96242bbd4ca3f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794966,'/video/category/6/gaming/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2b7f321343f576f8732dae352f354793','e695c1904b956320b48b74ddf4fb6ed2',NULL,0,1378794967,'/forum/',1,0,0,0,'50.2.194.18','Chrome 27.0.1453.'),('696df59a6193cc1ce54e5a5cf1740972','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794969,'/video/category/6/gaming/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8976e75d1d096b363da068a0006ab837','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794972,'/video/category/6/gaming/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb25fbfe394e77f840702742009d6314','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794974,'/video/category/6/gaming/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7b653bd870df83038b62b7e28d7359e9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794977,'/video/category/6/gaming/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a28dfec4b09c9aba0ba7b2d058c08a71','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794980,'/video/category/6/gaming/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('598c475280cb9b685047fc7b84eb7347','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794983,'/video/category/6/gaming/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('16d12d0d6ca7e0005ad22140e42375ab','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794985,'/video/category/6/gaming/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('31f51d50aecc0922e0632aa40776fa58','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794988,'/video/category/6/gaming/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b8c5b7b5614550496be0be67e0d84f01','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794991,'/video/category/6/gaming/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a987c86ea4e856f624aabdc80d9d3087','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794993,'/video/category/6/gaming/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fac79964981f847f0876ad3827141a18','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794996,'/video/category/6/gaming/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('956e241fa6003ab623d8ec9ea3e2f02c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378794998,'/video/category/6/gaming/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b37438723b5c8b12fdfe0b88e95533fb','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795001,'/video/category/6/gaming/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d9dea0cedf6642619416cddaccc702d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795003,'/video/category/6/gaming/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('113f04f05413266e5721509cba213b43','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795006,'/video/category/6/gaming/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6567d03a5d74e03611ceebf3a301687','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795008,'/video/category/6/gaming/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fa86e623f4a87d451ab8f9b632db1b91','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795011,'/video/category/6/gaming/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef01c51f3d099f1141893fbe427d3079','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795013,'/video/category/8/news-politics/show_12/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('edb00a73bdb9860ccf5415c385e199ae','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795016,'/video/category/8/news-politics/show_12/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6b01f9f086215cc1ed48d83bac8e59c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795019,'/video/category/8/news-politics/show_12/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c777a6c28b323acc2807de83a83670a9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795021,'/video/category/8/news-politics/show_12/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9dd47413f900efe88a8fb54c05116ff9','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795024,'/video/category/8/news-politics/show_15/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c28b19385a353a7b00581ee6e941bea0','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795027,'/video/category/8/news-politics/show_15/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('075cc55828f99bbe125da9ca02f2aefc','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795029,'/video/category/8/news-politics/show_15/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('db64bf932ac6dfc7b9441416460e6502','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795032,'/video/category/8/news-politics/show_15/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9906a5112da3e415de8742270bdcf5d4','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795034,'/video/category/8/news-politics/show_18/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('124715c4e3f4a56b3a7bb73d5e1b337f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795037,'/video/category/8/news-politics/show_18/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cb5fc43e3241863595c838da197d4001','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795039,'/video/category/8/news-politics/show_18/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0320a370ed9e517d6f8133c102f4588d','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795042,'/video/category/8/news-politics/show_18/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eafca4f215540780dac48b8a68a49490','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795045,'/video/category/8/news-politics/show_21/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('77f76807ef86157d6d61f6712a6a7e16','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795047,'/video/category/8/news-politics/show_21/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8c32badbacad748cfb576a898650da95','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795050,'/video/category/8/news-politics/show_21/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3a63761e7cd4244d611631232dd361a1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795052,'/video/category/8/news-politics/show_21/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1075fd89fa79bda44e01ed335cb57ae2','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795055,'/video/category/8/news-politics/sort_latest/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8109596f4185ce54e3e106218f4be875','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795058,'/video/category/8/news-politics/sort_latest/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('adaa7bdc86ee1e44dc812babc9870ec1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795062,'/video/category/8/news-politics/sort_latest/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('12fa25371129d89d274ed9fa170d6f8f','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795065,'/video/category/8/news-politics/sort_latest/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6cd43ba96a506d8f79fa7d08f52dd947','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795067,'/video/category/8/news-politics/sort_most-liked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be8e4955d301025f1794bea23b6ab007','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795070,'/video/category/8/news-politics/sort_most-liked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f52a2dae5cdc5473f90fd94560dbdb28','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795072,'/video/category/8/news-politics/sort_most-liked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af27551f8befe71f5c0e4656aa626a3b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795075,'/video/category/8/news-politics/sort_most-liked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b129f57ea6c9c4c9b01a4c5382be71c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795077,'/video/category/8/news-politics/sort_most-talked/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c5e9718a3199e5a7608625593149bc00','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795080,'/video/category/8/news-politics/sort_most-talked/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e4715217bd6756db7c2b61339b1a6fc5','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795083,'/video/category/8/news-politics/sort_most-talked/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a5416761c981c0630918c14f553c46b','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795085,'/video/category/8/news-politics/sort_most-talked/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ae106fef5868fb3f7b38fef720be2a73','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795088,'/video/category/8/news-politics/sort_most-viewed/when_all-time/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5387bb4ca808f9c33575595c42e2c462','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795091,'/video/category/8/news-politics/sort_most-viewed/when_this-month/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f7bf65aa88f8ef8fe38504f311f6b13c','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795094,'/video/category/8/news-politics/sort_most-viewed/when_this-week/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1524395b62b5993447e923f08f5596c1','28c369a110aa970b79cb2284c2f787d9',NULL,0,1378795096,'/video/category/8/news-politics/sort_most-viewed/when_today/',0,0,0,0,'108.59.8.70','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('27533b433c924bbed528f762b7bbdced','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795102,'/marketplace/category/5/albums/location_GG/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('52ff3b1607cb0c3cb2df1549bd01fde7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795123,'/marketplace/category/5/albums/location_CC/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6d35c1fc70924f2466ca4ed44bdb5a5a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795242,'/marketplace/category/5/albums/location_LI/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('080a64d472591aa97b76db893dc4bd06','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795255,'/marketplace/location_SI/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dc97e8d125e11840dff088204225a908','35fbdc44aedf3ccd7b21059c3fa37194',NULL,0,1378795273,'',0,0,0,0,'192.119.148.80','Chrome 27.0.1453.'),('d790adbb5819393ef53e339ea22f92f2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795296,'/video/category/6/gaming/when_today/sort_latest/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d5cd993fd3c790da3b10f477ed11f0f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795314,'/marketplace/sort_most-talked/location_BD/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2d79346e248ab5debc4595e60684ebdb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795480,'/marketplace/sort_most-talked/location_CX/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0d07a04544889922a1f867e888bce3da','7e4d96a084cdc42746b8d8e5fa53311d',NULL,0,1378795499,'/user/register/',0,0,0,0,'192.184.82.208','Chrome 27.0.1453.'),('fc6e703abe82c1577b53165847a362e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795589,'/marketplace/sort_most-talked/location_EG/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6f33e219f5657e0746c7f924d1d3f7b7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795616,'/convictcartel/poll/sort_most-talked/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4bc698132c07d8ecbd69766b6644dc78','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795620,'/marketplace/category/12/male/location_CK/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('43aa204b5bc9ae11579b91499b90652b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795741,'/marketplace/sort_most-talked/location_BE/when_today/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aea33097dc032ea5eee4b86bae36c191','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795768,'/marketplace/sort_most-talked/location_CF/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b88115c1c0f07fd2d4d59233cf4b87c','8748d529678bcb62bb01d5729d515ffb',NULL,0,1378795771,'/user/register/',0,0,0,0,'208.89.208.177','Chrome 27.0.1453.'),('575f68cc124fcee87f3525d9e34e4ede','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795836,'/marketplace/when_all-time/location_RO/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c232222366c3807f2d542ce439bb2bb8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795902,'/convictcartel/poll/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('262ae2fe6882684df817bffd99d1dad3','da734981dab808522067584ad1b033f1',NULL,0,1378795918,'/user/register/',0,0,0,0,'188.165.122.46','Chrome 27.0.1453.'),('846277a796270bc9527528ed452ffa37','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795924,'/video/category/2/comedy/when_all-time/sort_latest/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1740bf6157bb8d6ceb0a9f40ea726a31','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795937,'/marketplace/category/5/albums/location_CK/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('32724b3273e7fb7860f29f3ed263cd65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795956,'/marketplace/category/5/albums/sort_latest/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7efd97561b7fe86e1a7444a8e29500fa','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378795994,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('874a9090a6afe8ba76e3b07c187ebb2f','4753c7b10aeaf738c437a44ba36b6cc2',NULL,0,1378795991,'',0,0,0,0,'59.58.149.50','IE 6.0'),('eb0b5541f482b4e3ed6416352f580f99','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795992,'/marketplace/location_CV/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d645dc7482c60693d203e3fa1b1639d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378795996,'/marketplace/location_EG/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('dc5fd1b196ab4fb38d39df559f525f64','7ba15fa3dd0ce329a61de1a72e3d8955',NULL,0,1378796033,'',0,0,0,0,'176.31.155.124','Chrome 27.0.1453.'),('fe8f78abbe83b0462d0d839d3f045126','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796051,'/convictcartel/blog/when_this-week/sort_latest/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f2d634ac5aa1fa77acd170ea87ec3b08','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796075,'/marketplace/when_all-time/location_IS/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7676946ff1f8300d313caf925bfbccd5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796077,'/video/category/4/entertainment/sort_latest/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b2c62aacc50f0ea2c0b6f1e90caeba1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796130,'/marketplace/category/5/albums/location_ML/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27982453b16928debe968b194251b96a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796144,'/marketplace/location_NE/sort_most-liked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('070e5500ee564cbd35dc4ec62f364d3e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796157,'/marketplace/category/12/male/location_MK/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3ba966f9111d9479b8bab131161f8ed4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796170,'/video/category/15/hip-hop/sort_most-viewed/when_this-month/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d813acdc6b158a5eb781f510d7b9b020','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796198,'/marketplace/sort_most-talked/location_CK/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d965d36d3476e6eeda2a91622e4b935','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796201,'/video/category/15/hip-hop/when_all-time/sort_most-liked/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b570a58adb1d41fefcf0c27bf647def7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796209,'/video/category/2/comedy/sort_most-liked/when_today/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25c7f58cb21dcbeaab0508dc1cdf0a61','d5baf251553e4baa46f36acde11cfbab',NULL,0,1378796451,'/mobile/user/register/',0,0,0,0,'178.33.12.8','Chrome 27.0.1453.'),('301f9c0c566f9b2be53cb9ee1f23cecb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796469,'/convictcartel/poll/when_this-week/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('55c9883a169cf4e7928c31dcd8129434','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796529,'/marketplace/category/11/apparel/location_CN/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('15d20bf1e98672c98cf3bb439c88ef65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796542,'/marketplace/sort_most-talked/location_CY/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78b18f6f00629f22abae53d57a3b89e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796572,'/marketplace/when_all-time/location_MO/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ec3048bab5098238fa217e32069bb567','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796606,'/profile-5/photo/sort_top-battle/show_40/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5e8634503b141d83db841faa26aef146','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796615,'/video/category/2/comedy/sort_most-liked/when_all-time/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('67c9acd4cabe16504c4a94870cbebfe7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796633,'/marketplace/sort_most-talked/location_AQ/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8c9cfa160d61d62b5325adfe7e104555','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796651,'/marketplace/location_JM/sort_latest/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('783ad5291a45911e43e65461bba701f1','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378796669,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('252fe5bf54e76cb80959661263498a80','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796681,'/video/category/2/comedy/sort_most-viewed/when_today/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88a3e26bf1f0f89989ff9a32f31c445d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796692,'/video/sort_latest/when_today/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d3d4afcf34d757a5fab15276f235a17','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796794,'/marketplace/sort_most-talked/location_ER/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('896b73506d7f866ab6769d72f5bd052f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796828,'/marketplace/sort_latest/location_BL/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a3c18c730e3baf8eb81d43b1383bac41','bdce634ef35bc988a40967ea1078d9ed',NULL,0,1378796881,'',0,0,0,0,'173.208.12.222','Firefox 21.0'),('41ffd2a5e02d5cc50d6dcf6466c96893','58c44f0e977dba122b1f686c7d5b499a',NULL,0,1378796909,'',0,0,0,0,'37.203.208.179','Chrome 27.0.1453.'),('bb235ae3f6420c2aea2adf4acb9224a5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378796928,'/marketplace/when_all-time/location_MN/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('38c66716ccffa00f8247f35ed1ed3b38','980491fc9f6788ef8410e3bb01d13102',NULL,0,1378796957,'',0,0,0,0,'65.181.124.137','Chrome 27.0.1453.'),('15d5ec7220dfe6f2c0795134a00d3ba7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797006,'/video/category/6/gaming/when_all-time/sort_most-liked/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('09096ee0237abbd4cb5a080dd025e3a7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797012,'/marketplace/category/5/albums/location_CZ/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c65b29049fdb98bcb0c711007c27dfb1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797036,'/marketplace/category/12/male/location_BH/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1d1a4e1d86aa389f977210297b88c7f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797047,'/marketplace/category/5/albums/location_GT/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6daeb8ebae68acf2bac6b4a36ad0b7a7','6d518bbcaa83e39769b80ba7715f0a43',NULL,0,1378797149,'/forum/',1,0,0,0,'91.108.180.73','Chrome 27.0.1453.'),('35906f0146c68981ac2a7f2731ee23e9','00aa34dc69ca789c4c25c200d3c94ce3',NULL,0,1378797233,'',0,0,0,0,'184.154.146.92','Chrome 27.0.1453.'),('d5331b2ab7aa77d5315045522928f47f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797270,'/marketplace/sort_most-talked/location_BM/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('becc56d2f26e57d7f0b1859797fccd22','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797354,'/marketplace/category/12/male/location_QA/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('665736bd2932744a127a5616e609fe92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797382,'/marketplace/when_all-time/location_UY/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6d6b72062dc0efe24feaddac60a7c8be','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797438,'/marketplace/category/5/albums/location_EE/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('309804c047902c9a3636b145a102e843','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797469,'/photo/album/11/profile-pictures/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f69b6522f89b4ddd796fb5920e656184','65ba112adcc206fa125d187af3fb3ba1',NULL,0,1378797504,'/forum/',1,0,0,0,'192.82.249.145','Chrome 27.0.1453.'),('87db7872869e11f01ebf91b61b90b836','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797517,'/video/category/15/hip-hop/when_today/sort_most-talked/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6743cba4db0988267cee9713d7e0bbb9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797533,'/marketplace/category/5/albums/location_GH/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a129418f1f1f8966a7c178d1e3fd494d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797550,'/marketplace/sort_most-talked/location_BZ/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a8acaf8628c939cea8694beb94ad11ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797562,'/convictcartel/poll/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('76aa19f90f099e9a496de8d3719ed606','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797574,'/marketplace/when_all-time/location_SE/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('13f70cd13ce7a94329b3794df4f4af15','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797582,'/marketplace/sort_most-talked/location_BB/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ffbd2077d35f346a528b3ceee5885c36','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797589,'/marketplace/sort_most-talked/location_CA/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('786c790d3680aea2d90fd3f208402417','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797754,'/marketplace/sort_most-talked/location_BW/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c1533c512dda8455675ac19a7e7e213','348ae9abcce363890c9d252b8f8c3176',NULL,0,1378797794,'/mobile/user/register/',0,0,0,0,'151.237.191.225','Chrome 27.0.1453.'),('1809f1529bc1ca36cc40bb88adb12dd3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797799,'/convictcartel/video/when_this-week/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03fc38a3fa1eca24c146313e6f207d43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797810,'/marketplace/category/12/male/location_FO/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('737bada78b45e24d56da8b1bd3d10788','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797829,'/marketplace/when_all-time/location_KY/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bcb86202c38d6f5625f0986fadaf56d7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797871,'/marketplace/when_all-time/location_MG/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7015822d05e440edc9b23b867632430','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797897,'/marketplace/sort_most-talked/location_EG/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71edade2ceeab1da761361cc690384b0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797933,'/marketplace/location_ER/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('66ad4d9eb448dfda3734b433f88fe638','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378797986,'/video/category/6/gaming/when_this-month/sort_most-talked/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('711e64ea76ef77b969c58c10ed8412b7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798009,'/marketplace/location_KW/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0437a4d5a07675c9dc665aa422989c0c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798020,'/marketplace/sort_most-talked/location_ES/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b37430284be35f5d14a5c594478e2c2e','69b2f2df0f4b3b84c2a82fafc0eebcd4',NULL,0,1378798096,'',0,0,0,0,'173.234.169.61','Chrome 28.0.1500.'),('6a43a0a2e7bff2d0ffce5efbebcc7863','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798215,'/marketplace/category/5/albums/location_GT/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0398bf0982f6d5d176be134a57e38876','ba0d16f4a233267fbc5b2465193ff81b',NULL,0,1378798307,'/marketplace/',0,0,0,0,'157.55.32.62','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),('c8f02057d0b4b5603ebddda2dc0100cd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798354,'/marketplace/sort_most-liked/location_SA/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e926504bb6f1991751a957632a456ab9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798424,'/marketplace/sort_most-talked/location_BL/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('454e6d57b8bac957864fa7d00da3745f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378798438,'/video/category/16/music/sort_most-viewed/when_today/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('221f3c37080742e6ba7e499e8c3bff3e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804301,'/video/category/16/music/sort_latest/when_all-time/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6368fd102821ec64f9387453b1ded4aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804304,'/video/category/6/gaming/when_this-month/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0617296d052510a1e9ab6101c0c805e8','1ee6c4458dcb5e9e7d8a2ea3e6cfe83d',NULL,0,1378804314,'',0,0,0,0,'198.52.247.103','Chrome 27.0.1453.'),('32e9cc90bd649010b6cddf99c9a639db','46f7f0c4414344d22eb7811445b9eb88',NULL,0,1378804340,'',0,0,0,0,'176.31.213.111','Chrome 27.0.1453.'),('ee5ced3e55cfadcaa6a0265d96fc2525','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378804389,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('db054b20d9fd11a446e70fe1ca68ff65','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378804395,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('0d3bde8355643b13dd13399d5e177e58','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378804464,'/user/register/',0,0,0,0,'220.161.96.69','IE 6.0'),('c68c0e470295e6bd14b581b6b800c4e3','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378804466,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('261a1b7eaa9880aae7f072ba1584f2d9','c63a81ff37941ab8609b797cc5c60681',NULL,0,1378804492,'',0,0,0,0,'180.180.108.196','Chrome 27.0.1453.'),('778f9fbe42e6202a491f8c17eb1f560c','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378804512,'/user/register/',0,0,0,0,'220.161.96.69','IE 6.0'),('e41e50ec18c8e65a112a4fe4a3f511e1','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378804513,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('5b6d5ef06bf7207b338046ab9361e7d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804526,'/marketplace/sort_latest/location_GY/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27734f149334e60497c1b240172a8074','3c1f3f603d309105309919ac8bf8a326',NULL,0,1378804534,'',0,0,0,0,'96.127.135.19','Chrome 27.0.1453.'),('802675182abb02fef3db1d1b03e9476f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804549,'/marketplace/category/13/female/location_BF/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eae63a1b002b5186fa704666f3c95162','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804699,'/video/category/2/comedy/sort_most-talked/when_this-week/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4f98fc48e5b310c8195248c07d49c9a5','e0084310317d64475dfd6c58b51d303d',NULL,0,1378804721,'/forum/',1,0,0,0,'173.208.2.17','Chrome 27.0.1453.'),('1689b39106f5ee2ed009b4eef359cb58','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804782,'/marketplace/category/5/albums/location_PH/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7f3628c1cd60baf514101307a559b629','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804798,'/marketplace/when_all-time/location_RE/show_12/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('94e6e3286a7acd704a062bb58c8f37fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804854,'/marketplace/category/5/albums/location_DM/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bea28c7b28901115c7c7436631b9fc9b','7cad1263e6bb0c3f29a0909b63314a42',NULL,0,1378804868,'/forum/',1,0,0,0,'68.68.99.243','Chrome 27.0.1453.'),('891bc0ea8a6db5697a93b8305b25e049','965de0cc7c66d0c548d99fa21bc15420',NULL,0,1378804892,'/user/register/',0,0,0,0,'180.180.101.3','Chrome 27.0.1453.'),('69eea005c69c072b121ad7452ed39788','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804938,'/marketplace/when_all-time/location_SE/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9e8aa048fa86c829265dfda4d40e3afd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378804978,'/marketplace/sort_most-talked/location_CV/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('597fe0bd0b20909af26c76d7ed289f96','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805004,'/marketplace/category/5/albums/location_KP/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f7a5b76ff0659b040bdba57560d11354','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805014,'/marketplace/category/5/albums/location_LC/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6af0174f737a0741ed190e338c94819f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805024,'/marketplace/category/5/albums/location_FK/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2b5f5172cb9be6810bf545022b05908e','5d31f3e326c24d068f53e5cf0c8789e8',NULL,0,1378805071,'',0,0,0,0,'198.50.136.241','Chrome 27.0.1453.'),('4f7940d2aaa88940ad98160acedb9015','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805072,'/convictcartel/photo/when_this-week/show_20/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('12dbc30532e97e0fa804f4357b154f62','5d31f3e326c24d068f53e5cf0c8789e8',NULL,0,1378805075,'/terms/',0,0,0,0,'198.50.136.241','Chrome 27.0.1453.'),('160aa559ab43a9b43a1c8bb0d95eab54','f3e11278731d3e364755240141ce8efe',NULL,0,1378805094,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('5c2163ec07487fec15d05986f1dc1f79','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805078,'/marketplace/when_all-time/location_TV/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b051dfcdcd02d9e82aa82f9a88c0db02','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378805095,'/terms/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('ff02b9f3e8e5b4dad9af4167bf248478','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805096,'/marketplace/category/12/male/location_AL/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('822b075c2e09e09cbeb098f1c2d9c8ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805097,'/marketplace/when_this-month/location_UG/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8109a1676afb77090c58e5f965309058','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805140,'/marketplace/category/12/male/location_CC/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('395207666601727c15213715ea54fc0f','b48e2d8d3c991835d5abd1d1fa855997',NULL,0,1378805165,'/user/register/',0,0,0,0,'5.144.176.247','Chrome 27.0.1453.'),('3f489a6261a9a44c50f505362323e955','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805186,'/marketplace/sort_most-talked/location_BO/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a0830abce11b63023a9f60f4bd8ebd14','750663bce7de2ad440d33706b688351b',NULL,0,1378805288,'/user/login/',0,0,0,0,'59.58.155.56','IE 6.0'),('91c0d4c2601af8b67dc91096d8fd1e47','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805408,'/marketplace/category/12/male/location_BO/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c1c716e6ae0334128d92df74b88b54aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805408,'/marketplace/sort_most-talked/location_CV/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b2824b035b6d74b3fa1d6fbeeeac7d5','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378805444,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('1a139352db06597a0dd91a8abf134ea1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805440,'/video/category/4/entertainment/sort_latest/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c8d6820ad50bf660ccba9bbd69583bf1','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378805446,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('e46088cd68da160b42f8428b195ec574','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805470,'/marketplace/sort_most-talked/location_BR/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1df74bc756a99656a47834652016caf9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805470,'/marketplace/sort_latest/location_MZ/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5ccba2606a46dc260aeca5a74d93e690','12f36206c9448b3daf21459226f35f3f',NULL,0,1378805481,'/blog/229/dubais-expat-class-system/',0,0,0,0,'66.249.66.177','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),('e1ff8446541ad5d551d42963c25c1e1c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805505,'/marketplace/category/12/male/location_WS/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3ad0cce43799b48f776b5d147f414f94','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805522,'/video/when_today/sort_most-talked/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('39bf9f42928d3dbc79b96ba6742bdf06','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805525,'/marketplace/category/12/male/location_BR/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3194cb79746bc7e58a99fee387bfcfff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805525,'/marketplace/category/5/albums/location_HM/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0ec18d2eb39294f16ed986f8c32c437f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805565,'/marketplace/sort_most-talked/location_BT/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0271fce072921b653e5986ef4da25c8','5464f0a51407ea3547ee90d81200068b',NULL,0,1378805591,'/terms/',0,0,0,0,'188.165.255.35','Chrome 27.0.1453.'),('ad670555711550ec4ac1b27dbf710160','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805590,'/video/category/2/comedy/when_today/sort_latest/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4132df641da7c0b871c3351dff0694b5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805594,'/video/category/15/hip-hop/when_this-month/sort_latest/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03baeff780df68264d95a95b31b63512','c228ed1d18436cf800f5f8c7dbb96810',NULL,0,1378805612,'/terms/',0,0,0,0,'192.184.94.148','Chrome 27.0.1453.'),('a62712b13d0ad1649b944dc6813f8f34','f3e11278731d3e364755240141ce8efe',NULL,0,1378805707,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('25c890cc29a275b38883670f3dac936e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805659,'/marketplace/category/12/male/location_NL/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78780a5c9de329b4828c3f972be644f3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805688,'/marketplace/category/5/albums/location_DJ/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4916da63a3cdcafd241de768f994ddcb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805696,'/pages/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6e2c7d1cff47b0fe850172db68a82fb9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805795,'/marketplace/when_all-time/location_TK/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fdfca3784b76c503289b69eee1d7b9f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805799,'/marketplace/sort_most-talked/location_AT/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b557c6920d3090478d1de897e5183749','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805866,'/marketplace/sort_most-talked/location_AD/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('235d16e8ec6a51e07619e7388843d995','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805879,'/video/category/8/news-politics/sort_most-liked/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9f13e75c9d9d8c6db4e9053668aed556','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805906,'/convictcartel/blog/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7ad799137d85e18c742433029669bcfd','734bbd4e01d24e3d62bcc1c103f9634b',NULL,0,1378805969,'/mobile/user/register/',0,0,0,0,'178.63.199.155','Chrome 27.0.1453.'),('b294214867be0beedafbf6c54c11782a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378805976,'/marketplace/location_EG/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2f36bc8d2c44a52e745a52697dd60652','0b600d6d88b1304de4e5bdbce5532459',NULL,0,1378807130,'',0,0,0,0,'24.8.132.41','Chrome 27.0.1453.'),('2bfa2cdff18182e62ce677c92fa9473a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806079,'/marketplace/category/5/albums/when_today/location_SJ/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eda2ff3b60f9cb319c1a4a4a4c99e20f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806090,'/marketplace/category/5/albums/location_ET/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9844963af8b4817585b6b0fb7c30caac','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806102,'/marketplace/category/5/albums/location_KP/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0e492225a7b52436ab46574f128791bc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806299,'/marketplace/category/12/male/location_SZ/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1f7612fc8776caca1eae35364218648','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806320,'/marketplace/category/12/male/location_CO/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d1beba7a7d109b5dc92174667fe16049','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806349,'/marketplace/when_all-time/location_SB/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('00433c378e0896a89a4eb04ab839567c','ae3101dbbfef7392c73685dee107b480',NULL,0,1378806400,'/user/register/',0,0,0,0,'192.119.148.68','Firefox 22.0'),('5de6e7367976fe93d9a7eb1ac5fb3042','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806408,'/video/category/16/music/sort_most-liked/when_this-week/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a3c7200b2a428984c62dfccc2595d5af','49411a0efa7a4eb290c62b592ae6858a',NULL,0,1378806413,'/forum/',1,0,0,0,'192.40.88.206','Chrome 27.0.1453.'),('a4b2a4305098a09cbd6ce249993c45bf','35fbdc44aedf3ccd7b21059c3fa37194',NULL,0,1378806441,'/forum/',1,0,0,0,'192.119.148.27','Chrome 27.0.1453.'),('25e20a0c5a271b39bb1b1d305c9c9914','58f2dd3b17b318cb7da384eeb34092ef',NULL,0,1378806479,'',0,0,0,0,'192.161.163.231','Chrome 27.0.1453.'),('6c1bd3398e16a5da9f398ce3a9ddfb12','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378806489,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('55199e740f3056e654e02247a5bb5ad8','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378806492,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('8e50e0942086cc4145c44d782ab4817b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806512,'/marketplace/sort_most-talked/location_BF/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c4970e2e1e3bcb45ef3a2438a2347e70','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806539,'/marketplace/category/5/albums/location_RE/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('952abdf88019eb8396f29d26a10f895d','beb08a75d26902d7532e8fa74bced8b2',NULL,0,1378806596,'/user/register/',0,0,0,0,'50.115.166.128','Chrome 27.0.1453.'),('3fff5d413a18d52bc363047c3e924bd5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806601,'/marketplace/category/12/male/location_VU/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac14ddde8c5fcfc5a6ae1fce9a989b5d','f3e11278731d3e364755240141ce8efe',NULL,0,1378806662,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('e6cdc4fa5f4744cec7cd4ded1b54a8e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806654,'/convictcartel/photo/sort_top-rating/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d7d3f3b26a96ec2405acff298330cf4','53a9629b11c278e7a7d8f7720b8dbd1c',NULL,0,1378806660,'/rss/id_3/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=5876254389003648978)'),('847d3bda22946df31b12475ce5e7fd0f','033bbde9f388141bb3b4fc0f1731b3fa',NULL,0,1378831635,'/rss/id_1/',0,0,0,0,'182.234.252.33','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)'),('27b3d28f2299659ccd127e0fe8176c07','f03e866faf60d0d376d3a24f32cf0685',NULL,0,1378806670,'/rss/id_1/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=757839234045443521)'),('d9f0b41df2846c248cc1ae4c4cdde679','cbb802152e4074aa18b1a0c63262c248',NULL,0,1378806679,'/rss/id_5/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=16729696501814550690)'),('9d7271d25dfe41aed75cb018fd1f6f50','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806687,'/marketplace/location_PL/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fe83fb15c8cef18ac26208b7e430e7b7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806734,'/marketplace/category/12/male/location_GN/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3680a348e823a4d7d70189000a98146d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806754,'/marketplace/category/12/male/location_KR/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c45879607297e4e0aeb3e66e4ed4c3fb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806762,'/video/category/4/entertainment/when_all-time/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d410456d61f52acf885280e3842578b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806799,'/marketplace/category/12/male/location_MG/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c22c187a51e1277bd103949fd8cf474f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806800,'/marketplace/when_all-time/location_TM/show_15/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('29168114e1abd67999657ed4fa03f63d','cf27b3b3eeec88e1cd2e0c675b54f063',NULL,0,1378806818,'',0,0,0,0,'199.180.132.44','Chrome 27.0.1453.'),('c7cd62868e7dcddf34680a943b0343c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806866,'/marketplace/category/5/albums/location_NL/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('046d63bf7702740f8ac3138803125920','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806936,'/marketplace/category/12/male/location_NP/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a21c9306c2967bd31c39246d145a4f2c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378806975,'/marketplace/sort_most-talked/location_BL/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3b3399f96d961cd104fcb4f6a72a0575','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378807000,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('9a6bb2f51379c5683d815f361891aa03','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378807002,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('d8c76ab7e9c555dc3cc22d470f06ec87','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378807035,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('43d6546c9b1324eacb952c3574fc0a98','1a924a854515489598669ae51b923097',NULL,0,1378807178,'',0,0,0,0,'151.237.177.142','Chrome 27.0.1453.'),('9852792b17c58f23107407a2a35e94e0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807194,'/marketplace/sort_most-talked/location_CK/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03dd5686f1a30d2d8b52953501df3a12','beb08a75d26902d7532e8fa74bced8b2',NULL,0,1378807246,'/user/login/',0,0,0,0,'50.115.166.204','Chrome 27.0.1453.'),('e6fb991cb75021071e91c8ec53d5c051','17051f324a0b21d6ee53b5a5784ae664',NULL,0,1378807239,'',0,0,0,0,'198.23.164.183','Chrome 27.0.1453.'),('fa23c6b75d2417aff1c916b19ed8ad7a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807248,'/marketplace/when_all-time/location_MZ/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9cc27490b45807a3ca58357a631d1c6c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807265,'/video/category/4/entertainment/when_today/sort_most-viewed/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7488a6790d27a4085ee71415f7f28304','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807352,'/marketplace/when_this-month/location_GT/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5798e063239fe1a7bced717c87261f3d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807400,'/marketplace/category/12/male/location_CD/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a1a750a7917c0cc54c8516fc21e8db76','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807434,'/marketplace/when_all-time/location_SN/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ce00cd16aad4e73443b722ed62381ec7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807469,'/marketplace/when_all-time/location_TL/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6a4826acadf9c18a27f2cfe0eeb3dac9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807473,'/video/category/8/news-politics/sort_most-talked/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ea89450afbf472bd492b49a709e87e72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807509,'/marketplace/when_this-week/location_ME/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bcc78c0c6d91e9fd71f3986ea261a022','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807530,'/marketplace/when_all-time/location_NG/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1410bdb84e173b7f457a6003c6dd5a8e','1a72397c5155095f352b8472239e60c3',NULL,0,1378807539,'/user/login/',0,0,0,0,'220.161.101.124','IE 6.0'),('ac329b7e138e90e0f1a9640de56a3bbc','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378807581,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('0c9821a61fcd297e6449601a2db6fd8b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807565,'/marketplace/when_this-month/location_FK/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('33ba6af362fbe694477f6b9de4f07e0e','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378807599,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('e84bf9f03cc51d157146b472406bd776','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378807601,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('5c7c43aef34d18636039392a9a13480b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807656,'/video/category/4/entertainment/sort_most-viewed/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('41af5e4c32f319f65aff416ddc1e65c1','c15d5dc50a4d294764bf5b9dc25afd54',NULL,0,1378807660,'',0,0,0,0,'173.213.90.7','Chrome 27.0.1453.'),('4d3ef714939b5069c8650cc200f5aff9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807713,'/marketplace/category/5/albums/location_BS/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5245c47be16f8ededa6b76be6b48bc11','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807715,'/marketplace/category/5/albums/location_TF/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e86724830853e77bb268dd91403a26e','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378807748,'/user/login/',0,0,0,0,'220.161.96.69','IE 6.0'),('f9a3297e78c089cc80b8c0478eae2656','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378807797,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('439b58566769700488f4d78a9ebd341c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807761,'/video/category/15/hip-hop/when_this-month/sort_most-liked/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a14b003be65ec5c93328a84290fe1295','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378807803,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('d0fab617cf8409d01f43690d8fd0701a','f3e11278731d3e364755240141ce8efe',NULL,0,1378807875,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('525d5daf4b9bd912e2cd2f1f7bf86cb2','f3e11278731d3e364755240141ce8efe',NULL,0,1378807892,'/user/',0,0,0,0,'117.26.84.126','IE 6.0'),('d8c861e4dd0589199320e08b339a68ce','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807899,'/marketplace/category/5/albums/location_GS/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e64d56e812fa348db78d2d5bfb64a295','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378807910,'/marketplace/category/12/male/location_OM/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e6d2c392fa53e15317a271aa7492ecd5','191faa0ce881770f196df3b8f4af418a',NULL,0,1378807911,'/forum/',1,0,0,0,'5.135.59.12','Chrome 27.0.1453.'),('cba0c9a753752421ce0daf3454980a5b','f3e11278731d3e364755240141ce8efe',NULL,0,1378807956,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('23c35e513e554178427e7741e93c99a4','f3e11278731d3e364755240141ce8efe',NULL,0,1378807976,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('417655a8eb70d3f014384e4844e063c6','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378808009,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('ec98704568421925bd2714a3eef8a176','fc615203d04b6d0348e57f4c20124108',NULL,0,1378808017,'/forum/',1,0,0,0,'37.247.52.84','Chrome 27.0.1453.'),('45c4e452bc32f5e2459a63c9b16e0299','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378808052,'/marketplace/category/11/apparel/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('c313bd15acefe83414108ec89344ce81','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808098,'/convictcartel/photo/sort_latest/show_60/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f9502e2a24ee759484ef0b007a8381cd','9dcfaf16fa86700386c78aa283b785da',NULL,0,1378808112,'/terms/',0,0,0,0,'173.0.53.61','Chrome 27.0.1453.'),('9f774da3e60b3a3a1bdbd5241d4b605c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808111,'/marketplace/category/12/male/location_ST/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1b87243ee6b5d52ad21603421a9432f7','95777e645845f49c4c26a9f13b24143e',NULL,0,1378808169,'/user/register/',0,0,0,0,'151.237.189.232','Chrome 27.0.1453.'),('4f7444cd0e5d3b09ee0c28b87888281d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808317,'/marketplace/category/11/apparel/location_MG/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e6af1e05035da11910e1ceca471afe64','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808325,'/marketplace/category/12/male/location_VE/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4f8477fe953bc6ce831319b09c189478','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808367,'/marketplace/category/12/male/location_GI/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c15111d3f2524971ccafa304254c2c6a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808375,'/marketplace/when_all-time/location_NC/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('db23a2a0d3a7dd2978c3e6f48795d28f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808386,'/marketplace/when_this-month/location_TO/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e4d227c0b71ebcf0dc4bee64feae622e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808420,'/marketplace/sort_most-talked/location_CN/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('172ab93a00dea0b3f06a4e1650d74d83','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808436,'/marketplace/category/5/albums/location_ZM/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1721332f1de2e85af17752a223ea90e9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808449,'/video/category/16/music/when_all-time/sort_most-talked/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('660e88addc124c1100eb950ec9ecd711','fd3c048ef51429cefbaf40f98062d1c4',NULL,0,1378808454,'/user/register/',0,0,0,0,'5.34.247.132','Chrome 27.0.1453.'),('f626c2e8076b8c33180e08cba86760cb','b9832323b98524b9cd1928e19f2476b9',NULL,0,1378808457,'/mobile/user/register/',0,0,0,0,'74.121.150.162','Chrome 27.0.1453.'),('75b3f6c6fa2c168b415676f6e1e55347','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378808524,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('49c25af96379e6dc0c0dc544d3f748a5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808520,'/convictcartel/pages/sort_most-liked/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('34ff4257f7fea1c572d6c8a5c84f0bc2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808523,'/marketplace/category/12/male/location_NZ/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78240bfc0d355369fb9c0f3ba078eb82','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378808525,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('888bd4292e2272beea2e040084eef3fe','175bba319fdacb2360216cbeb30532db',NULL,0,1378808536,'',0,0,0,0,'37.220.15.146','Chrome 27.0.1453.'),('cda05d72952b40cedf81c5ebb98c2c24','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808552,'/convictcartel/marketplace/sort_most-talked/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1042dc116b4f73a388f5cea91011e0ac','82775bac14fcbd6685ad575dc044b722',NULL,0,1378808636,'',0,0,0,0,'37.59.202.68','Chrome 27.0.1453.'),('3beea8bdb2f232fc3cd8ddb03249988f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808656,'/marketplace/category/12/male/location_QA/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('959567b69c38efde4da37ff27d99cfd3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808663,'/video/category/15/hip-hop/when_this-month/sort_most-liked/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9113072364d2c17411431d0452df2a06','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808669,'/video/when_this-week/sort_latest/show_12/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b1626cc58cf939969501b5bcde42844a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808677,'/marketplace/category/4/music/location_TN/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f84e5e27ffe06eba742639738eb9a2da','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378808699,'/convictcartel/marketplace/when_today/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9b716f1c1e12827dc674b9312c07d572','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378808790,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('aed48b69ce762989f41cc6feca3a208c','89ad1bb91f7e8ae950f59832a95ecc32',NULL,0,1378808894,'',0,0,0,0,'198.143.133.117','Chrome 27.0.1453.'),('8ccfe368f4a41d57674562315650d6d2','bb882d81c68fd1b2bb8521dcfbb75de4',NULL,0,1378808910,'',0,0,0,0,'72.167.177.9','Chrome 27.0.1453.'),('efca3c0fd45cef20bde1d453c7d0896a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809080,'/video/category/16/music/when_this-month/sort_most-liked/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f781d9bcaf446fd9735f8ddf4c2b0e9b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809116,'/marketplace/sort_latest/location_TD/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85122dc1bccd20764b2967c0f73976f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809149,'/marketplace/category/5/albums/when_today/location_GF/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('51144f14c817b3fb6209799dc64d56a6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809213,'/convictcartel/photo/photos/show_60/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8a2d5086686e51496926c8b64f4a37b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809247,'/marketplace/sort_most-talked/location_DM/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('abfe2a78560a274c163ef3e14c709a34','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809267,'/marketplace/sort_most-talked/location_AG/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('de9d8536f435777f6cd2dcabc6b7a9c0','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378809330,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('e9bd8bb29ec1483cce87ff608d596c70','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809359,'/marketplace/sort_most-talked/location_BI/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('62793b86b8414d4e0e2a2a75bc0dae41','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378809414,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('6f89de8bf1dc04f7fb7ce2c71f7cf6d0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809466,'/convictcartel/photo/when_all-time/sort_top-rating/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98b97341764f634fbf279f5965e5fe65','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809473,'/marketplace/category/5/albums/location_DZ/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a7fb5eeea1826dc75eb92ba87280b8a5','9f361bcbf68a3c5d49cb7cae334d587b',NULL,0,1378809503,'/user/register/',0,0,0,0,'96.127.190.75','Chrome 27.0.1453.'),('5e06878d8d9285da291562e0871e4edb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809508,'/marketplace/sort_most-talked/location_BA/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('16ba5ddb2fb4b5012d305984dc165433','b9832323b98524b9cd1928e19f2476b9',NULL,0,1378809511,'',0,0,0,0,'74.121.150.225','Chrome 27.0.1453.'),('d30837e2efc724508ea4b2100adec9f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809572,'/marketplace/category/5/albums/location_ER/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb2cbb45ea6ad14096e1e6772acb6e8a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809572,'/marketplace/category/13/female/location_SA/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25733a209f05d36e05aa98c80f313052','f3e11278731d3e364755240141ce8efe',NULL,0,1378809688,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('7d31acf7bac8aabebf823a3b375c959b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809670,'/marketplace/category/5/albums/location_CF/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0129709a0543b0af05eef2d9a180d1f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809670,'/marketplace/category/12/male/location_LC/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7081856a14b50661a5bb1dc81e906827','79a93b6093ebe77e6f0bcfa7b0c01188',NULL,0,1378809672,'/mobile/user/register/',0,0,0,0,'69.175.104.60','Chrome 27.0.1453.'),('bc8c0b4d49597f8ae946e989c0998da9','f140b082bdcea7d3491e7dd497ff83b8',NULL,0,1378809732,'',0,0,0,0,'173.236.55.172','Chrome 27.0.1453.'),('10138f2397e8a76f2f8f27ba26e70f0c','737ffe430023d13fd1a1d4b247ddd2b6',NULL,0,1378809849,'',0,0,0,0,'198.52.128.147','Chrome 27.0.1453.'),('ded934f96b2cdbdff8d1f156154fc9ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378809954,'/video/category/6/gaming/when_today/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('20c6e5e99667e76193063e152216d1c1','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378809989,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('571b24ebbabac9693dc93e74f4ba247b','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378810079,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('e5c3216a939c2ee23d71b204f3824bf1','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378810081,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('dcb23300a0cc5381bd21ab7beee5d76a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810176,'/marketplace/category/12/male/location_LR/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eb5784b8e640ff2348191e2eef2498ff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810179,'/marketplace/when_all-time/location_LT/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f024217f7fc1f5f026f0813e2db48ad5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810180,'/marketplace/category/5/albums/location_MT/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('715fc782ac0735c013fa9b03b1aebcc7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810202,'/photo/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0f4aaac67ead65374b11450a542b299b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810254,'/marketplace/sort_most-talked/location_PG/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2c7834b69072801720eadd4da928099f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810256,'/marketplace/category/5/albums/location_EE/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb1078f2779517080cb222c4442a0d90','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810283,'/marketplace/category/12/male/location_LV/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('859f96f042415d759fb3c2f42d11a45c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810310,'/marketplace/sort_most-talked/location_AS/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04ff884c284f0c85c2f28f8e8c82cd6e','fcee37916520981534e16e79224a992a',NULL,0,1378810312,'',0,0,0,0,'5.135.121.241','Chrome 27.0.1453.'),('2a7f598560b07b20c4b41dd75201b781','1b768af7b25d8e929eba8e6b28359f99',NULL,0,1378810321,'/mobile/user/register/',0,0,0,0,'216.172.131.130','Chrome 27.0.1453.'),('68533313b46c3b7c9757829e0bf3b042','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810341,'/marketplace/location_CI/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('448bf273a60e2486b8de143e483e2375','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810346,'/marketplace/category/5/albums/location_SD/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('171a709b710f6394bcbcd0f77a8c9697','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810352,'/marketplace/category/13/female/location_KM/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6af224f4ea86f6dd61a7d1448da3e377','904947def0bf61684de1f9f6afa9dabc',NULL,0,1378810372,'',0,0,0,0,'192.119.151.115','Chrome 27.0.1453.'),('c8dd08e5d7e8837dafca2d10d885afa9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810380,'/marketplace/category/12/male/location_MC/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7e6f92ef73d240e74289f8c5258753d0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810399,'/marketplace/category/5/albums/location_RU/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b96cda660850141fd47ef3fbcd60fbbe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810409,'/marketplace/sort_most-talked/location_PK/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f6832d503ed02c7b7d89ca3e1a72817f','f3e11278731d3e364755240141ce8efe',NULL,0,1378810429,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('b3746d5240578d5942566e5fb8a9ae84','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810449,'/photo/album/profile/55/profile-55/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('576d7b5f193a255c37d9679793854c1d','f3e11278731d3e364755240141ce8efe',NULL,0,1378810476,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('57a1179dc697df2b07bce90047a5b058','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810494,'/marketplace/category/5/albums/location_AI/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('652f48d0626187204cde0c1b144f196d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810577,'/marketplace/when_all-time/location_SR/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e6d80c8ab970ed96f4ec246b78ff625','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810792,'/marketplace/category/5/albums/location_VI/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aaf71ebc0a9d006a762577a71d3e951e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810809,'/marketplace/location_LK/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5e5eec5d8bac436027b2808de12ec386','622607122c63504cbab5bfb2c86a2d85',NULL,0,1378810810,'/forum/',1,0,0,0,'5.39.32.123','Chrome 27.0.1453.'),('b2e172942ebafe850894206c41bb5b92','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810816,'/profile-5/photo/when_this-week/sort_most-viewed/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8a547f5657abf722387138c912136643','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810843,'/convictcartel/photo/when_today/sort_most-talked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b1ce38f5e6da23947c04781662be82e','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378810852,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('bacd8796eabc6783716320762ee33ea9','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378810854,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('821771ab5ee7d1aaab9859fb22754a46','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810859,'/marketplace/category/12/male/location_GR/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('df740ba8fe1376a2bc5f4561968b11d5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810886,'/marketplace/category/10/beats/location_GN/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5ef02b0b502cf26ab480ea7a64b2b5ea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810892,'/marketplace/category/5/albums/location_DK/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('31635620786295259d0abb8d0f105bfa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810925,'/marketplace/when_all-time/location_PF/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b6fefcb7c644fc87a844b06ff0c1ae03','07ecacb1f273a137bc980da713d9e470',NULL,0,1378810931,'/user/register/',0,0,0,0,'188.165.193.26','Chrome 27.0.1453.'),('7eeb3d2d7b113add67c521639fed1fc3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378810973,'/marketplace/when_this-month/location_CM/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d3888c664b1298d60d419bd4e5854e8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811015,'/marketplace/sort_most-talked/location_CA/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('99e4c243f78d75870f7e31bfc8fd6152','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811028,'/marketplace/category/5/albums/location_BB/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('430434bd0c58c0ec0cbda531fccf8fa9','7213fd58ed59dfa10dde30c6704ed9e9',NULL,0,1378811036,'/mobile/user/register/',0,0,0,0,'23.81.65.103','Chrome 27.0.1453.'),('87e94bc18a9215938f83b624713a611b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811037,'/marketplace/sort_most-talked/location_DK/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('382012e9061df8a72ae835d42b35d969','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811057,'/marketplace/sort_most-talked/location_CA/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a2c424c3b3267d6f8e5133c0041da6d5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811076,'/marketplace/when_all-time/location_LT/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7cf8bf58756c685b4344afa53adf9d35','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811117,'/convictcartel/marketplace/when_today/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04e85628c591d29bb83a9c043ae9f487','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811118,'/marketplace/category/5/albums/location_TK/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bcb943caedcd197b4fb458d477bfc7b0','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378811200,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('f7aea63f4a8f0fbd3917237bfe13cf02','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378811202,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('65966df52b07f08b939b56906c453d20','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811202,'/marketplace/when_all-time/location_PT/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c7c1c658f1a3fa6ea06272776804d3f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811217,'/convictcartel/pages/when_all-time/sort_latest/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4b68264ebfdf313756bd08e023796262','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811223,'/marketplace/category/12/male/location_TJ/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fd9c1ab2e91fe9200d259bc1775c0c7c','6ac63e81f0f9d0ba7466ac9e995e1770',NULL,0,1378811251,'/mobile/user/login/',0,0,0,0,'173.213.99.171','Firefox 5.02'),('c00b8d2afaa8de9e36c629200129ed33','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811253,'/marketplace/when_all-time/location_LC/show_15/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('df64a734f095e7a76ee60263b24d9d1c','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378811354,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('50a1259588fd6aba840cf49e55d2bc35','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378811355,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('ac1cc4c0b8981c952fd43f95e5cecd39','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811357,'/marketplace/category/5/albums/location_PH/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ddc1e2135d8c45b40b623a65b11a5e23','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811363,'/marketplace/category/5/albums/location_LY/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3281aeb203d2cf85f565eeef8681fd90','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811381,'/marketplace/when_all-time/location_LU/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bdadc2f3f81d53079e6490e742ff583b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811390,'/marketplace/category/5/albums/location_BL/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('196a7bf5048b0a20d0581cb1c10d108d','b609dba311619f6acc941abf55786d91',NULL,0,1378811444,'',0,0,0,0,'5.39.121.112','Chrome 27.0.1453.'),('a56369fa9c21825e86d3ff68db6c61d1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811450,'/marketplace/category/5/albums/location_UA/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb4e9643101b59ba144636fc3a7363ac','20eda63fab8de01f6c9e47856937b0fa',NULL,0,1378811462,'/about/',0,0,0,0,'192.227.151.234','Chrome 15.0.874.1'),('af4ebc1b47cc6d7d85e0b1aa1e5f4d0d','1a698bcbcd657ce1d3db16a3a01e5f3b',NULL,0,1378811469,'/marketplace/location_AZ/',0,0,0,0,'192.227.151.234','Chrome 22.0.1229.'),('78450dd41e439c436864c7663e73a61d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811490,'/marketplace/category/5/albums/location_KP/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1fb0534aef94ecafab1a843253b5130c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811499,'/marketplace/category/5/albums/location_AX/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('841a7844dceda8422a350744f1ec79d5','2439f26dcd6f02dfaff6cf5d5f4d0110',NULL,0,1378811565,'',0,0,0,0,'69.26.175.164','Chrome 27.0.1453.'),('9605f26fd4a6205f499c4760f80eec2d','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378811669,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('fcfc190c41eb9acd9063632303419c4d','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378811671,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('842c955555399d1ace9620c14d3d8f49','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811675,'/marketplace/when_all-time/location_KM/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('286ff47c87cd66295ddf9e16c93d4a4d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811683,'/marketplace/category/5/albums/location_LK/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5d00e8e856ccebdf73c1818039bc1dc9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811719,'/marketplace/category/12/male/location_MN/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fbb55ddefe2c4ff8954827785658e601','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811732,'/marketplace/sort_most-talked/location_CO/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e04df1291e3bc157749cbaafbe9e6f87','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811773,'/marketplace/category/5/albums/location_TW/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb00652c761f60376f165f9cde2b5150','f3e11278731d3e364755240141ce8efe',NULL,0,1378811910,'/user/login/',0,0,0,0,'117.26.84.126','IE 6.0'),('cb01ac5ac1353eaa89e35b8679c9898c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811931,'/marketplace/sort_most-talked/location_BB/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3654bb78a448d6eb494e492e04f7a28c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811934,'/marketplace/category/12/male/location_FR/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3d0f537a4d85ab60ea2a3b98d7bd41a8','0473d55ef85fc7c52aca42798348f0d9',NULL,0,1378811967,'/user/register/',0,0,0,0,'184.154.204.214','Chrome 27.0.1453.'),('6f941452dd3cadf7dd8656b9ac345048','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378811998,'/marketplace/location_TO/sort_most-talked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('24a91b4ebee76993cb8162e0c4b3d868','959beef271b88e776e2232b9a7b5f0c5',NULL,0,1378812076,'',0,0,0,0,'198.23.150.151','Chrome 27.0.1453.'),('58744f971c42b6c5fb456caeb0a58507','3396682f38fbec7f214c77e30fee8600',NULL,0,1378812231,'',0,0,0,0,'46.149.93.77','Chrome 27.0.1453.'),('0716b73a908815bde3f203a5e3c9689c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812390,'/marketplace/sort_most-talked/location_AS/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('56e211539e936b20d44194cc6f67e717','1f38cc546379258f57feda50d9229f31',NULL,0,1378812394,'/user/register/',0,0,0,0,'5.9.185.209','Chrome 27.0.1453.'),('4e6ef35a637454110312d248e938335c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812479,'/marketplace/category/5/albums/location_CM/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('da60dcbda2052996716a20661b77f4f6','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378812496,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('f176f231029a6a1d44b46b31596a8932','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812489,'/marketplace/when_all-time/location_SC/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e60d87bfd0ddf237d8a4d4645f7c07f3','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378812508,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('a57720409d11bd2af3edd873791d33fb','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378812509,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('d3c1c7461c670c159b09fa994d17d8b1','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378812510,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('255daea6519548d0c3868f4a79df9e2c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812510,'/marketplace/sort_most-talked/location_DE/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3348944566e1fab4ed202f370d1a78fa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812531,'/marketplace/sort_most-talked/location_MM/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c78639544c801d2569faa75e28b4663a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812583,'/convictcartel/photo/when_this-week/show_40/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9db39f495ca2fa39daa44ed2b3c875b9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812584,'/marketplace/sort_most-talked/location_AG/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25006e698fa3e87f35323c01baf38cb4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812585,'/marketplace/sort_most-talked/location_AM/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('326421b7393875a075f2674b3e3ddea4','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378812608,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('5ac0631e80f51115c4cfcf594a3d8099','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812612,'/marketplace/category/12/male/location_MM/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ceb0bc94aa56876a140ce6bc93210ff2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812673,'/marketplace/sort_most-talked/location_AU/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c0e2aef166e2eccece65f514050be81f','1995734914e35268f2ddb0605447a994',NULL,0,1378812699,'',0,0,0,0,'96.127.147.211','Chrome 27.0.1453.'),('b4db442a91fe83044ff5c8997e2a35b7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812712,'/marketplace/when_all-time/location_RO/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e1b7e20b7d5147d6e0fd554e42b460ad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812734,'/convictcartel/photo/sort_top-battle/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fec68a8db218b08242429f68871257c0','8bc88a078d849ecb8ac599de00056b73',NULL,0,1378812750,'/user/register/',0,0,0,0,'130.185.159.190','Chrome 27.0.1453.'),('5eb5952d864583f4d87ab52a684e7d93','28730796cfe8c5d1fd6fcaa2218fd847',NULL,0,1378812827,'',0,0,0,0,'5.135.39.144','Chrome 27.0.1453.'),('f449df45394ff14563727c0424836ee0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812908,'/convictcartel/blog/when_this-month/show_5/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ffaaa463dbad95938a6f7609638d868','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378812967,'/marketplace/when_all-time/location_UA/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fc1cf73c950ec29d170cd29b85d83487','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378813001,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('30019b2ce7eb4ea487e1f9fa2ddaec91','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378813002,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('3668b0b6629a1ea3452647575c0128ef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813028,'/marketplace/sort_most-talked/location_AE/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('add4bb4e1adadc108dbd469b613c4fec','ab1680b08be7eddcf73812e8bb69f94b',NULL,0,1378813049,'',0,0,0,0,'150.70.173.49','IE 8.0'),('d109da87ed883c47848a2ddba90260f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813099,'/marketplace/category/13/female/location_HM/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2bf2aae2c10bd6924f4ff1bf0430da0f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813155,'/marketplace/category/12/male/location_NR/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c177d62460fe732e4a84727922c331ff','6c2f573eb2099c3c8e27f6df454ba006',NULL,0,1378813219,'',0,0,0,0,'37.59.131.96','Chrome 27.0.1453.'),('f2bb168985ced92f087723e92825d77a','a205085652d868cf64af8b4e44c42c88',NULL,0,1378813312,'',0,0,0,0,'198.143.143.230','Chrome 27.0.1453.'),('d2b9d3d94412f17153a9bda56afe6a86','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813315,'/marketplace/category/5/albums/location_JM/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ed6818b28c1a26f8f1d09db7dad052b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813324,'/marketplace/category/5/albums/location_GE/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8802bdfb754720091ea4f6b7b2e84c55','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813340,'/video/category/2/comedy/sort_latest/when_this-week/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b0826dbed04eea2cefeec2d8cdcfb05','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378813356,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('74250aa86632a958ac4c8885427b231d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813350,'/marketplace/sort_most-talked/location_AW/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0129ecedb04e1f3751ba6a43cc80ec5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813351,'/marketplace/category/12/male/location_UM/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85ceba465b74c5dabe44179dd24c4374','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378813358,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('ab034fdbf64c6c0fb4c9789af7c37245','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813418,'/marketplace/when_all-time/location_KZ/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('193efab75ce1dfb4a649841f5cff7d3b','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378813446,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('ee9c39beb0be75984db4f9ca7e58bab1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813476,'/marketplace/when_all-time/location_PA/show_12/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3717b59b44ff9f96600f272bcb09afe1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813583,'/video/category/16/music/sort_most-talked/when_today/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('be93ab823dc6ea34aa5527bdc65250f9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813589,'/marketplace/when_all-time/location_KI/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0e25f7ca6e1a89f39822a2698bd70382','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378813596,'/marketplace/location_TF/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('b22466509a93ce69de0a7976775a49ba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813614,'/marketplace/category/5/albums/location_FM/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6d747ed41b06e7c823643bc2f687d062','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813617,'/marketplace/category/5/albums/location_UM/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2f5d9dfd5ff97beb019d0ccadd4ad326','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813632,'/profile-5/photo/photos/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7606a3b3857356789d262ece976e817b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813723,'/marketplace/category/5/albums/location_IN/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a4e785f43f864e8c817ed25f5598a239','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813734,'/marketplace/sort_most-talked/location_EE/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('50b6d918c9a0057a46a7072acb575775','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378813757,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('f72ed1306ccf0071a68ac6170d6f1402','bb882d81c68fd1b2bb8521dcfbb75de4',NULL,0,1378813764,'',0,0,0,0,'72.167.177.9','Chrome 27.0.1453.'),('f0997d78f776eca655137a996cafc5c7','bb882d81c68fd1b2bb8521dcfbb75de4',NULL,0,1378813767,'/terms/',0,0,0,0,'72.167.177.9','Chrome 27.0.1453.'),('6f3e35e12a54ee756dedbbdfcb9ee91c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813768,'/marketplace/category/12/male/location_SN/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ff795ce104efaa88a72c05079ecb02ff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813792,'/marketplace/sort_most-talked/location_BT/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84642e890d2c6cbc47bb59b6e00ac652','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813800,'/marketplace/category/12/male/location_PY/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fc9b93b02a7f1538e9ae870c8243e5b6','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378813891,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('009da611f55346897799331a3502706b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813889,'/photo/category/2/artisan-crafts/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4ca4700407a0d9ded45ee8315277175f','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378813896,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('accea7fd9e4fafeee6f25b952c590fd1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378813967,'/marketplace/category/5/albums/location_FJ/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('480aeaa12405e6f342f143dae549c84e','5e1e27ac8d9ee323a5b6726cff9ac7c2',NULL,0,1378814054,'/marketplace/location_GM/',0,0,0,0,'192.227.151.234','Chrome 18.0.1025.'),('d67616904a7f40489a6b72d0707cc7bb','d05df4c5089fa10e6a6d00d86b6a9995',NULL,0,1378814055,'/marketplace/location_DK/',0,0,0,0,'192.227.151.234','Opera 9.80'),('5f18efbfae12322b654d8051c4f40855','0f0a373f2674e077aab86905ced42979',NULL,0,1378814056,'/marketplace/category/4/music/',0,0,0,0,'192.227.151.234','Chrome 23.0.1271.'),('6d65c17964f2a0d21c4436c076bf7b85','00a36791a78f7bb750fb688b4e27ddf4',NULL,0,1378814056,'/marketplace/location_CK/',0,0,0,0,'192.227.151.234','Chrome 20.0.1132.'),('02b7848be7b9c69a4f190a9161ec0a9b','445c38752b3f5c5d6b3b93e55a5902cf',NULL,0,1378814057,'/marketplace/location_EC/',0,0,0,0,'192.227.151.234','Opera 9.80'),('1fb1aedb085c73ab18c7a2ebfd62a853','00febdc102991204c2283277ce8603da',NULL,0,1378814057,'/marketplace/location_UG/',0,0,0,0,'192.227.151.234','Chrome 23.0.1271.'),('794448601964d6849d61568586721f59','b00a981df1cb779274037d9045d7549f',NULL,0,1378814058,'/marketplace/location_YT/',0,0,0,0,'192.227.151.234','Firefox 17.0'),('0890efb65d8df04c387be5c6128e2209','02f5667bbca5a532f83f0cd651f72913',NULL,0,1378814058,'/marketplace/location_RO/',0,0,0,0,'192.227.151.234','Opera 9.80'),('fb745c37cce544c2823e5025179a41fe','9d9dda8c22f8150c1f3420669a733634',NULL,0,1378814059,'/marketplace/location_FJ/',0,0,0,0,'192.227.151.234','Opera 9.80'),('da28765b43d24a1a03c36ac22032e346','5c2f59ad7a203c7b621adf0c835a73fb',NULL,0,1378814174,'/user/register/',0,0,0,0,'172.245.58.217','Chrome 27.0.1453.'),('c143b65ce6b1c02658ce877740c4c072','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378814175,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('37a708a2807eeee495412cfc5d4b29a9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814236,'/video/category/2/comedy/sort_most-liked/when_today/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a8b957f92cc5b06e4402a9bafdb523e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814266,'/marketplace/category/5/albums/location_VE/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5ac41ed546198d2beb102e83fcf37243','3e1a43806da72d41a685d8aee3d0e2c3',NULL,0,1378814274,'/mobile/user/register/',0,0,0,0,'173.213.97.213','Chrome 27.0.1453.'),('3e60c37ca5e590bc57ae325fd8c7f597','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814290,'/video/category/15/hip-hop/when_today/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f79ecee85cce98d6bbce8dc47e0a00fd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814303,'/marketplace/category/5/albums/location_TJ/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('719247518e65b4ad6fd7c808c5280f36','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814379,'/marketplace/category/13/female/location_AZ/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88a92b35dc5a5b98f9e47bf7319fb56f','11998158b61144dbccc603e6a94d158b',NULL,0,1378814383,'',0,0,0,0,'127.0.0.1','IE 6.0'),('5dfd636a9327130e215d2e2390eebf6c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814462,'/marketplace/sort_most-talked/location_BN/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9ae1f71b047eada7b7bcb610addc484d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814464,'/marketplace/sort_most-talked/location_AR/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('617a47d665034ec75c0ded5c0baa0784','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814700,'/marketplace/category/5/albums/location_SZ/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('26d8c8a414b2ff893d87448bbfd32878','6da8ae4b4773924a99d59469339a7052',NULL,0,1378814747,'/user/register/',0,0,0,0,'184.154.170.126','Chrome 27.0.1453.'),('553ed3478f51bc726cfbdd79bf94592c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814767,'/marketplace/category/12/male/location_IR/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1103543acbe9d9c6bb4d4a07b1e5a876','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814857,'/marketplace/category/5/albums/location_ER/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fb0a1ac39e15edfcb0e2353061a7c417','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378814864,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('8c8f50ff8b15641e2d1778d4882c1f46','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378814866,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('0feb3b4fe41bc0ca55a39cc5bd7b965a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814882,'/video/category/2/comedy/when_today/sort_most-talked/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0182eba2432b2ef9bd5d7944e3df19cb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814892,'/video/category/2/comedy/when_this-month/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c4bd5139c0a391d36faf8da77feaef6f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814917,'/marketplace/sort_most-talked/location_BS/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c9a784062f373a64e3a88e0e241358d3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378814921,'/marketplace/location_JM/sort_most-liked/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71334250a586b1e99da353c1b850c310','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378814942,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('1b8b990df811691193376d2283eb1f43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815123,'/marketplace/category/12/male/location_AQ/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('50d91c2285dc280f370deda95371a232','44a42c01b2d532c46068d5001fe09ba7',NULL,0,1378815147,'/user/register/',0,0,0,0,'50.2.223.147','Chrome 27.0.1453.'),('c8795a4ba913705a31f3e6a57d693036','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378815244,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('1ce4b42e7e704e5295718077ba73089c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815259,'/video/category/2/comedy/sort_most-talked/when_today/show_12/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7586ecf10308b58c3298c1fc48fe2086','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815300,'/marketplace/location_NO/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('36d0a8041e75eb717971cf9620cb61de','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378815339,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('7ee5f4ee63120bb80e30fd272a280d54','ac632b9a6c2953dcd710376c09c16cb9',NULL,0,1378815336,'',0,0,0,0,'37.59.164.84','Chrome 27.0.1453.'),('ae6e60ad890b1ca7f1c4321bf2294a0a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815433,'/video/category/15/hip-hop/when_all-time/sort_latest/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('12a014069a8d479d03ea20eac2033f51','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815444,'/marketplace/sort_most-talked/location_CN/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8f17300f9959e1a9c02b69b70f488190','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815449,'/marketplace/category/5/albums/location_YT/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('217c5d309000503865a3edf98254c0c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815469,'/marketplace/when_all-time/location_SG/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8d80ece0a52ba24539e4d2d6bad61501','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815473,'/marketplace/when_all-time/location_QA/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ce6fcb5b5b7756cb8d06cf0a3dec0dc3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815479,'/marketplace/category/5/albums/location_CN/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('85d153aaf8de49a47571a2cc74c5fbb2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815522,'/marketplace/sort_most-liked/location_GA/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c63476ed9c9e402a6335c3273debf34e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815557,'/marketplace/sort_most-talked/location_DE/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d23bb8e459b62c33d257a4b78c2fe555','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815600,'/marketplace/category/12/male/location_SO/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a8bbf6eaaae653b7088978b3bc7fa316','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815645,'/marketplace/when_all-time/location_NP/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('26b35762270fb74a94d03a1882188cde','2b13b99fd3735dfa944244abb76d6984',NULL,0,1378815677,'/terms/',0,0,0,0,'87.98.153.34','Chrome 27.0.1453.'),('812f00d1edbc565b9a7dc74f08f28501','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815766,'/marketplace/sort_latest/location_GL/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6a6573ce0a0f21deb8e87c51ee9052ac','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815800,'/marketplace/sort_most-talked/location_AI/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7b231f319e7ad9f7fb52b424c2751300','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815815,'/marketplace/category/5/albums/sort_latest/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('632715f185e7b574315be44382b4ada1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378815825,'/marketplace/when_today/location_MP/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('69f40a1917f4cbd08a928085f2ff50b3','21b1ca791206df16ef6b10974e9e76e7',NULL,0,1378815859,'',0,0,0,0,'113.212.69.228','Chrome 27.0.1453.'),('9b1021c7cffb9cc047e73a527097c183','750663bce7de2ad440d33706b688351b',NULL,0,1378815892,'/user/login/',0,0,0,0,'59.58.155.56','IE 6.0'),('0137cf5cb16ee8b463032d6db0bb0784','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378815965,'/marketplace/location_AS/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('312a8586090e957a87caa7acf976dd51','9d49537ca1e02dc995c66ca48838d9c7',NULL,0,1378815982,'/user/register/',0,0,0,0,'79.133.196.50','Chrome 27.0.1453.'),('9891cbecd666ec8e1bfa2650c76fa89b','548e88defafff4813ae4bfd82746bdc5',NULL,0,1378816129,'/forum/',1,0,0,0,'91.237.249.44','Chrome 27.0.1453.'),('538e25c8b5796053d8bfa54af5199748','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378816160,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('7b0340816ed08627bbb7ff61a55de298','ee9d7e963acb0da25de4ae18fdce2eee',NULL,0,1378816258,'/mobile/user/register/',0,0,0,0,'184.154.151.58','Chrome 27.0.1453.'),('6d51b2ee3392809fa898455cab7d29f4','f7fc3cc94c9731c40a9d73a3f1639342',NULL,0,1378816644,'',0,0,0,0,'199.119.225.63','Chrome 27.0.1453.'),('27af155e6dd743849fdea88ffb4f6e49','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378816719,'/convictcartel/photo/when_this-month/sort_top-rating/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f2e05dfffe027b151257990782d8b4bb','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378816760,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('d56e6fca7b24ea8f35caef68c8794a79','9a7f556fb446af7dd80bcfefb267a1f8',NULL,0,1378816810,'/user/register/',0,0,0,0,'198.144.189.222','Chrome 27.0.1453.'),('26260444671dac18f7035b132b09028a','7b3ef91ef1f55a499973bd65e109016b',NULL,0,1378816947,'/mobile/user/register/',0,0,0,0,'176.31.90.70','Chrome 27.0.1453.'),('81909032017588e3a15443c7734b23b2','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378816955,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('ed7eaf57b830d0c547046a218ea700a2','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378816957,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('a62a073e455782e53a87f60b10a74b20','0734ba7ecc3399a354e4ddbc284cde8a',NULL,0,1378816977,'',0,0,0,0,'198.50.182.95','Chrome 27.0.1453.'),('1a88de899a6195d81ba2aafaa77ddc3a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378816993,'/marketplace/when_all-time/location_SV/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d73dfb5384dc68a853765c633233f0f7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817003,'/marketplace/category/5/albums/location_GL/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6c1994433485a25bb12984a76a785348','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378817063,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('fb8f7e76105c6bbc0ac791516636f426','3daf7f317ec95151345bc6092ed576d3',NULL,0,1378817068,'/terms/',0,0,0,0,'91.236.75.57','Chrome 27.0.1453.'),('32f832076df9f4d25346c4a5b7f6b403','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817090,'/marketplace/category/10/beats/location_AQ/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03e5db0ed6cd0d037be12406a31eb9af','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817106,'/marketplace/location_CA/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f485025a18139a8cbd9e02b191735b1e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817134,'/marketplace/category/12/male/location_CR/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('96afc7e3d1aaaf502d59ec4f3811c60d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817247,'/marketplace/sort_most-talked/location_DO/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('80305d3431ce54739ffabc59b5bb6a4a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817276,'/convictcartel/photo/sort_most-talked/show_40/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cd29680f22169f117561e60a8f040f22','a205085652d868cf64af8b4e44c42c88',NULL,0,1378817396,'/mobile/user/register/',0,0,0,0,'198.143.143.165','Chrome 27.0.1453.'),('8a0d88baad584f018a1383852cc7a055','a205085652d868cf64af8b4e44c42c88',NULL,0,1378817399,'/user/register/',0,0,0,0,'198.143.143.165','Chrome 27.0.1453.'),('24a88215000a5252359c57410600dc2d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817504,'/marketplace/category/12/male/location_FI/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8e0c17ff455069899b3b9fd47b202d5b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817550,'/convictcartel/poll/sort_latest/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('39e1c5a0f57344d8a6c01caa61c1c05c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378817631,'/video/category/6/gaming/when_this-week/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1de819abe8845fdd1a2b944b5feb7507','78aa76042dd1ecfaa33c0c154c23211a',NULL,0,1378817774,'',0,0,0,0,'199.15.236.67','Firefox 21.0'),('b07b01bf4f9368b0b51e76c330163a90','033a95879281191ef7dfb5cf0bae520c',NULL,0,1378817987,'/user/register/',0,0,0,0,'178.33.30.13','Chrome 27.0.1453.'),('88b4aa35de3c5f0a30d61b1b8e6c2760','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378818023,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('bee84cacbc7ea2afd6263442d03fc2fd','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378818134,'/marketplace/location_IT/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('b50f90253def05af5f38b84d10303695','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378818248,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('59255c369bb14cc86c83198be3ed17ce','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378818250,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('47012953448abba2600b41c190deac6c','fcbcc278798340d4080654aba6f6e07e',NULL,0,1378818301,'/terms/',0,0,0,0,'147.255.56.189','Chrome 27.0.1453.'),('49de378975b2961b857866ff41bbb158','5c8a608dfca03cfc980c610fdbb900e2',NULL,0,1378818334,'/user/register/',0,0,0,0,'199.59.60.212','Chrome 27.0.1453.'),('149fb9f87a72642244d4f61842ec8959','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378818552,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('c89264b71370fc22c744a9aa965dd122','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378818813,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('c861c4da9cfe2b3d1cc9743bf727f419','ac5695e6d109ad55f6b098e55b49ea23',NULL,0,1378818933,'',0,0,0,0,'199.91.174.227','Chrome 27.0.1453.'),('c468f43e728cf78a90663cc89faa9570','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378818956,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('0fce3fb45f9717f3c116b28b96967817','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378818958,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('226b98567b9feccd31ab0e7543e1ba77','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378818980,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('8a60d63e3db43d63798a0a7fbf0e4a9f','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378818982,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('10a440ebda196c1e9b7c256fffeaf316','84e44b2625dfae3f3018625435728c4e',NULL,0,1378819160,'/mobile/user/register/',0,0,0,0,'185.3.133.116','Chrome 27.0.1453.'),('41a665d52f8280ecc96ec8f3588fafde','8bb9ba3a2ea8c9d8f6601226bffc75b9',NULL,0,1378819280,'/forum/',1,0,0,0,'141.255.167.170','Chrome 27.0.1453.'),('881d362938a0575df2a2c6efdcde884c','092283524b5ad4100427d9921899299a',NULL,0,1378819308,'/forum/',1,0,0,0,'178.33.214.235','Chrome 27.0.1453.'),('368e3e1237d06cf069e14e46970cf245','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378819421,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('5c7b158ade9991d0da55d64efdfff5c7','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378819667,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('c05b7843eb0dd9f1a0a6332e20adb6a0','ebec17f69b42a734dd549c8a1f319466',NULL,0,1378819810,'',0,0,0,0,'50.115.170.158','Chrome 27.0.1453.'),('aec71d27cbad319cd722ee3ac68b775a','a4665c6e2e0476da14a9edb63b725a59',NULL,0,1378819859,'/forum/',1,0,0,0,'108.163.213.236','Chrome 27.0.1453.'),('c564995b045b49e8ac82ca9a6f741be0','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378819870,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('e116f39c5b542b2fb5c95c893385827e','fd2d705b1c101fb152f5d9c2bcc2fc00',NULL,0,1378820440,'/forum/',1,0,0,0,'130.185.157.251','Chrome 27.0.1453.'),('dead259e511e1ae7182b5d2e10cb3868','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378820479,'/marketplace/location_ST/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('a980243e179c968cd06e064200521189','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378820701,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('6e2fd1dbbb92570f16c193bc6a69d70d','a205085652d868cf64af8b4e44c42c88',NULL,0,1378820726,'/user/register/',0,0,0,0,'198.143.143.179','Chrome 27.0.1453.'),('6cfb063ca2fbd2fbec2aeac642207c04','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378820888,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('471299488243920ee9b4e41509e089db','c2ae868b5bfb8251d4b5e91f53eb0457',NULL,0,1378820889,'',0,0,0,0,'194.71.224.69','Chrome 27.0.1453.'),('61ad13c390dfd60de6b999e04d64e1ff','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378821147,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('b27ed603b3c116daad98997ca8d94cad','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378821149,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('09f110a4a4408bd4eb888a951fb14ffd','1484dbec3b71000ad416316e4919805b',NULL,0,1378821161,'/marketplace/category/5/albums/location_CZ/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a94af501451f7cda8cfe5b6032f1ff0d','1484dbec3b71000ad416316e4919805b',NULL,0,1378821164,'/marketplace/category/5/albums/location_DE/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6b0f0158897a58c661ef37414ef3441b','1484dbec3b71000ad416316e4919805b',NULL,0,1378821167,'/marketplace/category/5/albums/location_DE/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('10a79f5fddf2f6b102b50978f6ff6367','1484dbec3b71000ad416316e4919805b',NULL,0,1378821171,'/marketplace/category/5/albums/location_DE/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('25311eaf745a3940ebba22f4f5262906','1484dbec3b71000ad416316e4919805b',NULL,0,1378821174,'/marketplace/category/5/albums/location_DE/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('12c7e8332662799aa143570fbfa068e0','1484dbec3b71000ad416316e4919805b',NULL,0,1378821184,'/marketplace/category/5/albums/location_DJ/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('faa92a98e4334b2b53335983607a75c9','1484dbec3b71000ad416316e4919805b',NULL,0,1378821187,'/marketplace/category/5/albums/location_DJ/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c06247f74bc03fe24b3f9552eba2290f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821192,'/marketplace/category/5/albums/location_DJ/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d43fe7c365a12905a8bbf6b3802a970','1484dbec3b71000ad416316e4919805b',NULL,0,1378821195,'/marketplace/category/5/albums/location_DJ/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da88d42fb2f336866c5e6eaa25853f39','1484dbec3b71000ad416316e4919805b',NULL,0,1378821198,'/marketplace/category/5/albums/location_DK/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('834497e70ab2b141e3aa6e72e6daf5ea','2e2c0c37f753df071b6cb8519d4689d9',NULL,0,1378821202,'',0,0,0,0,'23.19.171.2','Chrome 27.0.1453.'),('9f0ca3fa585aeec28eb987bfda4ea083','1484dbec3b71000ad416316e4919805b',NULL,0,1378821203,'/marketplace/category/5/albums/location_DK/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c75fed88bc56889ad44d0992e5abadce','1484dbec3b71000ad416316e4919805b',NULL,0,1378821208,'/marketplace/category/5/albums/location_DK/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fc5de6a0b65684329c4340e8d62fe83e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821211,'/marketplace/category/5/albums/location_DK/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d98edea1d8af7f6387927b5e7514cc7c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821218,'/marketplace/category/5/albums/location_DM/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cddd3df78d15532f31698ce9ded66762','1484dbec3b71000ad416316e4919805b',NULL,0,1378821220,'/marketplace/category/5/albums/location_DM/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('549dd0411d7481bdea5f7fad7e1ed4fe','1484dbec3b71000ad416316e4919805b',NULL,0,1378821224,'/marketplace/category/5/albums/location_DM/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d441e2e7a1270be3c27d2bc87d0500c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821233,'/marketplace/category/5/albums/location_DM/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e1ca5c1cd47051bf560906850537d499','1484dbec3b71000ad416316e4919805b',NULL,0,1378821241,'/marketplace/category/5/albums/location_DO/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b587ac86f35a82114424a6981942fe2','1484dbec3b71000ad416316e4919805b',NULL,0,1378821243,'/marketplace/category/5/albums/location_DO/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('79817f5235eb2b0bdd8956bf5b1223c1','1484dbec3b71000ad416316e4919805b',NULL,0,1378821253,'/marketplace/category/5/albums/location_DO/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('726e90d060e0c499ca8fcd61e374256a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821257,'/marketplace/category/5/albums/location_DO/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('925f2b7c529cc1522b4749fad51c894e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821260,'/marketplace/category/5/albums/location_DZ/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef70f2710425d9ec91992c673887906c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821263,'/marketplace/category/5/albums/location_DZ/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f788d29d0a6bb9bf9ad846cd383a7ae4','1484dbec3b71000ad416316e4919805b',NULL,0,1378821265,'/marketplace/category/5/albums/location_DZ/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95d3127746f7349a84fa413ca4ea1551','1484dbec3b71000ad416316e4919805b',NULL,0,1378821274,'/marketplace/category/5/albums/location_DZ/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('17c86e503b58aff7fd005e4b1e7a8a44','1484dbec3b71000ad416316e4919805b',NULL,0,1378821282,'/marketplace/category/5/albums/location_EC/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ca1644fa8c5362976c7c74702f43407','1484dbec3b71000ad416316e4919805b',NULL,0,1378821284,'/marketplace/category/5/albums/location_EC/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97ae8d82ef6ede87694929cb970824fb','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821287,'/apps/category/22/video/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('db855f20d06845bdc1c4f222b976aa70','1484dbec3b71000ad416316e4919805b',NULL,0,1378821288,'/marketplace/category/5/albums/location_EC/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7cf31cc5d4b594e47f7b3ac0c51101b4','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821294,'/apps/category/3/chat/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('12cea4423e64d2e50297d97dc5c34e83','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821297,'/apps/category/3/chat/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02b9b10ce038b181fffa85fd68db59f7','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821301,'/apps/category/3/chat/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c21615966ed4c479d4a853b67d924b8e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821302,'/marketplace/category/5/albums/location_EC/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb247c3734094c0179027a0cd90a6ec1','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821305,'/apps/category/3/chat/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf31ae7a346b75955b3c19a19855d06a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821311,'/marketplace/category/5/albums/location_EE/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2abd3d21ea1c426201bd472932e0afae','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821316,'/apps/category/4/classified/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('41e77f1abde2e980835e945909479308','1484dbec3b71000ad416316e4919805b',NULL,0,1378821318,'/marketplace/category/5/albums/location_EE/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d91cbd849a05cf8487de275ee488ee86','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821320,'/apps/category/4/classified/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d9336f178365aa7443061a45a43b137','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821325,'/apps/category/4/classified/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('170522855bfc8a5a660ebb85d29f6003','1484dbec3b71000ad416316e4919805b',NULL,0,1378821327,'/marketplace/category/5/albums/location_EE/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d699d3abda6db454211ace01bedfd7cd','1484dbec3b71000ad416316e4919805b',NULL,0,1378821329,'/marketplace/category/5/albums/location_EE/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2863d610e72b0ecd432b10b409e7b31f','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821331,'/apps/category/5/dating/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bd26b0eae3f423e4672a687ade2a997b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821335,'/apps/category/5/dating/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cdab2c95849c61dc7c73605ea416b7a9','1484dbec3b71000ad416316e4919805b',NULL,0,1378821342,'/marketplace/category/5/albums/location_EG/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('605719f3b4f85de27cbe76196ddedd26','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821342,'/apps/category/5/dating/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ff960d928fdcdaffe27234babb78ba1','1484dbec3b71000ad416316e4919805b',NULL,0,1378821345,'/marketplace/category/5/albums/location_EG/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3e0f9ad825b2b464e83adfb9664a09c6','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821346,'/apps/category/5/dating/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2324dbcc20ca7f7f0be161654d84c617','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821350,'/apps/category/6/education/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d8039ff53c26ad403b2778bcabfc04a4','1484dbec3b71000ad416316e4919805b',NULL,0,1378821352,'/marketplace/category/5/albums/location_EG/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cd761f5b1300f589741835ab4fc08880','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821355,'/apps/category/6/education/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('079766c2f50f3550589f66d3eab54073','1484dbec3b71000ad416316e4919805b',NULL,0,1378821357,'/marketplace/category/5/albums/location_EG/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b719f7c01505cf4bd082f27e03169ab0','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821358,'/apps/category/6/education/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d23e9b0d8f3bc106660d96e16531c80','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821361,'/apps/category/6/education/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2b6b9f44190c8d7a221cd76df596555f','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821365,'/apps/category/7/events/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('27a658fa4f52e01962fe030d8a987959','1484dbec3b71000ad416316e4919805b',NULL,0,1378821367,'/marketplace/category/5/albums/location_EH/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95344330b532d9f5c80808f43d54d661','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821368,'/apps/category/7/events/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('559a711991e16c9d5b141524f3ce0df9','1484dbec3b71000ad416316e4919805b',NULL,0,1378821369,'/marketplace/category/5/albums/location_EH/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('33979174e7de8ce8f490215e1a269ad5','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821372,'/apps/category/7/events/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3ef3e8b2525416c2df2ecd2293e655d2','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821375,'/apps/category/7/events/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('db3b850e640c581d2a08c088552be251','1484dbec3b71000ad416316e4919805b',NULL,0,1378821376,'/marketplace/category/5/albums/location_EH/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca6eebc358d1f9c09f9b4d320837bc00','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821379,'/apps/category/8/fashion/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5aa6783c0b0918c8a6c9bcea61f407d9','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821384,'/apps/category/8/fashion/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('68337f48d42c6496346ac080a9f88482','1484dbec3b71000ad416316e4919805b',NULL,0,1378821384,'/marketplace/category/5/albums/location_EH/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('86c513cda41e5e97c4fb1725c08d945d','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821387,'/apps/category/8/fashion/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('69405f34cd3cc5307e5c6922b437db78','1484dbec3b71000ad416316e4919805b',NULL,0,1378821388,'/marketplace/category/5/albums/location_ER/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b2459a9da38aec0f4d7574e177807b4c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821390,'/marketplace/category/5/albums/location_ER/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('69e74169a3a5e9b2f4588edc57c74cf2','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821391,'/apps/category/8/fashion/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('09629894c3cac1511d19cf6a3d8385f0','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821395,'/apps/category/9/file-sharing/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a3e39d46e092eba88122abf187681d00','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821399,'/apps/category/9/file-sharing/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('561d5ad6fe7eb14e1e297a8b616ef68c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821401,'/marketplace/category/5/albums/location_ER/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90b7a016f30fdf3200bdd952562b7055','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821405,'/apps/category/9/file-sharing/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8d5de1966d499f120561f7d0448b37af','1484dbec3b71000ad416316e4919805b',NULL,0,1378821406,'/marketplace/category/5/albums/location_ER/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3d9720709678264e3e210e1ee4f81107','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821409,'/apps/category/9/file-sharing/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c3fa9762bcf245e7ef0b3e624a88ac5b','1484dbec3b71000ad416316e4919805b',NULL,0,1378821411,'/marketplace/category/5/albums/location_ES/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('08385332c36bccad4a7065224d3347c4','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821415,'/apps/show_15/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da265f5ba7e2ad74e9a080620e1a70aa','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821419,'/apps/show_15/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93afd66809b65107d91252a7ce48dc4c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821420,'/marketplace/category/5/albums/location_ES/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b107960c8c7313dc3e4a90dda28baae1','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821422,'/apps/show_15/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('59497e7f761a03d0bd9c7f93bed8f049','1484dbec3b71000ad416316e4919805b',NULL,0,1378821423,'/marketplace/category/5/albums/location_ES/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cc5551fe63ab4e3d60686198a5ce687d','1484dbec3b71000ad416316e4919805b',NULL,0,1378821426,'/marketplace/category/5/albums/location_ES/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a9f2e3d2d2bb9a8dfd67d121ebfa1b2e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821428,'/marketplace/category/5/albums/location_ET/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('63a7d08fe6a71f11a5258fd4695b729a','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821432,'/apps/show_20/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b98a83fd7eaec2dd5d2681a07bdf51ed','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821436,'/apps/show_20/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff6eab1cbb0d226e6ea96ab009323017','1484dbec3b71000ad416316e4919805b',NULL,0,1378821436,'/marketplace/category/5/albums/location_ET/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('04cbe038c3aa94526fabe505fed8e9e0','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821440,'/apps/show_20/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f0751cea8a399597346d2d890b9d276c','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821445,'/apps/sort_latest/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1eae577ba1d9af93ff5cc3377dc8b606','1484dbec3b71000ad416316e4919805b',NULL,0,1378821445,'/marketplace/category/5/albums/location_ET/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3c93c7e1bc9df3f6b28f4f6d57d2c80','6a4dd805d94a624a475705b1083c1401',NULL,0,1378821451,'/',0,0,0,0,'108.178.25.147','IE 7.0'),('6f7f70b3a7b37c36b30246b5a5250645','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821451,'/apps/sort_latest/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a4b33f3dddcee67bb4aded497916c16','1484dbec3b71000ad416316e4919805b',NULL,0,1378821453,'/marketplace/category/5/albums/location_ET/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44a7ee837b19354bf7aedf2df10c7859','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821454,'/apps/sort_latest/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3aeaf4768b322191eabc69a76a2f55e1','0ab7c2f084c329a36fb582231136b398',NULL,0,1378821455,'',0,0,0,0,'188.165.187.72','Chrome 27.0.1453.'),('cfab9724159140929af5a459055ace21','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821460,'/apps/sort_latest/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3bcf758d624fb466276ff466e87af270','1484dbec3b71000ad416316e4919805b',NULL,0,1378821466,'/marketplace/category/5/albums/location_FI/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6e594132b3e426006c5779420e33987b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821467,'/blog/category/1/business/view_/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3a14b1ce5ffb735233b761efe005b183','1484dbec3b71000ad416316e4919805b',NULL,0,1378821468,'/marketplace/category/5/albums/location_FI/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('84d8097018509d574abe47370b41bd5b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821472,'/blog/category/1/business/view_/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d37981149d5a356d02b11e6c507894ac','1484dbec3b71000ad416316e4919805b',NULL,0,1378821477,'/marketplace/category/5/albums/location_FI/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a384d412e073d48b25d017ecf5574c50','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821478,'/blog/category/1/business/view_/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3165edd5ff7ebe79a81b6b7bd1adca0','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821482,'/blog/category/1/business/view_/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e6f4a87b9fa1929c6df25280a6e013e7','1484dbec3b71000ad416316e4919805b',NULL,0,1378821484,'/marketplace/category/5/albums/location_FI/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4947cd6af1d62a2d0c23ff8bf24bf2aa','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821486,'/blog/category/10/technology/view_/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca90b09ef1f58d7ce9d1138360252014','1484dbec3b71000ad416316e4919805b',NULL,0,1378821489,'/marketplace/category/5/albums/location_FJ/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5fb5bbc4a2a62bb76c035832e38355a9','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821489,'/blog/category/10/technology/view_/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c7a63e16f22f15e8551a584f2286e8aa','1484dbec3b71000ad416316e4919805b',NULL,0,1378821492,'/marketplace/category/5/albums/location_FJ/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b4150e1dbdb4e9ec94886aeab228e379','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821493,'/blog/category/10/technology/view_/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3a6636d41c0720d810ef8d496209623','1484dbec3b71000ad416316e4919805b',NULL,0,1378821495,'/marketplace/category/5/albums/location_FJ/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('834e8bba34ff6c9787ad4a62c8d2f33b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821497,'/blog/category/10/technology/view_/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ae382f2a93cadf96b0d1f4e729b9d345','1484dbec3b71000ad416316e4919805b',NULL,0,1378821497,'/marketplace/category/5/albums/location_FJ/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba3de9b58098fad10c14dc27d3ce81fb','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821500,'/blog/category/2/education/view_/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('91b7b5f61e0204088dd82e807a0be5e9','1484dbec3b71000ad416316e4919805b',NULL,0,1378821502,'/marketplace/category/5/albums/location_FK/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('447359944d09c9e41f9be7b08482273b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821504,'/blog/category/2/education/view_/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a5021ff4e6dff473d30633046ad74a6','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821508,'/blog/category/2/education/view_/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9c33deeab84c829f162ac0db032c3211','1484dbec3b71000ad416316e4919805b',NULL,0,1378821509,'/marketplace/category/5/albums/location_FK/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f92c4fe9dce98a740a28b7e3f3180d0b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821511,'/blog/category/3/entertainment/view_/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45a09b461aff2ea9b5dc3bd0aef82a4d','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821515,'/blog/category/9/sports/view_/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('88ee516cd29a42a1685eb310bba5a311','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821518,'/blog/show_15/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('31d07777425cb4f280b93ca7ac2a7205','1484dbec3b71000ad416316e4919805b',NULL,0,1378821518,'/marketplace/category/5/albums/location_FK/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce5453c686e70e7a53ce649338e64705','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821522,'/blog/sort_most-viewed/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('28d93ab80bd693a68d10d8a2def69fed','1484dbec3b71000ad416316e4919805b',NULL,0,1378821522,'/marketplace/category/5/albums/location_FK/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8c561810805fd7fd0111124f3eef3e4f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821525,'/marketplace/category/5/albums/location_FM/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1098af28064abb2f2681781a2125841f','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821529,'/event/view_invites/when_all-time/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ac3fe0d201310ce24a35e7175e3b92d1','1484dbec3b71000ad416316e4919805b',NULL,0,1378821531,'/marketplace/category/5/albums/location_FM/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c1d58a305da22f74d9c24ed1d450b832','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821534,'/event/view_invites/when_this-month/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ea80bf2fc16806f657b6e1987f0a216','1484dbec3b71000ad416316e4919805b',NULL,0,1378821536,'/marketplace/category/5/albums/location_FM/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f54c0e8a178796c0656cef22bbd349d','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821538,'/event/view_invites/when_this-week/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('342ae746e2484bd91fe0d9c38c2006fe','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821542,'/event/view_invites/when_today/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3cd402522cd85de1a7b7efae900ae620','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821546,'/event/view_invites/when_upcoming/',0,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cd91b13887f35df0a3e88100e820ffce','1484dbec3b71000ad416316e4919805b',NULL,0,1378821549,'/marketplace/category/5/albums/location_FM/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8d324a701a242fca72f6e29e39e81b6b','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821550,'/forum/rss/forum_1/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4198ce6d38c1ae9160f156baccc7a30a','5083d59339e46e98b12acf079b759564',NULL,0,1378821551,'/user/register/',0,0,0,0,'192.3.21.172','Chrome 27.0.1453.'),('cb6ebf43af765b57a2b74d683daab6b1','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821553,'/forum/rss/forum_2/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f619549185a3fec52e5f15a873c1e234','1484dbec3b71000ad416316e4919805b',NULL,0,1378821556,'/marketplace/category/5/albums/location_FO/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa1d451ba312266749c7e795a1d68c2d','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821556,'/forum/rss/forum_3/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1adb53d8e60c66751c8a0a4940924a2a','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821559,'/forum/rss/forum_4/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a99bf06c42b198193340d89326b2e84','1484dbec3b71000ad416316e4919805b',NULL,0,1378821560,'/marketplace/category/5/albums/location_FO/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('110f1aae31e5ac5af69f202991434f35','1484dbec3b71000ad416316e4919805b',NULL,0,1378821563,'/marketplace/category/5/albums/location_FO/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe869e464f67a0c770962b9a8c75a88a','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821565,'/forum/rss/forum_5/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('32d9123e06368417a532b5a1659f1457','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821568,'/forum/rss/forum_6/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1449e9bf17c19a2b6342092404c24cac','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821571,'/forum/rss/forum_7/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe09dfa27924da457a28700634ef8a83','1484dbec3b71000ad416316e4919805b',NULL,0,1378821571,'/marketplace/category/5/albums/location_FO/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8d05e0aa4a6757c4e4c429c5d1e60016','1484dbec3b71000ad416316e4919805b',NULL,0,1378821576,'/marketplace/category/5/albums/location_FR/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('994cb7d3e4c3bd9fb094de6192c1c159','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821577,'/forum/rss/forum_8/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('61ff855caa51475fe0e854f605d34a82','84b800ccdb9e0ecb9cb270ed4285992d',NULL,0,1378821581,'/forum/rss/forum_9/',1,0,0,0,'86.7.37.156','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fab915adfa6e49175459173009f28fe9','1484dbec3b71000ad416316e4919805b',NULL,0,1378821588,'/marketplace/category/5/albums/location_FR/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3f82b7cf7d8722cb9f3f5a97fcdc0f1a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821600,'/marketplace/category/5/albums/location_FR/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed0aa265660e60d82ef06e9a20308e30','1484dbec3b71000ad416316e4919805b',NULL,0,1378821604,'/marketplace/category/5/albums/location_FR/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('83c8a283da576902623f7aa89e9d70f5','1484dbec3b71000ad416316e4919805b',NULL,0,1378821617,'/marketplace/category/5/albums/location_GA/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9266b2cf8704478a0e40868dabd4cb91','1484dbec3b71000ad416316e4919805b',NULL,0,1378821623,'/marketplace/category/5/albums/location_GA/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90f63c4d58f99958b2911a0828ba4680','1484dbec3b71000ad416316e4919805b',NULL,0,1378821626,'/marketplace/category/5/albums/location_GA/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('71a87f99ffc9c4032667d7964f0cf015','1484dbec3b71000ad416316e4919805b',NULL,0,1378821629,'/marketplace/category/5/albums/location_GA/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff245d3fbf33ecb12aad15453685f9e7','1484dbec3b71000ad416316e4919805b',NULL,0,1378821638,'/marketplace/category/5/albums/location_GB/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('178b82ccc85bf4d2049b47adc5cfb807','1484dbec3b71000ad416316e4919805b',NULL,0,1378821644,'/marketplace/category/5/albums/location_GB/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d5c0d58e0b0d2af50c56f57817b3c459','1484dbec3b71000ad416316e4919805b',NULL,0,1378821647,'/marketplace/category/5/albums/location_GB/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9aaac3e0259067932c43a9c8e3831635','1484dbec3b71000ad416316e4919805b',NULL,0,1378821650,'/marketplace/category/5/albums/location_GB/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef4b71e8ea499473ac2fb219bf5aa895','1484dbec3b71000ad416316e4919805b',NULL,0,1378821653,'/marketplace/category/5/albums/location_GD/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ab999db9244dd51790316a0a85af8282','1484dbec3b71000ad416316e4919805b',NULL,0,1378821664,'/marketplace/category/5/albums/location_GD/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ee73b928275e9f84f597be5220fd7f93','1484dbec3b71000ad416316e4919805b',NULL,0,1378821673,'/marketplace/category/5/albums/location_GD/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('afc2db20a1f68b430a774f6a8fd39abd','1484dbec3b71000ad416316e4919805b',NULL,0,1378821677,'/marketplace/category/5/albums/location_GD/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00fb502a0ddec37d660ab1e1be432f12','1484dbec3b71000ad416316e4919805b',NULL,0,1378821680,'/marketplace/category/5/albums/location_GE/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('266116ef2c397f6524da246244daf5bf','1484dbec3b71000ad416316e4919805b',NULL,0,1378821683,'/marketplace/category/5/albums/location_GE/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6e39a252e566918eb4b1f24d75f21f65','1484dbec3b71000ad416316e4919805b',NULL,0,1378821689,'/marketplace/category/5/albums/location_GE/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7c3bf1c65a99dfa920491c81c547319e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821692,'/marketplace/category/5/albums/location_GE/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d0101fdd7b58f17b8486559149ba6766','1484dbec3b71000ad416316e4919805b',NULL,0,1378821695,'/marketplace/category/5/albums/location_GF/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1377bf513c987d631ed10e1599f7c755','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378821697,'/mobile/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('ad8f093c64e2d0253b1cfa5c624c8b05','1484dbec3b71000ad416316e4919805b',NULL,0,1378821698,'/marketplace/category/5/albums/location_GF/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('82ee4a8ffa1bfc44bab170c388731c93','1484dbec3b71000ad416316e4919805b',NULL,0,1378821701,'/marketplace/category/5/albums/location_GF/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0a22133a6321185029185167b11bbd58','1484dbec3b71000ad416316e4919805b',NULL,0,1378821707,'/marketplace/category/5/albums/location_GF/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3eb2ea0cd0dcd7a484cc042bbc9b490a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821710,'/marketplace/category/5/albums/location_GG/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('924c498176d7e211416024381140ac32','1484dbec3b71000ad416316e4919805b',NULL,0,1378821716,'/marketplace/category/5/albums/location_GG/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c0e9359635bb9b2616c86e36edfdb459','1484dbec3b71000ad416316e4919805b',NULL,0,1378821724,'/marketplace/category/5/albums/location_GG/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f971527e8aa967ad418b5eb274695caf','1484dbec3b71000ad416316e4919805b',NULL,0,1378821732,'/marketplace/category/5/albums/location_GG/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7cdd94d41917a4735eebfd1d17147d1c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821734,'/marketplace/category/5/albums/location_GH/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6cf54100803b631aecafe094d77046e6','1484dbec3b71000ad416316e4919805b',NULL,0,1378821737,'/marketplace/category/5/albums/location_GH/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3faa5e427f781f533bb3530741803f29','1484dbec3b71000ad416316e4919805b',NULL,0,1378821749,'/marketplace/category/5/albums/location_GH/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('32376fb7625e509ed80e91c46aead3ab','1484dbec3b71000ad416316e4919805b',NULL,0,1378821757,'/marketplace/category/5/albums/location_GH/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f23f6852c0761ea718eecb6084512af0','1484dbec3b71000ad416316e4919805b',NULL,0,1378821760,'/marketplace/category/5/albums/location_GI/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44c16f39c89c9a731c1c581a6838a079','1484dbec3b71000ad416316e4919805b',NULL,0,1378821763,'/marketplace/category/5/albums/location_GI/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1884e5d642ad0855981b47472548be4a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821766,'/marketplace/category/5/albums/location_GI/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eebfeb33b570c4eecd4f62ee9c58db2c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821773,'/marketplace/category/5/albums/location_GI/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4ebcd189a88a8146f029cc2305aff436','1484dbec3b71000ad416316e4919805b',NULL,0,1378821776,'/marketplace/category/5/albums/location_GL/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('722bbd7af681a4935daae8c02c86a3cf','1484dbec3b71000ad416316e4919805b',NULL,0,1378821782,'/marketplace/category/5/albums/location_GL/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1cca8aa3236539319fe3a8439ba45d13','1484dbec3b71000ad416316e4919805b',NULL,0,1378821785,'/marketplace/category/5/albums/location_GL/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c11a7d2474b350f804e9576b32c10b1b','1484dbec3b71000ad416316e4919805b',NULL,0,1378821792,'/marketplace/category/5/albums/location_GL/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ceef1636b748317881a0ad2f62fa48a4','1484dbec3b71000ad416316e4919805b',NULL,0,1378821795,'/marketplace/category/5/albums/location_GM/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e8788f3b098a122da75f6c07580db936','1484dbec3b71000ad416316e4919805b',NULL,0,1378821799,'/marketplace/category/5/albums/location_GM/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c51584da75817d5c4ad8feb349a4da0a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821802,'/marketplace/category/5/albums/location_GM/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('021d2d1aae97460d6e7310eba1f3e782','1484dbec3b71000ad416316e4919805b',NULL,0,1378821808,'/marketplace/category/5/albums/location_GM/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff9f7ddf2653036eace7113c6f40830f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821811,'/marketplace/category/5/albums/location_GN/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('42109cf43d809f2c98b497f0480f57dd','1484dbec3b71000ad416316e4919805b',NULL,0,1378821815,'/marketplace/category/5/albums/location_GN/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b61408797345729347d481a953d3e6dd','1484dbec3b71000ad416316e4919805b',NULL,0,1378821823,'/marketplace/category/5/albums/location_GN/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0972cf29207d394c402127d981a3d215','1484dbec3b71000ad416316e4919805b',NULL,0,1378821827,'/marketplace/category/5/albums/location_GN/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('20be5ac88729b9459380136bce49596d','1484dbec3b71000ad416316e4919805b',NULL,0,1378821830,'/marketplace/category/5/albums/location_GP/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ec9eb9d066bb1c74d1963bff7141c1c6','1484dbec3b71000ad416316e4919805b',NULL,0,1378821837,'/marketplace/category/5/albums/location_GP/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9fb4d1b7e0c5e9f106e69da7ff9dca61','1484dbec3b71000ad416316e4919805b',NULL,0,1378821844,'/marketplace/category/5/albums/location_GP/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('63d9ee33e24a64178a4590d2a45cf73a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821853,'/marketplace/category/5/albums/location_GP/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4564054a0f55bc66387583a169063a60','1484dbec3b71000ad416316e4919805b',NULL,0,1378821858,'/marketplace/category/5/albums/location_GQ/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e852a7870ec1540c8372bbddbd76fef4','1484dbec3b71000ad416316e4919805b',NULL,0,1378821866,'/marketplace/category/5/albums/location_GQ/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1406d83ec9b8d0a83cfba0ea18e0372f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821871,'/marketplace/category/5/albums/location_GQ/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('34c42f4855c0a6bffc68d43a10f50b3a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821874,'/marketplace/category/5/albums/location_GQ/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9c6e8b9368b4569167d9043bc4e31fe5','1484dbec3b71000ad416316e4919805b',NULL,0,1378821877,'/marketplace/category/5/albums/location_GR/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3b8ab4a38edeea584ce4faa1e2eddd03','1484dbec3b71000ad416316e4919805b',NULL,0,1378821881,'/marketplace/category/5/albums/location_GR/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e78a67733f7d5ff0e31899db53da6b9d','1484dbec3b71000ad416316e4919805b',NULL,0,1378821885,'/marketplace/category/5/albums/location_GR/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce915bb102ec6976df38791c212ce13a','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378821916,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('ee7024c2d64bbd5cdae4800baf63246c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821889,'/marketplace/category/5/albums/location_GR/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5235d4b06f5f1b3bfe1c28cd71d5432b','1484dbec3b71000ad416316e4919805b',NULL,0,1378821896,'/marketplace/category/5/albums/location_GS/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('251de7150b8e1abfb3147600934946aa','1484dbec3b71000ad416316e4919805b',NULL,0,1378821902,'/marketplace/category/5/albums/location_GS/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af0c11996e20aa0e2bbfed93e7bf810f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821915,'/marketplace/category/5/albums/location_GS/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d105c37b585ed51d2e6041a7ec8bb0fe','1484dbec3b71000ad416316e4919805b',NULL,0,1378821918,'/marketplace/category/5/albums/location_GS/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e22bf0f5a74bdc4fff55de277bb3ce7e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821921,'/marketplace/category/5/albums/location_GT/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7dab9f14cf7825e359ec6979be1cc47e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821928,'/marketplace/category/5/albums/location_GT/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1461dae902bbd13531a0f396d419edc','1484dbec3b71000ad416316e4919805b',NULL,0,1378821934,'/marketplace/category/5/albums/location_GT/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('58c07f9688c42633a5819268b71af002','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378821937,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('2040cd27ef79a6e083fbdc1b87ff885f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821939,'/marketplace/category/5/albums/location_GT/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('532037200b27264ce31694a074425d59','1484dbec3b71000ad416316e4919805b',NULL,0,1378821942,'/marketplace/category/5/albums/location_GU/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1411b84a827ec234fd814ae52f9645b4','1484dbec3b71000ad416316e4919805b',NULL,0,1378821945,'/marketplace/category/5/albums/location_GU/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e86f418d381a3a33b1496400a533184a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821950,'/marketplace/category/5/albums/location_GU/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eb59f6862bcad5a0166b47efebde4b7a','1484dbec3b71000ad416316e4919805b',NULL,0,1378821958,'/marketplace/category/5/albums/location_GU/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('34371d7afeff0d33a642df00ebd9edae','1484dbec3b71000ad416316e4919805b',NULL,0,1378821964,'/marketplace/category/5/albums/location_GW/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9649c0d596cb75a9c349ffc97c05e58f','1484dbec3b71000ad416316e4919805b',NULL,0,1378821969,'/marketplace/category/5/albums/location_GW/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0eb2da7068f48ba65d6cb204255afaa3','1484dbec3b71000ad416316e4919805b',NULL,0,1378821975,'/marketplace/category/5/albums/location_GW/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('08bda6907110190c3ca03637b34ad924','1484dbec3b71000ad416316e4919805b',NULL,0,1378821979,'/marketplace/category/5/albums/location_GW/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('18c7c1fe85ec9f51f5c888a84f138c1c','1484dbec3b71000ad416316e4919805b',NULL,0,1378821982,'/marketplace/category/5/albums/location_GY/when_all-time/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8760d68786426c0a7265c28d0bcedb0e','1484dbec3b71000ad416316e4919805b',NULL,0,1378821985,'/marketplace/category/5/albums/location_GY/when_this-month/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ece010e6abbfc13667fd20fc384ef965','1484dbec3b71000ad416316e4919805b',NULL,0,1378821992,'/marketplace/category/5/albums/when_this-week/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('50141c1fa0bd0b6c22edfe91e0bbbc5d','1484dbec3b71000ad416316e4919805b',NULL,0,1378821997,'/marketplace/category/5/albums/when_today/',0,0,0,0,'173.208.165.90','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d9fc22bf8a93062cb9a8b902874773f6','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378822229,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('73d085248129c502128834a40cf5adb1','e0755aed1b1501034a78f7559f118093',NULL,0,1378822304,'/forum/',1,0,0,0,'130.185.156.140','Chrome 27.0.1453.'),('ca2e347fae7c2712c3dfe61bd47ee6fb','f58af4e57201007f0031e316276312ce',NULL,0,1378822543,'/forum/',1,0,0,0,'151.237.180.104','Chrome 27.0.1453.'),('1de602b8f5455af8eaccd647fa324165','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378822722,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('406d520001822f968008b98e1fa716c7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378822814,'/marketplace/sort_most-talked/location_CN/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('12fcfc3b09e1693f7c85eb7d452d8a90','5566f8c966e23fb21c73911682bfa684',NULL,0,1378822815,'',0,0,0,0,'204.93.54.168','Chrome 27.0.1453.'),('ac9c0ddc6da37c82a9dc55075594a7cc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378822831,'/marketplace/category/10/beats/location_LT/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f642fb7972d2c03b9415de686473de03','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378822846,'/marketplace/category/12/male/location_GB/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ad09d439ca76cb65cabb04eee54853f7','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378822873,'/marketplace/location_TO/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('0dace3fad3f7e70cc9348251017f183e','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378822932,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('67fc74a1b0c8331747d645b2283dac4d','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378822935,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('c4e17968138f850e80dc3f956de6d921','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378822993,'/marketplace/sort_most-talked/location_BD/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('399a7b7b39a502da7c5f84281cf48794','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378822997,'/convictcartel/marketplace/when_this-week/sort_most-liked/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd5cba4b02996653d58c76d7db77e0c1','1942c2d8b786f204ea7fdec319676376',NULL,0,1378823032,'/mobile/user/login/',0,0,0,0,'98.142.45.222','Android'),('0b48ca94e7f40418ef69b82a4ebb5a57','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823032,'/marketplace/sort_latest/location_TW/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bfe4b2d7c0960ef608444f66a0d3424c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823059,'/convictcartel/video/when_today/sort_latest/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7e00061c805909275e0fe595d4938e64','da734981dab808522067584ad1b033f1',NULL,0,1378824950,'/forum/',1,0,0,0,'188.165.122.46','Chrome 27.0.1453.'),('ec971e5be0b6fd55850ec2f2654126ff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823102,'/video/when_this-week/sort_most-talked/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('91e8d5288e6812f3edf7dfaa18a89db5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823109,'/photo/album/profile/49/profile-49/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82f97461c6dbd49ba9c4eaec9ffde22b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823132,'/video/category/16/music/sort_latest/when_today/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('28fa25b9134ef50bbaec4a4f869e3645','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823151,'/video/category/6/gaming/sort_latest/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7e6763a38fb72a91b2fcedf12f336bea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823170,'/marketplace/when_this-week/location_LR/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('46bb422e92241034bb5c5e0cf6c3abc8','58ea40f58a8d409426445128724c4eed',NULL,0,1378823195,'/forum/',1,0,0,0,'199.119.226.172','Chrome 27.0.1453.'),('4b866151f7d41baa4567ebfa59b382db','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823270,'/video/category/2/comedy/sort_most-liked/when_today/show_15/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('47e14e5c3b4cedbf2716aa7c20a239f1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823272,'/marketplace/category/12/male/location_KW/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2bb37db8df98fd412aeb9ebe507bbf08','59f493c160283cba8b9e04f1f1ba2ce4',NULL,0,1378823287,'',0,0,0,0,'220.181.158.160','IE 6.0'),('f61aa467207bcc2be45671dbde561e2e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823309,'/marketplace/category/4/music/sort_most-liked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('33f0f74266b053bea86eac553d4911c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823323,'/video/category/2/comedy/sort_most-viewed/when_today/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b7ae059b86a05d1d2d7f6d89941ed930','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823326,'/marketplace/category/5/albums/location_UG/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f97d75519f18002fc4203fd9bc05a8a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823359,'/marketplace/when_all-time/location_NP/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('23b78d0dedeb7aeafaa0ca4a0fba8e29','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823397,'/marketplace/category/4/music/location_AD/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa4982eb4e81ebbea1386363b59ce2d9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823403,'/marketplace/category/4/music/location_AE/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('89154e6ad444b1f6c5f5ae75e96510a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823409,'/marketplace/category/4/music/location_AF/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bff86136751ab92e760d0fe6dd83b88e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823416,'/marketplace/category/4/music/location_AG/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c62c92862d3eeaa0483d840a2f846044','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823422,'/marketplace/category/4/music/location_AI/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('66c57280cdfc6e246b4ef3eb2b9bb3d8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823426,'/marketplace/category/4/music/location_AL/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13a6eba02da9e135b0605b814b736caf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823428,'/marketplace/category/5/albums/location_CG/when_today/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('87cb53dfcc0dc6dac30c91cf30105868','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823428,'/marketplace/category/12/male/location_AQ/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('91e474368497b0f5ac50987e8a9384c7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823437,'/marketplace/sort_most-talked/location_FK/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4896ecd14ec11843f54dab3b3bfac788','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823441,'/marketplace/category/4/music/location_AM/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e8824f0d6b9b49e4531a8942902fdd51','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823447,'/marketplace/category/4/music/location_AN/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b166a80bd47b19173143cf231f007a82','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823449,'/marketplace/category/12/male/location_AD/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('db078673ec85bad152b4749d241ca328','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823453,'/marketplace/category/4/music/location_AO/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e1522470d3903c5d614b0424cae92df7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823457,'/marketplace/category/4/music/location_AQ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d9b6f35a39274f6f411e696e93e86d8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823464,'/marketplace/category/4/music/location_AR/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dc807ac16740389bc7b00ac8a84f0fa8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823469,'/marketplace/category/4/music/location_AS/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fa61256aa9156cb1a7df08754b018a13','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823484,'/marketplace/category/4/music/location_AT/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e6fe7d290493c8eac9f2e11a0429468d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823489,'/marketplace/category/4/music/location_AU/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2ba42f13e3d267e74f271c1357c800aa','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823497,'/marketplace/category/4/music/location_AW/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b39e5d31d758d7aed7466468f9817996','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823503,'/marketplace/category/4/music/location_AX/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('724e1bca382718e679ab1d2f37b71daf','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378823512,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('2bfeeac8bff141bae9124ea9d1b3693a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823513,'/video/category/4/entertainment/sort_most-viewed/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98454554a6d823071415642f8010eebf','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378823513,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('09922b55b73536bf48ebd51a708a94bc','b15248ece8aec1761e66fb237d401e5d',NULL,0,1378823515,'/mobile/user/register/',0,0,0,0,'5.34.244.126','Chrome 27.0.1453.'),('d6ee2e37f27ff6e9eea9f100e8d5fe22','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823518,'/marketplace/category/4/music/location_AZ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7ee3142fc6a3924bff900ff9c8026e0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823523,'/marketplace/category/4/music/location_BA/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c9dfe8473b85cd01a7faf9f7469add24','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823526,'/marketplace/category/4/music/location_BB/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98f21b02055ad4b839b4bdd621077abc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823534,'/marketplace/category/4/music/location_BD/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c76aa7360ad6ed1ffcbb12be1dea15dc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823542,'/marketplace/category/4/music/location_BE/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d12b896fb597c040688f857160c2f4f5','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823548,'/marketplace/category/4/music/location_BF/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('613fd2489e95c7c1bb8d01de6c05775f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823550,'/marketplace/sort_most-liked/location_DE/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('579c871db2b19f3580d674dff62530da','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823554,'/marketplace/category/4/music/location_BG/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b61590e4d0e201c63630259150dc1ab9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823559,'/marketplace/category/4/music/location_BH/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a2da9dd2381ba23dacde08ac93cc2808','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823569,'/marketplace/category/4/music/location_BI/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2b0b139fb90a9b6aec7b26cf8ad2f031','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823571,'/marketplace/category/4/music/location_BJ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f6d1a275fa707ce3e73971cde76483da','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823574,'/marketplace/category/4/music/location_BL/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('da95c4676409775a936b9a0b4b8c59c6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823577,'/marketplace/category/4/music/location_BM/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6b5e30088727ba66e9740469a80fc955','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823577,'/marketplace/location_SA/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac16903cde1ab5a0ad691df86c587096','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823582,'/marketplace/category/4/music/location_BN/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3af00b5611b11b42cd74665e31e9d750','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823590,'/marketplace/category/4/music/location_CA/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('956d184eaa7c9027e78b535abbba908c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823595,'/marketplace/category/4/music/location_CD/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('268312ae25c5aad35d3eb54ae97bb475','575c21d25401f9130b41e0a47038a875',NULL,0,1378823597,'',0,0,0,0,'88.190.223.75','Chrome 27.0.1453.'),('082dc9c5ba8b6a5dbb06a7894baf2004','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823602,'/marketplace/category/4/music/location_CF/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('233697c02232b65fa5e7f3cb5e3435a5','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823610,'/marketplace/category/4/music/location_DJ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8d79b7ccede453f43a2e41d4370b07db','548e88defafff4813ae4bfd82746bdc5',NULL,0,1378823620,'',0,0,0,0,'91.237.249.44','Chrome 27.0.1453.'),('4f3952984e2167fdf71914da970ae843','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823622,'/marketplace/category/4/music/location_DK/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d571c2dd030f67b7183f8a97f74cdb94','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823627,'/marketplace/category/4/music/location_DM/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('649757b6513bddba939349062a12aa3a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823633,'/marketplace/category/4/music/location_DO/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0aeb621c5660f84e3766933561b6f87f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823638,'/marketplace/category/4/music/location_DZ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b4eb24b25b1df87d78ab3cf7f29bdb4b','47ff140a7426e91f63c35cd0eafdae9a',NULL,0,1378823639,'',0,0,0,0,'80.79.122.33','Chrome 27.0.1453.'),('0d3f6af8fa3e04190d0f034fff768f14','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823651,'/marketplace/category/4/music/location_EC/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a9589a1025ecd5c139fd5fd19cdfaf90','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823656,'/marketplace/category/4/music/location_EE/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e65da438cd959696c92671902ddfdf3a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823664,'/marketplace/category/4/music/location_ER/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ab78f2d3d06fe065bc084a0c2cc690da','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823674,'/marketplace/category/4/music/location_LB/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8f25b7da1e57e0d3146ed635a0b783d9','39d0f2d59692cf45709c822996d5a12d',NULL,0,1378823681,'/mobile/user/register/',0,0,0,0,'184.154.105.245','Chrome 27.0.1453.'),('be98389ab8f803f4859d8db3ecd1b2b5','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823682,'/marketplace/category/4/music/location_LK/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('372648f5d3e37d6f681f49b967eef9e2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823687,'/marketplace/category/4/music/location_NF/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d72b98d8412cccdc58fa38b9efdea3ac','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823698,'/marketplace/category/4/music/location_NF/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c121d7070e7b5be5c48fc388b8322ce1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823725,'/marketplace/category/4/music/location_NF/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ee36154e13e03a0d7302a5570a622d2a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823739,'/marketplace/category/4/music/location_NG/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb056fcd6e57ba1a35f328c68194d9a6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823742,'/marketplace/category/4/music/location_NG/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('50aa055aa45b9f7733183d8165e13935','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823748,'/marketplace/category/4/music/location_NG/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('399281fbf22f33b599717765443ef4af','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823751,'/marketplace/category/12/male/location_BI/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f784c2455f14a3224c7cceabe143edf7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823763,'/marketplace/category/4/music/location_NL/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4eb674c3ed5a79e34c9019dbb1c06f6d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823766,'/marketplace/when_all-time/location_MP/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('533823b48a7208fde84a97ee9831d42f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823767,'/marketplace/category/4/music/location_ST/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('494dcdbe87d54a368da9ad545319ec14','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823777,'/marketplace/category/4/music/location_TD/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('85d16cbe5850709e19ed8d653ef7e5dc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823780,'/marketplace/category/4/music/location_TD/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a374849295f7c47aaf2fdfe47ca97214','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823783,'/marketplace/category/4/music/location_TL/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('827b6ac5380a37f7888966eb827d0466','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823789,'/marketplace/category/4/music/location_TL/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6968897272017abaaff76db27fbc4ccf','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823810,'/marketplace/category/4/music/location_TM/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('18e550e55ebe4f8d68233d0e1f8251a1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823813,'/marketplace/category/4/music/location_TM/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c81cbdc9b20c33139198e65767a32847','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823819,'/marketplace/category/4/music/location_TM/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a8eeef0f89b22b1a71763fc279ede2c2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823828,'/marketplace/category/4/music/location_TM/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('19d03c963483165836da65cb21d48a15','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823832,'/marketplace/category/4/music/location_TN/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8aba49be5046e233fd4c12bf01591a9d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823835,'/marketplace/category/4/music/location_TN/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f4d952ed18cb1726643d15776cc32ada','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823843,'/marketplace/category/4/music/location_TN/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('02d54350e10852db213afa35aa447f11','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823852,'/marketplace/category/4/music/location_TN/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4bcfef71707ce1b3d6d100d56a0144cd','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378823865,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('462724c9ed2503f788d0442669269c23','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823859,'/marketplace/category/4/music/location_TT/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a7f8915d6d5c47279958f43e90daa60f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823865,'/marketplace/category/4/music/location_TT/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf7a23512324030fcd30c6ab7d06043c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823872,'/marketplace/category/4/music/location_TT/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c3dd802e6ffbf2c1a8ba46668a857a2d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823880,'/marketplace/category/4/music/location_TV/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('008857f97d558794f4689d9977d562e1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823883,'/marketplace/category/4/music/location_TV/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c1a9d0d965ad2c04005148bc4d29191c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823886,'/marketplace/category/4/music/location_TV/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('30b6ca300391bb1e891ff340cd2d8b71','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823893,'/marketplace/category/4/music/location_TV/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a4436d33c6fe62282181be4bdcd2216','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823899,'/marketplace/category/4/music/location_TW/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('294a8ca3f4b37b4e45d4be847ede663e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823902,'/marketplace/category/4/music/location_TW/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb601d65306e49cd3cc2a5bd333636c3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823910,'/marketplace/category/4/music/location_TW/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bf416cfc715cd74b493dd1e84664ecfd','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823914,'/marketplace/category/4/music/location_TW/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c1051bfcbca7d7f9a5001b665331c30a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823917,'/marketplace/category/4/music/location_TZ/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('43641efa5c0c1bc3eb8401b595753dde','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823920,'/marketplace/category/4/music/location_TZ/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f98c4a19eb89fe4b915cfba5c39a9b27','1a14b0ed13f64f4a2efee28f647e0a11',NULL,0,1378823926,'',0,0,0,0,'199.168.139.204','Opera 9.80'),('8b3521545349b9af9534ff07c823daf9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823926,'/marketplace/category/4/music/location_TZ/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3dbc16b9d032bb4b6299acdaf7505584','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823929,'/marketplace/category/4/music/location_TZ/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b380dfcc26875d1cda290448e989347d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823936,'/marketplace/category/4/music/location_UA/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8ccfa7445f926e8547198cc5fa435308','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823939,'/marketplace/category/4/music/location_UG/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('168f56248d4501280cbce578684a0401','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823942,'/marketplace/category/4/music/location_UM/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7186e0fcbba2d4ac89927399be6a61c9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823945,'/marketplace/category/4/music/location_US/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7f69c26d197bbd8b373ffce5868fa450','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823947,'/marketplace/category/4/music/location_UY/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('735c370f778cdd3cda23b6ddbd1d27a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823956,'/marketplace/category/4/music/location_UZ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2c608e7753f99b98102397168e2420e7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823959,'/marketplace/category/4/music/location_VA/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('317bea24ab625d7ff8acf9f5c6bd97c8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823962,'/marketplace/category/4/music/location_VC/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eae8e98b205c49e3b74c74b7cce9d070','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378823964,'/profile-32/info/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2556e066f87201f28e4042aa6c282ea7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823968,'/marketplace/category/4/music/location_VE/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('447eb01de1ec37d41cb946f58a0af589','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823971,'/marketplace/category/4/music/location_VG/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c00314f42e44406412d7d4863906fbe3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823974,'/marketplace/category/4/music/location_VI/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('31254e9262fa9c437cae0ce9815d3e63','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823978,'/marketplace/category/4/music/location_VI/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('01c757278c014a59b6385370def4aa49','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823982,'/marketplace/category/4/music/location_VI/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bc2ef06f118aef638282a90c977e0279','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823992,'/marketplace/category/4/music/location_VI/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f321c977ea42fdbb575031219f5dd36b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378823995,'/marketplace/category/4/music/location_VN/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('41ebd80d5b5d41ae0e2f2ab7c14cdea2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824004,'/marketplace/category/4/music/location_VN/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6bc3f3e023a47af56e0335506aeaa265','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824006,'/marketplace/category/4/music/location_VN/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d4a739e9020d50e295594bf2a7fb596a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824010,'/marketplace/category/4/music/location_VN/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a2ea88ee52632f3af6cd933f2f72f13e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824013,'/marketplace/category/4/music/location_VU/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2945de1feaeb0134b6a667fc74ff66a3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824020,'/marketplace/category/4/music/location_VU/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('106b2e69f7c7b5e14ed91c84b5b2b45a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824032,'/marketplace/category/4/music/location_VU/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5b0b98e3ca2d53be3441351f17e217ac','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824039,'/marketplace/category/4/music/location_VU/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c578853c9d527fade846982dd5463052','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824041,'/marketplace/when_all-time/location_ME/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('66b3ee09d63c8b5f6b6c1b991a24a6a7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824050,'/marketplace/category/4/music/location_WF/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7899de87edd9e2fb19c96841e80058f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824052,'/marketplace/sort_most-liked/location_KP/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4bf43115eb75be20a9006bdcbf0f0dbb','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824055,'/marketplace/category/4/music/location_WF/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('35aaae6e4c543d82f878bbf903c14149','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824058,'/marketplace/category/4/music/location_WF/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('249795761cdd5cb52a3cde09c4a62c6a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824061,'/marketplace/category/12/male/location_RU/when_this-week/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('41e3476dbc21ff0307dc4e18644f6ce9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824061,'/marketplace/category/4/music/location_WF/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a4cdf55202e7076733847ce02d3ca939','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824072,'/marketplace/category/4/music/location_WS/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('314ed2aad93430ccd080e68ef49d8ef7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824081,'/marketplace/category/4/music/location_WS/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('368ed5907ce98f73b44721ef5d43e058','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824090,'/marketplace/category/4/music/location_WS/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f0d2c29b713340bc7caea254e7218d9a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824093,'/marketplace/category/4/music/location_WS/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('38362d0f912bd566cfbbd9513ed3dcc9','965de0cc7c66d0c548d99fa21bc15420',NULL,0,1378824097,'/terms/',0,0,0,0,'180.180.101.4','Chrome 27.0.1453.'),('e9bf50785cc6d0b76558f48b8069fa62','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824097,'/marketplace/category/4/music/location_YE/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f65aec97b6ab7646bec7c8b2fdb02b7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824104,'/marketplace/category/4/music/location_YE/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('98a12afdbd0fdb991a2fd9b8ef040873','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824112,'/marketplace/category/4/music/location_YE/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7a3ac25663812812f975757311d26e4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824113,'/video/category/16/music/when_all-time/sort_most-liked/show_21/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78724ace36bf90fae34856b872894881','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824119,'/marketplace/category/12/male/location_FK/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('da86f3881e2bdd2b2c286cba300fe82d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824123,'/marketplace/category/4/music/location_YE/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7bbdf1d1741f20691b142772f50002e4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824129,'/marketplace/category/4/music/location_YT/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4c6dbe4547df78ec339c8efa3cd79406','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824138,'/marketplace/category/4/music/location_YT/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b598541f66eae1441097bf7c95bfb3a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824146,'/marketplace/category/4/music/location_YT/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f786457fa3510d53916d7f9fb7dc0ed','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824154,'/marketplace/category/4/music/location_YT/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44e4ba7f549eb17804a4c6f14cb9a329','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824159,'/marketplace/category/4/music/location_ZA/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93f6c826c6646c004bbd7529a67ade20','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824163,'/marketplace/sort_most-talked/location_FI/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac50ba5be1e82c81cdb23ac937a0a2d2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824164,'/marketplace/category/4/music/location_ZA/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0b581e4e1689ae19bc79a2426a205733','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824171,'/marketplace/category/4/music/location_ZA/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('67f705e47323ee12ec8225682f5855da','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824175,'/marketplace/sort_most-talked/location_UA/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e1499ebf998b6cf9b9e1cae03313b80c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824182,'/marketplace/category/4/music/location_ZA/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('769bffb669aa1ef483dbdf74d8d4190a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824186,'/marketplace/category/4/music/location_ZM/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b3ec4122b38030ff0a7dce084940cb31','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824190,'/marketplace/category/4/music/location_ZM/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6af226cdd3d3a5e643fb486c7b749058','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824193,'/marketplace/category/4/music/location_ZM/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0018686d89cb25bcaf06375b4ec78db2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824202,'/marketplace/category/4/music/location_ZM/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0d5f258a5f65d6e396b8657e1972b803','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824206,'/marketplace/category/4/music/location_ZW/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1a9ded34f52970f608024d030147fc16','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824209,'/marketplace/category/4/music/location_ZW/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('15f703ac0acd8236a08f8b641a8f800b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824211,'/marketplace/category/4/music/location_ZW/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ea1514e8544ec5ade00a902d5da0153','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824214,'/marketplace/category/4/music/location_ZW/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b711e6f262b26d7b25639f6317e036a3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824222,'/marketplace/category/4/music/show_12/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e0cdf09b6aeef7def1071e7e07d808b0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824232,'/marketplace/category/4/music/show_12/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('578c100f59d3711d1635fc14fbe5161d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824240,'/marketplace/category/4/music/show_12/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3264052cdb29fb6a6a96eec873d33850','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824247,'/marketplace/category/4/music/show_12/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('49ff010d7866275825c50097c7021504','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824256,'/marketplace/category/4/music/show_15/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0751f095de99e0da56c1c9f3349e734d','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378824272,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('a35a7104b4e8b96dfbb8847bae79f2f3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824264,'/marketplace/category/4/music/show_18/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9a0e26b1c9df21a68933081dae0b815a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824267,'/marketplace/category/4/music/show_21/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf0516199249d75f57244c4573342f64','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824273,'/marketplace/category/4/music/sort_latest/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ef04c382bebb961dba936ed5a5a4744','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824275,'/marketplace/category/4/music/sort_most-liked/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2f400eb7e2537ff27d42b6f4fbe3b17f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824280,'/marketplace/category/4/music/sort_most-talked/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6327861863ca64a85ea490ce32c2422c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824282,'/marketplace/category/4/music/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('464c44dbf5dd61417519040758780415','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824286,'/marketplace/category/4/music/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b4b153bbb14ad7fb6626c9e0be722d42','2ebc4ad3b6b5014deffda224baf52f8c',NULL,0,1378824288,'',0,0,0,0,'69.175.25.22','Chrome 27.0.1453.'),('a5141c104508e08a7cbc2cfa534ccbeb','0266406a3d169b7ec19db02b17f44909',NULL,0,1378824290,'/forum/',1,0,0,0,'199.15.236.41','IE 8.0'),('4c866866d6b5f9a337f6bc56cc173573','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824290,'/marketplace/category/4/music/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0bcbe106dbe74c24d8ca532bf11829df','2ebc4ad3b6b5014deffda224baf52f8c',NULL,0,1378824293,'/terms/',0,0,0,0,'69.175.25.22','Chrome 27.0.1453.'),('afc1f295d96ab0d320afd0900496c583','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824293,'/marketplace/category/4/music/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cb0c90104712ee47e1ef572f1cbb86ef','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824300,'/marketplace/category/5/albums/location_AD/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d81e79263b75c9ca1f539d7a7e07f225','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824303,'/marketplace/category/5/albums/location_AE/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('acf6775c85a80f7c61fba52a214b6ece','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824305,'/marketplace/category/5/albums/location_AF/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fcc88ad027f6af3248ea63c33a570d1f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824308,'/marketplace/category/5/albums/location_AG/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9a398903e76a5e8a8618eecf4c627f64','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824311,'/marketplace/category/5/albums/location_AI/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8e8e9b39cd0aeb017c02fa2db4aab986','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824316,'/marketplace/category/5/albums/location_AL/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a8efa9cf6b17fde3323266b05a5fb126','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824319,'/marketplace/category/5/albums/location_AM/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('acade2382b3b60bf06212b540b17e434','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824325,'/marketplace/category/5/albums/location_AN/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3cb2f4078c9dbaad0cc313d0c050c1dd','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824328,'/marketplace/category/5/albums/location_AO/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b3ed0b298e1605a1e2f5ff366b46bee1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824331,'/marketplace/category/5/albums/location_AQ/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7b787bbe5ef0d40cafcb9520c2a2d463','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824343,'/marketplace/category/5/albums/location_AR/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('303b284b1f24869d2af89aa57d44c3c8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824346,'/marketplace/category/5/albums/location_AS/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bcc2efd213d5d81f1dd4f5289d73258b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824354,'/marketplace/category/5/albums/location_AT/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c10849e761576b77b97819a7b0f2cafe','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824357,'/marketplace/category/5/albums/location_AU/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('54837ed6e5c29885faa85141cc8dcb95','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824364,'/marketplace/category/5/albums/location_AU/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a95d51fa92d3f120c533b3da2a34f845','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824366,'/marketplace/category/5/albums/location_AU/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0c4b1b3f1cac295b762db0991865e0d0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824369,'/video/category/6/gaming/sort_most-talked/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('975ba704e840569c6a12588f5261e5ed','35033642c0bfe85ed1a2119ccc49ee0d',NULL,0,1378824371,'/forum/',1,0,0,0,'91.121.17.219','Chrome 27.0.1453.'),('ad94b5fd1c78a2a346cf8d0863a72d0e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824375,'/marketplace/category/5/albums/location_AU/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('81c0a3c3a527da4e1f021a6e521e2e8f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824381,'/marketplace/category/5/albums/location_AW/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('507140e3883093d9870259fd7e660574','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824384,'/marketplace/category/5/albums/location_AX/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('58dafc3dec5500ff94575b85b2db3bf4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824390,'/marketplace/category/5/albums/location_AX/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c42d426eb3449a934767c2c3ca66609e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824395,'/marketplace/category/5/albums/location_AX/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('544eff1ff909098e65a633bdbe36c6ee','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824398,'/marketplace/category/5/albums/location_AX/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b6b81f7e782b241f095d475f9fb96a2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824401,'/marketplace/category/5/albums/location_AZ/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f835e8ec0356d0d8172f70a0e36e5020','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824408,'/marketplace/category/5/albums/location_AZ/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('87dd086d340f3eb7ea001a36306341c4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824411,'/marketplace/category/5/albums/location_AZ/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f4e0b3a866eacbe30bfb485b9a593ec2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824414,'/marketplace/category/5/albums/location_AZ/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('84afbf9aad83a301d42c0e4b88cf44e5','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824418,'/marketplace/category/5/albums/location_BA/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2d52819e685551e3af4a2b013df5a30e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824421,'/marketplace/category/5/albums/location_BA/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('09d0efed3def695623d947aa64bcbbdc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824431,'/marketplace/category/5/albums/location_BA/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('057ae275a0f74242b6ee6298351e1949','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824434,'/marketplace/category/5/albums/location_BA/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf1a9998b410de1c53bd1e5364a0ae70','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824437,'/marketplace/category/5/albums/location_BB/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('08a814f72595b8a91b62952f9465a6f0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824440,'/marketplace/category/5/albums/location_BB/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8871a01ca18b5d17debb08aabec2a9ba','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824443,'/marketplace/category/5/albums/location_BB/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ee6ad9324b259faa4c3f81926379b44a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824447,'/marketplace/category/5/albums/location_BB/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('62d81bb84730c3aacdf3080ff3d7fad4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824454,'/marketplace/category/5/albums/location_BD/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8b13676ae77f631c6dbea70928e5e0ca','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824460,'/marketplace/category/5/albums/location_BD/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d321441ed52184b2ed48ce349853331','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824467,'/marketplace/category/5/albums/location_BD/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('62aafabdef4c377c55ceb7addaa7140a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824476,'/video/category/16/music/sort_most-liked/when_all-time/show_12/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e7178a0c66600e99ccad93274ce38c03','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824478,'/marketplace/category/5/albums/location_BD/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b1cc5f57ccdef84196a04c95f09cb9ee','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824478,'/marketplace/category/12/male/location_PL/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7a7b47fb3cb33e3b80c434572a2d3472','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824479,'/marketplace/category/5/albums/location_SL/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('21a95344315037c3f33041a2eb072c07','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824479,'/marketplace/category/12/male/location_GT/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6b9460621412c4f7d2762e45463cbd3e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824481,'/marketplace/category/5/albums/location_BE/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('46472b1de9b5d2ae57f978152c9c761b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824484,'/marketplace/category/5/albums/location_BE/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e245920acb224ce0c783b45cec1df0c4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824489,'/marketplace/category/5/albums/location_BE/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('44b6f9a3156efd20064d6b3db3cca7a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824495,'/marketplace/category/5/albums/location_BE/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3566604a5e3c4944c9fe80f661d18bfe','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824499,'/marketplace/category/5/albums/location_BF/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bd8f86ea42d157ab745fa824a292c87c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824502,'/marketplace/category/5/albums/location_BF/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('386b7e8f639252b8ba6d1e39e7858d67','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824505,'/marketplace/category/5/albums/location_BF/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('618ad46acb9fcc5a5152632b1a9a563a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824508,'/marketplace/category/5/albums/location_BF/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0f7aaaa957b7517e93929c0f2c45f17a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824511,'/marketplace/category/5/albums/location_BG/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3e28144d0507283206d42e49ee1f41b8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824518,'/marketplace/category/5/albums/location_BG/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a4b578591f5cbc047655b0a19bf29ee2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824522,'/marketplace/category/5/albums/location_BG/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13b485b80b84c9e8c934e46f810f2ccc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824525,'/marketplace/category/5/albums/location_BG/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ec1d740acdf630af638b7eb08355546c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824528,'/marketplace/category/5/albums/location_BH/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca00fb133389d4990b4d0c3abd133353','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824535,'/marketplace/category/5/albums/location_BH/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97d85e3a062c75b3b1dd72df59ebd36a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824538,'/marketplace/category/5/albums/location_BH/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c7fe7950b494925d8a7117bb903e84f4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824543,'/marketplace/when_all-time/location_MV/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8afa3066a1174bdeb2fd59c8b2bd8271','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824544,'/marketplace/category/5/albums/location_BH/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f305f75692a8be748e223e3c4a32f21','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824547,'/marketplace/category/5/albums/location_BI/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3392dc6ce67b147ac37a517e3767c23b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824553,'/marketplace/category/5/albums/location_BI/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1fa27aa00f998c1af12bf260516c52f6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824556,'/video/when_this-month/sort_most-talked/show_21/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2208a04e7fcab5f38e9ce41445bd302b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824556,'/marketplace/category/5/albums/location_BI/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4189f979f606d3d4b391f9faf4103559','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824559,'/marketplace/category/5/albums/location_BI/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('14a5de97729a1e2d612eb0d493ae8b5d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824562,'/marketplace/category/5/albums/location_BJ/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a9f52ede9a7fad5b356f466910010664','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824565,'/marketplace/category/5/albums/location_BJ/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('838af8ca6865fbe5f2e26e7250b343c4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824569,'/marketplace/category/5/albums/location_BJ/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c11768d3e7c5f5c0fb7df491bcc913ce','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824573,'/marketplace/category/5/albums/location_BJ/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c80b1e645b28ec8e4279c187175cd1e8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824576,'/marketplace/category/5/albums/location_BL/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce58f3ed998f11b45893cf0c0ba1f373','5566f8c966e23fb21c73911682bfa684',NULL,0,1378824579,'',0,0,0,0,'204.93.54.169','Chrome 27.0.1453.'),('0d765d296b277babce26f036c20a5b6d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824581,'/marketplace/category/5/albums/location_BL/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('39ee81909d68da4b2720fbde9d224877','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824590,'/marketplace/category/5/albums/location_BL/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('26b536b27e336b87200745e97cdaad8d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824594,'/marketplace/category/5/albums/location_BL/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5570e71adc599e9ff287b71b3827fcb3','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824601,'/marketplace/category/5/albums/location_BM/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('72c0dd3ac2fef9a7f825e2a10a186f20','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824609,'/marketplace/category/5/albums/location_BM/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9cbe82ae3c6da936d4eb86207c9e9956','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824613,'/marketplace/category/5/albums/location_BM/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('135fda0ecc963aaebd10f31ea98e2112','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824619,'/marketplace/category/5/albums/location_BM/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('71765a4f8b5297f75254cd94a527f755','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824626,'/marketplace/category/5/albums/location_BN/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('917088d308dc975154a9f366a46432fa','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824630,'/marketplace/category/5/albums/location_BN/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('63f4ecb26dfbc0d6ce63cc12603101bd','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824633,'/marketplace/category/5/albums/location_BN/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb0fe5e2da6a3dcc4ff622be979fd921','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824636,'/marketplace/category/5/albums/location_BN/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('440f864564ec88dfa01aa6f251c55316','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824643,'/marketplace/category/5/albums/location_BV/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1ad2adacfcc30d02a6975bcf11e1b881','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824646,'/marketplace/category/5/albums/location_BV/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa356b543fe828c656541c1faa1754f8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824649,'/marketplace/category/5/albums/location_BV/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('730f82990ff78d706775a883606df764','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824652,'/marketplace/category/5/albums/location_BW/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3ccf4f38d3e6d401ac72bb19a0334dd1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824655,'/marketplace/category/5/albums/location_BW/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d5246339e256a815ac965555f427f1f6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824661,'/marketplace/category/5/albums/location_BW/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d3c3331e52829dbd84ade9334ceb8fd1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824666,'/marketplace/category/5/albums/location_BY/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d04f619df38b9d75cc883597733a99a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824673,'/marketplace/category/5/albums/location_BY/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ba560a473b26a8f0641220992b0f418','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824682,'/marketplace/category/5/albums/location_BY/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('069406489f771c8b78f1471da87e6643','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824688,'/marketplace/category/5/albums/location_BY/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('318a3a599fdd0b3076661d8fc190e98e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824695,'/marketplace/category/5/albums/location_BZ/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1241e544237a19944eca7dd5976dcfca','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824700,'/marketplace/category/5/albums/location_BZ/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5098b95eb370fa85dee109658b6e35a4','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824708,'/marketplace/category/5/albums/location_BZ/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('096be5ac878f7f3512d84c11b41c5954','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824711,'/marketplace/category/5/albums/location_BZ/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('37e3474520f892520dcaa88c4c0984d0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824719,'/marketplace/category/5/albums/location_CA/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d098eb0ab2de7b001253a9eb953933a2','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824722,'/marketplace/category/5/albums/location_CA/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ccc4bc3ec05aff1482e9b5892d472753','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824726,'/marketplace/category/5/albums/location_CA/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('66a241bfd28e5911ed61bd3b86c28a62','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824733,'/marketplace/category/5/albums/location_CA/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('015930e6c9e4624638d66b1a732dc3db','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824736,'/marketplace/category/5/albums/location_CC/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2af23bff82efc0081bd55dfc23353fea','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824740,'/marketplace/category/5/albums/location_CC/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a83fe71976944bd699e2471c45b2fe03','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824743,'/marketplace/category/5/albums/location_CC/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6bec9ac7416886693224783aa2003c11','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824747,'/marketplace/category/5/albums/location_CC/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aa80f5d934092a66def57c98e42b9a65','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824752,'/marketplace/category/5/albums/location_CD/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b0d39faa1dd001758ede91599a248454','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824755,'/marketplace/category/5/albums/location_CD/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3418025cd92482380a35541e94fe8996','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824759,'/marketplace/category/5/albums/location_CD/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('335279dac3fab39e0c0ec5deca7301c0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824762,'/marketplace/category/5/albums/location_CD/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6d49f7b17c23389a98a0052b74b49c3b','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824764,'/marketplace/category/5/albums/location_CF/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce6df5f58d99f5aaf59d76c40a0517a6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824770,'/marketplace/category/5/albums/location_CF/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4dc184e9cc291ce92c194937642a2289','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824775,'/marketplace/category/5/albums/location_CF/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8f94c9c8ba2b87966f4e4bc6cc5ac2be','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824778,'/marketplace/category/5/albums/location_CF/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('caa2d9340aba5cc1ab452387ff003aa1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824781,'/marketplace/category/5/albums/location_CG/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('25dd1d55cb225358f3478d1c2f25142c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824784,'/marketplace/category/5/albums/location_CG/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97f8d2b3805bd131012d53e5a08b4493','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824791,'/marketplace/category/5/albums/location_CG/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('50c0656089b094d4497192d8b85e1f41','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824796,'/marketplace/category/5/albums/location_CG/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e1c02794d4469c208d3832729367c257','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824801,'/marketplace/category/5/albums/location_CH/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9967adfc292ff95f84771ddd98852e73','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824805,'/marketplace/category/5/albums/location_CH/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('900793871cc6c2a5fb416c7901542681','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824808,'/marketplace/category/5/albums/location_CH/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1f6d72113faf8bfd8cfc10c4ef5b4192','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824814,'/marketplace/category/5/albums/location_CH/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fc0496397fa26423c5c6290db831397d','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824819,'/marketplace/category/5/albums/location_CI/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb8657cb06222a62e11184b139353a79','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824822,'/marketplace/category/5/albums/location_CI/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c5e7d09d8fa2b8dd0e2f56b6f7a1fbde','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824825,'/marketplace/category/5/albums/location_CI/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce77c00f1e385f784c4c0e4d786e4009','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824831,'/marketplace/category/5/albums/location_CI/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ad06aa453e4ac5dc77025282e07d1ad9','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824835,'/marketplace/category/5/albums/location_CK/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ab8d9122581842373cb62b5924a6fa6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824838,'/marketplace/category/5/albums/location_CK/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b7b5d6aafe5da97121c0005cdea44a8a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824841,'/marketplace/category/5/albums/location_CK/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('83fafcde528a8dbdf7adc529ae69422f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824842,'/marketplace/sort_most-talked/location_CK/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('37f08fa085f6b8f46d5ea7a7f72d65da','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824845,'/marketplace/category/5/albums/location_CK/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3117bab45a674d480cd3b9a6c23699eb','59ff5538288953b425ff24b791dcac00',NULL,0,1378824849,'/user/register/',0,0,0,0,'87.117.229.136','Chrome 27.0.1453.'),('3488cf2c6048e09909a47272d9fe8edf','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824853,'/marketplace/category/5/albums/location_CL/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4ecfda2d1b7c957b44638a1615f78418','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378824860,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('4d581755de27e709095644aa43174d3f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824859,'/marketplace/category/5/albums/location_CL/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f4b5d27dbf97e3f02ef685b4ee1ce91','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824866,'/marketplace/category/5/albums/location_CL/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45be49baf274429a4c538a0071d74616','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824869,'/marketplace/category/5/albums/location_CL/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('606ef665f755c1789b7c544482b60307','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824872,'/marketplace/category/5/albums/location_CM/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bcfdb33031507a3d39d3b3c20ce1a288','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824875,'/marketplace/category/5/albums/location_CM/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7e92264cbd7b7f2c6267811f75d4efd8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378824879,'/photo/album/profile/1/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('170b68b7d8a7d736f5975ddb6ddf4eae','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824881,'/marketplace/category/5/albums/location_CM/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4941dae3a8b4b627b4acf52547150ab1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824885,'/marketplace/category/5/albums/location_CM/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('73dd6e821e684decaca82f037b5c8e87','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824888,'/marketplace/category/5/albums/location_CN/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2a601bc4566ada255ff4aa1c6f5c30a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824892,'/marketplace/category/5/albums/location_CN/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ffca0b766761e4cb0bd10fe429eb313f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824899,'/marketplace/category/5/albums/location_CN/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a1854f4a69103ebc757d50874413f48f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824904,'/marketplace/category/5/albums/location_CN/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2fce4feff70fddc618bb39bcc3f01dc0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824912,'/marketplace/category/5/albums/location_CO/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('29785814a9a5698ba1fb0123454be4a1','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824917,'/marketplace/category/5/albums/location_CO/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('797b6f2b9ce262abe8ff32888a3e1e31','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824920,'/marketplace/category/5/albums/location_CO/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ba6dda9d10d1ce521a6e89acb4a49b7','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824923,'/marketplace/category/5/albums/location_CO/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d253ce532330cdb4b2c40c9276827e0a','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824927,'/marketplace/category/5/albums/location_CR/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('29c383b90ae99d4917b7078159ca6d56','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824930,'/marketplace/category/5/albums/location_CR/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('397876ad5571e3f4a293f389e251de1c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824933,'/marketplace/category/5/albums/location_CR/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('56802ee6e6805876fca38a0212e17b66','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824939,'/marketplace/category/5/albums/location_CR/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b627a20ee78065fd808bd6e9036f9718','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824943,'/marketplace/category/5/albums/location_CU/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a731f8e467d888f57d1e3c8f8a939f53','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824946,'/marketplace/category/5/albums/location_CU/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('17a162b4c19275589757efe0b01054cc','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824949,'/marketplace/category/5/albums/location_CU/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4ade6b88bc35034ab82a8b00b85cab32','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824953,'/marketplace/category/5/albums/location_CU/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9b992aab041bb059b93964bda549b80e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824956,'/marketplace/category/5/albums/location_CV/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('deb2231af765cfee1b09855f273c8128','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824961,'/marketplace/category/5/albums/location_CV/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6eccde1c50cb4973bd0876977f28088c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824965,'/marketplace/category/5/albums/location_CV/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('de0ddb7c73eb37b75ad6ce951566b8a0','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824968,'/marketplace/category/5/albums/location_CV/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('76f4a3b37f092dea86e102622856bcc6','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824971,'/marketplace/category/5/albums/location_CX/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('16be8573964b6bd0137b3f5aa66ac7c8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824975,'/marketplace/category/5/albums/location_CX/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('011e4cadef8d0eff0dde8499b06331a5','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824979,'/marketplace/category/5/albums/location_CX/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d8edfaf8b98c10169b1e6e486a771ddd','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824982,'/marketplace/category/5/albums/location_CX/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f254354b212f37ed0ae3685f693ff8b8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824987,'/marketplace/category/5/albums/location_CY/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ffc68fa63383f79faf36a758e050b57e','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824990,'/marketplace/category/5/albums/location_CY/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f38aea948e2f9087cc60b97b59ffe925','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824995,'/marketplace/category/5/albums/location_CY/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('347ff157d9dcae83d73f7965f117c72f','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378824998,'/marketplace/category/5/albums/location_CY/when_today/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('90af57132a1a3bd5c47769a0a2de175c','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378825002,'/marketplace/category/5/albums/location_CZ/when_all-time/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('303f8d9099b5ef37d5f2d4a105d9ddee','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378825006,'/marketplace/category/5/albums/location_CZ/when_this-month/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6cf7dee3eaed93d61bdc378b13a0aae8','bdc63fb5d03626e351c54ac45a824a52',NULL,0,1378825011,'/marketplace/category/5/albums/location_CZ/when_this-week/',0,0,0,0,'204.12.208.162','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c6a090702eada0a505bc4e5d6e67bc7b','e8c867ea036367165b0035e6f394f215',NULL,0,1378825035,'/terms/',0,0,0,0,'188.165.219.72','Chrome 27.0.1453.'),('156834cfc973e6308d730bb03e90c806','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825068,'/marketplace/sort_most-talked/location_ET/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4d27322e5855aab78b2f9e4f44bd8458','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825076,'/marketplace/category/5/albums/location_FO/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2ecd3a1ea26ecf162c352ff0d3ec3830','6b491b288c8187794b2c03a169875da9',NULL,0,1378825099,'/mobile/user/register/',0,0,0,0,'60.173.10.245','Chrome 27.0.1453.'),('61ffe433e6919eeabe24b02ece4d8f2e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825103,'/marketplace/category/12/male/location_PN/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('951a9c3d2475b8be7d1a2efa69bebcda','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825145,'/marketplace/when_all-time/location_MS/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('65993e87dc7066098706172bc51b1b56','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378825178,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('a3af27f9ec0ec87ec8896adac18b6c59','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825183,'/contact/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('06a6cb738ab1631a1c768b3a8603de7c','8bb3ae30dbcc76862c209324405aea1a',NULL,0,1378825269,'/',0,0,0,0,'173.213.97.87','IE 6.0'),('08f553c8ae87ae1b78c2b8297a6c9e0b','4c00b575d4447ef34aeaf44299b4d52c',NULL,0,1378825294,'',0,0,0,0,'212.38.176.208','Chrome 27.0.1453.'),('c7fdf3224d6b805572cfb0c99deff7c9','7189f2137c83633ccb9487540ac763eb',NULL,0,1378825302,'',0,0,0,0,'198.23.152.153','Chrome 27.0.1453.'),('c8e8c190f2e24f5f20a6974200125524','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825360,'/video/category/16/music/when_this-month/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('50f3fca04fa31c76834fabb0039af1ec','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825406,'/marketplace/location_LY/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('94eec5341ab608df04d86791bad494e5','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825418,'/marketplace/location_NL/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('f77b65ef35bd9fa4debdca3470de201d','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825422,'/marketplace/location_GT/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('f67a35232590bae4a0a4004694112fe8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825423,'/marketplace/sort_most-talked/location_CR/show_21/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8757b4605fc078baa9752f32d31add5c','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825425,'/marketplace/location_KE/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('9fb3bc5a3905071e7423072677dd354c','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378825428,'/marketplace/location_IL/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('15dc90757fc4529a47409c62f4069a9d','5460ba7525d65b57ade440de72ad2471',NULL,0,1378825470,'',0,0,0,0,'184.154.222.222','Chrome 27.0.1453.'),('65a48bb5c2530e690c89ed8c1169cc78','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825534,'/video/category/8/news-politics/when_this-month/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0a1596cf2e1fbc30df2c2b81430d522c','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378825749,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('78ea377f519a79d85c9a2bf5d9e28831','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378825764,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('81878608ee18e1d3d322973a6f06b88e','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378825782,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('fa2db447335bccbc9bced57f35bcb371','8748d529678bcb62bb01d5729d515ffb',NULL,0,1378825801,'',0,0,0,0,'208.89.208.82','Chrome 27.0.1453.'),('b0b856525c521e6455a3d72aade07378','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825847,'/marketplace/category/5/albums/location_YT/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e5d82bb29851f27cd407c4baff24e857','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378825923,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('fb3a4d0a08d7d339c496b0510bad3d5d','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378825925,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('851a50bc7ea3a51a339bfdeb79703361','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378825988,'/marketplace/category/12/male/location_HU/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ea5cca53be252a66f5f92bd675c62795','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826004,'/marketplace/when_today/location_MR/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6a228acf145a7467b9e3e1ccac207bde','5545519c087dbbb2169dfe3b14680899',NULL,0,1378826007,'/user/login/',0,0,0,0,'199.168.139.204','IE 6.0'),('b2ea8487fb26d18c8139cf986adca3c2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826072,'/profile-5/photo/when_this-week/show_60/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('89c3db9ef3062278822fc63addc8baad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826083,'/marketplace/category/12/male/location_EC/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('29d469af9214a9db55d3004b75c77803','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378826096,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('c06f3dbd08193d4418efbb3c1f12ba5d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826127,'/convictcartel/video/when_this-week/sort_most-viewed/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('80ab05d4e46706140e79e0b8cc84ae0b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826173,'/marketplace/category/12/male/location_BE/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d35e11ea00684f1c929db9ff3e89754f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826229,'/marketplace/category/5/albums/location_BW/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b34e947e0c49e024928536da8297db22','66d8d28d8575945e0071e535852e458e',NULL,0,1378826332,'/user/register/',0,0,0,0,'178.32.156.199','Chrome 27.0.1453.'),('e4e96dd9544c18358946c9d26e5542d4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826351,'/marketplace/sort_latest/location_SN/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7d3c2e97cf25e43ca2a12695a618e0b5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826390,'/profile-53/info/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f62674a357177cbc7c00dbc164c54ef8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826393,'/marketplace/when_all-time/location_SA/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a420321644adc27dad1bb4033cff6537','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826427,'/marketplace/location_IO/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1718d500667b6c9294d1fcf1156ebcfb','8c9400f7f3174cc59320fb713f339614',NULL,0,1378826528,'/terms/',0,0,0,0,'192.119.154.238','Chrome 27.0.1453.'),('2433b47e8ba40c8b6d60b66e35459b85','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378826695,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('3fbeb8945e7a82729ccc6ac45fd0f81b','76c7e6b8fef7e32d67430690c211734f',NULL,0,1378826770,'/mobile/user/register/',0,0,0,0,'79.114.94.227','Chrome 27.0.1453.'),('330a6a2ba98e134e48a1b55f21e914a2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826971,'/marketplace/category/5/albums/location_PW/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4c9f1f8ccf8e23e10b29696304af54e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826996,'/marketplace/sort_most-talked/location_BF/show_15/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fbf6fe0cbfa7e70e2bd3fa54e83d405b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826997,'/convictcartel/blog/when_today/sort_most-viewed/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5a2b1f132f113698bb31d76a207289e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378826999,'/marketplace/when_all-time/location_SI/show_18/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('32de6a9ae48b7c7edff3e6ac19f5771f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827026,'/video/category/15/hip-hop/when_today/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b53f669389fdd8385649d5f985b60fe3','f5f9717d2e8540452e17ab4fb7e521e6',NULL,0,1378827030,'/user/register/',0,0,0,0,'91.108.182.202','Chrome 27.0.1453.'),('4db15ffaf9a9eb506b2c7b5a0f2194a6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827041,'/profile-5/photo/when_all-time/sort_most-viewed/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0499a0070f904cf46cc50300479759dd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827055,'/marketplace/when_all-time/location_TR/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ac920cf70a47dc875b37a3faea16a740','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827076,'/marketplace/sort_most-talked/location_BD/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59eaa468835f4af3a01e465951aec9b2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827104,'/marketplace/when_all-time/location_NZ/show_12/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a0464b7fc1f1f6c4082062f542741043','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827106,'/convictcartel/video/when_today/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a17f19674923f76da5319d9966ac5458','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827150,'/video/sort_most-talked/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8f7ad3187bbd0d6152de0f71f3d04956','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827221,'/convictcartel/marketplace/when_today/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1c9dd9ec0453f65ef89856f6ea2a9e25','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827229,'/video/category/8/news-politics/sort_most-liked/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('772d7a2a90b5f4703c83df42cdcd497e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827238,'/marketplace/sort_most-talked/location_BD/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0cc6fed3f5c83f45e0f0e8a64f23cd4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827253,'/marketplace/when_all-time/location_PR/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('44489061a0b305534900a977e3a9330c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827266,'/marketplace/category/12/male/location_HU/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('59892a9bcba439a6e41773644ab4a49c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827269,'/marketplace/category/12/male/location_VA/when_this-month/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9e51d7cc53353b717ee1fd8f2ddad053','fade6c31475140f7531f514510f96606',NULL,0,1378827273,'/',0,0,0,0,'178.33.213.52','Firefox 17.0'),('220244eb6f6d5789d94f162381c66cf5','d7e81dc1e3858f8e2b25ef6cab11d0ca',NULL,0,1378827288,'/user/register/',0,0,0,0,'91.236.74.176','Chrome 27.0.1453.'),('1ff421cb8d48f6c0bc69db1f9129e354','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827295,'/profile-18/rss/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd7940dd2717d6a3f720e5790c8dfcbd','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378827328,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('a6645fdab6d5577533f9f20057ec35f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827337,'/marketplace/category/12/male/location_RS/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('155d8eeb831bca66f08dc180e1b4529f','750663bce7de2ad440d33706b688351b',NULL,0,1378827469,'/user/login/',0,0,0,0,'59.58.155.56','IE 6.0'),('1a783dbfcadb30a28a2ff5d4c549e960','7014768c5dc436572fa6960756da7a07',NULL,0,1378827506,'/user/register/',0,0,0,0,'199.15.236.96','Chrome 27.0.1453.'),('63a72695d614412dae40b844f5357f75','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827529,'/marketplace/when_all-time/location_TJ/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6ee5cff8507b99996c27df47bf976acf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827549,'/marketplace/category/12/male/location_PF/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f42083c128f2a01442b29387158248c5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827559,'/marketplace/category/5/albums/location_SM/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0e154f08f8bc807f66b31629de028689','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378827673,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('6964b6d620455d50ee530f93ff69ae3f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827691,'/marketplace/category/5/albums/location_IE/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d8b437dc9f8caa1753fd6599a1e59630','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827804,'/marketplace/category/5/albums/sort_latest/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c1bb3e119ce48f5adcdf60363426c9dc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827818,'/marketplace/when_all-time/location_TW/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5c5f8ea530a6cda24a786552a41f7927','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827893,'/marketplace/category/5/albums/location_EG/when_all-time/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0c74b84e4e45cbe9ec9379aee0731d3c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827904,'/marketplace/when_today/location_MS/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('78de2a493362a2fced7ee776a96e0462','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827926,'/marketplace/location_NL/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b548f34408149240248371cf711a84f6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827945,'/marketplace/category/10/beats/location_MS/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4d0a3930a2e5546581a3ffe72376a362','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827977,'/marketplace/category/5/albums/location_SH/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('441267de3e164f866764fa47c3f5e569','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378827980,'/marketplace/category/5/albums/location_SA/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('960b34f56879b409c73666c6a28f56fe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828069,'/marketplace/when_all-time/location_UA/show_21/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6426f601b1cdd6383e7536ca99ff2cc0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828069,'/marketplace/when_this-month/location_TW/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('902822edb6aa249e5559cedf2d697653','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828094,'/marketplace/category/12/male/location_KI/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('21584f9ec21c7fa88538b5aafa0a9b72','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828195,'/marketplace/category/12/male/location_GH/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4f60518527671b34eac9596d4b6ebac9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828203,'/video/category/6/gaming/sort_most-liked/show_15/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b54ee5bfaf26f323b44cfe99445cc8aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828209,'/marketplace/category/12/male/location_BF/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('272347b3c2d901cfb04e8f69a3112ba7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828210,'/marketplace/sort_most-talked/location_AZ/when_all-time/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('481ba74e11f68b972b7fbb7e3ccf1977','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828237,'/video/category/2/comedy/when_this-week/sort_most-viewed/show_18/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c64f6eb2394d05d3811428e73ad7720b','2ebc4ad3b6b5014deffda224baf52f8c',NULL,0,1378828468,'/forum/',1,0,0,0,'69.175.25.22','Chrome 27.0.1453.'),('e1907e5bcda16e05567ae58d0ec1c9f0','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378828485,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('44a42318b588d5bd9756a71e147bc54a','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378828591,'/terms/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('bb982ca906b5b1ed74b83cc665d81747','23a4155eebcd04e38ad1e372dcde3468',NULL,0,1378828661,'/user/register/',0,0,0,0,'188.165.128.164','Chrome 27.0.1453.'),('69310bca4b19ba28950848c06ec5c93b','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378828706,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('7821a918660f5d7031eb6878cd8e5078','965de0cc7c66d0c548d99fa21bc15420',NULL,0,1378828760,'/user/register/',0,0,0,0,'180.180.101.202','Chrome 27.0.1453.'),('87361ef21dc116498b96005667fbd2f1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828776,'/marketplace/when_all-time/location_ME/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c8415906a9d9acc6d55e0b777598d4af','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828786,'/marketplace/sort_most-talked/location_CN/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8ebda0d1739f32ed0ac49b90f1997b9d','5655645e3d1dee07eda5c7e1ea1e4531',NULL,0,1378828805,'/user/register/',0,0,0,0,'46.105.52.169','Chrome 27.0.1453.'),('d7c2c0de55b74bf581d050d79e88eaea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828873,'/marketplace/sort_most-talked/location_DM/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6bc2884ca02599ac0e260bfb153e7578','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828880,'/marketplace/sort_most-talked/location_CV/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5295b64c0434f0f4598434a0a12e4e0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828915,'/marketplace/when_all-time/location_KE/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b12f27b685e616ff8baae165456b35a2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828922,'/convictcartel/video/sort_latest/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1cfac2750a35d6ee75c7c86b409dac74','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378828923,'/marketplace/sort_most-talked/location_CH/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eecc7186f5227c0e7315a2aaa176bc43','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829003,'/video/category/6/gaming/sort_most-liked/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('72f61812e7a49c2024d66b13435399b6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829027,'/marketplace/sort_most-talked/location_BI/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f362ec23f34574c3412df35d31832efe','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378829050,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('0674c112c9d7b8639a9d9b603e9379c3','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378829052,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('d4d6a57911798a986931d60e9fcd31b2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829059,'/marketplace/sort_most-talked/location_CF/when_today/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('da54bb3f4f70e5c92110ce29e1131486','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829098,'/marketplace/sort_most-talked/location_FI/show_12/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('1cd8481a1e44b5780674c1252e6da1e6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829133,'/marketplace/sort_most-talked/location_BE/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('861509f3e9729068ab94c50657f21cad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829152,'/convictcartel/photo/photos/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82039bb4628448dbcb22d4091cefcc9b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829153,'/convictcartel/photo/sort_most-talked/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4b3639638aaadcdc7a674960e9559583','8110c18066df901bfd0d71078aadaad2',NULL,0,1378829217,'/mobile/user/register/',0,0,0,0,'91.238.134.205','Chrome 27.0.1453.'),('d7781609c6298b03838eeb69d905f5a4','a976ca7f32be5051f5a6d392b52ad288',NULL,0,1378829301,'/user/register/',0,0,0,0,'66.248.194.75','Chrome 28.0.1500.'),('2b184568452eb76fa0a7c5c22cbb3c0c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829326,'/marketplace/category/5/albums/location_ZM/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('797ab912f05738dc2088d4742a46139a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829359,'/video/category/15/hip-hop/when_this-week/sort_latest/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eac304b927b8245f2d7b735ddb5ab53d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829379,'/convictcartel/pages/when_today/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('454079d0b1556a73ae287381d4326c99','f909d405c7ce2c76b2a1ef4681e1bd50',NULL,0,1378829394,'/mobile/user/register/',0,0,0,0,'69.175.122.61','Chrome 27.0.1453.'),('ad2c58cd304f164e980d936407f01d3a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829401,'/marketplace/category/5/albums/location_BL/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bd513784a339c8093824f66f0628bbfe','b0e92f8a5c6222a2745c820d265f8696',NULL,0,1378829422,'/user/login/',0,0,0,0,'199.168.139.204','Opera 9.80'),('cadf3d4581cfd9e5247d7921c8e33d07','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829421,'/profile-4/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02280a88645399cc242d96a4b846cad5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829436,'/marketplace/category/5/albums/location_AT/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71778ff1cf8158c4ffd272a40562ae80','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829463,'/marketplace/category/5/albums/location_ZA/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0083af5d6f686dd3c4d10b6dbf63116f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829467,'/video/category/4/entertainment/when_this-week/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('fcacc4b01a996c407a3215ed5ae1aa0c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829477,'/marketplace/sort_most-talked/location_AO/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('665592e09dd97004eb04f2a86aa9efc6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829512,'/marketplace/when_all-time/location_MP/show_18/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('27ec287322e180eeb861500589304d66','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829518,'/marketplace/when_all-time/location_TD/show_21/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('03250c2e47ffa587b529d01c64e64881','9c03d8f7102f7c0198a40745c6af75ed',NULL,0,1378829542,'/forum/',1,0,0,0,'198.143.165.219','Chrome 27.0.1453.'),('3996ddd9fa55dbe467a5b6cf8ac0ecba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829563,'/marketplace/when_all-time/location_NG/show_15/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b2de447556e43038ea3a11e9d3ea927','2f7e61fc74b4b1554ed1d403d714835b',NULL,0,1378829572,'/forum/',1,0,0,0,'192.73.238.21','Chrome 27.0.1453.'),('32940e20ef7e5c8adf37c75e6a2bb5ef','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829579,'/marketplace/category/12/male/location_PW/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5b53df261167bddb076999dec6996d6d','7660998f53c9d15558982956890bcc1a',NULL,0,1378829657,'/terms/',0,0,0,0,'198.98.121.113','Chrome 27.0.1453.'),('68649f9f2ded8673195417834b869c81','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378829668,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('6b2bee00a3672090b21657bd9f746d95','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378829670,'/user/login/',0,0,0,0,'27.159.203.131','IE 6.0'),('b4ccf9a300dbd98abfdc6d24721b3fa5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829680,'/profile-49/info/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3e93244bc51a9c49cd1fe3ad67deb176','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829747,'/marketplace/category/4/music/location_HK/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d0b886635e8317e8234068ab403624cb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829872,'/marketplace/sort_most-talked/location_AW/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('313cb3a6becbf355b8169e643c5a0515','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829892,'/marketplace/sort_most-talked/location_LI/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c59397d5e34c8e29f4892f07e5c1db60','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829894,'/marketplace/category/13/female/location_TJ/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('325777fae2eb046d52ddd9dd8593ab7a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829893,'/marketplace/sort_most-talked/location_BH/when_today/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('82e84b97011ae141710995e34061e1ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829905,'/marketplace/category/5/albums/location_GS/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cf8899709fb3b2921074dd52f0a1620c','dc1d33e51cb46cdb8c4507772e82973d',NULL,0,1378829906,'',0,0,0,0,'37.59.87.49','Chrome 27.0.1453.'),('bfbb1a8aa81d64f72cd975e3b8798fd8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829906,'/marketplace/when_all-time/location_KI/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88a6cfe02b2acf78d2349fbeceeab415','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378829908,'/video/category/15/hip-hop/when_all-time/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('606c6c43fff4fbde487b2da9d86b161b','70899706b622c7f57accfbba9c017dd3',NULL,0,1378830065,'/apps/developer/',0,0,0,0,'108.62.71.171','Chrome 28.0.1500.'),('70958be9626aa21bc51a1f76b1295ec6','e0084310317d64475dfd6c58b51d303d',NULL,0,1378830079,'',0,0,0,0,'173.208.2.162','Chrome 27.0.1453.'),('6b057e9eb12096d49f5b97bb7215f789','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378830143,'/marketplace/location_MQ/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('ce7eccbb82dc605447321b5d4bcbc8bf','e0084310317d64475dfd6c58b51d303d',NULL,0,1378830151,'',0,0,0,0,'173.208.2.241','Chrome 27.0.1453.'),('12cd0fa8862c603cce5509fc4d80f1e8','2b74edd6f5ea28c2f739e4ce46e660c2',NULL,0,1378830205,'/user/register/',0,0,0,0,'50.115.169.108','Chrome 27.0.1453.'),('cc5df647ea2cee90e91a4d275692e1a5','5e6b753ba3ff289067d13d8fec152aba',NULL,0,1378830344,'/user/register/',0,0,0,0,'46.246.22.139','Chrome 27.0.1453.'),('12947c88f203ac2e679333319fdce6e8','4753c7b10aeaf738c437a44ba36b6cc2',NULL,0,1378830373,'/user/register/',0,0,0,0,'59.58.149.50','IE 6.0'),('4a9ba081052ce8d0555ff4f06e0ec0cf','4753c7b10aeaf738c437a44ba36b6cc2',NULL,0,1378830375,'/user/login/',0,0,0,0,'59.58.149.50','IE 6.0'),('2b1fce3d152c58668d789966c2ce38df','e0755aed1b1501034a78f7559f118093',NULL,0,1378830376,'/forum/',1,0,0,0,'130.185.156.204','Chrome 27.0.1453.'),('9f7871a3d16ad1f0cbe15cbf95b896ca','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830377,'/marketplace/when_this-week/location_GH/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2a849fc1c41b4d38d95081e01582453e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830438,'/marketplace/sort_most-talked/location_CO/when_today/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b60920cdc3ad0225c243a67ae2562285','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830460,'/marketplace/category/12/male/location_BI/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25bd3cd5104210e4feeb315a5334b42d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830485,'/convictcartel/marketplace/sort_most-liked/show_12/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('096f60d8ce03d07f0fd9f3d3133bc5b9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830520,'/photo/album/profile/32/profile-32/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('64f66c39bfba842fbb277103010c70c1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830556,'/marketplace/category/12/male/location_DK/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ab145b6a5b25e13f42a48e46e049d8e9','2840249d6fe021910aaed13999b7219b',NULL,0,1378830589,'/mobile/user/register/',0,0,0,0,'176.31.64.41','Chrome 27.0.1453.'),('a84ac8c2f9dc6be3e74651d3f2e84776','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378830612,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('6377258e6549dabb8bc74cebe4568a30','03d4baf911920e92e8e906dfb3ad9813',NULL,0,1378830619,'',0,0,0,0,'50.117.76.109','Chrome 27.0.1453.'),('2004bcb1116ab27d55976eb8a220478c','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378830646,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('0bd93ee943f00a15151612a3a570f24a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830665,'/video/category/2/comedy/sort_most-talked/when_today/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('70b7e0870dea98e1d3b04ac78bf8471b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830693,'/photo/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53bcebcf6c15ea092ce0f81bfd9b4e86','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830832,'/marketplace/location_VE/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('741e6474c98cc1258cf4ea267a39cffb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830847,'/convictcartel/poll/sort_most-viewed/show_15/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8b2670caf171d2e94514a73e79d0ad5b','52ac92f04771b17ed0560c904c844d7a',NULL,0,1378830850,'/mobile/user/register/',0,0,0,0,'142.91.79.57','Chrome 27.0.1453.'),('6491005439c0536da55ceac4dcde33e7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830870,'/marketplace/category/12/male/location_GU/when_this-month/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('493b3824b9c75127c94b2c2863d7abb9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830895,'/marketplace/category/12/male/location_KZ/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5023655ba1d7183811a3531f55a77213','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830904,'/video/category/15/hip-hop/sort_most-viewed/when_this-week/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ad2e78bc2cc7cd86a4f60ec212540c57','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830920,'/video/category/6/gaming/when_all-time/show_15/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('842bfde96c9b525f582e36e894126448','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378830947,'/marketplace/when_all-time/location_MG/show_18/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d69220d088987cfa7a1a2f7e8f735c90','13b1e386d3a1b369bc91b80bd0ae7df5',NULL,0,1378830969,'/user/register/',0,0,0,0,'98.202.155.236','Chrome 27.0.1453.'),('3d6d671494dc68f0a621592afdbcf2a7','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378830998,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('f658a0d1a9307fbcec673bf2bd651538','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378830999,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('f63eef179b1f3ba55f8d3f6af4ab882d','52ac92f04771b17ed0560c904c844d7a',NULL,0,1378831135,'/forum/',1,0,0,0,'142.91.79.205','Chrome 27.0.1453.'),('5ce54e8ed616ad148631524344ba5717','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831187,'/marketplace/category/5/albums/location_SV/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f1327fc2b79147846b2433fabecb740f','5464f0a51407ea3547ee90d81200068b',NULL,0,1378831208,'/forum/',1,0,0,0,'188.165.255.35','Chrome 27.0.1453.'),('5d435e95482f9ead74e3ef11cb5b8afe','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831249,'/marketplace/category/5/albums/location_VU/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0c734a7153c23baa2dbbfbbe74ebfe67','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831284,'/marketplace/sort_most-talked/location_BR/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6f77846eb88e5915f60f5bf1d30026b3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831305,'/marketplace/when_all-time/location_SK/show_18/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('53985ff71230a39262305bd70d624e19','a4f1d46ce2cdee921bef83e440a67704',NULL,0,1378831318,'/user/register/',0,0,0,0,'88.190.16.36','Chrome 27.0.1453.'),('a1a681daf740de0fde542c5942938741','a4f1d46ce2cdee921bef83e440a67704',NULL,0,1378831427,'/user/register/',0,0,0,0,'88.190.16.36','Chrome 27.0.1453.'),('3681af4decb79384655185eebb57288c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831455,'/pages/1/info/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b2e4a418803e33c7fb69d51879b84de3','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378831550,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('590f7c4406fb4ce6523229a53f3464ec','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378831536,'/forum/',1,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('d946ffef191706cea180c180536ea079','7cad54139ce85a9aadaf197facba1746',NULL,0,1378831541,'/forum/',1,0,0,0,'37.59.88.228','Chrome 27.0.1453.'),('6931d6354aced04b0b89b7cbc80fb0c9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831588,'/video/category/6/gaming/when_this-month/show_21/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8cac18a797a4a05fada82a0cf8467ec4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831628,'/marketplace/category/12/male/location_EH/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b06c1170d79cc39d2b062efc06cd46fb','f03e866faf60d0d376d3a24f32cf0685',NULL,0,1378831634,'/rss/id_1/',0,0,0,0,'66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=757839234045443521)'),('9f5d450a00873f5eba3cde44c892c312','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831641,'/photo/album/profile/5/profile-5/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f6f226fadaa9f0b4b2715a03ee19a3ff','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831642,'/marketplace/category/13/female/location_GN/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f09bd0b5e8380068223b18ff12c21557','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831709,'/marketplace/sort_most-talked/location_CG/show_12/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d79f62bbf178b2458fc49134b2962ca8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831725,'/profile-18/info/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('839120e5e5c2ca6a1226543d413b744c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831747,'/convictcartel/poll/when_today/show_5/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ddace51c0e148c56c350d16f7696b028','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378831765,'/marketplace/category/12/male/location_SE/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4ecd427de24e8b646ab1d2d4629c1f2c','0fd3aa3915a2c9aa355ba0872e01f129',NULL,0,1378831834,'',0,0,0,0,'184.154.142.27','Chrome 27.0.1453.'),('4a79b7d89bd20522dba760c014c0785e','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378831845,'/user/register/',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('2717842133019ed0866193df2e697268','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378831873,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('e624f567abe1efd154868aa95e953cbd','6b3bdf6c4f5baf03d763be6b697bc51c',NULL,0,1378831877,'/user/login/',0,0,0,0,'220.161.96.108','IE 6.0'),('71836a516bb2d5f2558407052e333e07','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832088,'/marketplace/sort_most-liked/location_VA/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f20a342ee7b6b0407323dc9c22ffcea9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832102,'/marketplace/category/13/female/location_TH/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bb15fdb5b058049e10cacdbabadaa6dd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832121,'/marketplace/category/12/male/location_TL/when_all-time/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b98c9e1fd8a2c7beca7e8d24be0f9445','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378832140,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('d623e1f40da7eef72680778e8a952491','73d7000fe4d03e0aedb819766613093a',NULL,0,1378832134,'/user/register/',0,0,0,0,'23.27.131.28','Chrome 27.0.1453.'),('caa08001fc6fd973d1035e893c3e5d72','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378832142,'/user/login/',0,0,0,0,'27.159.205.31','IE 6.0'),('597f039a25c79c21d72a1896871d1d74','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832185,'/marketplace/location_TG/sort_most-liked/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d8bb01d245d22ed3d5e4d63d4ded95a5','184bcf6f299fe9051984eb3291b4efb8',NULL,0,1378832201,'',0,0,0,0,'37.77.81.182','Chrome 27.0.1453.'),('673ef500d94826dce7b1b91b4556263c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832215,'/marketplace/when_all-time/location_ME/show_18/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('73571723741b3b20e0071d6b0ee5585a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832225,'/profile-5/photo/when_this-month/sort_top-battle/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7506715689d6daeba1971d854ca15013','9c03d8f7102f7c0198a40745c6af75ed',NULL,0,1378832239,'/mobile/user/register/',0,0,0,0,'198.143.165.61','Chrome 27.0.1453.'),('02c3f7d2de9bd7410c72f8da5c50eaad','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832255,'/marketplace/category/12/male/location_CD/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a9340b13030c52f3a33986d1e67c2ba4','fe99fdaa12f793392323b178c85f8e43',NULL,0,1378832269,'',0,0,0,0,'64.130.179.207','Chrome 27.0.1453.'),('8c797a1ea7535aa2862f434fe821c047','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832352,'/marketplace/category/12/male/location_BV/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4bbeddf6a94f05d49dd5feac9a214115','cf9232d855f5498f10a68fd59f74b835',NULL,0,1378832354,'',0,0,0,0,'190.203.40.136','Chrome 27.0.1453.'),('9ac86ce6c55a1c750685b18caf928309','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832393,'/video/category/16/music/sort_most-viewed/when_this-month/show_18/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('d290efecc36c191a5effadc9ac200aaf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832429,'/video/category/6/gaming/when_this-month/sort_most-liked/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c0f160fecc96203767d20b73afb3a3e2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832450,'/convictcartel/pages/when_all-time/sort_most-liked/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6968911bc8a7528ffa80d92da0a13edf','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378832487,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('f103d51c7a08f38da3c52d18f3849d47','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832536,'/marketplace/when_all-time/location_ZA/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0d914be90f345bad9c62d7db2d8296dc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832589,'/marketplace/when_this-week/location_BN/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7720077920f871c711f0024d38485423','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832673,'/video/category/8/news-politics/when_this-week/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c82159ab23be1b1c4d64b3308ce6d403','8bb9ba3a2ea8c9d8f6601226bffc75b9',NULL,0,1378832809,'',0,0,0,0,'141.255.167.217','Chrome 27.0.1453.'),('7a4f492dde3698299ba8254d9c3799c0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378832932,'/marketplace/location_JP/sort_most-liked/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('e0d92888fa0a0fdf613f7e918df5fabd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833025,'/marketplace/category/12/male/location_UZ/when_this-month/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('83cfa3af39fa8360135b355a63c30d69','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833056,'/marketplace/when_all-time/location_PM/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4c695af44a349225595419336b024c8d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833106,'/marketplace/category/12/male/location_TW/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ce7e618fdc97bfb3c139e7150ca17528','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833107,'/marketplace/category/12/male/location_NA/when_this-week/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('9c9fa7ceb8f341983cf71c288e90d436','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833140,'/marketplace/location_SH/show_12/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a635f7084484d6a2b56ad2b08e94f920','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833156,'/marketplace/category/5/albums/location_KZ/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f97e521493a0cf5efebea0d31c6d2609','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833172,'/marketplace/category/5/albums/location_MS/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('aab74328c27c7af9f00ceebf8ce3c2f6','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833208,'/marketplace/location_MC/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('afc4a0fc921899b024a534e66642b2b9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833218,'/marketplace/sort_most-liked/location_PG/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('88e63cd4659f0dc7cd2e2f223b15b579','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833220,'/marketplace/category/5/albums/location_KN/when_all-time/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5df7d17f06e7e87e3d0e04faabdcba15','c7000e35487f5f0aa76d61fdfc448bed',NULL,0,1378833224,'/blog/199/the-big-picture/',0,0,0,0,'142.54.184.142','Chrome 18.0.1025.'),('93b716a699c84f2f7407aa6ef54fe6c8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833291,'/marketplace/when_this-month/location_CL/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eb09564dae8432dd43e6ebf24dc8b5a6','52ac92f04771b17ed0560c904c844d7a',NULL,0,1378833323,'',0,0,0,0,'142.91.79.229','Chrome 27.0.1453.'),('48d4c9474cf22aae805cba2db95808a0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833339,'/convictcartel/blog/when_this-week/sort_most-viewed/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a57fb95b20e4ba1ddc08c4a1c407a2a4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833352,'/profile-5/photo/albums/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a9d2b2c6d3e81a33e17d6994b1b60b9d','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378833391,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('aabd47d00f00929d8e218eb072ddce88','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833394,'/marketplace/category/12/male/location_GT/when_all-time/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('84dc36f97f73979184cb648dd71da9e5','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833403,'/marketplace/sort_latest/location_LC/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c67de1db7c5b40a84d9c05f86172a466','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378833448,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('67c94d6175f561b4e7e67604b1818de6','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378833450,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('aa2892b543796717bf9afa807930faea','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833518,'/marketplace/sort_latest/location_NF/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('71df7d688616e912ca04e5ceab1acf3c','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833525,'/marketplace/category/12/male/location_LA/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('198b1da69472dbb06de24be407799353','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833528,'/marketplace/category/12/male/location_GD/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4b4512dc76e3edb2aa599d78c7ca38a4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833586,'/marketplace/category/12/male/location_LR/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('061f9d987ab19b57e67b3f8a33406c67','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833608,'/marketplace/sort_most-talked/location_BA/show_18/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('706fb4d63b2879ace3463f5d624f5421','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833619,'/marketplace/category/5/albums/location_BY/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4be82dc9c874717b510c71209191b09f','37400b1ca6d42c762c58fccf0c7755d6',NULL,0,1378833627,'/forum/',1,0,0,0,'151.237.190.241','Chrome 27.0.1453.'),('b7c73fab9099a87c11a7a8b78e6f3b40','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833634,'/marketplace/when_all-time/location_JO/show_12/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('33193194550a8e8de4b1e5ea538ae222','550fbddd0e71c38c4812c5f0e9fc5e02',NULL,0,1378833648,'/user/register/',0,0,0,0,'27.159.205.31','IE 6.0'),('24301b661a08a029fd44050ab0f1d165','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833644,'/marketplace/category/5/albums/location_MP/when_this-month/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('49af87a307c624eea5363517ada3b580','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833658,'/marketplace/category/12/male/location_BY/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('39a84a07bd6069e39d522d9804af9530','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833660,'/marketplace/category/5/albums/location_AT/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('98fc0645d19e745faccf8dd2dd0babd6','f0887c83bd5da424818e5eabdfbd1df9',NULL,0,1378833687,'/mobile/user/register/',0,0,0,0,'50.2.225.175','Chrome 27.0.1453.'),('cbd2ff2fcb5e9c4dc112b3537af2065c','f0887c83bd5da424818e5eabdfbd1df9',NULL,0,1378833695,'/user/register/',0,0,0,0,'50.2.225.175','Chrome 27.0.1453.'),('faaa22eefc15df20699a62276cf7199b','4c00b575d4447ef34aeaf44299b4d52c',NULL,0,1378833750,'',0,0,0,0,'212.38.176.208','Chrome 27.0.1453.'),('1bb779cbe92b83a55d5f6d72cc6fe6e2','4c00b575d4447ef34aeaf44299b4d52c',NULL,0,1378833756,'/terms/',0,0,0,0,'212.38.176.208','Chrome 27.0.1453.'),('950c4c034522ab8b1aef8e2a42ff6215','2867927f18afbc0d867ab41813f7448d',NULL,0,1378833807,'/forum/5/computers-technology/',1,5,0,0,'91.121.73.50','IE 8.0'),('b728126464c1419d42c2db514001dedc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833864,'/marketplace/location_GN/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0cac6f4ae0698657185f09358629f4a1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833887,'/video/category/2/comedy/when_today/sort_most-liked/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('04a5b02f8604ade1979da9ee4f5bd9aa','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833918,'/marketplace/category/5/albums/location_NG/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('028f2ddd0ed1f37e120832e3bd2ebf93','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833933,'/marketplace/when_all-time/location_NO/show_21/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ea8d3f11ee5d0efa2a2b99189479399a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378833976,'/marketplace/when_this-week/location_PN/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3fb7745f3b957ba920ae4f22010fc3fc','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834020,'/marketplace/category/5/albums/location_KN/when_this-month/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0db1698086fb6fe71d5a2efc738e638b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834029,'/marketplace/when_all-time/location_UM/show_18/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('25f447605f5c0312c28b1914c45137f9','211fa4d0706275e242eaefd8bd5170bb',NULL,0,1378834067,'/terms/',0,0,0,0,'192.119.148.169','Chrome 28.0.1500.'),('fd91f79f79f21385f48909a20c5db175','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834107,'/video/category/4/entertainment/when_all-time/sort_most-talked/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('32327a17333038dd335265a464dc3a59','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378834206,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('a2712e109db2cf02153bdc851f874adb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834197,'/marketplace/sort_most-talked/location_AZ/when_this-month/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3194cce0e4fb1171678469fd502210de','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834222,'/marketplace/category/5/albums/location_CD/when_all-time/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b5460fd22dd8f9018e971487601ce0ed','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834223,'/video/category/16/music/when_all-time/sort_latest/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c3216abf2c40a9fa0a8693fea806b018','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834262,'/marketplace/category/12/male/location_PN/when_this-week/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('789a409a55780c33efac030cf92dd071','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834380,'/marketplace/category/5/albums/location_DK/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('08fec5d93abed257bd3677e4c2332a19','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834381,'/marketplace/sort_most-talked/location_AI/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bab6249f929d4920204df1403afde664','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834493,'/marketplace/category/13/female/when_this-week/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4c411b1e0a6e3744366e44b1816d0ec9','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834546,'/marketplace/category/5/albums/location_PN/when_this-month/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f33010d78559b7d8720fd4186b06b775','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834557,'/profile-5/photo/when_today/sort_top-rating/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f26b5e507de2e3b051fd35d720fa0543','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834567,'/profile-5/photo/sort_most-viewed/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b6619d79abbe19ddfb0d3442392c1732','8ac5a94403d84e19e65f2728ae0d0eea',NULL,0,1378834685,'',0,0,0,0,'188.32.121.149','Chrome 27.0.1453.'),('7fd4890972d56f3bd4b6e16558b5f937','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834743,'/marketplace/category/5/albums/location_CG/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0d062e2d939690056b1cbbe7bd7f0da1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834836,'/marketplace/category/12/male/location_CY/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('a5fa78d0f7f53d64f21dc25bed3966b0','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834927,'/marketplace/category/5/albums/location_LR/when_this-week/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb9527fae8cc3daa0b7f4a236bcdb43d','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378834930,'/marketplace/category/13/female/location_YE/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('cb24d033d5b4971a8569d18cf6d55b4d','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378834958,'/marketplace/location_LI/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('bfa56c8635ccc32ed47f83c5d68c8acc','3638ed941be49924c4e9255d4dc52b3e',NULL,0,1378835016,'/user/register/',0,0,0,0,'27.159.203.131','IE 6.0'),('4c2235876bd4da593fab0d72b420633a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835028,'/apps/category/21/utility/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('63f2c005261d1c14de9c8990319346be','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835041,'/marketplace/category/5/albums/location_IQ/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3ea102255efab8acf77a02691f59a2ea','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835048,'/marketplace/category/5/albums/location_LA/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6efce29b73894bf1bf6d3a7944abd98e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835053,'/marketplace/category/5/albums/location_LT/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('09af05d9ddaeb223abb52123e958f739','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835060,'/marketplace/category/5/albums/location_MC/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9fb30212e49aa195566888c2160a02b3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835065,'/marketplace/category/5/albums/location_MD/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ea697a7763415cc8dbec2839e8265803','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835067,'/marketplace/category/5/albums/location_MD/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4115abd17022beb7c520bcd604205631','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835072,'/marketplace/category/5/albums/location_ME/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7649684cc3e8e7b256472cb6a0081ff0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835075,'/marketplace/category/5/albums/location_ME/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9fe4c182e2f4ca5303b8666ee9a328a6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835079,'/marketplace/category/5/albums/location_ME/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9286a579dabe95804b908f513ed5bd0d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835084,'/marketplace/category/5/albums/location_ME/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d8a08f9bc499f5dd19c707bc98da253','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835087,'/marketplace/category/5/albums/location_MG/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ec954b5195ba9e304b5ab8bfd8b0ce23','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835093,'/marketplace/category/5/albums/location_MG/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('634ae13118b585bc02bc135feb829430','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835097,'/marketplace/category/5/albums/location_MG/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e4e75b4ce7090221dd119d95e6263204','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835101,'/marketplace/category/5/albums/location_MG/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('556a9f89690a5dba6ede67d5658b4e2a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835107,'/marketplace/category/5/albums/location_MH/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('891ea6a5ce30b41b3c48903881af3ff6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835111,'/marketplace/category/5/albums/location_MH/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a41bdcb260615c02d31a1d47922c923f','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835115,'/marketplace/category/5/albums/location_MH/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e3a16e48361e41ed882fcf9a3db4399','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835120,'/marketplace/category/5/albums/location_MH/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8093acf51f451e086abf071bfa3e3094','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835125,'/marketplace/category/5/albums/location_MK/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bc1d5acd27ab0f7b49d0ef6a3a63dc0e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835127,'/marketplace/when_all-time/location_TW/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c998fab008a29f64a03f850fdf26e137','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835129,'/marketplace/category/5/albums/location_MK/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff38b1339ea7f7a3d3fab631663665e2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835133,'/marketplace/category/5/albums/location_MK/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('07e5f75ecbee6708ca1aa9293ae845c2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835139,'/marketplace/category/5/albums/location_MK/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be7f0e715c14b85257233d8998f5bbdd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835144,'/marketplace/category/5/albums/location_ML/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a4e2d8f5d51f40bac1453607958eeaa3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835149,'/marketplace/category/5/albums/location_ML/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('004cd0912c40b1696d59737104b969af','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835155,'/marketplace/category/5/albums/location_ML/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6a8a310fef0556e6ff47936fc0e1045a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835159,'/marketplace/category/5/albums/location_ML/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d940d489193c9fb4e0d321f3aa5ad4be','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835163,'/marketplace/category/5/albums/location_MM/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97683a186f6108962fb9aa523bc28984','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835169,'/marketplace/category/5/albums/location_MM/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7b6dda928bd41474c8a0bc3d3e972d5c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835174,'/marketplace/category/5/albums/location_MM/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7a846c3cbc69f309f9d789263f1c9636','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835179,'/marketplace/category/5/albums/location_MM/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('150b8e87ba22f0506ddfc16c4915d500','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835183,'/marketplace/category/5/albums/location_MN/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4b53eb9b2c9f6b031f01c2f55e91d4a8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835190,'/marketplace/category/5/albums/location_MN/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b4e16ce5583deb1722cc3944c403e86a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835193,'/marketplace/category/5/albums/location_MN/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d522b09abe9534d7c5ef6a0a5e80f346','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835196,'/marketplace/sort_most-talked/location_DE/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2a687d058c88e817bb048e6bd675f4f3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835199,'/marketplace/category/5/albums/location_MN/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9db1f401da6671411a142a72f00c3a56','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835203,'/marketplace/category/5/albums/location_MO/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1de5c51df93f433a4d2da46ed15c7add','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835206,'/marketplace/category/5/albums/location_MO/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6cfa4035e166afa41ebd1e77a4626c3e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835212,'/marketplace/category/5/albums/location_MO/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a3e1a3bbc85b61c005e76e2d5ac16db4','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835218,'/marketplace/category/5/albums/location_MO/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3b1d25cc2115ed2df30e6c1a071e2e52','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835221,'/marketplace/category/5/albums/location_MP/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7836d9e53abae2ac6eaedd74b3585ed9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835224,'/marketplace/category/5/albums/location_MP/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a7ee366e0d48d50a380d0d2538cdd5d0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835229,'/marketplace/category/5/albums/location_MP/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5d9ba2744d0f785ea4fa89384564b63e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835236,'/marketplace/category/5/albums/location_MP/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e925f46cfa1eaf81f7da4de880aff31','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835238,'/marketplace/category/12/male/location_BS/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c3dc2c60c3174ef349e4a43c7a495296','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835245,'/marketplace/category/5/albums/location_MQ/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e83ba04b42a9376d26b97a51c5794726','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835246,'/marketplace/sort_most-talked/location_DO/when_today/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ccc6c34cdc67d43af686dbe6b8a6b1db','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835250,'/marketplace/category/5/albums/location_MQ/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('61d925b85fbfd78d20c35546190a75dd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835250,'/video/sort_latest/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c849f97186300e00ceda23c8ab901fab','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835253,'/marketplace/category/5/albums/location_MQ/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('67ffb7ceb2a7503b12e5b8e70658541b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835258,'/marketplace/category/5/albums/location_MQ/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('736f62baca2a97f943043d72e801725e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835265,'/marketplace/category/5/albums/location_MR/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c9aa3a3df720c4fd55d8babfee23d3e7','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835264,'/marketplace/sort_most-talked/location_AZ/show_15/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('b3c4d0e0a5a3681dcedcf0881a1cfcef','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835269,'/marketplace/category/5/albums/location_MR/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('560450189a483a3efe86b61bf7ffd951','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835272,'/marketplace/category/5/albums/location_MR/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2c09c74f9ffd72aae75a3d95e6b22841','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835304,'/marketplace/category/5/albums/location_MR/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0f33a10e14621734cdd909509a2d2bba','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835305,'/marketplace/when_all-time/location_LA/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('47810c83dd3a07fb8443a83841aab8fd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835309,'/marketplace/category/5/albums/location_MS/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8fa490474beb4dd2d481b950e52b9422','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835314,'/marketplace/category/5/albums/location_MS/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ed808674671e6418e0498773788f250','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835318,'/marketplace/category/5/albums/location_MS/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('55f2552433fb6498ded5d534c3325c8d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835322,'/marketplace/category/5/albums/location_MS/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f3d7fb4a9384e2af8aa4498be4eafee2','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835323,'/marketplace/category/5/albums/location_CG/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('47fa65bedce54b1bda931c1f5f6112c7','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835328,'/marketplace/category/5/albums/location_MT/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e62f08a73f6d87e23778c402bcde1bf2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835333,'/marketplace/category/5/albums/location_MT/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e775fbafd79c6114ab1f8cc411d0dc9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835339,'/marketplace/category/5/albums/location_MT/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0ffaac3f3e1a37a1db66ea3d161f373d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835345,'/marketplace/category/5/albums/location_MT/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bf64df15255076b95b47b4d1c96e9d11','5a4a0e78d4fa4dca0aad77c04559ca17',NULL,0,1378835352,'/',0,0,0,0,'5.39.1.100','Firefox 22.0'),('f81d711d2e4391ad1c7e9f8d0a0e89db','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835351,'/marketplace/category/5/albums/location_MU/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d7dd088fd355c1ec733270fb7ce45c91','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835355,'/marketplace/category/5/albums/location_MU/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6fda563fd3a4b74a458cc248db5c34ff','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835359,'/marketplace/category/5/albums/location_MU/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('67b2fa62ebf1a338dfe348564ea3cb8a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835366,'/marketplace/category/5/albums/location_MU/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c94395d543ebe7d334ada7e5a7d9cbe0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835370,'/marketplace/category/5/albums/location_MV/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('989789708a9d7d5f2373868973bc3db8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835377,'/marketplace/category/5/albums/location_MV/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9b516b128cdd4c4b8b542bb31f53f93b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835378,'/marketplace/sort_most-talked/location_DJ/when_this-month/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('365fca8b9aec1d8db508a4e936275f17','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835382,'/marketplace/category/5/albums/location_MV/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4aa62100101b826127e13ec6c69d475e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835385,'/marketplace/category/5/albums/location_MV/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9c0a042dd91cff7d941bcec0875a0195','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835389,'/marketplace/category/5/albums/location_MW/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('57539ba24b98010674625a92caecb3b5','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835393,'/marketplace/category/5/albums/location_MW/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a900fcd8ded0a1c2600ff88c5a0da60e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835399,'/marketplace/category/5/albums/location_MW/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4c838fbd04daa3d762233bdaf3251aa3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835402,'/marketplace/category/5/albums/location_MW/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ef347072d0f18cb7b75d24752b53972','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835405,'/marketplace/category/5/albums/location_MX/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b40b4a65ae02eed94b9bfcafa2535ce6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835409,'/marketplace/category/5/albums/location_MX/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fc9ecdd3b652619931bca2188f3f4664','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835415,'/marketplace/category/5/albums/location_MX/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('86df4b4115bf27f18fb57037286d9cea','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835419,'/marketplace/category/5/albums/location_MX/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba3cc7ad72bbaf57e3872b7616745ec7','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835423,'/marketplace/category/5/albums/location_MY/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('230060c6d0af14ee0fe5f4997de9bfa6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835429,'/marketplace/category/5/albums/location_MY/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('88267941561cc081cf114f6850b1f1f2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835435,'/marketplace/category/5/albums/location_MY/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f819dbd6e167a8b06fcd9874bf2f9e76','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835440,'/marketplace/category/5/albums/location_MY/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('134ad223b0c425798be5d1822f116a36','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835445,'/marketplace/category/5/albums/location_MZ/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ff7e227f1cd51fb784af3f078967a84a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835453,'/marketplace/category/5/albums/location_MZ/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('151cee08582fd7d871511e0741040276','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835457,'/marketplace/category/5/albums/location_NA/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c0318ca65b1d041732a4d5c72847ef33','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835463,'/marketplace/category/5/albums/location_NA/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1c0fdd8666cedd05ea929cefeb6b6ba2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835470,'/marketplace/category/5/albums/location_NA/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2186607e6d8f774f617c019c3022434a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835475,'/marketplace/category/5/albums/location_NA/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3e4b3b5df697c0c2a10c7093bfb3c3cd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835478,'/marketplace/category/5/albums/location_NC/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('344d4c289ccec7d874fb37656416ad62','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835482,'/marketplace/category/5/albums/location_NC/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a54c051e1e8ae4c5ad0902a8d1a9937a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835488,'/marketplace/category/5/albums/location_NC/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f07b73bc7d40633683d3b17bb56c2f90','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835491,'/marketplace/category/5/albums/location_NC/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f8b9e7e3e8152cbbe36fb2d1a8abf613','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835494,'/marketplace/category/5/albums/location_NE/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bbabd817374caeffee5e328a71c9d424','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835499,'/marketplace/category/5/albums/location_NE/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4d17a4b45af36892772fbabebed48a43','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835503,'/marketplace/category/5/albums/location_NE/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a5094b30abaf81502b079416f7e3ef03','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835507,'/marketplace/category/5/albums/location_NE/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bc523a87438f000c35cbd45ebc4d4bc1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835512,'/marketplace/category/5/albums/location_NF/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('71fef4810798f69b572438455c073975','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835515,'/marketplace/category/5/albums/location_NF/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8fd3f664db6f5234aa0d72f3a72c9855','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835519,'/marketplace/category/5/albums/location_NF/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('187a142a61a593370e195364a9d92a3e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835526,'/marketplace/category/5/albums/location_NF/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fa494f0f2da6afab2f735da11225fd2a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835530,'/marketplace/category/5/albums/location_NG/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dc35d57781bd21f63aca15e394d03c20','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835533,'/marketplace/category/5/albums/location_NG/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ee319ea77b4127b5a9b101f255bd9b1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835537,'/marketplace/category/5/albums/location_NG/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('06b2c7178cc2fcf669bfbf426ce37e70','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835544,'/marketplace/category/5/albums/location_NG/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a4f8556f5d22b8eb390d266314d07478','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835549,'/marketplace/category/5/albums/location_NI/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('17d9d64a6f6f635cebf7f79cee881b6b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835554,'/marketplace/category/5/albums/location_NI/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed57014ede01d40a77fef5e157b3d02c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835558,'/marketplace/category/5/albums/location_NI/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('00f4945ffe36268e51cb0e8e15bd124d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835563,'/marketplace/category/5/albums/location_NI/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dc16b6a21aec6bea72ce91cdaab9d046','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835566,'/marketplace/category/5/albums/location_NL/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('72ebb69f233ba47a3a0f4fec98eee514','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835572,'/marketplace/category/5/albums/location_NL/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f4a3283ac1d88d07abd25c26f512445b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835575,'/marketplace/category/5/albums/location_NL/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a32623e596228d813bf39bbc2f4d5791','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835580,'/marketplace/category/5/albums/location_NL/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ba4857da618dc7fa7c0e7ca4df4fdbb2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835583,'/marketplace/category/5/albums/location_NO/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('54e6dcd91be7e434ed92b2f7f40d6eb6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835586,'/marketplace/category/5/albums/location_NO/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ab6171899db2e55058e61297586461b9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835589,'/marketplace/category/5/albums/location_NO/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('11328c164313b23af56f52388023e68a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835593,'/marketplace/category/5/albums/location_NO/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5f19ad0f6b1ab1cfc8ef769860559706','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835598,'/marketplace/category/5/albums/location_NP/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe495de1e17d2a9105f8cc899b25e030','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835604,'/marketplace/category/5/albums/location_NP/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('19ca7323e52fccc18be4bdf9edb0b09e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835609,'/marketplace/category/5/albums/location_NP/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b927df2427748d3640ffb51265c00f89','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835617,'/marketplace/category/5/albums/location_NP/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3d82a3df68a04cfc6df20e61ff5f2053','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835620,'/marketplace/category/5/albums/location_NR/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9570f8a29c214d909dc5d45646dfe1d5','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835623,'/marketplace/category/5/albums/location_NR/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ae2f53818423ed9b0b3d8e7fda149dad','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835627,'/marketplace/category/5/albums/location_NR/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e5562d8570117589d288d8657d894f35','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835630,'/marketplace/category/5/albums/location_NR/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2f3a23b0d24bc0ad8069d8cb18b7d7d8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835635,'/marketplace/category/5/albums/location_NU/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bd281e2e133f373f2489d35a8cc0ea72','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835639,'/marketplace/category/5/albums/location_NU/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5c72e7aad1bea91393cbf5f0d215fe6d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835645,'/marketplace/category/5/albums/location_NU/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e449937fd4c1c21c39ab97029af703f3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835649,'/marketplace/category/5/albums/location_NU/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f5c9f1b68a4f516481d9812e0aee8af5','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835651,'/marketplace/category/5/albums/location_NZ/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e08665b93121add3a50fd3b3c730924f','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835655,'/marketplace/category/5/albums/location_NZ/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('401e1f49f1ca3290dfb559cab3804ea1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835660,'/marketplace/category/5/albums/location_NZ/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('67fefe37abaa2b95baa458037098ab94','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835663,'/marketplace/category/5/albums/location_NZ/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('691105836585cd560403c2ed9baf0fba','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835665,'/marketplace/category/5/albums/location_OM/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d6b53df4b0d3a1a002012b903a6d0743','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835668,'/marketplace/category/5/albums/location_OM/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('76aeb8fd124758b9e6a6f4d3dbb07bc2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835674,'/marketplace/category/5/albums/location_OM/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7756471de75ba4d937f64d5cdc6d0866','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835678,'/marketplace/category/5/albums/location_OM/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c460cdb63718325edd3b53704e2c4336','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835681,'/marketplace/category/5/albums/location_PA/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('12cacd065b9f2149b7a4c8a0e722f29d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835684,'/marketplace/category/5/albums/location_PA/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('522b67968b77e880bd1f895d2ac191d3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835687,'/marketplace/category/5/albums/location_PA/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9ddac970acf5146dcd4b37ee53b03189','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835691,'/marketplace/category/5/albums/location_PA/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('283adcaec740004d4d95d5cc4fc3e4d8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835693,'/marketplace/category/5/albums/location_PE/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('23f72672260d1db4e62e195effdbc821','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835699,'/marketplace/category/5/albums/location_PE/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bdc4bd319940a1ec219fbe3d9c1ed76a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835702,'/marketplace/category/5/albums/location_PE/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('87ff18410ae8016c1d945f643170e981','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835705,'/marketplace/category/5/albums/location_PE/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('61f06eda91e148ee91c062530b423d8e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835709,'/marketplace/category/5/albums/location_PF/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('329d3d48d2e73cfada02da216a488efd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835713,'/marketplace/category/5/albums/location_PF/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6c196d1833bab82faedcc43281ce7d78','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835717,'/marketplace/category/5/albums/location_PF/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1399d08d275b401d6a00798ffe39f813','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835719,'/marketplace/category/12/male/location_IE/when_this-month/',0,0,0,0,'5.10.83.81','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7770bd4f77c2d9ce12b8f02807c6ff7c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835721,'/marketplace/category/5/albums/location_PF/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9976b387e015f983dc6062eef8c7be2f','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835724,'/marketplace/category/5/albums/location_PG/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('521a1dda31d227e29fbe8f999774da9c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835728,'/marketplace/category/5/albums/location_PG/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9f6cd9a22bc1d963286dc2f5e83adc21','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835729,'/marketplace/category/12/male/location_KP/when_this-week/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8fb6955adec74323a4d0a96190e4c497','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835734,'/marketplace/category/5/albums/location_PG/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6bf7700e84762c4700e4b712cfcad1c7','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835736,'/marketplace/category/5/albums/location_PG/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('508cda3412e362d512672c8a55b9bae3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835739,'/marketplace/category/5/albums/location_PH/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8ddf41dd0283519780786dfc4ff97ce0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835742,'/marketplace/category/5/albums/location_PH/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('cf74c90b57cdd5daa2cc7f931ece4ccc','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835747,'/marketplace/category/5/albums/location_PH/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fe6ed0b854be6bb36ecc7f0b2e5b8648','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835748,'/convictcartel/pages/sort_latest/when_all-time/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6bc1721dd43791e103c520840f508944','d3b7c66c3b41322631bdb0fa2054141b',NULL,0,1378835752,'/terms/',0,0,0,0,'94.209.105.160','Chrome 27.0.1453.'),('2373e9db404fb07e08b7777a077eba94','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835751,'/marketplace/category/5/albums/location_PH/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6b28dbf2de6e9f53ddd473bb44c05f0a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835756,'/marketplace/category/5/albums/location_PK/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('182f72318f88527daef61c00454a9c98','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835760,'/marketplace/when_all-time/location_QA/show_15/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('745e87cf005ac984260442676803fc79','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835763,'/marketplace/category/5/albums/location_PK/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('a672c021d952dfd255a2eec3d8dc120e','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835767,'/photo/album/8/profile-pictures/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('10641ed15026065cfaac9253fb1587a6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835768,'/marketplace/category/5/albums/location_PK/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c534bff2caea08c6a3fbb8b622e34f8e','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378835771,'/marketplace/location_SL/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('6ada939d2652b9c5f51e080b75f44333','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835772,'/marketplace/category/5/albums/location_PK/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f329ed6561b7935063a96da3f3732286','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835776,'/marketplace/category/5/albums/location_PL/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ad776ecd4e2b09434b55287a371ba20','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835778,'/marketplace/category/5/albums/location_PL/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('23ee94dc8b47efdba5d84096ede6ac6d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835782,'/marketplace/category/5/albums/location_PL/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2197f09f019fcc7b48eede2ebd6cb40f','3ccf08da656c385d5ae366a45ecf1e9e',NULL,0,1378835785,'/forum/',1,0,0,0,'198.49.72.142','Chrome 28.0.1500.'),('77884a692ac1f9df817db4875306b29d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835786,'/marketplace/category/5/albums/location_PL/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3749af73d16ae422922ec14decbbfe10','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835791,'/marketplace/category/5/albums/location_PM/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('13d1584dc1ca0cc51492fea8e852f364','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835794,'/marketplace/category/5/albums/location_PM/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c0e101aac8d475202c458875a6686509','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835798,'/marketplace/category/5/albums/location_PM/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('30a2a0ad69e23deccb13d656a3b1236d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835801,'/marketplace/category/5/albums/location_PM/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c4a5d66e2a5daf307125c03ab40092ed','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835806,'/marketplace/category/5/albums/location_PN/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b46965c4cbb9c6895830a825962c6312','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835809,'/marketplace/category/5/albums/location_PN/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('33fcfff23ba467fce3b2dd9464b44c7b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835813,'/marketplace/category/5/albums/location_PN/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6d4622b62b9ee7fdaff79b5ca45df475','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835815,'/marketplace/category/5/albums/location_PN/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('199f29636c4b078e40ed62040c2da351','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835820,'/marketplace/category/5/albums/location_PR/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4d0f601f8a622b01c8f778e446b5d96a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835825,'/marketplace/category/5/albums/location_PR/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('603aa8994bde75dbd86cf7cee8aba7be','27fb7ee7b4e127c2b4e114120a77f1c3',NULL,0,1378835828,'/terms/',0,0,0,0,'184.154.135.35','Chrome 28.0.1500.'),('709468f17ca5a345241f9cf80496e460','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835829,'/marketplace/category/5/albums/location_PR/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7ae6816d01939acb0295b6abc3dcf2de','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835831,'/marketplace/category/5/albums/location_PR/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('af4ee19ccd14ec54b8e6663b53055d47','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835836,'/marketplace/category/5/albums/location_PS/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1d04dfbd238905ca2a759de805aa7109','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835836,'/marketplace/when_all-time/location_SE/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('635df17f41b64a0790b483649e2709b6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835841,'/marketplace/category/5/albums/location_PS/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1634826ff26810a4faf89166279531da','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835847,'/marketplace/category/5/albums/location_PS/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7d3ed593bb67653e468548685f18caf8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835852,'/marketplace/category/5/albums/location_PS/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5145ffc6f361e41644a34ecbd0e63644','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835856,'/marketplace/category/5/albums/location_PT/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('251fb0d3cb37f03d0ba041ae531df72c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835860,'/marketplace/category/5/albums/location_PT/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('652cd5eb1f5ff6f0b1e72bead49fe79f','f7fc3cc94c9731c40a9d73a3f1639342',NULL,0,1378835863,'',0,0,0,0,'199.119.225.214','Chrome 27.0.1453.'),('28969f511580c1276f5f89d1f671127f','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835864,'/marketplace/category/5/albums/location_PT/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bb93d7006c5f21c832723978c8f28d4a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835866,'/marketplace/sort_most-talked/location_BN/show_12/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('6980de37650fe8cbe1ddda2c16a51faf','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835867,'/marketplace/category/5/albums/location_PT/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('264c973ce3b99cb0df3ebf09d5ebacb3','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835870,'/marketplace/category/5/albums/location_PW/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('975f607210d5d64faff0ef1286aad9e9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835875,'/marketplace/category/5/albums/location_PW/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ca870a8d7572c5b7ae47c84e2bc3e1bd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835878,'/marketplace/category/5/albums/location_PW/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8808c42676730c72ebcbf40710e77f63','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835881,'/marketplace/category/5/albums/location_PW/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ce58e7d7901049f5093e3f91ef3e6df9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835885,'/marketplace/category/5/albums/location_PY/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('93426f2e343d0e0c8ba2617a21281918','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835889,'/marketplace/category/5/albums/location_PY/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fca501f74d0791c18107906abf03d5a8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835893,'/marketplace/category/5/albums/location_PY/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bad062792e2c78aa32b9014fc989f895','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835897,'/marketplace/category/5/albums/location_PY/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3de3e3adb4e035a474e62e3f01f75148','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835901,'/marketplace/category/5/albums/location_QA/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aab88740cf5254a85b24d8cbfc9f29d7','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835904,'/marketplace/category/5/albums/location_QA/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c65736cb5b687bd7f1b1837ce66e525d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835910,'/marketplace/category/5/albums/location_QA/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ad107594b3354a95493a8f78fded4840','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835914,'/marketplace/category/5/albums/location_QA/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f1eebb30d2aca78cbbc2f84493fe54c8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835917,'/marketplace/category/5/albums/location_RE/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('984974ac78bd48d79be6017b2fd65d6b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835922,'/marketplace/category/5/albums/location_RE/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4c8929024bc10deffdd89ee8cbf29492','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835922,'/marketplace/location_EG/when_this-week/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f74c9cb66f648b8a245f3d12d760cea8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835926,'/marketplace/category/5/albums/location_RE/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('551f92af926f837a1ee102b563319d86','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835929,'/marketplace/category/5/albums/location_RE/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('bb7203e7394daab256b1bd0f4fcae398','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835935,'/marketplace/category/5/albums/location_RO/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('55092cfb7d0a3354b5ffaa8a438830ff','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835938,'/marketplace/category/5/albums/location_RO/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0155850ddcfe4e95b59f75595dbe2d8e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835943,'/marketplace/category/5/albums/location_RO/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e289b8a3775e9dbf7aea4182fbee0809','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835945,'/marketplace/category/5/albums/location_RO/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fd430510d0155d8b76f20d9fedbf519d','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835948,'/marketplace/category/5/albums/location_RS/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('96297163d8cf8b801b45a23a32c35339','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835953,'/marketplace/category/5/albums/location_RS/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7741d5cbac48845367142f7a128c7941','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835956,'/marketplace/category/5/albums/location_RS/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('18089dc44e2a2beb553d1be71c67de84','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835959,'/marketplace/category/5/albums/location_RS/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d0296b9c5966b686af75901844c1c79c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835963,'/marketplace/category/5/albums/location_RU/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('95f40eb1b46f4733081da0dbbe3ab634','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835967,'/marketplace/category/5/albums/location_RU/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('06e4c3feb86793ce4a91617e3452e968','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835970,'/marketplace/category/5/albums/location_RU/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f1a3c5f2916d76ab4deb8e176d34ec58','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835974,'/marketplace/category/5/albums/location_RU/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ef1395c8f6355c22dc08ef88084c8d84','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835974,'/marketplace/location_SZ/when_today/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('bfca881f3536eb582a6d37e1b6a1c8f1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835977,'/marketplace/category/5/albums/location_RW/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('d01469856eba1af51283d9fef25bd899','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835983,'/marketplace/category/5/albums/location_RW/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('eaf5fe82c388cdbb0ac9e6cb0c833f42','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835985,'/marketplace/category/5/albums/location_RW/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7f282073d562ef70208cae45e478dcca','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835989,'/marketplace/category/5/albums/location_RW/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d9b046c5049421eb71b84c04ce9761b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378835994,'/marketplace/sort_most-talked/location_FJ/show_21/',0,0,0,0,'5.10.83.58','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('37bc2467dcf3f9c6d8eb89b6f0092649','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378835994,'/marketplace/category/5/albums/location_SA/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5869f8045f3bd38d6bcfc102973ed033','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836000,'/marketplace/category/5/albums/location_SA/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7cd4f9859c342759fb552d0b6416a96a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836003,'/marketplace/category/5/albums/location_SA/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0788f8980268d6566eda49c92219062b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836006,'/marketplace/category/5/albums/location_SA/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1b06bafea07db96febdb30de6129f1cc','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378836014,'/user/register/',0,0,0,0,'110.85.100.15','IE 6.0'),('b931e7addf947eedcbd4c58d799cfab0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836011,'/marketplace/category/5/albums/location_SB/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('dadca253b1fc6bae58b7fa9ae598f34c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836016,'/marketplace/category/5/albums/location_SB/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('306df84b9df17c11c7dcc15eb1cb433c','7cfe331b31f99924ec2d0ccd49b73b1d',NULL,0,1378836017,'/user/login/',0,0,0,0,'110.85.100.15','IE 6.0'),('b0f5f7117cf5fb614586a6595591268b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836019,'/marketplace/sort_most-talked/location_AF/when_this-week/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('f346c3e3d7b7e5f06dca7f40fc0fe847','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836021,'/marketplace/category/12/male/location_TM/when_this-month/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('2138dd1448f3f9e8c9a16692500cd027','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836021,'/marketplace/category/5/albums/location_SB/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('97266f0fb466e9f5428feef7772efe97','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836022,'/photo/album/12/profile-pictures/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('8122a700c88b629a70947bdbf9a8558b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836026,'/marketplace/category/5/albums/location_SB/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5df1ee5a356f6eae64f7dd2ddea7d7d0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836032,'/marketplace/category/5/albums/location_SC/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b8c1a0491ca067500de85db5d1b69b8a','9c03d8f7102f7c0198a40745c6af75ed',NULL,0,1378836035,'',0,0,0,0,'198.143.165.219','Chrome 27.0.1453.'),('08467d6d098bb0077daa012966d55921','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836036,'/marketplace/category/5/albums/location_SC/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2a5330b1d013f19b095db08af4c2da7b','27fb7ee7b4e127c2b4e114120a77f1c3',NULL,0,1378836039,'/terms/',0,0,0,0,'184.154.135.35','Chrome 28.0.1500.'),('0c104ac3ff14716b837e6346e84c99d2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836041,'/marketplace/category/5/albums/location_SC/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('473c5ffde8e066ba28c05366e3b635fc','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836044,'/marketplace/category/5/albums/location_SC/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f9fc86731a7991c161889b36ca44fcde','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836052,'/marketplace/category/5/albums/location_SD/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5cf63a8897abde9f154e1a5a12091c54','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836061,'/marketplace/category/5/albums/location_SD/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('45b26f113fde10dbca343fb081c70d3b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836066,'/marketplace/category/5/albums/location_SD/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fbd242dac7f9f68f057ca1116a62cd67','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836072,'/marketplace/category/5/albums/location_SD/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0656fc0ce0112826c024fabef855fed1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836075,'/marketplace/category/5/albums/location_SE/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('73ab4b8f9a22839cbab4689d0db1125e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836079,'/marketplace/category/5/albums/location_SE/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8777e8dd789e317e05a2c212cb6c8cb1','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836087,'/marketplace/category/5/albums/location_SE/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('825d028691c0bebcabedd554fa8980e8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836091,'/marketplace/category/5/albums/location_SE/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6ae67a7aff13f47c8421cb1915068ede','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836094,'/marketplace/category/5/albums/location_SG/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('15991929215efbbb8934cdfc5a2ec3a4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836096,'/marketplace/category/12/male/location_GW/when_all-time/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4fb0ce318552d8a582f3de377a2cc12b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836097,'/marketplace/category/5/albums/location_SG/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5e7da40a4f52c0420a244422633dc5b5','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836105,'/marketplace/category/5/albums/location_SG/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1fdb0a7e954224e6c6aa468c62976005','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836107,'/video/category/6/gaming/sort_most-viewed/show_21/',0,0,0,0,'5.10.83.55','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eab635d4f73c64f728deb91dd8dd53df','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836115,'/marketplace/category/5/albums/location_SG/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('85c51a26f612e265318d5cef95d3ebd9','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836119,'/marketplace/category/5/albums/location_SH/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3069e0933cc97ecaedae825e5a594ad0','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836124,'/marketplace/category/5/albums/location_SH/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('046828876faf7092fa41d3c90e459d4c','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836132,'/marketplace/category/5/albums/location_SH/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('6cf9bbfa366d6aa02f9ef12aca3ac038','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836137,'/marketplace/category/5/albums/location_SH/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('2036adff730009711ac9111b1395e3f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836138,'/marketplace/category/12/male/location_CU/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('837a1b399985c0d5f076796968dd03d7','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836140,'/marketplace/category/5/albums/location_SI/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('fb93932425c1ccb1c73f9f12cc4ad089','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836145,'/video/category/15/hip-hop/sort_latest/when_all-time/show_21/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('896884526ab0ebee737efa45689e19be','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836143,'/marketplace/category/5/albums/location_SI/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f53f5e0b86c453c24b31985c63edb832','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836153,'/marketplace/category/5/albums/location_SI/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e4df5661676dcb6f5dd4ac97569e2423','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836159,'/marketplace/category/5/albums/location_SI/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('1249c5c1703df325e92f7dc099226bf2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836166,'/marketplace/category/5/albums/location_SJ/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e624ebc7ae91c848beb3ca611ae758d2','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836169,'/marketplace/category/5/albums/location_SJ/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('01c01e58013f055fc980df91c8ee8b42','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836178,'/marketplace/category/5/albums/location_SJ/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5caea816a48c0ebac5dddf159f703327','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836181,'/marketplace/category/5/albums/location_SJ/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9d743baca870fe6f006c391cfe4d5535','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836185,'/marketplace/category/5/albums/location_SK/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('4da2cd338315940c664edb208747fc94','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836194,'/marketplace/category/5/albums/location_SK/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('be64c588270d23127bc5726b8a191d7e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836199,'/marketplace/category/5/albums/location_SK/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('0fcb663586e4bb5ef97c63b6185fad0b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836204,'/marketplace/category/5/albums/location_SK/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('8e6339b986686542fb399c091d04e9ea','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836208,'/marketplace/category/5/albums/location_SL/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('454b4d91049e5361bf60e1e67c33a052','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836213,'/marketplace/category/5/albums/location_SL/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5f3ee3dae346d775c7304683c925b4a8','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836219,'/marketplace/category/5/albums/location_SL/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('40424f4ec281e1f3a52079cf2509cc87','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836223,'/marketplace/category/5/albums/location_SL/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('aec65c70cf212d534b4e744e9db81b11','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836230,'/marketplace/category/5/albums/location_SM/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('139a2ba3d829e3175cdeb4a34fdf1f3f','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836242,'/marketplace/category/5/albums/location_SM/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5a5c2f86f883ad378a520948de266cbd','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836249,'/marketplace/category/5/albums/location_SM/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ee48d729fae08df13276e934a6270f9e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836255,'/marketplace/category/5/albums/location_SM/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e85e0cba24af7ae7c58cb40b2ed933bb','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836262,'/marketplace/category/12/male/location_HT/when_all-time/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('ad34e3c1e18dac8f000483da2989e236','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836266,'/marketplace/category/5/albums/location_SN/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e3ce10f5a8fcd3d8dbf0cef44cde1339','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836269,'/marketplace/category/5/albums/location_SN/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('b32e0bada4137edb9b2ea551c5bbd404','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836277,'/marketplace/category/5/albums/location_SN/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('026484882c7cc2d9ddffc8699bda7c26','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836284,'/marketplace/category/5/albums/location_SN/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('647b27190b0b34bbfe6a889bb8941519','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836291,'/marketplace/category/5/albums/location_SO/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('c97292ed472600b2f5ed85bf705c6290','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836301,'/marketplace/category/5/albums/location_SO/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('f9ed08c4ed00701fc8db237b9c548f1b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836310,'/marketplace/category/5/albums/location_SO/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('5ee3418b9108e6f7dbbf942f43caf29a','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836316,'/marketplace/category/5/albums/location_SO/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('9918783ac0a8637f4cb34a780afe0b6b','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836324,'/marketplace/category/5/albums/location_SR/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('192a8e42e4eacb0b211d4bb6383fa176','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836329,'/marketplace/category/5/albums/location_SR/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('e5714310e626c118514113d0decde240','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836344,'/marketplace/category/5/albums/location_SR/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('7dbe4868ba4b4b600f59a3f5e4ff8f28','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836349,'/marketplace/category/5/albums/location_SR/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('3964e821a8a5ff8d7627b3d66b5c450e','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836362,'/marketplace/category/5/albums/location_ST/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('80b48940f83fd1a141d41db0ef0e8085','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836371,'/marketplace/category/5/albums/location_ST/when_this-month/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('36c39fac3440476c68c9194de98df397','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836375,'/marketplace/category/5/albums/location_ST/when_this-week/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('32ecb097d773d8dbbf64af0a671367f5','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836384,'/marketplace/category/5/albums/location_ST/when_today/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ed85c8d177f481db17d8f14646f681c6','056ecb27055ff6c1ebaa89dba2a720fd',NULL,0,1378836394,'/marketplace/category/5/albums/location_SV/when_all-time/',0,0,0,0,'69.197.129.42','Mozilla/5.0 (compatible; MJ12bot/v1.4.4; http://www.majestic12.co.uk/bot.php?+)'),('ea3d5013abc18589233ec305c597a125','211fa4d0706275e242eaefd8bd5170bb',NULL,0,1378836437,'/terms/',0,0,0,0,'192.119.148.169','Chrome 28.0.1500.'),('8d7c1b2a19353c504425a60d9dc10087','35fbdc44aedf3ccd7b21059c3fa37194',NULL,0,1378836484,'/user/register/',0,0,0,0,'192.119.148.52','Chrome 27.0.1453.'),('8009a7eaa813fc57b6ed32621f959044','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378836585,'/marketplace/location_GL/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('530917feec42bf18c3733ffbd4fd3699','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836634,'/marketplace/category/5/albums/location_CV/when_all-time/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3017de2588a51ce4dcaa1fe2520f7ffd','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836652,'/marketplace/category/5/albums/location_DE/when_today/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('eb831f1efc754eeb67d3b3b3122a5219','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836666,'/marketplace/category/5/albums/location_BV/when_this-week/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('c02df976a53895110bfe04b2791af9ec','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836678,'/marketplace/when_all-time/location_NR/show_18/',0,0,0,0,'5.10.83.88','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('993c90f582674d84293eda22d5e4ca93','5c80165af6272a7d2a455ab6d84633d1',NULL,0,1378836711,'/user/register/',0,0,0,0,'198.136.57.3','Chrome 28.0.1500.'),('3ab46c93fadd60bff9a9b3402ea9f11f','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836746,'/marketplace/category/12/male/location_DJ/when_this-month/',0,0,0,0,'5.10.83.94','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('429ef730aede8b3af4c401ce56758e98','48460d19145cddd51c6b85d649a1518e',NULL,0,1378836765,'',0,0,0,0,'198.98.120.4','Chrome 27.0.1453.'),('6b841e826adf093afcb58a01e007c7f8','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836785,'/marketplace/category/12/male/location_NG/when_all-time/',0,0,0,0,'5.10.83.63','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('4ae1fcf5c45dc2d176ad5d117b03d2d3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836812,'/marketplace/category/5/albums/location_IQ/when_today/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('19f4a2711c88ed815e429cdc622539f8','b48e2d8d3c991835d5abd1d1fa855997',NULL,0,1378836814,'/forum/',1,0,0,0,'5.144.176.209','Chrome 27.0.1453.'),('7b7ea94e1c531964eeae6fdd7b254aaf','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836862,'/marketplace/category/12/male/location_VA/when_this-week/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('02081384f9c6ca2599d4d8063b6acc8a','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836934,'/convictcartel/photo/photos/when_today/',0,0,0,0,'5.10.83.65','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('7069a010935904f84d22b6c618b0c5b1','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836941,'/convictcartel/marketplace/when_today/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('76cc598de0cd132cbc207263071a329b','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836949,'/marketplace/sort_most-talked/location_AZ/when_this-week/',0,0,0,0,'5.10.83.22','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('3c4b1da7f90f0e7618a114b27f404562','34745fa6d3573b6c8a47ce1096f68f1a',NULL,0,1378836959,'/user/register/',0,0,0,0,'198.143.145.230','Chrome 28.0.1500.'),('24d2c35a27f65b1379b5461582c841e3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378836970,'/marketplace/location_AU/sort_most-liked/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('0ae59d2207049064b59d07de258d1744','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378837033,'/video/category/2/comedy/when_today/sort_most-liked/show_15/',0,0,0,0,'5.10.83.93','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5e489449ad3ce3d24c2b78de22bd2bf3','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378837072,'/video/category/16/music/sort_most-liked/when_this-month/show_18/',0,0,0,0,'5.10.83.97','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('af308d107e2027749b04c800558bd34e','f9502cd3cc3c2e5621900aff4c39ac4b',NULL,0,1378837084,'/video/',0,0,0,0,'78.146.94.21','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)'),('ab483234f2e59d9065ffdae8ccc249a7','678dc3e08eaa3214d6658dd755da783b',NULL,0,1378837081,'/rss/id_5/',0,0,0,0,'66.249.83.144','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=16729696501814550690)'),('409def158a0e6cbdbadf4417c947ee68','d67ca87194d3a8dc1f6422095eee8937',NULL,0,1378837110,'/forum/',1,0,0,0,'176.31.155.124','Chrome 27.0.1453.'),('38ca96e0a62e7655e94cf0f2e8ebc6ac','211fa4d0706275e242eaefd8bd5170bb',NULL,0,1378837129,'/terms/',0,0,0,0,'192.119.148.169','Chrome 28.0.1500.'),('ea6b963c853b042d55e853a990b4f7c4','c74f7a6c2eae4d54aef8030f9bf9cf26',NULL,0,1378837222,'/convictcartel/photo/when_today/sort_top-rating/',0,0,0,0,'5.10.83.31','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)'),('5f448ee43342292dc3ee6ad2eb5c23af','7cb3bb028d1738631fab8d37feae0dc8',NULL,0,1378837378,'',0,0,0,0,'5.153.237.90','Chrome 27.0.1453.'),('e66e2334be3f6e6b2660d837e8957b18','dfcea71a6f769a9d9fa77b3a188f56b1',NULL,0,1378837391,'',0,0,0,0,'108.215.62.48','Chrome 29.0.1547.'),('3120a6a887ecba056598550d7e71cd9d','bc3ab4b560430c947018e39e0a92ef84',NULL,0,1378837390,'/marketplace/location_MH/',0,0,0,0,'100.43.83.143','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),('a0d659b90be66715795cbb4a4d5d9eae','dfcea71a6f769a9d9fa77b3a188f56b1',NULL,0,1378837398,'/',0,0,0,0,'108.215.62.48','Chrome 29.0.1547.'),('89d8da5e358628cf2637718937ad5b30','dfcea71a6f769a9d9fa77b3a188f56b1',NULL,0,1378837404,'',0,0,0,0,'108.215.62.48','Chrome 29.0.1547.'); /*!40000 ALTER TABLE `phpfox_log_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_staff` -- DROP TABLE IF EXISTS `phpfox_log_staff`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_staff` ( `log_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `type_id` tinyint(3) NOT NULL, `call_name` varchar(255) NOT NULL, `extra` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_staff` -- LOCK TABLES `phpfox_log_staff` WRITE; /*!40000 ALTER TABLE `phpfox_log_staff` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_log_staff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_log_view` -- DROP TABLE IF EXISTS `phpfox_log_view`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_log_view` ( `view_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `ip_address` varchar(15) NOT NULL, `protocal` varchar(4) NOT NULL, `cache_data` mediumtext, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`view_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_log_view` -- LOCK TABLES `phpfox_log_view` WRITE; /*!40000 ALTER TABLE `phpfox_log_view` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_log_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail` -- DROP TABLE IF EXISTS `phpfox_mail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail` ( `mail_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `mass_id` int(10) unsigned NOT NULL default '0', `subject` varchar(255) default NULL, `preview` varchar(255) default NULL, `owner_user_id` int(10) unsigned NOT NULL, `owner_folder_id` int(10) unsigned NOT NULL default '0', `owner_type_id` tinyint(1) NOT NULL default '0', `viewer_user_id` int(10) unsigned NOT NULL, `viewer_folder_id` int(10) unsigned NOT NULL default '0', `viewer_type_id` int(10) unsigned NOT NULL default '0', `viewer_is_new` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `time_updated` int(10) unsigned NOT NULL default '0', `total_attachment` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`mail_id`), KEY `owner_user_id` (`owner_user_id`,`owner_folder_id`,`owner_type_id`), KEY `viewer_user_id` (`viewer_user_id`,`viewer_folder_id`,`viewer_type_id`), KEY `owner_user_id_2` (`owner_user_id`,`viewer_user_id`), KEY `mail_id` (`mail_id`,`owner_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail` -- LOCK TABLES `phpfox_mail` WRITE; /*!40000 ALTER TABLE `phpfox_mail` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_folder` -- DROP TABLE IF EXISTS `phpfox_mail_folder`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_folder` ( `folder_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`folder_id`), KEY `user_id` (`user_id`), KEY `name` (`name`,`user_id`), KEY `folder_id` (`folder_id`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_folder` -- LOCK TABLES `phpfox_mail_folder` WRITE; /*!40000 ALTER TABLE `phpfox_mail_folder` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_folder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_hash` -- DROP TABLE IF EXISTS `phpfox_mail_hash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_hash` ( `user_id` int(10) unsigned NOT NULL, `item_hash` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`item_hash`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_hash` -- LOCK TABLES `phpfox_mail_hash` WRITE; /*!40000 ALTER TABLE `phpfox_mail_hash` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_hash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_text` -- DROP TABLE IF EXISTS `phpfox_mail_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_text` ( `mail_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `mail_id` (`mail_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_text` -- LOCK TABLES `phpfox_mail_text` WRITE; /*!40000 ALTER TABLE `phpfox_mail_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_thread` -- DROP TABLE IF EXISTS `phpfox_mail_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_thread` ( `thread_id` int(10) unsigned NOT NULL auto_increment, `hash_id` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `last_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`thread_id`), KEY `last_id` (`last_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_thread` -- LOCK TABLES `phpfox_mail_thread` WRITE; /*!40000 ALTER TABLE `phpfox_mail_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_thread_forward` -- DROP TABLE IF EXISTS `phpfox_mail_thread_forward`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_thread_forward` ( `forward_id` int(11) unsigned NOT NULL auto_increment, `message_id` int(10) unsigned NOT NULL, `copy_id` int(10) unsigned NOT NULL, PRIMARY KEY (`forward_id`), KEY `message_id` (`message_id`), KEY `copy_id` (`copy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_thread_forward` -- LOCK TABLES `phpfox_mail_thread_forward` WRITE; /*!40000 ALTER TABLE `phpfox_mail_thread_forward` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_thread_forward` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_thread_text` -- DROP TABLE IF EXISTS `phpfox_mail_thread_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_thread_text` ( `message_id` int(10) unsigned NOT NULL auto_increment, `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `text` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `total_attachment` int(11) unsigned default '0', `is_mobile` tinyint(1) NOT NULL default '0', `has_forward` tinyint(1) NOT NULL default '0', PRIMARY KEY (`message_id`), KEY `thread_id` (`thread_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_thread_text` -- LOCK TABLES `phpfox_mail_thread_text` WRITE; /*!40000 ALTER TABLE `phpfox_mail_thread_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_thread_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_mail_thread_user` -- DROP TABLE IF EXISTS `phpfox_mail_thread_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_mail_thread_user` ( `thread_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `is_read` tinyint(1) NOT NULL default '0', `is_archive` tinyint(1) NOT NULL default '0', `is_sent` tinyint(1) NOT NULL default '0', `is_sent_update` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`), KEY `thread_id` (`thread_id`,`user_id`), KEY `user_id_3` (`user_id`,`is_sent`), KEY `user_id_2` (`user_id`,`is_archive`,`is_sent_update`), KEY `user_id_4` (`user_id`,`is_archive`,`is_sent`), KEY `user_id_5` (`user_id`,`is_archive`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_mail_thread_user` -- LOCK TABLES `phpfox_mail_thread_user` WRITE; /*!40000 ALTER TABLE `phpfox_mail_thread_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_mail_thread_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace` -- DROP TABLE IF EXISTS `phpfox_marketplace`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace` ( `listing_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(3) NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `group_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `title` varchar(255) NOT NULL, `currency_id` char(3) NOT NULL default 'USD', `price` decimal(14,2) NOT NULL default '0.00', `country_iso` char(2) default NULL, `country_child_id` mediumint(8) unsigned NOT NULL default '0', `postal_code` varchar(20) default NULL, `city` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `is_sell` tinyint(1) NOT NULL default '0', `is_closed` tinyint(1) NOT NULL default '0', `auto_sell` tinyint(1) NOT NULL default '0', `mini_description` varchar(255) default NULL, `is_notified` tinyint(1) NOT NULL default '0', PRIMARY KEY (`listing_id`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`privacy`), KEY `view_id_2` (`view_id`,`privacy`,`is_featured`), KEY `listing_id` (`listing_id`,`view_id`), KEY `is_notified` (`is_notified`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace` -- LOCK TABLES `phpfox_marketplace` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_category` -- DROP TABLE IF EXISTS `phpfox_marketplace_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`,`name_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_category` -- LOCK TABLES `phpfox_marketplace_category` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_category_data` -- DROP TABLE IF EXISTS `phpfox_marketplace_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_category_data` ( `listing_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_category_data` -- LOCK TABLES `phpfox_marketplace_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_image` -- DROP TABLE IF EXISTS `phpfox_marketplace_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_image` ( `image_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `image_path` varchar(50) NOT NULL, `server_id` tinyint(1) NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`image_id`), KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_image` -- LOCK TABLES `phpfox_marketplace_image` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_image` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_invite` -- DROP TABLE IF EXISTS `phpfox_marketplace_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `type_id` tinyint(1) NOT NULL default '0', `visited_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `listing_id` (`listing_id`), KEY `listing_id_2` (`listing_id`,`invited_user_id`), KEY `invited_user_id` (`invited_user_id`), KEY `listing_id_3` (`listing_id`,`visited_id`), KEY `listing_id_4` (`listing_id`,`visited_id`,`invited_user_id`), KEY `visited_id` (`visited_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_invite` -- LOCK TABLES `phpfox_marketplace_invite` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_invoice` -- DROP TABLE IF EXISTS `phpfox_marketplace_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_invoice` ( `invoice_id` int(10) unsigned NOT NULL auto_increment, `listing_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_paid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`invoice_id`), KEY `listing_id` (`listing_id`), KEY `user_id` (`user_id`), KEY `listing_id_2` (`listing_id`,`status`), KEY `listing_id_3` (`listing_id`,`user_id`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_invoice` -- LOCK TABLES `phpfox_marketplace_invoice` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_marketplace_text` -- DROP TABLE IF EXISTS `phpfox_marketplace_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_marketplace_text` ( `listing_id` int(10) unsigned NOT NULL, `description` mediumtext, `description_parsed` mediumtext, KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_marketplace_text` -- LOCK TABLES `phpfox_marketplace_text` WRITE; /*!40000 ALTER TABLE `phpfox_marketplace_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_marketplace_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_menu` -- DROP TABLE IF EXISTS `phpfox_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_menu` ( `menu_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `page_id` int(10) unsigned NOT NULL default '0', `m_connection` varchar(75) default NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `var_name` varchar(255) NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', `url_value` varchar(255) default NULL, `disallow_access` varchar(255) default NULL, `version_id` varchar(50) default NULL, `mobile_icon` varchar(50) default NULL, PRIMARY KEY (`menu_id`), KEY `product_id` (`product_id`), KEY `url_value` (`url_value`,`module_id`), KEY `page_id` (`page_id`), KEY `m_connection` (`m_connection`,`is_active`), KEY `parent_id` (`parent_id`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_menu` -- LOCK TABLES `phpfox_menu` WRITE; /*!40000 ALTER TABLE `phpfox_menu` DISABLE KEYS */; INSERT INTO `phpfox_menu` VALUES (1,0,0,'main','apps','phpfox','menu_apps_apps_fad58de7366495db4650cfefac2fcd61',1,104,'apps',NULL,'3.0.0beta1',NULL),(2,0,0,'apps','apps','phpfox','menu_apps_add_an_app_9a6dd283c3de653fbca500f9721f634f',1,105,'apps.add',NULL,'3.0.0beta1',NULL),(3,0,0,'footer','apps','phpfox','menu_apps_developers_251d164643533a527361dbe1a7b9235d',1,106,'apps.developer',NULL,'3.0.0beta1',NULL),(4,0,0,'mobile','apps','phpfox','menu_core_apps_532c28d5412dd75bf975fb951c740a30',1,113,'apps',NULL,'3.1.0rc1','small_apps.png'),(5,0,0,'main','core','phpfox','menu_home',1,2,NULL,NULL,'2.0.0alpha1',NULL),(6,0,0,'main_right','core','phpfox','menu_admincp',1,1,'admincp',NULL,'2.0.0alpha1',NULL),(7,0,0,'footer','core','phpfox','menu_about',1,17,'about',NULL,'2.0.0alpha1',NULL),(8,0,0,'footer','core','phpfox','menu_privacy',1,18,'policy',NULL,'2.0.0alpha1',NULL),(9,0,0,NULL,'core','phpfox','menu_log_out',1,10,'user.logout','a:1:{i:0;s:1:\"3\";}','2.0.0alpha1',NULL),(10,0,0,'friend.index','core','phpfox','menu_core_create_a_list_a441eadc1389cdf0ffe6c4f8babdd66e',1,101,'#friend-add-list',NULL,'3.0.0beta1',NULL),(11,0,0,'footer','page','phpfox','menu_terms',1,32,'terms',NULL,'2.0.0alpha1',NULL),(12,0,0,'main_right','profile','phpfox','menu_profile',1,4,'profile.my','a:1:{i:0;s:1:\"3\";}','2.0.0alpha1',NULL),(13,0,0,'profile','profile','phpfox','menu_profile',1,1,'profile',NULL,'2.0.0alpha1',NULL),(14,0,0,'profile.my','profile','phpfox','menu_customize_profile',1,4,'profile.designer',NULL,'2.0.0alpha3',NULL),(15,0,0,'profile.my','profile','phpfox','menu_my_profile',1,1,'profile',NULL,'2.0.0alpha3',NULL),(16,0,0,'mobile','profile','phpfox','menu_profile_profile_532c28d5412dd75bf975fb951c740a30',1,124,'profile',NULL,'3.1.0rc1','small_members-profiles.gif'),(17,12,0,NULL,'profile','phpfox','menu_profile_my_profile_b392d011b7f15183caf21a8bc56fd1fe',1,109,'profile',NULL,'3.0.0beta4',NULL),(18,12,0,NULL,'profile','phpfox','menu_profile_edit_profile_b392d011b7f15183caf21a8bc56fd1fe',1,110,'user.profile',NULL,'3.0.0beta4',NULL),(19,12,0,NULL,'profile','phpfox','menu_profile_edit_profile_picture_b392d011b7f15183caf21a8bc56fd1fe',1,111,'user.photo',NULL,'3.0.0beta4',NULL),(20,12,0,NULL,'profile','phpfox','menu_profile_customize_profile_b392d011b7f15183caf21a8bc56fd1fe',1,112,'profile.designer',NULL,'3.0.0beta4',NULL),(21,0,0,'user.setting','user','phpfox','menu_privacy_settings',1,34,'user.privacy',NULL,'2.0.0alpha1',NULL),(22,0,0,'main','user','phpfox','menu_browse',1,3,'user.browse',NULL,'2.0.0alpha1',NULL),(23,0,0,'main_right','user','phpfox','menu_settings',1,5,'user.setting','a:1:{i:0;s:1:\"3\";}','2.0.0alpha1',NULL),(24,0,0,'user.setting','user','phpfox','menu_account_settings',1,20,'user.setting',NULL,'2.0.0alpha1',NULL),(25,0,0,'profile.my','user','phpfox','menu_edit_profile_picture',1,3,'user.photo',NULL,'2.0.0alpha1',NULL),(26,0,0,'user.privacy','user','phpfox','menu_account_settings',1,55,'user.setting',NULL,'2.0.0alpha2',NULL),(27,0,0,'user.privacy','user','phpfox','menu_privacy_settings',1,57,'user.privacy',NULL,'2.0.0alpha2',NULL),(28,0,0,'profile.my','user','phpfox','menu_edit_profile',1,2,'user.profile',NULL,'2.0.0alpha3',NULL),(29,0,0,'mobile','user','phpfox','menu_user_members_532c28d5412dd75bf975fb951c740a30',1,126,'user.browse',NULL,'3.1.0rc1','small_groups.png'),(30,23,0,NULL,'user','phpfox','menu_user_logout_4ee1a589029a67e7f1a00990a1786f46',1,109,'user.logout','a:1:{i:0;s:1:\"3\";}','3.0.0Beta1',NULL),(31,23,0,NULL,'user','phpfox','menu_user_account_settings_73c8da87d666df89aabd61620c81c24c',1,107,'user.setting',NULL,'3.0.0beta4',NULL),(32,23,0,NULL,'user','phpfox','menu_user_privacy_settings_73c8da87d666df89aabd61620c81c24c',1,108,'user.privacy',NULL,'3.0.0beta4',NULL),(33,0,0,'ad','ad','phpfox','menu_ad_create_an_ad_523af537946b79c4f8369ed39ba78605',1,95,'ad.add',NULL,'2.0.5',NULL),(34,0,0,'footer','ad','phpfox','menu_ad_advertise_251d164643533a527361dbe1a7b9235d',1,98,'ad',NULL,'2.0.5',NULL),(35,0,0,'main','blog','phpfox','menu_blogs',1,5,'blog',NULL,'2.0.0alpha1',NULL),(36,0,0,'blog.index','blog','phpfox','menu_add_new_blog',1,3,'blog.add',NULL,'2.0.0alpha1',NULL),(37,0,0,'profile','blog','phpfox','menu_blogs',1,2,'profile.blog',NULL,'2.0.0alpha1',NULL),(38,0,0,'mobile','blog','phpfox','menu_blog_blogs_532c28d5412dd75bf975fb951c740a30',1,114,'blog',NULL,'3.1.0rc1','small_blogs.png'); /*!40000 ALTER TABLE `phpfox_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_module` -- DROP TABLE IF EXISTS `phpfox_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_module` ( `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_core` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL, `is_menu` tinyint(1) NOT NULL default '1', `menu` text, `phrase_var_name` varchar(250) default NULL, KEY `is_active` (`is_active`), KEY `is_menu` (`is_menu`), KEY `module_id` (`module_id`), KEY `module_is_active` (`module_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_module` -- LOCK TABLES `phpfox_module` WRITE; /*!40000 ALTER TABLE `phpfox_module` DISABLE KEYS */; INSERT INTO `phpfox_module` VALUES ('core','phpfox',1,1,0,'',''),('admincp','phpfox',1,1,0,'','module_admincp'),('api','phpfox',1,1,0,'','module_api'),('apps','phpfox',1,1,0,'','module_apps'),('ban','phpfox',1,1,0,'','module_ban'),('custom','phpfox',1,1,0,'','module_custom'),('error','phpfox',1,1,0,'','module_error'),('help','phpfox',1,1,0,'','module_help'),('language','phpfox',1,1,0,'','module_language'),('log','phpfox',1,1,0,'','module_log'),('page','phpfox',1,1,0,'','module_page'),('profile','phpfox',1,1,0,'','module_profile'),('theme','phpfox',1,1,0,'','module_theme'),('user','phpfox',1,1,1,'a:1:{s:60:\"user.admin_menu_phrase_var_user_anti_spam_security_questions\";a:1:{s:3:\"url\";a:2:{i:0;s:4:\"user\";i:1;s:4:\"spam\";}}}','module_user'),('ad','phpfox',0,1,1,'a:6:{s:33:\"ad.admin_menu_create_new_campaign\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:3:\"add\";}}s:30:\"ad.admin_menu_manage_campaigns\";a:1:{s:3:\"url\";a:1:{i:0;s:2:\"ad\";}}s:31:\"ad.admin_menu_manage_placements\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:9:\"placement\";}}s:26:\"ad.admin_menu_ad_placement\";a:1:{s:3:\"url\";a:3:{i:0;s:2:\"ad\";i:1;s:9:\"placement\";i:2;s:3:\"add\";}}s:22:\"ad.admin_menu_invoices\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:7:\"invoice\";}}s:33:\"ad.admin_menu_manage_sponsorships\";a:1:{s:3:\"url\";a:2:{i:0;s:2:\"ad\";i:1;s:7:\"sponsor\";}}}','module_ad'),('announcement','phpfox',0,1,1,'a:2:{s:30:\"announcement.admin_menu_manage\";a:1:{s:3:\"url\";a:1:{i:0;s:12:\"announcement\";}}s:31:\"announcement.admin_menu_add_new\";a:1:{s:3:\"url\";a:2:{i:0;s:12:\"announcement\";i:1;s:3:\"add\";}}}','module_announcement'),('attachment','phpfox',0,1,1,'a:2:{s:34:\"attachment.admin_menu_manage_types\";a:1:{s:3:\"url\";a:1:{i:0;s:10:\"attachment\";}}s:34:\"attachment.admin_menu_add_new_type\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"attachment\";i:1;s:3:\"add\";}}}','module_attachment'),('blog','phpfox',0,1,1,'a:2:{s:36:\"admincp.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:4:\"blog\";}}s:31:\"admincp.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:4:\"blog\";i:1;s:3:\"add\";}}}','module_blog'),('captcha','phpfox',0,1,0,'','module_captcha'),('comment','phpfox',0,1,0,'','module_comment'),('contact','phpfox',0,1,1,'a:1:{s:29:\"contact.admin_menu_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:7:\"contact\";}}}','module_contact'),('egift','phpfox',0,1,1,'a:3:{s:34:\"egift.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"egift\";i:1;s:10:\"categories\";}}s:27:\"egift.admin_menu_add_e_gifs\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"egift\";}}s:25:\"egift.admin_menu_invoices\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"egift\";i:1;s:7:\"invoice\";}}}','module_egift'),('emoticon','phpfox',0,1,0,'','module_emoticon'),('event','phpfox',0,1,1,'a:2:{s:29:\"event.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"event\";i:1;s:3:\"add\";}}s:34:\"event.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"event\";}}}','module_event'),('facebook','phpfox',0,1,0,'','module_facebook'),('favorite','phpfox',0,1,0,'','module_favorite'),('feed','phpfox',0,1,0,'','module_feed'),('forum','phpfox',0,1,1,'a:2:{s:23:\"forum.admin_menu_manage\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"forum\";}}s:20:\"forum.admin_menu_add\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"forum\";i:1;s:3:\"add\";}}}','module_forum'),('friend','phpfox',0,1,0,'',''),('im','phpfox',0,1,0,'','module_im'),('input','phpfox',0,1,1,'a:2:{s:33:\"input.admin_menu_add_input_fields\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"input\";i:1;s:3:\"add\";}}s:36:\"input.admin_menu_manage_input_fields\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"input\";i:1;s:6:\"manage\";}}}','module_input'),('invite','phpfox',0,1,0,'','module_invite'),('janrain','phpfox',0,1,0,'','module_janrain'),('like','phpfox',0,1,0,'','module_like'),('link','phpfox',0,1,0,'','module_link'),('mail','phpfox',0,1,0,'','module_mail'),('marketplace','phpfox',0,1,1,'a:2:{s:35:\"marketplace.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:11:\"marketplace\";i:1;s:3:\"add\";}}s:40:\"marketplace.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:11:\"marketplace\";}}}','module_marketplace'),('mobile','phpfox',0,1,0,'','module_mobile'),('music','phpfox',0,1,1,'a:2:{s:26:\"music.admin_menu_add_genre\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"music\";i:1;s:3:\"add\";}}s:30:\"music.admin_menu_manage_genres\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"music\";}}}','module_music'),('newsletter','phpfox',0,1,1,'a:2:{s:39:\"newsletter.admin_menu_create_newsletter\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"newsletter\";i:1;s:3:\"add\";}}s:40:\"newsletter.admin_menu_manage_newsletters\";a:1:{s:3:\"url\";a:2:{i:0;s:10:\"newsletter\";i:1;s:6:\"manage\";}}}','module_newsletter'),('notification','phpfox',0,1,0,'','module_notification'),('pages','phpfox',0,1,1,'a:3:{s:29:\"pages.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"pages\";i:1;s:3:\"add\";}}s:34:\"pages.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"pages\";}}s:30:\"pages.admin_menu_manage_claims\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"pages\";i:1;s:5:\"claim\";}}}','module_pages'),('photo','phpfox',0,1,1,'a:1:{s:27:\"photo.admin_menu_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"photo\";}}}','module_photo'),('poke','phpfox',0,1,0,'','module_poke'),('poll','phpfox',0,1,0,'','module_poll'),('privacy','phpfox',0,1,0,'','module_privacy'),('quiz','phpfox',0,1,0,'','module_quiz'),('rate','phpfox',0,1,0,'','module_rate'),('report','phpfox',0,1,1,'a:3:{s:30:\"report.admin_menu_view_reports\";a:1:{s:3:\"url\";a:1:{i:0;s:6:\"report\";}}s:30:\"report.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:6:\"report\";i:1;s:3:\"add\";}}s:35:\"report.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:2:{i:0;s:6:\"report\";i:1;s:8:\"category\";}}}','module_report'),('request','phpfox',0,1,0,'','module_request'),('rss','phpfox',0,1,1,'a:4:{s:27:\"rss.admin_menu_manage_feeds\";a:1:{s:3:\"url\";a:1:{i:0;s:3:\"rss\";}}s:27:\"rss.admin_menu_add_new_feed\";a:1:{s:3:\"url\";a:2:{i:0;s:3:\"rss\";i:1;s:3:\"add\";}}s:28:\"rss.admin_menu_manage_groups\";a:1:{s:3:\"url\";a:2:{i:0;s:3:\"rss\";i:1;s:5:\"group\";}}s:28:\"rss.admin_menu_add_new_group\";a:1:{s:3:\"url\";a:3:{i:0;s:3:\"rss\";i:1;s:5:\"group\";i:2;s:3:\"add\";}}}','module_rss'),('search','phpfox',0,1,0,'','module_search'),('share','phpfox',0,1,1,'a:2:{s:36:\"share.admin_menu_manage_social_sites\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"share\";}}s:32:\"share.admin_menu_add_social_site\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"share\";i:1;s:3:\"add\";}}}','module_share'),('shoutbox','phpfox',0,1,0,'','module_shoutbox'),('subscribe','phpfox',0,1,1,'a:4:{s:36:\"subscribe.admin_menu_manage_packages\";a:1:{s:3:\"url\";a:1:{i:0;s:9:\"subscribe\";}}s:40:\"subscribe.admin_menu_create_new_packages\";a:1:{s:3:\"url\";a:2:{i:0;s:9:\"subscribe\";i:1;s:3:\"add\";}}s:36:\"subscribe.admin_menu_purchase_orders\";a:1:{s:3:\"url\";a:2:{i:0;s:9:\"subscribe\";i:1;s:4:\"list\";}}s:31:\"subscribe.admin_menu_comparison\";a:1:{s:3:\"url\";a:2:{i:0;s:9:\"subscribe\";i:1;s:7:\"compare\";}}}','module_subscribe'),('tag','phpfox',0,1,0,'','module_tag'),('tinymce','phpfox',0,1,0,'','module_tinymce'),('track','phpfox',0,1,0,'',''),('video','phpfox',0,1,1,'a:2:{s:29:\"video.admin_menu_add_category\";a:1:{s:3:\"url\";a:2:{i:0;s:5:\"video\";i:1;s:3:\"add\";}}s:34:\"video.admin_menu_manage_categories\";a:1:{s:3:\"url\";a:1:{i:0;s:5:\"video\";}}}','module_video'); /*!40000 ALTER TABLE `phpfox_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album` -- DROP TABLE IF EXISTS `phpfox_music_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album` ( `album_id` int(10) unsigned NOT NULL auto_increment, `view_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `year` char(4) default NULL, `image_path` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `total_track` smallint(4) unsigned NOT NULL default '0', `total_play` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`album_id`), KEY `view_id` (`view_id`,`privacy`), KEY `view_id_2` (`view_id`,`privacy`,`is_featured`), KEY `user_id` (`user_id`), KEY `view_id_3` (`view_id`,`privacy`,`total_track`,`module_id`,`item_id`), KEY `view_id_4` (`view_id`,`privacy`,`total_track`,`item_id`), KEY `view_id_5` (`view_id`,`user_id`,`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album` -- LOCK TABLES `phpfox_music_album` WRITE; /*!40000 ALTER TABLE `phpfox_music_album` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album_rating` -- DROP TABLE IF EXISTS `phpfox_music_album_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album_rating` -- LOCK TABLES `phpfox_music_album_rating` WRITE; /*!40000 ALTER TABLE `phpfox_music_album_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_album_text` -- DROP TABLE IF EXISTS `phpfox_music_album_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_album_text` ( `album_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `album_id` (`album_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_album_text` -- LOCK TABLES `phpfox_music_album_text` WRITE; /*!40000 ALTER TABLE `phpfox_music_album_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_album_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_genre` -- DROP TABLE IF EXISTS `phpfox_music_genre`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_genre` ( `genre_id` smallint(4) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `name_url` varchar(255) default NULL, PRIMARY KEY (`genre_id`), KEY `name_url` (`name_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_genre` -- LOCK TABLES `phpfox_music_genre` WRITE; /*!40000 ALTER TABLE `phpfox_music_genre` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_genre` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_genre_user` -- DROP TABLE IF EXISTS `phpfox_music_genre_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_genre_user` ( `user_id` int(10) unsigned NOT NULL, `genre_id` smallint(4) unsigned NOT NULL, `order_id` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_genre_user` -- LOCK TABLES `phpfox_music_genre_user` WRITE; /*!40000 ALTER TABLE `phpfox_music_genre_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_genre_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_profile` -- DROP TABLE IF EXISTS `phpfox_music_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_profile` ( `play_id` int(10) unsigned NOT NULL auto_increment, `song_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`play_id`), KEY `song_id` (`song_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_profile` -- LOCK TABLES `phpfox_music_profile` WRITE; /*!40000 ALTER TABLE `phpfox_music_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_song` -- DROP TABLE IF EXISTS `phpfox_music_song`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_song` ( `song_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `album_id` mediumint(8) unsigned NOT NULL, `genre_id` smallint(4) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` varchar(255) default NULL, `song_path` varchar(50) default NULL, `server_id` tinyint(1) NOT NULL default '0', `explicit` tinyint(1) NOT NULL, `duration` varchar(5) default NULL, `ordering` tinyint(3) NOT NULL default '0', `total_play` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`song_id`), KEY `user_id` (`user_id`), KEY `view_id_3` (`view_id`,`privacy`), KEY `view_id` (`view_id`,`privacy`,`genre_id`), KEY `view_id_2` (`view_id`,`privacy`,`is_featured`), KEY `view_id_4` (`view_id`,`privacy`,`user_id`), KEY `view_id_5` (`view_id`,`privacy`,`title`), KEY `view_id_6` (`view_id`,`privacy`,`module_id`,`item_id`), KEY `view_id_7` (`view_id`,`privacy`,`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_song` -- LOCK TABLES `phpfox_music_song` WRITE; /*!40000 ALTER TABLE `phpfox_music_song` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_song` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_song_rating` -- DROP TABLE IF EXISTS `phpfox_music_song_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_song_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_song_rating` -- LOCK TABLES `phpfox_music_song_rating` WRITE; /*!40000 ALTER TABLE `phpfox_music_song_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_song_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_user` -- DROP TABLE IF EXISTS `phpfox_music_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_user` ( `user_id` int(10) unsigned NOT NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_user` -- LOCK TABLES `phpfox_music_user` WRITE; /*!40000 ALTER TABLE `phpfox_music_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_music_user_value` -- DROP TABLE IF EXISTS `phpfox_music_user_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_music_user_value` ( `user_id` int(10) unsigned NOT NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_music_user_value` -- LOCK TABLES `phpfox_music_user_value` WRITE; /*!40000 ALTER TABLE `phpfox_music_user_value` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_music_user_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_newsletter` -- DROP TABLE IF EXISTS `phpfox_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_newsletter` ( `newsletter_id` int(10) unsigned NOT NULL auto_increment, `subject` varchar(255) NOT NULL, `round` tinyint(3) NOT NULL, `total` smallint(4) unsigned NOT NULL default '50', `state` tinyint(1) NOT NULL, `type_id` tinyint(1) NOT NULL, `age_from` tinyint(2) NOT NULL, `age_to` tinyint(2) NOT NULL, `user_group_id` varchar(255) NOT NULL, `country_iso` char(2) NOT NULL, `gender` tinyint(1) NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(9) unsigned NOT NULL, `archive` tinyint(1) NOT NULL default '1', `privacy` tinyint(1) NOT NULL default '1', PRIMARY KEY (`newsletter_id`), KEY `state` (`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_newsletter` -- LOCK TABLES `phpfox_newsletter` WRITE; /*!40000 ALTER TABLE `phpfox_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_newsletter_text` -- DROP TABLE IF EXISTS `phpfox_newsletter_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_newsletter_text` ( `newsletter_id` int(10) unsigned NOT NULL auto_increment, `text_html` mediumtext NOT NULL, `text_plain` mediumtext NOT NULL, PRIMARY KEY (`newsletter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_newsletter_text` -- LOCK TABLES `phpfox_newsletter_text` WRITE; /*!40000 ALTER TABLE `phpfox_newsletter_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_newsletter_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_notification` -- DROP TABLE IF EXISTS `phpfox_notification`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_notification` ( `notification_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(75) NOT NULL, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `owner_user_id` int(10) unsigned NOT NULL default '0', `is_seen` tinyint(1) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`notification_id`), KEY `user_id` (`user_id`), KEY `owner_user_id` (`owner_user_id`), KEY `user_id_2` (`user_id`,`is_seen`), KEY `type_id` (`type_id`,`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_notification` -- LOCK TABLES `phpfox_notification` WRITE; /*!40000 ALTER TABLE `phpfox_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page` -- DROP TABLE IF EXISTS `phpfox_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page` ( `page_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_active` tinyint(1) NOT NULL default '0', `is_phrase` tinyint(1) NOT NULL default '0', `parse_php` tinyint(1) NOT NULL default '0', `has_bookmark` tinyint(1) NOT NULL default '0', `add_view` tinyint(1) NOT NULL default '0', `full_size` tinyint(1) NOT NULL default '1', `title` varchar(255) NOT NULL, `title_url` varchar(255) NOT NULL, `disallow_access` varchar(255) default NULL, `added` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_attachment` smallint(4) unsigned NOT NULL default '0', `total_tag` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`page_id`), KEY `url_value` (`title_url`), KEY `page_id` (`page_id`,`is_active`), KEY `is_active` (`is_active`,`title_url`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page` -- LOCK TABLES `phpfox_page` WRITE; /*!40000 ALTER TABLE `phpfox_page` DISABLE KEYS */; INSERT INTO `phpfox_page` VALUES (1,0,'core','phpfox',1,1,1,0,0,1,'core.about','about',NULL,1231338597,0,0,0),(2,0,'core','phpfox',1,1,1,0,0,1,'core.privacy_policy','policy',NULL,1231339063,0,0,0),(3,0,'core','phpfox',1,1,1,0,0,1,'core.terms_use','terms',NULL,1232964954,0,0,0); /*!40000 ALTER TABLE `phpfox_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_log` -- DROP TABLE IF EXISTS `phpfox_page_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_log` ( `page_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `updated` int(10) unsigned NOT NULL, KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_log` -- LOCK TABLES `phpfox_page_log` WRITE; /*!40000 ALTER TABLE `phpfox_page_log` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_page_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_text` -- DROP TABLE IF EXISTS `phpfox_page_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_text` ( `page_id` int(10) unsigned NOT NULL, `text` mediumtext NOT NULL, `text_parsed` mediumtext NOT NULL, `keyword` mediumtext, `description` mediumtext, KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_text` -- LOCK TABLES `phpfox_page_text` WRITE; /*!40000 ALTER TABLE `phpfox_page_text` DISABLE KEYS */; INSERT INTO `phpfox_page_text` VALUES (1,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.','<?php /* Cached: December 15, 2009, 4:39 pm */ ?>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.',NULL,NULL),(2,'<div class=\"item_view_content\">\r\n<ul>\r\n<li>Coffee</li>\r\n<li>Milk</li>\r\n</ul>\r\n\r\n<ol>\r\n<li>Coffee</li>\r\n<li>Milk</li>\r\n</ol>\r\n</div>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.','<?php /* Cached: April 24, 2013, 9:45 am */ ?>\r\n<div class=\"item_view_content\">\r\n<ul>\r\n<li>Coffee</li>\r\n<li>Milk</li>\r\n</ul>\r\n\r\n<ol>\r\n<li>Coffee</li>\r\n<li>Milk</li>\r\n</ol>\r\n</div>\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris fringilla justo consectetur velit. Morbi volutpat. Nam et nibh. Sed nec metus vitae libero luctus cursus. Nulla facilisi. Duis at orci ut mauris imperdiet mattis. Integer quam enim, feugiat at, sagittis at, venenatis in, lacus. Phasellus at tellus. Praesent orci justo, malesuada ac, pulvinar sed, iaculis non, leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam eget quam. Nunc sed velit. Phasellus quis nisi. In nisi nisi, suscipit ut, lobortis non, vestibulum quis, sapien. Cras nisl. Proin tristique. Duis ac diam nec ante convallis elementum. Quisque eget purus.\r\n\r\nQuisque mauris orci, feugiat et, ornare vitae, adipiscing tempus, metus. Nam tincidunt. Donec arcu. Sed augue risus, faucibus eu, laoreet sit amet, interdum eget, odio. Aliquam faucibus libero sed lorem. Nulla erat. Donec sapien dui, rutrum ac, pharetra id, fermentum sed, arcu. Donec elementum vulputate lectus. Nam vitae risus. Suspendisse semper consectetur nulla. Morbi mattis justo a mauris. Nam vel felis ac velit pharetra rhoncus. Praesent faucibus odio tincidunt massa. Etiam adipiscing libero vel erat. Vestibulum arcu. Donec convallis quam non lectus.',NULL,NULL),(3,'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque id ipsum nisl. Nam vitae ligula turpis, vel egestas turpis. Curabitur condimentum metus ac ligula pulvinar volutpat. Nullam mollis nulla eu ligula volutpat pellentesque. Pellentesque sit amet nisl metus, et placerat elit. Mauris ac justo est, at malesuada mauris. Etiam auctor pharetra mollis. Vivamus lobortis, sem sit amet porta suscipit, augue libero consectetur justo, a sollicitudin risus eros et est. Vivamus eget lectus tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean vel ullamcorper mauris.\r\n\r\nUt non consequat risus. Phasellus eget ligula vel enim pretium volutpat. Phasellus rutrum porttitor lorem. In accumsan pharetra sapien, in porta augue accumsan a. Fusce pellentesque egestas euismod. Donec porta dapibus urna eu varius. Pellentesque aliquet dapibus turpis, ut sollicitudin elit convallis eget. Curabitur ornare, sapien nec rhoncus bibendum, lacus libero tristique dui, in interdum massa purus ut quam. Morbi est turpis, feugiat non porttitor sed, adipiscing sed ligula.\r\n\r\nQuisque ac tempus ipsum. Praesent tempus convallis enim in suscipit. Nulla eu ipsum nec nisl tempus vestibulum. Fusce rutrum placerat tortor, vel ultricies sem ultrices sit amet. Proin elementum convallis neque eu sodales. Vivamus turpis massa, sodales sed volutpat consequat, feugiat non ante. Phasellus vel blandit nunc. Quisque nec ligula orci. Proin luctus interdum diam eu mattis. Maecenas nec posuere nunc. Duis a purus lacus. Quisque sit amet enim lacus. Praesent molestie, arcu id pharetra sollicitudin, est diam mattis erat, vel volutpat mauris ante nec lorem. In eget posuere sapien.\r\n\r\nDonec felis tellus, adipiscing viverra volutpat vel, luctus sed felis. Morbi ultricies ante in mauris ultrices ullamcorper. Vivamus justo est, suscipit eget convallis quis, dapibus nec lacus. Maecenas vel urna ac lacus adipiscing molestie nec id quam. Aliquam faucibus rutrum nisl, vitae faucibus felis tincidunt eget. Aliquam sit amet varius augue. In elementum sodales sapien id laoreet. Ut mattis laoreet neque, quis tincidunt leo mattis sed.\r\n\r\nCras lacinia elementum auctor. Proin ante lacus, lobortis viverra tincidunt vitae, ullamcorper in nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus condimentum gravida lorem, eget lacinia mauris sodales eu. Suspendisse odio orci, congue sit amet elementum sed, vulputate in massa. Ut eget nisl metus, et adipiscing augue. Proin egestas porta arcu vitae feugiat. Donec et lacus tortor. Aliquam ornare velit tempor urna consectetur laoreet. Quisque congue ante vel sem ultricies ullamcorper.\r\n\r\nDuis posuere mauris quis turpis ornare lobortis sed quis leo. Morbi rhoncus lorem ac erat porttitor consectetur. Nullam condimentum libero sit amet sapien hendrerit placerat. Quisque at neque at turpis gravida hendrerit placerat quis neque. Sed dictum ipsum nisi, non placerat nisi. Cras elementum, eros at tempus tristique, lectus mi scelerisque tortor, sit amet pretium odio turpis sed risus. Vestibulum rutrum commodo porta. Phasellus sagittis mattis pretium. Curabitur in auctor libero. Curabitur rutrum dignissim ipsum et scelerisque. Nullam fermentum vehicula lectus eget tristique. Duis lacus nisl, ultricies vel fringilla at, iaculis a risus. Maecenas in eleifend massa.\r\n\r\nNunc sit amet lorem turpis, sed gravida ante. Duis semper, nunc in condimentum imperdiet, eros tellus scelerisque lectus, vitae viverra justo libero a justo. In magna justo, blandit sed commodo non, porta ac urna. Vivamus in lacus mi, at scelerisque tortor. Nullam velit felis, convallis sit amet ullamcorper ut, consequat ut lacus. Aenean id porta lectus. Maecenas rutrum ante justo. Mauris dapibus adipiscing elementum. Fusce imperdiet neque dignissim ipsum sagittis fermentum. Nulla facilisi.\r\n\r\nDuis convallis tempus felis, eget sodales orci euismod sit amet. Ut at velit ipsum. Donec id nisl at turpis mollis rutrum. Vivamus faucibus, ipsum volutpat lacinia tincidunt, justo dui elementum felis, faucibus bibendum nibh nisi nec nulla. Mauris nisi arcu, dignissim non ultrices quis, ultricies rhoncus leo. Suspendisse varius volutpat odio euismod rhoncus. In ac sem vel nisl convallis varius. Nullam nisi erat, accumsan nec porta vel, blandit at leo. Mauris eu lorem laoreet sem faucibus auctor. Praesent viverra, enim id feugiat tincidunt, eros urna dapibus enim, vel adipiscing eros felis et neque. Nulla eu cursus velit. Ut at tellus nunc, eget feugiat erat. Ut nec magna blandit risus ornare vulputate a eget diam.\r\n\r\nAenean posuere, purus ac cursus pulvinar, turpis eros condimentum sem, sit amet pulvinar purus lacus ut velit. Nulla tristique vestibulum nisl, a posuere ante tincidunt a. Fusce porta vestibulum felis, in eleifend sem faucibus eu. Duis bibendum suscipit dolor et mollis. Integer eget nulla eu augue mollis sagittis. Nam vel tempus odio. Nulla facilisi. Duis fermentum tortor vitae risus porta cursus. Morbi ultrices luctus lorem vitae pharetra. Integer pulvinar dui sed erat ultricies vehicula. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum pharetra pharetra ante at pellentesque. Etiam at convallis orci. Duis semper lorem quis ipsum hendrerit et interdum ligula vestibulum.\r\n\r\nPraesent accumsan nulla quis arcu ornare iaculis. Vestibulum in enim at arcu malesuada lacinia non sed neque. Maecenas vel velit sed lectus sagittis porttitor non a turpis. Cras eu tortor quis leo dapibus sagittis sed vehicula mauris. In luctus elementum urna sit amet sodales. Aliquam erat volutpat. Mauris sit amet tincidunt ipsum. Nam arcu lorem, vehicula rutrum dignissim non, pellentesque a arcu. Ut nec leo dui, vitae molestie lorem. Nam nisl tellus, tincidunt mollis facilisis ornare, suscipit vel mauris. Morbi pellentesque ullamcorper augue nec vestibulum. Mauris ac ipsum eget nibh tempus consequat id non ante. Etiam ligula magna, posuere a suscipit et, molestie at erat. Integer mi eros, dignissim non posuere eget, convallis ut magna. Proin vestibulum feugiat eros, id tempor dui rutrum non. Aenean auctor congue dignissim.\r\n\r\nCras suscipit felis sit amet urna bibendum vel aliquet nibh tincidunt. Fusce eget velit sed diam interdum fringilla. Fusce mauris massa, pharetra quis vehicula eu, condimentum non neque. Mauris non odio metus. Integer nec purus lacus. Donec elit felis, bibendum in ultrices sed, elementum non arcu. In quis libero at turpis semper egestas. Duis dapibus lectus a urna cursus volutpat. Praesent rutrum imperdiet egestas. Mauris pulvinar lacus sed mauris dictum pellentesque. Suspendisse dictum, risus et pellentesque congue, nisi turpis suscipit nisl, non porta velit magna non ipsum. Etiam eget tellus sit amet sem lobortis mattis in ac nisi.\r\n\r\nDonec tristique rhoncus tellus ac pharetra. Nulla pellentesque lorem est, consequat pellentesque erat. Phasellus non nunc a sem egestas pellentesque vitae dapibus augue. Mauris vestibulum, augue ac blandit aliquam, sem justo varius dolor, et condimentum augue magna ac nulla. Ut sed nisl lorem, vel laoreet est. Donec lacus magna, dapibus ac auctor eget, imperdiet non dui. Suspendisse tristique luctus sagittis. Nulla sagittis odio eu felis facilisis suscipit non sed tortor. Nunc nulla sapien, cursus non faucibus et, luctus nec lectus. Integer euismod volutpat dolor suscipit semper. Proin blandit imperdiet tincidunt. Aenean placerat, purus vitae elementum venenatis, nunc libero fringilla mauris, et varius erat ligula eu dolor. Sed purus augue, convallis sit amet bibendum vitae, bibendum et metus. Suspendisse tempus quam ut odio dapibus ac tristique mauris varius. Mauris ut enim vulputate ante viverra interdum. Mauris sed mi ipsum.\r\n\r\nSuspendisse quis risus ut eros luctus rhoncus nec et ligula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec semper viverra pellentesque. Praesent eros velit, elementum eget feugiat fringilla, interdum eu mauris. Donec nisi ante, lacinia non pellentesque in, accumsan eget mauris. Phasellus suscipit mauris sit amet lectus dapibus dignissim. In sed ullamcorper lectus. Sed sit amet sapien ligula, non venenatis lorem. In turpis ligula, posuere vitae imperdiet eu, aliquet a quam. Nullam accumsan dignissim leo. Cras blandit ultricies pharetra. In eu tortor quis metus cursus placerat. Vestibulum varius euismod nulla, placerat sodales mi viverra id. Aliquam erat volutpat.\r\n\r\nDuis eu quam nec metus consequat malesuada. Sed at lectus nisi. Nunc mauris lectus, commodo a condimentum in, commodo eget mi. Quisque vulputate rutrum purus ut lobortis. Curabitur sagittis ligula non magna iaculis id fermentum ante bibendum. Proin mollis ipsum in massa cursus convallis. Cras eleifend fermentum velit, eget vestibulum diam viverra vitae. Praesent purus diam, iaculis interdum tincidunt non, ultrices id mi.\r\n\r\nMaecenas gravida, dui id varius egestas, nisi purus feugiat enim, quis semper nunc massa et est. Aliquam convallis ante eros, in posuere erat. Nunc ut sagittis lorem. Ut non cursus sapien. Donec nisl tortor, commodo ut commodo sit amet, volutpat et dui. Maecenas laoreet ligula at augue tincidunt pellentesque tincidunt nulla consectetur. Praesent vestibulum, est ut tincidunt dignissim, urna lectus commodo neque, id aliquam leo risus rhoncus leo. Sed ligula lacus, fringilla vitae mattis a, malesuada non purus. Duis id magna quis tortor consectetur vulputate sit amet id justo. Vestibulum fermentum ligula non quam porta a posuere neque rhoncus. In at purus nunc. Integer ornare vestibulum nisl, a elementum nibh tincidunt in. Duis porta nisl nisi. Sed volutpat pulvinar dui in tempus.\r\n\r\nMauris arcu nisl, sollicitudin ornare scelerisque sit amet, suscipit ut metus. In hac habitasse platea dictumst. Donec porttitor nibh a massa lacinia nec imperdiet lectus eleifend. Quisque ultricies nibh ac sem faucibus mattis. Mauris enim augue, rhoncus et mollis at, congue vitae sapien. Vivamus luctus feugiat euismod. Donec metus libero, tempus vitae posuere non, posuere vitae magna. Sed et nunc orci. Nullam in erat dui. In hac habitasse platea dictumst. Maecenas sollicitudin sapien id augue malesuada porta. Nullam id lorem ac leo feugiat laoreet nec ac orci. In eget nunc enim, quis pretium ante. Nam vestibulum purus ut dolor tristique aliquam.\r\n\r\nVestibulum in enim nisl. In pretium, diam sed lacinia facilisis, augue felis dictum diam, vitae ullamcorper orci odio a nunc. Morbi porttitor, est a aliquam faucibus, urna nulla consequat augue, pulvinar imperdiet purus justo eu augue. Maecenas porta libero quis nulla euismod et cursus lorem ullamcorper. In nulla neque, eleifend vel porttitor id, consequat a neque. Etiam pretium rhoncus sapien, sit amet bibendum nibh adipiscing in. Cras dapibus orci nec neque vehicula vulputate. Curabitur congue, felis lacinia convallis porta, neque turpis eleifend nunc, at scelerisque nibh est sed leo.\r\n\r\nUt id nibh vitae augue facilisis convallis. Sed quis augue lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In molestie justo non felis sodales convallis. Maecenas sit amet nisl blandit diam sollicitudin dignissim. Proin imperdiet mattis ante non malesuada. Proin pharetra pharetra justo. Fusce at elit vitae tortor fringilla tincidunt. Nulla ut fringilla mi. Nulla ultrices massa eget odio scelerisque lobortis. Pellentesque a lorem felis. Aenean eget porta urna.\r\n\r\nVestibulum lacinia bibendum lectus, ultrices tempus nibh aliquam et. Phasellus a convallis erat. Quisque mollis, augue nec tincidunt mollis, purus ipsum ullamcorper lorem, quis auctor tortor metus et lectus. In vitae metus nec diam lacinia euismod. Maecenas vitae vulputate risus. Nullam eget quam vel risus malesuada laoreet. Praesent malesuada justo ac augue porttitor sed accumsan elit congue. Nam eget tellus quis est convallis tempus. Vestibulum sit amet lorem a est hendrerit sodales. Sed nec dictum magna. Duis pretium viverra dolor, in rhoncus diam euismod sed. Etiam vitae felis ac justo tincidunt mattis ac nec risus. Vestibulum varius imperdiet turpis sed facilisis. Nullam arcu dolor, aliquam in consectetur sit amet, scelerisque in turpis.\r\n\r\nProin consectetur commodo justo, vitae convallis magna laoreet ut. Nulla eget risus eget velit consequat dignissim. Nunc vitae sem turpis. Morbi vestibulum malesuada ante at rhoncus. Ut faucibus lectus ut sapien tincidunt nec facilisis neque interdum. Quisque velit nulla, ornare et semper nec, scelerisque vitae ipsum. Nullam et pretium erat. Aliquam facilisis tincidunt nunc eu placerat. Mauris cursus dui in risus convallis lobortis. Mauris nec tortor lectus, a laoreet massa. Phasellus a erat metus. Etiam nisl nulla, sollicitudin a iaculis ut, tristique quis augue. Suspendisse dui est, ullamcorper id porta ac, aliquam quis erat.\r\n\r\nNullam venenatis varius laoreet. Donec pellentesque justo at quam facilisis mattis fringilla risus sagittis. Cras dui ante, sollicitudin faucibus lobortis a, interdum vitae augue. Donec dui felis, viverra a semper nec, gravida sed augue. Nulla justo sem, convallis et porta vitae, placerat ac magna. Nullam a turpis in ipsum hendrerit dictum id at erat. Nullam lacinia iaculis risus, a mattis diam hendrerit in. Suspendisse dictum lobortis iaculis. In vulputate lectus a massa gravida venenatis. Aenean porttitor condimentum posuere.\r\n\r\nNulla facilisi. Praesent vel risus id mauris malesuada vestibulum eget vel ligula. Etiam dapibus ultrices urna, nec auctor turpis aliquam non. Nam erat quam, sagittis nec faucibus in, fringilla vel sapien. Quisque commodo, eros sed elementum rutrum, tortor tortor viverra sem, non egestas augue mauris non libero. Cras tristique tortor et libero vehicula eu venenatis velit pharetra. Donec sagittis ornare libero, et interdum odio volutpat at. Donec non tellus et mauris lacinia pretium vitae in lorem. Nam tellus velit, mollis eget auctor non, luctus a tellus. Suspendisse potenti. Suspendisse posuere metus ipsum.\r\n\r\nProin faucibus, dolor iaculis volutpat viverra, arcu nisi accumsan turpis, nec ultrices nibh nibh a tellus. Nullam a neque id diam lobortis dictum quis lobortis velit. Nunc congue aliquam facilisis. Ut interdum, tortor ut volutpat rutrum, enim nisi tincidunt tortor, ac venenatis libero tortor in erat. Cras at justo ut felis molestie rutrum. Nam justo nunc, vulputate et sollicitudin sed, vestibulum in neque. Nunc laoreet varius nulla.\r\n\r\nNullam eu nisi non lorem fringilla luctus eu ac magna. Nulla rutrum ante eget magna fermentum consequat. Suspendisse hendrerit lacus vulputate turpis dictum lacinia. Nam placerat nisl in ante gravida rutrum. Sed sed eros libero, et tincidunt libero. Duis placerat sollicitudin bibendum. Nullam vitae nulla diam, ac luctus nisi. Ut dictum nunc ac purus semper posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque non ipsum nec risus porttitor sodales. Quisque odio dolor, malesuada quis faucibus at, laoreet semper elit. Nullam ac ipsum eu mauris hendrerit pulvinar eu at magna. Mauris eget ante libero, non porttitor arcu.\r\n\r\nVestibulum accumsan tempus venenatis. Nam massa quam, fermentum vitae aliquam at, vehicula non neque. Phasellus tristique dui at felis euismod porta. Fusce nisl magna, tempor mollis adipiscing sed, convallis at lorem. Suspendisse velit nulla, adipiscing eget gravida ut, sodales ut erat. Nulla facilisi. Etiam et tempus diam. Nam vulputate molestie laoreet.\r\n\r\nSed nunc nulla, suscipit et fermentum ac, tempor sed magna. Donec libero lorem, tristique sit amet commodo vitae, dictum in felis. Proin sem orci, tempor sit amet adipiscing vitae, blandit blandit neque. Quisque eget massa dui, eget mattis turpis. Proin quis tellus vitae felis laoreet laoreet vitae vitae risus. Cras dictum semper vehicula. Integer vitae libero ante.\r\n\r\nFusce vitae metus nulla, sed euismod felis. Nulla pulvinar egestas tincidunt. Nam vehicula malesuada urna, ac fringilla purus euismod quis. Curabitur sed metus eu orci rutrum tincidunt. Nam elementum, nibh in suscipit egestas, ligula dolor fringilla diam, et mollis tortor leo eu urna. Aenean egestas mauris ut arcu gravida vel volutpat felis consectetur. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut pretium vulputate felis, sit amet varius lectus pellentesque non.\r\n\r\nNulla facilisi. Nunc ornare tellus non dolor consectetur accumsan. Aenean tincidunt, nibh aliquam interdum bibendum, erat lacus ultrices libero, quis vehicula ligula dolor eget arcu. Sed rhoncus nulla eget justo viverra vitae rutrum nunc porttitor. Proin id neque risus. Maecenas vestibulum purus eget diam ullamcorper vel aliquam lacus imperdiet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nec libero ac mauris malesuada rutrum sit amet vitae erat. Nam tellus est, tempor ut egestas sit amet, tempor ut lorem. Suspendisse fermentum ornare metus sed tincidunt. Nulla mattis bibendum sapien, ac vehicula lorem mattis in. Maecenas adipiscing elementum consectetur. In vel leo augue, nec tincidunt purus. Sed id gravida massa.\r\n\r\nCurabitur eros enim, feugiat sed eleifend quis, fringilla et metus. Quisque lacinia lacus non lorem commodo sed varius tellus cursus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris egestas consectetur massa, vulputate tincidunt magna vehicula id. Pellentesque eget dolor vel purus semper volutpat eu at nisl. Ut sollicitudin nisi sit amet odio auctor fringilla. Sed eu nisi sed ipsum hendrerit varius. Sed tempus dignissim tincidunt. Curabitur laoreet tortor quis urna tempor fermentum. Ut quis libero vitae nunc cursus hendrerit. Integer et interdum lacus.\r\n\r\nDonec ipsum velit, elementum quis porta ut, condimentum non dolor. Phasellus posuere dignissim leo, quis mollis lectus egestas vel. Phasellus adipiscing faucibus dictum. Vestibulum eu felis eros. Maecenas eu sapien turpis. Quisque volutpat aliquam sem laoreet porta. Nam varius feugiat dolor sit amet ornare. Sed vitae viverra velit. Curabitur non turpis nec augue placerat euismod mattis nec nulla. Morbi aliquet nibh nec leo vehicula vulputate. Maecenas vel lacinia est. Curabitur augue elit, fringilla placerat auctor id, luctus quis eros.\r\n\r\nVestibulum ultrices iaculis tristique. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel enim dui, et consequat magna. In vitae mi eget magna pulvinar pretium. Etiam quis turpis nunc. Nam eget velit eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer nunc elit, semper vel pellentesque et, faucibus ut metus. Nunc mollis dolor quis sem tempor in dictum est scelerisque. Nunc vel risus nisl, vitae bibendum nulla. Suspendisse tellus erat, dignissim imperdiet ultricies ac, malesuada sit amet nunc.\r\n\r\nPraesent nec turpis iaculis elit adipiscing semper. In feugiat, odio a tempus fermentum, nisl metus fringilla nulla, interdum fringilla felis odio et mauris. Cras consequat leo sed felis interdum eu mattis enim tristique. Suspendisse vel orci sapien, ut varius odio. Curabitur ut arcu elit. Cras purus ligula, sodales sit amet viverra et, iaculis at augue. Praesent vehicula vulputate porta. Pellentesque lectus mi, ornare ut ultricies eu, elementum sed purus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus laoreet, eros in volutpat fringilla, quam justo suscipit leo, vitae interdum magna nisi vel odio.\r\n\r\nUt fermentum lorem quis ipsum lobortis bibendum. Pellentesque viverra augue vitae libero euismod volutpat. Nullam ac ipsum eget velit fringilla porta hendrerit nec nisl. Nunc vitae sem enim, quis tempor ipsum. Quisque vel diam eu metus blandit sagittis vitae sed eros. Vestibulum placerat elit et magna pretium dignissim. Integer luctus ligula vel dui mollis id porta purus ornare. Suspendisse eget dui mi. Quisque magna felis, volutpat eu posuere non, blandit id leo. Donec vel nisi nisl, eget lacinia odio. Phasellus sit amet massa vitae nibh congue fringilla sed nec felis.\r\n\r\nMauris neque dolor, semper id porta vitae, rhoncus in felis. Proin porttitor, dui a auctor sagittis, nulla dolor interdum lacus, quis auctor nisi erat id nunc. Donec feugiat risus eget magna commodo id malesuada eros mollis. Suspendisse enim lacus, ultrices id malesuada nec, fringilla in augue. Ut ultrices dapibus tortor, sit amet dapibus quam condimentum ac. Aenean et nisi in velit luctus tempor. Integer sed risus justo, vel gravida arcu. Duis eleifend massa a nunc molestie tristique ornare nulla iaculis. Praesent vel nisi ante, id consequat diam.\r\n\r\nNulla facilisi. Duis eros risus, euismod non facilisis et, pharetra eget orci. Praesent ultricies malesuada lectus, semper faucibus nibh ornare eu. Donec condimentum porta mollis. Vivamus sodales aliquet erat sit amet tempor. Nulla non dictum nisl. Suspendisse eleifend metus quis tellus mattis eget vulputate sapien scelerisque. Quisque dui ligula, accumsan cursus imperdiet nec, porttitor sed est.\r\n\r\nDonec purus erat, lobortis a convallis eu, euismod volutpat lacus. Pellentesque bibendum egestas ligula, in commodo est congue a. Cras sagittis viverra est, id tristique leo iaculis nec. Donec posuere sollicitudin scelerisque. Cras eros nulla, varius ut sollicitudin non, interdum at metus. Fusce nisi orci, vestibulum sed vehicula at, ullamcorper eget est. Praesent quis tortor orci, nec malesuada dui. Nullam in ipsum vel mauris gravida cursus ac nec erat.\r\n\r\nNulla ut mi vitae quam euismod iaculis. Ut dapibus auctor metus, at feugiat tortor tincidunt vitae. Donec ultricies nulla eget diam faucibus ultrices posuere odio malesuada. Aenean porta dolor sed nibh rhoncus placerat. Nam vestibulum mauris in leo dictum nec volutpat lectus facilisis. Integer tristique condimentum purus, id auctor justo tristique quis. Aenean vitae lorem ac mauris suscipit gravida et quis tellus. Morbi ultricies tempus mauris id commodo. Nullam justo ligula, dictum et suscipit vitae, mollis id nunc. Maecenas lacinia, purus eget tempus pharetra, elit eros mattis felis, vel lacinia sapien massa et ligula. Morbi volutpat bibendum quam sed pulvinar. Etiam a odio mi, sit amet volutpat neque.\r\n\r\nPhasellus vel erat non lectus consequat vehicula at a ante. Praesent eu sagittis velit. Fusce eleifend dictum est, eu dapibus velit malesuada non. Nulla at sagittis nisl. Praesent justo tellus, semper eu vehicula vitae, fringilla adipiscing mauris. Praesent enim nulla, cursus eu tincidunt a, venenatis vel sapien. Suspendisse fringilla libero vitae libero eleifend gravida. Sed vitae nisi metus. Proin porttitor porta mattis. Aenean bibendum rhoncus enim rutrum gravida. Proin lobortis sagittis neque in euismod. Mauris ac arcu eu arcu sodales cursus. Sed posuere mauris id metus vulputate tincidunt. Sed sed elit ut est luctus eleifend. Curabitur euismod volutpat mauris, sit amet dapibus ipsum malesuada in.\r\n\r\nAenean at elit orci. Mauris vel orci a nisl rhoncus lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eleifend cursus gravida. Morbi semper, felis vitae condimentum adipiscing, enim diam molestie augue, id rutrum nibh nisi nec dui. Quisque tempus feugiat elit vitae pulvinar. Fusce sit amet lorem sed metus tristique ultricies.\r\n\r\nDonec eu mauris elit. Vivamus quis sapien nunc. Nunc ut velit quis magna malesuada gravida non non sapien. Morbi eu neque nibh, ac placerat nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin interdum nisi vitae ante ultricies consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nVestibulum dictum, nisi vel scelerisque commodo, purus ante accumsan nibh, eget ultrices mauris ipsum eu odio. Nulla facilisi. Etiam ac tincidunt nunc. Praesent sed urna felis. Ut eget tristique tortor. Donec ultrices diam at nisi ultricies placerat. Etiam libero orci, sodales vitae dictum posuere, tempor nec nunc. Praesent pharetra rutrum neque, sed congue tortor pellentesque id. Fusce bibendum turpis non arcu adipiscing ullamcorper non congue libero. In et volutpat felis. Aliquam iaculis dui auctor dolor placerat dapibus. Sed rhoncus erat sed purus tincidunt in mattis massa mattis. Nulla facilisi. Integer viverra rutrum condimentum. Vivamus vitae nibh ac purus dignissim tincidunt et non urna.\r\n\r\nVivamus pellentesque vehicula magna venenatis interdum. Quisque fringilla quam dui. Curabitur lacinia iaculis nisi, sit amet consectetur arcu porta tempus. Suspendisse vel fringilla eros. Mauris non lacus ac felis cursus vestibulum. Maecenas in orci eget risus bibendum viverra. Nunc ac libero at felis vestibulum pulvinar. Morbi non dui ante, in egestas justo. Cras quis ante venenatis nisi molestie tincidunt a euismod tellus. Suspendisse fermentum consectetur urna vel varius. Proin tempor hendrerit leo, a aliquam velit pellentesque tempus. Nunc nulla eros, ultricies sit amet tincidunt in, ornare sodales felis. Maecenas tincidunt, nisi id lacinia convallis, nibh felis bibendum lectus, at mollis orci lectus nec velit.\r\n\r\nDuis ut quam vel quam consequat hendrerit tincidunt eget metus. Suspendisse vitae molestie elit. Nunc blandit venenatis leo ut vulputate. Pellentesque tempus fringilla porta. Etiam eget mattis felis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi leo sem, commodo eget semper eget, porttitor id leo. Duis pulvinar pulvinar ultricies. Proin laoreet posuere sagittis. Curabitur lectus libero, fringilla et varius ut, sodales sit amet purus. Cras molestie pulvinar magna in malesuada. Nullam tincidunt enim at tellus tempor dignissim. Aliquam et lacus massa.\r\n\r\nMauris arcu neque, bibendum vel porttitor eget, hendrerit at metus. Curabitur porttitor, orci a volutpat tristique, turpis nulla pellentesque tortor, vel mattis libero dui nec velit. Proin aliquam enim sed ligula mollis tristique. Aenean eget urna turpis. Etiam volutpat, massa sed tincidunt eleifend, nulla augue lacinia mauris, quis rhoncus libero erat aliquet est. Fusce vel ipsum mattis quam sagittis interdum. Phasellus ac turpis at justo convallis mollis sit amet sed tortor. Donec ac nunc urna, vitae laoreet mauris. Aenean dolor neque, ultricies eget sodales at, bibendum at erat.\r\n\r\nProin sollicitudin scelerisque orci, at vestibulum magna consectetur et. Pellentesque sit amet ligula dolor. Duis dignissim blandit arcu, a vulputate nisi vehicula at. Sed sit amet velit vel justo pellentesque consequat quis vitae nulla. Nullam ornare tellus nisi. Nunc dignissim magna nisl, sit amet adipiscing turpis. Nulla vel purus vehicula enim dictum aliquam. Donec nisi diam, condimentum eu pharetra nec, ultrices vel lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget turpis sapien, at adipiscing erat. Curabitur sit amet turpis lacus, non pretium nibh. In hac habitasse platea dictumst. Proin sit amet tellus vel nibh pellentesque lobortis. Vivamus dignissim purus suscipit neque eleifend eget faucibus ipsum fringilla. Aenean nec quam lobortis purus aliquam viverra a eu dui.\r\n\r\nNulla adipiscing, dui ac varius accumsan, purus lorem aliquet dui, non porttitor libero leo imperdiet mauris. Mauris eleifend porta risus, sit amet pharetra diam luctus quis. Nunc pellentesque blandit massa, vulputate sagittis magna sagittis a. Nulla sagittis euismod odio ut feugiat. Suspendisse non magna ut nisl congue consequat. Maecenas nisi tortor, tincidunt vel fringilla id, dictum vitae augue. Donec cursus nibh in est volutpat posuere. Ut dolor tortor, elementum a sodales in, consectetur scelerisque sem. Mauris non purus neque. Ut dictum ligula id est venenatis a tincidunt enim vulputate. Nullam imperdiet lobortis lectus, ac viverra tellus facilisis et. In lobortis diam lectus.\r\n\r\nMauris fermentum dapibus urna quis adipiscing. Fusce at lorem lectus. Nullam eu orci justo. Sed orci dolor, congue et suscipit id, elementum sed ante. Phasellus vehicula eros vitae risus interdum pharetra. Nam lectus elit, suscipit in rutrum vel, rhoncus in elit. Nullam dignissim nunc nibh, et aliquet felis. Sed vulputate, ipsum eget facilisis scelerisque, lacus felis feugiat massa, eget interdum nisi sapien eget massa. Vestibulum leo metus, molestie non pulvinar nec, condimentum non diam.\r\n\r\nQuisque sagittis commodo molestie. Donec venenatis ante a purus elementum vestibulum. Maecenas laoreet, tortor non dapibus luctus, odio risus mollis risus, sed luctus diam libero eu felis. Suspendisse potenti. Sed vel quam mi, non placerat neque. In hac habitasse platea dictumst. Integer sed neque a arcu elementum semper. Donec vel velit erat. Nunc posuere, nisl semper pellentesque dignissim, quam purus varius urna, at ultrices dui risus in dolor. Vivamus at dui enim, et imperdiet risus. Vestibulum nisi nisi, faucibus sit amet venenatis vitae, pharetra at dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eu mauris nulla. Nunc diam erat, placerat at commodo porta, faucibus a turpis. Morbi sodales nisi id ante imperdiet adipiscing.\r\n\r\nFusce metus tellus, luctus placerat vehicula et, fermentum ut sem. Donec ac lorem risus, sit amet lobortis dui. Mauris vel metus ac urna mollis gravida id id justo. Proin id justo felis. Vivamus at vehicula massa. Proin interdum ornare congue. Mauris pellentesque faucibus mi sed vestibulum. Mauris enim sem, vestibulum ut placerat at, rhoncus sit amet metus. Nulla neque dolor, malesuada ac luctus sit amet, imperdiet quis libero. Nunc facilisis erat at turpis vulputate aliquet.\r\n\r\nSed dignissim convallis interdum. Curabitur ligula ligula, lacinia in accumsan at, pharetra tempor sapien. Quisque quis augue ac magna aliquet fermentum ultrices vitae mauris. Phasellus nec dolor hendrerit dolor vestibulum placerat nec ut lacus. Phasellus mattis suscipit varius. Ut egestas tortor sit amet augue cursus ut volutpat magna scelerisque. Aenean pulvinar, lacus a hendrerit gravida, tellus neque condimentum lorem, eget semper purus massa eget neque. Nam pretium lacus in quam feugiat fringilla aliquet lectus egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque elementum consequat feugiat. Quisque id diam justo, eget euismod augue. Integer tristique vestibulum sollicitudin. Quisque eu orci nec magna vestibulum placerat in volutpat odio. Integer in orci non dolor ornare viverra. Nulla facilisi. Fusce volutpat mollis urna, vel ultrices libero porttitor a.','<?php /* Cached: August 9, 2012, 7:18 am */ ?>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque id ipsum nisl. Nam vitae ligula turpis, vel egestas turpis. Curabitur condimentum metus ac ligula pulvinar volutpat. Nullam mollis nulla eu ligula volutpat pellentesque. Pellentesque sit amet nisl metus, et placerat elit. Mauris ac justo est, at malesuada mauris. Etiam auctor pharetra mollis. Vivamus lobortis, sem sit amet porta suscipit, augue libero consectetur justo, a sollicitudin risus eros et est. Vivamus eget lectus tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean vel ullamcorper mauris.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Ut non consequat risus. Phasellus eget ligula vel enim pretium volutpat. Phasellus rutrum porttitor lorem. In accumsan pharetra sapien, in porta augue accumsan a. Fusce pellentesque egestas euismod. Donec porta dapibus urna eu varius. Pellentesque aliquet dapibus turpis, ut sollicitudin elit convallis eget. Curabitur ornare, sapien nec rhoncus bibendum, lacus libero tristique dui, in interdum massa purus ut quam. Morbi est turpis, feugiat non porttitor sed, adipiscing sed ligula.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque ac tempus ipsum. Praesent tempus convallis enim in suscipit. Nulla eu ipsum nec nisl tempus vestibulum. Fusce rutrum placerat tortor, vel ultricies sem ultrices sit amet. Proin elementum convallis neque eu sodales. Vivamus turpis massa, sodales sed volutpat consequat, feugiat non ante. Phasellus vel blandit nunc. Quisque nec ligula orci. Proin luctus interdum diam eu mattis. Maecenas nec posuere nunc. Duis a purus lacus. Quisque sit amet enim lacus. Praesent molestie, arcu id pharetra sollicitudin, est diam mattis erat, vel volutpat mauris ante nec lorem. In eget posuere sapien.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Donec felis tellus, adipiscing viverra volutpat vel, luctus sed felis. Morbi ultricies ante in mauris ultrices ullamcorper. Vivamus justo est, suscipit eget convallis quis, dapibus nec lacus. Maecenas vel urna ac lacus adipiscing molestie nec id quam. Aliquam faucibus rutrum nisl, vitae faucibus felis tincidunt eget. Aliquam sit amet varius augue. In elementum sodales sapien id laoreet. Ut mattis laoreet neque, quis tincidunt leo mattis sed.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Cras lacinia elementum auctor. Proin ante lacus, lobortis viverra tincidunt vitae, ullamcorper in nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus condimentum gravida lorem, eget lacinia mauris sodales eu. Suspendisse odio orci, congue sit amet elementum sed, vulputate in massa. Ut eget nisl metus, et adipiscing augue. Proin egestas porta arcu vitae feugiat. Donec et lacus tortor. Aliquam ornare velit tempor urna consectetur laoreet. Quisque congue ante vel sem ultricies ullamcorper.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Duis posuere mauris quis turpis ornare lobortis sed quis leo. Morbi rhoncus lorem ac erat porttitor consectetur. Nullam condimentum libero sit amet sapien hendrerit placerat. Quisque at neque at turpis gravida hendrerit placerat quis neque. Sed dictum ipsum nisi, non placerat nisi. Cras elementum, eros at tempus tristique, lectus mi scelerisque tortor, sit amet pretium odio turpis sed risus. Vestibulum rutrum commodo porta. Phasellus sagittis mattis pretium. Curabitur in auctor libero. Curabitur rutrum dignissim ipsum et scelerisque. Nullam fermentum vehicula lectus eget tristique. Duis lacus nisl, ultricies vel fringilla at, iaculis a risus. Maecenas in eleifend massa.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nunc sit amet lorem turpis, sed gravida ante. Duis semper, nunc in condimentum imperdiet, eros tellus scelerisque lectus, vitae viverra justo libero a justo. In magna justo, blandit sed commodo non, porta ac urna. Vivamus in lacus mi, at scelerisque tortor. Nullam velit felis, convallis sit amet ullamcorper ut, consequat ut lacus. Aenean id porta lectus. Maecenas rutrum ante justo. Mauris dapibus adipiscing elementum. Fusce imperdiet neque dignissim ipsum sagittis fermentum. Nulla facilisi.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Duis convallis tempus felis, eget sodales orci euismod sit amet. Ut at velit ipsum. Donec id nisl at turpis mollis rutrum. Vivamus faucibus, ipsum volutpat lacinia tincidunt, justo dui elementum felis, faucibus bibendum nibh nisi nec nulla. Mauris nisi arcu, dignissim non ultrices quis, ultricies rhoncus leo. Suspendisse varius volutpat odio euismod rhoncus. In ac sem vel nisl convallis varius. Nullam nisi erat, accumsan nec porta vel, blandit at leo. Mauris eu lorem laoreet sem faucibus auctor. Praesent viverra, enim id feugiat tincidunt, eros urna dapibus enim, vel adipiscing eros felis et neque. Nulla eu cursus velit. Ut at tellus nunc, eget feugiat erat. Ut nec magna blandit risus ornare vulputate a eget diam.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Aenean posuere, purus ac cursus pulvinar, turpis eros condimentum sem, sit amet pulvinar purus lacus ut velit. Nulla tristique vestibulum nisl, a posuere ante tincidunt a. Fusce porta vestibulum felis, in eleifend sem faucibus eu. Duis bibendum suscipit dolor et mollis. Integer eget nulla eu augue mollis sagittis. Nam vel tempus odio. Nulla facilisi. Duis fermentum tortor vitae risus porta cursus. Morbi ultrices luctus lorem vitae pharetra. Integer pulvinar dui sed erat ultricies vehicula. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum pharetra pharetra ante at pellentesque. Etiam at convallis orci. Duis semper lorem quis ipsum hendrerit et interdum ligula vestibulum.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Praesent accumsan nulla quis arcu ornare iaculis. Vestibulum in enim at arcu malesuada lacinia non sed neque. Maecenas vel velit sed lectus sagittis porttitor non a turpis. Cras eu tortor quis leo dapibus sagittis sed vehicula mauris. In luctus elementum urna sit amet sodales. Aliquam erat volutpat. Mauris sit amet tincidunt ipsum. Nam arcu lorem, vehicula rutrum dignissim non, pellentesque a arcu. Ut nec leo dui, vitae molestie lorem. Nam nisl tellus, tincidunt mollis facilisis ornare, suscipit vel mauris. Morbi pellentesque ullamcorper augue nec vestibulum. Mauris ac ipsum eget nibh tempus consequat id non ante. Etiam ligula magna, posuere a suscipit et, molestie at erat. Integer mi eros, dignissim non posuere eget, convallis ut magna. Proin vestibulum feugiat eros, id tempor dui rutrum non. Aenean auctor congue dignissim.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Cras suscipit felis sit amet urna bibendum vel aliquet nibh tincidunt. Fusce eget velit sed diam interdum fringilla. Fusce mauris massa, pharetra quis vehicula eu, condimentum non neque. Mauris non odio metus. Integer nec purus lacus. Donec elit felis, bibendum in ultrices sed, elementum non arcu. In quis libero at turpis semper egestas. Duis dapibus lectus a urna cursus volutpat. Praesent rutrum imperdiet egestas. Mauris pulvinar lacus sed mauris dictum pellentesque. Suspendisse dictum, risus et pellentesque congue, nisi turpis suscipit nisl, non porta velit magna non ipsum. Etiam eget tellus sit amet sem lobortis mattis in ac nisi.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Donec tristique rhoncus tellus ac pharetra. Nulla pellentesque lorem est, consequat pellentesque erat. Phasellus non nunc a sem egestas pellentesque vitae dapibus augue. Mauris vestibulum, augue ac blandit aliquam, sem justo varius dolor, et condimentum augue magna ac nulla. Ut sed nisl lorem, vel laoreet est. Donec lacus magna, dapibus ac auctor eget, imperdiet non dui. Suspendisse tristique luctus sagittis. Nulla sagittis odio eu felis facilisis suscipit non sed tortor. Nunc nulla sapien, cursus non faucibus et, luctus nec lectus. Integer euismod volutpat dolor suscipit semper. Proin blandit imperdiet tincidunt. Aenean placerat, purus vitae elementum venenatis, nunc libero fringilla mauris, et varius erat ligula eu dolor. Sed purus augue, convallis sit amet bibendum vitae, bibendum et metus. Suspendisse tempus quam ut odio dapibus ac tristique mauris varius. Mauris ut enim vulputate ante viverra interdum. Mauris sed mi ipsum.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Suspendisse quis risus ut eros luctus rhoncus nec et ligula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec semper viverra pellentesque. Praesent eros velit, elementum eget feugiat fringilla, interdum eu mauris. Donec nisi ante, lacinia non pellentesque in, accumsan eget mauris. Phasellus suscipit mauris sit amet lectus dapibus dignissim. In sed ullamcorper lectus. Sed sit amet sapien ligula, non venenatis lorem. In turpis ligula, posuere vitae imperdiet eu, aliquet a quam. Nullam accumsan dignissim leo. Cras blandit ultricies pharetra. In eu tortor quis metus cursus placerat. Vestibulum varius euismod nulla, placerat sodales mi viverra id. Aliquam erat volutpat.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Duis eu quam nec metus consequat malesuada. Sed at lectus nisi. Nunc mauris lectus, commodo a condimentum in, commodo eget mi. Quisque vulputate rutrum purus ut lobortis. Curabitur sagittis ligula non magna iaculis id fermentum ante bibendum. Proin mollis ipsum in massa cursus convallis. Cras eleifend fermentum velit, eget vestibulum diam viverra vitae. Praesent purus diam, iaculis interdum tincidunt non, ultrices id mi.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Maecenas gravida, dui id varius egestas, nisi purus feugiat enim, quis semper nunc massa et est. Aliquam convallis ante eros, in posuere erat. Nunc ut sagittis lorem. Ut non cursus sapien. Donec nisl tortor, commodo ut commodo sit amet, volutpat et dui. Maecenas laoreet ligula at augue tincidunt pellentesque tincidunt nulla consectetur. Praesent vestibulum, est ut tincidunt dignissim, urna lectus commodo neque, id aliquam leo risus rhoncus leo. Sed ligula lacus, fringilla vitae mattis a, malesuada non purus. Duis id magna quis tortor consectetur vulputate sit amet id justo. Vestibulum fermentum ligula non quam porta a posuere neque rhoncus. In at purus nunc. Integer ornare vestibulum nisl, a elementum nibh tincidunt in. Duis porta nisl nisi. Sed volutpat pulvinar dui in tempus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Mauris arcu nisl, sollicitudin ornare scelerisque sit amet, suscipit ut metus. In hac habitasse platea dictumst. Donec porttitor nibh a massa lacinia nec imperdiet lectus eleifend. Quisque ultricies nibh ac sem faucibus mattis. Mauris enim augue, rhoncus et mollis at, congue vitae sapien. Vivamus luctus feugiat euismod. Donec metus libero, tempus vitae posuere non, posuere vitae magna. Sed et nunc orci. Nullam in erat dui. In hac habitasse platea dictumst. Maecenas sollicitudin sapien id augue malesuada porta. Nullam id lorem ac leo feugiat laoreet nec ac orci. In eget nunc enim, quis pretium ante. Nam vestibulum purus ut dolor tristique aliquam.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vestibulum in enim nisl. In pretium, diam sed lacinia facilisis, augue felis dictum diam, vitae ullamcorper orci odio a nunc. Morbi porttitor, est a aliquam faucibus, urna nulla consequat augue, pulvinar imperdiet purus justo eu augue. Maecenas porta libero quis nulla euismod et cursus lorem ullamcorper. In nulla neque, eleifend vel porttitor id, consequat a neque. Etiam pretium rhoncus sapien, sit amet bibendum nibh adipiscing in. Cras dapibus orci nec neque vehicula vulputate. Curabitur congue, felis lacinia convallis porta, neque turpis eleifend nunc, at scelerisque nibh est sed leo.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Ut id nibh vitae augue facilisis convallis. Sed quis augue lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In molestie justo non felis sodales convallis. Maecenas sit amet nisl blandit diam sollicitudin dignissim. Proin imperdiet mattis ante non malesuada. Proin pharetra pharetra justo. Fusce at elit vitae tortor fringilla tincidunt. Nulla ut fringilla mi. Nulla ultrices massa eget odio scelerisque lobortis. Pellentesque a lorem felis. Aenean eget porta urna.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vestibulum lacinia bibendum lectus, ultrices tempus nibh aliquam et. Phasellus a convallis erat. Quisque mollis, augue nec tincidunt mollis, purus ipsum ullamcorper lorem, quis auctor tortor metus et lectus. In vitae metus nec diam lacinia euismod. Maecenas vitae vulputate risus. Nullam eget quam vel risus malesuada laoreet. Praesent malesuada justo ac augue porttitor sed accumsan elit congue. Nam eget tellus quis est convallis tempus. Vestibulum sit amet lorem a est hendrerit sodales. Sed nec dictum magna. Duis pretium viverra dolor, in rhoncus diam euismod sed. Etiam vitae felis ac justo tincidunt mattis ac nec risus. Vestibulum varius imperdiet turpis sed facilisis. Nullam arcu dolor, aliquam in consectetur sit amet, scelerisque in turpis.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Proin consectetur commodo justo, vitae convallis magna laoreet ut. Nulla eget risus eget velit consequat dignissim. Nunc vitae sem turpis. Morbi vestibulum malesuada ante at rhoncus. Ut faucibus lectus ut sapien tincidunt nec facilisis neque interdum. Quisque velit nulla, ornare et semper nec, scelerisque vitae ipsum. Nullam et pretium erat. Aliquam facilisis tincidunt nunc eu placerat. Mauris cursus dui in risus convallis lobortis. Mauris nec tortor lectus, a laoreet massa. Phasellus a erat metus. Etiam nisl nulla, sollicitudin a iaculis ut, tristique quis augue. Suspendisse dui est, ullamcorper id porta ac, aliquam quis erat.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nullam venenatis varius laoreet. Donec pellentesque justo at quam facilisis mattis fringilla risus sagittis. Cras dui ante, sollicitudin faucibus lobortis a, interdum vitae augue. Donec dui felis, viverra a semper nec, gravida sed augue. Nulla justo sem, convallis et porta vitae, placerat ac magna. Nullam a turpis in ipsum hendrerit dictum id at erat. Nullam lacinia iaculis risus, a mattis diam hendrerit in. Suspendisse dictum lobortis iaculis. In vulputate lectus a massa gravida venenatis. Aenean porttitor condimentum posuere.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nulla facilisi. Praesent vel risus id mauris malesuada vestibulum eget vel ligula. Etiam dapibus ultrices urna, nec auctor turpis aliquam non. Nam erat quam, sagittis nec faucibus in, fringilla vel sapien. Quisque commodo, eros sed elementum rutrum, tortor tortor viverra sem, non egestas augue mauris non libero. Cras tristique tortor et libero vehicula eu venenatis velit pharetra. Donec sagittis ornare libero, et interdum odio volutpat at. Donec non tellus et mauris lacinia pretium vitae in lorem. Nam tellus velit, mollis eget auctor non, luctus a tellus. Suspendisse potenti. Suspendisse posuere metus ipsum.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Proin faucibus, dolor iaculis volutpat viverra, arcu nisi accumsan turpis, nec ultrices nibh nibh a tellus. Nullam a neque id diam lobortis dictum quis lobortis velit. Nunc congue aliquam facilisis. Ut interdum, tortor ut volutpat rutrum, enim nisi tincidunt tortor, ac venenatis libero tortor in erat. Cras at justo ut felis molestie rutrum. Nam justo nunc, vulputate et sollicitudin sed, vestibulum in neque. Nunc laoreet varius nulla.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nullam eu nisi non lorem fringilla luctus eu ac magna. Nulla rutrum ante eget magna fermentum consequat. Suspendisse hendrerit lacus vulputate turpis dictum lacinia. Nam placerat nisl in ante gravida rutrum. Sed sed eros libero, et tincidunt libero. Duis placerat sollicitudin bibendum. Nullam vitae nulla diam, ac luctus nisi. Ut dictum nunc ac purus semper posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque non ipsum nec risus porttitor sodales. Quisque odio dolor, malesuada quis faucibus at, laoreet semper elit. Nullam ac ipsum eu mauris hendrerit pulvinar eu at magna. Mauris eget ante libero, non porttitor arcu.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vestibulum accumsan tempus venenatis. Nam massa quam, fermentum vitae aliquam at, vehicula non neque. Phasellus tristique dui at felis euismod porta. Fusce nisl magna, tempor mollis adipiscing sed, convallis at lorem. Suspendisse velit nulla, adipiscing eget gravida ut, sodales ut erat. Nulla facilisi. Etiam et tempus diam. Nam vulputate molestie laoreet.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Sed nunc nulla, suscipit et fermentum ac, tempor sed magna. Donec libero lorem, tristique sit amet commodo vitae, dictum in felis. Proin sem orci, tempor sit amet adipiscing vitae, blandit blandit neque. Quisque eget massa dui, eget mattis turpis. Proin quis tellus vitae felis laoreet laoreet vitae vitae risus. Cras dictum semper vehicula. Integer vitae libero ante.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Fusce vitae metus nulla, sed euismod felis. Nulla pulvinar egestas tincidunt. Nam vehicula malesuada urna, ac fringilla purus euismod quis. Curabitur sed metus eu orci rutrum tincidunt. Nam elementum, nibh in suscipit egestas, ligula dolor fringilla diam, et mollis tortor leo eu urna. Aenean egestas mauris ut arcu gravida vel volutpat felis consectetur. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut pretium vulputate felis, sit amet varius lectus pellentesque non.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nulla facilisi. Nunc ornare tellus non dolor consectetur accumsan. Aenean tincidunt, nibh aliquam interdum bibendum, erat lacus ultrices libero, quis vehicula ligula dolor eget arcu. Sed rhoncus nulla eget justo viverra vitae rutrum nunc porttitor. Proin id neque risus. Maecenas vestibulum purus eget diam ullamcorper vel aliquam lacus imperdiet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nec libero ac mauris malesuada rutrum sit amet vitae erat. Nam tellus est, tempor ut egestas sit amet, tempor ut lorem. Suspendisse fermentum ornare metus sed tincidunt. Nulla mattis bibendum sapien, ac vehicula lorem mattis in. Maecenas adipiscing elementum consectetur. In vel leo augue, nec tincidunt purus. Sed id gravida massa.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Curabitur eros enim, feugiat sed eleifend quis, fringilla et metus. Quisque lacinia lacus non lorem commodo sed varius tellus cursus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris egestas consectetur massa, vulputate tincidunt magna vehicula id. Pellentesque eget dolor vel purus semper volutpat eu at nisl. Ut sollicitudin nisi sit amet odio auctor fringilla. Sed eu nisi sed ipsum hendrerit varius. Sed tempus dignissim tincidunt. Curabitur laoreet tortor quis urna tempor fermentum. Ut quis libero vitae nunc cursus hendrerit. Integer et interdum lacus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Donec ipsum velit, elementum quis porta ut, condimentum non dolor. Phasellus posuere dignissim leo, quis mollis lectus egestas vel. Phasellus adipiscing faucibus dictum. Vestibulum eu felis eros. Maecenas eu sapien turpis. Quisque volutpat aliquam sem laoreet porta. Nam varius feugiat dolor sit amet ornare. Sed vitae viverra velit. Curabitur non turpis nec augue placerat euismod mattis nec nulla. Morbi aliquet nibh nec leo vehicula vulputate. Maecenas vel lacinia est. Curabitur augue elit, fringilla placerat auctor id, luctus quis eros.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vestibulum ultrices iaculis tristique. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam vel enim dui, et consequat magna. In vitae mi eget magna pulvinar pretium. Etiam quis turpis nunc. Nam eget velit eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer nunc elit, semper vel pellentesque et, faucibus ut metus. Nunc mollis dolor quis sem tempor in dictum est scelerisque. Nunc vel risus nisl, vitae bibendum nulla. Suspendisse tellus erat, dignissim imperdiet ultricies ac, malesuada sit amet nunc.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Praesent nec turpis iaculis elit adipiscing semper. In feugiat, odio a tempus fermentum, nisl metus fringilla nulla, interdum fringilla felis odio et mauris. Cras consequat leo sed felis interdum eu mattis enim tristique. Suspendisse vel orci sapien, ut varius odio. Curabitur ut arcu elit. Cras purus ligula, sodales sit amet viverra et, iaculis at augue. Praesent vehicula vulputate porta. Pellentesque lectus mi, ornare ut ultricies eu, elementum sed purus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Phasellus laoreet, eros in volutpat fringilla, quam justo suscipit leo, vitae interdum magna nisi vel odio.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Ut fermentum lorem quis ipsum lobortis bibendum. Pellentesque viverra augue vitae libero euismod volutpat. Nullam ac ipsum eget velit fringilla porta hendrerit nec nisl. Nunc vitae sem enim, quis tempor ipsum. Quisque vel diam eu metus blandit sagittis vitae sed eros. Vestibulum placerat elit et magna pretium dignissim. Integer luctus ligula vel dui mollis id porta purus ornare. Suspendisse eget dui mi. Quisque magna felis, volutpat eu posuere non, blandit id leo. Donec vel nisi nisl, eget lacinia odio. Phasellus sit amet massa vitae nibh congue fringilla sed nec felis.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Mauris neque dolor, semper id porta vitae, rhoncus in felis. Proin porttitor, dui a auctor sagittis, nulla dolor interdum lacus, quis auctor nisi erat id nunc. Donec feugiat risus eget magna commodo id malesuada eros mollis. Suspendisse enim lacus, ultrices id malesuada nec, fringilla in augue. Ut ultrices dapibus tortor, sit amet dapibus quam condimentum ac. Aenean et nisi in velit luctus tempor. Integer sed risus justo, vel gravida arcu. Duis eleifend massa a nunc molestie tristique ornare nulla iaculis. Praesent vel nisi ante, id consequat diam.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nulla facilisi. Duis eros risus, euismod non facilisis et, pharetra eget orci. Praesent ultricies malesuada lectus, semper faucibus nibh ornare eu. Donec condimentum porta mollis. Vivamus sodales aliquet erat sit amet tempor. Nulla non dictum nisl. Suspendisse eleifend metus quis tellus mattis eget vulputate sapien scelerisque. Quisque dui ligula, accumsan cursus imperdiet nec, porttitor sed est.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Donec purus erat, lobortis a convallis eu, euismod volutpat lacus. Pellentesque bibendum egestas ligula, in commodo est congue a. Cras sagittis viverra est, id tristique leo iaculis nec. Donec posuere sollicitudin scelerisque. Cras eros nulla, varius ut sollicitudin non, interdum at metus. Fusce nisi orci, vestibulum sed vehicula at, ullamcorper eget est. Praesent quis tortor orci, nec malesuada dui. Nullam in ipsum vel mauris gravida cursus ac nec erat.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nulla ut mi vitae quam euismod iaculis. Ut dapibus auctor metus, at feugiat tortor tincidunt vitae. Donec ultricies nulla eget diam faucibus ultrices posuere odio malesuada. Aenean porta dolor sed nibh rhoncus placerat. Nam vestibulum mauris in leo dictum nec volutpat lectus facilisis. Integer tristique condimentum purus, id auctor justo tristique quis. Aenean vitae lorem ac mauris suscipit gravida et quis tellus. Morbi ultricies tempus mauris id commodo. Nullam justo ligula, dictum et suscipit vitae, mollis id nunc. Maecenas lacinia, purus eget tempus pharetra, elit eros mattis felis, vel lacinia sapien massa et ligula. Morbi volutpat bibendum quam sed pulvinar. Etiam a odio mi, sit amet volutpat neque.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Phasellus vel erat non lectus consequat vehicula at a ante. Praesent eu sagittis velit. Fusce eleifend dictum est, eu dapibus velit malesuada non. Nulla at sagittis nisl. Praesent justo tellus, semper eu vehicula vitae, fringilla adipiscing mauris. Praesent enim nulla, cursus eu tincidunt a, venenatis vel sapien. Suspendisse fringilla libero vitae libero eleifend gravida. Sed vitae nisi metus. Proin porttitor porta mattis. Aenean bibendum rhoncus enim rutrum gravida. Proin lobortis sagittis neque in euismod. Mauris ac arcu eu arcu sodales cursus. Sed posuere mauris id metus vulputate tincidunt. Sed sed elit ut est luctus eleifend. Curabitur euismod volutpat mauris, sit amet dapibus ipsum malesuada in.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Aenean at elit orci. Mauris vel orci a nisl rhoncus lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eleifend cursus gravida. Morbi semper, felis vitae condimentum adipiscing, enim diam molestie augue, id rutrum nibh nisi nec dui. Quisque tempus feugiat elit vitae pulvinar. Fusce sit amet lorem sed metus tristique ultricies.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Donec eu mauris elit. Vivamus quis sapien nunc. Nunc ut velit quis magna malesuada gravida non non sapien. Morbi eu neque nibh, ac placerat nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin interdum nisi vitae ante ultricies consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vestibulum dictum, nisi vel scelerisque commodo, purus ante accumsan nibh, eget ultrices mauris ipsum eu odio. Nulla facilisi. Etiam ac tincidunt nunc. Praesent sed urna felis. Ut eget tristique tortor. Donec ultrices diam at nisi ultricies placerat. Etiam libero orci, sodales vitae dictum posuere, tempor nec nunc. Praesent pharetra rutrum neque, sed congue tortor pellentesque id. Fusce bibendum turpis non arcu adipiscing ullamcorper non congue libero. In et volutpat felis. Aliquam iaculis dui auctor dolor placerat dapibus. Sed rhoncus erat sed purus tincidunt in mattis massa mattis. Nulla facilisi. Integer viverra rutrum condimentum. Vivamus vitae nibh ac purus dignissim tincidunt et non urna.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Vivamus pellentesque vehicula magna venenatis interdum. Quisque fringilla quam dui. Curabitur lacinia iaculis nisi, sit amet consectetur arcu porta tempus. Suspendisse vel fringilla eros. Mauris non lacus ac felis cursus vestibulum. Maecenas in orci eget risus bibendum viverra. Nunc ac libero at felis vestibulum pulvinar. Morbi non dui ante, in egestas justo. Cras quis ante venenatis nisi molestie tincidunt a euismod tellus. Suspendisse fermentum consectetur urna vel varius. Proin tempor hendrerit leo, a aliquam velit pellentesque tempus. Nunc nulla eros, ultricies sit amet tincidunt in, ornare sodales felis. Maecenas tincidunt, nisi id lacinia convallis, nibh felis bibendum lectus, at mollis orci lectus nec velit.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Duis ut quam vel quam consequat hendrerit tincidunt eget metus. Suspendisse vitae molestie elit. Nunc blandit venenatis leo ut vulputate. Pellentesque tempus fringilla porta. Etiam eget mattis felis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi leo sem, commodo eget semper eget, porttitor id leo. Duis pulvinar pulvinar ultricies. Proin laoreet posuere sagittis. Curabitur lectus libero, fringilla et varius ut, sodales sit amet purus. Cras molestie pulvinar magna in malesuada. Nullam tincidunt enim at tellus tempor dignissim. Aliquam et lacus massa.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Mauris arcu neque, bibendum vel porttitor eget, hendrerit at metus. Curabitur porttitor, orci a volutpat tristique, turpis nulla pellentesque tortor, vel mattis libero dui nec velit. Proin aliquam enim sed ligula mollis tristique. Aenean eget urna turpis. Etiam volutpat, massa sed tincidunt eleifend, nulla augue lacinia mauris, quis rhoncus libero erat aliquet est. Fusce vel ipsum mattis quam sagittis interdum. Phasellus ac turpis at justo convallis mollis sit amet sed tortor. Donec ac nunc urna, vitae laoreet mauris. Aenean dolor neque, ultricies eget sodales at, bibendum at erat.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Proin sollicitudin scelerisque orci, at vestibulum magna consectetur et. Pellentesque sit amet ligula dolor. Duis dignissim blandit arcu, a vulputate nisi vehicula at. Sed sit amet velit vel justo pellentesque consequat quis vitae nulla. Nullam ornare tellus nisi. Nunc dignissim magna nisl, sit amet adipiscing turpis. Nulla vel purus vehicula enim dictum aliquam. Donec nisi diam, condimentum eu pharetra nec, ultrices vel lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget turpis sapien, at adipiscing erat. Curabitur sit amet turpis lacus, non pretium nibh. In hac habitasse platea dictumst. Proin sit amet tellus vel nibh pellentesque lobortis. Vivamus dignissim purus suscipit neque eleifend eget faucibus ipsum fringilla. Aenean nec quam lobortis purus aliquam viverra a eu dui.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Nulla adipiscing, dui ac varius accumsan, purus lorem aliquet dui, non porttitor libero leo imperdiet mauris. Mauris eleifend porta risus, sit amet pharetra diam luctus quis. Nunc pellentesque blandit massa, vulputate sagittis magna sagittis a. Nulla sagittis euismod odio ut feugiat. Suspendisse non magna ut nisl congue consequat. Maecenas nisi tortor, tincidunt vel fringilla id, dictum vitae augue. Donec cursus nibh in est volutpat posuere. Ut dolor tortor, elementum a sodales in, consectetur scelerisque sem. Mauris non purus neque. Ut dictum ligula id est venenatis a tincidunt enim vulputate. Nullam imperdiet lobortis lectus, ac viverra tellus facilisis et. In lobortis diam lectus.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Mauris fermentum dapibus urna quis adipiscing. Fusce at lorem lectus. Nullam eu orci justo. Sed orci dolor, congue et suscipit id, elementum sed ante. Phasellus vehicula eros vitae risus interdum pharetra. Nam lectus elit, suscipit in rutrum vel, rhoncus in elit. Nullam dignissim nunc nibh, et aliquet felis. Sed vulputate, ipsum eget facilisis scelerisque, lacus felis feugiat massa, eget interdum nisi sapien eget massa. Vestibulum leo metus, molestie non pulvinar nec, condimentum non diam.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Quisque sagittis commodo molestie. Donec venenatis ante a purus elementum vestibulum. Maecenas laoreet, tortor non dapibus luctus, odio risus mollis risus, sed luctus diam libero eu felis. Suspendisse potenti. Sed vel quam mi, non placerat neque. In hac habitasse platea dictumst. Integer sed neque a arcu elementum semper. Donec vel velit erat. Nunc posuere, nisl semper pellentesque dignissim, quam purus varius urna, at ultrices dui risus in dolor. Vivamus at dui enim, et imperdiet risus. Vestibulum nisi nisi, faucibus sit amet venenatis vitae, pharetra at dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eu mauris nulla. Nunc diam erat, placerat at commodo porta, faucibus a turpis. Morbi sodales nisi id ante imperdiet adipiscing.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Fusce metus tellus, luctus placerat vehicula et, fermentum ut sem. Donec ac lorem risus, sit amet lobortis dui. Mauris vel metus ac urna mollis gravida id id justo. Proin id justo felis. Vivamus at vehicula massa. Proin interdum ornare congue. Mauris pellentesque faucibus mi sed vestibulum. Mauris enim sem, vestibulum ut placerat at, rhoncus sit amet metus. Nulla neque dolor, malesuada ac luctus sit amet, imperdiet quis libero. Nunc facilisis erat at turpis vulputate aliquet.\r\n<br class=\"pf_break\" />\r\n<br class=\"pf_break\" />Sed dignissim convallis interdum. Curabitur ligula ligula, lacinia in accumsan at, pharetra tempor sapien. Quisque quis augue ac magna aliquet fermentum ultrices vitae mauris. Phasellus nec dolor hendrerit dolor vestibulum placerat nec ut lacus. Phasellus mattis suscipit varius. Ut egestas tortor sit amet augue cursus ut volutpat magna scelerisque. Aenean pulvinar, lacus a hendrerit gravida, tellus neque condimentum lorem, eget semper purus massa eget neque. Nam pretium lacus in quam feugiat fringilla aliquet lectus egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque elementum consequat feugiat. Quisque id diam justo, eget euismod augue. Integer tristique vestibulum sollicitudin. Quisque eu orci nec magna vestibulum placerat in volutpat odio. Integer in orci non dolor ornare viverra. Nulla facilisi. Fusce volutpat mollis urna, vel ultrices libero porttitor a.',NULL,NULL); /*!40000 ALTER TABLE `phpfox_page_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_page_track` -- DROP TABLE IF EXISTS `phpfox_page_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_page_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_page_track` -- LOCK TABLES `phpfox_page_track` WRITE; /*!40000 ALTER TABLE `phpfox_page_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_page_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages` -- DROP TABLE IF EXISTS `phpfox_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages` ( `page_id` int(10) unsigned NOT NULL auto_increment, `app_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `type_id` smallint(4) unsigned NOT NULL, `category_id` mediumint(8) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `title` varchar(255) default NULL, `reg_method` tinyint(1) NOT NULL default '0', `landing_page` varchar(50) default NULL, `time_stamp` int(10) unsigned default NULL, `image_path` varchar(75) default NULL, `image_server_id` tinyint(3) NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `designer_style_id` smallint(4) unsigned NOT NULL default '0', `cover_photo_id` int(11) unsigned default NULL, `cover_photo_position` varchar(4) default NULL, `location_latitude` decimal(30,27) default NULL, `location_longitude` decimal(30,27) default NULL, `location_name` varchar(255) default NULL, `use_timeline` tinyint(1) NOT NULL default '0', PRIMARY KEY (`page_id`), KEY `category_id` (`category_id`), KEY `view_id_2` (`view_id`), KEY `app_id` (`app_id`), KEY `app_id_2` (`app_id`,`view_id`,`privacy`), KEY `app_id_3` (`app_id`,`view_id`,`user_id`), KEY `app_id_4` (`app_id`,`view_id`), KEY `view_id` (`view_id`,`title`,`privacy`), KEY `page_id` (`page_id`,`view_id`), KEY `latitude` (`location_latitude`,`location_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages` -- LOCK TABLES `phpfox_pages` WRITE; /*!40000 ALTER TABLE `phpfox_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_admin` -- DROP TABLE IF EXISTS `phpfox_pages_admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_admin` ( `page_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, KEY `page_id_2` (`page_id`,`user_id`), KEY `page_id` (`page_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_admin` -- LOCK TABLES `phpfox_pages_admin` WRITE; /*!40000 ALTER TABLE `phpfox_pages_admin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_category` -- DROP TABLE IF EXISTS `phpfox_pages_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `type_id` smallint(4) unsigned NOT NULL, `name` varchar(200) NOT NULL, `page_type` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', `ordering` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `type_id` (`type_id`,`is_active`), KEY `category_id` (`category_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_category` -- LOCK TABLES `phpfox_pages_category` WRITE; /*!40000 ALTER TABLE `phpfox_pages_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_claim` -- DROP TABLE IF EXISTS `phpfox_pages_claim`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_claim` ( `claim_id` int(10) unsigned NOT NULL auto_increment, `status_id` tinyint(1) NOT NULL default '0', `page_id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`claim_id`), KEY `page_id` (`page_id`,`user_id`), KEY `status_id` (`status_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_claim` -- LOCK TABLES `phpfox_pages_claim` WRITE; /*!40000 ALTER TABLE `phpfox_pages_claim` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_claim` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_design_order` -- DROP TABLE IF EXISTS `phpfox_pages_design_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_design_order` ( `page_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_design_order` -- LOCK TABLES `phpfox_pages_design_order` WRITE; /*!40000 ALTER TABLE `phpfox_pages_design_order` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_design_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_feed` -- DROP TABLE IF EXISTS `phpfox_pages_feed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_feed` ( `feed_id` int(10) unsigned NOT NULL auto_increment, `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `type_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `item_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `parent_feed_id` int(10) unsigned NOT NULL default '0', `parent_module_id` varchar(75) default NULL, `time_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `parent_user_id` (`parent_user_id`), KEY `time_update` (`time_update`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_feed` -- LOCK TABLES `phpfox_pages_feed` WRITE; /*!40000 ALTER TABLE `phpfox_pages_feed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_feed_comment` -- DROP TABLE IF EXISTS `phpfox_pages_feed_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_feed_comment` ( `feed_comment_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(3) NOT NULL default '0', `privacy_comment` tinyint(3) NOT NULL default '0', `content` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`feed_comment_id`), KEY `parent_user_id` (`parent_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_feed_comment` -- LOCK TABLES `phpfox_pages_feed_comment` WRITE; /*!40000 ALTER TABLE `phpfox_pages_feed_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_feed_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_invite` -- DROP TABLE IF EXISTS `phpfox_pages_invite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_invite` ( `invite_id` int(10) unsigned NOT NULL auto_increment, `page_id` int(10) unsigned NOT NULL, `type_id` tinyint(1) NOT NULL default '0', `visited_id` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `invited_user_id` int(10) unsigned NOT NULL default '0', `invited_email` varchar(100) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`invite_id`), KEY `listing_id` (`page_id`), KEY `listing_id_2` (`page_id`,`invited_user_id`), KEY `invited_user_id` (`invited_user_id`), KEY `listing_id_3` (`page_id`,`visited_id`), KEY `listing_id_4` (`page_id`,`visited_id`,`invited_user_id`), KEY `visited_id` (`visited_id`,`invited_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_invite` -- LOCK TABLES `phpfox_pages_invite` WRITE; /*!40000 ALTER TABLE `phpfox_pages_invite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_invite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_login` -- DROP TABLE IF EXISTS `phpfox_pages_login`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_login` ( `login_id` int(10) unsigned NOT NULL auto_increment, `page_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`login_id`), KEY `login_id` (`login_id`,`page_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_login` -- LOCK TABLES `phpfox_pages_login` WRITE; /*!40000 ALTER TABLE `phpfox_pages_login` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_perm` -- DROP TABLE IF EXISTS `phpfox_pages_perm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_perm` ( `page_id` int(10) unsigned NOT NULL, `var_name` varchar(150) NOT NULL, `var_value` tinyint(1) NOT NULL default '0', KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_perm` -- LOCK TABLES `phpfox_pages_perm` WRITE; /*!40000 ALTER TABLE `phpfox_pages_perm` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_perm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_shoutbox` -- DROP TABLE IF EXISTS `phpfox_pages_shoutbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_shoutbox` ( `shout_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `text` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`shout_id`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_shoutbox` -- LOCK TABLES `phpfox_pages_shoutbox` WRITE; /*!40000 ALTER TABLE `phpfox_pages_shoutbox` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_shoutbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_signup` -- DROP TABLE IF EXISTS `phpfox_pages_signup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_signup` ( `signup_id` int(10) unsigned NOT NULL auto_increment, `page_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`signup_id`), KEY `page_id` (`page_id`), KEY `page_id_2` (`page_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_signup` -- LOCK TABLES `phpfox_pages_signup` WRITE; /*!40000 ALTER TABLE `phpfox_pages_signup` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_signup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_text` -- DROP TABLE IF EXISTS `phpfox_pages_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_text` ( `page_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_text` -- LOCK TABLES `phpfox_pages_text` WRITE; /*!40000 ALTER TABLE `phpfox_pages_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_type` -- DROP TABLE IF EXISTS `phpfox_pages_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_type` ( `type_id` smallint(4) unsigned NOT NULL auto_increment, `is_active` tinyint(1) NOT NULL default '1', `name` varchar(200) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `ordering` int(10) unsigned NOT NULL, PRIMARY KEY (`type_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_type` -- LOCK TABLES `phpfox_pages_type` WRITE; /*!40000 ALTER TABLE `phpfox_pages_type` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_url` -- DROP TABLE IF EXISTS `phpfox_pages_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_url` ( `vanity_url` varchar(255) NOT NULL, `page_id` int(10) unsigned NOT NULL, KEY `page_id` (`page_id`), KEY `vanity_url` (`vanity_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_url` -- LOCK TABLES `phpfox_pages_url` WRITE; /*!40000 ALTER TABLE `phpfox_pages_url` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_widget` -- DROP TABLE IF EXISTS `phpfox_pages_widget`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_widget` ( `widget_id` int(10) unsigned NOT NULL auto_increment, `page_id` int(10) unsigned NOT NULL default '0', `title` varchar(200) NOT NULL, `is_block` tinyint(1) NOT NULL default '0', `menu_title` varchar(75) default NULL, `url_title` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `image_path` varchar(75) default NULL, `image_server_id` tinyint(3) NOT NULL default '0', PRIMARY KEY (`widget_id`), KEY `page_id` (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_widget` -- LOCK TABLES `phpfox_pages_widget` WRITE; /*!40000 ALTER TABLE `phpfox_pages_widget` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_widget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_pages_widget_text` -- DROP TABLE IF EXISTS `phpfox_pages_widget_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_pages_widget_text` ( `widget_id` int(11) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, KEY `widget_id` (`widget_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_pages_widget_text` -- LOCK TABLES `phpfox_pages_widget_text` WRITE; /*!40000 ALTER TABLE `phpfox_pages_widget_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_pages_widget_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_password_request` -- DROP TABLE IF EXISTS `phpfox_password_request`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_password_request` ( `user_id` int(10) unsigned NOT NULL, `request_id` char(32) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `request_id` (`request_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_password_request` -- LOCK TABLES `phpfox_password_request` WRITE; /*!40000 ALTER TABLE `phpfox_password_request` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_password_request` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo` -- DROP TABLE IF EXISTS `phpfox_photo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo` ( `photo_id` int(10) unsigned NOT NULL auto_increment, `album_id` int(10) unsigned NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `group_id` int(10) unsigned NOT NULL default '0', `type_id` tinyint(3) NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `title` varchar(255) NOT NULL, `user_id` int(10) unsigned NOT NULL, `parent_user_id` int(10) unsigned NOT NULL default '0', `destination` varchar(255) default NULL, `server_id` tinyint(3) NOT NULL, `mature` tinyint(1) NOT NULL default '0', `allow_comment` tinyint(1) NOT NULL default '0', `allow_rate` tinyint(1) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `total_view` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_download` int(10) unsigned NOT NULL default '0', `total_rating` decimal(3,2) NOT NULL default '0.00', `total_vote` int(10) unsigned NOT NULL default '0', `total_battle` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_cover` tinyint(1) NOT NULL default '0', `allow_download` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '0', `is_profile_photo` tinyint(1) NOT NULL default '0', PRIMARY KEY (`photo_id`), KEY `album_id` (`album_id`,`view_id`), KEY `photo_id` (`photo_id`,`album_id`,`view_id`,`group_id`,`privacy`), KEY `view_id_2` (`view_id`,`group_id`,`type_id`,`privacy`), KEY `photo_id_2` (`photo_id`,`album_id`,`view_id`,`group_id`,`type_id`,`privacy`), KEY `view_id` (`view_id`), KEY `privacy` (`privacy`,`allow_rate`), KEY `view_id_3` (`view_id`,`group_id`,`type_id`,`user_id`), KEY `album_id_2` (`album_id`,`view_id`,`is_cover`), KEY `view_id_4` (`view_id`,`privacy`,`title`), KEY `view_id_5` (`view_id`,`module_id`,`group_id`,`privacy`), KEY `is_profile_photo` (`is_profile_photo`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo` -- LOCK TABLES `phpfox_photo` WRITE; /*!40000 ALTER TABLE `phpfox_photo` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_album` -- DROP TABLE IF EXISTS `phpfox_photo_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_album` ( `album_id` int(10) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `group_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL, `privacy_comment` tinyint(1) NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_update` int(10) unsigned NOT NULL default '0', `total_photo` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `profile_id` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`album_id`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`group_id`,`user_id`), KEY `album_id` (`album_id`,`view_id`,`privacy`), KEY `view_id_2` (`view_id`,`group_id`,`privacy`), KEY `view_id_3` (`view_id`,`privacy`,`user_id`), KEY `view_id_4` (`view_id`,`privacy`,`total_photo`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_album` -- LOCK TABLES `phpfox_photo_album` WRITE; /*!40000 ALTER TABLE `phpfox_photo_album` DISABLE KEYS */; INSERT INTO `phpfox_photo_album` VALUES (1,0,NULL,0,0,0,1,'',1378778697,0,0,0,0,0,1),(2,0,NULL,0,0,0,32,'',1378830520,0,0,0,0,0,32),(3,0,NULL,0,0,0,5,'',1378831641,0,0,0,0,0,5); /*!40000 ALTER TABLE `phpfox_photo_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_album_info` -- DROP TABLE IF EXISTS `phpfox_photo_album_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_album_info` ( `album_id` int(10) unsigned NOT NULL, `description` varchar(255) default NULL, UNIQUE KEY `album_id` (`album_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_album_info` -- LOCK TABLES `phpfox_photo_album_info` WRITE; /*!40000 ALTER TABLE `phpfox_photo_album_info` DISABLE KEYS */; INSERT INTO `phpfox_photo_album_info` VALUES (1,NULL),(2,NULL),(3,NULL); /*!40000 ALTER TABLE `phpfox_photo_album_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_battle` -- DROP TABLE IF EXISTS `phpfox_photo_battle`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_battle` ( `battle_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `photo_1` int(10) unsigned NOT NULL, `photo_2` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`battle_id`), KEY `user_id` (`user_id`,`photo_1`,`photo_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_battle` -- LOCK TABLES `phpfox_photo_battle` WRITE; /*!40000 ALTER TABLE `phpfox_photo_battle` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_battle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_category` -- DROP TABLE IF EXISTS `phpfox_photo_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `name_url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`), KEY `name_url` (`name_url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_category` -- LOCK TABLES `phpfox_photo_category` WRITE; /*!40000 ALTER TABLE `phpfox_photo_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_category_data` -- DROP TABLE IF EXISTS `phpfox_photo_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_category_data` ( `photo_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `photo_id` (`photo_id`), KEY `category_id` (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_category_data` -- LOCK TABLES `phpfox_photo_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_photo_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_feed` -- DROP TABLE IF EXISTS `phpfox_photo_feed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_feed` ( `feed_id` int(10) unsigned NOT NULL, `photo_id` int(10) unsigned NOT NULL, KEY `feed_id` (`feed_id`), KEY `photo_id` (`photo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_feed` -- LOCK TABLES `phpfox_photo_feed` WRITE; /*!40000 ALTER TABLE `phpfox_photo_feed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_info` -- DROP TABLE IF EXISTS `phpfox_photo_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_info` ( `photo_id` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, `file_size` int(10) unsigned NOT NULL default '0', `mime_type` varchar(150) default NULL, `extension` varchar(20) NOT NULL, `description` mediumtext, `width` smallint(4) unsigned NOT NULL default '0', `height` smallint(4) unsigned NOT NULL default '0', UNIQUE KEY `photo_id` (`photo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_info` -- LOCK TABLES `phpfox_photo_info` WRITE; /*!40000 ALTER TABLE `phpfox_photo_info` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_rating` -- DROP TABLE IF EXISTS `phpfox_photo_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_rating` ( `rating_id` int(10) unsigned NOT NULL auto_increment, `photo_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(3,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rating_id`), KEY `photo_id` (`photo_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_rating` -- LOCK TABLES `phpfox_photo_rating` WRITE; /*!40000 ALTER TABLE `phpfox_photo_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_tag` -- DROP TABLE IF EXISTS `phpfox_photo_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `photo_id` int(10) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `tag_user_id` int(11) unsigned NOT NULL default '0', `content` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `position_x` smallint(4) unsigned NOT NULL default '0', `position_y` smallint(4) unsigned NOT NULL default '0', `width` smallint(4) unsigned NOT NULL default '0', `height` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`tag_id`), KEY `photo_id` (`photo_id`), KEY `photo_id_2` (`photo_id`,`position_x`,`position_y`,`width`,`height`), KEY `photo_id_3` (`photo_id`,`tag_user_id`), KEY `photo_id_4` (`photo_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_tag` -- LOCK TABLES `phpfox_photo_tag` WRITE; /*!40000 ALTER TABLE `phpfox_photo_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_photo_track` -- DROP TABLE IF EXISTS `phpfox_photo_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_photo_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_photo_track` -- LOCK TABLES `phpfox_photo_track` WRITE; /*!40000 ALTER TABLE `phpfox_photo_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_photo_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_plugin` -- DROP TABLE IF EXISTS `phpfox_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_plugin` ( `plugin_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `call_name` varchar(250) NOT NULL, `title` varchar(250) NOT NULL, `php_code` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`plugin_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_plugin` -- LOCK TABLES `phpfox_plugin` WRITE; /*!40000 ALTER TABLE `phpfox_plugin` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_plugin_hook` -- DROP TABLE IF EXISTS `phpfox_plugin_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_plugin_hook` ( `hook_id` int(10) unsigned NOT NULL auto_increment, `hook_type` varchar(255) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `call_name` varchar(255) NOT NULL, `added` int(10) unsigned NOT NULL, `version_id` varchar(50) default NULL, `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`hook_id`), KEY `product_id` (`product_id`), KEY `call_name` (`call_name`,`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=923 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_plugin_hook` -- LOCK TABLES `phpfox_plugin_hook` WRITE; /*!40000 ALTER TABLE `phpfox_plugin_hook` DISABLE KEYS */; INSERT INTO `phpfox_plugin_hook` VALUES (1,'controller','admincp','phpfox','admincp.component_controller_block_add_clean',1231838390,'2.0.0alpha1',1),(2,'controller','admincp','phpfox','admincp.component_controller_module_index_clean',1231838390,'2.0.0alpha1',1),(3,'controller','admincp','phpfox','admincp.component_controller_module_add_process',1231838390,'2.0.0alpha1',1),(4,'controller','admincp','phpfox','admincp.component_controller_module_add_clean',1231838390,'2.0.0alpha1',1),(5,'controller','admincp','phpfox','admincp.component_controller_index_process_menu',1231838390,'2.0.0alpha1',1),(6,'controller','admincp','phpfox','admincp.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(7,'controller','admincp','phpfox','admincp.component_controller_setting_file_process',1231838390,'2.0.0alpha1',1),(8,'controller','admincp','phpfox','admincp.component_controller_setting_file_clean',1231838390,'2.0.0alpha1',1),(9,'controller','admincp','phpfox','admincp.component_controller_setting_edit_process',1231838390,'2.0.0alpha1',1),(10,'controller','admincp','phpfox','admincp.component_controller_setting_edit_clean',1231838390,'2.0.0alpha1',1),(11,'controller','admincp','phpfox','admincp.component_controller_setting_index_process',1231838390,'2.0.0alpha1',1),(12,'controller','admincp','phpfox','admincp.component_controller_setting_index_clean',1231838390,'2.0.0alpha1',1),(13,'controller','admincp','phpfox','admincp.component_controller_setting_add_process',1231838390,'2.0.0alpha1',1),(14,'controller','admincp','phpfox','admincp.component_controller_setting_add_clean',1231838390,'2.0.0alpha1',1),(15,'controller','admincp','phpfox','admincp.component_controller_setting_group_add_process',1231838390,'2.0.0alpha1',1),(16,'controller','admincp','phpfox','admincp.component_controller_setting_group_add_clean',1231838390,'2.0.0alpha1',1),(17,'controller','admincp','phpfox','admincp.component_controller_component_add_clean',1231838390,'2.0.0alpha1',1),(18,'controller','admincp','phpfox','admincp.component_controller_product_index_clean',1231838390,'2.0.0alpha1',1),(19,'controller','admincp','phpfox','admincp.component_controller_module_product_clean',1231838390,'2.0.0alpha1',1),(20,'service','admincp','phpfox','admincp.service_block_block_get',1231838390,'2.0.0alpha1',1),(21,'service','admincp','phpfox','admincp.service_block_block_getforedit',1231838390,'2.0.0alpha1',1),(22,'service','admincp','phpfox','admincp.service_block_block___call',1231838390,'2.0.0alpha1',1),(23,'service','admincp','phpfox','admincp.service_block_process_add',1231838390,'2.0.0alpha1',1),(24,'service','admincp','phpfox','admincp.service_block_process_delete',1231838390,'2.0.0alpha1',1),(25,'service','admincp','phpfox','admincp.service_block_process___call',1231838390,'2.0.0alpha1',1),(26,'service','admincp','phpfox','admincp.service_module_block_block___call',1231838390,'2.0.0alpha1',1),(27,'service','admincp','phpfox','admincp.service_module_block_process__call',1231838390,'2.0.0alpha1',1),(28,'service','admincp','phpfox','admincp.service_module_module___call',1231838390,'2.0.0alpha1',1),(29,'service','admincp','phpfox','admincp.service_module_process___call',1231838390,'2.0.0alpha1',1),(30,'service','admincp','phpfox','admincp.service_plugin_plugin___call',1231838390,'2.0.0alpha1',1),(31,'service','admincp','phpfox','admincp.service_plugin_process',1231838390,'2.0.0alpha1',1),(32,'service','admincp','phpfox','admincp.service_menu_menu___construct',1231838390,'2.0.0alpha1',1),(33,'service','admincp','phpfox','admincp.service_menu_menu_get_start',1231838390,'2.0.0alpha1',1),(34,'service','admincp','phpfox','admincp.service_menu_menu_get_end',1231838390,'2.0.0alpha1',1),(35,'service','admincp','phpfox','admincp.service_menu_menu_getforedit',1231838390,'2.0.0alpha1',1),(36,'service','admincp','phpfox','admincp.service_menu_menu__call',1231838390,'2.0.0alpha1',1),(37,'service','admincp','phpfox','admincp.service_menu_process__call',1231838390,'2.0.0alpha1',1),(38,'service','admincp','phpfox','admincp.service_admincp__call',1231838390,'2.0.0alpha1',1),(39,'service','admincp','phpfox','admincp.service_cron_process_call',1231838390,'2.0.0alpha1',1),(40,'service','admincp','phpfox','admincp.service_cron_cron__call',1231838390,'2.0.0alpha1',1),(41,'service','admincp','phpfox','admincp.service_setting_group_process__call',1231838390,'2.0.0alpha1',1),(42,'service','admincp','phpfox','admincp.service_group_group__call',1231838390,'2.0.0alpha1',1),(43,'service','admincp','phpfox','admincp.service_setting_setting_get',1231838390,'2.0.0alpha1',1),(44,'service','admincp','phpfox','admincp.service_setting_setting_search',1231838390,'2.0.0alpha1',1),(45,'service','admincp','phpfox','admincp.service_setting_setting___call',1231838390,'2.0.0alpha1',1),(46,'service','admincp','phpfox','admincp.service_setting_process__call',1231838390,'2.0.0alpha1',1),(47,'service','admincp','phpfox','admincp.service_component_component_get',1231838390,'2.0.0alpha1',1),(48,'service','admincp','phpfox','admincp.service_component_component__call',1231838390,'2.0.0alpha1',1),(49,'service','admincp','phpfox','admincp.service_component_process__call',1231838390,'2.0.0alpha1',1),(50,'service','admincp','phpfox','admincp.service_product_product___call',1231838390,'2.0.0alpha1',1),(51,'service','admincp','phpfox','admincp.service_product_process___call',1231838390,'2.0.0alpha1',1),(52,'template','admincp','phpfox','admincp.template_controller_setting_add_js_form_value',1231838390,'2.0.0alpha1',1),(53,'template','admincp','phpfox','admincp.template_controller_setting_add_type_drop_down',1231838390,'2.0.0alpha1',1),(54,'component','admincp','phpfox','admincp.component_block_product_form_clean',1240687633,'2.0.0beta1',1),(55,'component','admincp','phpfox','admincp.component_block_module_form_clean',1240687633,'2.0.0beta1',1),(56,'service','admincp','phpfox','admincp.service_process__call',1240687633,'2.0.0beta1',1),(57,'component','admincp','phpfox','admincp.component_block_block_setting_clean',1258389334,'2.0.0rc8',1),(58,'controller','admincp','phpfox','admincp.component_controller_login_clean',1258389334,'2.0.0rc8',1),(59,'controller','admincp','phpfox','admincp.component_controller_stat_index_clean',1258389334,'2.0.0rc8',1),(60,'controller','admincp','phpfox','admincp.component_controller_stat_add_clean',1258389334,'2.0.0rc8',1),(61,'controller','admincp','phpfox','admincp.component_controller_maintain_reparser_clean',1258389334,'2.0.0rc8',1),(62,'controller','admincp','phpfox','admincp.component_controller_maintain_duplicate_clean',1258389334,'2.0.0rc8',1),(63,'controller','admincp','phpfox','admincp.component_controller_logout_clean',1258389334,'2.0.0rc8',1),(64,'service','admincp','phpfox','admincp.service_maintain_maintain__call',1258389334,'2.0.0rc8',1),(65,'controller','admincp','phpfox','admincp.component_controller_maintain_counter_clean',1259160644,'2.0.0rc9',1),(66,'controller','admincp','phpfox','admincp.component_controller_sql_index_clean',1259160644,'2.0.0rc9',1),(67,'controller','admincp','phpfox','admincp.component_controller_sql_backup_clean',1259160644,'2.0.0rc9',1),(68,'controller','admincp','phpfox','admincp.component_controller_component_index_clean',1261572640,'2.0.0',1),(69,'controller','admincp','phpfox','admincp.component_controller_setting_missing_clean',1263387694,'2.0.2',1),(70,'controller','admincp','phpfox','admincp.component_controller_foxporter_index_clean',1274286148,'2.0.5dev1',1),(71,'controller','admincp','phpfox','admincp.component_controller_sql_title_clean',1276177474,'2.0.5',1),(72,'service','admincp','phpfox','admincp.service_product_product_export',1286546859,'2.0.7',1),(73,'service','admincp','phpfox','admincp.service_module_process_updateactivity',1358258443,'3.5.0beta1',1),(74,'service','admincp','phpfox','admincp.service_module_process_delete',1358258443,'3.5.0beta1',1),(75,'service','admincp','phpfox','admincp.service_product_process_update',1358258443,'3.5.0beta1',1),(76,'service','admincp','phpfox','admincp.service_product_process_delete',1358258443,'3.5.0beta1',1),(77,'controller','admincp','phpfox','admincp.component_controller_seo_nofollow_clean',1358258443,'3.5.0beta1',1),(78,'controller','admincp','phpfox','admincp.component_controller_seo_meta_clean',1358258443,'3.5.0beta1',1),(79,'controller','admincp','phpfox','admincp.component_controller_product_file_1',1358258443,'3.5.0beta1',1),(80,'controller','admincp','phpfox','admincp.component_controller_product_file_2',1358258443,'3.5.0beta1',1),(81,'controller','admincp','phpfox','admincp.component_controller_product_file_3',1358258443,'3.5.0beta1',1),(82,'controller','admincp','phpfox','admincp.component_controller_product_index_3',1358258443,'3.5.0beta1',1),(83,'controller','admincp','phpfox','admincp.component_controller_product_index_1',1358258443,'3.5.0beta1',1),(84,'controller','admincp','phpfox','admincp.component_controller_product_index_2',1358258443,'3.5.0beta1',1),(85,'controller','admincp','phpfox','admincp.component_controller_limit_clean',1361175548,'3.5.0rc1',1),(86,'component','admincp','phpfox','admincp.component_block_oncloud_clean',1361175548,'3.5.0rc1',1),(87,'controller','api','phpfox','api.component_controller_index_clean',1244973584,'2.0.0beta4',1),(88,'controller','api','phpfox','api.component_controller_admincp_gateway_index_clean',1244973584,'2.0.0beta4',1),(89,'controller','api','phpfox','api.component_controller_admincp_gateway_add_clean',1244973584,'2.0.0beta4',1),(90,'controller','api','phpfox','api.component_controller_gateway_callback_clean',1244973584,'2.0.0beta4',1),(91,'component','api','phpfox','api.component_block_list_clean',1244973584,'2.0.0beta4',1),(92,'service','api','phpfox','api.service_gateway_gateway__call',1244973584,'2.0.0beta4',1),(93,'service','api','phpfox','api.service_gateway_process__call',1244973584,'2.0.0beta4',1),(94,'service','api','phpfox','api.service_process__call',1244973584,'2.0.0beta4',1),(95,'service','api','phpfox','api.service_api__call',1244973584,'2.0.0beta4',1),(96,'service','api','phpfox','api.service_callback__call',1244973584,'2.0.0beta4',1),(97,'template','api','phpfox','api.template_block_gateway_form_start',1274286148,'2.0.5dev1',1),(98,'template','api','phpfox','api.template_block_gateway_form_end',1274286148,'2.0.5dev1',1),(99,'controller','api','phpfox','api.component_controller_method_clean',1319729453,'3.0.0rc1',1),(100,'controller','api','phpfox','api.component_controller_token_clean',1319729453,'3.0.0rc1',1),(101,'service','api','phpfox','api.service_api_sendresponse_1',1358258443,'3.5.0beta1',1),(102,'service','api','phpfox','api.service_api_createtoken_1',1361180401,'3.5.0rc1',1),(103,'service','api','phpfox','api.service_gateway_gateway_getactive_1',1362126685,'3.5.0',1),(104,'controller','apps','phpfox','apps.component_controller_index_clean',1319729453,'3.0.0rc1',1),(105,'component','apps','phpfox','apps.component_block_menu_clean',1319729453,'3.0.0rc1',1),(106,'controller','apps','phpfox','apps.component_controller_developer_clean',1319729453,'3.0.0rc1',1),(107,'service','apps','phpfox','apps.service_apps__call',1319729453,'3.0.0rc1',1),(108,'service','apps','phpfox','apps.service_callback__call',1319729453,'3.0.0rc1',1),(109,'service','apps','phpfox','apps.service_process__call',1319729453,'3.0.0rc1',1),(110,'controller','apps','phpfox','apps.component_controller_admincp_import_clean',1358258443,'3.5.0beta1',1),(111,'controller','apps','phpfox','apps.component_controller_admincp_export_clean',1358258443,'3.5.0beta1',1),(112,'service','ban','phpfox','ban.service_word__call',1231838390,'2.0.0alpha1',1),(113,'controller','ban','phpfox','ban.component_controller_index_clean',1240687633,'2.0.0beta1',1),(114,'service','ban','phpfox','ban.service_process__call',1240687633,'2.0.0beta1',1),(115,'service','ban','phpfox','ban.service_ban__call',1240687633,'2.0.0beta1',1),(116,'service','ban','phpfox','ban.service_callback__call',1240687633,'2.0.0beta1',1),(117,'controller','ban','phpfox','ban.component_controller_admincp_word_clean',1258389334,'2.0.0rc8',1),(118,'controller','ban','phpfox','ban.component_controller_admincp_ip_clean',1258389334,'2.0.0rc8',1),(119,'controller','ban','phpfox','ban.component_controller_admincp_display_clean',1258389334,'2.0.0rc8',1),(120,'controller','ban','phpfox','ban.component_controller_admincp_default_clean',1258389334,'2.0.0rc8',1),(121,'controller','ban','phpfox','ban.component_controller_admincp_email_clean',1258389334,'2.0.0rc8',1),(122,'controller','ban','phpfox','ban.component_controller_admincp_username_clean',1258389334,'2.0.0rc8',1),(123,'controller','ban','phpfox','ban.component_controller_spam_clean',1258389334,'2.0.0rc8',1),(124,'controller','ban','phpfox','ban.component_controller_message_clean',1258389334,'2.0.0rc8',1),(125,'component','core','phpfox','core.component_message_clean',1231838390,'2.0.0alpha1',1),(126,'service','core','phpfox','core.service_country_country__call',1231838390,'2.0.0alpha1',1),(127,'service','core','phpfox','core.service_country_process__call',1231838390,'2.0.0alpha1',1),(128,'controller','core','phpfox','core.component_controller_index_clean',1240687633,'2.0.0beta1',1),(129,'component','core','phpfox','core.component_block_preview_clean',1240687633,'2.0.0beta1',1),(130,'service','core','phpfox','core.service_core__call',1240687633,'2.0.0beta1',1),(131,'library','core','phpfox','user_genders',1242299671,'2.0.0beta2',1),(132,'library','core','phpfox','template_getheader_language',1242299671,'2.0.0beta2',1),(133,'library','core','phpfox','template_getheader_setting',1242299671,'2.0.0beta2',1),(134,'library','core','phpfox','template_getheader',1242299671,'2.0.0beta2',1),(135,'library','core','phpfox','cron_exec',1242299671,'2.0.0beta2',1),(136,'library','core','phpfox','cron_construct',1242299671,'2.0.0beta2',1),(137,'library','core','phpfox','run',1242299671,'2.0.0beta2',1),(138,'library','core','phpfox','validator_construct',1242299671,'2.0.0beta2',1),(139,'library','core','phpfox','parse_bbcode_construct',1242299671,'2.0.0beta2',1),(140,'library','core','phpfox','spam_methods',1242299671,'2.0.0beta2',1),(141,'library','core','phpfox','cron_start',1242299671,'2.0.0beta2',1),(142,'library','core','phpfox','cron_end',1242299671,'2.0.0beta2',1),(143,'library','core','phpfox','init',1242299671,'2.0.0beta2',1),(144,'component','core','phpfox','core.component_block_dashboard_clean',1244973584,'2.0.0beta4',1),(145,'component','core','phpfox','core.component_block_footer_clean',1244973584,'2.0.0beta4',1),(146,'component','core','phpfox','core.component_block_info_clean',1244973584,'2.0.0beta4',1),(147,'component','core','phpfox','core.component_block_country_child_clean',1244973584,'2.0.0beta4',1),(148,'component','core','phpfox','core.component_block_new_setting_clean',1244973584,'2.0.0beta4',1),(149,'component','core','phpfox','core.component_block_currency_clean',1244973584,'2.0.0beta4',1),(150,'component','core','phpfox','core.component_block_activity_clean',1244973584,'2.0.0beta4',1),(151,'service','core','phpfox','core.service_process__call',1244973584,'2.0.0beta4',1),(152,'service','core','phpfox','core.service_block__call',1244973584,'2.0.0beta4',1),(153,'service','core','phpfox','core.service_callback__call',1244973584,'2.0.0beta4',1),(154,'service','core','phpfox','core.service_currency__call',1244973584,'2.0.0beta4',1),(155,'component','core','phpfox','core.component_block_ftp_clean',1258389334,'2.0.0rc8',1),(156,'component','core','phpfox','core.component_block_site_stat_clean',1258389334,'2.0.0rc8',1),(157,'component','core','phpfox','core.component_block_view_admincp_login_clean',1258389334,'2.0.0rc8',1),(158,'component','core','phpfox','core.component_block_active_admin_clean',1258389334,'2.0.0rc8',1),(159,'component','core','phpfox','core.component_block_twitter_clean',1258389334,'2.0.0rc8',1),(160,'component','core','phpfox','core.component_block_latest_admin_login_clean',1258389334,'2.0.0rc8',1),(161,'component','core','phpfox','core.component_block_note_clean',1258389334,'2.0.0rc8',1),(162,'component','core','phpfox','core.component_block_news_clean',1258389334,'2.0.0rc8',1),(163,'component','core','phpfox','core.component_block_quick_find_clean',1258389334,'2.0.0rc8',1),(164,'component','core','phpfox','core.component_block_stat_clean',1258389334,'2.0.0rc8',1),(165,'controller','core','phpfox','core.component_controller_admincp_country_import_clean',1258389334,'2.0.0rc8',1),(166,'controller','core','phpfox','core.component_controller_admincp_country_index_clean',1258389334,'2.0.0rc8',1),(167,'controller','core','phpfox','core.component_controller_admincp_country_child_clean',1258389334,'2.0.0rc8',1),(168,'controller','core','phpfox','core.component_controller_admincp_country_child_add_clean',1258389334,'2.0.0rc8',1),(169,'controller','core','phpfox','core.component_controller_admincp_country_add_clean',1258389334,'2.0.0rc8',1),(170,'controller','core','phpfox','core.component_controller_phpinfo_clean',1258389334,'2.0.0rc8',1),(171,'controller','core','phpfox','core.component_controller_admincp_branding_clean',1258389334,'2.0.0rc8',1),(172,'controller','core','phpfox','core.component_controller_admincp_ip_clean',1258389334,'2.0.0rc8',1),(173,'controller','core','phpfox','core.component_controller_admincp_online_guest_clean',1258389334,'2.0.0rc8',1),(174,'controller','core','phpfox','core.component_controller_admincp_latest_admin_login_clean',1258389334,'2.0.0rc8',1),(175,'controller','core','phpfox','core.component_controller_system_clean',1258389334,'2.0.0rc8',1),(176,'controller','core','phpfox','core.component_controller_redirect_clean',1258389334,'2.0.0rc8',1),(177,'controller','core','phpfox','core.component_controller_offline_clean',1258389334,'2.0.0rc8',1),(178,'service','core','phpfox','core.service_admincp_process__call',1258389334,'2.0.0rc8',1),(179,'service','core','phpfox','core.service_admincp_admincp__call',1258389334,'2.0.0rc8',1),(180,'service','core','phpfox','core.service_country_child_process__call',1258389334,'2.0.0rc8',1),(181,'service','core','phpfox','core.service_stat_process__call',1258389334,'2.0.0rc8',1),(182,'service','core','phpfox','core.service_stat_stat__call',1258389334,'2.0.0rc8',1),(183,'service','core','phpfox','core.service_category_category__call',1258389334,'2.0.0rc8',1),(184,'service','core','phpfox','core.service_process_addGender_start',1258389334,'2.0.0rc8',1),(185,'service','core','phpfox','core.service_process_addGender_end',1258389334,'2.0.0rc8',1),(186,'service','core','phpfox','core.service_load__call',1258389334,'2.0.0rc8',1),(187,'service','core','phpfox','core.service_system__call',1258389334,'2.0.0rc8',1),(188,'controller','core','phpfox','core.component_controller_index_visitor_start',1259173633,'2.0.0rc9',1),(189,'controller','core','phpfox','core.component_controller_index_member_start',1259173633,'2.0.0rc9',1),(190,'library','core','phpfox','locale_contruct__end',1260366442,'2.0.0rc11',1),(191,'component','core','phpfox','core.component_block_translate_child_country_clean',1260366442,'2.0.0rc11',1),(192,'component','core','phpfox','core.component_block_translate_country_clean',1260366442,'2.0.0rc11',1),(193,'component','core','phpfox','core.component_block_holder_clean',1261572640,'2.0.0',1),(194,'template','core','phpfox','theme_template_body__end',1261572988,'2.0.0',1),(195,'library','core','phpfox','session_remove__start',1263387694,'2.0.2',1),(196,'service','core','phpfox','core.service_core_getgenders__end',1263387694,'2.0.2',1),(197,'library','core','phpfox','set_defined_controller',1263388996,'2.0.2',1),(198,'library','core','phpfox','run_start',1263388996,'2.0.2',1),(199,'library','core','phpfox','get_controller',1263388996,'2.0.2',1),(200,'library','core','phpfox','check_url_is_array',1263388996,'2.0.2',1),(201,'library','core','phpfox','request_get',1263388996,'2.0.2',1),(202,'library','core','phpfox','template_gettemplatefile',1263388996,'2.0.2',1),(203,'library','core','phpfox','component_pre_process',1263389358,'2.0.2',1),(204,'library','core','phpfox','component_post_process',1263389358,'2.0.2',1),(205,'library','core','phpfox','set_controller_else_end',1264437857,'2.0.3',1),(206,'library','core','phpfox','mail_send_query',1266260139,'2.0.4',1),(207,'library','core','phpfox','mail_send_call',1266260139,'2.0.4',1),(208,'library','core','phpfox','file_upload_start',1266260157,'2.0.4',1),(209,'library','core','phpfox','check_url_is_array_return',1267629983,'2.0.4',1),(210,'controller','core','phpfox','core.component_controller_index_visitor_mobile_clean',1267629983,'2.0.4',1),(211,'controller','core','phpfox','core.component_controller_index_member_mobile_clean',1267629983,'2.0.4',1),(212,'library','core','phpfox','hash_sethash__end',1268138234,'2.0.4',1),(213,'library','core','phpfox','validator_check_routine_default',1271160844,'2.0.5',1),(214,'library','core','phpfox','phpfox_parse_output_parse__start',1271160844,'2.0.5',1),(215,'library','core','phpfox','editor_get',1274286148,'2.0.5dev1',1),(216,'library','core','phpfox','parse_input_construct',1274286148,'2.0.5dev1',1),(217,'library','core','phpfox','parse_input__removeevilattributes',1274286148,'2.0.5dev1',1),(218,'service','core','phpfox','core.service_currency__construct',1274286148,'2.0.5dev1',1),(219,'service','core','phpfox','core.service_currency_process__call',1274286148,'2.0.5dev1',1),(220,'controller','core','phpfox','core.component_controller_admincp_currency_add_clean',1274286148,'2.0.5dev1',1),(221,'controller','core','phpfox','core.component_controller_admincp_currency_index_clean',1274286148,'2.0.5dev1',1),(222,'library','core','phpfox','module_getcomponent_handle_block_position',1276177474,'2.0.5',1),(223,'library','core','phpfox','template_parsefunction_block_end_if',1276177474,'2.0.5',1),(224,'service','core','phpfox','core.service_core_getsecurepages',1276177474,'2.0.5',1),(225,'library','core','phpfox','ajax__construct',1286546859,'2.0.7',1),(226,'library','core','phpfox','ajax_process',1286546859,'2.0.7',1),(227,'library','core','phpfox','ajax_html',1286546859,'2.0.7',1),(228,'library','core','phpfox','ajax_prepend',1286546859,'2.0.7',1),(229,'library','core','phpfox','ajax_append',1286546859,'2.0.7',1),(230,'library','core','phpfox','ajax_getcontent',1286546859,'2.0.7',1),(231,'library','core','phpfox','ajax_getdata',1286546859,'2.0.7',1),(232,'library','core','phpfox','ajax__ajaxsafe',1286546859,'2.0.7',1),(233,'library','core','phpfox','module_setcontroller_start',1286546859,'2.0.7',1),(234,'library','core','phpfox','module_setcontroller_end',1286546859,'2.0.7',1),(235,'library','core','phpfox','module_getcontrollertemplate',1286546859,'2.0.7',1),(236,'library','core','phpfox','get_module_blocks',1286546859,'2.0.7',1),(237,'library','core','phpfox','module_getcomponent_start',1286546859,'2.0.7',1),(238,'library','core','phpfox','module_getcomponent_gettemplate',1286546859,'2.0.7',1),(239,'library','core','phpfox','image_helper_display_notfound',1286546859,'2.0.7',1),(240,'library','core','phpfox','template_template_setbreadcrump',1286546859,'2.0.7',1),(241,'library','core','phpfox','template_gettemplate',1286546859,'2.0.7',1),(242,'library','core','phpfox','archive__construct',1286546859,'2.0.7',1),(243,'library','core','phpfox','archive_export_set',1286546859,'2.0.7',1),(244,'library','core','phpfox','archive_export_download',1286546859,'2.0.7',1),(245,'library','core','phpfox','parse_output_fiximagewidth',1286546859,'2.0.7',1),(246,'library','core','phpfox','parse_bbcode_preparse_end',1286546859,'2.0.7',1),(247,'library','core','phpfox','parse_bbcode_parse_end',1286546859,'2.0.7',1),(248,'library','core','phpfox','parse_bbcode_quote_start',1286546859,'2.0.7',1),(249,'library','core','phpfox','parse_bbcode_quote_end',1286546859,'2.0.7',1),(250,'service','core','phpfox','core.service_currency_getcurrency',1286546859,'2.0.7',1),(251,'library','core','phpfox','template_getstaticversion',1290072896,'2.0.7',1),(252,'library','core','phpfox','parse_bbcode__image',1290072896,'2.0.7',1),(253,'library','core','phpfox','template_gettitle',1290094336,'2.0.7',1),(254,'library','core','phpfox','editor_construct',1319729453,'3.0.0rc1',1),(255,'library','core','phpfox','image_helper_display_start',1319729453,'3.0.0rc1',1),(256,'library','core','phpfox','parse_bbcode__code1',1319729453,'3.0.0rc1',1),(257,'library','core','phpfox','parse_bbcode__code2',1319729453,'3.0.0rc1',1),(258,'library','core','phpfox','parse_bbcode__code3',1319729453,'3.0.0rc1',1),(259,'library','core','phpfox','url_getdomain_1',1319729453,'3.0.0rc1',1),(260,'library','core','phpfox','librayr_url__send_switch',1319729453,'3.0.0rc1',1),(261,'component','core','phpfox','core.component_block__clean',1319729453,'3.0.0rc1',1),(262,'component','core','phpfox','core.component_block_category_clean',1319729453,'3.0.0rc1',1),(263,'component','core','phpfox','core.component_block_moderation_clean',1319729453,'3.0.0rc1',1),(264,'component','core','phpfox','core.component_block_template_body_clean',1319729453,'3.0.0rc1',1),(265,'component','core','phpfox','core.component_block_template_breadcrumblist_clean',1319729453,'3.0.0rc1',1),(266,'component','core','phpfox','core.component_block_template_breadcrumbmenu_clean',1319729453,'3.0.0rc1',1),(267,'component','core','phpfox','core.component_block_template_contentclass_clean',1319729453,'3.0.0rc1',1),(268,'component','core','phpfox','core.component_block_template_copyright_clean',1319729453,'3.0.0rc1',1),(269,'component','core','phpfox','core.component_block_template-footer_clean',1319729453,'3.0.0rc1',1),(270,'component','core','phpfox','core.component_block_template_holdername_clean',1319729453,'3.0.0rc1',1),(271,'component','core','phpfox','core.component_block_template_logo_clean',1319729453,'3.0.0rc1',1),(272,'component','core','phpfox','core.component_block_template_menu_clean',1319729453,'3.0.0rc1',1),(273,'component','core','phpfox','core.component_block_template_menuaccount_clean',1319729453,'3.0.0rc1',1),(274,'component','core','phpfox','core.component_block_template-menufooter_clean',1319729453,'3.0.0rc1',1),(275,'component','core','phpfox','core.component_block_template_menusub_clean',1319729453,'3.0.0rc1',1),(276,'component','core','phpfox','core.component_block_template_notification_clean',1319729453,'3.0.0rc1',1),(277,'service','core','phpfox','core.service_redirect_process__call',1319729453,'3.0.0rc1',1),(278,'template','core','phpfox','core.template_block_comment_border_new',1319729453,'3.0.0rc1',1),(279,'controller','core','phpfox','core.component_controller_admincp_stat_clean',1335951260,'3.2.0',1),(280,'library','core','phpfox','library_template_getstyle_1',1358258443,'3.5.0beta1',1),(281,'library','core','phpfox','library_template_getlayoutfile_1',1358258443,'3.5.0beta1',1),(282,'library','core','phpfox','template_template_getmenu_1',1358258443,'3.5.0beta1',1),(283,'library','core','phpfox','library_module_getmoduleblocks_1',1358258443,'3.5.0beta1',1),(284,'library','core','phpfox','library_phpfox_file_file_upload_1',1358258443,'3.5.0beta1',1),(285,'library','core','phpfox','library_phpfox_file_file_upload_2',1358258443,'3.5.0beta1',1),(286,'library','core','phpfox','library_phpfox_file_file_upload_3',1358258443,'3.5.0beta1',1),(287,'library','core','phpfox','library_phpfox_ismobile',1358258443,'3.5.0beta1',1),(288,'component','core','phpfox','core.template_block_template_menu_1',1358258443,'3.5.0beta1',1),(289,'controller','core','phpfox','core.component_controller_full_clean',1358258443,'3.5.0beta1',1),(290,'library','core','phpfox','template_template_getmenu_2',1361180401,'3.5.0rc1',1),(291,'library','core','phpfox','library_phpfox_phpfox_getuserid__1',1361180401,'3.5.0rc1',1),(292,'service','core','phpfox','core.service_currency_contruct__1',1361532353,'3.5.0',1),(293,'service','core','phpfox','core.service_currency_getforedit__1',1361532353,'3.5.0',1),(294,'service','core','phpfox','core.service_currency_getforbrowse__1',1361532353,'3.5.0',1),(295,'library','core','phpfox','library_phpfox_locale_phrase_not_found',1361776392,'3.5.0',1),(296,'library','core','phpfox','library_module_getservice_1',1363075699,'3.5.0',1),(297,'library','core','phpfox','library_module_getcomponent_1',1363075699,'3.5.0',1),(298,'library','core','phpfox','library_module_getcomponent_2',1363075699,'3.5.0',1),(299,'library','core','phpfox','library_template_cache_compile__1',1363075699,'3.5.0',1),(300,'library','core','phpfox','library_template_cache_parse__1',1363075699,'3.5.0',1),(301,'library','core','phpfox','library_phpfox_getlibclass_1',1363075699,'3.5.0',1),(302,'library','core','phpfox','mail_send_call_2',1372757268,'3.6.0rc1',1),(303,'library','core','phpfox','mail_send_call_3',1372757268,'3.6.0rc1',1),(304,'controller','custom','phpfox','custom.component_controller_index_clean',1240687633,'2.0.0beta1',1),(305,'controller','custom','phpfox','custom.component_controller_admincp_index_clean',1240687633,'2.0.0beta1',1),(306,'controller','custom','phpfox','custom.component_controller_admincp_group_add_clean',1240687633,'2.0.0beta1',1),(307,'controller','custom','phpfox','custom.component_controller_admincp_add_clean',1240687633,'2.0.0beta1',1),(308,'component','custom','phpfox','custom.component_block_panel_clean',1240687633,'2.0.0beta1',1),(309,'component','custom','phpfox','custom.component_block_form_clean',1240687633,'2.0.0beta1',1),(310,'component','custom','phpfox','custom.component_block_display_clean',1240687633,'2.0.0beta1',1),(311,'component','custom','phpfox','custom.component_block_group_form_clean',1240687633,'2.0.0beta1',1),(312,'component','custom','phpfox','custom.component_block_entry_clean',1240687633,'2.0.0beta1',1),(313,'service','custom','phpfox','custom.service_process__call',1240687633,'2.0.0beta1',1),(314,'service','custom','phpfox','custom.service_custom__call',1240687633,'2.0.0beta1',1),(315,'service','custom','phpfox','custom.service_group_process__call',1240687633,'2.0.0beta1',1),(316,'service','custom','phpfox','custom.service_group_group__call',1240687633,'2.0.0beta1',1),(317,'service','custom','phpfox','custom.service_callback__call',1240687633,'2.0.0beta1',1),(318,'service','custom','phpfox','custom.service_process_updatefields',1240688954,'2.0.0beta1',1),(319,'component','custom','phpfox','custom.component_ajax_edit',1274286148,'2.0.5dev1',1),(320,'component','custom','phpfox','custom.component_block_block_clean',1319729453,'3.0.0rc1',1),(321,'service','custom','phpfox','custom.service_relation_process_updaterelationship__1',1319729453,'3.0.0rc1',1),(322,'service','custom','phpfox','custom.service_relation_process__call',1319729453,'3.0.0rc1',1),(323,'service','custom','phpfox','custom.component_service_callback_getactivityfeed__1',1335951260,'3.2.0',1),(324,'service','custom','phpfox','custom.service_custom_getforedit_1',1358258443,'3.5.0beta1',1),(325,'component','custom','phpfox','custom.component_ajax_updatefields__1',1363075699,'3.5.0',1),(326,'controller','error','phpfox','error.component_controller_notfound_1',1361180401,'3.5.0rc1',1),(327,'component','help','phpfox','help.component_block_close_tips_clean',1231838390,'2.0.0alpha1',1),(328,'component','help','phpfox','help.component_block_popup_process',1231838390,'2.0.0alpha1',1),(329,'component','help','phpfox','help.component_block_popup_clean',1231838390,'2.0.0alpha1',1),(330,'component','help','phpfox','help.component_block_info_clean',1231838390,'2.0.0alpha1',1),(331,'service','help','phpfox','help.service_help__call',1231838390,'2.0.0alpha1',1),(332,'service','help','phpfox','help.service_process__call',1231838390,'2.0.0alpha1',1),(333,'controller','language','phpfox','language.component_controller_admincp_file_process',1231838390,'2.0.0alpha1',1),(334,'controller','language','phpfox','language.component_controller_admincp_file_clean',1231838390,'2.0.0alpha1',1),(335,'controller','language','phpfox','language.component_controller_admincp_phrase_add_process',1231838390,'2.0.0alpha1',1),(336,'controller','language','phpfox','language.component_controller_admincp_phrase_add_clean',1231838390,'2.0.0alpha1',1),(337,'service','language','phpfox','language.service_phrase_phrase__call',1231838390,'2.0.0alpha1',1),(338,'service','language','phpfox','language.service_phrase_process___construct',1231838390,'2.0.0alpha1',1),(339,'service','language','phpfox','language.service_phrase_process__call',1231838390,'2.0.0alpha1',1),(340,'service','language','phpfox','language.service_language__call',1231838390,'2.0.0alpha1',1),(341,'service','language','phpfox','language.service_process__call',1231838390,'2.0.0alpha1',1),(342,'controller','language','phpfox','language.component_controller_index_clean',1240687633,'2.0.0beta1',1),(343,'component','language','phpfox','language.component_block_admincp_form_clean',1240687633,'2.0.0beta1',1),(344,'component','language','phpfox','language.component_block_select_clean',1240687633,'2.0.0beta1',1),(345,'controller','language','phpfox','language.component_controller_admincp_import_clean',1258389334,'2.0.0rc8',1),(346,'controller','language','phpfox','language.component_controller_admincp_missing_clean',1258389334,'2.0.0rc8',1),(347,'controller','language','phpfox','language.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(348,'component','language','phpfox','language.component_block_sample_clean',1260366442,'2.0.0rc11',1),(349,'service','log','phpfox','log.service_session___call',1231838390,'2.0.0alpha1',1),(350,'service','log','phpfox','log.service_staff___call',1231838390,'2.0.0alpha1',1),(351,'component','log','phpfox','log.component_block_login_clean',1258389334,'2.0.0rc8',1),(352,'component','log','phpfox','log.component_block_setting_clean',1258389334,'2.0.0rc8',1),(353,'controller','log','phpfox','log.component_controller_index_clean',1258389334,'2.0.0rc8',1),(354,'service','log','phpfox','log.service_session___verifyToken_start',1258389334,'2.0.0rc8',1),(355,'service','log','phpfox','log.service_process__call',1258389334,'2.0.0rc8',1),(356,'service','log','phpfox','log.service_log__call',1258389334,'2.0.0rc8',1),(357,'service','log','phpfox','log.service_block__call',1258389334,'2.0.0rc8',1),(358,'service','log','phpfox','log.service_callback__call',1258389334,'2.0.0rc8',1),(359,'controller','page','phpfox','page.component_controller_admincp_index_clean',1231838390,'2.0.0alpha1',1),(360,'controller','page','phpfox','page.component_controller_admincp_add_clean',1231838390,'2.0.0alpha1',1),(361,'controller','page','phpfox','page.component_controller_view_process',1231838390,'2.0.0alpha1',1),(362,'controller','page','phpfox','page.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(363,'service','page','phpfox','page.service_log_process__call',1231838390,'2.0.0alpha1',1),(364,'service','page','phpfox','page.service_page_getforedit',1231838390,'2.0.0alpha1',1),(365,'service','page','phpfox','page.service_page_get',1231838390,'2.0.0alpha1',1),(366,'service','page','phpfox','page.service_page_getcache',1231838390,'2.0.0alpha1',1),(367,'service','page','phpfox','page.service_page_getpage',1231838390,'2.0.0alpha1',1),(368,'service','page','phpfox','page.service_page__call',1231838390,'2.0.0alpha1',1),(369,'service','page','phpfox','page.service_callback___call',1231838390,'2.0.0alpha1',1),(370,'service','page','phpfox','page.service_process__call',1231838390,'2.0.0alpha1',1),(371,'template','page','phpfox','page.template_controller_view_start',1231838390,'2.0.0alpha1',1),(372,'template','page','phpfox','page.template_controller_view_end',1231838390,'2.0.0alpha1',1),(373,'controller','page','phpfox','page.component_controller_index_clean',1240687633,'2.0.0beta1',1),(374,'component','page','phpfox','page.component_block_view_clean',1240687633,'2.0.0beta1',1),(375,'template','page','phpfox','page.template_controller_admincp_add_editor',1274286148,'2.0.5dev1',1),(376,'component','profile','phpfox','profile.component_block_header_clean',1231935380,'2.0.0alpha1',1),(377,'component','profile','phpfox','profile.component_block_info',1231935380,'2.0.0alpha1',1),(378,'component','profile','phpfox','profile.component_block_info_clean',1231935380,'2.0.0alpha1',1),(379,'component','profile','phpfox','profile.component_block_menu_clean',1231935380,'2.0.0alpha1',1),(380,'component','profile','phpfox','profile.component_block_pic_clean',1231935380,'2.0.0alpha1',1),(381,'controller','profile','phpfox','profile.component_controller_index_process_start',1231935380,'2.0.0alpha1',1),(382,'controller','profile','phpfox','profile.component_controller_index_clean',1231935380,'2.0.0alpha1',1),(383,'service','profile','phpfox','profile.service_callback___call',1231935380,'2.0.0alpha1',1),(384,'template','profile','phpfox','profile.template_block_info',1231935457,'2.0.0alpha1',1),(385,'template','profile','phpfox','profile.template_block_menu',1232376179,'2.0.0alpha1',1),(386,'controller','profile','phpfox','profile.component_controller_my_clean',1240687633,'2.0.0beta1',1),(387,'controller','profile','phpfox','profile.component_controller_design_clean',1240687633,'2.0.0beta1',1),(388,'component','profile','phpfox','profile.component_block_panel_clean',1240687633,'2.0.0beta1',1),(389,'component','profile','phpfox','profile.component_block_order_clean',1240687633,'2.0.0beta1',1),(390,'service','profile','phpfox','profile.service_process__call',1240687633,'2.0.0beta1',1),(391,'service','profile','phpfox','profile.service_profile__call',1240687633,'2.0.0beta1',1),(392,'controller','profile','phpfox','profile.component_controller_private_clean',1244973584,'2.0.0beta4',1),(393,'controller','profile','phpfox','profile.component_controller_designer_clean',1258389334,'2.0.0rc8',1),(394,'controller','profile','phpfox','profile.component_controller_index_mobile_clean',1267629983,'2.0.4',1),(395,'controller','profile','phpfox','profile.component_controller_info_mobile_clean',1267629983,'2.0.4',1),(396,'controller','profile','phpfox','profile.component_controller_index_process_section',1276177474,'2.0.5',1),(397,'service','profile','phpfox','profile.service_callback_getnewsfeedinfo_start',1286546859,'2.0.7',1),(398,'controller','profile','phpfox','profile.component_controller_index_process_after_requests',1286546859,'2.0.7',1),(399,'component','profile','phpfox','profile.component_block_header_process',1319729453,'3.0.0rc1',1),(400,'component','profile','phpfox','profile.component_block_menu_process',1319729453,'3.0.0rc1',1),(401,'component','profile','phpfox','profile.component_block_mobile_clean',1319729453,'3.0.0rc1',1),(402,'component','profile','phpfox','profile.component_block_pic_process',1319729453,'3.0.0rc1',1),(403,'controller','profile','phpfox','profile.component_controller_index_set_header',1319729453,'3.0.0rc1',1),(404,'controller','profile','phpfox','profile.component_controller_info_clean',1319729453,'3.0.0rc1',1),(405,'template','profile','phpfox','profile.template_block_menu_more',1319729453,'3.0.0rc1',1),(406,'controller','profile','phpfox','profile.component_controller_index_process_is_sub_section',1323703660,'3.0.0',1),(407,'component','profile','phpfox','profile.component_block_cover_clean',1335951260,'3.2.0',1),(408,'component','profile','phpfox','profile.component_block_logo_clean',1335951260,'3.2.0',1),(409,'component','profile','phpfox','profile.component_block_pic_start',1358258443,'3.5.0beta1',1),(410,'controller','theme','phpfox','theme.component_controller_sample_clean',1231838390,'2.0.0alpha1',1),(411,'service','theme','phpfox','theme.service_theme__call',1231838390,'2.0.0alpha1',1),(412,'service','theme','phpfox','theme.service_template_template__call',1231838390,'2.0.0alpha1',1),(413,'service','theme','phpfox','theme.service_template_process__call',1231838390,'2.0.0alpha1',1),(414,'controller','theme','phpfox','theme.component_controller_admincp_style_index_clean',1240687633,'2.0.0beta1',1),(415,'controller','theme','phpfox','theme.component_controller_admincp_logo_clean',1240687633,'2.0.0beta1',1),(416,'controller','theme','phpfox','theme.component_controller_select_clean',1240687633,'2.0.0beta1',1),(417,'service','theme','phpfox','theme.service_style_process__call',1240687633,'2.0.0beta1',1),(418,'service','theme','phpfox','theme.service_style_style__call',1240687633,'2.0.0beta1',1),(419,'component','theme','phpfox','theme.component_block_design_clean',1258389334,'2.0.0rc8',1),(420,'controller','theme','phpfox','theme.component_controller_admincp_import_clean',1258389334,'2.0.0rc8',1),(421,'controller','theme','phpfox','theme.component_controller_admincp_file_clean',1258389334,'2.0.0rc8',1),(422,'controller','theme','phpfox','theme.component_controller_admincp_style_import_clean',1258389334,'2.0.0rc8',1),(423,'controller','theme','phpfox','theme.component_controller_admincp_style_export_clean',1258389334,'2.0.0rc8',1),(424,'controller','theme','phpfox','theme.component_controller_admincp_style_add_clean',1258389334,'2.0.0rc8',1),(425,'controller','theme','phpfox','theme.component_controller_admincp_style_css_clean',1258389334,'2.0.0rc8',1),(426,'controller','theme','phpfox','theme.component_controller_admincp_style_css_add_clean',1258389334,'2.0.0rc8',1),(427,'controller','theme','phpfox','theme.component_controller_admincp_template_add_clean',1258389334,'2.0.0rc8',1),(428,'controller','theme','phpfox','theme.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(429,'controller','theme','phpfox','theme.component_controller_index_clean',1258389334,'2.0.0rc8',1),(430,'service','theme','phpfox','theme.service_process__call',1258389334,'2.0.0rc8',1),(431,'service','theme','phpfox','theme.service_callback__call',1258389334,'2.0.0rc8',1),(432,'service','theme','phpfox','theme.service_style_getstyles__1',1363075699,'3.5.0',1),(433,'component','user','phpfox','user.component_block_login_ajax_clean',1231838390,'2.0.0alpha1',1),(434,'controller','user','phpfox','user.component_controller_admincp_group_setting_process',1231838390,'2.0.0alpha1',1),(435,'controller','user','phpfox','user.component_controller_admincp_group_setting_clean',1231838390,'2.0.0alpha1',1),(436,'controller','user','phpfox','user.component_controller_setting_clean',1231838390,'2.0.0alpha1',1),(437,'controller','user','phpfox','user.component_controller_register_process_validation',1231838390,'2.0.0alpha1',1),(438,'controller','user','phpfox','user.component_controller_register_clean',1231838390,'2.0.0alpha1',1),(439,'service','user','phpfox','user.service_browse__call',1231838390,'2.0.0alpha1',1),(440,'service','user','phpfox','user.service_validate__call',1231838390,'2.0.0alpha1',1),(441,'service','user','phpfox','user.service_auth___construct',1231838390,'2.0.0alpha1',1),(442,'service','user','phpfox','user.service_auth__call',1231838390,'2.0.0alpha1',1),(443,'service','user','phpfox','user.service_group_setting_setting__call',1231838390,'2.0.0alpha1',1),(444,'service','user','phpfox','user.service_group_setting_process__call',1231838390,'2.0.0alpha1',1),(445,'service','user','phpfox','user.service_group_group__call',1231838390,'2.0.0alpha1',1),(446,'service','user','phpfox','user.service_user_getuser_start',1231838390,'2.0.0alpha1',1),(447,'service','user','phpfox','user.service_user_getuser_end',1231838390,'2.0.0alpha1',1),(448,'service','user','phpfox','user.service_user_get_start',1231838390,'2.0.0alpha1',1),(449,'service','user','phpfox','user.service_user_get_end',1231838390,'2.0.0alpha1',1),(450,'service','user','phpfox','user.service_user_isuser',1231838390,'2.0.0alpha1',1),(451,'service','user','phpfox','user.service_user_gender',1231838390,'2.0.0alpha1',1),(452,'service','user','phpfox','user.service_user_getinlinesearch',1231838390,'2.0.0alpha1',1),(453,'service','user','phpfox','user.service_user__call',1231838390,'2.0.0alpha1',1),(454,'service','user','phpfox','user.service_field_process__call',1231838390,'2.0.0alpha1',1),(455,'service','user','phpfox','user.service_space___construct',1231838390,'2.0.0alpha1',1),(456,'service','user','phpfox','user.service_space_update',1231838390,'2.0.0alpha1',1),(457,'service','user','phpfox','user.service_space__call',1231838390,'2.0.0alpha1',1),(458,'service','user','phpfox','user.service_activity_update',1231838390,'2.0.0alpha1',1),(459,'service','user','phpfox','user.service_activity__call',1231838390,'2.0.0alpha1',1),(460,'service','user','phpfox','user.service_process_add_start',1231838390,'2.0.0alpha1',1),(461,'service','user','phpfox','user.service_process_add_extra',1231838390,'2.0.0alpha1',1),(462,'service','user','phpfox','user.service_process_add_end',1231838390,'2.0.0alpha1',1),(463,'service','user','phpfox','user.service_process__call',1231838390,'2.0.0alpha1',1),(464,'template','user','phpfox','user.template_controller_login_end',1231838390,'2.0.0alpha1',1),(465,'template','user','phpfox','user.template_controller_register',1231838390,'2.0.0alpha1',1),(466,'controller','user','phpfox','user.component_controller_setting_process_validation',1231934944,'2.0.0alpha1',1),(467,'service','user','phpfox','user.service_password__call',1231934944,'2.0.0alpha1',1),(468,'template','user','phpfox','user.template_controller_setting',1231934944,'2.0.0alpha1',1),(469,'controller','user','phpfox','user.component_controller_index_clean',1240687633,'2.0.0beta1',1),(470,'controller','user','phpfox','user.component_controller_profile_clean',1240687633,'2.0.0beta1',1),(471,'component','user','phpfox','user.component_block_setting_clean',1240687633,'2.0.0beta1',1),(472,'component','user','phpfox','user.component_block_new_clean',1240687633,'2.0.0beta1',1),(473,'component','user','phpfox','user.component_block_filter_clean',1240687633,'2.0.0beta1',1),(474,'component','user','phpfox','user.component_block_browse_clean',1240687633,'2.0.0beta1',1),(475,'service','user','phpfox','user.service_privacy_privacy__call',1240687633,'2.0.0beta1',1),(476,'service','user','phpfox','user.service_privacy_process__call',1240687633,'2.0.0beta1',1),(477,'service','user','phpfox','user.service_register__call',1240687633,'2.0.0beta1',1),(478,'service','user','phpfox','user.service_group_process__call',1240687633,'2.0.0beta1',1),(479,'template','user','phpfox','user.template_controller_profile_form',1240687633,'2.0.0beta1',1),(480,'template','user','phpfox','user.template_block_setting_form',1240692039,'2.0.0beta1',1),(481,'controller','user','phpfox','user.component_controller_admincp_group_delete_clean',1242299564,'2.0.0beta2',1),(482,'controller','user','phpfox','user.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(483,'controller','user','phpfox','user.component_controller_admincp_browse_clean',1244973584,'2.0.0beta4',1),(484,'component','user','phpfox','user.component_block_photo_clean',1244973584,'2.0.0beta4',1),(485,'component','user','phpfox','user.component_block_signup_error_clean',1244973584,'2.0.0beta4',1),(486,'component','user','phpfox','user.component_block_custom_clean',1244973584,'2.0.0beta4',1),(487,'component','user','phpfox','user.component_block_block_clean',1244973584,'2.0.0beta4',1),(488,'service','user','phpfox','user.service_auth___construct_start',1244973584,'2.0.0beta4',1),(489,'service','user','phpfox','user.service_auth___construct_query',1244973584,'2.0.0beta4',1),(490,'service','user','phpfox','user.service_auth___construct_end',1244973584,'2.0.0beta4',1),(491,'service','user','phpfox','user.service_block_process__call',1244973584,'2.0.0beta4',1),(492,'service','user','phpfox','user.service_block_block__call',1244973584,'2.0.0beta4',1),(493,'component','user','phpfox','user.component_block_admincp_setting_clean',1258389334,'2.0.0rc8',1),(494,'component','user','phpfox','user.component_block_featured_clean',1258389334,'2.0.0rc8',1),(495,'component','user','phpfox','user.component_block_password_clean',1258389334,'2.0.0rc8',1),(496,'service','user','phpfox','user.service_featured__call',1258389334,'2.0.0rc8',1),(497,'service','user','phpfox','user.service_featured_feature_start',1258389334,'2.0.0rc8',1),(498,'service','user','phpfox','user.service_featured_feature_end',1258389334,'2.0.0rc8',1),(499,'controller','user','phpfox','user.controller_browse_filter',1259160644,'2.0.0rc9',1),(500,'controller','user','phpfox','user.component_controller_browse_genders',1259173633,'2.0.0rc9',1),(501,'controller','user','phpfox','user.component_controller_browse_filter',1259173633,'2.0.0rc9',1),(502,'component','user','phpfox','user.block_login-block_process__start',1260366442,'2.0.0rc11',1),(503,'component','user','phpfox','user.block_login-block_process__end',1260366442,'2.0.0rc11',1),(504,'service','user','phpfox','user.service_auth_login__start',1261572640,'2.0.0',1),(505,'service','user','phpfox','user.service_auth_login__no_user_name',1261572640,'2.0.0',1),(506,'service','user','phpfox','user.service_auth_login__password',1261572640,'2.0.0',1),(507,'service','user','phpfox','user.service_auth_login__cookie_start',1261572640,'2.0.0',1),(508,'service','user','phpfox','user.service_auth_login__cookie_end',1261572640,'2.0.0',1),(509,'service','user','phpfox','user.service_auth_login__end',1261572640,'2.0.0',1),(510,'service','user','phpfox','user.service_auth_logout__start',1261572640,'2.0.0',1),(511,'service','user','phpfox','user.service_auth_logout__end',1261572640,'2.0.0',1),(512,'controller','user','phpfox','user.component_controller_browse_genders_top_users',1261572640,'2.0.0',1),(513,'template','user','phpfox','user.template_controller_login_block__start',1261572640,'2.0.0',1),(514,'template','user','phpfox','user.template_controller_login_block__end',1261572640,'2.0.0',1),(515,'service','user','phpfox','user.service_process_add_updatestatus',1266260139,'2.0.4',1),(516,'controller','user','phpfox','user.component_controller_setting_process_check',1266260139,'2.0.4',1),(517,'controller','user','phpfox','user.controller_login_login_failed',1266260139,'2.0.4',1),(518,'controller','user','phpfox','user.component_controller_logout-mobile_clean',1267629983,'2.0.4',1),(519,'controller','user','phpfox','user.component_controller_pending_clean',1271160844,'2.0.5',1),(520,'service','user','phpfox','user.service_verify_process_verify_pass',1276177474,'2.0.5',1),(521,'service','user','phpfox','user.service_promotion_process__call',1276177474,'2.0.5',1),(522,'service','user','phpfox','user.service_promotion_promotion__call',1276177474,'2.0.5',1),(523,'service','user','phpfox','user.service_auth_login_skip_email_verification',1276177474,'2.0.5',1),(524,'service','user','phpfox','user.service_auth_handlestatus',1276177474,'2.0.5',1),(525,'component','user','phpfox','user.component_ajax_updatestatus',1276177474,'2.0.5',1),(526,'component','user','phpfox','user.component_ajax_getregistrationstep_pass',1276177474,'2.0.5',1),(527,'controller','user','phpfox','user.component_controller_promotion_clean',1276177474,'2.0.5',1),(528,'component','user','phpfox','user.component_verify_process_redirection',1276177474,'2.0.5',1),(529,'controller','user','phpfox','user.component_controller_admincp_promotion_add_clean',1276177474,'2.0.5',1),(530,'controller','user','phpfox','user.component_controller_admincp_promotion_index_clean',1276177474,'2.0.5',1),(531,'service','user','phpfox','user.service_process_add_check_1',1286546859,'2.0.7',1),(532,'service','user','phpfox','user.service_process_update_start',1286546859,'2.0.7',1),(533,'service','user','phpfox','user.service_process_update_1',1286546859,'2.0.7',1),(534,'service','user','phpfox','user.service_process_update_end',1286546859,'2.0.7',1),(535,'service','user','phpfox','user.service_process_updatesimple',1286546859,'2.0.7',1),(536,'service','user','phpfox','user.service_process_updateusergroup',1286546859,'2.0.7',1),(537,'service','user','phpfox','user.service_process_uploadimage',1286546859,'2.0.7',1),(538,'service','user','phpfox','user.service_process_updateadvanced_start',1286546859,'2.0.7',1),(539,'service','user','phpfox','user.service_process_updateadvanced_end',1286546859,'2.0.7',1),(540,'service','user','phpfox','user.service_process_updatepassword',1286546859,'2.0.7',1),(541,'service','user','phpfox','user.service_process_banuser',1286546859,'2.0.7',1),(542,'service','user','phpfox','user.service_password_verifyrequest_start',1286546859,'2.0.7',1),(543,'service','user','phpfox','user.service_password_verifyrequest_check_1',1286546859,'2.0.7',1),(544,'service','user','phpfox','user.service_password_verifyrequest_end',1286546859,'2.0.7',1),(545,'service','user','phpfox','user.service_cancellations_process_cancelaccount_invalid_password',1286546859,'2.0.7',1),(546,'service','user','phpfox','user.service_callback_getnewsfeedstatus_start',1286546859,'2.0.7',1),(547,'service','user','phpfox','user.service_callback_getnewsfeedphoto_start',1286546859,'2.0.7',1),(548,'service','user','phpfox','user.service_callback_getnewsfeedjoined_start',1286546859,'2.0.7',1),(549,'service','user','phpfox','user.service_user_getuserfields',1286546859,'2.0.7',1),(550,'controller','user','phpfox','user.component_controller_photo_1',1286546859,'2.0.7',1),(551,'controller','user','phpfox','user.component_controller_photo_2',1286546859,'2.0.7',1),(552,'controller','user','phpfox','user.component_controller_photo_3',1286546859,'2.0.7',1),(553,'controller','user','phpfox','user.component_controller_index_process',1286546859,'2.0.7',1),(554,'template','user','phpfox','user.template_controller_photo_1',1286546859,'2.0.7',1),(555,'template','user','phpfox','user.template_controller_photo_2',1286546859,'2.0.7',1),(556,'template','user','phpfox','user.template_controller_photo_3',1286546859,'2.0.7',1),(557,'template','user','phpfox','user.template_controller_photo_4',1286546859,'2.0.7',1),(558,'template','user','phpfox','user.template_controller_photo_5',1286546859,'2.0.7',1),(559,'template','user','phpfox','user.template_controller_photo_6',1286546859,'2.0.7',1),(560,'template','user','phpfox','user.template_controller_photo_7',1286546859,'2.0.7',1),(561,'template','user','phpfox','user.template_controller_photo_8',1286546859,'2.0.7',1),(562,'template','user','phpfox','user.template_controller_photo_9',1286546859,'2.0.7',1),(563,'template','user','phpfox','user.template_controller_photo_10',1286546859,'2.0.7',1),(564,'template','user','phpfox','user.template_default_block_register_step2_1',1286546859,'2.0.7',1),(565,'template','user','phpfox','user.template_default_block_register_step2_2',1286546859,'2.0.7',1),(566,'template','user','phpfox','user.template_default_block_register_step2_3',1286546859,'2.0.7',1),(567,'template','user','phpfox','user.template_default_block_register_step2_4',1286546859,'2.0.7',1),(568,'template','user','phpfox','user.template_default_block_register_step2_5',1286546859,'2.0.7',1),(569,'template','user','phpfox','user.template_default_block_register_step2_6',1286546859,'2.0.7',1),(570,'template','user','phpfox','user.template_default_block_register_step2_7',1286546859,'2.0.7',1),(571,'template','user','phpfox','user.template_default_block_register_step2_8',1286546859,'2.0.7',1),(572,'template','user','phpfox','user.template_default_block_register_step1_1',1286546859,'2.0.7',1),(573,'template','user','phpfox','user.template_default_block_register_step1_2',1286546859,'2.0.7',1),(574,'template','user','phpfox','user.template_default_block_register_step1_3',1286546859,'2.0.7',1),(575,'template','user','phpfox','user.template_default_block_register_step1_4',1286546859,'2.0.7',1),(576,'controller','user','phpfox','user.component_controller_admincp_add',1288281378,'2.0.7',1),(577,'service','user','phpfox','user.service_process_add_feed',1290072896,'2.0.7',1),(578,'service','user','phpfox','user.service_user_getforedit',1290072896,'2.0.7',1),(579,'controller','user','phpfox','user.component_controller_admincp_ban_clean',1298455495,'2.0.8',1),(580,'service','user','phpfox','user.service_browse_get__start',1298902308,'2.0.8',1),(581,'service','user','phpfox','user.service_browse_get__cnt',1298902308,'2.0.8',1),(582,'component','user','phpfox','user.component_ajax_addviastatusupdate',1319729453,'3.0.0rc1',1),(583,'component','user','phpfox','user.component_block_images_clean',1319729453,'3.0.0rc1',1),(584,'component','user','phpfox','user.component_block_login_header_clean',1319729453,'3.0.0rc1',1),(585,'component','user','phpfox','user.component_block_register_top_clean',1319729453,'3.0.0rc1',1),(586,'component','user','phpfox','user.component_block_tooltip_clean',1319729453,'3.0.0rc1',1),(587,'component','user','phpfox','user.component_block_welcome_clean',1319729453,'3.0.0rc1',1),(588,'controller','user','phpfox','user.component_controller_register_1',1319729453,'3.0.0rc1',1),(589,'controller','user','phpfox','user.component_controller_register_2',1319729453,'3.0.0rc1',1),(590,'controller','user','phpfox','user.component_controller_register_3',1319729453,'3.0.0rc1',1),(591,'controller','user','phpfox','user.component_controller_register_4',1319729453,'3.0.0rc1',1),(592,'controller','user','phpfox','user.component_controller_register_5',1319729453,'3.0.0rc1',1),(593,'controller','user','phpfox','user.component_controller_register_6',1319729453,'3.0.0rc1',1),(594,'controller','user','phpfox','user.component_controller_register_7',1319729453,'3.0.0rc1',1),(595,'controller','user','phpfox','user.component_controller_register_8',1319729453,'3.0.0rc1',1),(596,'service','user','phpfox','user.service_api__call',1319729453,'3.0.0rc1',1),(597,'service','user','phpfox','user.service_password_verifyrequest_2',1319729453,'3.0.0rc1',1),(598,'service','user','phpfox','user.service_password_verifyrequest_3',1319729453,'3.0.0rc1',1),(599,'service','user','phpfox','user.service_password_verifyrequest_4',1319729453,'3.0.0rc1',1),(600,'template','user','phpfox','user.template.login_header_set_var',1319729453,'3.0.0rc1',1),(601,'template','user','phpfox','user.template.login_header_custom',1319729453,'3.0.0rc1',1),(602,'template','user','phpfox','user.template_default_block_register_step1_5',1319729453,'3.0.0rc1',1),(603,'service','user','phpfox','user.service_browse_get__start_no_return',1320054335,'3.0.0rc1',1),(604,'component','user','phpfox','user.component_block_tooltip_1',1323345487,'3.0.0',1),(605,'template','user','phpfox','user.template_controller_profile_form_onsubmit',1323345487,'3.0.0',1),(606,'template','user','phpfox','user.template_block_tooltip_1',1323345637,'3.0.0',1),(607,'template','user','phpfox','user.template_block_tooltip_3',1323345637,'3.0.0',1),(608,'template','user','phpfox','user.template_block_tooltip_5',1323345637,'3.0.0',1),(609,'template','user','phpfox','user.template_block_tooltip_2',1323345637,'3.0.0',1),(610,'controller','user','phpfox','user.component_controller_browse_filter_process',1327938973,'3.0.1',1),(611,'service','user','phpfox','user.service_browse_get__end',1327938973,'3.0.1',1),(612,'controller','user','phpfox','user.component_controller_setting_settitle',1335951260,'3.2.0',1),(613,'service','user','phpfox','user.service_process_add_1',1335951260,'3.2.0',1),(614,'template','user','phpfox','user.template_controller_register_pre_captcha',1358258443,'3.5.0beta1',1),(615,'service','user','phpfox','user.service_process_add_updatestatus_end',1358258443,'3.5.0beta1',1),(616,'component','user','phpfox','user.component_block_processpoints_clean',1358258443,'3.5.0beta1',1),(617,'component','user','phpfox','user.component_block_purchasepoints_clean',1358258443,'3.5.0beta1',1),(618,'controller','user','phpfox','user.component_controller_completepoints_clean',1358258443,'3.5.0beta1',1),(619,'service','user','phpfox','user.service_user_getcurrency__1',1361532353,'3.5.0',1),(620,'controller','user','phpfox','user.component_controller_profile__1',1363075699,'3.5.0',1),(621,'controller','user','phpfox','user.component_controller_profile__2',1363075699,'3.5.0',1),(622,'controller','user','phpfox','user.component_controller_profile__3',1363075699,'3.5.0',1),(623,'controller','user','phpfox','user.component_controller_browse__1',1363075699,'3.5.0',1),(624,'service','user','phpfox','user.service_activity_update_1',1372931660,'3.6.0',1),(625,'controller','ad','phpfox','ad.component_controller_index_clean',1244973584,'2.0.0beta4',1),(626,'controller','ad','phpfox','ad.component_controller_admincp_index_clean',1244973584,'2.0.0beta4',1),(627,'controller','ad','phpfox','ad.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(628,'controller','ad','phpfox','ad.component_controller_sample_clean',1244973584,'2.0.0beta4',1),(629,'component','ad','phpfox','ad.component_block_display_clean',1244973584,'2.0.0beta4',1),(630,'component','ad','phpfox','ad.component_block_sample_clean',1244973584,'2.0.0beta4',1),(631,'service','ad','phpfox','ad.service_process__call',1244973584,'2.0.0beta4',1),(632,'service','ad','phpfox','ad.service_ad__call',1244973584,'2.0.0beta4',1),(633,'service','ad','phpfox','ad.service_callback__call',1244973584,'2.0.0beta4',1),(634,'service','ad','phpfox','ad.service_ad_construct__start',1263387694,'2.0.2',1),(635,'service','ad','phpfox','ad.service_ad_updateactivity__start',1263387694,'2.0.2',1),(636,'service','ad','phpfox','ad.service_ad_updateactivity__end',1263387694,'2.0.2',1),(637,'service','ad','phpfox','ad.service_ad_update__start',1263387694,'2.0.2',1),(638,'service','ad','phpfox','ad.service_ad_update__end',1263387694,'2.0.2',1),(639,'service','ad','phpfox','ad.service_ad_delete__start',1263387694,'2.0.2',1),(640,'service','ad','phpfox','ad.service_ad_delete__end',1263387694,'2.0.2',1),(641,'service','ad','phpfox','ad.service_ad_add__start',1263387694,'2.0.2',1),(642,'service','ad','phpfox','ad.service_ad_add__end',1263387694,'2.0.2',1),(643,'service','ad','phpfox','ad.service_ad_get__start',1263387694,'2.0.2',1),(644,'service','ad','phpfox','ad.service_ad_get__end',1263387694,'2.0.2',1),(645,'service','ad','phpfox','ad.service_ad_getforblock__start',1263387694,'2.0.2',1),(646,'service','ad','phpfox','ad.service_ad_getforblock__end',1263387694,'2.0.2',1),(647,'service','ad','phpfox','ad.service_ad_getadredirect__start',1263387694,'2.0.2',1),(648,'service','ad','phpfox','ad.service_ad_getadredirect__end',1263387694,'2.0.2',1),(649,'service','ad','phpfox','ad.service_ad_getforedit__start',1263387694,'2.0.2',1),(650,'service','ad','phpfox','ad.service_ad_getforedit__end',1263387694,'2.0.2',1),(651,'service','ad','phpfox','ad.service_ad_getsizes__start',1263387694,'2.0.2',1),(652,'service','ad','phpfox','ad.service_ad_getsizes__end',1263387694,'2.0.2',1),(653,'service','ad','phpfox','ad.service_callback_construct__start',1263387694,'2.0.2',1),(654,'component','ad','phpfox','ad.component_ajax_update__start',1263387694,'2.0.2',1),(655,'component','ad','phpfox','ad.component_ajax_update__end',1263387694,'2.0.2',1),(656,'controller','ad','phpfox','ad.component_controller_iframe_clean',1263387694,'2.0.2',1),(657,'controller','ad','phpfox','ad.component_controller_process__start',1263387694,'2.0.2',1),(658,'controller','ad','phpfox','ad.component_controller_admincp_add_process__start',1263387694,'2.0.2',1),(659,'controller','ad','phpfox','ad.component_controller_admincp_add_process__end',1263387694,'2.0.2',1),(660,'controller','ad','phpfox','ad.component_controller_admincp_process__start',1263387694,'2.0.2',1),(661,'controller','ad','phpfox','ad.component_controller_admincp_process__end',1263387694,'2.0.2',1),(662,'component','ad','phpfox','ad.component_block_display_process__start',1263387694,'2.0.2',1),(663,'component','ad','phpfox','ad.component_block_display_process__end',1263387694,'2.0.2',1),(664,'template','ad','phpfox','ad.template_block_display__start',1263387694,'2.0.2',1),(665,'template','ad','phpfox','ad.template_block_display__end',1263387694,'2.0.2',1),(666,'controller','ad','phpfox','ad.component_controller_preview_clean',1271160844,'2.0.5',1),(667,'controller','ad','phpfox','ad.component_controller_invoice_index_clean',1271160844,'2.0.5',1),(668,'controller','ad','phpfox','ad.component_controller_image_clean',1271160844,'2.0.5',1),(669,'controller','ad','phpfox','ad.component_controller_add_clean',1271160844,'2.0.5',1),(670,'controller','ad','phpfox','ad.component_controller_manage_clean',1271160844,'2.0.5',1),(671,'controller','ad','phpfox','ad.component_controller_admincp_invoice_clean',1271160844,'2.0.5',1),(672,'controller','ad','phpfox','ad.component_controller_admincp_placement_add_clean',1271160844,'2.0.5',1),(673,'controller','ad','phpfox','ad.component_controller_admincp_placement_index_clean',1271160844,'2.0.5',1),(674,'component','ad','phpfox','ad.component_block_sponsored_clean',1271160844,'2.0.5',1),(675,'template','ad','phpfox','ad.template_controller_index',1271160844,'2.0.5',1),(676,'service','ad','phpfox','ad.service_ad_getadsponsor__start',1274286148,'2.0.5dev1',1),(677,'controller','ad','phpfox','ad.component_controller_sponsor_clean',1274286148,'2.0.5dev1',1),(678,'controller','ad','phpfox','ad.component_controller_admincp_sponsor_process__start',1274286148,'2.0.5dev1',1),(679,'controller','ad','phpfox','ad.component_controller_admincp_sponsor_process__end',1274286148,'2.0.5dev1',1),(680,'controller','ad','phpfox','ad.component_controller_admincp_sponsor__clean',1274286148,'2.0.5dev1',1),(681,'service','ad','phpfox','ad.service_ad_deleteinvoice__start',1286546859,'2.0.7',1),(682,'service','ad','phpfox','ad.service_process_addcustom_before_insert_ad',1286546859,'2.0.7',1),(683,'service','ad','phpfox','ad.service_process_addcustom_before_insert_invoice',1286546859,'2.0.7',1),(684,'component','ad','phpfox','ad.component_block_inner_process__start',1319729453,'3.0.0rc1',1),(685,'component','ad','phpfox','ad.component_block_inner_process__end',1319729453,'3.0.0rc1',1),(686,'service','ad','phpfox','ad.service_ad_getforblock__1',1361180401,'3.5.0rc1',1),(687,'controller','announcement','phpfox','announcement.component_controller_index_clean',1244973584,'2.0.0beta4',1),(688,'controller','announcement','phpfox','announcement.component_controller_admincp_add_clean',1244973584,'2.0.0beta4',1),(689,'component','announcement','phpfox','announcement.component_block_manage_start',1244973584,'2.0.0beta4',1),(690,'component','announcement','phpfox','announcement.component_block_manage_end',1244973584,'2.0.0beta4',1),(691,'component','announcement','phpfox','announcement.component_block_manage_clean',1244973584,'2.0.0beta4',1),(692,'service','announcement','phpfox','announcement.service_process__call',1244973584,'2.0.0beta4',1),(693,'service','announcement','phpfox','announcement.service_announcement__call',1244973584,'2.0.0beta4',1),(694,'service','announcement','phpfox','announcement.service_callback__call',1244973584,'2.0.0beta4',1),(695,'component','announcement','phpfox','announcement.component_ajax_changelanguage__start',1263387694,'2.0.2',1),(696,'component','announcement','phpfox','announcement.component_ajax_changelanguage__end',1263387694,'2.0.2',1),(697,'component','announcement','phpfox','announcement.component_ajax_setactive__start',1263387694,'2.0.2',1),(698,'component','announcement','phpfox','announcement.component_ajax_setactive__end',1263387694,'2.0.2',1),(699,'component','announcement','phpfox','announcement.component_ajax_hide__start',1263387694,'2.0.2',1),(700,'component','announcement','phpfox','announcement.component_ajax_hide__end',1263387694,'2.0.2',1),(701,'component','announcement','phpfox','announcement.component_block_index__start',1263387694,'2.0.2',1),(702,'component','announcement','phpfox','announcement.component_block_index__end',1263387694,'2.0.2',1),(703,'component','attachment','phpfox','attachment.component_block_list_process',1231838390,'2.0.0alpha1',1),(704,'component','attachment','phpfox','attachment.component_block_list_clean',1231838390,'2.0.0alpha1',1),(705,'component','attachment','phpfox','attachment.component_block_upload_clean',1231838390,'2.0.0alpha1',1),(706,'component','attachment','phpfox','attachment.component_block_add_clean',1231838390,'2.0.0alpha1',1),(707,'component','attachment','phpfox','attachment.component_block_current_clean',1231838390,'2.0.0alpha1',1),(708,'service','attachment','phpfox','attachment.service_attachment___construct',1231838390,'2.0.0alpha1',1),(709,'service','attachment','phpfox','attachment.service_attachment_get_count',1231838390,'2.0.0alpha1',1),(710,'service','attachment','phpfox','attachment.service_attachment_select',1231838390,'2.0.0alpha1',1),(711,'service','attachment','phpfox','attachment.service_attachment_getforitemedit_start',1231838390,'2.0.0alpha1',1),(712,'service','attachment','phpfox','attachment.service_attachment_getforitemedit_end',1231838390,'2.0.0alpha1',1),(713,'service','attachment','phpfox','attachment.service_attachment_getfordownload',1231838390,'2.0.0alpha1',1),(714,'service','attachment','phpfox','attachment.service_attachment_hasaccess_start',1231838390,'2.0.0alpha1',1),(715,'service','attachment','phpfox','attachment.service_attachment_hasaccess_end',1231838390,'2.0.0alpha1',1),(716,'service','attachment','phpfox','attachment.service_attachment__call',1231838390,'2.0.0alpha1',1),(717,'service','attachment','phpfox','attachment.service_type___construct',1231838390,'2.0.0alpha1',1),(718,'service','attachment','phpfox','attachment.service_type__call',1231838390,'2.0.0alpha1',1),(719,'service','attachment','phpfox','attachment.service_process_add',1231838390,'2.0.0alpha1',1),(720,'service','attachment','phpfox','attachment.service_process_updatecounter',1231838390,'2.0.0alpha1',1),(721,'service','attachment','phpfox','attachment.service_process_updateinline',1231838390,'2.0.0alpha1',1),(722,'service','attachment','phpfox','attachment.service_process_deleteforitem',1231838390,'2.0.0alpha1',1),(723,'service','attachment','phpfox','attachment.service_process_delete',1231838390,'2.0.0alpha1',1),(724,'service','attachment','phpfox','attachment.service_process_updateitemcount_category',1231838390,'2.0.0alpha1',1),(725,'service','attachment','phpfox','attachment.service_process_updateitemcount',1231838390,'2.0.0alpha1',1),(726,'service','attachment','phpfox','attachment.service_process__call',1231838390,'2.0.0alpha1',1),(727,'controller','attachment','phpfox','attachment.component_controller_index_clean',1240687633,'2.0.0beta1',1),(728,'service','attachment','phpfox','attachment.service_callback__call',1240687633,'2.0.0beta1',1),(729,'controller','attachment','phpfox','attachment.component_controller_admincp_index_clean',1258389334,'2.0.0rc8',1),(730,'controller','attachment','phpfox','attachment.component_controller_admincp_add_clean',1258389334,'2.0.0rc8',1),(731,'component','attachment','phpfox','attachment.component_block_share_clean',1319729453,'3.0.0rc1',1),(732,'component','blog','phpfox','blog.component_block_add_category_list_process',1231838390,'2.0.0alpha1',1),(733,'component','blog','phpfox','blog.component_block_add_category_list_clean',1231838390,'2.0.0alpha1',1),(734,'component','blog','phpfox','blog.component_block_menu_clean',1231838390,'2.0.0alpha1',1),(735,'component','blog','phpfox','blog.component_block_preview_process',1231838390,'2.0.0alpha1',1),(736,'component','blog','phpfox','blog.component_block_preview_clean',1231838390,'2.0.0alpha1',1),(737,'component','blog','phpfox','blog.component_block_top_process',1231838390,'2.0.0alpha1',1),(738,'component','blog','phpfox','blog.component_block_top_clean',1231838390,'2.0.0alpha1',1),(739,'component','blog','phpfox','blog.component_block_categories_process',1231838390,'2.0.0alpha1',1),(740,'component','blog','phpfox','blog.component_block_categories_clean',1231838390,'2.0.0alpha1',1),(741,'controller','blog','phpfox','blog.component_controller_admincp_index_clean',1231838390,'2.0.0alpha1',1),(742,'controller','blog','phpfox','blog.component_controller_admincp_add_clean',1231838390,'2.0.0alpha1',1),(743,'controller','blog','phpfox','blog.component_controller_profile_clean',1231838390,'2.0.0alpha1',1),(744,'controller','blog','phpfox','blog.component_controller_index_process_start',1231838390,'2.0.0alpha1',1),(745,'controller','blog','phpfox','blog.component_controller_index_process_search',1231838390,'2.0.0alpha1',1),(746,'controller','blog','phpfox','blog.component_controller_index_process_middle',1231838390,'2.0.0alpha1',1),(747,'controller','blog','phpfox','blog.component_controller_index_process_end',1231838390,'2.0.0alpha1',1),(748,'controller','blog','phpfox','blog.component_controller_index_clean',1231838390,'2.0.0alpha1',1),(749,'controller','blog','phpfox','blog.component_controller_add_process_edit',1231838390,'2.0.0alpha1',1),(750,'controller','blog','phpfox','blog.component_controller_add_process_validation',1231838390,'2.0.0alpha1',1),(751,'controller','blog','phpfox','blog.component_controller_add_process',1231838390,'2.0.0alpha1',1),(752,'controller','blog','phpfox','blog.component_controller_add_clean',1231838390,'2.0.0alpha1',1),(753,'controller','blog','phpfox','blog.component_controller_view_process_start',1231838390,'2.0.0alpha1',1),(754,'controller','blog','phpfox','blog.component_controller_view_process_middle',1231838390,'2.0.0alpha1',1),(755,'controller','blog','phpfox','blog.component_controller_view_process_end',1231838390,'2.0.0alpha1',1),(756,'controller','blog','phpfox','blog.component_controller_view_clean',1231838390,'2.0.0alpha1',1),(757,'service','blog','phpfox','blog.service_blog___construct',1231838390,'2.0.0alpha1',1),(758,'service','blog','phpfox','blog.service_blog_get',1231838390,'2.0.0alpha1',1),(759,'service','blog','phpfox','blog.service_blog_getblog',1231838390,'2.0.0alpha1',1),(760,'service','blog','phpfox','blog.service_blog_hasaccess_start',1231838390,'2.0.0alpha1',1),(761,'service','blog','phpfox','blog.service_blog_hasaccess_end',1231838390,'2.0.0alpha1',1),(762,'service','blog','phpfox','blog.service_blog__call',1231838390,'2.0.0alpha1',1),(763,'service','blog','phpfox','blog.service_callback__call',1231838390,'2.0.0alpha1',1),(764,'service','blog','phpfox','blog.service_category_category_get_start',1231838390,'2.0.0alpha1',1),(765,'service','blog','phpfox','blog.service_category_category_get_end',1231838390,'2.0.0alpha1',1),(766,'service','blog','phpfox','blog.service_category_category_getcategories_start',1231838390,'2.0.0alpha1',1),(767,'service','blog','phpfox','blog.service_category_category_getcategories_end',1231838390,'2.0.0alpha1',1),(768,'service','blog','phpfox','blog.service_category_category_getblogsbycategory_count',1231838390,'2.0.0alpha1',1),(769,'service','blog','phpfox','blog.service_category_category_getblogsbycategory_query',1231838390,'2.0.0alpha1',1),(770,'service','blog','phpfox','blog.service_category_category_getsearch',1231838390,'2.0.0alpha1',1),(771,'service','blog','phpfox','blog.service_category_category__call',1231838390,'2.0.0alpha1',1),(772,'service','blog','phpfox','blog.service_category_process__call',1231838390,'2.0.0alpha1',1),(773,'service','blog','phpfox','blog.service_process_add_start',1231838390,'2.0.0alpha1',1),(774,'service','blog','phpfox','blog.service_process_add_end',1231838390,'2.0.0alpha1',1),(775,'service','blog','phpfox','blog.service_process_update',1231838390,'2.0.0alpha1',1),(776,'service','blog','phpfox','blog.service_process_delete',1231838390,'2.0.0alpha1',1),(777,'service','blog','phpfox','blog.service_process__call',1231838390,'2.0.0alpha1',1),(778,'template','blog','phpfox','blog.template_block_displayoptions',1231838390,'2.0.0alpha1',1),(779,'template','blog','phpfox','blog.template_block_entry_date_end',1231838390,'2.0.0alpha1',1),(780,'template','blog','phpfox','blog.template_block_entry_text_end',1231838390,'2.0.0alpha1',1),(781,'template','blog','phpfox','blog.template_block_entry_links_main',1231838390,'2.0.0alpha1',1),(782,'template','blog','phpfox','blog.template_block_entry_end',1231838390,'2.0.0alpha1',1),(783,'template','blog','phpfox','blog.template_controller_view_end',1231838390,'2.0.0alpha1',1),(784,'template','blog','phpfox','blog.template_controller_add_hidden_form',1231838390,'2.0.0alpha1',1),(785,'template','blog','phpfox','blog.template_controller_add_textarea_start',1231838390,'2.0.0alpha1',1),(786,'template','blog','phpfox','blog.template_controller_add_submit_buttons',1231838390,'2.0.0alpha1',1),(787,'template','blog','phpfox','blog.template_controller_add_additional_options',1231838390,'2.0.0alpha1',1),(788,'component','blog','phpfox','blog.component_block_new_clean',1240687633,'2.0.0beta1',1),(789,'controller','blog','phpfox','blog.component_controller_admincp_browse_clean',1258389334,'2.0.0rc8',1),(790,'service','blog','phpfox','blog.service_process__start',1263387694,'2.0.2',1),(791,'service','blog','phpfox','blog.service_process__end',1263387694,'2.0.2',1),(792,'service','blog','phpfox','blog.service_process_update__start',1263387694,'2.0.2',1),(793,'service','blog','phpfox','blog.service_process_update__end',1263387694,'2.0.2',1),(794,'service','blog','phpfox','blog.service_process_updateblogtitle__start',1263387694,'2.0.2',1),(795,'service','blog','phpfox','blog.service_process_updateblogtitle__end',1263387694,'2.0.2',1),(796,'service','blog','phpfox','blog.service_process_updateblogtext__start',1263387694,'2.0.2',1),(797,'service','blog','phpfox','blog.service_process_updateblogtext__end',1263387694,'2.0.2',1),(798,'service','blog','phpfox','blog.service_process_deleteinline__start',1263387694,'2.0.2',1),(799,'service','blog','phpfox','blog.service_process_deleteinline__end',1263387694,'2.0.2',1),(800,'service','blog','phpfox','blog.service_process_delete__start',1263387694,'2.0.2',1),(801,'service','blog','phpfox','blog.component_service_callback_gettags__start',1263387694,'2.0.2',1),(802,'service','blog','phpfox','blog.component_service_callback_gettags__end',1263387694,'2.0.2',1),(803,'service','blog','phpfox','blog.component_service_callback_gettagsearch__start',1263387694,'2.0.2',1),(804,'service','blog','phpfox','blog.component_service_callback_gettagsearch__end',1263387694,'2.0.2',1),(805,'service','blog','phpfox','blog.component_service_callback_gettagcloud__start',1263387694,'2.0.2',1),(806,'service','blog','phpfox','blog.component_service_callback_getnewsfeed__start',1263387694,'2.0.2',1),(807,'service','blog','phpfox','blog.component_service_callback_getnewsfeed__end',1263387694,'2.0.2',1),(808,'service','blog','phpfox','blog.component_service_callback_getcommentnewsfeed__start',1263387694,'2.0.2',1),(809,'service','blog','phpfox','blog.component_service_callback_getcommentnewsfeed__end',1263387694,'2.0.2',1),(810,'service','blog','phpfox','blog.component_service_callback_gettopusers__start',1263387694,'2.0.2',1),(811,'service','blog','phpfox','blog.component_service_callback_gettopusers__end',1263387694,'2.0.2',1),(812,'service','blog','phpfox','blog.component_service_callback_gettaglinkprofile__start',1263387694,'2.0.2',1),(813,'service','blog','phpfox','blog.component_service_callback_gettaglink__start',1263387694,'2.0.2',1),(814,'service','blog','phpfox','blog.component_service_callback_addtrack__start',1263387694,'2.0.2',1),(815,'service','blog','phpfox','blog.component_service_callback_getlatesttrackusers__start',1263387694,'2.0.2',1),(816,'service','blog','phpfox','blog.component_service_callback_getlatesttrackusers__end',1263387694,'2.0.2',1),(817,'service','blog','phpfox','blog.component_service_callback_getfeedredirect__start',1263387694,'2.0.2',1),(818,'service','blog','phpfox','blog.component_service_callback_getfeedredirect__end',1263387694,'2.0.2',1),(819,'service','blog','phpfox','blog.component_service_callback_addcomment__start',1263387694,'2.0.2',1),(820,'service','blog','phpfox','blog.component_service_callback_addcomment__end',1263387694,'2.0.2',1),(821,'service','blog','phpfox','blog.component_service_callback_processcommentmoderation__start',1263387694,'2.0.2',1),(822,'service','blog','phpfox','blog.component_service_callback_processcommentmoderation__end',1263387694,'2.0.2',1),(823,'service','blog','phpfox','blog.component_service_callback_globalsearch__start',1263387694,'2.0.2',1),(824,'service','blog','phpfox','blog.component_service_callback_globalsearch__return',1263387694,'2.0.2',1),(825,'service','blog','phpfox','blog.component_service_callback_globalsearch__end',1263387694,'2.0.2',1),(826,'service','blog','phpfox','blog.component_service_callback_getfavorite__start',1263387694,'2.0.2',1),(827,'service','blog','phpfox','blog.component_service_callback_getfavorite__return',1263387694,'2.0.2',1),(828,'service','blog','phpfox','blog.component_service_callback_getfavorite__end',1263387694,'2.0.2',1),(829,'service','blog','phpfox','blog.component_service_callback_ondeleteuser__start',1263387694,'2.0.2',1),(830,'service','blog','phpfox','blog.component_service_callback_ondeleteuser__end',1263387694,'2.0.2',1),(831,'service','blog','phpfox','blog.component_service_callback_updatecounter__start',1263387694,'2.0.2',1),(832,'service','blog','phpfox','blog.component_service_blog_get__start',1263387694,'2.0.2',1),(833,'service','blog','phpfox','blog.component_service_blog_get__end',1263387694,'2.0.2',1),(834,'service','blog','phpfox','blog.component_service_blog_getsearch__start',1263387694,'2.0.2',1),(835,'service','blog','phpfox','blog.component_service_blog_getsearch__end',1263387694,'2.0.2',1),(836,'service','blog','phpfox','blog.component_service_blog_getdraftscount__start',1263387694,'2.0.2',1),(837,'service','blog','phpfox','blog.component_service_blog_getnewblogs__start',1263387694,'2.0.2',1),(838,'service','blog','phpfox','blog.component_service_blog_getnewblogs__end',1263387694,'2.0.2',1),(839,'service','blog','phpfox','blog.component_service_blog_getblogsforedit__start',1263387694,'2.0.2',1),(840,'service','blog','phpfox','blog.component_service_blog_getblog__start',1263387694,'2.0.2',1),(841,'service','blog','phpfox','blog.component_service_blog_getblog__end',1263387694,'2.0.2',1),(842,'service','blog','phpfox','blog.component_service_blog_verifypassword__start',1263387694,'2.0.2',1),(843,'service','blog','phpfox','blog.component_service_blog_verifypassword__end',1263387694,'2.0.2',1),(844,'service','blog','phpfox','blog.component_service_blog_preparetitle__start',1263387694,'2.0.2',1),(845,'service','blog','phpfox','blog.component_service_blog_getextra__start',1263387694,'2.0.2',1),(846,'service','blog','phpfox','blog.component_service_blog_getextra__end',1263387694,'2.0.2',1),(847,'service','blog','phpfox','blog.component_service_blog_getnew__start',1263387694,'2.0.2',1),(848,'service','blog','phpfox','blog.component_service_blog_getnew__end',1263387694,'2.0.2',1),(849,'service','blog','phpfox','blog.component_service_blog_getspamtotal__start',1263387694,'2.0.2',1),(850,'component','blog','phpfox','blog.component_ajax_get_text',1274286148,'2.0.5dev1',1),(851,'template','blog','phpfox','blog.template_block_entry_left_item_menu',1274286148,'2.0.5dev1',1),(852,'service','blog','phpfox','blog.component_service_blog_getpendingtotal',1276177474,'2.0.5',1),(853,'component','blog','phpfox','blog.component_ajax_addviastatusupdate',1319729453,'3.0.0rc1',1),(854,'component','blog','phpfox','blog.component_block_share_clean',1319729453,'3.0.0rc1',1),(855,'service','blog','phpfox','blog.component_service_blog_gettotaldrafts',1319729453,'3.0.0rc1',1),(856,'service','blog','phpfox','blog.service_browse__call',1319729453,'3.0.0rc1',1),(857,'service','blog','phpfox','blog.component_service_callback_getactivityfeedcomment__1',1335951260,'3.2.0',1),(858,'service','blog','phpfox','blog.component_service_callback_getactivityfeed__1',1335951260,'3.2.0',1),(859,'service','blog','phpfox','blog.service_process_approve__1',1335951260,'3.2.0',1),(860,'component','captcha','phpfox','captcha.component_block_form_process',1231838390,'2.0.0alpha1',1),(861,'component','captcha','phpfox','captcha.component_block_form_clean',1231838390,'2.0.0alpha1',1),(862,'service','captcha','phpfox','captcha.service_captcha__call',1231838390,'2.0.0alpha1',1),(863,'controller','captcha','phpfox','captcha.component_controller_index_clean',1240687633,'2.0.0beta1',1),(864,'service','captcha','phpfox','captcha.service_process__call',1240687633,'2.0.0beta1',1),(865,'service','captcha','phpfox','captcha.service_callback__call',1240687633,'2.0.0beta1',1),(866,'component','comment','phpfox','comment.component_block_rating_process',1231838390,'2.0.0alpha1',1),(867,'component','comment','phpfox','comment.component_block_rating_clean',1231838390,'2.0.0alpha1',1),(868,'component','comment','phpfox','comment.component_block_display_process_start',1231838390,'2.0.0alpha1',1),(869,'component','comment','phpfox','comment.component_block_display_process_validation',1231838390,'2.0.0alpha1',1),(870,'component','comment','phpfox','comment.component_block_display_process_middle',1231838390,'2.0.0alpha1',1),(871,'component','comment','phpfox','comment.component_block_display_process_end',1231838390,'2.0.0alpha1',1),(872,'component','comment','phpfox','comment.component_block_display_clean',1231838390,'2.0.0alpha1',1),(873,'component','comment','phpfox','comment.component_block_view_process',1231838390,'2.0.0alpha1',1),(874,'component','comment','phpfox','comment.component_block_view_clean',1231838390,'2.0.0alpha1',1),(875,'component','comment','phpfox','comment.component_ajax_ajax_add_start',1231838390,'2.0.0alpha1',1),(876,'component','comment','phpfox','comment.component_ajax_ajax_add_passed',1231838390,'2.0.0alpha1',1),(877,'service','comment','phpfox','comment.service_callback__call',1231838390,'2.0.0alpha1',1),(878,'service','comment','phpfox','comment.service_comment_getquote_start',1231838390,'2.0.0alpha1',1),(879,'service','comment','phpfox','comment.service_comment_getquote_end',1231838390,'2.0.0alpha1',1),(880,'service','comment','phpfox','comment.service_comment_getcommentforedit',1231838390,'2.0.0alpha1',1),(881,'service','comment','phpfox','comment.service_comment_hasaccess_start',1231838390,'2.0.0alpha1',1),(882,'service','comment','phpfox','comment.service_comment_hasaccess_end',1231838390,'2.0.0alpha1',1),(883,'service','comment','phpfox','comment.service_comment___call',1231838390,'2.0.0alpha1',1),(884,'service','comment','phpfox','comment.service_process_add',1231838390,'2.0.0alpha1',1),(885,'service','comment','phpfox','comment.service_process_deleteinline',1231838390,'2.0.0alpha1',1),(886,'service','comment','phpfox','comment.service_process_delete',1231838390,'2.0.0alpha1',1),(887,'service','comment','phpfox','comment.service_process___call',1231838390,'2.0.0alpha1',1),(888,'template','comment','phpfox','comment.template_block_display_add_comment',1231838390,'2.0.0alpha1',1),(889,'template','comment','phpfox','comment.template_block_display_textarea_start',1231838390,'2.0.0alpha1',1),(890,'template','comment','phpfox','comment.template_block_display_textarea_end',1231838390,'2.0.0alpha1',1),(891,'controller','comment','phpfox','comment.component_controller_index_clean',1240687633,'2.0.0beta1',1),(892,'component','comment','phpfox','comment.component_block_mini_clean',1240687633,'2.0.0beta1',1),(893,'component','comment','phpfox','comment.component_block_moderate_clean',1240687633,'2.0.0beta1',1),(894,'controller','comment','phpfox','comment.component_controller_admincp_spam_clean',1258389334,'2.0.0rc8',1),(895,'controller','comment','phpfox','comment.component_controller_moderate_clean',1258389334,'2.0.0rc8',1),(896,'controller','comment','phpfox','comment.component_controller_view_clean',1258389334,'2.0.0rc8',1),(897,'controller','comment','phpfox','comment.component_controller_rss_clean',1258389334,'2.0.0rc8',1),(898,'service','comment','phpfox','comment.service_comment_get__start',1263387694,'2.0.2',1),(899,'service','comment','phpfox','comment.service_comment_get__end',1263387694,'2.0.2',1),(900,'service','comment','phpfox','comment.service_comment_getforrss__start',1263387694,'2.0.2',1),(901,'service','comment','phpfox','comment.service_comment_getforrss__end',1263387694,'2.0.2',1),(902,'service','comment','phpfox','comment.component_service_callback_getrequestlink__start',1263387694,'2.0.2',1),(903,'service','comment','phpfox','comment.component_service_callback_getredirectrequest__start',1263387694,'2.0.2',1),(904,'service','comment','phpfox','comment.component_service_callback_getnotificationsettings__start',1263387694,'2.0.2',1),(905,'service','comment','phpfox','comment.component_service_callback_ondeleteuser__start',1263387694,'2.0.2',1),(906,'service','comment','phpfox','comment.component_service_callback_updatecounterlist__start',1263387694,'2.0.2',1),(907,'service','comment','phpfox','comment.component_service_callback_updatecounter__start',1263387694,'2.0.2',1),(908,'service','comment','phpfox','comment.component_service_callback_updatecounter__end',1263387694,'2.0.2',1),(909,'component','comment','phpfox','comment.component_ajax_get_quote',1274286148,'2.0.5dev1',1),(910,'component','comment','phpfox','comment.component_ajax_get_text',1274286148,'2.0.5dev1',1),(911,'template','comment','phpfox','comment.template_block_display_add_comment_define',1274286148,'2.0.5dev1',1),(912,'service','comment','phpfox','comment.service_process_add_end',1286546859,'2.0.7',1),(913,'service','comment','phpfox','comment.service_comment_get_count_query',1286546859,'2.0.7',1),(914,'service','comment','phpfox','comment.service_comment_get_query',1286546859,'2.0.7',1),(915,'component','comment','phpfox','comment.component_ajax_browse',1286546859,'2.0.7',1),(916,'component','comment','phpfox','comment.component_block_view_process_template_load',1290072896,'2.0.7',1),(917,'controller','comment','phpfox','comment.component_controller_profile_clean',1319729453,'3.0.0rc1',1),(918,'component','comment','phpfox','comment.component_block_comment_clean',1319729453,'3.0.0rc1',1),(919,'service','comment','phpfox','comment.service_process_notify_1',1335951260,'3.2.0',1),(920,'component','comment','phpfox','comment.component_block_share_clean',1339076699,'3.3.0beta1',1),(921,'service','comment','phpfox','comment.service_comment_massmail__1',1361180401,'3.5.0rc1',1),(922,'service','comment','phpfox','comment.service_comment_massmail__0',1363075699,'3.5.0',1); /*!40000 ALTER TABLE `phpfox_plugin_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_point_purchase` -- DROP TABLE IF EXISTS `phpfox_point_purchase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_point_purchase` ( `purchase_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL, `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, `total_point` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`purchase_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_point_purchase` -- LOCK TABLES `phpfox_point_purchase` WRITE; /*!40000 ALTER TABLE `phpfox_point_purchase` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_point_purchase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poke_data` -- DROP TABLE IF EXISTS `phpfox_poke_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poke_data` ( `poke_id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) unsigned NOT NULL, `to_user_id` int(11) unsigned NOT NULL, `status_id` tinyint(1) NOT NULL default '1', `total_like` int(11) unsigned NOT NULL default '0', `total_comment` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`poke_id`), KEY `user_id` (`user_id`,`to_user_id`), KEY `user_id_2` (`user_id`,`to_user_id`,`status_id`), KEY `to_user_id` (`to_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poke_data` -- LOCK TABLES `phpfox_poke_data` WRITE; /*!40000 ALTER TABLE `phpfox_poke_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poke_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll` -- DROP TABLE IF EXISTS `phpfox_poll`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL, `view_id` tinyint(1) NOT NULL default '0', `question` varchar(255) NOT NULL, `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `image_path` varchar(75) default NULL, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', `randomize` tinyint(1) NOT NULL default '1', `hide_vote` tinyint(1) NOT NULL default '0', PRIMARY KEY (`poll_id`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`,`view_id`,`privacy`), KEY `item_id_2` (`item_id`,`user_id`,`view_id`,`privacy`), KEY `item_id_3` (`item_id`,`view_id`,`question`,`privacy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll` -- LOCK TABLES `phpfox_poll` WRITE; /*!40000 ALTER TABLE `phpfox_poll` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_answer` -- DROP TABLE IF EXISTS `phpfox_poll_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_answer` ( `answer_id` int(10) unsigned NOT NULL auto_increment, `poll_id` int(10) unsigned NOT NULL, `answer` varchar(255) NOT NULL, `total_votes` int(10) unsigned NOT NULL default '0', `ordering` tinyint(3) NOT NULL, PRIMARY KEY (`answer_id`), KEY `poll_id` (`poll_id`), KEY `answer_id` (`answer_id`,`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_answer` -- LOCK TABLES `phpfox_poll_answer` WRITE; /*!40000 ALTER TABLE `phpfox_poll_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_design` -- DROP TABLE IF EXISTS `phpfox_poll_design`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_design` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `background` varchar(6) default NULL, `percentage` varchar(6) default NULL, `border` varchar(6) default NULL, PRIMARY KEY (`poll_id`), KEY `background` (`background`,`percentage`,`border`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_design` -- LOCK TABLES `phpfox_poll_design` WRITE; /*!40000 ALTER TABLE `phpfox_poll_design` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_design` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_result` -- DROP TABLE IF EXISTS `phpfox_poll_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_result` ( `poll_id` int(10) unsigned NOT NULL, `answer_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `poll_id` (`poll_id`), KEY `user_voted` (`poll_id`,`user_id`), KEY `answer_id` (`answer_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_result` -- LOCK TABLES `phpfox_poll_result` WRITE; /*!40000 ALTER TABLE `phpfox_poll_result` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_poll_track` -- DROP TABLE IF EXISTS `phpfox_poll_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_poll_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_poll_track` -- LOCK TABLES `phpfox_poll_track` WRITE; /*!40000 ALTER TABLE `phpfox_poll_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_poll_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_privacy` -- DROP TABLE IF EXISTS `phpfox_privacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_privacy` ( `privacy_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `friend_list_id` int(10) unsigned NOT NULL default '0', `added` int(10) unsigned NOT NULL, PRIMARY KEY (`privacy_id`), KEY `module_id` (`module_id`,`item_id`), KEY `friend_list_id` (`friend_list_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_privacy` -- LOCK TABLES `phpfox_privacy` WRITE; /*!40000 ALTER TABLE `phpfox_privacy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_privacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product` -- DROP TABLE IF EXISTS `phpfox_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product` ( `product_id` varchar(25) NOT NULL, `is_core` tinyint(1) NOT NULL default '0', `title` varchar(50) NOT NULL, `description` varchar(250) default NULL, `version` varchar(25) default NULL, `latest_version` varchar(25) default NULL, `last_check` int(10) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `url` varchar(250) default NULL, `url_version_check` varchar(250) default NULL, KEY `is_active` (`is_active`), KEY `title` (`title`), KEY `product_active` (`product_id`,`is_active`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product` -- LOCK TABLES `phpfox_product` WRITE; /*!40000 ALTER TABLE `phpfox_product` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product_dependency` -- DROP TABLE IF EXISTS `phpfox_product_dependency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product_dependency` ( `dependency_id` int(10) unsigned NOT NULL auto_increment, `product_id` varchar(25) NOT NULL, `type_id` varchar(10) NOT NULL, `check_id` varchar(25) default NULL, `dependency_start` varchar(25) NOT NULL, `dependency_end` varchar(25) default NULL, PRIMARY KEY (`dependency_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product_dependency` -- LOCK TABLES `phpfox_product_dependency` WRITE; /*!40000 ALTER TABLE `phpfox_product_dependency` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_product_dependency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_product_install` -- DROP TABLE IF EXISTS `phpfox_product_install`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_product_install` ( `install_id` mediumint(8) unsigned NOT NULL auto_increment, `product_id` varchar(25) NOT NULL, `version` varchar(25) NOT NULL, `install_code` mediumtext, `uninstall_code` mediumtext, PRIMARY KEY (`install_id`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_product_install` -- LOCK TABLES `phpfox_product_install` WRITE; /*!40000 ALTER TABLE `phpfox_product_install` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_product_install` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_profilecompleteness_settings` -- DROP TABLE IF EXISTS `phpfox_profilecompleteness_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_profilecompleteness_settings` ( `settings_id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `default_value` varchar(255) NOT NULL, PRIMARY KEY (`settings_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_profilecompleteness_settings` -- LOCK TABLES `phpfox_profilecompleteness_settings` WRITE; /*!40000 ALTER TABLE `phpfox_profilecompleteness_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_profilecompleteness_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_profilecompleteness_weight` -- DROP TABLE IF EXISTS `phpfox_profilecompleteness_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_profilecompleteness_weight` ( `weight_id` int(11) NOT NULL auto_increment, `country_iso` int(11) NOT NULL, `city_location` int(11) NOT NULL, `postal_code` int(11) NOT NULL, `birthday` int(11) NOT NULL, `gender` int(11) NOT NULL, `cf_relationship_status` int(11) NOT NULL, `signature` int(11) NOT NULL, `cf_about_me` int(11) NOT NULL, `cf_who_i_d_like_to_meet` int(11) NOT NULL, `cf_movies` int(11) NOT NULL, `cf_interests` int(11) NOT NULL, `cf_music` int(11) NOT NULL, `cf_smoker` int(11) NOT NULL, `cf_drinker` int(11) NOT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`weight_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_profilecompleteness_weight` -- LOCK TABLES `phpfox_profilecompleteness_weight` WRITE; /*!40000 ALTER TABLE `phpfox_profilecompleteness_weight` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_profilecompleteness_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz` -- DROP TABLE IF EXISTS `phpfox_quiz`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz` ( `quiz_id` int(11) unsigned NOT NULL auto_increment, `view_id` tinyint(1) NOT NULL, `user_id` int(11) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` varchar(255) default NULL, `image_path` varchar(75) default NULL, `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL, `total_view` int(10) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', PRIMARY KEY (`quiz_id`), KEY `view_id_2` (`view_id`,`privacy`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`,`user_id`), KEY `view_id_3` (`view_id`,`user_id`,`privacy`), KEY `view_id_4` (`view_id`,`title`,`privacy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz` -- LOCK TABLES `phpfox_quiz` WRITE; /*!40000 ALTER TABLE `phpfox_quiz` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_answer` -- DROP TABLE IF EXISTS `phpfox_quiz_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_answer` ( `answer_id` int(10) unsigned NOT NULL auto_increment, `question_id` int(10) unsigned NOT NULL, `answer` varchar(255) NOT NULL, `is_correct` tinyint(1) NOT NULL default '0', PRIMARY KEY (`answer_id`), KEY `question_id` (`question_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_answer` -- LOCK TABLES `phpfox_quiz_answer` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_question` -- DROP TABLE IF EXISTS `phpfox_quiz_question`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_question` ( `question_id` int(10) unsigned NOT NULL auto_increment, `quiz_id` int(10) unsigned NOT NULL, `question` varchar(255) NOT NULL, PRIMARY KEY (`question_id`), KEY `quiz_id` (`quiz_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_question` -- LOCK TABLES `phpfox_quiz_question` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_question` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_result` -- DROP TABLE IF EXISTS `phpfox_quiz_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_result` ( `quiz_id` int(10) unsigned NOT NULL, `question_id` int(10) unsigned NOT NULL, `answer_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `quiz_id` (`quiz_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_result` -- LOCK TABLES `phpfox_quiz_result` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_result` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_quiz_track` -- DROP TABLE IF EXISTS `phpfox_quiz_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_quiz_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_quiz_track` -- LOCK TABLES `phpfox_quiz_track` WRITE; /*!40000 ALTER TABLE `phpfox_quiz_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_quiz_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_referral` -- DROP TABLE IF EXISTS `phpfox_referral`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_referral` ( `referral_id` int(10) unsigned NOT NULL auto_increment, `referral_user_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, `time_stamp` int(10) unsigned NOT NULL, `is_used` tinyint(3) NOT NULL default '1', PRIMARY KEY (`referral_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_referral` -- LOCK TABLES `phpfox_referral` WRITE; /*!40000 ALTER TABLE `phpfox_referral` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_referral` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_report` -- DROP TABLE IF EXISTS `phpfox_report`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_report` ( `report_id` tinyint(3) NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `message` varchar(255) NOT NULL, PRIMARY KEY (`report_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_report` -- LOCK TABLES `phpfox_report` WRITE; /*!40000 ALTER TABLE `phpfox_report` DISABLE KEYS */; INSERT INTO `phpfox_report` VALUES (1,'core','phpfox','Test'),(2,'core','phpfox','test4'); /*!40000 ALTER TABLE `phpfox_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_report_data` -- DROP TABLE IF EXISTS `phpfox_report_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_report_data` ( `data_id` int(10) unsigned NOT NULL auto_increment, `report_id` tinyint(3) NOT NULL, `item_id` varchar(150) NOT NULL, `user_id` int(10) unsigned NOT NULL, `added` int(10) unsigned NOT NULL, `ip_address` varchar(15) NOT NULL, `feedback` mediumtext, PRIMARY KEY (`data_id`), KEY `report_id` (`report_id`,`item_id`,`user_id`), KEY `item_id` (`item_id`,`user_id`), KEY `report_id_2` (`report_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_report_data` -- LOCK TABLES `phpfox_report_data` WRITE; /*!40000 ALTER TABLE `phpfox_report_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_report_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rewrite` -- DROP TABLE IF EXISTS `phpfox_rewrite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rewrite` ( `rewrite_id` mediumint(8) unsigned NOT NULL auto_increment, `url` varchar(250) NOT NULL, `replacement` varchar(250) NOT NULL, PRIMARY KEY (`rewrite_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rewrite` -- LOCK TABLES `phpfox_rewrite` WRITE; /*!40000 ALTER TABLE `phpfox_rewrite` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_rewrite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss` -- DROP TABLE IF EXISTS `phpfox_rss`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss` ( `feed_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `group_id` smallint(4) unsigned NOT NULL default '0', `title_var` varchar(255) default NULL, `description_var` varchar(255) default NULL, `feed_link` varchar(255) NOT NULL, `php_group_code` mediumtext, `php_view_code` mediumtext NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `is_site_wide` tinyint(1) NOT NULL default '0', `total_subscribed` int(10) unsigned NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`feed_id`), KEY `group_id` (`group_id`,`is_active`), KEY `feed_id` (`feed_id`,`is_active`), KEY `is_active` (`is_active`,`is_site_wide`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss` -- LOCK TABLES `phpfox_rss` WRITE; /*!40000 ALTER TABLE `phpfox_rss` DISABLE KEYS */; INSERT INTO `phpfox_rss` VALUES (1,'blog','phpfox',1,'blog.rss_title_1','blog.rss_description_1','blog',NULL,'$aRows = $this->database()->select(\'bt.text_parsed AS text, b.blog_id, b.title, u.user_name, u.full_name, b.time_stamp\')\r\n ->from(Phpfox::getT(\'blog\'), \'b\')\r\n ->join(Phpfox::getT(\'user\'), \'u\', \'u.user_id = b.user_id\') \r\n ->join(Phpfox::getT(\'blog_text\'), \'bt\',\'bt.blog_id = b.blog_id\')\r\n ->where(\'b.is_approved = 1 AND b.privacy = 0 AND b.post_status = 1\')\r\n ->limit(Phpfox::getParam(\'rss.total_rss_display\'))\r\n ->order(\'b.blog_id DESC\')\r\n ->execute(\'getSlaveRows\');\r\n$iCnt = count($aRows);\r\n\r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'description\'] = $aRow[\'text\'];\r\n $aRows[$iKey][\'link\'] = Phpfox::permaLink(\'blog\', $aRow[\'blog_id\'], $aRow[\'title\']);\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n}',1,1,3,0),(2,'blog','phpfox',1,'blog.rss_title_2','blog.rss_description_2','blog.category.{TITLE_URL}','$aCategories = $this->database()->select(\'category_id, name\')\r\n ->from(Phpfox::getT(\'blog_category\'))\r\n ->where(\'user_id = 0\')\r\n ->execute(\'getSlaveRows\');\r\nif (count($aCategories))\r\n{\r\n foreach ($aCategories as $aCategory)\r\n {\r\n $aRow[\'child\'][Phpfox::getLib(\'phpfox.url\')->makeUrl(\'rss\', array(\'id\' => $aRow[\'feed_id\'], \'category\' => $aCategory[\'category_id\']))] = $aCategory[\'name\'];\r\n }\r\n}','list($iCnt, $aRows) = Phpfox::getService(\'blog.category\')->getBlogsByCategory(Phpfox::getLib(\'phpfox.request\')->get(\'category\'), 0, array(\'AND blog.is_approved = 1 AND blog.privacy = 0 AND blog.post_status = 1\'), \'blog.time_stamp DESC\', 0, Phpfox::getParam(\'rss.total_rss_display\'));\r\n\r\nforeach ($aRows as $iKey => $aRow)\r\n{\r\n $aRows[$iKey][\'description\'] = $aRow[\'text\'];\r\n $aRows[$iKey][\'link\'] = Phpfox::permalink(\'blog\', $aRow[\'blog_id\'], $aRow[\'title\']);\r\n $aRows[$iKey][\'creator\'] = $aRow[\'full_name\'];\r\n}\r\n\r\n\r\n$aCategory = $this->database()->select(\'*\')\r\n ->from(Phpfox::getT(\'blog_category\'))\r\n ->where(\'category_id = \' . (int) Phpfox::getLib(\'phpfox.request\')->get(\'category\'))\r\n ->execute(\'getSlaveRow\');\r\n\r\n$aFeed[\'feed_link\'] = Phpfox::permalink(\'blog.category\', $aCategory[\'category_id\'], $aCategory[\'name\']);\r\n$sDescription = $aCategory[\'name\'];',1,0,0,0); /*!40000 ALTER TABLE `phpfox_rss` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_group` -- DROP TABLE IF EXISTS `phpfox_rss_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_group` ( `group_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `name_var` varchar(255) default NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_group` -- LOCK TABLES `phpfox_rss_group` WRITE; /*!40000 ALTER TABLE `phpfox_rss_group` DISABLE KEYS */; INSERT INTO `phpfox_rss_group` VALUES (1,'blog','phpfox','blog.rss_group_name_1',1,0); /*!40000 ALTER TABLE `phpfox_rss_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_log` -- DROP TABLE IF EXISTS `phpfox_rss_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_log` ( `log_id` int(11) unsigned NOT NULL auto_increment, `feed_id` smallint(4) unsigned NOT NULL, `id_hash` char(32) NOT NULL, `ip_address` varchar(15) default NULL, `user_agent` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`), KEY `feed_id` (`feed_id`,`id_hash`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_log` -- LOCK TABLES `phpfox_rss_log` WRITE; /*!40000 ALTER TABLE `phpfox_rss_log` DISABLE KEYS */; INSERT INTO `phpfox_rss_log` VALUES (1,5,'cbb802152e4074aa18b1a0c63262c248','66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=16729696501814550690)',1378768946),(2,5,'0704eb6f858ee28ca272de6bafab7d89','203.132.94.178','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378768946),(3,3,'53a9629b11c278e7a7d8f7720b8dbd1c','66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=5876254389003648978)',1378768951),(4,3,'0704eb6f858ee28ca272de6bafab7d89','203.132.94.178','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378768951),(5,1,'f9502cd3cc3c2e5621900aff4c39ac4b','78.146.94.21','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378784010),(6,1,'cc523c8a42af8c03d4147de451c3df56','66.249.81.51','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=757839234045443521)',1378784010),(7,3,'033bbde9f388141bb3b4fc0f1731b3fa','182.234.252.33','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378806661),(8,1,'033bbde9f388141bb3b4fc0f1731b3fa','182.234.252.33','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378806670),(9,1,'f03e866faf60d0d376d3a24f32cf0685','66.249.84.184','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=757839234045443521)',1378806670),(10,5,'033bbde9f388141bb3b4fc0f1731b3fa','182.234.252.33','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378806679),(11,5,'f9502cd3cc3c2e5621900aff4c39ac4b','78.146.94.21','Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)',1378837079),(12,5,'678dc3e08eaa3214d6658dd755da783b','66.249.83.144','Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=16729696501814550690)',1378837081); /*!40000 ALTER TABLE `phpfox_rss_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_rss_log_user` -- DROP TABLE IF EXISTS `phpfox_rss_log_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_rss_log_user` ( `log_id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) unsigned NOT NULL, `id_hash` char(32) NOT NULL, `ip_address` varchar(15) default NULL, `user_agent` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`log_id`), KEY `user_id` (`user_id`,`id_hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_rss_log_user` -- LOCK TABLES `phpfox_rss_log_user` WRITE; /*!40000 ALTER TABLE `phpfox_rss_log_user` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_rss_log_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_search` -- DROP TABLE IF EXISTS `phpfox_search`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_search` ( `search_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `search_query` varchar(255) default NULL, `search_array` mediumtext NOT NULL, `search_ids` mediumtext, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`search_id`), KEY `search_id` (`search_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_search` -- LOCK TABLES `phpfox_search` WRITE; /*!40000 ALTER TABLE `phpfox_search` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_seo_meta` -- DROP TABLE IF EXISTS `phpfox_seo_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_seo_meta` ( `meta_id` int(10) unsigned NOT NULL auto_increment, `type_id` tinyint(1) NOT NULL default '0', `url` varchar(255) NOT NULL, `content` mediumtext NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`meta_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_seo_meta` -- LOCK TABLES `phpfox_seo_meta` WRITE; /*!40000 ALTER TABLE `phpfox_seo_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_seo_nofollow` -- DROP TABLE IF EXISTS `phpfox_seo_nofollow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_seo_nofollow` ( `nofollow_id` int(10) unsigned NOT NULL auto_increment, `url` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`nofollow_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_seo_nofollow` -- LOCK TABLES `phpfox_seo_nofollow` WRITE; /*!40000 ALTER TABLE `phpfox_seo_nofollow` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_seo_nofollow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_session` -- DROP TABLE IF EXISTS `phpfox_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_session` ( `user_id` int(10) unsigned NOT NULL, `last_activity` int(10) unsigned NOT NULL, `id_hash` char(32) default NULL, UNIQUE KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`last_activity`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_session` -- LOCK TABLES `phpfox_session` WRITE; /*!40000 ALTER TABLE `phpfox_session` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_setting` -- DROP TABLE IF EXISTS `phpfox_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_setting` ( `setting_id` int(10) unsigned NOT NULL auto_increment, `group_id` varchar(75) default NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `is_hidden` tinyint(1) NOT NULL default '0', `version_id` varchar(50) default NULL, `type_id` varchar(255) NOT NULL, `var_name` varchar(100) NOT NULL, `phrase_var_name` varchar(250) NOT NULL, `value_actual` mediumtext, `value_default` mediumtext, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`setting_id`), KEY `var_name` (`var_name`), KEY `group_id` (`group_id`,`is_hidden`), KEY `module_id` (`module_id`,`is_hidden`), KEY `product_id` (`product_id`,`is_hidden`), KEY `is_hidden` (`is_hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=315 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_setting` -- LOCK TABLES `phpfox_setting` WRITE; /*!40000 ALTER TABLE `phpfox_setting` DISABLE KEYS */; INSERT INTO `phpfox_setting` VALUES (1,NULL,'admincp','phpfox',0,'2.0.0alpha1','string','admin_cp','setting_admin_cp','admincp','admincp',0),(2,NULL,'admincp','phpfox',0,'2.0.0rc1','string','cache_time_stamp','setting_cache_time_stamp','F j, Y, g:i a','F j, Y, g:i a',1),(3,NULL,'apps','phpfox',0,'3.0.0beta1','integer','token_keep_alive','setting_token_keep_alive','60','60',3),(4,NULL,'apps','phpfox',0,'3.0.0beta3','boolean','enable_api_support','setting_enable_api_support','0','0',1),(5,NULL,'apps','phpfox',0,'3.0.0beta3','string','openssl_config_path','setting_openssl_config_path','','',2),(6,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','use_gzip','setting_use_gzip','1','1',3),(7,'server_settings','core','phpfox',0,'2.0.0alpha1','integer','gzip_level','setting_gzip_level','1','1',4),(8,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','global_update_time','setting_global_update_time','F j, Y','F j, Y',1),(9,'general','core','phpfox',0,'2.0.0alpha1','string','title_delim','setting_title_delim','»','»',4),(10,'general','core','phpfox',0,'2.0.0alpha1','string','site_title','setting_site_title','SiteName','SiteName',1),(11,'server_settings','core','phpfox',0,'2.0.0alpha1','integer','ip_check','setting_ip_check','1','1',5),(12,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','profile_time_stamps','setting_profile_time_stamps','F j, Y','F j, Y',8),(13,'cookie','core','phpfox',0,'2.0.0alpha1','string','session_prefix','setting_session_prefix','core','core',0),(14,'general','core','phpfox',0,'2.0.0alpha1','large_string','keywords','setting_keywords','social networking','social networking',5),(15,'general','core','phpfox',0,'2.0.0alpha1','large_string','description','setting_description','Some information about your site...','Some information about your site...',6),(16,'development','core','phpfox',0,'2.0.0alpha1','boolean','log_missing_images','setting_log_missing_images','0','0',0),(17,'cookie','core','phpfox',0,'2.0.0alpha1','string','cookie_path','setting_cookie_path','/','/',0),(18,'cookie','core','phpfox',0,'2.0.0alpha1','string','cookie_domain','setting_cookie_domain','','',0),(19,'formatting','core','phpfox',0,'2.0.0alpha1','drop','wysiwyg','setting_wysiwyg','a:2:{s:7:\"default\";s:7:\"default\";s:6:\"values\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tinymce\";i:2;s:9:\"fckeditor\";}}','a:2:{s:7:\"default\";s:7:\"default\";s:6:\"values\";a:3:{i:0;s:7:\"default\";i:1;s:7:\"tinymce\";i:2;s:9:\"fckeditor\";}}',0),(20,'formatting','core','phpfox',0,'2.0.0alpha1','boolean','allow_html','setting_allow_html','1','1',0),(21,'formatting','core','phpfox',0,'2.0.0alpha1','large_string','allowed_html','setting_allowed_html','<p><br><br /><strong><em><u><ul><li><font><ol><img><div><span><blockquote><strike><sub><sup><h1><h2><h3><h4><h5><h6><a><b><i><hr><tt><s><center><big><abbr><pre><small><object><embed><param><code>','<p><br><br /><strong><em><u><ul><li><font><ol><img><div><span><blockquote><strike><sub><sup><h1><h2><h3><h4><h5><h6><a><b><i><hr><tt><s><center><big><abbr><pre><small><object><embed><param><code>',0),(22,'formatting','core','phpfox',0,'2.0.0alpha1','boolean','xhtml_valid','setting_xhtml_valid','0','0',0),(23,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','unzip_path','setting_unzip_path','/usr/bin/unzip','/usr/bin/unzip',0),(24,'cron','core','phpfox',0,'2.0.0alpha1','boolean','cron','setting_cron','1','1',0),(25,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','tar_path','setting_tar_path','/bin/tar','/bin/tar',0),(26,'server_settings','core','phpfox',0,'2.0.0alpha1','drop','csrf_protection_level','setting_csrf_protection_level','a:2:{s:7:\"default\";s:6:\"medium\";s:6:\"values\";a:3:{i:0;s:6:\"medium\";i:1;s:4:\"high\";i:2;s:3:\"low\";}}','a:2:{s:7:\"default\";s:6:\"medium\";s:6:\"values\";a:3:{i:0;s:6:\"medium\";i:1;s:4:\"high\";i:2;s:3:\"low\";}}',4),(27,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','build_file_dir','setting_build_file_dir','1','1',5),(28,'server_settings','core','phpfox',0,'2.0.0alpha1','string','build_format','setting_build_format','Y/m','Y/m',6),(29,'archive_handler','core','phpfox',0,'2.0.0alpha1','string','zip_path','setting_zip_path','/usr/bin/zip','/usr/bin/zip',1),(30,'general','core','phpfox',0,'2.0.0alpha1','string','site_copyright','setting_site_copyright','SiteName ©','SiteName ©',3),(31,'time_stamps','core','phpfox',0,'2.0.0alpha1','string','default_time_zone_offset','setting_default_time_zone_offset','0','0',0),(32,'mail','core','phpfox',0,'2.0.0alpha1','drop','method','setting_method','a:2:{s:7:\"default\";s:4:\"mail\";s:6:\"values\";a:2:{i:0;s:4:\"mail\";i:1;s:4:\"smtp\";}}','a:2:{s:7:\"default\";s:4:\"mail\";s:6:\"values\";a:2:{i:0;s:4:\"mail\";i:1;s:4:\"smtp\";}}',1),(33,'mail','core','phpfox',0,'2.0.0alpha1','string','mailsmtphost','setting_mailsmtphost','','',5),(34,'mail','core','phpfox',0,'2.0.0alpha1','boolean','mail_smtp_authentication','setting_mail_smtp_authentication','0','0',6),(35,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_smtp_username','setting_mail_smtp_username','','',7),(36,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_smtp_password','setting_mail_smtp_password','','',8),(37,'mail','core','phpfox',0,'2.0.0alpha1','string','mail_from_name','setting_mail_from_name','null','null',2),(38,'mail','core','phpfox',0,'2.0.0alpha1','string','email_from_email','setting_email_from_email','','',3),(39,'mail','core','phpfox',0,'2.0.0alpha1','large_string','mail_signature','setting_mail_signature','Kind Regards,\r\nSite Name','Kind Regards,\r\nSite Name',4),(40,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','log_site_activity','setting_log_site_activity','0','0',7),(41,'server_settings','core','phpfox',0,'2.0.0alpha1','boolean','cache_js_css','setting_cache_js_css','0','0',8),(42,'development','core','phpfox',0,'2.0.0alpha1','boolean','cache_plugins','setting_cache_plugins','1','1',1),(43,'ftp','core','phpfox',0,'2.0.0alpha1','string','ftp_host','setting_host','','',2),(44,'ftp','core','phpfox',0,'2.0.0alpha1','string','ftp_username','setting_username','','',3),(45,'ftp','core','phpfox',0,'2.0.0alpha1','password','ftp_password','setting_password','','',4),(46,'ftp','core','phpfox',0,'2.0.0alpha1','boolean','ftp_enabled','setting_ftp_enabled','0','0',1),(47,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','crop_seo_url','setting_crop_seo_url','75','75',6),(48,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','meta_description_limit','setting_meta_description_limit','500','500',1),(49,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','integer','meta_keyword_limit','setting_meta_keyword_limit','900','900',2),(50,'search_engine_optimization','core','phpfox',0,'2.0.0alpha1','string','description_time_stamp','setting_description_time_stamp','F j, Y','F j, Y',3),(51,'mail','core','phpfox',0,'2.0.0alpha1','boolean','use_dnscheck','setting_use_dnscheck','0','0',8),(52,'debug','core','phpfox',0,'2.0.0alpha1','drop','admin_debug_mode','setting_admin_debug_mode','a:2:{s:7:\"default\";s:7:\"Level 0\";s:6:\"values\";a:4:{i:0;s:7:\"Level 0\";i:1;s:8:\" Level 1\";i:2;s:8:\" Level 2\";i:3;s:8:\" Level 3\";}}','a:2:{s:7:\"default\";s:7:\"Level 0\";s:6:\"values\";a:4:{i:0;s:7:\"Level 0\";i:1;s:8:\" Level 1\";i:2;s:8:\" Level 2\";i:3;s:8:\" Level 3\";}}',1),(53,'formatting','core','phpfox',0,'2.0.0alpha3','boolean','replace_url_with_links','setting_replace_url_with_links','0','0',1),(54,'formatting','core','phpfox',0,'2.0.0alpha3','integer','shorten_parsed_url_links','setting_shorten_parsed_url_links','50','50',2),(55,NULL,'core','phpfox',0,'2.0.0beta1','string','default_music_player','setting_default_music_player','flowplayer','flowplayer',1),(56,'site_offline_online','core','phpfox',0,'2.0.0beta4','boolean','site_is_offline','setting_site_is_offline','0','0',1),(57,'site_offline_online','core','phpfox',0,'2.0.0beta4','large_string','site_offline_message','setting_site_offline_message','','',2),(58,'site_offline_online','core','phpfox',0,'2.0.0beta4','boolean','site_offline_no_template','setting_site_offline_no_template','0','0',3),(59,'site_statistics','core','phpfox',0,'2.0.0beta4','boolean','cache_site_stats','setting_cache_site_stats','1','1',1),(60,'site_statistics','core','phpfox',0,'2.0.0beta4','integer','site_stat_update_time','setting_site_stat_update_time','60','60',2),(61,'site_statistics','core','phpfox',0,'2.0.0beta4','boolean','display_site_stats','setting_display_site_stats','1','1',3),(62,'time_stamps','core','phpfox',0,'2.0.0beta5','boolean','identify_dst','setting_identify_dst','1','1',9),(63,'ftp','core','phpfox',0,'2.0.0rc1','string','ftp_dir_path','setting_ftp_dir_path','','',5),(64,NULL,'core','phpfox',0,'2.0.0rc1','integer','banned_user_group_id','setting_banned_user_group_id','0','0',1),(65,'image_processing','core','phpfox',0,'2.0.0rc1','drop','watermark_option','setting_watermark_option','a:2:{s:7:\"default\";s:4:\"none\";s:6:\"values\";a:3:{i:0;s:4:\"none\";i:1;s:6:\" image\";i:2;s:5:\" text\";}}','a:2:{s:7:\"default\";s:4:\"none\";s:6:\"values\";a:3:{i:0;s:4:\"none\";i:1;s:6:\" image\";i:2;s:5:\" text\";}}',1),(66,'image_processing','core','phpfox',0,'2.0.0rc1','integer','watermark_opacity','setting_watermark_opacity','100','100',3),(67,'image_processing','core','phpfox',0,'2.0.0rc1','drop','watermark_image_position','setting_watermark_image_position','a:2:{s:7:\"default\";s:12:\"bottom_right\";s:6:\"values\";a:4:{i:0;s:12:\"bottom_right\";i:1;s:12:\" bottom_left\";i:2;s:9:\" top_left\";i:3;s:10:\" top_right\";}}','a:2:{s:7:\"default\";s:12:\"bottom_right\";s:6:\"values\";a:4:{i:0;s:12:\"bottom_right\";i:1;s:12:\" bottom_left\";i:2;s:9:\" top_left\";i:3;s:10:\" top_right\";}}',4),(68,'image_processing','core','phpfox',0,'2.0.0rc1','string','image_text_hex','setting_image_text_hex','000000','000000',5),(69,'image_processing','core','phpfox',0,'2.0.0rc1','string','image_text','setting_image_text','www.yoursite.com','www.yoursite.com',6),(70,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_dob','setting_registration_enable_dob','1','1',13),(71,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_gender','setting_registration_enable_gender','1','1',14),(72,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_location','setting_registration_enable_location','0','0',15),(73,'registration','core','phpfox',0,'2.0.0rc1','boolean','registration_enable_timezone','setting_registration_enable_timezone','0','0',16),(74,'spam','core','phpfox',0,'2.0.0rc1','boolean','enable_spam_check','setting_enable_spam_check','0','0',3),(75,'spam','core','phpfox',0,'2.0.0rc1','string','akismet_url','setting_akismet_url','','',1),(76,'spam','core','phpfox',0,'2.0.0rc1','string','akismet_password','setting_akismet_password','','',2),(77,'spam','core','phpfox',0,'2.0.0rc1','integer','auto_deny_items','setting_auto_deny_items','10','10',11),(78,'spam','core','phpfox',0,'2.0.0rc1','integer','auto_ban_spammer','setting_auto_ban_spammer','0','0',15),(79,'spam','core','phpfox',0,'2.0.0rc1','boolean','warn_on_external_links','setting_warn_on_external_links','0','0',4),(80,'spam','core','phpfox',0,'2.0.0rc1','boolean','disable_all_external_urls','setting_disable_all_external_urls','0','0',16),(81,'spam','core','phpfox',0,'2.0.0rc1','large_string','url_spam_white_list','setting_url_spam_white_list','*.yahoo.com, *.google.*','*.yahoo.com, *.google.*',17),(82,'spam','core','phpfox',0,'2.0.0rc1','boolean','disable_all_external_emails','setting_disable_all_external_emails','0','0',18),(83,'spam','core','phpfox',0,'2.0.0rc1','large_string','email_white_list','setting_email_white_list','*@yahoo.com, *@google.com','*@yahoo.com, *@google.com',19),(84,NULL,'core','phpfox',0,'2.0.0rc1','boolean','redirect_guest_on_same_page','setting_redirect_guest_on_same_page','1','1',1),(85,'general','core','phpfox',0,'2.0.0rc1','large_string','meta_description_profile','setting_meta_description_profile','Site Name gives people the power to share and makes the world more open and connected.','Site Name gives people the power to share and makes the world more open and connected.',8),(86,'search_engine_optimization','core','phpfox',0,'2.0.0rc1','large_string','words_remove_in_keywords','setting_words_remove_in_keywords','and, i, in','and, i, in',4),(87,'server_settings','core','phpfox',0,'2.0.0rc2','boolean','enable_getid3_check','setting_enable_getid3_check','0','0',9),(88,'time_stamps','core','phpfox',0,'2.0.0rc2','string','extended_global_time_stamp','setting_extended_global_time_stamp','M j, g:i a','M j, g:i a',10),(89,NULL,'core','phpfox',0,'2.0.0rc4','boolean','can_move_on_a_y_and_x_axis','setting_can_move_on_a_y_and_x_axis','0','0',1),(90,'formatting','core','phpfox',0,'2.0.0rc4','boolean','resize_images','setting_resize_images','0','0',3),(91,'mail','core','phpfox',0,'2.0.0rc9','integer','mail_smtp_port','setting_mail_smtp_port','25','25',9),(92,'time_stamps','core','phpfox',0,'2.0.0rc10','string','conver_time_to_string','setting_conver_time_to_string','g:i a','g:i a',11),(93,'time_stamps','core','phpfox',0,'2.0.0rc10','string','global_welcome_time_stamp','setting_global_welcome_time_stamp','l, F j, Y g:i A','l, F j, Y g:i A',12),(94,'formatting','core','phpfox',0,'2.0.0rc11','boolean','resize_embed_video','setting_resize_embed_video','0','0',4),(95,'time_stamps','core','phpfox',0,'2.0.0rc12','string','footer_watch_time_stamp','setting_footer_watch_time_stamp','g:i A','g:i A',13),(96,NULL,'core','phpfox',0,'2.0.0rc12','integer','categories_to_show_at_first','setting_categories_to_show_at_first','5','5',1),(97,'general','core','phpfox',0,'2.0.0','string','global_site_title','setting_global_site_title','Social Networking Community','Social Networking Community',2),(98,'time_stamps','core','phpfox',0,'2.0.2','string','footer_bar_tool_tip_time_stamp','setting_footer_bar_tool_tip_time_stamp','l, F j, Y g:i A','l, F j, Y g:i A',14),(99,'currency','core','phpfox',0,'2.0.5','string','exchange_rate_api_key','setting_exchange_rate_api_key','','',1),(100,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_access_key','setting_amazon_access_key','','',2),(101,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_secret_key','setting_amazon_secret_key','','',3),(102,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','amazon_bucket','setting_amazon_bucket','','',4),(103,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','boolean','amazon_bucket_created','setting_amazon_bucket_created','0','0',5),(104,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','boolean','allow_cdn','setting_allow_cdn','0','0',1),(105,'cdn_content_delivery_network','core','phpfox',0,'2.0.5','string','cdn_cname','setting_cdn_cname','','',6),(106,'server_settings','core','phpfox',0,'2.0.5dev1','boolean','force_https_secure_pages','setting_force_https_secure_pages','0','0',10),(107,NULL,'core','phpfox',0,'2.0.5dev2','array','global_genders','setting_global_genders','s:112:\"array(\r\n 0 => \'1|core.his|profile.male|core.himself\',\r\n 1 => \'2|core.her|profile.female|core.herself|female\',\r\n);\";','s:112:\"array(\r\n 0 => \'1|core.his|profile.male|core.himself\',\r\n 1 => \'2|core.her|profile.female|core.herself|female\',\r\n);\";',1),(108,'ip_infodb','core','phpfox',0,'2.0.7','string','ip_infodb_api_key','setting_ip_infodb_api_key','','',1),(109,'general','core','phpfox',0,'2.1.0Beta1','boolean','friends_only_community','setting_friends_only_community','0','0',10),(110,'server_settings','core','phpfox',0,'2.1.0Beta1','boolean','site_wide_ajax_browsing','setting_site_wide_ajax_browsing','0','0',1),(111,'general','core','phpfox',0,'3.0.0Beta1','boolean','section_privacy_item_browsing','setting_section_privacy_item_browsing','0','0',9),(112,'time_stamps','core','phpfox',0,'3.0.0Beta1','drop','date_field_order','setting_date_field_order','a:2:{s:7:\"default\";s:3:\"MDY\";s:6:\"values\";a:3:{i:0;s:3:\"MDY\";i:1;s:3:\"DMY\";i:2;s:3:\"YMD\";}}','a:2:{s:7:\"default\";s:3:\"MDY\";s:6:\"values\";a:3:{i:0;s:3:\"MDY\";i:1;s:3:\"DMY\";i:2;s:3:\"YMD\";}}',15),(113,'time_stamps','core','phpfox',0,'3.0.0Beta1','boolean','use_jquery_datepicker','setting_use_jquery_datepicker','1','1',16),(114,'cdn_content_delivery_network','core','phpfox',0,'2.1.0beta2','boolean','cdn_amazon_https','setting_cdn_amazon_https','0','0',7),(115,'formatting','core','phpfox',0,'3.0.0beta3','boolean','allow_html_in_activity_feed','setting_allow_html_in_activity_feed','0','0',6),(116,'server_settings','core','phpfox',0,'3.0.0beta3','boolean','disable_hash_bang_support','setting_disable_hash_bang_support','0','0',14),(117,'general','core','phpfox',0,'3.0.0rc1','boolean','display_older_ie_error','setting_display_older_ie_error','1','1',15),(118,'general','core','phpfox',0,'3.0.1','boolean','disable_ie_warning','setting_disable_ie_warning','0','0',16),(119,'cdn_content_delivery_network','core','phpfox',0,'3.1.0beta1','string','cdn_service','setting_cdn_service','','',8),(120,'cdn_content_delivery_network','core','phpfox',0,'3.1.0rc1','boolean','enable_amazon_expire_urls','setting_enable_amazon_expire_urls','0','0',9),(121,'cdn_content_delivery_network','core','phpfox',0,'3.1.0rc1','integer','amazon_s3_expire_url_timeout','setting_amazon_s3_expire_url_timeout','60','60',10),(122,'general','core','phpfox',0,'3.2.0beta1','string','official_launch_of_site','setting_official_launch_of_site','1/1/2012','1/1/2012',17),(123,'search_engine_optimization','core','phpfox',0,'3.3.0beta1','boolean','no_follow_on_external_links','setting_no_follow_on_external_links','0','0',7),(124,'cdn_content_delivery_network','core','phpfox',0,'3.3.0beta1','string','rackspace_username','setting_rackspace_username','','',11),(125,'cdn_content_delivery_network','core','phpfox',0,'3.3.0beta1','string','rackspace_key','setting_rackspace_key','','',12),(126,'cdn_content_delivery_network','core','phpfox',0,'3.3.0beta1','string','rackspace_container','setting_rackspace_container','','',13),(127,'cdn_content_delivery_network','core','phpfox',0,'3.3.0beta1','string','rackspace_url','setting_rackspace_url','','',14),(128,NULL,'core','phpfox',0,'3.5.0beta1','boolean','keep_files_in_server','setting_keep_files_in_server','0','0',15),(129,NULL,'core','phpfox',0,'3.5.0beta1','string','google_api_key','setting_google_api_key','','',1),(130,'formatting','core','phpfox',0,'3.5.0','integer','activity_feed_line_breaks','setting_activity_feed_line_breaks','0','0',7),(131,'cache','core','phpfox',0,'3.6.0rc1','boolean','defer_loading_user_images','setting_defer_loading_user_images','0','0',1),(132,'cache','core','phpfox',0,'3.6.0rc1','boolean','defer_loading_images','setting_defer_loading_images','0','0',2),(133,'cache','core','phpfox',0,'3.6.0rc1','boolean','keep_non_square_images','setting_keep_non_square_images','1','1',3),(134,'cache','core','phpfox',0,'3.6.0rc1','array','controllers_to_load_delayed','setting_controllers_to_load_delayed','s:8:\"array();\";','s:8:\"array();\";',4),(135,'cache','core','phpfox',0,'3.6.0rc1','boolean','super_cache_system','setting_super_cache_system','0','0',5),(136,'cache','core','phpfox',0,'3.6.0rc1','boolean','store_only_users_in_session','setting_store_only_users_in_session','0','0',6),(137,'cdn_content_delivery_network','core','phpfox',0,'3.6.0rc1','boolean','push_jscss_to_cdn','setting_push_jscss_to_cdn','0','0',16),(138,'search_engine_optimization','core','phpfox',0,'3.6.0rc1','boolean','include_site_title_all_pages','setting_include_site_title_all_pages','0','0',8),(139,'cache','core','phpfox',0,'3.6.0rc1','boolean','force_404_check','setting_force_404_check','0','0',7),(140,'formatting','core','phpfox',0,'3.6.0rc1','boolean','enable_html_purifier','setting_enable_html_purifier','1','1',8),(141,'security','core','phpfox',0,'3.6.0rc1','boolean','force_secure_site','setting_force_secure_site','0','0',1),(142,'security','core','phpfox',0,'3.6.0rc1','boolean','use_custom_cookie_names','setting_use_custom_cookie_names','0','0',2),(143,'security','core','phpfox',0,'3.6.0rc1','string','custom_cookie_names_hash','setting_custom_cookie_names_hash','s6ks763s5h3)s','s6ks763s5h3)s',3),(144,'security','core','phpfox',0,'3.6.0rc1','string','protect_admincp_with_ips','setting_protect_admincp_with_ips','','',4),(145,'security','core','phpfox',0,'3.6.0rc1','boolean','auth_user_via_session','setting_auth_user_via_session','0','0',5),(146,'cache','core','phpfox',0,'3.6.0rc1','boolean','include_ip_sub_id_hash','setting_include_ip_sub_id_hash','0','0',8),(147,'security','core','phpfox',0,'3.6.0rc1','string','id_hash_salt','setting_id_hash_salt','iysduyt623rts','iysduyt623rts',6),(148,'security','core','phpfox',0,'3.6.0rc1','boolean','check_body_for_text','setting_check_body_for_text','0','0',7),(149,'security','core','phpfox',0,'3.6.0rc1','string','check_body_regex','setting_check_body_regex','/oParams/i','/oParams/i',8),(150,'security','core','phpfox',0,'3.6.0rc1','string','check_body_offline_message','setting_check_body_offline_message','Site is under maintenance.','Site is under maintenance.',9),(151,'security','core','phpfox',0,'3.6.0rc1','string','check_body_header','setting_check_body_header','HTTP/1.0 500 Internal Server Error','HTTP/1.0 500 Internal Server Error',10),(152,'formatting','core','phpfox',0,'3.6.0rc1','large_string','html_purifier_allowed_html','setting_html_purifier_allowed_html','br,p,em,u,ul,li,font,ol,div[class|style],span[style],blockquote,strike,b,strong,img[src|alt|class|height|width],a[href|rel],iframe[src|width|height|frameborder],object[width|height|data],param[name|value],embed[src|type|allowscriptaccess|allowfullscreen|width|height]','br,p,em,u,ul,li,font,ol,div[class|style],span[style],blockquote,strike,b,strong,img[src|alt|class|height|width],a[href|rel],iframe[src|width|height|frameborder],object[width|height|data],param[name|value],embed[src|type|allowscriptaccess|allowfullscreen|width|height]',9),(153,'formatting','core','phpfox',0,'3.6.0rc1','large_string','html_purifier_allowed_iframes','setting_html_purifier_allowed_iframes','%^http://(www.youtube.com/embed/|player.vimeo.com/video/)%','%^http://(www.youtube.com/embed/|player.vimeo.com/video/)%',10),(154,'registration','core','phpfox',0,'3.7.0beta1','boolean','city_in_registration','setting_city_in_registration','0','0',17),(155,'server_settings','core','phpfox',1,'3.6.0rc1','boolean','include_master_files','setting_include_master_files','0','0',15),(156,NULL,'core','phpfox',1,'3.2.0rc1','boolean','use_md5_for_file_names','setting_use_md5_for_file_names','1','1',1),(157,'formatting','core','phpfox',1,'2.0.7','boolean','enabled_edit_area','setting_enabled_edit_area','0','0',5),(158,'server_settings','core','phpfox',1,'2.1.0Beta1','boolean','load_jquery_from_google_cdn','setting_load_jquery_from_google_cdn','0','0',11),(159,'server_settings','core','phpfox',1,'2.1.0Beta1','string','jquery_google_cdn_version','setting_jquery_google_cdn_version','1.4.4','1.4.4',12),(160,'server_settings','core','phpfox',1,'2.1.0Beta1','string','jquery_ui_google_cdn_version','setting_jquery_ui_google_cdn_version','1.8.7','1.8.7',13),(161,'general','core','phpfox',1,'2.0.0alpha1','boolean','display_required','setting_display_required','1','1',12),(162,'general','core','phpfox',1,'2.0.0alpha1','string','required_symbol','setting_required_symbol','*','*',14),(163,'general','core','phpfox',1,'2.0.0beta3','boolean','enable_footer_bar','setting_enable_footer_bar','1','1',9),(164,'general','core','phpfox',1,'2.0.0rc11','boolean','no_more_ie6','setting_no_more_ie6','0','0',11),(165,'general','core','phpfox',1,'2.0.0beta3','string','footer_bar_site_name','setting_footer_bar_site_name','Site Name','Site Name',5),(166,'general','core','phpfox',1,'2.0.0rc1','drop','item_view_area','setting_item_view_area','a:2:{s:7:\"default\";s:6:\"public\";s:6:\"values\";a:2:{i:0;s:6:\"public\";i:1;s:8:\" profile\";}}','a:2:{s:7:\"default\";s:6:\"public\";s:6:\"values\";a:2:{i:0;s:6:\"public\";i:1;s:8:\" profile\";}}',1),(167,'general','core','phpfox',1,'2.0.0alpha1','boolean','is_personal_site','setting_is_personal_site','0','0',1),(168,NULL,'core','phpfox',1,'2.0.0alpha1','boolean','branding','setting_branding','0','0',0),(169,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_lang_id','setting_default_lang_id','en','en',0),(170,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_theme_name','setting_default_theme_name','default','default',0),(171,NULL,'core','phpfox',1,'2.0.0alpha1','string','default_style_name','setting_default_style_name','default','default',0),(172,NULL,'core','phpfox',1,'2.0.0alpha1','integer','default_style_id','setting_default_style_id','1','1',0),(173,NULL,'core','phpfox',1,'2.0.0alpha1','string','module_forum','setting_module_forum','forum','forum',0),(174,NULL,'core','phpfox',1,'2.0.0alpha1','string','module_core','setting_module_core','core','core',0),(175,'image_processing','core','phpfox',1,'2.0.0rc1','string','watermark_image','setting_watermark_image','watermark%s.png','watermark%s.png',2),(176,NULL,'core','phpfox',1,'2.0.0rc1','large_string','global_admincp_note','setting_global_admincp_note','Save your notes here...','Save your notes here...',1),(177,NULL,'core','phpfox',1,'2.0.0rc1','string','phpfox_version','setting_phpfox_version','2.0.0rc2','2.0.0rc2',1),(178,NULL,'core','phpfox',1,'2.0.0rc3','string','theme_session_prefix','setting_theme_session_prefix','486256453','486256453',1),(179,NULL,'core','phpfox',1,'2.0.2','integer','css_edit_id','setting_css_edit_id','1','1',1),(180,NULL,'core','phpfox',1,'2.0.7','integer','phpfox_total_users_online_mark','setting_phpfox_total_users_online_mark','','',1),(181,NULL,'core','phpfox',1,'2.0.7','string','phpfox_total_users_online_history','setting_phpfox_total_users_online_history','','',1),(182,NULL,'core','phpfox',1,'2.0.7','boolean','phpfox_is_hosted','setting_phpfox_is_hosted','0','0',1),(183,NULL,'core','phpfox',1,'2.0.7','string','phpfox_max_users_online','setting_phpfox_max_users_online','0','0',1),(184,NULL,'custom','phpfox',0,'2.0.0alpha3','boolean','hide_custom_fields_when_empty','setting_hide_custom_fields_when_empty','1','1',1),(185,'development','language','phpfox',0,'2.0.0alpha1','boolean','lang_pack_helper','setting_lang_pack_helper','0','0',0),(186,NULL,'language','phpfox',0,'2.0.0alpha1','boolean','cache_phrases','setting_cache_phrases','0','0',1),(187,'language','language','phpfox',0,'2.0.0alpha1','boolean','display_language_flag','setting_display_language_flag','0','0',1),(188,'language','language','phpfox',0,'3.1.0beta1','boolean','auto_detect_language_on_ip','setting_auto_detect_language_on_ip','0','0',2),(189,'language','language','phpfox',0,'3.7.0beta2','boolean','no_string_restriction','setting_no_string_restriction','0','0',3),(190,'server_settings','log','phpfox',0,'2.0.0alpha1','integer','active_session','setting_active_session','15','15',2),(191,NULL,'profile','phpfox',0,'2.0.0alpha3','boolean','can_drag_drop_blocks_on_profile','setting_can_drag_drop_blocks_on_profile','1','1',1),(192,'search_engine_optimization','profile','phpfox',0,'2.0.0rc4','string','profile_seo_for_meta_title','setting_profile_seo_for_meta_title','{full_name} - {gender_name} - {location}','{full_name} - {gender_name} - {location}',5),(193,NULL,'profile','phpfox',0,'2.0.0rc8','boolean','can_rate_on_users_profile','setting_can_rate_on_users_profile','1','1',1),(194,NULL,'profile','phpfox',0,'2.0.8','boolean','show_empty_tabs','setting_show_empty_tabs','0','0',1),(195,NULL,'profile','phpfox',0,'3.4.0beta1','drop','profile_default_landing_page','setting_profile_default_landing_page','a:2:{s:7:\"default\";s:4:\"wall\";s:6:\"values\";a:2:{i:0;s:4:\"wall\";i:1;s:4:\"info\";}}','a:2:{s:7:\"default\";s:4:\"wall\";s:6:\"values\";a:2:{i:0;s:4:\"wall\";i:1;s:4:\"info\";}}',1),(196,NULL,'profile','phpfox',0,'3.4.0beta1','boolean','allow_user_select_landing','setting_allow_user_select_landing','0','0',1),(197,'cache','profile','phpfox',0,'3.6.0rc1','boolean','cache_blocks_design','setting_cache_blocks_design','0','0',1),(198,'cache','profile','phpfox',0,'3.6.0rc1','boolean','profile_caches','setting_profile_caches','0','0',2),(199,NULL,'profile','phpfox',1,'3.5.0beta1','boolean','display_submenu_for_photo','setting_display_submenu_for_photo','0','0',1),(200,NULL,'profile','phpfox',1,'2.1.0Beta1','boolean','ajax_profile_tab','setting_ajax_profile_tab','1','1',1),(201,'registration','user','phpfox',0,'2.0.0beta3','array','usernames_to_suggest','setting_usernames_to_suggest','s:34:\"array(\'user\', \'member\', \'friend\');\";','s:34:\"array(\'user\', \'member\', \'friend\');\";',6),(202,'registration','user','phpfox',0,'2.0.0beta3','integer','how_many_usernames_to_suggest','setting_how_many_usernames_to_suggest','4','4',8),(203,NULL,'user','phpfox',0,'2.0.0alpha1','drop','login_module','setting_login_module','a:2:{s:7:\"default\";s:6:\"cookie\";s:6:\"values\";a:2:{i:0;s:6:\"cookie\";i:1;s:7:\"session\";}}','a:2:{s:7:\"default\";s:6:\"cookie\";s:6:\"values\";a:2:{i:0;s:6:\"cookie\";i:1;s:7:\"session\";}}',0),(204,NULL,'user','phpfox',0,'2.0.0alpha1','string','redirect_after_login','setting_redirect_after_login','','',2),(205,NULL,'user','phpfox',0,'2.0.0alpha1','array','user_pic_sizes','setting_user_pic_sizes','s:103:\"array(\r\n 0 => \'20\',\r\n 1 => \'50\',\r\n 2 => \'60\',\r\n 3 => \'75\',\r\n 4 => \'100\',\r\n 5 => \'120\',\r\n 6 => \'200\',\r\n);\";','s:103:\"array(\r\n 0 => \'20\',\r\n 1 => \'50\',\r\n 2 => \'60\',\r\n 3 => \'75\',\r\n 4 => \'100\',\r\n 5 => \'120\',\r\n 6 => \'200\',\r\n);\";',1),(206,NULL,'user','phpfox',0,'2.0.0alpha1','drop','login_type','setting_login_type','a:2:{s:7:\"default\";s:5:\"email\";s:6:\"values\";a:3:{i:0;s:5:\"email\";i:1;s:9:\"user_name\";i:2;s:4:\"both\";}}','a:2:{s:7:\"default\";s:5:\"email\";s:6:\"values\";a:3:{i:0;s:5:\"email\";i:1;s:9:\"user_name\";i:2;s:4:\"both\";}}',1),(207,NULL,'user','phpfox',0,'2.0.0alpha1','boolean','profile_use_id','setting_profile_use_id','0','0',1),(208,'registration','user','phpfox',0,'2.0.0alpha1','boolean','captcha_on_signup','setting_captcha_on_signup','0','0',9),(209,'registration','user','phpfox',0,'2.0.0alpha2','array','registration_steps','setting_registration_steps','','',2),(210,'registration','user','phpfox',0,'2.0.0alpha2','boolean','multi_step_registration_form','setting_multi_step_registration_form','0','0',1),(211,NULL,'user','phpfox',0,'2.0.0alpha3','drop','user_browse_display_results_default','setting_user_browse_display_results_default','a:2:{s:7:\"default\";s:17:\"name_photo_detail\";s:6:\"values\";a:2:{i:0;s:17:\"name_photo_detail\";i:1;s:10:\"name_photo\";}}','a:2:{s:7:\"default\";s:17:\"name_photo_detail\";s:6:\"values\";a:2:{i:0;s:17:\"name_photo_detail\";i:1;s:10:\"name_photo\";}}',1),(212,NULL,'user','phpfox',0,'2.0.0beta4','integer','user_profile_private_age','setting_user_profile_private_age','0','0',1),(213,'spam','user','phpfox',0,'2.0.0beta4','boolean','validate_full_name','setting_validate_full_name','1','1',12),(214,NULL,'user','phpfox',0,'2.0.0beta5','boolean','randomize_featured_members','setting_randomize_featured_members','1','1',1),(215,NULL,'user','phpfox',0,'2.0.0beta5','integer','how_many_featured_members','setting_how_many_featured_members','6','6',1),(216,'registration','user','phpfox',0,'2.0.0beta5','boolean','verify_email_at_signup','setting_verify_email_at_signup','0','0',3),(217,NULL,'user','phpfox',0,'2.0.0beta5','integer','verify_email_timeout','setting_verify_email_timeout','60','60',1),(218,NULL,'user','phpfox',0,'2.0.0beta5','boolean','logout_after_change_email_if_verify','setting_logout_after_change_email_if_verify','1','1',1),(219,NULL,'user','phpfox',0,'2.0.0rc1','boolean','display_user_online_status','setting_display_user_online_status','0','0',1),(220,'registration','user','phpfox',0,'2.0.0rc2','integer','min_length_for_username','setting_min_length_for_username','5','5',4),(221,'registration','user','phpfox',0,'2.0.0rc2','integer','max_length_for_username','setting_max_length_for_username','25','25',5),(222,'registration','user','phpfox',0,'2.0.0rc4','integer','on_signup_new_friend','setting_on_signup_new_friend','0','0',10),(223,'spam','user','phpfox',0,'2.0.0rc5','integer','check_status_updates','setting_check_status_updates','1','1',13),(224,'registration','user','phpfox',0,'2.0.0rc10','string','redirect_after_signup','setting_redirect_after_signup','','',12),(225,'registration','user','phpfox',0,'2.0.0rc10','boolean','suggest_usernames_on_registration','setting_suggest_usernames_on_registration','1','1',7),(226,NULL,'user','phpfox',0,'2.0.0rc11','integer','date_of_birth_start','setting_date_of_birth_start','1900','1900',1),(227,NULL,'user','phpfox',0,'2.0.0rc11','integer','date_of_birth_end','setting_date_of_birth_end','1997','1997',1),(228,NULL,'user','phpfox',0,'2.0.0rc12','drop','user_browse_default_result','setting_user_browse_default_result','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:10:\"last_login\";}}','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:10:\"last_login\";}}',1),(229,NULL,'user','phpfox',0,'2.0.0rc12','boolean','remove_users_hidden_age','setting_remove_users_hidden_age','0','0',1),(230,'registration','user','phpfox',0,'2.0.0rc12','drop','on_register_privacy_setting','setting_on_register_privacy_setting','a:2:{s:7:\"default\";s:6:\"anyone\";s:6:\"values\";a:4:{i:0;s:6:\"anyone\";i:1;s:7:\"network\";i:2;s:12:\"friends_only\";i:3;s:6:\"no_one\";}}','a:2:{s:7:\"default\";s:6:\"anyone\";s:6:\"values\";a:4:{i:0;s:6:\"anyone\";i:1;s:7:\"network\";i:2;s:12:\"friends_only\";i:3;s:6:\"no_one\";}}',11),(231,NULL,'user','phpfox',0,'2.0.0','integer','min_count_for_top_rating','setting_min_count_for_top_rating','0','0',1),(232,'registration','user','phpfox',0,'2.0.5','boolean','approve_users','setting_approve_users','0','0',13),(233,NULL,'user','phpfox',0,'2.0.5','drop','display_or_full_name','setting_display_or_full_name','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:12:\"display_name\";}}','a:2:{s:7:\"default\";s:9:\"full_name\";s:6:\"values\";a:2:{i:0;s:9:\"full_name\";i:1;s:12:\"display_name\";}}',1),(234,'registration','user','phpfox',0,'2.0.5dev1','boolean','disable_username_on_sign_up','setting_disable_username_on_sign_up','1','1',14),(235,NULL,'user','phpfox',0,'2.0.5dev2','boolean','check_promotion_system','setting_check_promotion_system','0','0',1),(236,'registration','user','phpfox',0,'2.0.7','boolean','allow_user_registration','setting_allow_user_registration','1','1',0),(237,NULL,'user','phpfox',0,'2.1.0Beta1','boolean','enable_user_tooltip','setting_enable_user_tooltip','1','1',1),(238,NULL,'user','phpfox',0,'2.0.8','integer','brute_force_attempts_count','setting_brute_force_attempts_count','5','5',1),(239,NULL,'user','phpfox',0,'2.0.8','integer','brute_force_time_check','setting_brute_force_time_check','0','0',1),(240,NULL,'user','phpfox',0,'2.0.8','integer','brute_force_cool_down','setting_brute_force_cool_down','15','15',1),(241,'registration','user','phpfox',0,'2.1.0rc1','boolean','force_user_to_upload_on_sign_up','setting_force_user_to_upload_on_sign_up','0','0',15),(242,'registration','user','phpfox',0,'3.0.0beta1','boolean','hide_main_menu','setting_hide_main_menu','0','0',16),(243,'registration','user','phpfox',0,'3.0.0beta1','boolean','invite_only_community','setting_invite_only_community','0','0',17),(244,'registration','user','phpfox',0,'3.0.0beta3','boolean','new_user_terms_confirmation','setting_new_user_terms_confirmation','0','0',18),(245,NULL,'user','phpfox',0,'3.0.0beta4','boolean','enable_relationship_status','setting_enable_relationship_status','1','1',1),(246,'time_stamps','user','phpfox',0,'3.0.0','string','user_dob_month_day_year','setting_user_dob_month_day_year','F j, Y','F j, Y',1),(247,'time_stamps','user','phpfox',0,'3.0.0','string','user_dob_month_day','setting_user_dob_month_day','F j','F j',2),(248,NULL,'user','phpfox',0,'3.1.0beta1','drop','default_privacy_brithdate','setting_default_privacy_brithdate','a:2:{s:7:\"default\";s:13:\"full_birthday\";s:6:\"values\";a:4:{i:0;s:13:\"full_birthday\";i:1;s:9:\"month_day\";i:2;s:8:\"show_age\";i:3;s:4:\"hide\";}}','a:2:{s:7:\"default\";s:13:\"full_birthday\";s:6:\"values\";a:4:{i:0;s:13:\"full_birthday\";i:1;s:9:\"month_day\";i:2;s:8:\"show_age\";i:3;s:4:\"hide\";}}',1),(249,NULL,'user','phpfox',0,'3.1.0beta1','boolean','no_show_activity_points','setting_no_show_activity_points','1','1',1),(250,NULL,'user','phpfox',0,'3.1.0rc1','boolean','shorter_password_reset_routine','setting_shorter_password_reset_routine','0','0',1),(251,NULL,'user','phpfox',0,'3.3.0beta1','integer','maximum_length_for_full_name','setting_maximum_length_for_full_name','25','25',1),(252,NULL,'user','phpfox',0,'3.4.0beta1','boolean','split_full_name','setting_split_full_name','0','0',1),(253,'registration','user','phpfox',0,'3.4.0beta1','boolean','reenter_email_on_signup','setting_reenter_email_on_signup','0','0',19),(254,NULL,'user','phpfox',0,'3.4.0beta1','string','points_conversion_rate','setting_points_conversion_rate','','',1),(255,NULL,'user','phpfox',0,'3.4.0beta1','boolean','can_purchase_with_points','setting_can_purchase_with_points','0','0',1),(256,NULL,'user','phpfox',0,'3.4.0beta1','boolean','can_purchase_activity_points','setting_can_purchase_activity_points','0','0',1),(257,NULL,'user','phpfox',0,'3.4.0beta2','boolean','prevent_profile_photo_cache','setting_prevent_profile_photo_cache','0','0',1),(258,'registration','user','phpfox',0,'3.5.0beta1','boolean','require_all_spam_questions_on_signup','setting_require_all_spam_questions_on_signup','0','0',20),(259,'cache','user','phpfox',0,'3.6.0rc1','boolean','cache_featured_users','setting_cache_featured_users','0','0',1),(260,'cache','user','phpfox',0,'3.6.0rc1','boolean','cache_user_inner_joins','setting_cache_user_inner_joins','0','0',2),(261,'cache','user','phpfox',0,'3.6.0rc1','integer','cache_recent_logged_in','setting_cache_recent_logged_in','0','0',3),(262,'cache','user','phpfox',0,'3.6.0rc1','boolean','disable_store_last_user','setting_disable_store_last_user','0','0',4),(263,NULL,'ad','phpfox',0,'2.0.0beta3','integer','ad_cache_limit','setting_ad_cache_limit','60','60',1),(264,NULL,'ad','phpfox',0,'2.0.0beta3','boolean','ad_ajax_refresh','setting_ad_ajax_refresh','0','0',1),(265,NULL,'ad','phpfox',0,'2.0.0beta3','integer','ad_ajax_refresh_time','setting_ad_ajax_refresh_time','2','2',1),(266,NULL,'ad','phpfox',0,'2.0.0beta3','boolean','enable_ads','setting_enable_ads','1','1',1),(267,NULL,'ad','phpfox',0,'3.2.0beta1','integer','how_many_ads_per_location','setting_how_many_ads_per_location','1','1',1),(268,NULL,'ad','phpfox',0,'3.4.0beta1','boolean','advanced_ad_filters','setting_advanced_ad_filters','0','0',1),(269,NULL,'ad','phpfox',0,'3.7.0beta1','boolean','multi_ad','setting_multi_ad','0','0',1),(270,NULL,'ad','phpfox',0,'3.7.0beta1','integer','ad_multi_ad_count','setting_ad_multi_ad_count','5','5',1),(271,NULL,'attachment','phpfox',0,'2.0.0alpha1','array','attachment_valid_images','setting_attachment_valid_images','s:35:\"array(\'gif\', \'jpg\', \'jpeg\', \'png\');\";','s:35:\"array(\'gif\', \'jpg\', \'jpeg\', \'png\');\";',0),(272,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_max_thumbnail','setting_attachment_max_thumbnail','120','120',0),(273,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_max_medium','setting_attachment_max_medium','400','400',0),(274,NULL,'attachment','phpfox',0,'2.0.0alpha1','integer','attachment_upload_bars','setting_attachment_upload_bars','4','4',0),(275,NULL,'attachment','phpfox',0,'2.0.8','boolean','attachment_enable_mass_uploader','setting_attachment_enable_mass_uploader','0','0',1),(276,'time_stamps','blog','phpfox',0,'2.0.0alpha1','string','blog_time_stamp','setting_blog_time_stamp','F j, Y','F j, Y',2),(277,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','top_bloggers_display_limit','setting_top_bloggers_display_limit','8','8',0),(278,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','top_bloggers_min_post','setting_top_bloggers_min_post','10','10',0),(279,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','cache_top_bloggers','setting_cache_top_bloggers','1','1',0),(280,NULL,'blog','phpfox',0,'2.0.0alpha1','integer','cache_top_bloggers_limit','setting_cache_top_bloggers_limit','180','180',0),(281,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','display_post_count_in_top_bloggers','setting_display_post_count_in_top_bloggers','1','1',0),(282,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','blog_display_user_post_count','setting_blog_display_user_post_count','1','1',1),(283,NULL,'blog','phpfox',0,'2.0.0alpha1','boolean','show_drafts_count','setting_show_drafts_count','0','0',1),(284,NULL,'blog','phpfox',0,'30','integer','length_in_index','setting_length_in_index','200','200',1),(285,'spam','blog','phpfox',0,'2.0.0rc1','boolean','spam_check_blogs','setting_spam_check_blogs','1','1',5),(286,'spam','blog','phpfox',0,'2.0.0rc1','boolean','allow_links_in_blog_title','setting_allow_links_in_blog_title','1','1',2),(287,'search_engine_optimization','blog','phpfox',0,'2.0.0rc1','large_string','blog_meta_description','setting_blog_meta_description','Read up on the latest blogs on Site Name.','Read up on the latest blogs on Site Name.',6),(288,'search_engine_optimization','blog','phpfox',0,'2.0.0rc1','large_string','blog_meta_keywords','setting_blog_meta_keywords','blog, blogs, journals','blog, blogs, journals',13),(289,NULL,'blog','phpfox',0,'3.0.0Beta1','integer','blog_cache_minutes','setting_blog_cache_minutes','0','0',1),(290,NULL,'blog','phpfox',0,'3.0.0Beta1','integer','total_pages_to_cache_blog','setting_total_pages_to_cache_blog','4','4',1),(291,NULL,'blog','phpfox',1,'2.0.0rc8','boolean','digg_integration','setting_digg_integration','0','0',1),(292,NULL,'captcha','phpfox',0,'2.0.0alpha1','string','captcha_code','setting_captcha_code','23456789bcdfghjkmnpqrstvwxyzABCDEFGHJKLMNPQRSTUVWXYZ','23456789bcdfghjkmnpqrstvwxyzABCDEFGHJKLMNPQRSTUVWXYZ',1),(293,NULL,'captcha','phpfox',0,'2.0.0alpha1','integer','captcha_limit','setting_captcha_limit','5','5',2),(294,NULL,'captcha','phpfox',0,'2.0.0alpha1','boolean','captcha_use_font','setting_captcha_use_font','0','0',3),(295,NULL,'captcha','phpfox',0,'2.0.0alpha1','string','captcha_font','setting_captcha_font','HECK.TTF','HECK.TTF',4),(296,'recaptcha','captcha','phpfox',0,'2.0.0rc12','boolean','recaptcha','setting_recaptcha','0','0',1),(297,'recaptcha','captcha','phpfox',0,'2.0.0rc12','string','recaptcha_public_key','setting_recaptcha_public_key','','',2),(298,'recaptcha','captcha','phpfox',0,'2.0.0rc12','string','recaptcha_private_key','setting_recaptcha_private_key','','',3),(299,'recaptcha','captcha','phpfox',0,'2.0.0rc12','large_string','recaptcha_header','setting_recaptcha_header','','',4),(300,'time_stamps','comment','phpfox',0,'2.0.0alpha1','string','comment_time_stamp','setting_comment_time_stamp','F j, Y','F j, Y',2),(301,NULL,'comment','phpfox',0,'2.0.0alpha1','integer','comment_page_limit','setting_comment_page_limit','10','10',0),(302,'spam','comment','phpfox',0,'2.0.0rc1','boolean','spam_check_comments','setting_spam_check_comments','1','1',6),(303,'spam','comment','phpfox',0,'2.0.0rc1','boolean','comment_hash_check','setting_comment_hash_check','0','0',8),(304,'spam','comment','phpfox',0,'2.0.0rc1','integer','comments_to_check','setting_comments_to_check','10','10',9),(305,'spam','comment','phpfox',0,'2.0.0rc1','string','total_minutes_to_wait_for_comments','setting_total_minutes_to_wait_for_comments','2','2',13),(306,NULL,'comment','phpfox',0,'3.0.0Beta1','integer','total_comments_in_activity_feed','setting_total_comments_in_activity_feed','2','2',1),(307,NULL,'comment','phpfox',0,'3.0.0Beta1','integer','total_amount_of_comments_to_load','setting_total_amount_of_comments_to_load','10','10',1),(308,NULL,'comment','phpfox',0,'2.0.0alpha1','boolean','comment_is_threaded','setting_comment_is_threaded','0','0',1),(309,NULL,'comment','phpfox',0,'2.0.0rc1','integer','total_child_comments','setting_total_child_comments','4','4',1),(310,NULL,'comment','phpfox',0,'3.0.0','integer','thread_comment_total_display','setting_thread_comment_total_display','3','3',1),(311,'cache','comment','phpfox',0,'3.6.0rc1','boolean','load_delayed_comments_items','setting_load_delayed_comments_items','0','0',1),(312,NULL,'comment','phpfox',1,'2.0.0alpha1','boolean','wysiwyg_comments','setting_wysiwyg_comments','0','0',0),(313,NULL,'comment','phpfox',1,'2.0.0beta5','boolean','allow_rss_feed_on_comments','setting_allow_rss_feed_on_comments','1','1',1),(314,NULL,'comment','phpfox',1,'2.0.0rc4','boolean','allow_comments_on_profiles','setting_allow_comments_on_profiles','1','1',1); /*!40000 ALTER TABLE `phpfox_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_setting_group` -- DROP TABLE IF EXISTS `phpfox_setting_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_setting_group` ( `group_id` varchar(75) NOT NULL, `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `version_id` varchar(50) default NULL, `var_name` varchar(250) NOT NULL, KEY `var_name` (`var_name`), KEY `group_id` (`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_setting_group` -- LOCK TABLES `phpfox_setting_group` WRITE; /*!40000 ALTER TABLE `phpfox_setting_group` DISABLE KEYS */; INSERT INTO `phpfox_setting_group` VALUES ('cookie','core','phpfox','2.0.0alpha1','setting_group_cookie'),('development','core','phpfox','2.0.0alpha1','setting_group_development'),('formatting','core','phpfox','2.0.0alpha1','setting_group_content_formatting'),('archive_handler','core','phpfox','2.0.0alpha1','setting_group_archive_handler'),('cron','core','phpfox','2.0.0alpha1','setting_group_cron'),('admin_control_panel','core','phpfox','2.0.0alpha1','setting_group_admin_control_panel'),('general','core','phpfox','2.0.0alpha1','setting_group_general'),('time_stamps','core','phpfox','2.0.0alpha1','setting_group_time_stamps'),('server_settings','core','phpfox','2.0.0alpha1','setting_group_server_settings'),('group_forms','core','phpfox','2.0.0alpha1','setting_group_forms'),('mail','core','phpfox','2.0.0alpha1','setting_group_mail'),('ftp','core','phpfox','2.0.0alpha1','setting_group_ftp'),('cache','core','phpfox','2.0.0alpha1','setting_group_cache'),('search_engine_optimization','core','phpfox','2.0.0alpha1','setting_group_search_engine_optimization'),('debug','core','phpfox','2.0.0alpha1','setting_group_debug'),('spam','core','phpfox','2.0.0beta4','setting_group_spam'),('site_offline_online','core','phpfox','2.0.0beta4','setting_group_site_offlineonline'),('site_statistics','core','phpfox','2.0.0beta4','setting_group_site_statistics'),('image_processing','core','phpfox','2.0.0rc1','setting_group_image_processing'),('registration','core','phpfox','2.0.0rc1','setting_group_registration'),('currency','core','phpfox','2.0.5','setting_group_currency'),('cdn_content_delivery_network','core','phpfox','2.0.5','setting_group_cdn_content_delivery_network'),('ip_infodb','core','phpfox','2.0.7','setting_group_ip_infodb'),('security','core','phpfox','3.6.0rc1','setting_group_security'),('language','language','phpfox','2.0.0alpha1','setting_group_language'),('recaptcha','captcha','phpfox','2.0.0rc12','setting_group_recaptcha'); /*!40000 ALTER TABLE `phpfox_setting_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_share_bookmark` -- DROP TABLE IF EXISTS `phpfox_share_bookmark`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_share_bookmark` ( `site_id` int(10) unsigned NOT NULL auto_increment, `type_id` varchar(10) NOT NULL, `title` varchar(250) NOT NULL default '', `icon` varchar(250) NOT NULL, `is_active` smallint(4) unsigned NOT NULL default '0', `ordering` int(10) unsigned NOT NULL default '0', `url` varchar(250) NOT NULL default '', PRIMARY KEY (`site_id`), KEY `type_id` (`type_id`,`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_share_bookmark` -- LOCK TABLES `phpfox_share_bookmark` WRITE; /*!40000 ALTER TABLE `phpfox_share_bookmark` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_share_bookmark` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_share_connect` -- DROP TABLE IF EXISTS `phpfox_share_connect`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_share_connect` ( `user_id` int(10) unsigned NOT NULL, `connect_id` varchar(75) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `token` text, `secret` text, KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_share_connect` -- LOCK TABLES `phpfox_share_connect` WRITE; /*!40000 ALTER TABLE `phpfox_share_connect` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_share_connect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_share_email` -- DROP TABLE IF EXISTS `phpfox_share_email`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_share_email` ( `user_id` int(11) unsigned NOT NULL, `email` varchar(100) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `user_id` (`user_id`,`time_stamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_share_email` -- LOCK TABLES `phpfox_share_email` WRITE; /*!40000 ALTER TABLE `phpfox_share_email` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_share_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_shoutbox` -- DROP TABLE IF EXISTS `phpfox_shoutbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_shoutbox` ( `shout_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `text` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`shout_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_shoutbox` -- LOCK TABLES `phpfox_shoutbox` WRITE; /*!40000 ALTER TABLE `phpfox_shoutbox` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_shoutbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_site_stat` -- DROP TABLE IF EXISTS `phpfox_site_stat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_site_stat` ( `stat_id` smallint(4) unsigned NOT NULL auto_increment, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `phrase_var` varchar(255) NOT NULL, `php_code` mediumtext NOT NULL, `stat_link` varchar(255) NOT NULL, `stat_image` varchar(20) NOT NULL, `is_active` tinyint(1) NOT NULL default '0', `ordering` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`stat_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_site_stat` -- LOCK TABLES `phpfox_site_stat` WRITE; /*!40000 ALTER TABLE `phpfox_site_stat` DISABLE KEYS */; INSERT INTO `phpfox_site_stat` VALUES (1,'user','phpfox','user.stat_title_1','$this->database()\r\n->select(\'COUNT(u.user_id)\')\r\n->from(Phpfox::getT(\'user\'), \'u\')\r\n->join(Phpfox::getT(\'user_field\'), \'uf\', \'uf.user_id = u.user_id\')\r\n->where(\'u.status_id = 0 AND u.view_id = 0\')\r\n->execute(\'getSlaveField\');','user.browse','user.png',1,0),(2,'blog','phpfox','blog.stat_title_2','$this->database()\r\n->select(\'COUNT(*)\')\r\n->from(Phpfox::getT(\'blog\'))\r\n->where(\'is_approved = 1 AND post_status = 1\')\r\n->execute(\'getSlaveField\');','blog','blog.png',1,0); /*!40000 ALTER TABLE `phpfox_site_stat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_subscribe_compare` -- DROP TABLE IF EXISTS `phpfox_subscribe_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_subscribe_compare` ( `compare_id` int(11) unsigned NOT NULL auto_increment, `feature_title` varchar(255) NOT NULL, `feature_value` mediumtext NOT NULL, PRIMARY KEY (`compare_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_subscribe_compare` -- LOCK TABLES `phpfox_subscribe_compare` WRITE; /*!40000 ALTER TABLE `phpfox_subscribe_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_subscribe_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_subscribe_package` -- DROP TABLE IF EXISTS `phpfox_subscribe_package`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_subscribe_package` ( `package_id` smallint(4) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `description` mediumtext, `cost` mediumtext, `recurring_cost` mediumtext, `recurring_period` tinyint(1) NOT NULL default '0', `user_group_id` tinyint(3) NOT NULL default '0', `fail_user_group` tinyint(3) NOT NULL default '0', `image_path` varchar(50) default NULL, `server_id` tinyint(1) NOT NULL default '0', `is_active` tinyint(3) NOT NULL default '0', `is_registration` tinyint(1) NOT NULL default '0', `is_required` tinyint(1) NOT NULL default '0', `show_price` tinyint(1) NOT NULL default '1', `ordering` smallint(4) unsigned NOT NULL default '0', `total_active` int(10) unsigned NOT NULL default '0', `background_color` varchar(50) default 'null', PRIMARY KEY (`package_id`), KEY `is_active` (`is_active`), KEY `package_id` (`package_id`,`is_active`), KEY `is_active_2` (`is_active`,`is_registration`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_subscribe_package` -- LOCK TABLES `phpfox_subscribe_package` WRITE; /*!40000 ALTER TABLE `phpfox_subscribe_package` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_subscribe_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_subscribe_purchase` -- DROP TABLE IF EXISTS `phpfox_subscribe_purchase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_subscribe_purchase` ( `purchase_id` int(10) unsigned NOT NULL auto_increment, `package_id` smallint(4) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `currency_id` char(3) NOT NULL, `price` decimal(14,2) NOT NULL default '0.00', `status` varchar(20) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`purchase_id`), KEY `purchase_id` (`purchase_id`,`user_id`), KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_subscribe_purchase` -- LOCK TABLES `phpfox_subscribe_purchase` WRITE; /*!40000 ALTER TABLE `phpfox_subscribe_purchase` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_subscribe_purchase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_tag` -- DROP TABLE IF EXISTS `phpfox_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `category_id` varchar(75) NOT NULL, `user_id` int(10) unsigned NOT NULL, `tag_text` varchar(255) NOT NULL, `tag_url` varchar(255) NOT NULL, `added` int(10) unsigned NOT NULL, PRIMARY KEY (`tag_id`), KEY `user_id` (`user_id`,`tag_text`), KEY `item_id` (`item_id`,`category_id`), KEY `category_id` (`category_id`), KEY `tag_url` (`tag_url`), KEY `user_search` (`category_id`,`user_id`,`tag_text`), KEY `user_search_general` (`category_id`,`user_id`), KEY `item_id_2` (`item_id`,`category_id`,`user_id`), KEY `item_id_3` (`item_id`,`category_id`,`tag_url`), KEY `category_id_2` (`category_id`,`tag_text`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_tag` -- LOCK TABLES `phpfox_tag` WRITE; /*!40000 ALTER TABLE `phpfox_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme` -- DROP TABLE IF EXISTS `phpfox_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme` ( `theme_id` smallint(4) unsigned NOT NULL auto_increment, `parent_id` smallint(4) unsigned NOT NULL default '0', `name` varchar(75) NOT NULL, `folder` varchar(75) NOT NULL, `created` int(10) unsigned NOT NULL, `creator` varchar(255) default NULL, `website` varchar(255) default NULL, `version` varchar(10) default NULL, `is_active` tinyint(1) NOT NULL default '0', `is_default` tinyint(1) NOT NULL default '0', `total_column` tinyint(1) NOT NULL default '2', PRIMARY KEY (`theme_id`), KEY `is_active` (`is_active`), KEY `theme_id` (`theme_id`,`is_active`), KEY `folder` (`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme` -- LOCK TABLES `phpfox_theme` WRITE; /*!40000 ALTER TABLE `phpfox_theme` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_css` -- DROP TABLE IF EXISTS `phpfox_theme_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_css` ( `css_id` int(10) unsigned NOT NULL auto_increment, `module_id` varchar(75) default NULL, `product_id` varchar(25) default NULL, `is_custom` tinyint(1) NOT NULL default '0', `style_id` smallint(4) unsigned NOT NULL, `file_name` varchar(75) default NULL, `css_data` mediumtext, `css_data_original` mediumtext, `full_name` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`css_id`), KEY `style_id` (`style_id`,`file_name`), KEY `style_id_2` (`style_id`), KEY `is_custom` (`is_custom`,`style_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_css` -- LOCK TABLES `phpfox_theme_css` WRITE; /*!40000 ALTER TABLE `phpfox_theme_css` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_style` -- DROP TABLE IF EXISTS `phpfox_theme_style`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_style` ( `style_id` smallint(4) unsigned NOT NULL auto_increment, `theme_id` smallint(4) unsigned NOT NULL, `parent_id` smallint(4) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL, `is_default` tinyint(1) NOT NULL, `name` varchar(75) NOT NULL, `folder` varchar(75) NOT NULL, `created` int(10) unsigned NOT NULL, `creator` varchar(255) default NULL, `website` varchar(255) default NULL, `version` varchar(10) default NULL, `logo_image` varchar(50) default NULL, `l_width` smallint(4) unsigned NOT NULL default '0', `c_width` smallint(4) unsigned NOT NULL default '0', `r_width` smallint(4) unsigned NOT NULL default '0', KEY `style_id` (`style_id`,`is_active`), KEY `is_active` (`is_active`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_default` (`is_default`), KEY `folder` (`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_style` -- LOCK TABLES `phpfox_theme_style` WRITE; /*!40000 ALTER TABLE `phpfox_theme_style` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_style_logo` -- DROP TABLE IF EXISTS `phpfox_theme_style_logo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_style_logo` ( `logo_id` smallint(4) unsigned NOT NULL auto_increment, `style_id` smallint(4) unsigned NOT NULL, `logo` mediumtext NOT NULL, `file_ext` varchar(10) NOT NULL, PRIMARY KEY (`logo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_style_logo` -- LOCK TABLES `phpfox_theme_style_logo` WRITE; /*!40000 ALTER TABLE `phpfox_theme_style_logo` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_style_logo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_template` -- DROP TABLE IF EXISTS `phpfox_theme_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_template` ( `template_id` int(10) unsigned NOT NULL auto_increment, `is_custom` tinyint(1) NOT NULL default '0', `folder` varchar(75) NOT NULL, `type_id` varchar(20) NOT NULL, `product_id` varchar(25) default NULL, `module_id` varchar(75) default NULL, `name` varchar(75) NOT NULL, `html_data` mediumtext NOT NULL, `html_data_original` mediumtext, `full_name` varchar(255) default NULL, `time_stamp` int(10) unsigned NOT NULL, `time_stamp_update` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`template_id`), KEY `theme_id` (`folder`,`type_id`,`name`), KEY `theme_id_2` (`folder`,`type_id`,`module_id`,`name`), KEY `folder` (`folder`), KEY `is_custom` (`is_custom`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_template` -- LOCK TABLES `phpfox_theme_template` WRITE; /*!40000 ALTER TABLE `phpfox_theme_template` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_theme_umenu` -- DROP TABLE IF EXISTS `phpfox_theme_umenu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_theme_umenu` ( `umenu_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `menu_id` int(10) unsigned NOT NULL, PRIMARY KEY (`umenu_id`), KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`menu_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_theme_umenu` -- LOCK TABLES `phpfox_theme_umenu` WRITE; /*!40000 ALTER TABLE `phpfox_theme_umenu` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_theme_umenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_upload_track` -- DROP TABLE IF EXISTS `phpfox_upload_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_upload_track` ( `user_id` int(11) unsigned default NULL, `hash` varchar(50) NOT NULL, `user_hash` varchar(50) NOT NULL, `ip_address` varchar(15) NOT NULL, `time_stamp` int(10) unsigned default NULL, KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_upload_track` -- LOCK TABLES `phpfox_upload_track` WRITE; /*!40000 ALTER TABLE `phpfox_upload_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_upload_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user` -- DROP TABLE IF EXISTS `phpfox_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user` ( `user_id` int(10) unsigned NOT NULL auto_increment, `profile_page_id` int(10) unsigned NOT NULL default '0', `server_id` tinyint(1) NOT NULL default '0', `user_group_id` smallint(4) unsigned NOT NULL, `status_id` tinyint(2) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `user_name` varchar(100) default NULL, `full_name` varchar(255) NOT NULL, `password` char(32) default NULL, `password_salt` char(3) default NULL, `email` varchar(255) default NULL, `gender` tinyint(3) NOT NULL default '0', `birthday` char(10) default NULL, `birthday_search` bigint(20) NOT NULL default '0', `country_iso` char(2) default NULL, `language_id` varchar(12) default NULL, `style_id` smallint(4) unsigned NOT NULL default '0', `time_zone` char(4) default NULL, `dst_check` tinyint(1) NOT NULL default '0', `joined` int(10) unsigned NOT NULL, `last_login` int(10) unsigned NOT NULL default '0', `last_activity` int(10) unsigned NOT NULL default '0', `user_image` varchar(75) default NULL, `hide_tip` tinyint(1) NOT NULL default '0', `status` varchar(255) default NULL, `footer_bar` tinyint(1) NOT NULL default '0', `invite_user_id` int(10) unsigned NOT NULL default '0', `im_beep` tinyint(1) NOT NULL default '0', `im_hide` tinyint(1) NOT NULL default '0', `is_invisible` tinyint(1) NOT NULL default '0', `total_spam` smallint(4) unsigned NOT NULL default '0', `last_ip_address` varchar(15) default NULL, `feed_sort` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_id`), KEY `user_name` (`user_name`), KEY `email` (`email`), KEY `user_image` (`user_image`), KEY `user_group_id` (`user_group_id`), KEY `user_status` (`status_id`), KEY `total_spam` (`total_spam`), KEY `status_id` (`status_id`,`view_id`), KEY `public_feed` (`status_id`,`view_id`,`last_activity`), KEY `status_id_2` (`status_id`,`view_id`,`full_name`), KEY `page_id` (`profile_page_id`), KEY `user_id` (`user_id`,`status_id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user` -- LOCK TABLES `phpfox_user` WRITE; /*!40000 ALTER TABLE `phpfox_user` DISABLE KEYS */; INSERT INTO `phpfox_user` VALUES (1,0,0,2,0,0,'profile-1','Christopher Cryan','9582d9975b5e61474f33bac24660a8bf','EOP','carrierergobaby@gmail.com',2,'02081989',602899200,NULL,NULL,0,NULL,0,1378774120,1378774123,1378774147,NULL,0,NULL,0,0,0,0,0,0,'218.56.40.178',0),(2,0,0,2,0,0,'profile-2','oacz82369','67e35ec5d9350d5c1fcba85f724b9c7f','\'%N','c.o.m.f.or.t.hgkp@gmail.com',1,'03141984',448070400,NULL,NULL,0,NULL,0,1378779632,1378779632,1378779632,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(3,0,0,2,0,0,'profile-3','llio6klopo','b210f066d0707c09717186230f11085c','YGZ','disportacmc@gmail.com',1,'10061984',465868800,NULL,NULL,0,NULL,0,1378784567,1378784567,1378784567,NULL,0,NULL,0,0,0,0,0,0,'220.161.96.69',0),(4,0,0,2,0,0,'profile-4','wevfer01','7ccc88f2b13f3152b7cf89e591eaf8b7','LTW','nbhjiliu12@163.com',1,'11091988',595036800,NULL,NULL,0,NULL,0,1378786865,1378786865,1378786865,NULL,0,NULL,0,0,0,0,0,0,'220.161.101.124',0),(5,0,0,2,0,0,'profile-5','nczn15862','d4ff50aa135148a6007ccc6abc025008','M/Q','c.om.fo.r.t.hgkp@gmail.com',1,'01221970',1814400,NULL,NULL,0,NULL,0,1378804389,1378804389,1378804389,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(6,0,0,2,0,0,'profile-6','bbmmko44j','e6d4ec665f4df4af358306a702c46cdb',';K%','desolateyavu@gmail.com',1,'08031984',460339200,NULL,NULL,0,NULL,0,1378804464,1378804464,1378804464,NULL,0,NULL,0,0,0,0,0,0,'220.161.96.69',0),(7,0,0,2,0,0,'profile-7','33717wduq','6498ec49822e147a8f7fe7f945b5ec6e','&C\"','germanjtyw@gmail.com',1,'10061987',560476800,NULL,NULL,0,NULL,0,1378804512,1378804512,1378804512,NULL,0,NULL,0,0,0,0,0,0,'220.161.96.69',0),(8,0,0,2,0,0,'profile-8','rzjb60875','a4c2f502b26157f08c88a8cef4accf0b','+O#','co.m.f.o.r.t.hgkp@gmail.com',1,'10191979',309139200,NULL,NULL,0,NULL,0,1378805444,1378805444,1378805444,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(9,0,0,2,0,0,'profile-9','ivl8c3d07r','a6211fe9ad9f9d2e90bb985405d2f4ca','7Y0','c.o.mf.o.r.t.hgkp@gmail.com',1,'03261976',196646400,NULL,NULL,0,NULL,0,1378806489,1378806489,1378806489,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(10,0,0,2,0,0,'profile-10','u9w4z2g4s1','a0677711bf8393bc654fb1adac3c0179','[[K','s.a.t.anicpzni@gmail.com',1,'01021987',536544000,NULL,NULL,0,NULL,0,1378807000,1378807000,1378807000,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(11,0,0,2,0,0,'profile-11','fjpo38268','a3736ce34770e476f149b2712cd68bb9','@IW','c.o.mfo.r.t.hgkp@gmail.com',1,'05271979',296611200,NULL,NULL,0,NULL,0,1378807599,1378807599,1378807599,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(12,0,0,2,0,0,'profile-12','1p6a3m4x3','ba6ef21d5e2ca19c3e15e7dfb9f51543','\"\'F','s.a.ta.nicpzni@gmail.com',1,'02081989',602899200,NULL,NULL,0,NULL,0,1378807797,1378807797,1378807797,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(13,0,0,2,0,0,'profile-13','9c0g4g2a0','4febc4c7851797175ed282c30bb79a1b','*U!','sata.nicpzni@gmail.com',1,'02251973',99446400,NULL,NULL,0,NULL,0,1378808524,1378808524,1378808524,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(14,0,0,2,0,0,'profile-14','4b8l6l3r0','e8f9c49ec1c3eb6f844b1e911b6b7d95','JG.','s.ata.nicpzni@gmail.com',1,'05231978',264729600,NULL,NULL,0,NULL,0,1378810079,1378810079,1378810079,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(15,0,0,2,0,0,'profile-15','q6f5z6a0x3','c1ad30c6c931206245c92e2257b9e4e6','\"\'+','sa.t.anicpzni@gmail.com',1,'02051970',3024000,NULL,NULL,0,NULL,0,1378810852,1378810852,1378810852,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(16,0,0,2,0,0,'profile-16','csi8f4k30g','42636ea2bbac8295a43b17ad12ec05b8','3[8','co.mfo.r.t.hgkp@gmail.com',1,'02051981',350179200,NULL,NULL,0,NULL,0,1378811200,1378811200,1378811200,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(17,0,0,2,0,0,'profile-17','8h5w4z3f2j','37bdab03cca073d77275354b0bf2b0cf','A79','p.r.ecisionjlon@gmail.com',1,'04131970',8812800,NULL,NULL,0,NULL,0,1378811354,1378811354,1378811354,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(18,0,0,2,0,0,'profile-18','4r5x6b4o8','3537515d876cbaa14506f301e16ddc1d','/D2','s.atanicpzni@gmail.com',1,'04241979',293760000,NULL,NULL,0,NULL,0,1378811669,1378811669,1378811669,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(19,0,0,2,0,0,'profile-19','d3i8r2u0s2','d15b344c1c445e19b2f36980097d953d','1,S','s.a.tanicpzni@gmail.com',1,'06111984',455760000,NULL,NULL,0,NULL,0,1378812508,1378812508,1378812508,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(20,0,0,2,0,0,'profile-20','axs5j2x8r','ffca12c35291dc54faec4c4e93eebf72','=2.','p.r.e.c.isionjlon@gmail.com',1,'08111970',19180800,NULL,NULL,0,NULL,0,1378813001,1378813001,1378813001,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(21,0,0,2,0,0,'profile-21','o9w0z2r7t0','8f7510fefc8a0f3b1a95f6b2d1c86657','\'CS','sat.anicpzni@gmail.com',1,'06131988',582163200,NULL,NULL,0,NULL,0,1378813356,1378813356,1378813356,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(22,0,0,2,0,0,'profile-22','tlk1f1e92r','ac908a2fb7a2e7de989771c82e3b7597','A*Z','c.o.m.f.o.r.t.hgkp@gmail.com',1,'07221983',427680000,NULL,NULL,0,NULL,0,1378813891,1378813891,1378813891,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(23,0,0,2,0,0,'profile-23','4760qzkxd','9c9a29e25f3c1356d0e814c13373647e','239','p.re.c.isionjlon@gmail.com',1,'03181982',385257600,NULL,NULL,0,NULL,0,1378814864,1378814864,1378814864,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(24,0,0,2,0,0,'profile-24','vklx27062','2c070258e743f6162756822b4411d555','DT!','co.mf.o.r.t.hgkp@gmail.com',1,'05211979',296092800,NULL,NULL,0,NULL,0,1378815339,1378815339,1378815339,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(25,0,0,2,0,0,'profile-25','drj6g8k0w','160323fd379a667f6cd75040be300b1f','[+$','preci.sionjlon@gmail.com',1,'05191973',106617600,NULL,NULL,0,NULL,0,1378816955,1378816955,1378816955,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(26,0,0,2,0,0,'profile-26','jzr4r9y81j','2f73f04f25fb32f8d01c1c2605cee0be','+UF','c.omf.o.r.t.hgkp@gmail.com',1,'03091983',416016000,NULL,NULL,0,NULL,0,1378818248,1378818248,1378818248,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(27,0,0,2,0,0,'profile-27','6u7y9y2u6','cccbab85402d8b1afcacd97300cfb1f5','.TE','sa.ta.nicpzni@gmail.com',1,'10191971',56678400,NULL,NULL,0,NULL,0,1378818956,1378818956,1378818956,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(28,0,0,2,0,0,'profile-28','5l0j2q9w9l','d838f823284af3db9a446f6fbed05697','B)!','prec.isionjlon@gmail.com',1,'02061979',287107200,NULL,NULL,0,NULL,0,1378818980,1378818980,1378818980,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(29,0,0,2,0,0,'profile-29','4140tgrgo','9209927d08dd87ac8108ed9eea7b986f','8F8','pr.eci.sionjlon@gmail.com',1,'05121971',42854400,NULL,NULL,0,NULL,0,1378821147,1378821147,1378821147,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(30,0,0,2,0,0,'profile-30','6e3y1i3t4','e37a31814cec27881a8adc7cd0311e81','0XJ','sa.tanicpzni@gmail.com',1,'10111972',87609600,NULL,NULL,0,NULL,0,1378821916,1378821916,1378821916,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(31,0,0,2,0,0,'profile-31','8n7o6t8n8','9bcfbde99408b675166f3343e028257d',',&T','sat.a.nicpzni@gmail.com',1,'09151982',400896000,NULL,NULL,0,NULL,0,1378822932,1378822932,1378822932,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(32,0,0,2,0,0,'profile-32','4h3j2d4v4r','78f41d02b00baebc6a81d2241bbed35e','DB6','pr.e.cisionjlon@gmail.com',1,'09151984',464054400,NULL,NULL,0,NULL,0,1378823512,1378823512,1378823512,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(33,0,0,2,0,0,'profile-33','8v5t3c7y8w','c141bd9ab7291f5dae4efca3b23af5c1','0=:','p.r.ec.isionjlon@gmail.com',1,'04011979',291772800,NULL,NULL,0,NULL,0,1378825923,1378825923,1378825923,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(34,0,0,2,0,0,'profile-34','lya7c9h23p','5841baf6fb0b211102c796290736b36b','\"7-','com.fo.r.t.hgkp@gmail.com',1,'03011990',636249600,NULL,NULL,0,NULL,0,1378829050,1378829050,1378829050,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(35,0,0,2,0,0,'profile-35','k7r9u2v3r1','1b71d41f1f4e484ac3e5f98bee49d3e2','K?(','s.at.anicpzni@gmail.com',1,'07191974',143424000,NULL,NULL,0,NULL,0,1378829668,1378829668,1378829668,NULL,0,NULL,0,0,0,0,0,0,'27.159.203.131',0),(36,0,0,2,0,0,'profile-36','giooppo4j0','a865ddd871c02f17fec4a2b3989b591f','6%?','dovieurw@hotmail.co.jp',1,'09101987',558230400,NULL,NULL,0,NULL,0,1378830373,1378830373,1378830373,NULL,0,NULL,0,0,0,0,0,0,'59.58.149.50',0),(37,0,0,2,0,0,'profile-37','nqz9z2z3q','b44fc7c6446c20e28bf8e2785bc31b85','V(V','pr.ecisionjlon@gmail.com',1,'01061971',31968000,NULL,NULL,0,NULL,0,1378830998,1378830998,1378830998,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(38,0,0,2,0,0,'profile-38','kkvz76858','06fe3977517eb5055d799cf8c5ca74ab','WOK','c.om.f.o.r.t.hgkp@gmail.com',1,'06131975',171849600,NULL,NULL,0,NULL,0,1378832140,1378832140,1378832140,NULL,0,NULL,0,0,0,0,0,0,'27.159.205.31',0),(39,0,0,2,0,0,'profile-39','0e8k0z8o4v','3a1e17d8bb2c9283042b2c82d8bac932','@<$','p.reci.sionjlon@gmail.com',1,'02191978',256694400,NULL,NULL,0,NULL,0,1378833448,1378833448,1378833448,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0),(40,0,0,2,0,0,'profile-40','7i9a7z4c6r','d57b78515b4b4f459e00d7283e934691',',DF','pre.cisionjlon@gmail.com',1,'03051976',194832000,NULL,NULL,0,NULL,0,1378836014,1378836014,1378836014,NULL,0,NULL,0,0,0,0,0,0,'110.85.100.15',0); /*!40000 ALTER TABLE `phpfox_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_activity` -- DROP TABLE IF EXISTS `phpfox_user_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_activity` ( `user_id` int(10) unsigned NOT NULL auto_increment, `activity_blog` int(10) unsigned NOT NULL default '0', `activity_attachment` int(10) unsigned NOT NULL default '0', `activity_comment` int(10) unsigned NOT NULL default '0', `activity_photo` int(10) unsigned NOT NULL default '0', `activity_bulletin` int(10) unsigned NOT NULL default '0', `activity_poll` int(10) unsigned NOT NULL default '0', `activity_invite` int(10) unsigned NOT NULL default '0', `activity_forum` int(10) unsigned NOT NULL default '0', `activity_video` int(10) unsigned NOT NULL default '0', `activity_total` int(10) unsigned NOT NULL default '0', `activity_points` int(10) unsigned NOT NULL default '0', `activity_quiz` int(10) unsigned NOT NULL default '0', `activity_music_song` int(10) unsigned NOT NULL default '0', `activity_marketplace` int(10) unsigned NOT NULL default '0', `activity_event` int(10) unsigned NOT NULL default '0', `activity_pages` int(10) unsigned NOT NULL default '0', `activity_points_gifted` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_activity` -- LOCK TABLES `phpfox_user_activity` WRITE; /*!40000 ALTER TABLE `phpfox_user_activity` DISABLE KEYS */; INSERT INTO `phpfox_user_activity` VALUES (1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `phpfox_user_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_badge` -- DROP TABLE IF EXISTS `phpfox_user_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_badge` ( `user_id` int(10) unsigned NOT NULL default '0', `main_link` mediumtext NOT NULL, `join_link` mediumtext NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_badge` -- LOCK TABLES `phpfox_user_badge` WRITE; /*!40000 ALTER TABLE `phpfox_user_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_blocked` -- DROP TABLE IF EXISTS `phpfox_user_blocked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_blocked` ( `block_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `block_user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, PRIMARY KEY (`block_id`), KEY `user_id` (`user_id`,`block_user_id`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_blocked` -- LOCK TABLES `phpfox_user_blocked` WRITE; /*!40000 ALTER TABLE `phpfox_user_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_count` -- DROP TABLE IF EXISTS `phpfox_user_count`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_count` ( `user_id` int(11) unsigned NOT NULL, `mail_new` int(10) unsigned NOT NULL default '0', `comment_pending` int(10) unsigned NOT NULL default '0', `friend_request` int(10) unsigned NOT NULL default '0', `group_invite` int(10) unsigned NOT NULL default '0', `event_invite` int(10) unsigned NOT NULL default '0', `marketplace_invite` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_count` -- LOCK TABLES `phpfox_user_count` WRITE; /*!40000 ALTER TABLE `phpfox_user_count` DISABLE KEYS */; INSERT INTO `phpfox_user_count` VALUES (1,0,0,0,0,0,0),(2,0,0,0,0,0,0),(3,0,0,0,0,0,0),(4,0,0,0,0,0,0),(5,0,0,0,0,0,0),(6,0,0,0,0,0,0),(7,0,0,0,0,0,0),(8,0,0,0,0,0,0),(9,0,0,0,0,0,0),(10,0,0,0,0,0,0),(11,0,0,0,0,0,0),(12,0,0,0,0,0,0),(13,0,0,0,0,0,0),(14,0,0,0,0,0,0),(15,0,0,0,0,0,0),(16,0,0,0,0,0,0),(17,0,0,0,0,0,0),(18,0,0,0,0,0,0),(19,0,0,0,0,0,0),(20,0,0,0,0,0,0),(21,0,0,0,0,0,0),(22,0,0,0,0,0,0),(23,0,0,0,0,0,0),(24,0,0,0,0,0,0),(25,0,0,0,0,0,0),(26,0,0,0,0,0,0),(27,0,0,0,0,0,0),(28,0,0,0,0,0,0),(29,0,0,0,0,0,0),(30,0,0,0,0,0,0),(31,0,0,0,0,0,0),(32,0,0,0,0,0,0),(33,0,0,0,0,0,0),(34,0,0,0,0,0,0),(35,0,0,0,0,0,0),(36,0,0,0,0,0,0),(37,0,0,0,0,0,0),(38,0,0,0,0,0,0),(39,0,0,0,0,0,0),(40,0,0,0,0,0,0); /*!40000 ALTER TABLE `phpfox_user_count` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_credit` -- DROP TABLE IF EXISTS `phpfox_user_credit`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_credit` ( `user_id` int(10) unsigned NOT NULL default '0', `credits` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_credit` -- LOCK TABLES `phpfox_user_credit` WRITE; /*!40000 ALTER TABLE `phpfox_user_credit` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_credit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_css` -- DROP TABLE IF EXISTS `phpfox_user_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_css` ( `user_id` int(11) unsigned NOT NULL, `css_selector` varchar(255) default NULL, `css_property` varchar(255) default NULL, `css_value` varchar(255) default NULL, `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_css` -- LOCK TABLES `phpfox_user_css` WRITE; /*!40000 ALTER TABLE `phpfox_user_css` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_css_code` -- DROP TABLE IF EXISTS `phpfox_user_css_code`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_css_code` ( `user_id` int(10) unsigned NOT NULL, `css_code` mediumtext, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_css_code` -- LOCK TABLES `phpfox_user_css_code` WRITE; /*!40000 ALTER TABLE `phpfox_user_css_code` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_css_code` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom` -- DROP TABLE IF EXISTS `phpfox_user_custom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom` ( `user_id` int(11) unsigned NOT NULL, `cf_about_me` mediumtext, `cf_who_i_d_like_to_meet` mediumtext, `cf_interests` mediumtext, `cf_music` mediumtext, `cf_movies` mediumtext, `cf_smoker` varchar(150) default NULL, `cf_drinker` varchar(150) default NULL, `cf_record_label_name` varchar(255) default NULL, `cf_record_label_type` varchar(150) default NULL, `cf_relationship_status` varchar(150) default NULL, `cf_which_best_describes` varchar(150) default NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom` -- LOCK TABLES `phpfox_user_custom` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom_data` -- DROP TABLE IF EXISTS `phpfox_user_custom_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom_data` ( `field_id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `total_like` int(11) unsigned NOT NULL default '0', `total_comment` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom_data` -- LOCK TABLES `phpfox_user_custom_data` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom_multiple_value` -- DROP TABLE IF EXISTS `phpfox_user_custom_multiple_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom_multiple_value` ( `user_id` int(11) unsigned NOT NULL, `field_id` smallint(4) unsigned NOT NULL, `option_id` smallint(4) unsigned NOT NULL, KEY `user_id` (`user_id`,`field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom_multiple_value` -- LOCK TABLES `phpfox_user_custom_multiple_value` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom_multiple_value` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom_multiple_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_custom_value` -- DROP TABLE IF EXISTS `phpfox_user_custom_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_custom_value` ( `user_id` int(10) unsigned NOT NULL, `cf_about_me` mediumtext, `cf_who_i_d_like_to_meet` mediumtext, `cf_interests` mediumtext, `cf_music` mediumtext, `cf_movies` mediumtext, `cf_smoker` smallint(4) unsigned default '0', `cf_drinker` smallint(4) unsigned default '0', `cf_record_label_name` varchar(255) default NULL, `cf_record_label_type` varchar(150) default NULL, `cf_relationship_status` smallint(4) unsigned default NULL, `cf_which_best_describes` varchar(150) default NULL, UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_custom_value` -- LOCK TABLES `phpfox_user_custom_value` WRITE; /*!40000 ALTER TABLE `phpfox_user_custom_value` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_custom_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_dashboard` -- DROP TABLE IF EXISTS `phpfox_user_dashboard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_dashboard` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`,`is_hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_dashboard` -- LOCK TABLES `phpfox_user_dashboard` WRITE; /*!40000 ALTER TABLE `phpfox_user_dashboard` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_dashboard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_delete` -- DROP TABLE IF EXISTS `phpfox_user_delete`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_delete` ( `delete_id` int(10) unsigned NOT NULL auto_increment, `phrase_var` varchar(250) NOT NULL, `module_id` varchar(75) NOT NULL, `product_id` varchar(25) NOT NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`delete_id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_delete` -- LOCK TABLES `phpfox_user_delete` WRITE; /*!40000 ALTER TABLE `phpfox_user_delete` DISABLE KEYS */; INSERT INTO `phpfox_user_delete` VALUES (1,'core.user_cancellation_9','core','phpfox',0,1),(2,'core.user_cancellation_10','core','phpfox',0,1),(3,'core.user_cancellation_11','core','phpfox',0,1),(4,'core.user_cancellation_12','core','phpfox',0,1),(5,'core.user_cancellation_13','core','phpfox',0,1),(6,'core.user_cancellation_14','core','phpfox',0,1); /*!40000 ALTER TABLE `phpfox_user_delete` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_delete_feedback` -- DROP TABLE IF EXISTS `phpfox_user_delete_feedback`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_delete_feedback` ( `feedback_id` int(10) unsigned NOT NULL auto_increment, `user_email` varchar(100) NOT NULL, `full_name` varchar(255) NOT NULL, `user_group_id` smallint(4) unsigned NOT NULL, `feedback_text` varchar(255) default NULL, `reasons_given` varchar(255) default NULL, `time_stamp` int(11) unsigned NOT NULL, PRIMARY KEY (`feedback_id`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_delete_feedback` -- LOCK TABLES `phpfox_user_delete_feedback` WRITE; /*!40000 ALTER TABLE `phpfox_user_delete_feedback` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_delete_feedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_design_order` -- DROP TABLE IF EXISTS `phpfox_user_design_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_design_order` ( `user_id` int(11) unsigned NOT NULL, `cache_id` varchar(255) NOT NULL, `block_id` varchar(75) default NULL, `is_hidden` tinyint(1) NOT NULL default '0', `ordering` smallint(4) unsigned NOT NULL default '0', KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_design_order` -- LOCK TABLES `phpfox_user_design_order` WRITE; /*!40000 ALTER TABLE `phpfox_user_design_order` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_design_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_featured` -- DROP TABLE IF EXISTS `phpfox_user_featured`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_featured` ( `user_id` int(10) unsigned NOT NULL, `ordering` tinyint(2) NOT NULL default '0', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_featured` -- LOCK TABLES `phpfox_user_featured` WRITE; /*!40000 ALTER TABLE `phpfox_user_featured` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_featured` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_field` -- DROP TABLE IF EXISTS `phpfox_user_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_field` ( `user_id` int(10) unsigned NOT NULL auto_increment, `first_name` varchar(255) default NULL, `last_name` varchar(255) default NULL, `signature` mediumtext, `signature_clean` mediumtext, `designer_style_id` smallint(4) unsigned NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `total_friend` int(10) unsigned NOT NULL default '0', `total_post` int(10) unsigned NOT NULL default '0', `total_profile_song` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `total_user_change` tinyint(3) NOT NULL default '0', `total_full_name_change` tinyint(3) NOT NULL default '0', `country_child_id` mediumint(8) unsigned NOT NULL default '0', `city_location` varchar(100) default NULL, `postal_code` varchar(20) default NULL, `subscribe_id` int(10) unsigned NOT NULL default '0', `dob_setting` tinyint(1) NOT NULL default '0', `birthday_range` char(4) default NULL, `rss_count` int(10) unsigned NOT NULL default '0', `css_hash` char(32) default NULL, `newsletter_state` tinyint(1) NOT NULL default '0', `in_admincp` int(10) unsigned NOT NULL default '0', `default_currency` varchar(3) default NULL, `total_blog` int(10) unsigned NOT NULL default '0', `total_video` int(10) unsigned NOT NULL default '0', `total_poll` int(10) unsigned NOT NULL default '0', `total_quiz` int(10) unsigned NOT NULL default '0', `total_event` int(10) unsigned NOT NULL default '0', `total_song` int(10) unsigned NOT NULL default '0', `total_listing` int(10) unsigned NOT NULL default '0', `total_photo` int(10) unsigned NOT NULL default '0', `total_pages` int(10) unsigned NOT NULL default '0', `brute_force_locked_at` int(10) unsigned default NULL, `relation_data_id` int(10) unsigned NOT NULL default '0', `relation_with` tinyint(1) NOT NULL default '0', `cover_photo` int(10) unsigned NOT NULL default '0', `cover_photo_top` varchar(5) default NULL, `use_timeline` tinyint(1) NOT NULL default '0', `landing_page` varchar(50) default NULL, `location_latlng` varchar(100) default NULL, UNIQUE KEY `user_id` (`user_id`), KEY `designer_style_id` (`designer_style_id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_field` -- LOCK TABLES `phpfox_user_field` WRITE; /*!40000 ALTER TABLE `phpfox_user_field` DISABLE KEYS */; INSERT INTO `phpfox_user_field` VALUES (1,NULL,NULL,NULL,NULL,0,0,0,40,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0208',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(2,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0314',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(3,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1006',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(4,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1109',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(5,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0122',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(6,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0803',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(7,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1006',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(8,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1019',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(9,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0326',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(10,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0102',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(11,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0527',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(12,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0208',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(13,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0225',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(14,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0523',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(15,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0205',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(16,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0205',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(17,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0413',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(18,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0424',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(19,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0611',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(20,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0811',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(21,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0613',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(22,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0722',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(23,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0318',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(24,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0521',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(25,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0519',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(26,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0309',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(27,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1019',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(28,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0206',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(29,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0512',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(30,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'1011',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(31,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0915',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(32,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0915',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(33,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0401',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(34,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0301',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(35,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0719',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(36,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0910',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(37,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0106',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(38,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0613',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(39,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0219',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL),(40,NULL,NULL,NULL,NULL,0,0,0,1,0,0,'0.00',0,0,0,0,NULL,NULL,0,0,'0305',0,NULL,0,0,NULL,0,0,0,0,0,0,0,0,0,NULL,0,0,0,NULL,0,NULL,NULL); /*!40000 ALTER TABLE `phpfox_user_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_gateway` -- DROP TABLE IF EXISTS `phpfox_user_gateway`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_gateway` ( `user_id` int(10) unsigned NOT NULL, `gateway_id` varchar(75) NOT NULL, `gateway_detail` mediumtext, KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_gateway` -- LOCK TABLES `phpfox_user_gateway` WRITE; /*!40000 ALTER TABLE `phpfox_user_gateway` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_gateway` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group` -- DROP TABLE IF EXISTS `phpfox_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group` ( `user_group_id` tinyint(3) NOT NULL, `inherit_id` tinyint(3) NOT NULL default '0', `title` varchar(255) NOT NULL, `is_special` tinyint(1) NOT NULL default '0', `prefix` varchar(75) default NULL, `suffix` varchar(75) default NULL, `icon_ext` varchar(6) default NULL, PRIMARY KEY (`user_group_id`), KEY `user_group_id` (`user_group_id`), KEY `is_special` (`is_special`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group` -- LOCK TABLES `phpfox_user_group` WRITE; /*!40000 ALTER TABLE `phpfox_user_group` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group_custom` -- DROP TABLE IF EXISTS `phpfox_user_group_custom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group_custom` ( `setting_id` int(10) unsigned NOT NULL auto_increment, `user_group_id` tinyint(4) NOT NULL, `module_id` varchar(75) NOT NULL, `name` varchar(250) NOT NULL, `default_value` text NOT NULL, PRIMARY KEY (`setting_id`), KEY `user_group_id` (`user_group_id`,`module_id`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group_custom` -- LOCK TABLES `phpfox_user_group_custom` WRITE; /*!40000 ALTER TABLE `phpfox_user_group_custom` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_group_custom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_group_setting` -- DROP TABLE IF EXISTS `phpfox_user_group_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_group_setting` ( `setting_id` mediumint(8) unsigned NOT NULL auto_increment, `is_admin_setting` tinyint(1) NOT NULL default '0', `is_hidden` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `product_id` varchar(25) NOT NULL default 'phpfox', `name` varchar(250) NOT NULL, `type_id` varchar(255) NOT NULL, `default_admin` text NOT NULL, `default_user` text NOT NULL, `default_guest` text NOT NULL, `default_staff` text NOT NULL, `ordering` tinyint(3) NOT NULL default '0', PRIMARY KEY (`setting_id`), KEY `product_id` (`product_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=127 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_group_setting` -- LOCK TABLES `phpfox_user_group_setting` WRITE; /*!40000 ALTER TABLE `phpfox_user_group_setting` DISABLE KEYS */; INSERT INTO `phpfox_user_group_setting` VALUES (1,0,0,'admincp','phpfox','can_clear_site_cache','boolean','1','0','0','0',2),(2,0,0,'admincp','phpfox','can_add_new_block','boolean','1','0','0','0',0),(3,0,0,'admincp','phpfox','can_view_product_options','boolean','1','0','0','0',0),(4,0,0,'admincp','phpfox','can_manage_modules','boolean','1','0','0','0',0),(5,0,0,'admincp','phpfox','can_add_new_modules','boolean','1','0','0','0',0),(6,1,0,'admincp','phpfox','has_admin_access','boolean','1','0','0','1',0),(7,0,0,'apps','phpfox','can_add_app','boolean','true','false','false','true',0),(8,0,0,'apps','phpfox','can_view_app','boolean','true','true','false','true',0),(9,0,0,'apps','phpfox','apps_require_moderation','boolean','false','true','true','false',0),(10,0,0,'apps','phpfox','can_moderate_apps','boolean','true','false','false','true',0),(11,0,0,'core','phpfox','can_view_update_info','boolean','1','1','1','1',0),(12,0,0,'core','phpfox','can_view_private_items','boolean','1','0','0','1',0),(13,0,0,'core','phpfox','can_add_new_setting','boolean','1','0','0','0',0),(14,0,0,'core','phpfox','can_view_site_offline','boolean','1','0','0','1',0),(15,0,0,'core','phpfox','user_is_banned','boolean','0','0','0','0',0),(16,0,0,'core','phpfox','is_spam_free','boolean','1','0','0','0',0),(17,0,0,'core','phpfox','can_view_twitter_updates','boolean','1','0','0','0',0),(18,0,0,'core','phpfox','can_view_news_updates','boolean','1','0','0','0',0),(19,0,0,'core','phpfox','can_design_dnd','boolean','true','false','false','false',0),(20,0,0,'core','phpfox','can_gift_points','boolean','true','false','false','false',0),(21,0,0,'custom','phpfox','can_edit_own_custom_field','boolean','1','1','0','1',0),(22,0,0,'custom','phpfox','can_edit_other_custom_fields','boolean','1','0','0','1',0),(23,0,0,'custom','phpfox','can_manage_custom_fields','boolean','1','0','0','1',0),(24,0,0,'custom','phpfox','can_add_custom_fields','boolean','1','0','0','1',0),(25,0,0,'custom','phpfox','can_add_custom_fields_group','boolean','1','0','0','1',0),(26,0,0,'custom','phpfox','has_special_custom_fields','boolean','0','0','0','0',0),(27,0,0,'custom','phpfox','custom_table_name','string','','','','',0),(28,0,0,'custom','phpfox','can_have_relationship','boolean','true','true','false','true',0),(29,0,0,'help','phpfox','show_tips','boolean','1','1','1','1',0),(30,0,0,'language','phpfox','can_manage_lang_packs','boolean','1','0','0','0',0),(31,0,0,'page','phpfox','can_manage_custom_pages','boolean','1','0','0','0',0),(32,0,0,'profile','phpfox','can_post_comment_on_profile','boolean','1','1','0','1',0),(33,0,0,'profile','phpfox','can_custom_design_own_profile','boolean','1','1','0','1',0),(34,0,0,'profile','phpfox','display_membership_info','boolean','1','1','0','1',0),(35,0,0,'profile','phpfox','can_view_users_profile','boolean','1','1','1','1',0),(36,0,0,'profile','phpfox','can_change_cover_photo','boolean','1','1','0','1',0),(37,0,0,'theme','phpfox','can_view_theme_sample','boolean','1','1','1','1',0),(38,0,0,'user','phpfox','can_add_user_group_setting','boolean','1','0','0','0',0),(39,0,0,'user','phpfox','can_control_profile_privacy','boolean','1','1','0','1',0),(40,0,0,'user','phpfox','can_control_notification_privacy','boolean','1','1','0','1',0),(41,0,0,'user','phpfox','can_override_user_privacy','boolean','1','0','0','1',0),(42,0,0,'user','phpfox','require_profile_image','boolean','0','0','0','0',0),(43,0,0,'user','phpfox','can_edit_gender_setting','boolean','1','1','0','1',0),(44,0,0,'user','phpfox','custom_name_field','string','','','','',0),(45,0,0,'user','phpfox','can_edit_dob','boolean','1','1','0','1',0),(46,0,0,'user','phpfox','can_edit_users','boolean','1','0','0','1',0),(47,0,0,'user','phpfox','can_stay_logged_in','boolean','1','1','0','1',0),(48,0,0,'user','phpfox','can_change_other_user_picture','boolean','1','0','0','1',0),(49,0,0,'user','phpfox','can_edit_other_user_privacy','boolean','1','0','0','1',0),(50,0,0,'user','phpfox','can_change_own_user_name','boolean','1','0','0','0',0),(51,0,0,'user','phpfox','total_times_can_change_user_name','integer','3','3','3','3',0),(52,0,0,'user','phpfox','can_block_other_members','boolean','1','1','0','1',0),(53,0,0,'user','phpfox','can_be_blocked_by_others','boolean','0','1','1','0',0),(54,0,0,'user','phpfox','can_feature','boolean','true','false','false','false',0),(55,0,0,'user','phpfox','can_change_email','boolean','true','true','false','true',0),(56,0,0,'user','phpfox','can_verify_others_emails','boolean','true','false','false','true',0),(57,0,0,'user','phpfox','can_delete_own_account','boolean','false','true','false','false',0),(58,0,0,'user','phpfox','can_change_own_full_name','boolean','true','true','false','true',0),(59,0,0,'user','phpfox','total_times_can_change_own_full_name','integer','0','3','1','0',0),(60,0,0,'user','phpfox','can_delete_others_account','boolean','true','false','false','false',0),(61,0,0,'user','phpfox','can_be_invisible','boolean','1','1','0','1',0),(62,0,0,'user','phpfox','total_upload_space','integer','0','0','0','0',0),(63,0,0,'user','phpfox','force_cropping_tool_for_photos','boolean','0','0','0','0',0),(64,0,0,'user','phpfox','max_upload_size_profile_photo','integer','500','500','500','500',0),(65,0,0,'user','phpfox','can_search_user_gender','boolean','1','1','1','1',0),(66,0,0,'user','phpfox','can_search_user_age','boolean','1','1','1','1',0),(67,0,0,'user','phpfox','can_browse_users_in_public','boolean','1','1','1','1',0),(68,0,0,'user','phpfox','can_edit_user_group_membership','boolean','1','0','0','0',0),(69,0,0,'user','phpfox','can_view_if_a_user_is_invisible','boolean','1','0','0','1',0),(70,0,0,'user','phpfox','can_edit_currency','boolean','1','1','0','1',0),(71,0,0,'user','phpfox','can_manage_user_group_settings','boolean','1','0','0','0',0),(72,0,0,'user','phpfox','can_edit_user_group','boolean','1','0','0','0',0),(73,0,0,'user','phpfox','can_delete_user_group','boolean','1','0','0','0',0),(74,0,0,'user','phpfox','can_member_snoop','boolean','false','false','false','false',0),(75,0,0,'user','phpfox','can_purchase_with_points','boolean','1','1','0','1',0),(76,0,0,'user','phpfox','hide_from_browse','boolean','false','false','false','false',0),(77,0,0,'user','phpfox','can_search_by_zip','boolean','true','true','true','true',0),(78,0,0,'ad','phpfox','show_ads','boolean','true','true','true','true',0),(79,0,0,'ad','phpfox','can_create_ad_campaigns','boolean','0','0','0','0',0),(80,0,0,'announcement','phpfox','can_close_announcement','boolean','true','true','false','true',0),(81,0,0,'announcement','phpfox','can_view_announcements','boolean','1','1','1','1',0),(82,0,0,'attachment','phpfox','points_attachment','integer','1','1','1','1',2),(83,0,0,'attachment','phpfox','can_attach_on_blog','boolean','1','1','0','1',3),(84,0,0,'attachment','phpfox','attachment_limit','string','null','null','0','null',1),(85,0,0,'attachment','phpfox','delete_own_attachment','boolean','1','1','0','1',0),(86,0,0,'attachment','phpfox','delete_user_attachment','boolean','1','0','0','1',0),(87,0,0,'attachment','phpfox','can_attach_on_bulletin','boolean','1','1','0','1',0),(88,0,0,'attachment','phpfox','item_max_upload_size','integer','0','500','1','0',0),(89,0,0,'blog','phpfox','view_blogs','boolean','1','1','1','1',1),(90,0,0,'blog','phpfox','edit_own_blog','boolean','1','1','0','1',2),(91,0,0,'blog','phpfox','edit_user_blog','boolean','1','0','0','1',3),(92,0,0,'blog','phpfox','delete_own_blog','boolean','1','1','0','1',4),(93,0,0,'blog','phpfox','delete_user_blog','boolean','1','0','0','1',5),(94,0,0,'blog','phpfox','search_blogs','boolean','1','1','1','1',6),(95,0,0,'blog','phpfox','add_new_blog','boolean','1','1','0','1',7),(96,0,0,'blog','phpfox','points_blog','integer','1','1','1','1',8),(97,0,0,'blog','phpfox','blog_add_categories','boolean','1','1','0','1',10),(98,0,0,'blog','phpfox','can_password_protect_blogs','boolean','1','1','0','1',12),(99,0,0,'blog','phpfox','can_control_comments_on_blogs','boolean','1','1','0','1',13),(100,0,0,'blog','phpfox','can_use_editor_on_blog','boolean','1','1','0','1',14),(101,0,0,'blog','phpfox','can_post_comment_on_blog','boolean','1','1','0','1',0),(102,0,0,'blog','phpfox','can_view_password_protected_blog','boolean','1','1','0','1',15),(103,0,0,'blog','phpfox','blog_category_limit','string','10','null','0','10',0),(104,0,0,'blog','phpfox','show_drafts_count','boolean','1','0','0','1',0),(105,0,0,'blog','phpfox','can_delete_other_blog_category','boolean','1','0','0','1',0),(106,0,0,'blog','phpfox','can_delete_own_blog_category','boolean','1','1','0','1',0),(107,0,0,'blog','phpfox','can_approve_blogs','boolean','1','0','0','1',0),(108,0,0,'blog','phpfox','can_view_private_blogs','boolean','1','0','0','1',0),(109,0,0,'blog','phpfox','approve_blogs','boolean','0','0','0','0',0),(110,0,0,'blog','phpfox','flood_control_blog','integer','0','0','0','0',0),(111,0,0,'captcha','phpfox','captcha_on_blog_add','boolean','0','0','0','0',9),(112,0,0,'captcha','phpfox','captcha_on_comment','boolean','0','0','1','0',0),(113,0,0,'comment','phpfox','wysiwyg_on_comments','boolean','0','0','0','0',0),(114,0,0,'comment','phpfox','edit_own_comment','boolean','1','0','0','1',0),(115,0,0,'comment','phpfox','edit_user_comment','boolean','1','0','0','1',0),(116,0,0,'comment','phpfox','delete_own_comment','boolean','1','1','0','1',0),(117,0,0,'comment','phpfox','delete_user_comment','boolean','1','0','0','1',0),(118,0,0,'comment','phpfox','points_comment','integer','1','1','1','1',0),(119,0,0,'comment','phpfox','can_vote_on_comments','boolean','1','1','0','1',0),(120,0,0,'comment','phpfox','can_post_comments','boolean','1','1','0','1',0),(121,0,0,'comment','phpfox','comment_post_flood_control','integer','0','0','1','0',0),(122,0,0,'comment','phpfox','can_moderate_comments','boolean','1','0','0','1',0),(123,0,0,'comment','phpfox','can_delete_comments_posted_on_own_profile','boolean','1','1','0','1',0),(124,0,0,'comment','phpfox','can_comment_on_own_profile','boolean','1','1','0','1',0),(125,0,0,'comment','phpfox','approve_all_comments','boolean','0','0','0','0',0),(126,0,0,'comment','phpfox','can_delete_comment_on_own_item','boolean','0','0','0','0',0); /*!40000 ALTER TABLE `phpfox_user_group_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_inactive` -- DROP TABLE IF EXISTS `phpfox_user_inactive`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_inactive` ( `job_id` int(11) unsigned NOT NULL auto_increment, `days_inactive` int(11) unsigned NOT NULL, `batch_size` int(11) unsigned NOT NULL, `page_number` int(11) unsigned NOT NULL, `date_started` int(11) unsigned NOT NULL, `total_users` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, PRIMARY KEY (`job_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_inactive` -- LOCK TABLES `phpfox_user_inactive` WRITE; /*!40000 ALTER TABLE `phpfox_user_inactive` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_inactive` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_ip` -- DROP TABLE IF EXISTS `phpfox_user_ip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_ip` ( `ip_log` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `type_id` varchar(20) default NULL, `ip_address` varchar(15) NOT NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`ip_log`), KEY `user_id` (`user_id`), KEY `ip_address` (`ip_address`), KEY `user_id_2` (`user_id`,`ip_address`), KEY `user_id_3` (`user_id`,`type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_ip` -- LOCK TABLES `phpfox_user_ip` WRITE; /*!40000 ALTER TABLE `phpfox_user_ip` DISABLE KEYS */; INSERT INTO `phpfox_user_ip` VALUES (1,0,'login_failed','220.161.96.243',1378749997),(2,0,'login_failed','59.60.124.76',1378751058),(3,0,'login_failed','59.60.124.76',1378756508),(4,0,'login_failed','59.60.124.76',1378758998),(5,0,'login_failed','59.60.124.76',1378762232),(6,0,'login_failed','59.60.124.76',1378768795),(7,0,'login_failed','59.60.124.76',1378769086),(8,1,'register','218.56.40.178',1378774120),(9,1,'login','218.56.40.178',1378774120),(10,1,'session_login','218.56.40.178',1378774123),(11,0,'login_failed','59.60.123.224',1378774496),(12,0,'login_failed','117.26.84.126',1378779109),(13,2,'register','27.159.205.31',1378779632),(14,2,'login','27.159.205.31',1378779632),(15,0,'login_failed','220.161.96.108',1378779741),(16,0,'login_failed','117.26.84.126',1378780520),(17,0,'login_failed','117.26.84.126',1378781179),(18,0,'login_failed','117.26.84.126',1378781352),(19,0,'login_failed','117.26.84.126',1378781620),(20,0,'login_failed','220.161.96.108',1378781632),(21,0,'login_failed','117.26.84.126',1378781644),(22,0,'login_failed','117.26.84.126',1378781666),(23,0,'login_failed','117.26.84.126',1378783627),(24,0,'login_failed','117.26.84.126',1378784182),(25,0,'login_failed','117.26.84.126',1378784533),(26,3,'register','220.161.96.69',1378784567),(27,3,'login','220.161.96.69',1378784567),(28,0,'login_failed','117.26.84.126',1378785932),(29,0,'login_failed','220.161.96.108',1378786040),(30,0,'login_failed','117.26.84.126',1378786430),(31,4,'register','220.161.101.124',1378786865),(32,4,'login','220.161.101.124',1378786865),(33,0,'login_failed','117.26.84.126',1378787611),(34,0,'login_failed','117.26.84.126',1378788368),(35,0,'login_failed','117.26.84.126',1378788541),(36,0,'login_failed','117.26.84.126',1378788566),(37,0,'login_failed','117.26.84.126',1378788772),(38,0,'login_failed','220.161.96.108',1378788829),(39,0,'login_failed','117.26.84.126',1378789801),(40,0,'login_failed','220.161.96.108',1378790013),(41,0,'login_failed','117.26.84.126',1378790592),(42,0,'login_failed','117.26.84.126',1378791518),(43,0,'login_failed','117.26.84.126',1378792357),(44,0,'login_failed','117.26.84.126',1378793613),(45,0,'login_failed','59.60.123.224',1378793819),(46,0,'login_failed','117.26.84.126',1378794532),(47,0,'login_failed','220.161.96.108',1378795994),(48,5,'register','27.159.205.31',1378804389),(49,5,'login','27.159.205.31',1378804389),(50,6,'register','220.161.96.69',1378804464),(51,6,'login','220.161.96.69',1378804464),(52,7,'register','220.161.96.69',1378804512),(53,7,'login','220.161.96.69',1378804512),(54,0,'login_failed','117.26.84.126',1378805094),(55,0,'login_failed','59.58.155.56',1378805288),(56,8,'register','27.159.205.31',1378805444),(57,8,'login','27.159.205.31',1378805444),(58,0,'login_failed','117.26.84.126',1378805707),(59,9,'register','27.159.205.31',1378806489),(60,9,'login','27.159.205.31',1378806489),(61,0,'login_failed','117.26.84.126',1378806662),(62,10,'register','27.159.203.131',1378807000),(63,10,'login','27.159.203.131',1378807000),(64,0,'login_failed','220.161.96.69',1378807035),(65,0,'login_failed','220.161.101.124',1378807539),(66,0,'login_failed','220.161.96.69',1378807581),(67,11,'register','27.159.205.31',1378807599),(68,11,'login','27.159.205.31',1378807599),(69,0,'login_failed','220.161.96.69',1378807748),(70,12,'register','27.159.203.131',1378807797),(71,12,'login','27.159.203.131',1378807797),(72,0,'login_failed','117.26.84.126',1378807875),(73,0,'login_failed','117.26.84.126',1378807956),(74,0,'login_failed','117.26.84.126',1378807976),(75,0,'login_failed','220.161.96.108',1378808009),(76,13,'register','27.159.203.131',1378808524),(77,13,'login','27.159.203.131',1378808524),(78,0,'login_failed','220.161.96.108',1378809414),(79,0,'login_failed','117.26.84.126',1378809688),(80,14,'register','27.159.203.131',1378810079),(81,14,'login','27.159.203.131',1378810079),(82,0,'login_failed','117.26.84.126',1378810429),(83,0,'login_failed','117.26.84.126',1378810476),(84,15,'register','27.159.203.131',1378810852),(85,15,'login','27.159.203.131',1378810852),(86,16,'register','27.159.205.31',1378811200),(87,16,'login','27.159.205.31',1378811200),(88,17,'register','110.85.100.15',1378811354),(89,17,'login','110.85.100.15',1378811354),(90,18,'register','27.159.203.131',1378811669),(91,18,'login','27.159.203.131',1378811669),(92,0,'login_failed','117.26.84.126',1378811910),(93,19,'register','27.159.203.131',1378812508),(94,19,'login','27.159.203.131',1378812508),(95,20,'register','110.85.100.15',1378813001),(96,20,'login','110.85.100.15',1378813001),(97,21,'register','27.159.203.131',1378813356),(98,21,'login','27.159.203.131',1378813356),(99,0,'login_failed','220.161.96.108',1378813757),(100,22,'register','27.159.205.31',1378813891),(101,22,'login','27.159.205.31',1378813891),(102,23,'register','110.85.100.15',1378814864),(103,23,'login','110.85.100.15',1378814864),(104,0,'login_failed','220.161.96.108',1378814942),(105,24,'register','27.159.205.31',1378815339),(106,24,'login','27.159.205.31',1378815339),(107,0,'login_failed','59.58.155.56',1378815892),(108,25,'register','110.85.100.15',1378816955),(109,25,'login','110.85.100.15',1378816955),(110,26,'register','27.159.205.31',1378818248),(111,26,'login','27.159.205.31',1378818248),(112,0,'login_failed','220.161.96.108',1378818813),(113,27,'register','27.159.203.131',1378818956),(114,27,'login','27.159.203.131',1378818956),(115,28,'register','110.85.100.15',1378818980),(116,28,'login','110.85.100.15',1378818980),(117,0,'login_failed','220.161.96.108',1378820701),(118,29,'register','110.85.100.15',1378821147),(119,29,'login','110.85.100.15',1378821147),(120,30,'register','27.159.203.131',1378821916),(121,30,'login','27.159.203.131',1378821916),(122,31,'register','27.159.203.131',1378822932),(123,31,'login','27.159.203.131',1378822932),(124,32,'register','110.85.100.15',1378823512),(125,32,'login','110.85.100.15',1378823512),(126,0,'login_failed','220.161.96.108',1378825178),(127,0,'login_failed','220.161.96.108',1378825749),(128,33,'register','110.85.100.15',1378825923),(129,33,'login','110.85.100.15',1378825923),(130,0,'login_failed','199.168.139.204',1378826007),(131,0,'login_failed','59.58.155.56',1378827469),(132,34,'register','27.159.205.31',1378829050),(133,34,'login','27.159.205.31',1378829050),(134,0,'login_failed','199.168.139.204',1378829422),(135,35,'register','27.159.203.131',1378829668),(136,35,'login','27.159.203.131',1378829668),(137,36,'register','59.58.149.50',1378830373),(138,36,'login','59.58.149.50',1378830373),(139,37,'register','110.85.100.15',1378830998),(140,37,'login','110.85.100.15',1378830998),(141,0,'login_failed','220.161.96.108',1378831873),(142,0,'login_failed','220.161.96.108',1378831877),(143,38,'register','27.159.205.31',1378832140),(144,38,'login','27.159.205.31',1378832140),(145,39,'register','110.85.100.15',1378833448),(146,39,'login','110.85.100.15',1378833448),(147,40,'register','110.85.100.15',1378836014),(148,40,'login','110.85.100.15',1378836014); /*!40000 ALTER TABLE `phpfox_user_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_notification` -- DROP TABLE IF EXISTS `phpfox_user_notification`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_notification` ( `user_id` int(10) unsigned NOT NULL, `user_notification` varchar(100) NOT NULL, KEY `user_id` (`user_id`,`user_notification`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_notification` -- LOCK TABLES `phpfox_user_notification` WRITE; /*!40000 ALTER TABLE `phpfox_user_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_privacy` -- DROP TABLE IF EXISTS `phpfox_user_privacy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_privacy` ( `user_id` int(10) unsigned NOT NULL, `user_privacy` varchar(100) NOT NULL, `user_value` tinyint(1) NOT NULL default '0', KEY `user_id` (`user_id`,`user_privacy`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_privacy` -- LOCK TABLES `phpfox_user_privacy` WRITE; /*!40000 ALTER TABLE `phpfox_user_privacy` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_privacy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_promotion` -- DROP TABLE IF EXISTS `phpfox_user_promotion`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_promotion` ( `promotion_id` smallint(4) unsigned NOT NULL auto_increment, `user_group_id` tinyint(3) NOT NULL, `upgrade_user_group_id` tinyint(3) NOT NULL, `total_activity` int(10) unsigned NOT NULL default '0', `total_day` varchar(5) default NULL, `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`promotion_id`), KEY `user_group_id` (`user_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_promotion` -- LOCK TABLES `phpfox_user_promotion` WRITE; /*!40000 ALTER TABLE `phpfox_user_promotion` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_promotion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_rating` -- DROP TABLE IF EXISTS `phpfox_user_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_rating` -- LOCK TABLES `phpfox_user_rating` WRITE; /*!40000 ALTER TABLE `phpfox_user_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_setting` -- DROP TABLE IF EXISTS `phpfox_user_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_setting` ( `user_group_id` tinyint(3) NOT NULL, `setting_id` mediumint(8) unsigned NOT NULL, `value_actual` text NOT NULL, KEY `user_group_id` (`user_group_id`,`setting_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_setting` -- LOCK TABLES `phpfox_user_setting` WRITE; /*!40000 ALTER TABLE `phpfox_user_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_snoop` -- DROP TABLE IF EXISTS `phpfox_user_snoop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_snoop` ( `time_stamp` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL, `logging_in_as` int(11) unsigned NOT NULL, KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_snoop` -- LOCK TABLES `phpfox_user_snoop` WRITE; /*!40000 ALTER TABLE `phpfox_user_snoop` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_snoop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_space` -- DROP TABLE IF EXISTS `phpfox_user_space`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_space` ( `user_id` int(10) unsigned NOT NULL auto_increment, `space_attachment` int(10) unsigned NOT NULL default '0', `space_photo` int(10) unsigned NOT NULL default '0', `space_poll` int(10) unsigned NOT NULL default '0', `space_quiz` int(10) unsigned NOT NULL default '0', `space_marketplace` int(10) unsigned NOT NULL default '0', `space_event` int(10) unsigned NOT NULL default '0', `space_group` int(10) unsigned NOT NULL default '0', `space_music` int(10) unsigned NOT NULL default '0', `space_music_image` int(10) unsigned NOT NULL default '0', `space_video` int(10) unsigned NOT NULL default '0', `space_pages` int(10) unsigned NOT NULL default '0', `space_total` int(10) unsigned NOT NULL default '0', UNIQUE KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_space` -- LOCK TABLES `phpfox_user_space` WRITE; /*!40000 ALTER TABLE `phpfox_user_space` DISABLE KEYS */; INSERT INTO `phpfox_user_space` VALUES (1,0,0,0,0,0,0,0,0,0,0,0,0),(2,0,0,0,0,0,0,0,0,0,0,0,0),(3,0,0,0,0,0,0,0,0,0,0,0,0),(4,0,0,0,0,0,0,0,0,0,0,0,0),(5,0,0,0,0,0,0,0,0,0,0,0,0),(6,0,0,0,0,0,0,0,0,0,0,0,0),(7,0,0,0,0,0,0,0,0,0,0,0,0),(8,0,0,0,0,0,0,0,0,0,0,0,0),(9,0,0,0,0,0,0,0,0,0,0,0,0),(10,0,0,0,0,0,0,0,0,0,0,0,0),(11,0,0,0,0,0,0,0,0,0,0,0,0),(12,0,0,0,0,0,0,0,0,0,0,0,0),(13,0,0,0,0,0,0,0,0,0,0,0,0),(14,0,0,0,0,0,0,0,0,0,0,0,0),(15,0,0,0,0,0,0,0,0,0,0,0,0),(16,0,0,0,0,0,0,0,0,0,0,0,0),(17,0,0,0,0,0,0,0,0,0,0,0,0),(18,0,0,0,0,0,0,0,0,0,0,0,0),(19,0,0,0,0,0,0,0,0,0,0,0,0),(20,0,0,0,0,0,0,0,0,0,0,0,0),(21,0,0,0,0,0,0,0,0,0,0,0,0),(22,0,0,0,0,0,0,0,0,0,0,0,0),(23,0,0,0,0,0,0,0,0,0,0,0,0),(24,0,0,0,0,0,0,0,0,0,0,0,0),(25,0,0,0,0,0,0,0,0,0,0,0,0),(26,0,0,0,0,0,0,0,0,0,0,0,0),(27,0,0,0,0,0,0,0,0,0,0,0,0),(28,0,0,0,0,0,0,0,0,0,0,0,0),(29,0,0,0,0,0,0,0,0,0,0,0,0),(30,0,0,0,0,0,0,0,0,0,0,0,0),(31,0,0,0,0,0,0,0,0,0,0,0,0),(32,0,0,0,0,0,0,0,0,0,0,0,0),(33,0,0,0,0,0,0,0,0,0,0,0,0),(34,0,0,0,0,0,0,0,0,0,0,0,0),(35,0,0,0,0,0,0,0,0,0,0,0,0),(36,0,0,0,0,0,0,0,0,0,0,0,0),(37,0,0,0,0,0,0,0,0,0,0,0,0),(38,0,0,0,0,0,0,0,0,0,0,0,0),(39,0,0,0,0,0,0,0,0,0,0,0,0),(40,0,0,0,0,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `phpfox_user_space` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_spam` -- DROP TABLE IF EXISTS `phpfox_user_spam`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_spam` ( `question_id` int(10) unsigned NOT NULL auto_increment, `question_phrase` varchar(250) NOT NULL, `answers_phrases` text NOT NULL, `image_path` varchar(250) NOT NULL, `case_sensitive` tinyint(1) NOT NULL default '1', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`question_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_spam` -- LOCK TABLES `phpfox_user_spam` WRITE; /*!40000 ALTER TABLE `phpfox_user_spam` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_spam` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_status` -- DROP TABLE IF EXISTS `phpfox_user_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_status` ( `status_id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL, `privacy` tinyint(3) NOT NULL default '0', `privacy_comment` tinyint(3) NOT NULL default '0', `content` mediumtext, `time_stamp` int(10) unsigned NOT NULL, `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `location_latlng` varchar(100) default NULL, `location_name` varchar(255) default NULL, PRIMARY KEY (`status_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_status` -- LOCK TABLES `phpfox_user_status` WRITE; /*!40000 ALTER TABLE `phpfox_user_status` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_track` -- DROP TABLE IF EXISTS `phpfox_user_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_track` -- LOCK TABLES `phpfox_user_track` WRITE; /*!40000 ALTER TABLE `phpfox_user_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_verify` -- DROP TABLE IF EXISTS `phpfox_user_verify`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_verify` ( `user_id` int(11) unsigned NOT NULL, `hash_code` varchar(52) NOT NULL, `time_stamp` int(9) unsigned NOT NULL, `email` varchar(100) default NULL, PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_verify` -- LOCK TABLES `phpfox_user_verify` WRITE; /*!40000 ALTER TABLE `phpfox_user_verify` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_verify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_user_verify_error` -- DROP TABLE IF EXISTS `phpfox_user_verify_error`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_user_verify_error` ( `error_id` int(11) unsigned NOT NULL auto_increment, `hash_code` char(50) NOT NULL, `email` varchar(100) NOT NULL, `ip_address` varchar(15) NOT NULL, `time_stamp` int(9) unsigned NOT NULL, PRIMARY KEY (`error_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_user_verify_error` -- LOCK TABLES `phpfox_user_verify_error` WRITE; /*!40000 ALTER TABLE `phpfox_user_verify_error` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_user_verify_error` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_version` -- DROP TABLE IF EXISTS `phpfox_version`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_version` ( `version_id` varchar(50) default NULL, `ordering` mediumint(8) unsigned NOT NULL default '0', KEY `version_id` (`version_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_version` -- LOCK TABLES `phpfox_version` WRITE; /*!40000 ALTER TABLE `phpfox_version` DISABLE KEYS */; INSERT INTO `phpfox_version` VALUES ('1.0',1),('1.0.3',2),('1.0.4',3),('1.0.5',4),('1.0.6',5),('1.0.7',6),('1.0.8',7),('1.0.9',8),('1.1',9),('1.5',10),('1.5.1',11),('1.6beta1',12),('1.6beta2',13),('1.6beta3',14),('1.6beta4',15),('1.6rc1',16),('1.6rc2',17),('1.6rc3',18),('1.6rc4',19),('1.6',20),('1.6.20',21),('2.0.0alpha1',22),('2.0.0alpha2',23),('2.0.0alpha3',24),('2.0.0alpha4',25),('2.0.0beta1',26),('2.0.0beta2',27),('2.0.0beta3',28),('2.0.0beta4',29),('2.0.0beta5',30),('2.0.0rc1',31),('2.0.0rc2',32),('2.0.0rc3',33),('2.0.0rc4',34),('2.0.0rc5',35),('2.0.0rc6',36),('2.0.0rc7',37),('2.0.0rc8',38),('2.0.0rc9',39),('2.0.0rc10',40),('2.0.0rc11',41),('2.0.0rc12',42),('2.0.0',43),('2.0.1',44),('2.0.2',45),('2.0.3',46),('2.0.4',47),('2.0.5dev1',48),('2.0.5dev2',49),('2.0.5',50),('2.0.6',51),('2.0.7',52),('2.1.0beta1',53),('2.1.0beta2',54),('2.1.0rc1',55),('2.1.0',56),('3.0.0beta1',60),('3.0.0beta2',61),('3.0.0beta3',62),('3.0.0beta4',63),('3.0.0beta5',64),('3.0.0rc1',65),('3.0.0rc2',66),('3.0.0rc3',67),('3.0.0',68),('3.0.1',69),('3.0.2',70),('3.1.0beta1',80),('3.1.0rc1',81),('3.1.0',82),('3.2.0beta1',90),('3.2.0rc1',91),('3.2.0',92),('3.3.0beta1',93),('3.3.0beta2',94),('3.3.0rc1',95); /*!40000 ALTER TABLE `phpfox_version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video` -- DROP TABLE IF EXISTS `phpfox_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video` ( `video_id` int(10) unsigned NOT NULL auto_increment, `in_process` tinyint(1) NOT NULL default '0', `is_stream` tinyint(1) NOT NULL default '0', `is_featured` tinyint(1) NOT NULL default '0', `is_spotlight` tinyint(1) NOT NULL default '0', `is_sponsor` tinyint(1) NOT NULL default '0', `view_id` tinyint(1) NOT NULL default '0', `module_id` varchar(75) default NULL, `item_id` int(10) unsigned NOT NULL default '0', `privacy` tinyint(1) NOT NULL default '0', `privacy_comment` tinyint(1) NOT NULL default '0', `title` varchar(255) default NULL, `user_id` int(10) unsigned NOT NULL default '0', `parent_user_id` int(10) unsigned NOT NULL default '0', `destination` varchar(75) default NULL, `server_id` tinyint(1) NOT NULL default '0', `file_ext` varchar(10) default NULL, `duration` varchar(8) default NULL, `resolution_x` varchar(4) default NULL, `resolution_y` varchar(4) default NULL, `image_path` varchar(75) default NULL, `image_server_id` tinyint(1) NOT NULL default '0', `total_comment` int(10) unsigned NOT NULL default '0', `total_like` int(10) unsigned NOT NULL default '0', `total_dislike` int(10) unsigned NOT NULL default '0', `total_score` decimal(4,2) NOT NULL default '0.00', `total_rating` int(10) unsigned NOT NULL default '0', `time_stamp` int(10) unsigned NOT NULL default '0', `total_view` int(10) unsigned NOT NULL default '0', `is_viewed` tinyint(1) NOT NULL default '0', `custom_v_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`video_id`), KEY `in_process` (`in_process`), KEY `user_id` (`user_id`), KEY `view_id` (`view_id`), KEY `in_process_2` (`in_process`,`view_id`,`item_id`,`privacy`), KEY `in_process_3` (`in_process`,`view_id`,`item_id`,`user_id`), KEY `in_process_4` (`in_process`,`view_id`,`item_id`,`privacy`,`title`), KEY `in_process_5` (`in_process`,`view_id`,`item_id`,`privacy`,`user_id`), KEY `in_process_6` (`in_process`,`view_id`,`privacy`,`title`), KEY `custom_v_id` (`custom_v_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video` -- LOCK TABLES `phpfox_video` WRITE; /*!40000 ALTER TABLE `phpfox_video` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_category` -- DROP TABLE IF EXISTS `phpfox_video_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_category` ( `category_id` mediumint(8) unsigned NOT NULL auto_increment, `parent_id` mediumint(8) unsigned NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `time_stamp` int(10) unsigned NOT NULL default '0', `used` int(10) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`), KEY `parent_id` (`parent_id`,`is_active`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_category` -- LOCK TABLES `phpfox_video_category` WRITE; /*!40000 ALTER TABLE `phpfox_video_category` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_category_data` -- DROP TABLE IF EXISTS `phpfox_video_category_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_category_data` ( `video_id` int(10) unsigned NOT NULL, `category_id` int(10) unsigned NOT NULL, KEY `category_id` (`category_id`), KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_category_data` -- LOCK TABLES `phpfox_video_category_data` WRITE; /*!40000 ALTER TABLE `phpfox_video_category_data` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_category_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_custom` -- DROP TABLE IF EXISTS `phpfox_video_custom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_custom` ( `track_id` int(11) unsigned NOT NULL auto_increment, `hash_id` varchar(32) NOT NULL, `user_id` int(10) unsigned NOT NULL, PRIMARY KEY (`track_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_custom` -- LOCK TABLES `phpfox_video_custom` WRITE; /*!40000 ALTER TABLE `phpfox_video_custom` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_custom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_embed` -- DROP TABLE IF EXISTS `phpfox_video_embed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_embed` ( `video_id` int(10) unsigned NOT NULL, `video_url` varchar(255) NOT NULL, `embed_code` mediumtext NOT NULL, UNIQUE KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_embed` -- LOCK TABLES `phpfox_video_embed` WRITE; /*!40000 ALTER TABLE `phpfox_video_embed` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_embed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_rating` -- DROP TABLE IF EXISTS `phpfox_video_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_rating` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `rating` decimal(4,2) NOT NULL default '0.00', `time_stamp` int(10) unsigned NOT NULL, PRIMARY KEY (`rate_id`), KEY `item_id` (`item_id`,`user_id`), KEY `item_id_2` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_rating` -- LOCK TABLES `phpfox_video_rating` WRITE; /*!40000 ALTER TABLE `phpfox_video_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_text` -- DROP TABLE IF EXISTS `phpfox_video_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_text` ( `video_id` int(10) unsigned NOT NULL, `text` mediumtext, `text_parsed` mediumtext, UNIQUE KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_text` -- LOCK TABLES `phpfox_video_text` WRITE; /*!40000 ALTER TABLE `phpfox_video_text` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_text` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_video_track` -- DROP TABLE IF EXISTS `phpfox_video_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_video_track` ( `item_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `ip_address` varchar(15) default NULL, `time_stamp` int(10) unsigned NOT NULL, KEY `item_id` (`item_id`,`ip_address`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_video_track` -- LOCK TABLES `phpfox_video_track` WRITE; /*!40000 ALTER TABLE `phpfox_video_track` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_video_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_vidly` -- DROP TABLE IF EXISTS `phpfox_vidly`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_vidly` ( `vidly_id` int(10) unsigned NOT NULL auto_increment, `hash` char(32) NOT NULL, `user_id` int(10) unsigned NOT NULL, `time_stamp` int(10) unsigned NOT NULL, `is_complete` tinyint(1) NOT NULL default '0', `video_data` mediumtext, PRIMARY KEY (`vidly_id`), KEY `user_id` (`user_id`), KEY `user_id_2` (`user_id`,`is_complete`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_vidly` -- LOCK TABLES `phpfox_vidly` WRITE; /*!40000 ALTER TABLE `phpfox_vidly` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_vidly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phpfox_vidly_url` -- DROP TABLE IF EXISTS `phpfox_vidly_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `phpfox_vidly_url` ( `video_id` int(10) unsigned NOT NULL, `video_url` mediumtext NOT NULL, `vidly_url_id` varchar(255) default NULL, `upload_video_id` int(10) unsigned NOT NULL default '0', UNIQUE KEY `video_id` (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `phpfox_vidly_url` -- LOCK TABLES `phpfox_vidly_url` WRITE; /*!40000 ALTER TABLE `phpfox_vidly_url` DISABLE KEYS */; /*!40000 ALTER TABLE `phpfox_vidly_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plused` -- DROP TABLE IF EXISTS `plused`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `plused` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `plused` -- LOCK TABLES `plused` WRITE; /*!40000 ALTER TABLE `plused` DISABLE KEYS */; /*!40000 ALTER TABLE `plused` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `points` -- DROP TABLE IF EXISTS `points`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `points` ( `id` bigint(30) NOT NULL auto_increment, `userid` bigint(20) NOT NULL, `month` varchar(5) NOT NULL, `year` varchar(5) NOT NULL, `points` bigint(10) NOT NULL, `last_action` varchar(25) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `points` -- LOCK TABLES `points` WRITE; /*!40000 ALTER TABLE `points` DISABLE KEYS */; /*!40000 ALTER TABLE `points` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll_options_table` -- DROP TABLE IF EXISTS `poll_options_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll_options_table` ( `option_id` int(11) NOT NULL auto_increment, `ques_id` int(11) NOT NULL, `options` varchar(100) NOT NULL, `option_votes` int(11) NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll_options_table` -- LOCK TABLES `poll_options_table` WRITE; /*!40000 ALTER TABLE `poll_options_table` DISABLE KEYS */; /*!40000 ALTER TABLE `poll_options_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll_questions_table` -- DROP TABLE IF EXISTS `poll_questions_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll_questions_table` ( `ques_id` int(11) NOT NULL auto_increment, `question` varchar(200) default NULL, `ques_status` tinyint(2) default NULL, PRIMARY KEY (`ques_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll_questions_table` -- LOCK TABLES `poll_questions_table` WRITE; /*!40000 ALTER TABLE `poll_questions_table` DISABLE KEYS */; /*!40000 ALTER TABLE `poll_questions_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `polling_process_table` -- DROP TABLE IF EXISTS `polling_process_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `polling_process_table` ( `id` int(11) NOT NULL, `poll_question_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `polling_date` datetime NOT NULL, `ip_address` varchar(50) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `polling_process_table` -- LOCK TABLES `polling_process_table` WRITE; /*!40000 ALTER TABLE `polling_process_table` DISABLE KEYS */; /*!40000 ALTER TABLE `polling_process_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts` -- DROP TABLE IF EXISTS `posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) unsigned NOT NULL, `PostID` int(10) unsigned NOT NULL, `Time` varchar(25) NOT NULL, `Favorits` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', `Comments` int(10) unsigned NOT NULL default '0', `PComments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`), UNIQUE KEY `PostType_PostID` (`PostType`,`PostID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts` -- LOCK TABLES `posts` WRITE; /*!40000 ALTER TABLE `posts` DISABLE KEYS */; /*!40000 ALTER TABLE `posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_comments` -- DROP TABLE IF EXISTS `posts_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_comments` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) NOT NULL, `PostID` int(10) unsigned NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `Replies` int(10) unsigned NOT NULL default '0', `ParentNodeID` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_comments` -- LOCK TABLES `posts_comments` WRITE; /*!40000 ALTER TABLE `posts_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_comments_media` -- DROP TABLE IF EXISTS `posts_comments_media`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_comments_media` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) NOT NULL, `IsAlbum` enum('Y','N') NOT NULL, `MediaID` int(10) unsigned NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `Replies` int(10) unsigned NOT NULL default '0', `ParentNodeID` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_comments_media` -- LOCK TABLES `posts_comments_media` WRITE; /*!40000 ALTER TABLE `posts_comments_media` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_comments_media` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_discussions` -- DROP TABLE IF EXISTS `posts_discussions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_discussions` ( `ID` int(10) unsigned NOT NULL auto_increment, `Title` varchar(255) NOT NULL, `Text` text NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_discussions` -- LOCK TABLES `posts_discussions` WRITE; /*!40000 ALTER TABLE `posts_discussions` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_discussions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_links` -- DROP TABLE IF EXISTS `posts_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_links` ( `ID` int(10) unsigned NOT NULL auto_increment, `Title` varchar(255) NOT NULL, `URL` text NOT NULL, `Host` varchar(100) NOT NULL, `Description` text NOT NULL, `Text` text NOT NULL, `Thumbnail` varchar(255) default NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_links` -- LOCK TABLES `posts_links` WRITE; /*!40000 ALTER TABLE `posts_links` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_mentions` -- DROP TABLE IF EXISTS `posts_mentions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_mentions` ( `ID` int(10) unsigned NOT NULL auto_increment, `PostID` int(10) unsigned NOT NULL, `MentionID` int(10) unsigned NOT NULL, `IsUser` enum('Y','N') default 'Y', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_mentions` -- LOCK TABLES `posts_mentions` WRITE; /*!40000 ALTER TABLE `posts_mentions` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_mentions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_news` -- DROP TABLE IF EXISTS `posts_news`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_news` ( `ID` int(10) unsigned NOT NULL auto_increment, `Text` text NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_news` -- LOCK TABLES `posts_news` WRITE; /*!40000 ALTER TABLE `posts_news` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_photos` -- DROP TABLE IF EXISTS `posts_photos`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_photos` ( `ID` int(10) unsigned NOT NULL auto_increment, `IsAlbum` enum('Y','N') NOT NULL, `MediaID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_photos` -- LOCK TABLES `posts_photos` WRITE; /*!40000 ALTER TABLE `posts_photos` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_photos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_photos_albums` -- DROP TABLE IF EXISTS `posts_photos_albums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_photos_albums` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `IsWall` enum('Y','N') NOT NULL, `Title` varchar(255) NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `ThumbnailID` int(10) unsigned NOT NULL default '0', `New` int(10) unsigned NOT NULL default '0', `Total` int(10) unsigned NOT NULL default '0', `Favorits` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', `Comments` int(10) unsigned NOT NULL default '0', `PComments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_photos_albums` -- LOCK TABLES `posts_photos_albums` WRITE; /*!40000 ALTER TABLE `posts_photos_albums` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_photos_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_photos_sources` -- DROP TABLE IF EXISTS `posts_photos_sources`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_photos_sources` ( `ID` int(10) unsigned NOT NULL auto_increment, `AlbumID` int(10) unsigned NOT NULL, `Source` varchar(255) NOT NULL, `Thumbnail` varchar(255) NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `Favorits` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', `Comments` int(10) unsigned NOT NULL default '0', `PComments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_photos_sources` -- LOCK TABLES `posts_photos_sources` WRITE; /*!40000 ALTER TABLE `posts_photos_sources` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_photos_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_polls` -- DROP TABLE IF EXISTS `posts_polls`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_polls` ( `ID` int(10) unsigned NOT NULL auto_increment, `Question` varchar(255) NOT NULL, `Votes` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_polls` -- LOCK TABLES `posts_polls` WRITE; /*!40000 ALTER TABLE `posts_polls` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_polls_options` -- DROP TABLE IF EXISTS `posts_polls_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_polls_options` ( `ID` int(10) unsigned NOT NULL auto_increment, `Title` varchar(255) NOT NULL, `PollID` int(10) unsigned NOT NULL, `Votes` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_polls_options` -- LOCK TABLES `posts_polls_options` WRITE; /*!40000 ALTER TABLE `posts_polls_options` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_polls_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_questions` -- DROP TABLE IF EXISTS `posts_questions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_questions` ( `ID` int(10) unsigned NOT NULL auto_increment, `Title` varchar(255) NOT NULL, `Text` text NOT NULL, `Answers` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_questions` -- LOCK TABLES `posts_questions` WRITE; /*!40000 ALTER TABLE `posts_questions` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_questions_answers` -- DROP TABLE IF EXISTS `posts_questions_answers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_questions_answers` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `Votes` int(10) NOT NULL default '0', `Notes` int(10) unsigned NOT NULL default '0', `QuestionID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_questions_answers` -- LOCK TABLES `posts_questions_answers` WRITE; /*!40000 ALTER TABLE `posts_questions_answers` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_questions_answers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_questions_notes` -- DROP TABLE IF EXISTS `posts_questions_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_questions_notes` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `AnswerID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_questions_notes` -- LOCK TABLES `posts_questions_notes` WRITE; /*!40000 ALTER TABLE `posts_questions_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_questions_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_tracks` -- DROP TABLE IF EXISTS `posts_tracks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_tracks` ( `ID` int(10) unsigned NOT NULL auto_increment, `Source` int(10) unsigned NOT NULL, `Title` varchar(255) NOT NULL, `Description` varchar(255) NOT NULL, `Text` text NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_tracks` -- LOCK TABLES `posts_tracks` WRITE; /*!40000 ALTER TABLE `posts_tracks` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_tracks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_videos` -- DROP TABLE IF EXISTS `posts_videos`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_videos` ( `ID` int(10) unsigned NOT NULL auto_increment, `IsAlbum` enum('Y','N') NOT NULL, `MediaID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_videos` -- LOCK TABLES `posts_videos` WRITE; /*!40000 ALTER TABLE `posts_videos` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_videos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_videos_albums` -- DROP TABLE IF EXISTS `posts_videos_albums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_videos_albums` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `IsWall` enum('Y','N') NOT NULL, `Title` varchar(255) NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `ThumbnailID` int(10) unsigned NOT NULL default '0', `New` int(10) unsigned NOT NULL default '0', `Total` int(10) unsigned NOT NULL default '0', `Favorits` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', `Comments` int(10) unsigned NOT NULL default '0', `PComments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_videos_albums` -- LOCK TABLES `posts_videos_albums` WRITE; /*!40000 ALTER TABLE `posts_videos_albums` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_videos_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_videos_sources` -- DROP TABLE IF EXISTS `posts_videos_sources`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `posts_videos_sources` ( `ID` int(10) unsigned NOT NULL auto_increment, `AlbumID` int(10) unsigned NOT NULL, `Source` varchar(255) NOT NULL, `Type` varchar(25) NOT NULL, `Thumbnail` varchar(255) NOT NULL, `Text` text NOT NULL, `Time` varchar(25) NOT NULL, `Favorits` int(10) unsigned NOT NULL default '0', `Likes` int(10) unsigned NOT NULL default '0', `Dislikes` int(10) unsigned NOT NULL default '0', `Comments` int(10) unsigned NOT NULL default '0', `PComments` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `posts_videos_sources` -- LOCK TABLES `posts_videos_sources` WRITE; /*!40000 ALTER TABLE `posts_videos_sources` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_videos_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `privacypolicy_table` -- DROP TABLE IF EXISTS `privacypolicy_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `privacypolicy_table` ( `id` int(4) NOT NULL auto_increment, `privacypolicy` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `privacypolicy_table` -- LOCK TABLES `privacypolicy_table` WRITE; /*!40000 ALTER TABLE `privacypolicy_table` DISABLE KEYS */; INSERT INTO `privacypolicy_table` VALUES (1,'<p><strong>Privacy Policy content comes here<br /></strong></p>'); /*!40000 ALTER TABLE `privacypolicy_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_attrib_values_table` -- DROP TABLE IF EXISTS `product_attrib_values_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_attrib_values_table` ( `product_attrib_value_id` int(15) NOT NULL auto_increment, `product_id` int(15) NOT NULL, `attrib_value_id` int(15) NOT NULL, PRIMARY KEY (`product_attrib_value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_attrib_values_table` -- LOCK TABLES `product_attrib_values_table` WRITE; /*!40000 ALTER TABLE `product_attrib_values_table` DISABLE KEYS */; /*!40000 ALTER TABLE `product_attrib_values_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_images_table` -- DROP TABLE IF EXISTS `product_images_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_images_table` ( `product_images_id` int(20) NOT NULL auto_increment, `product_id` int(20) NOT NULL, `image_path` varchar(200) NOT NULL, `thumb_image_path` varchar(200) NOT NULL, `type` varchar(40) NOT NULL, PRIMARY KEY (`product_images_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_images_table` -- LOCK TABLES `product_images_table` WRITE; /*!40000 ALTER TABLE `product_images_table` DISABLE KEYS */; /*!40000 ALTER TABLE `product_images_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_inventory_table` -- DROP TABLE IF EXISTS `product_inventory_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_inventory_table` ( `inventory_id` int(20) NOT NULL auto_increment, `product_id` int(20) NOT NULL, `rol` int(15) NOT NULL, `soh` int(20) NOT NULL, PRIMARY KEY (`inventory_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_inventory_table` -- LOCK TABLES `product_inventory_table` WRITE; /*!40000 ALTER TABLE `product_inventory_table` DISABLE KEYS */; /*!40000 ALTER TABLE `product_inventory_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_reviews_table` -- DROP TABLE IF EXISTS `product_reviews_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_reviews_table` ( `review_id` int(20) NOT NULL auto_increment, `product_id` int(20) NOT NULL, `user_id` int(20) NOT NULL, `review_caption` varchar(300) NOT NULL, `review_txt` mediumtext NOT NULL, `review_date` date NOT NULL, `rating` int(5) NOT NULL, `review_status` int(1) NOT NULL, PRIMARY KEY (`review_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `product_reviews_table` -- LOCK TABLES `product_reviews_table` WRITE; /*!40000 ALTER TABLE `product_reviews_table` DISABLE KEYS */; /*!40000 ALTER TABLE `product_reviews_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products` ( `products_id` int(11) NOT NULL auto_increment, `products_quantity` int(4) NOT NULL, `products_model` varchar(12) default NULL, `products_image` varchar(64) default NULL, `products_price` decimal(15,4) NOT NULL, `products_date_added` datetime NOT NULL, `products_last_modified` datetime default NULL, `products_date_available` datetime default NULL, `products_weight` decimal(5,2) NOT NULL, `products_status` tinyint(1) NOT NULL, `products_tax_class_id` int(11) NOT NULL, `manufacturers_id` int(11) default NULL, `products_ordered` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`), KEY `idx_products_model` (`products_model`), KEY `idx_products_date_added` (`products_date_added`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products` -- LOCK TABLES `products` WRITE; /*!40000 ALTER TABLE `products` DISABLE KEYS */; INSERT INTO `products` VALUES (30,1,'','dejavu.png','45.0000','2013-08-26 21:00:09',NULL,NULL,'0.00',1,0,0,0),(31,1,'','knucksw.png','28.0000','2013-08-26 21:21:01',NULL,NULL,'0.00',1,0,0,0),(32,1,'','scaletank.png','30.0000','2013-08-26 21:22:45',NULL,NULL,'0.00',1,0,0,0),(33,1,'','momb.png','30.0000','2013-08-26 21:24:03',NULL,NULL,'0.00',1,0,0,0),(34,1,'','Crossed.png','30.0000','2013-08-26 21:24:40',NULL,NULL,'0.00',1,0,0,0),(35,1,'','skill.png','30.0000','2013-08-26 21:26:35',NULL,NULL,'0.00',1,0,0,0),(36,1,'','CvictShirtW.png','27.0000','2013-08-26 21:28:41',NULL,NULL,'0.00',1,0,0,0),(29,1,'','cashmoneyreligion.png','26.1682','2013-08-26 20:55:23',NULL,NULL,'0.00',1,1,0,0); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_attributes` -- DROP TABLE IF EXISTS `products_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_attributes` ( `products_attributes_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `options_id` int(11) NOT NULL, `options_values_id` int(11) NOT NULL, `options_values_price` decimal(15,4) NOT NULL, `price_prefix` char(1) NOT NULL, PRIMARY KEY (`products_attributes_id`), KEY `idx_products_attributes_products_id` (`products_id`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_attributes` -- LOCK TABLES `products_attributes` WRITE; /*!40000 ALTER TABLE `products_attributes` DISABLE KEYS */; INSERT INTO `products_attributes` VALUES (40,30,2,3,'0.0000','L'),(39,31,2,1,'0.0000','S'),(38,31,2,2,'0.0000','M'),(37,31,2,3,'0.0000','L'),(36,31,2,4,'0.0000','X'),(35,36,2,1,'0.0000','S'),(34,35,2,2,'0.0000','M'),(33,36,2,3,'0.0000','L'),(32,35,2,4,'0.0000','x'),(31,29,2,4,'0.0000','X'),(30,29,2,3,'0.0000','L'),(29,29,2,2,'0.0000','M'),(28,29,2,1,'0.0000','S'),(41,36,2,4,'0.0000','X'),(42,30,2,2,'0.0000','M'),(43,30,2,1,'0.0000','S'),(45,30,2,4,'0.0000','X'),(46,35,1,3,'0.0000','L'),(47,35,1,2,'0.0000','M'),(48,36,2,2,'0.0000','M'),(49,34,2,4,'0.0000','X'),(50,34,2,3,'0.0000','L'),(51,34,2,2,'0.0000','M'),(52,34,2,1,'0.0000','S'),(53,33,2,4,'0.0000','X'),(54,33,2,3,'0.0000','L'),(55,33,2,2,'0.0000','M'),(56,33,2,1,'0.0000','S'),(57,32,2,1,'0.0000','S'),(58,32,2,2,'0.0000','M'),(59,32,2,3,'0.0000','L'),(60,32,1,4,'0.0000','X'),(61,31,1,6,'0.0000','B'),(62,31,1,5,'0.0000','+'),(63,34,1,6,'0.0000','B'),(64,34,1,5,'0.0000','W'),(65,33,1,6,'0.0000','B'),(66,33,1,5,'0.0000','W'); /*!40000 ALTER TABLE `products_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_attributes_download` -- DROP TABLE IF EXISTS `products_attributes_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_attributes_download` ( `products_attributes_id` int(11) NOT NULL, `products_attributes_filename` varchar(255) NOT NULL default '', `products_attributes_maxdays` int(2) default '0', `products_attributes_maxcount` int(2) default '0', PRIMARY KEY (`products_attributes_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_attributes_download` -- LOCK TABLES `products_attributes_download` WRITE; /*!40000 ALTER TABLE `products_attributes_download` DISABLE KEYS */; INSERT INTO `products_attributes_download` VALUES (26,'unreal.zip',7,3); /*!40000 ALTER TABLE `products_attributes_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_description` -- DROP TABLE IF EXISTS `products_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_description` ( `products_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '1', `products_name` varchar(64) NOT NULL default '', `products_description` text, `products_url` varchar(255) default NULL, `products_viewed` int(5) default '0', PRIMARY KEY (`products_id`,`language_id`), KEY `products_name` (`products_name`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_description` -- LOCK TABLES `products_description` WRITE; /*!40000 ALTER TABLE `products_description` DISABLE KEYS */; INSERT INTO `products_description` VALUES (29,1,'Cash & Religion','Cash & Religion Tee','',21),(30,1,'Deja Vu Hood','','',12),(31,1,'Brass Knucks','Brass Knucks in White and Black','',11),(32,1,'SnakeScale Tank','SnakeScale Tank the Popular Trend','',12),(33,1,'Old-School Tee','','',15),(34,1,'Guns Up Tee','Guns Up Tee','',13),(35,1,'$Kill Rivals Tee','Skill Rivals Tee ready now','',15),(36,1,'Convict Camo Tee','White Camo Tee','',27); /*!40000 ALTER TABLE `products_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_images` -- DROP TABLE IF EXISTS `products_images`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_images` ( `id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `image` varchar(64) default NULL, `htmlcontent` text, `sort_order` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `products_images_prodid` (`products_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_images` -- LOCK TABLES `products_images` WRITE; /*!40000 ALTER TABLE `products_images` DISABLE KEYS */; INSERT INTO `products_images` VALUES (5,31,'knucksb.png','',1),(6,33,'momw.png','',1),(7,34,'crossedb.png','',1); /*!40000 ALTER TABLE `products_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_notifications` -- DROP TABLE IF EXISTS `products_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_notifications` ( `products_id` int(11) NOT NULL, `customers_id` int(11) NOT NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`products_id`,`customers_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_notifications` -- LOCK TABLES `products_notifications` WRITE; /*!40000 ALTER TABLE `products_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `products_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_options` -- DROP TABLE IF EXISTS `products_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_options` ( `products_options_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `products_options_name` varchar(32) NOT NULL default '', PRIMARY KEY (`products_options_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_options` -- LOCK TABLES `products_options` WRITE; /*!40000 ALTER TABLE `products_options` DISABLE KEYS */; INSERT INTO `products_options` VALUES (1,1,'Color'),(2,1,'Size'); /*!40000 ALTER TABLE `products_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_options_values` -- DROP TABLE IF EXISTS `products_options_values`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_options_values` ( `products_options_values_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `products_options_values_name` varchar(64) NOT NULL default '', PRIMARY KEY (`products_options_values_id`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_options_values` -- LOCK TABLES `products_options_values` WRITE; /*!40000 ALTER TABLE `products_options_values` DISABLE KEYS */; INSERT INTO `products_options_values` VALUES (1,1,'Small'),(2,1,'Medium'),(3,1,'Large'),(4,1,'Extra Large'),(6,1,'Black'),(5,1,'White'); /*!40000 ALTER TABLE `products_options_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_options_values_to_products_options` -- DROP TABLE IF EXISTS `products_options_values_to_products_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_options_values_to_products_options` ( `products_options_values_to_products_options_id` int(11) NOT NULL auto_increment, `products_options_id` int(11) NOT NULL, `products_options_values_id` int(11) NOT NULL, PRIMARY KEY (`products_options_values_to_products_options_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_options_values_to_products_options` -- LOCK TABLES `products_options_values_to_products_options` WRITE; /*!40000 ALTER TABLE `products_options_values_to_products_options` DISABLE KEYS */; INSERT INTO `products_options_values_to_products_options` VALUES (1,2,1),(2,2,2),(3,2,3),(4,2,4),(15,1,6),(14,1,5); /*!40000 ALTER TABLE `products_options_values_to_products_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_table` -- DROP TABLE IF EXISTS `products_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_table` ( `product_id` int(25) NOT NULL auto_increment, `category_id` int(25) NOT NULL, `sku` varchar(100) NOT NULL, `title` varchar(250) NOT NULL, `description` mediumtext NOT NULL, `brand` varchar(100) NOT NULL, `model` varchar(50) NOT NULL, `msrp` double NOT NULL, `price` double NOT NULL, `cse_enabled` int(1) NOT NULL, `cse_key` varchar(100) default NULL, `weight` varchar(25) NOT NULL, `dimension` varchar(100) NOT NULL, `thumb_image` varchar(150) NOT NULL, `image` varchar(150) NOT NULL, `shipping_cost` double NOT NULL, `status` int(1) NOT NULL, `tag` varchar(200) NOT NULL, `meta_desc` varchar(255) NOT NULL, `meta_keywords` mediumtext NOT NULL, `intro_date` date NOT NULL, `is_featured` int(1) NOT NULL, PRIMARY KEY (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_table` -- LOCK TABLES `products_table` WRITE; /*!40000 ALTER TABLE `products_table` DISABLE KEYS */; /*!40000 ALTER TABLE `products_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products_to_categories` -- DROP TABLE IF EXISTS `products_to_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `products_to_categories` ( `products_id` int(11) NOT NULL, `categories_id` int(11) NOT NULL, PRIMARY KEY (`products_id`,`categories_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `products_to_categories` -- LOCK TABLES `products_to_categories` WRITE; /*!40000 ALTER TABLE `products_to_categories` DISABLE KEYS */; INSERT INTO `products_to_categories` VALUES (29,23),(30,23),(31,23),(32,23),(33,23),(34,23),(35,23),(36,23); /*!40000 ALTER TABLE `products_to_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_access` -- DROP TABLE IF EXISTS `ps_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_access` -- LOCK TABLES `ps_access` WRITE; /*!40000 ALTER TABLE `ps_access` DISABLE KEYS */; INSERT INTO `ps_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,5,1,1,1,1),(1,7,1,1,1,1),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,51,1,1,1,1),(1,50,1,1,1,1),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,59,1,1,1,1),(1,58,1,1,1,1),(1,60,1,1,1,1),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,1,1,1),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,1,1,1),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0),(2,0,1,1,1,1),(3,0,1,1,1,1),(4,0,1,1,1,1),(5,0,1,1,1,1); /*!40000 ALTER TABLE `ps_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_accessory` -- DROP TABLE IF EXISTS `ps_accessory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_accessory` ( `id_product_1` int(10) unsigned NOT NULL, `id_product_2` int(10) unsigned NOT NULL, KEY `accessory_product` (`id_product_1`,`id_product_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_accessory` -- LOCK TABLES `ps_accessory` WRITE; /*!40000 ALTER TABLE `ps_accessory` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_accessory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_address` -- DROP TABLE IF EXISTS `ps_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_address` ( `id_address` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL default '0', `id_manufacturer` int(10) unsigned NOT NULL default '0', `id_supplier` int(10) unsigned NOT NULL default '0', `id_warehouse` int(10) unsigned NOT NULL default '0', `alias` varchar(32) NOT NULL, `company` varchar(64) default NULL, `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `postcode` varchar(12) default NULL, `city` varchar(64) NOT NULL, `other` text, `phone` varchar(32) default NULL, `phone_mobile` varchar(32) default NULL, `vat_number` varchar(32) default NULL, `dni` varchar(16) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_address`), KEY `address_customer` (`id_customer`), KEY `id_country` (`id_country`), KEY `id_state` (`id_state`), KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_address` -- LOCK TABLES `ps_address` WRITE; /*!40000 ALTER TABLE `ps_address` DISABLE KEYS */; INSERT INTO `ps_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','COOK','Tim','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-09-09 03:10:52','2013-09-09 03:10:52',1,0),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-09-09 03:10:52','2013-09-09 03:10:52',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-09-09 03:10:52','2013-09-09 03:10:52',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-09-09 03:10:52','2013-09-09 03:10:52',1,0); /*!40000 ALTER TABLE `ps_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_address_format` -- DROP TABLE IF EXISTS `ps_address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_address_format` ( `id_country` int(10) unsigned NOT NULL, `format` varchar(255) NOT NULL default '', PRIMARY KEY (`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_address_format` -- LOCK TABLES `ps_address_format` WRITE; /*!40000 ALTER TABLE `ps_address_format` DISABLE KEYS */; INSERT INTO `ps_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); /*!40000 ALTER TABLE `ps_address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_advice` -- DROP TABLE IF EXISTS `ps_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_advice` ( `id_advice` int(11) NOT NULL auto_increment, `id_ps_advice` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `ids_tab` text, `validated` tinyint(1) unsigned NOT NULL default '0', `location` enum('after','before') NOT NULL, `selector` varchar(255) default NULL, PRIMARY KEY (`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_advice` -- LOCK TABLES `ps_advice` WRITE; /*!40000 ALTER TABLE `ps_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_advice_lang` -- DROP TABLE IF EXISTS `ps_advice_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_advice_lang` ( `id_advice` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `html` text, PRIMARY KEY (`id_advice`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_advice_lang` -- LOCK TABLES `ps_advice_lang` WRITE; /*!40000 ALTER TABLE `ps_advice_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_advice_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_alias` -- DROP TABLE IF EXISTS `ps_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_alias` ( `id_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(255) NOT NULL, `search` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_alias` -- LOCK TABLES `ps_alias` WRITE; /*!40000 ALTER TABLE `ps_alias` DISABLE KEYS */; INSERT INTO `ps_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1); /*!40000 ALTER TABLE `ps_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attachment` -- DROP TABLE IF EXISTS `ps_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attachment` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `file` varchar(40) NOT NULL, `file_name` varchar(128) NOT NULL, `mime` varchar(128) NOT NULL, PRIMARY KEY (`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attachment` -- LOCK TABLES `ps_attachment` WRITE; /*!40000 ALTER TABLE `ps_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attachment_lang` -- DROP TABLE IF EXISTS `ps_attachment_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attachment_lang` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, `description` text, PRIMARY KEY (`id_attachment`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attachment_lang` -- LOCK TABLES `ps_attachment_lang` WRITE; /*!40000 ALTER TABLE `ps_attachment_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attachment_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute` -- DROP TABLE IF EXISTS `ps_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute` ( `id_attribute` int(10) unsigned NOT NULL auto_increment, `id_attribute_group` int(10) unsigned NOT NULL, `color` varchar(32) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute` -- LOCK TABLES `ps_attribute` WRITE; /*!40000 ALTER TABLE `ps_attribute` DISABLE KEYS */; INSERT INTO `ps_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,2,'#D2D6D5',0),(4,2,'#008CB7',1),(5,2,'#F3349E',2),(6,2,'#93D52D',3),(7,2,'#FD9812',4),(8,1,'',2),(9,1,'',3),(10,3,'',0),(11,3,'',1),(12,1,'',4),(13,1,'',5),(14,2,'#000000',5),(15,1,'',6),(16,1,'',7),(17,1,'',8),(18,2,'#7800F0',6),(19,2,'#F6EF04',7),(20,2,'#F60409',8); /*!40000 ALTER TABLE `ps_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group` -- DROP TABLE IF EXISTS `ps_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group` ( `id_attribute_group` int(10) unsigned NOT NULL auto_increment, `is_color_group` tinyint(1) NOT NULL default '0', `group_type` enum('select','radio','color') NOT NULL default 'select', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group` -- LOCK TABLES `ps_attribute_group` WRITE; /*!40000 ALTER TABLE `ps_attribute_group` DISABLE KEYS */; INSERT INTO `ps_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2); /*!40000 ALTER TABLE `ps_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group_lang` -- DROP TABLE IF EXISTS `ps_attribute_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group_lang` ( `id_attribute_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `public_name` varchar(64) NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group_lang` -- LOCK TABLES `ps_attribute_group_lang` WRITE; /*!40000 ALTER TABLE `ps_attribute_group_lang` DISABLE KEYS */; INSERT INTO `ps_attribute_group_lang` VALUES (1,1,'Disk space','Disk space'),(2,1,'Color','Color'),(3,1,'ICU','Processor'); /*!40000 ALTER TABLE `ps_attribute_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group_shop` -- DROP TABLE IF EXISTS `ps_attribute_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group_shop` ( `id_attribute_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group_shop` -- LOCK TABLES `ps_attribute_group_shop` WRITE; /*!40000 ALTER TABLE `ps_attribute_group_shop` DISABLE KEYS */; INSERT INTO `ps_attribute_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_attribute_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_impact` -- DROP TABLE IF EXISTS `ps_attribute_impact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_impact` ( `id_attribute_impact` int(10) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_attribute` int(11) unsigned NOT NULL, `weight` decimal(20,6) NOT NULL, `price` decimal(17,2) NOT NULL, PRIMARY KEY (`id_attribute_impact`), UNIQUE KEY `id_product` (`id_product`,`id_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_impact` -- LOCK TABLES `ps_attribute_impact` WRITE; /*!40000 ALTER TABLE `ps_attribute_impact` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attribute_impact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_lang` -- DROP TABLE IF EXISTS `ps_attribute_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_lang` ( `id_attribute` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_attribute`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_lang` -- LOCK TABLES `ps_attribute_lang` WRITE; /*!40000 ALTER TABLE `ps_attribute_lang` DISABLE KEYS */; INSERT INTO `ps_attribute_lang` VALUES (1,1,'2GB'),(2,1,'4GB'),(3,1,'Metal'),(4,1,'Blue'),(5,1,'Pink'),(6,1,'Green'),(7,1,'Orange'),(8,1,'Optional 64GB solid-state drive'),(9,1,'80GB Parallel ATA Drive @ 4200 rpm'),(10,1,'1.60GHz Intel Core 2 Duo'),(11,1,'1.80GHz Intel Core 2 Duo'),(12,1,'80GB: 20,000 Songs'),(13,1,'160GB: 40,000 Songs'),(14,1,'Black'),(15,1,'8GB'),(16,1,'16GB'),(17,1,'32GB'),(18,1,'Purple'),(19,1,'Yellow'),(20,1,'Red'); /*!40000 ALTER TABLE `ps_attribute_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_shop` -- DROP TABLE IF EXISTS `ps_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_shop` ( `id_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_shop` -- LOCK TABLES `ps_attribute_shop` WRITE; /*!40000 ALTER TABLE `ps_attribute_shop` DISABLE KEYS */; INSERT INTO `ps_attribute_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1); /*!40000 ALTER TABLE `ps_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_badge` -- DROP TABLE IF EXISTS `ps_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_badge` ( `id_badge` int(11) NOT NULL auto_increment, `id_ps_badge` int(11) NOT NULL, `type` varchar(32) NOT NULL, `id_group` int(11) NOT NULL, `group_position` int(11) NOT NULL, `scoring` int(11) NOT NULL, `validated` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_badge` -- LOCK TABLES `ps_badge` WRITE; /*!40000 ALTER TABLE `ps_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_badge_lang` -- DROP TABLE IF EXISTS `ps_badge_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_badge_lang` ( `id_badge` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `name` varchar(64) default NULL, `description` varchar(255) default NULL, `group_name` varchar(255) default NULL, PRIMARY KEY (`id_badge`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_badge_lang` -- LOCK TABLES `ps_badge_lang` WRITE; /*!40000 ALTER TABLE `ps_badge_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_badge_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier` -- DROP TABLE IF EXISTS `ps_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier` ( `id_carrier` int(10) unsigned NOT NULL auto_increment, `id_reference` int(10) unsigned NOT NULL, `id_tax_rules_group` int(10) unsigned default '0', `name` varchar(64) NOT NULL, `url` varchar(255) default NULL, `active` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `shipping_handling` tinyint(1) unsigned NOT NULL default '1', `range_behavior` tinyint(1) unsigned NOT NULL default '0', `is_module` tinyint(1) unsigned NOT NULL default '0', `is_free` tinyint(1) unsigned NOT NULL default '0', `shipping_external` tinyint(1) unsigned NOT NULL default '0', `need_range` tinyint(1) unsigned NOT NULL default '0', `external_module_name` varchar(64) default NULL, `shipping_method` int(2) NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `max_width` int(10) default '0', `max_height` int(10) default '0', `max_depth` int(10) default '0', `max_weight` decimal(20,6) default '0.000000', `grade` int(10) default '0', PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `id_tax_rules_group` (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier` -- LOCK TABLES `ps_carrier` WRITE; /*!40000 ALTER TABLE `ps_carrier` DISABLE KEYS */; INSERT INTO `ps_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,0,0,0,'',0,0,0,0,0,'0.000000',0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,'0.000000',0); /*!40000 ALTER TABLE `ps_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_group` -- DROP TABLE IF EXISTS `ps_carrier_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_group` ( `id_carrier` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_group` -- LOCK TABLES `ps_carrier_group` WRITE; /*!40000 ALTER TABLE `ps_carrier_group` DISABLE KEYS */; INSERT INTO `ps_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3); /*!40000 ALTER TABLE `ps_carrier_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_lang` -- DROP TABLE IF EXISTS `ps_carrier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_lang` ( `id_carrier` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `delay` varchar(128) default NULL, PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_lang` -- LOCK TABLES `ps_carrier_lang` WRITE; /*!40000 ALTER TABLE `ps_carrier_lang` DISABLE KEYS */; INSERT INTO `ps_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'); /*!40000 ALTER TABLE `ps_carrier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_shop` -- DROP TABLE IF EXISTS `ps_carrier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_shop` -- LOCK TABLES `ps_carrier_shop` WRITE; /*!40000 ALTER TABLE `ps_carrier_shop` DISABLE KEYS */; INSERT INTO `ps_carrier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_carrier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_tax_rules_group_shop` -- DROP TABLE IF EXISTS `ps_carrier_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_tax_rules_group_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_tax_rules_group_shop` -- LOCK TABLES `ps_carrier_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `ps_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1); /*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_zone` -- DROP TABLE IF EXISTS `ps_carrier_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_zone` ( `id_carrier` int(10) unsigned NOT NULL, `id_zone` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_zone` -- LOCK TABLES `ps_carrier_zone` WRITE; /*!40000 ALTER TABLE `ps_carrier_zone` DISABLE KEYS */; INSERT INTO `ps_carrier_zone` VALUES (1,1),(2,1),(2,2); /*!40000 ALTER TABLE `ps_carrier_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart` -- DROP TABLE IF EXISTS `ps_cart`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart` ( `id_cart` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `delivery_option` text NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_guest` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `recyclable` tinyint(1) unsigned NOT NULL default '1', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `allow_seperated_package` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart`), KEY `cart_customer` (`id_customer`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_guest` (`id_guest`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart` -- LOCK TABLES `ps_cart` WRITE; /*!40000 ALTER TABLE `ps_cart` DISABLE KEYS */; INSERT INTO `ps_cart` VALUES (1,1,1,2,'',1,2,2,1,1,1,'-1',1,0,'',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'); /*!40000 ALTER TABLE `ps_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_cart_rule` -- DROP TABLE IF EXISTS `ps_cart_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_cart_rule` ( `id_cart` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart`,`id_cart_rule`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_cart_rule` -- LOCK TABLES `ps_cart_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_product` -- DROP TABLE IF EXISTS `ps_cart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_product` ( `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned default '0', `id_shop` int(10) unsigned NOT NULL default '1', `id_product_attribute` int(10) unsigned default NULL, `quantity` int(10) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, KEY `cart_product_index` (`id_cart`,`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_product` -- LOCK TABLES `ps_cart_product` WRITE; /*!40000 ALTER TABLE `ps_cart_product` DISABLE KEYS */; INSERT INTO `ps_cart_product` VALUES (1,5,0,1,11,1,'0000-00-00 00:00:00'),(1,7,0,1,0,1,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `ps_cart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule` -- DROP TABLE IF EXISTS `ps_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule` ( `id_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL default '0', `date_from` datetime NOT NULL, `date_to` datetime NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL default '0', `quantity_per_user` int(10) unsigned NOT NULL default '0', `priority` int(10) unsigned NOT NULL default '1', `partial_use` tinyint(1) unsigned NOT NULL default '0', `code` varchar(254) NOT NULL, `minimum_amount` decimal(17,2) NOT NULL default '0.00', `minimum_amount_tax` tinyint(1) NOT NULL default '0', `minimum_amount_currency` int(10) unsigned NOT NULL default '0', `minimum_amount_shipping` tinyint(1) NOT NULL default '0', `country_restriction` tinyint(1) unsigned NOT NULL default '0', `carrier_restriction` tinyint(1) unsigned NOT NULL default '0', `group_restriction` tinyint(1) unsigned NOT NULL default '0', `cart_rule_restriction` tinyint(1) unsigned NOT NULL default '0', `product_restriction` tinyint(1) unsigned NOT NULL default '0', `shop_restriction` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) NOT NULL default '0', `reduction_percent` decimal(5,2) NOT NULL default '0.00', `reduction_amount` decimal(17,2) NOT NULL default '0.00', `reduction_tax` tinyint(1) unsigned NOT NULL default '0', `reduction_currency` int(10) unsigned NOT NULL default '0', `reduction_product` int(10) NOT NULL default '0', `gift_product` int(10) unsigned NOT NULL default '0', `gift_product_attribute` int(10) unsigned NOT NULL default '0', `highlight` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule` -- LOCK TABLES `ps_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_carrier` -- DROP TABLE IF EXISTS `ps_cart_rule_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_carrier` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_carrier` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_carrier` -- LOCK TABLES `ps_cart_rule_carrier` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_combination` -- DROP TABLE IF EXISTS `ps_cart_rule_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_combination` ( `id_cart_rule_1` int(10) unsigned NOT NULL, `id_cart_rule_2` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_combination` -- LOCK TABLES `ps_cart_rule_combination` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_combination` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_country` -- DROP TABLE IF EXISTS `ps_cart_rule_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_country` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_country` -- LOCK TABLES `ps_cart_rule_country` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_country` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_group` -- DROP TABLE IF EXISTS `ps_cart_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_group` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_group` -- LOCK TABLES `ps_cart_rule_group` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_lang` -- DROP TABLE IF EXISTS `ps_cart_rule_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_lang` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_lang` -- LOCK TABLES `ps_cart_rule_lang` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule` ( `id_product_rule` int(10) unsigned NOT NULL auto_increment, `id_product_rule_group` int(10) unsigned NOT NULL, `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, PRIMARY KEY (`id_product_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule` -- LOCK TABLES `ps_cart_rule_product_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule_group` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule_group` ( `id_product_rule_group` int(10) unsigned NOT NULL auto_increment, `id_cart_rule` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_rule_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule_group` -- LOCK TABLES `ps_cart_rule_product_rule_group` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule_value` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule_value` ( `id_product_rule` int(10) unsigned NOT NULL, `id_item` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_rule`,`id_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule_value` -- LOCK TABLES `ps_cart_rule_product_rule_value` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_shop` -- DROP TABLE IF EXISTS `ps_cart_rule_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_shop` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_shop` -- LOCK TABLES `ps_cart_rule_shop` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category` -- DROP TABLE IF EXISTS `ps_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category` ( `id_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `level_depth` tinyint(3) unsigned NOT NULL default '0', `nleft` int(10) unsigned NOT NULL default '0', `nright` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', `is_root_category` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_category`), KEY `category_parent` (`id_parent`), KEY `nleftright` (`nleft`,`nright`), KEY `nleftrightactive` (`nleft`,`nright`,`active`), KEY `level_depth` (`level_depth`), KEY `nright` (`nright`), KEY `nleft` (`nleft`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category` -- LOCK TABLES `ps_category` WRITE; /*!40000 ALTER TABLE `ps_category` DISABLE KEYS */; INSERT INTO `ps_category` VALUES (1,0,1,0,1,10,1,'2013-09-09 03:09:44','2013-09-09 03:09:44',0,0),(2,1,1,1,2,9,1,'2013-09-09 03:09:44','2013-09-09 03:09:44',0,1),(3,2,1,2,3,4,1,'2013-09-09 03:10:51','2013-09-09 03:10:51',0,0),(4,2,1,2,5,6,1,'2013-09-09 03:10:51','2013-09-09 03:10:51',0,0),(5,2,1,2,7,8,1,'2013-09-09 03:10:51','2013-09-09 03:10:51',0,0); /*!40000 ALTER TABLE `ps_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_group` -- DROP TABLE IF EXISTS `ps_category_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_group` ( `id_category` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_category`,`id_group`), KEY `id_category` (`id_category`), KEY `id_group` (`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_group` -- LOCK TABLES `ps_category_group` WRITE; /*!40000 ALTER TABLE `ps_category_group` DISABLE KEYS */; INSERT INTO `ps_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3); /*!40000 ALTER TABLE `ps_category_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_lang` -- DROP TABLE IF EXISTS `ps_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_lang` ( `id_category` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_lang` -- LOCK TABLES `ps_category_lang` WRITE; /*!40000 ALTER TABLE `ps_category_lang` DISABLE KEYS */; INSERT INTO `ps_category_lang` VALUES (1,1,1,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(3,1,1,'iPods','Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater.','music-ipods','','',''),(4,1,1,'Accessories','Wonderful accessories for your iPod','accessories-ipod','','',''),(5,1,1,'Laptops','The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part.','laptops','Apple laptops','Apple laptops MacBook Air','Powerful and chic Apple laptops'); /*!40000 ALTER TABLE `ps_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_product` -- DROP TABLE IF EXISTS `ps_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_product` ( `id_category` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_product`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_product` -- LOCK TABLES `ps_category_product` WRITE; /*!40000 ALTER TABLE `ps_category_product` DISABLE KEYS */; INSERT INTO `ps_category_product` VALUES (2,1,0),(2,2,1),(2,4,2),(2,5,3),(3,1,0),(3,2,1),(3,5,2),(4,6,0),(4,7,1),(5,3,0),(5,4,1); /*!40000 ALTER TABLE `ps_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_shop` -- DROP TABLE IF EXISTS `ps_category_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_shop` ( `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_shop` -- LOCK TABLES `ps_category_shop` WRITE; /*!40000 ALTER TABLE `ps_category_shop` DISABLE KEYS */; INSERT INTO `ps_category_shop` VALUES (1,1,1),(2,1,1),(3,1,1),(4,1,2),(5,1,3); /*!40000 ALTER TABLE `ps_category_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms` -- DROP TABLE IF EXISTS `ps_cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms` -- LOCK TABLES `ps_cms` WRITE; /*!40000 ALTER TABLE `ps_cms` DISABLE KEYS */; INSERT INTO `ps_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1); /*!40000 ALTER TABLE `ps_cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block` -- DROP TABLE IF EXISTS `ps_cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `location` tinyint(1) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `display_store` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_cms_block`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block` -- LOCK TABLES `ps_cms_block` WRITE; /*!40000 ALTER TABLE `ps_cms_block` DISABLE KEYS */; INSERT INTO `ps_cms_block` VALUES (1,1,0,0,1); /*!40000 ALTER TABLE `ps_cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_lang` -- DROP TABLE IF EXISTS `ps_cms_block_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_lang` ( `id_cms_block` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL default '', PRIMARY KEY (`id_cms_block`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_lang` -- LOCK TABLES `ps_cms_block_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_block_lang` DISABLE KEYS */; INSERT INTO `ps_cms_block_lang` VALUES (1,1,'Information'); /*!40000 ALTER TABLE `ps_cms_block_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_page` -- DROP TABLE IF EXISTS `ps_cms_block_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_page` ( `id_cms_block_page` int(10) unsigned NOT NULL auto_increment, `id_cms_block` int(10) unsigned NOT NULL, `id_cms` int(10) unsigned NOT NULL, `is_category` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id_cms_block_page`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_page` -- LOCK TABLES `ps_cms_block_page` WRITE; /*!40000 ALTER TABLE `ps_cms_block_page` DISABLE KEYS */; INSERT INTO `ps_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0); /*!40000 ALTER TABLE `ps_cms_block_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_shop` -- DROP TABLE IF EXISTS `ps_cms_block_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_shop` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cms_block`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_shop` -- LOCK TABLES `ps_cms_block_shop` WRITE; /*!40000 ALTER TABLE `ps_cms_block_shop` DISABLE KEYS */; INSERT INTO `ps_cms_block_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_cms_block_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_category` -- DROP TABLE IF EXISTS `ps_cms_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_category` ( `id_cms_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `level_depth` tinyint(3) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_category` -- LOCK TABLES `ps_cms_category` WRITE; /*!40000 ALTER TABLE `ps_cms_category` DISABLE KEYS */; INSERT INTO `ps_cms_category` VALUES (1,0,1,1,'2013-09-09 03:09:44','2013-09-09 03:09:44',0); /*!40000 ALTER TABLE `ps_cms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_category_lang` -- DROP TABLE IF EXISTS `ps_cms_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_category_lang` -- LOCK TABLES `ps_cms_category_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_category_lang` DISABLE KEYS */; INSERT INTO `ps_cms_category_lang` VALUES (1,1,'Home','','home','','',''); /*!40000 ALTER TABLE `ps_cms_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_lang` -- DROP TABLE IF EXISTS `ps_cms_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_lang` ( `id_cms` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `meta_title` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `content` longtext, `link_rewrite` varchar(128) NOT NULL, PRIMARY KEY (`id_cms`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_lang` -- LOCK TABLES `ps_cms_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_lang` DISABLE KEYS */; INSERT INTO `ps_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>™ open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'); /*!40000 ALTER TABLE `ps_cms_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_shop` -- DROP TABLE IF EXISTS `ps_cms_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_shop` ( `id_cms` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_shop` -- LOCK TABLES `ps_cms_shop` WRITE; /*!40000 ALTER TABLE `ps_cms_shop` DISABLE KEYS */; INSERT INTO `ps_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_cms_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_compare` -- DROP TABLE IF EXISTS `ps_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_compare` ( `id_compare` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, PRIMARY KEY (`id_compare`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_compare` -- LOCK TABLES `ps_compare` WRITE; /*!40000 ALTER TABLE `ps_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_compare_product` -- DROP TABLE IF EXISTS `ps_compare_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_compare_product` ( `id_compare` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_compare`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_compare_product` -- LOCK TABLES `ps_compare_product` WRITE; /*!40000 ALTER TABLE `ps_compare_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_compare_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition` -- DROP TABLE IF EXISTS `ps_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition` ( `id_condition` int(11) NOT NULL auto_increment, `id_ps_condition` int(11) NOT NULL, `type` enum('configuration','install','sql') NOT NULL, `request` text, `operator` varchar(32) default NULL, `value` varchar(64) default NULL, `result` varchar(64) default NULL, `calculation_type` enum('hook','time') default NULL, `calculation_detail` varchar(64) default NULL, `validated` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_condition`,`id_ps_condition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition` -- LOCK TABLES `ps_condition` WRITE; /*!40000 ALTER TABLE `ps_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition_advice` -- DROP TABLE IF EXISTS `ps_condition_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition_advice` ( `id_condition` int(11) NOT NULL, `id_advice` int(11) NOT NULL, `display` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_condition`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition_advice` -- LOCK TABLES `ps_condition_advice` WRITE; /*!40000 ALTER TABLE `ps_condition_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition_badge` -- DROP TABLE IF EXISTS `ps_condition_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition_badge` ( `id_condition` int(11) NOT NULL, `id_badge` int(11) NOT NULL, PRIMARY KEY (`id_condition`,`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition_badge` -- LOCK TABLES `ps_condition_badge` WRITE; /*!40000 ALTER TABLE `ps_condition_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_configuration` -- DROP TABLE IF EXISTS `ps_configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned default NULL, `id_shop` int(11) unsigned default NULL, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_configuration` -- LOCK TABLES `ps_configuration` WRITE; /*!40000 ALTER TABLE `ps_configuration` DISABLE KEYS */; INSERT INTO `ps_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-09-09 03:09:31','2013-09-09 03:09:31'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-09-09 03:09:44','2013-09-09 03:09:44'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-09-09 03:09:44','2013-09-09 03:09:44'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-09-09 03:10:20'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','21','0000-00-00 00:00:00','2013-09-09 03:10:13'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-09-09 03:10:15'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-09-09 03:10:25'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','US/Eastern','0000-00-00 00:00:00','2013-09-09 03:10:13'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-09-09 03:10:15'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-09-09 03:10:13'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-09-09 03:10:15'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-09-09 03:10:15'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','209','0000-00-00 00:00:00','2013-09-09 03:10:13'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','52','0000-00-00 00:00:00','2013-09-09 03:10:13'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-09-09 03:10:13'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-09-09 03:10:13'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-09-09 03:10:15'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','2013-09-09 03:10:28'),(182,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','2013-09-09 03:10:26'),(183,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','2013-09-09 03:10:26'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:10:26'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:10:26'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:10:26'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-09-09 03:10:26'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-09-09 03:10:28'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-09-09 03:10:27'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:10:26'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:10:26'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-09-09 03:10:26'),(204,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','2013-09-09 03:10:25'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT2,CAT3,CAT4','0000-00-00 00:00:00','2013-09-09 03:10:27'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','2013-09-09 03:10:27'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:10:27'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:10:27'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-09-09 03:10:27'),(212,NULL,NULL,'blockcontactinfos_company','My Company','0000-00-00 00:00:00','2013-09-09 03:10:26'),(213,NULL,NULL,'blockcontactinfos_address','42 avenue des Champs Elysées\n75000 Paris\nFrance','0000-00-00 00:00:00','2013-09-09 03:10:26'),(214,NULL,NULL,'blockcontactinfos_phone','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:10:26'),(215,NULL,NULL,'blockcontactinfos_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:10:26'),(216,NULL,NULL,'blockcontact_telnumber','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:10:26'),(217,NULL,NULL,'blockcontact_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:10:26'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:10:27'),(219,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:10:27'),(220,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:10:27'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-09-09 03:10:27'),(225,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'HOMESLIDER_HEIGHT','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_SPEED','500','0000-00-00 00:00:00','2013-09-09 03:10:28'),(228,NULL,NULL,'HOMESLIDER_PAUSE','3000','0000-00-00 00:00:00','2013-09-09 03:10:28'),(229,NULL,NULL,'PS_VERSION_DB','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-09-09 03:10:15'),(231,NULL,NULL,'PS_SHOP_DOMAIN','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:10:13'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:10:13'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Convict Cartel Apparel','0000-00-00 00:00:00','2013-09-09 03:10:13'),(235,NULL,NULL,'PS_SHOP_EMAIL','convictcartel@yahoo.com','0000-00-00 00:00:00','2013-09-09 03:10:20'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-09-09 03:10:13'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','9','0000-00-00 00:00:00','2013-09-09 03:10:13'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-09-09 03:10:13'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2013-09-09 03:10:13'),(245,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION',NULL,'0000-00-00 00:00:00','2013-09-09 03:10:13'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2013-09-09 03:10:13'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','4Xg8MTPnou8m4cDS','0000-00-00 00:00:00','2013-09-09 03:10:27'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-09-09 03:10:27'),(252,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','2013-09-09 03:10:28'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-09-09 03:10:28'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'BLOCKADVERT_TITLE','PrestaShop','2013-09-09 03:10:25','2013-09-09 03:10:25'),(259,NULL,NULL,'CUSTPRIV_MESSAGE',NULL,'2013-09-09 03:10:26','2013-09-09 03:10:26'),(260,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-09-09 03:10:27','2013-09-09 03:10:27'),(261,NULL,NULL,'HOMESLIDER_LOOP','1','2013-09-09 03:10:28','2013-09-09 03:10:28'),(262,NULL,NULL,'GF_INSTALL_CALC','0','2013-09-09 03:10:41','2013-09-09 03:10:41'),(263,NULL,NULL,'GF_CURRENT_LEVEL','1','2013-09-09 03:10:41','2013-09-09 03:10:41'),(264,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','0','2013-09-09 03:10:41','2013-09-09 03:10:41'),(265,NULL,NULL,'GF_NOTIFICATION','0','2013-09-09 03:10:41','2013-09-09 03:10:41'); /*!40000 ALTER TABLE `ps_configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_configuration_lang` -- DROP TABLE IF EXISTS `ps_configuration_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_configuration_lang` ( `id_configuration` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` text, `date_upd` datetime default NULL, PRIMARY KEY (`id_configuration`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_configuration_lang` -- LOCK TABLES `ps_configuration_lang` WRITE; /*!40000 ALTER TABLE `ps_configuration_lang` DISABLE KEYS */; INSERT INTO `ps_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(259,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ','2013-09-09 03:10:26'); /*!40000 ALTER TABLE `ps_configuration_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections` -- DROP TABLE IF EXISTS `ps_connections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections` ( `id_connections` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_guest` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `ip_address` bigint(20) default NULL, `date_add` datetime NOT NULL, `http_referer` varchar(255) default NULL, PRIMARY KEY (`id_connections`), KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections` -- LOCK TABLES `ps_connections` WRITE; /*!40000 ALTER TABLE `ps_connections` DISABLE KEYS */; INSERT INTO `ps_connections` VALUES (1,1,1,1,1,2130706433,'2013-09-09 03:10:52','http://www.prestashop.com'); /*!40000 ALTER TABLE `ps_connections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections_page` -- DROP TABLE IF EXISTS `ps_connections_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections_page` ( `id_connections` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `time_start` datetime NOT NULL, `time_end` datetime default NULL, PRIMARY KEY (`id_connections`,`id_page`,`time_start`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections_page` -- LOCK TABLES `ps_connections_page` WRITE; /*!40000 ALTER TABLE `ps_connections_page` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_connections_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections_source` -- DROP TABLE IF EXISTS `ps_connections_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections_source` ( `id_connections_source` int(10) unsigned NOT NULL auto_increment, `id_connections` int(10) unsigned NOT NULL, `http_referer` varchar(255) default NULL, `request_uri` varchar(255) default NULL, `keywords` varchar(255) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_connections_source`), KEY `connections` (`id_connections`), KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections_source` -- LOCK TABLES `ps_connections_source` WRITE; /*!40000 ALTER TABLE `ps_connections_source` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_connections_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact` -- DROP TABLE IF EXISTS `ps_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact` ( `id_contact` int(10) unsigned NOT NULL auto_increment, `email` varchar(128) NOT NULL, `customer_service` tinyint(1) NOT NULL default '0', `position` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id_contact`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact` -- LOCK TABLES `ps_contact` WRITE; /*!40000 ALTER TABLE `ps_contact` DISABLE KEYS */; INSERT INTO `ps_contact` VALUES (1,'convictcartel@yahoo.com',1,0),(2,'convictcartel@yahoo.com',1,0); /*!40000 ALTER TABLE `ps_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact_lang` -- DROP TABLE IF EXISTS `ps_contact_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact_lang` ( `id_contact` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, `description` text, PRIMARY KEY (`id_contact`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact_lang` -- LOCK TABLES `ps_contact_lang` WRITE; /*!40000 ALTER TABLE `ps_contact_lang` DISABLE KEYS */; INSERT INTO `ps_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'); /*!40000 ALTER TABLE `ps_contact_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact_shop` -- DROP TABLE IF EXISTS `ps_contact_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact_shop` ( `id_contact` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_contact`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact_shop` -- LOCK TABLES `ps_contact_shop` WRITE; /*!40000 ALTER TABLE `ps_contact_shop` DISABLE KEYS */; INSERT INTO `ps_contact_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_contact_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country` -- DROP TABLE IF EXISTS `ps_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country` ( `id_country` int(10) unsigned NOT NULL auto_increment, `id_zone` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL default '0', `iso_code` varchar(3) NOT NULL, `call_prefix` int(10) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `contains_states` tinyint(1) NOT NULL default '0', `need_identification_number` tinyint(1) NOT NULL default '0', `need_zip_code` tinyint(1) NOT NULL default '1', `zip_code_format` varchar(12) NOT NULL default '', `display_tax_label` tinyint(1) NOT NULL, PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country` -- LOCK TABLES `ps_country` WRITE; /*!40000 ALTER TABLE `ps_country` DISABLE KEYS */; INSERT INTO `ps_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); /*!40000 ALTER TABLE `ps_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country_lang` -- DROP TABLE IF EXISTS `ps_country_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country_lang` ( `id_country` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_country`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country_lang` -- LOCK TABLES `ps_country_lang` WRITE; /*!40000 ALTER TABLE `ps_country_lang` DISABLE KEYS */; INSERT INTO `ps_country_lang` VALUES (1,1,'Germany'),(2,1,'Austria'),(3,1,'Belgium'),(4,1,'Canada'),(5,1,'China'),(6,1,'Spain'),(7,1,'Finland'),(8,1,'France'),(9,1,'Greece'),(10,1,'Italy'),(11,1,'Japan'),(12,1,'Luxemburg'),(13,1,'Netherlands'),(14,1,'Poland'),(15,1,'Portugal'),(16,1,'Czech Republic'),(17,1,'United Kingdom'),(18,1,'Sweden'),(19,1,'Switzerland'),(20,1,'Denmark'),(21,1,'United States'),(22,1,'HongKong'),(23,1,'Norway'),(24,1,'Australia'),(25,1,'Singapore'),(26,1,'Ireland'),(27,1,'New Zealand'),(28,1,'South Korea'),(29,1,'Israel'),(30,1,'South Africa'),(31,1,'Nigeria'),(32,1,'Ivory Coast'),(33,1,'Togo'),(34,1,'Bolivia'),(35,1,'Mauritius'),(36,1,'Romania'),(37,1,'Slovakia'),(38,1,'Algeria'),(39,1,'American Samoa'),(40,1,'Andorra'),(41,1,'Angola'),(42,1,'Anguilla'),(43,1,'Antigua and Barbuda'),(44,1,'Argentina'),(45,1,'Armenia'),(46,1,'Aruba'),(47,1,'Azerbaijan'),(48,1,'Bahamas'),(49,1,'Bahrain'),(50,1,'Bangladesh'),(51,1,'Barbados'),(52,1,'Belarus'),(53,1,'Belize'),(54,1,'Benin'),(55,1,'Bermuda'),(56,1,'Bhutan'),(57,1,'Botswana'),(58,1,'Brazil'),(59,1,'Brunei'),(60,1,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(62,1,'Burundi'),(63,1,'Cambodia'),(64,1,'Cameroon'),(65,1,'Cape Verde'),(66,1,'Central African Republic'),(67,1,'Chad'),(68,1,'Chile'),(69,1,'Colombia'),(70,1,'Comoros'),(71,1,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(73,1,'Costa Rica'),(74,1,'Croatia'),(75,1,'Cuba'),(76,1,'Cyprus'),(77,1,'Djibouti'),(78,1,'Dominica'),(79,1,'Dominican Republic'),(80,1,'East Timor'),(81,1,'Ecuador'),(82,1,'Egypt'),(83,1,'El Salvador'),(84,1,'Equatorial Guinea'),(85,1,'Eritrea'),(86,1,'Estonia'),(87,1,'Ethiopia'),(88,1,'Falkland Islands'),(89,1,'Faroe Islands'),(90,1,'Fiji'),(91,1,'Gabon'),(92,1,'Gambia'),(93,1,'Georgia'),(94,1,'Ghana'),(95,1,'Grenada'),(96,1,'Greenland'),(97,1,'Gibraltar'),(98,1,'Guadeloupe'),(99,1,'Guam'),(100,1,'Guatemala'),(101,1,'Guernsey'),(102,1,'Guinea'),(103,1,'Guinea-Bissau'),(104,1,'Guyana'),(105,1,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(108,1,'Honduras'),(109,1,'Iceland'),(110,1,'India'),(111,1,'Indonesia'),(112,1,'Iran'),(113,1,'Iraq'),(114,1,'Man Island'),(115,1,'Jamaica'),(116,1,'Jersey'),(117,1,'Jordan'),(118,1,'Kazakhstan'),(119,1,'Kenya'),(120,1,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(123,1,'Kyrgyzstan'),(124,1,'Laos'),(125,1,'Latvia'),(126,1,'Lebanon'),(127,1,'Lesotho'),(128,1,'Liberia'),(129,1,'Libya'),(130,1,'Liechtenstein'),(131,1,'Lithuania'),(132,1,'Macau'),(133,1,'Macedonia'),(134,1,'Madagascar'),(135,1,'Malawi'),(136,1,'Malaysia'),(137,1,'Maldives'),(138,1,'Mali'),(139,1,'Malta'),(140,1,'Marshall Islands'),(141,1,'Martinique'),(142,1,'Mauritania'),(143,1,'Hungary'),(144,1,'Mayotte'),(145,1,'Mexico'),(146,1,'Micronesia'),(147,1,'Moldova'),(148,1,'Monaco'),(149,1,'Mongolia'),(150,1,'Montenegro'),(151,1,'Montserrat'),(152,1,'Morocco'),(153,1,'Mozambique'),(154,1,'Namibia'),(155,1,'Nauru'),(156,1,'Nepal'),(157,1,'Netherlands Antilles'),(158,1,'New Caledonia'),(159,1,'Nicaragua'),(160,1,'Niger'),(161,1,'Niue'),(162,1,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(164,1,'Oman'),(165,1,'Pakistan'),(166,1,'Palau'),(167,1,'Palestinian Territories'),(168,1,'Panama'),(169,1,'Papua New Guinea'),(170,1,'Paraguay'),(171,1,'Peru'),(172,1,'Philippines'),(173,1,'Pitcairn'),(174,1,'Puerto Rico'),(175,1,'Qatar'),(176,1,'Reunion Island'),(177,1,'Russian Federation'),(178,1,'Rwanda'),(179,1,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(182,1,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(186,1,'San Marino'),(187,1,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(189,1,'Senegal'),(190,1,'Serbia'),(191,1,'Seychelles'),(192,1,'Sierra Leone'),(193,1,'Slovenia'),(194,1,'Solomon Islands'),(195,1,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(198,1,'Sudan'),(199,1,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(202,1,'Syria'),(203,1,'Taiwan'),(204,1,'Tajikistan'),(205,1,'Tanzania'),(206,1,'Thailand'),(207,1,'Tokelau'),(208,1,'Tonga'),(209,1,'Trinidad and Tobago'),(210,1,'Tunisia'),(211,1,'Turkey'),(212,1,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(215,1,'Uganda'),(216,1,'Ukraine'),(217,1,'United Arab Emirates'),(218,1,'Uruguay'),(219,1,'Uzbekistan'),(220,1,'Vanuatu'),(221,1,'Venezuela'),(222,1,'Vietnam'),(223,1,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(226,1,'Western Sahara'),(227,1,'Yemen'),(228,1,'Zambia'),(229,1,'Zimbabwe'),(230,1,'Albania'),(231,1,'Afghanistan'),(232,1,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(237,1,'Cayman Islands'),(238,1,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(241,1,'French Guiana'),(242,1,'French Polynesia'),(243,1,'French Southern Territories'),(244,1,'Åland Islands'); /*!40000 ALTER TABLE `ps_country_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country_shop` -- DROP TABLE IF EXISTS `ps_country_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country_shop` ( `id_country` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_country`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country_shop` -- LOCK TABLES `ps_country_shop` WRITE; /*!40000 ALTER TABLE `ps_country_shop` DISABLE KEYS */; INSERT INTO `ps_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1); /*!40000 ALTER TABLE `ps_country_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_currency` -- DROP TABLE IF EXISTS `ps_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_currency` ( `id_currency` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `iso_code` varchar(3) NOT NULL default '0', `iso_code_num` varchar(3) NOT NULL default '0', `sign` varchar(8) NOT NULL, `blank` tinyint(1) unsigned NOT NULL default '0', `format` tinyint(1) unsigned NOT NULL default '0', `decimals` tinyint(1) unsigned NOT NULL default '1', `conversion_rate` decimal(13,6) NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_currency` -- LOCK TABLES `ps_currency` WRITE; /*!40000 ALTER TABLE `ps_currency` DISABLE KEYS */; INSERT INTO `ps_currency` VALUES (1,'Dollar','USD','840','$',0,1,1,'1.000000',0,1); /*!40000 ALTER TABLE `ps_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_currency_shop` -- DROP TABLE IF EXISTS `ps_currency_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_currency_shop` ( `id_currency` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `conversion_rate` decimal(13,6) NOT NULL, PRIMARY KEY (`id_currency`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_currency_shop` -- LOCK TABLES `ps_currency_shop` WRITE; /*!40000 ALTER TABLE `ps_currency_shop` DISABLE KEYS */; INSERT INTO `ps_currency_shop` VALUES (1,1,'1.000000'); /*!40000 ALTER TABLE `ps_currency_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer` -- DROP TABLE IF EXISTS `ps_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer` ( `id_customer` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_gender` int(10) unsigned NOT NULL, `id_default_group` int(10) unsigned NOT NULL default '1', `id_lang` int(10) unsigned default NULL, `id_risk` int(10) unsigned NOT NULL default '1', `company` varchar(64) default NULL, `siret` varchar(14) default NULL, `ape` varchar(5) default NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `birthday` date default NULL, `newsletter` tinyint(1) unsigned NOT NULL default '0', `ip_registration_newsletter` varchar(15) default NULL, `newsletter_date_add` datetime default NULL, `optin` tinyint(1) unsigned NOT NULL default '0', `website` varchar(128) default NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL default '0.000000', `show_public_prices` tinyint(1) unsigned NOT NULL default '0', `max_payment_days` int(10) unsigned NOT NULL default '60', `secure_key` varchar(32) NOT NULL default '-1', `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `is_guest` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer` -- LOCK TABLES `ps_customer` WRITE; /*!40000 ALTER TABLE `ps_customer` DISABLE KEYS */; INSERT INTO `ps_customer` VALUES (1,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','f6a0861e8e96bffe8a4222af37626a1a','2013-09-09 01:10:52','1970-01-15',1,'','2013-09-09 03:10:52',1,'','0.000000',0,0,'fc7618339878c0d7b52eca3a35f55459','',1,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'); /*!40000 ALTER TABLE `ps_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_group` -- DROP TABLE IF EXISTS `ps_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_group` ( `id_customer` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_customer`,`id_group`), KEY `customer_login` (`id_group`), KEY `id_customer` (`id_customer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_group` -- LOCK TABLES `ps_customer_group` WRITE; /*!40000 ALTER TABLE `ps_customer_group` DISABLE KEYS */; INSERT INTO `ps_customer_group` VALUES (1,3); /*!40000 ALTER TABLE `ps_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_message` -- DROP TABLE IF EXISTS `ps_customer_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_message` ( `id_customer_message` int(10) unsigned NOT NULL auto_increment, `id_customer_thread` int(11) default NULL, `id_employee` int(10) unsigned default NULL, `message` text NOT NULL, `file_name` varchar(18) default NULL, `ip_address` int(11) default NULL, `user_agent` varchar(128) default NULL, `date_add` datetime NOT NULL, `private` tinyint(4) NOT NULL default '0', `read` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_customer_message`), KEY `id_customer_thread` (`id_customer_thread`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_message` -- LOCK TABLES `ps_customer_message` WRITE; /*!40000 ALTER TABLE `ps_customer_message` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_message_sync_imap` -- DROP TABLE IF EXISTS `ps_customer_message_sync_imap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_message_sync_imap` ( `md5_header` varbinary(32) NOT NULL, KEY `md5_header_index` (`md5_header`(4)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_message_sync_imap` -- LOCK TABLES `ps_customer_message_sync_imap` WRITE; /*!40000 ALTER TABLE `ps_customer_message_sync_imap` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_message_sync_imap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_thread` -- DROP TABLE IF EXISTS `ps_customer_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_thread` ( `id_customer_thread` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `id_contact` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned default NULL, `id_order` int(10) unsigned default NULL, `id_product` int(10) unsigned default NULL, `status` enum('open','closed','pending1','pending2') NOT NULL default 'open', `email` varchar(128) NOT NULL, `token` varchar(12) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_thread`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`), KEY `id_contact` (`id_contact`), KEY `id_customer` (`id_customer`), KEY `id_order` (`id_order`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_thread` -- LOCK TABLES `ps_customer_thread` WRITE; /*!40000 ALTER TABLE `ps_customer_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization` -- DROP TABLE IF EXISTS `ps_customization`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization` ( `id_customization` int(10) unsigned NOT NULL auto_increment, `id_product_attribute` int(10) unsigned NOT NULL default '0', `id_address_delivery` int(10) unsigned NOT NULL default '0', `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) NOT NULL, `quantity` int(10) NOT NULL, `quantity_refunded` int(11) NOT NULL default '0', `quantity_returned` int(11) NOT NULL default '0', `in_cart` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization` -- LOCK TABLES `ps_customization` WRITE; /*!40000 ALTER TABLE `ps_customization` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization_field` -- DROP TABLE IF EXISTS `ps_customization_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization_field` ( `id_customization_field` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization_field` -- LOCK TABLES `ps_customization_field` WRITE; /*!40000 ALTER TABLE `ps_customization_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization_field_lang` -- DROP TABLE IF EXISTS `ps_customization_field_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization_field_lang` ( `id_customization_field` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_customization_field`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization_field_lang` -- LOCK TABLES `ps_customization_field_lang` WRITE; /*!40000 ALTER TABLE `ps_customization_field_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization_field_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customized_data` -- DROP TABLE IF EXISTS `ps_customized_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customized_data` ( `id_customization` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `index` int(3) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_customization`,`type`,`index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customized_data` -- LOCK TABLES `ps_customized_data` WRITE; /*!40000 ALTER TABLE `ps_customized_data` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customized_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_date_range` -- DROP TABLE IF EXISTS `ps_date_range`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_date_range` ( `id_date_range` int(10) unsigned NOT NULL auto_increment, `time_start` datetime NOT NULL, `time_end` datetime NOT NULL, PRIMARY KEY (`id_date_range`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_date_range` -- LOCK TABLES `ps_date_range` WRITE; /*!40000 ALTER TABLE `ps_date_range` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_date_range` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_delivery` -- DROP TABLE IF EXISTS `ps_delivery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_delivery` ( `id_delivery` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned default NULL, `id_shop_group` int(10) unsigned default NULL, `id_carrier` int(10) unsigned NOT NULL, `id_range_price` int(10) unsigned default NULL, `id_range_weight` int(10) unsigned default NULL, `id_zone` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, PRIMARY KEY (`id_delivery`), KEY `id_zone` (`id_zone`), KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_delivery` -- LOCK TABLES `ps_delivery` WRITE; /*!40000 ALTER TABLE `ps_delivery` DISABLE KEYS */; INSERT INTO `ps_delivery` VALUES (1,NULL,NULL,2,0,1,1,'5.000000'),(2,NULL,NULL,2,0,1,2,'5.000000'),(3,NULL,NULL,2,1,0,1,'5.000000'),(4,NULL,NULL,2,1,0,2,'5.000000'); /*!40000 ALTER TABLE `ps_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_employee` -- DROP TABLE IF EXISTS `ps_employee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_employee` ( `id_employee` int(10) unsigned NOT NULL auto_increment, `id_profile` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL default '0', `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `stats_date_from` date default NULL, `stats_date_to` date default NULL, `bo_color` varchar(32) default NULL, `bo_theme` varchar(32) default NULL, `default_tab` int(10) unsigned NOT NULL default '0', `bo_width` int(10) unsigned NOT NULL default '0', `bo_show_screencast` tinyint(1) NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '0', `id_last_order` int(10) unsigned NOT NULL default '0', `id_last_customer_message` int(10) unsigned NOT NULL default '0', `id_last_customer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_employee`), KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_employee` -- LOCK TABLES `ps_employee` WRITE; /*!40000 ALTER TABLE `ps_employee` DISABLE KEYS */; INSERT INTO `ps_employee` VALUES (1,1,1,'Cartel','Convict','convictcartel@yahoo.com','cbf74f4d8d6007193bfd4813ee8cb586','2013-09-09 01:10:20','2013-09-09','2013-09-09',NULL,'default',0,0,1,1,0,0,0); /*!40000 ALTER TABLE `ps_employee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_employee_shop` -- DROP TABLE IF EXISTS `ps_employee_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_employee_shop` ( `id_employee` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_employee`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_employee_shop` -- LOCK TABLES `ps_employee_shop` WRITE; /*!40000 ALTER TABLE `ps_employee_shop` DISABLE KEYS */; INSERT INTO `ps_employee_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_employee_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_favorite_product` -- DROP TABLE IF EXISTS `ps_favorite_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_favorite_product` ( `id_favorite_product` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_favorite_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_favorite_product` -- LOCK TABLES `ps_favorite_product` WRITE; /*!40000 ALTER TABLE `ps_favorite_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_favorite_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature` -- DROP TABLE IF EXISTS `ps_feature`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature` ( `id_feature` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature` -- LOCK TABLES `ps_feature` WRITE; /*!40000 ALTER TABLE `ps_feature` DISABLE KEYS */; INSERT INTO `ps_feature` VALUES (1,0),(2,1),(3,2),(4,3),(5,4); /*!40000 ALTER TABLE `ps_feature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_lang` -- DROP TABLE IF EXISTS `ps_feature_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_lang` ( `id_feature` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_feature`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_lang` -- LOCK TABLES `ps_feature_lang` WRITE; /*!40000 ALTER TABLE `ps_feature_lang` DISABLE KEYS */; INSERT INTO `ps_feature_lang` VALUES (1,1,'Height'),(2,1,'Width'),(3,1,'Depth'),(4,1,'Weight'),(5,1,'Headphone'); /*!40000 ALTER TABLE `ps_feature_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_product` -- DROP TABLE IF EXISTS `ps_feature_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_product` ( `id_feature` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_feature_value` int(10) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_product`), KEY `id_feature_value` (`id_feature_value`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_product` -- LOCK TABLES `ps_feature_product` WRITE; /*!40000 ALTER TABLE `ps_feature_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_shop` -- DROP TABLE IF EXISTS `ps_feature_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_shop` ( `id_feature` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_shop` -- LOCK TABLES `ps_feature_shop` WRITE; /*!40000 ALTER TABLE `ps_feature_shop` DISABLE KEYS */; INSERT INTO `ps_feature_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_feature_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_value` -- DROP TABLE IF EXISTS `ps_feature_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_value` ( `id_feature_value` int(10) unsigned NOT NULL auto_increment, `id_feature` int(10) unsigned NOT NULL, `custom` tinyint(3) unsigned default NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_value` -- LOCK TABLES `ps_feature_value` WRITE; /*!40000 ALTER TABLE `ps_feature_value` DISABLE KEYS */; INSERT INTO `ps_feature_value` VALUES (1,5,0),(2,5,0),(3,1,1),(4,2,1),(5,4,1),(6,3,1),(7,1,1),(8,2,1),(9,4,1),(10,3,1),(11,1,1),(12,2,1),(13,4,1),(14,3,1); /*!40000 ALTER TABLE `ps_feature_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_value_lang` -- DROP TABLE IF EXISTS `ps_feature_value_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_value_lang` ( `id_feature_value` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` varchar(255) default NULL, PRIMARY KEY (`id_feature_value`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_value_lang` -- LOCK TABLES `ps_feature_value_lang` WRITE; /*!40000 ALTER TABLE `ps_feature_value_lang` DISABLE KEYS */; INSERT INTO `ps_feature_value_lang` VALUES (1,1,'Jack stereo'),(2,1,'Mini-jack stereo'),(3,1,'2.75 in'),(4,1,'2.06 in'),(5,1,'49.2 g'),(6,1,'0.26 in'),(7,1,'1.07 in'),(8,1,'1.62 in'),(9,1,'15.5 g'),(10,1,'0.41 in (clip included)'),(11,1,'4.33 in'),(12,1,'2.76 in'),(13,1,'120g'),(14,1,'0.31 in'); /*!40000 ALTER TABLE `ps_feature_value_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_gender` -- DROP TABLE IF EXISTS `ps_gender`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_gender` ( `id_gender` int(11) NOT NULL auto_increment, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_gender` -- LOCK TABLES `ps_gender` WRITE; /*!40000 ALTER TABLE `ps_gender` DISABLE KEYS */; INSERT INTO `ps_gender` VALUES (1,0),(2,1),(3,1); /*!40000 ALTER TABLE `ps_gender` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_gender_lang` -- DROP TABLE IF EXISTS `ps_gender_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_gender_lang` ( `id_gender` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_gender`,`id_lang`), KEY `id_gender` (`id_gender`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_gender_lang` -- LOCK TABLES `ps_gender_lang` WRITE; /*!40000 ALTER TABLE `ps_gender_lang` DISABLE KEYS */; INSERT INTO `ps_gender_lang` VALUES (1,1,'Mr.'),(2,1,'Ms.'),(3,1,'Miss'); /*!40000 ALTER TABLE `ps_gender_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group` -- DROP TABLE IF EXISTS `ps_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group` ( `id_group` int(10) unsigned NOT NULL auto_increment, `reduction` decimal(17,2) NOT NULL default '0.00', `price_display_method` tinyint(4) NOT NULL default '0', `show_prices` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group` -- LOCK TABLES `ps_group` WRITE; /*!40000 ALTER TABLE `ps_group` DISABLE KEYS */; INSERT INTO `ps_group` VALUES (1,'0.00',1,1,'2013-09-09 03:09:44','2013-09-09 03:10:14'),(2,'0.00',1,1,'2013-09-09 03:09:44','2013-09-09 03:10:14'),(3,'0.00',1,1,'2013-09-09 03:09:44','2013-09-09 03:10:14'); /*!40000 ALTER TABLE `ps_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_lang` -- DROP TABLE IF EXISTS `ps_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_lang` ( `id_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_lang` -- LOCK TABLES `ps_group_lang` WRITE; /*!40000 ALTER TABLE `ps_group_lang` DISABLE KEYS */; INSERT INTO `ps_group_lang` VALUES (1,1,'Visitor'),(2,1,'Guest'),(3,1,'Customer'); /*!40000 ALTER TABLE `ps_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_reduction` -- DROP TABLE IF EXISTS `ps_group_reduction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_reduction` ( `id_group_reduction` mediumint(8) unsigned NOT NULL auto_increment, `id_group` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_group_reduction`), UNIQUE KEY `id_group` (`id_group`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_reduction` -- LOCK TABLES `ps_group_reduction` WRITE; /*!40000 ALTER TABLE `ps_group_reduction` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_group_reduction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_shop` -- DROP TABLE IF EXISTS `ps_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_shop` ( `id_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_shop` -- LOCK TABLES `ps_group_shop` WRITE; /*!40000 ALTER TABLE `ps_group_shop` DISABLE KEYS */; INSERT INTO `ps_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_guest` -- DROP TABLE IF EXISTS `ps_guest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_guest` ( `id_guest` int(10) unsigned NOT NULL auto_increment, `id_operating_system` int(10) unsigned default NULL, `id_web_browser` int(10) unsigned default NULL, `id_customer` int(10) unsigned default NULL, `javascript` tinyint(1) default '0', `screen_resolution_x` smallint(5) unsigned default NULL, `screen_resolution_y` smallint(5) unsigned default NULL, `screen_color` tinyint(3) unsigned default NULL, `sun_java` tinyint(1) default NULL, `adobe_flash` tinyint(1) default NULL, `adobe_director` tinyint(1) default NULL, `apple_quicktime` tinyint(1) default NULL, `real_player` tinyint(1) default NULL, `windows_media` tinyint(1) default NULL, `accept_language` varchar(8) default NULL, `mobile_theme` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_guest`), KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_guest` -- LOCK TABLES `ps_guest` WRITE; /*!40000 ALTER TABLE `ps_guest` DISABLE KEYS */; INSERT INTO `ps_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0); /*!40000 ALTER TABLE `ps_guest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_help_access` -- DROP TABLE IF EXISTS `ps_help_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_help_access` ( `id_help_access` int(11) NOT NULL auto_increment, `label` varchar(45) NOT NULL, `version` varchar(8) NOT NULL, PRIMARY KEY (`id_help_access`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_help_access` -- LOCK TABLES `ps_help_access` WRITE; /*!40000 ALTER TABLE `ps_help_access` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_help_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider` -- DROP TABLE IF EXISTS `ps_homeslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider` -- LOCK TABLES `ps_homeslider` WRITE; /*!40000 ALTER TABLE `ps_homeslider` DISABLE KEYS */; INSERT INTO `ps_homeslider` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_homeslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider_slides` -- DROP TABLE IF EXISTS `ps_homeslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider_slides` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_homeslider_slides`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider_slides` -- LOCK TABLES `ps_homeslider_slides` WRITE; /*!40000 ALTER TABLE `ps_homeslider_slides` DISABLE KEYS */; INSERT INTO `ps_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1); /*!40000 ALTER TABLE `ps_homeslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider_slides_lang` -- DROP TABLE IF EXISTS `ps_homeslider_slides_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider_slides_lang` ( `id_homeslider_slides` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `legend` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider_slides_lang` -- LOCK TABLES `ps_homeslider_slides_lang` WRITE; /*!40000 ALTER TABLE `ps_homeslider_slides_lang` DISABLE KEYS */; INSERT INTO `ps_homeslider_slides_lang` VALUES (1,1,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','sample-1.jpg'),(2,1,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','sample-2.jpg'),(3,1,'Sample 3','This is a sample picture','sample-3','http://www.prestashop.com','sample-3.jpg'),(4,1,'Sample 4','This is a sample picture','sample-4','http://www.prestashop.com','sample-4.jpg'),(5,1,'Sample 5','This is a sample picture','sample-5','http://www.prestashop.com','sample-5.jpg'); /*!40000 ALTER TABLE `ps_homeslider_slides_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook` -- DROP TABLE IF EXISTS `ps_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook` ( `id_hook` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `title` varchar(64) NOT NULL, `description` text, `position` tinyint(1) NOT NULL default '1', `live_edit` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook` -- LOCK TABLES `ps_hook` WRITE; /*!40000 ALTER TABLE `ps_hook` DISABLE KEYS */; INSERT INTO `ps_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionBeforeSubmitAccount','actionBeforeSubmitAccount','',0,0),(96,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(97,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(98,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0); /*!40000 ALTER TABLE `ps_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_alias` -- DROP TABLE IF EXISTS `ps_hook_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_alias` ( `id_hook_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_alias` -- LOCK TABLES `ps_hook_alias` WRITE; /*!40000 ALTER TABLE `ps_hook_alias` DISABLE KEYS */; INSERT INTO `ps_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock'); /*!40000 ALTER TABLE `ps_hook_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_module` -- DROP TABLE IF EXISTS `ps_hook_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_module` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_hook` int(10) unsigned NOT NULL, `position` tinyint(2) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), KEY `id_hook` (`id_hook`), KEY `id_module` (`id_module`), KEY `position` (`id_shop`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_module` -- LOCK TABLES `ps_hook_module` WRITE; /*!40000 ALTER TABLE `ps_hook_module` DISABLE KEYS */; INSERT INTO `ps_hook_module` VALUES (1,1,30,1),(1,1,9,1),(2,1,1,2),(2,1,4,2),(3,1,7,7),(4,1,6,1),(4,1,9,2),(4,1,48,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(5,1,14,7),(5,1,9,5),(5,1,89,1),(6,1,7,3),(6,1,21,2),(6,1,9,9),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(6,1,91,1),(7,1,7,6),(7,1,6,5),(7,1,9,16),(7,1,21,4),(7,1,92,1),(7,1,93,1),(7,1,94,1),(8,1,6,26),(8,1,9,6),(9,1,9,21),(9,1,21,6),(10,1,14,2),(10,1,9,11),(11,1,31,1),(11,1,9,9),(11,1,95,1),(12,1,14,1),(12,1,9,14),(13,1,7,5),(13,1,9,15),(13,1,96,1),(13,1,97,1),(13,1,98,1),(14,1,9,6),(14,1,99,1),(14,1,100,1),(15,1,21,4),(15,1,9,13),(15,1,99,2),(15,1,102,1),(16,1,6,2),(16,1,9,12),(16,1,12,2),(16,1,13,2),(16,1,16,2),(17,1,7,9),(17,1,9,25),(17,1,25,1),(18,1,7,8),(18,1,9,2),(19,1,14,3),(19,1,9,3),(20,1,21,1),(21,1,14,4),(21,1,9,20),(21,1,103,1),(22,1,40,1),(23,1,9,5),(23,1,21,5),(24,1,6,4),(24,1,9,10),(24,1,12,3),(24,1,13,3),(24,1,16,3),(25,1,6,6),(25,1,9,19),(26,1,7,5),(26,1,9,27),(26,1,104,1),(26,1,105,1),(26,1,106,1),(27,1,7,2),(27,1,9,18),(28,1,14,6),(28,1,107,1),(28,1,108,1),(28,1,109,1),(28,1,92,2),(28,1,93,2),(28,1,106,2),(28,1,104,2),(28,1,98,2),(28,1,96,2),(28,1,110,1),(28,1,111,1),(28,1,61,2),(28,1,94,2),(29,1,14,5),(29,1,9,13),(30,1,7,4),(30,1,9,4),(31,1,1,1),(31,1,4,1),(32,1,86,1),(32,1,26,1),(32,1,40,2),(32,1,9,23),(33,1,33,4),(34,1,33,3),(35,1,33,1),(36,1,33,2),(37,1,37,1),(38,1,8,2),(38,1,9,24),(38,1,12,4),(38,1,13,4),(38,1,16,4),(39,1,8,1),(39,1,94,1),(40,1,14,8),(40,1,32,10),(41,1,14,7),(41,1,32,11),(42,1,32,15),(43,1,32,8),(44,1,32,13),(45,1,32,16),(46,1,32,7),(47,1,32,17),(48,1,32,7),(49,1,32,20),(50,1,21,7),(50,1,11,1),(50,1,25,1),(51,1,32,6),(52,1,32,22),(53,1,32,5),(54,1,32,18),(55,1,32,9),(56,1,32,4),(57,1,32,12),(58,1,32,3),(59,1,32,2),(60,1,45,1),(60,1,32,19),(61,1,32,21),(62,1,32,1),(64,1,50,1); /*!40000 ALTER TABLE `ps_hook_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_module_exceptions` -- DROP TABLE IF EXISTS `ps_hook_module_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_module_exceptions` ( `id_hook_module_exceptions` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_module` int(10) unsigned NOT NULL, `id_hook` int(10) unsigned NOT NULL, `file_name` varchar(255) default NULL, PRIMARY KEY (`id_hook_module_exceptions`), KEY `id_module` (`id_module`), KEY `id_hook` (`id_hook`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_module_exceptions` -- LOCK TABLES `ps_hook_module_exceptions` WRITE; /*!40000 ALTER TABLE `ps_hook_module_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_hook_module_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image` -- DROP TABLE IF EXISTS `ps_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image` ( `id_image` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `position` smallint(2) unsigned NOT NULL default '0', `cover` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_image`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`), KEY `id_product_cover` (`id_product`,`cover`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image` -- LOCK TABLES `ps_image` WRITE; /*!40000 ALTER TABLE `ps_image` DISABLE KEYS */; INSERT INTO `ps_image` VALUES (1,3,1,1),(2,3,2,0),(3,3,3,0),(4,4,1,0),(5,4,2,0),(6,4,3,1),(7,5,1,1),(8,5,2,0),(9,5,3,0),(10,5,4,0),(11,5,5,0),(12,5,6,0),(13,6,1,1),(14,7,1,1),(15,1,1,1),(16,1,2,0),(17,1,3,0),(18,1,4,0),(19,1,5,0),(20,1,6,0),(21,1,7,0),(22,1,8,0),(23,2,1,1),(24,2,2,0),(25,2,3,0),(26,2,4,0); /*!40000 ALTER TABLE `ps_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_lang` -- DROP TABLE IF EXISTS `ps_image_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_lang` ( `id_image` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `legend` varchar(128) default NULL, PRIMARY KEY (`id_image`,`id_lang`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_lang` -- LOCK TABLES `ps_image_lang` WRITE; /*!40000 ALTER TABLE `ps_image_lang` DISABLE KEYS */; INSERT INTO `ps_image_lang` VALUES (1,1,NULL),(2,1,NULL),(3,1,NULL),(4,1,NULL),(5,1,NULL),(6,1,NULL),(7,1,NULL),(8,1,NULL),(9,1,NULL),(10,1,NULL),(11,1,NULL),(12,1,NULL),(13,1,NULL),(14,1,NULL),(15,1,NULL),(16,1,NULL),(17,1,NULL),(18,1,NULL),(19,1,NULL),(20,1,NULL),(21,1,NULL),(22,1,NULL),(23,1,NULL),(24,1,NULL),(25,1,NULL),(26,1,NULL); /*!40000 ALTER TABLE `ps_image_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_shop` -- DROP TABLE IF EXISTS `ps_image_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_shop` ( `id_image` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `cover` tinyint(1) NOT NULL, KEY `id_image` (`id_image`,`id_shop`,`cover`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_shop` -- LOCK TABLES `ps_image_shop` WRITE; /*!40000 ALTER TABLE `ps_image_shop` DISABLE KEYS */; INSERT INTO `ps_image_shop` VALUES (1,1,1),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,1),(7,1,1),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,1),(14,1,1),(15,1,1),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,1),(24,1,0),(25,1,0),(26,1,0); /*!40000 ALTER TABLE `ps_image_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_type` -- DROP TABLE IF EXISTS `ps_image_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `products` tinyint(1) NOT NULL default '1', `categories` tinyint(1) NOT NULL default '1', `manufacturers` tinyint(1) NOT NULL default '1', `suppliers` tinyint(1) NOT NULL default '1', `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_type` -- LOCK TABLES `ps_image_type` WRITE; /*!40000 ALTER TABLE `ps_image_type` DISABLE KEYS */; INSERT INTO `ps_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,0,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0); /*!40000 ALTER TABLE `ps_image_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_import_match` -- DROP TABLE IF EXISTS `ps_import_match`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_import_match` ( `id_import_match` int(10) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `match` text NOT NULL, `skip` int(2) NOT NULL, PRIMARY KEY (`id_import_match`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_import_match` -- LOCK TABLES `ps_import_match` WRITE; /*!40000 ALTER TABLE `ps_import_match` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_import_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_lang` -- DROP TABLE IF EXISTS `ps_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_lang` ( `id_lang` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `active` tinyint(3) unsigned NOT NULL default '0', `iso_code` char(2) NOT NULL, `language_code` char(5) NOT NULL, `date_format_lite` char(32) NOT NULL default 'Y-m-d', `date_format_full` char(32) NOT NULL default 'Y-m-d H:i:s', `is_rtl` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_lang`), KEY `lang_iso_code` (`iso_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_lang` -- LOCK TABLES `ps_lang` WRITE; /*!40000 ALTER TABLE `ps_lang` DISABLE KEYS */; INSERT INTO `ps_lang` VALUES (1,'English (United States)',1,'en','en','Y-m-d','Y-m-d H:i:s',0); /*!40000 ALTER TABLE `ps_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_lang_shop` -- DROP TABLE IF EXISTS `ps_lang_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_lang_shop` ( `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_lang`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_lang_shop` -- LOCK TABLES `ps_lang_shop` WRITE; /*!40000 ALTER TABLE `ps_lang_shop` DISABLE KEYS */; INSERT INTO `ps_lang_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_lang_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_linksmenutop` -- DROP TABLE IF EXISTS `ps_linksmenutop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_linksmenutop` ( `id_linksmenutop` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_linksmenutop` -- LOCK TABLES `ps_linksmenutop` WRITE; /*!40000 ALTER TABLE `ps_linksmenutop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_linksmenutop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_linksmenutop_lang` -- DROP TABLE IF EXISTS `ps_linksmenutop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_linksmenutop_lang` ( `id_linksmenutop` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_linksmenutop_lang` -- LOCK TABLES `ps_linksmenutop_lang` WRITE; /*!40000 ALTER TABLE `ps_linksmenutop_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_linksmenutop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_log` -- DROP TABLE IF EXISTS `ps_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_log` ( `id_log` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(1) NOT NULL, `error_code` int(11) default NULL, `message` text NOT NULL, `object_type` varchar(32) default NULL, `object_id` int(10) unsigned default NULL, `id_employee` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_log` -- LOCK TABLES `ps_log` WRITE; /*!40000 ALTER TABLE `ps_log` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer` -- DROP TABLE IF EXISTS `ps_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer` ( `id_manufacturer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_manufacturer`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer` -- LOCK TABLES `ps_manufacturer` WRITE; /*!40000 ALTER TABLE `ps_manufacturer` DISABLE KEYS */; INSERT INTO `ps_manufacturer` VALUES (1,'Apple Computer, Inc','2013-09-09 03:10:51','2013-09-09 03:10:51',1),(2,'Shure Incorporated','2013-09-09 03:10:51','2013-09-09 03:10:51',1); /*!40000 ALTER TABLE `ps_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer_lang` -- DROP TABLE IF EXISTS `ps_manufacturer_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer_lang` ( `id_manufacturer` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `short_description` varchar(254) default NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_manufacturer`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer_lang` -- LOCK TABLES `ps_manufacturer_lang` WRITE; /*!40000 ALTER TABLE `ps_manufacturer_lang` DISABLE KEYS */; INSERT INTO `ps_manufacturer_lang` VALUES (1,1,'','','','',''),(2,1,'','','','',''); /*!40000 ALTER TABLE `ps_manufacturer_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer_shop` -- DROP TABLE IF EXISTS `ps_manufacturer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer_shop` ( `id_manufacturer` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_manufacturer`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer_shop` -- LOCK TABLES `ps_manufacturer_shop` WRITE; /*!40000 ALTER TABLE `ps_manufacturer_shop` DISABLE KEYS */; INSERT INTO `ps_manufacturer_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_manufacturer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_memcached_servers` -- DROP TABLE IF EXISTS `ps_memcached_servers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL auto_increment, `ip` varchar(254) NOT NULL, `port` int(11) unsigned NOT NULL, `weight` int(11) unsigned NOT NULL, PRIMARY KEY (`id_memcached_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_memcached_servers` -- LOCK TABLES `ps_memcached_servers` WRITE; /*!40000 ALTER TABLE `ps_memcached_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_memcached_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_message` -- DROP TABLE IF EXISTS `ps_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_message` ( `id_message` int(10) unsigned NOT NULL auto_increment, `id_cart` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned default NULL, `id_order` int(10) unsigned NOT NULL, `message` text NOT NULL, `private` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`), KEY `message_order` (`id_order`), KEY `id_cart` (`id_cart`), KEY `id_customer` (`id_customer`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_message` -- LOCK TABLES `ps_message` WRITE; /*!40000 ALTER TABLE `ps_message` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_message_readed` -- DROP TABLE IF EXISTS `ps_message_readed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_message_readed` ( `id_message` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`,`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_message_readed` -- LOCK TABLES `ps_message_readed` WRITE; /*!40000 ALTER TABLE `ps_message_readed` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_message_readed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_meta` -- DROP TABLE IF EXISTS `ps_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_meta` ( `id_meta` int(10) unsigned NOT NULL auto_increment, `page` varchar(64) NOT NULL, PRIMARY KEY (`id_meta`), KEY `meta_name` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_meta` -- LOCK TABLES `ps_meta` WRITE; /*!40000 ALTER TABLE `ps_meta` DISABLE KEYS */; INSERT INTO `ps_meta` VALUES (1,'404'),(2,'best-sales'),(3,'contact'),(4,'index'),(5,'manufacturer'),(6,'new-products'),(7,'password'),(8,'prices-drop'),(9,'sitemap'),(10,'supplier'),(11,'address'),(12,'addresses'),(13,'authentication'),(14,'cart'),(15,'discount'),(16,'history'),(17,'identity'),(18,'my-account'),(19,'order-follow'),(20,'order-slip'),(21,'order'),(22,'search'),(23,'stores'),(24,'order-opc'),(25,'guest-tracking'),(26,'order-confirmation'); /*!40000 ALTER TABLE `ps_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_meta_lang` -- DROP TABLE IF EXISTS `ps_meta_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_meta_lang` ( `id_meta` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `title` varchar(128) default NULL, `description` varchar(255) default NULL, `keywords` varchar(255) default NULL, `url_rewrite` varchar(254) NOT NULL, PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_meta_lang` -- LOCK TABLES `ps_meta_lang` WRITE; /*!40000 ALTER TABLE `ps_meta_lang` DISABLE KEYS */; INSERT INTO `ps_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(14,1,1,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(22,1,1,'Search','','','search'),(23,1,1,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'); /*!40000 ALTER TABLE `ps_meta_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module` -- DROP TABLE IF EXISTS `ps_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module` ( `id_module` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `version` varchar(8) NOT NULL, PRIMARY KEY (`id_module`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module` -- LOCK TABLES `ps_module` WRITE; /*!40000 ALTER TABLE `ps_module` DISABLE KEYS */; INSERT INTO `ps_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(3,'blockadvertising',1,'0.5'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(9,'blockcontactinfos',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(11,'blockcustomerprivacy',1,'1.0'),(12,'blocklanguages',1,'1.1'),(13,'blockmanufacturer',1,'1'),(14,'blockmyaccount',1,'1.2'),(15,'blockmyaccountfooter',1,'1.3'),(16,'blocknewproducts',1,'1.4'),(17,'blocknewsletter',1,'1.4'),(18,'blockpaymentlogo',1,'0.2'),(19,'blockpermanentlinks',1,'0.1'),(20,'blockreinsurance',1,'2.0'),(21,'blocksearch',1,'1.2'),(22,'blocksharefb',1,'1.0'),(23,'blocksocial',1,'1.0'),(24,'blockspecials',1,'0.9'),(25,'blockstore',1,'1'),(26,'blocksupplier',1,'1'),(27,'blocktags',1,'1.1'),(28,'blocktopmenu',1,'1.6'),(29,'blockuserinfo',1,'0.1'),(30,'blockviewed',1,'0.9'),(31,'cheque',1,'2.3'),(32,'favoriteproducts',1,'1'),(33,'graphartichow',1,'1'),(34,'graphgooglechart',1,'1'),(35,'graphvisifire',1,'1'),(36,'graphxmlswfcharts',1,'1'),(37,'gridhtml',1,'1'),(38,'homefeatured',1,'1.1'),(39,'homeslider',1,'1.2.1'),(40,'pagesnotfound',1,'1.1'),(41,'sekeywords',1,'1'),(42,'statsbestcategories',1,'1'),(43,'statsbestcustomers',1,'1'),(44,'statsbestproducts',1,'1'),(45,'statsbestsuppliers',1,'1'),(46,'statsbestvouchers',1,'1'),(47,'statscarrier',1,'1'),(48,'statscatalog',1,'1'),(49,'statscheckup',1,'1'),(50,'statsdata',1,'1'),(51,'statsequipment',1,'1'),(52,'statsforecast',1,'1'),(53,'statslive',1,'1'),(54,'statsnewsletter',1,'1'),(55,'statsorigin',1,'1'),(56,'statspersonalinfos',1,'1'),(57,'statsproduct',1,'1'),(58,'statsregistrations',1,'1'),(59,'statssales',1,'1'),(60,'statssearch',1,'1'),(61,'statsstock',1,'1'),(62,'statsvisits',1,'1'),(63,'themeinstallator',1,'2.4'),(64,'gamification',1,'1.5.1'); /*!40000 ALTER TABLE `ps_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_access` -- DROP TABLE IF EXISTS `ps_module_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_module` int(10) unsigned NOT NULL, `view` tinyint(1) NOT NULL, `configure` tinyint(1) NOT NULL, PRIMARY KEY (`id_profile`,`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_access` -- LOCK TABLES `ps_module_access` WRITE; /*!40000 ALTER TABLE `ps_module_access` DISABLE KEYS */; INSERT INTO `ps_module_access` VALUES (2,1,1,0),(2,2,1,0),(2,3,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,9,1,0),(2,10,1,0),(2,11,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,16,1,0),(2,17,1,0),(2,18,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,25,1,0),(2,26,1,0),(2,27,1,0),(2,28,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,38,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,64,1,0),(3,1,1,0),(3,2,1,0),(3,3,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,9,1,0),(3,10,1,0),(3,11,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,16,1,0),(3,17,1,0),(3,18,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,25,1,0),(3,26,1,0),(3,27,1,0),(3,28,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,38,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,64,1,0),(4,1,1,0),(4,2,1,0),(4,3,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,9,1,0),(4,10,1,0),(4,11,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,16,1,0),(4,17,1,0),(4,18,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,25,1,0),(4,26,1,0),(4,27,1,0),(4,28,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,38,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,64,1,0),(5,1,1,0),(5,2,1,0),(5,3,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,9,1,0),(5,10,1,0),(5,11,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,16,1,0),(5,17,1,0),(5,18,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,25,1,0),(5,26,1,0),(5,27,1,0),(5,28,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,38,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,64,1,0); /*!40000 ALTER TABLE `ps_module_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_country` -- DROP TABLE IF EXISTS `ps_module_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_country` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_country` -- LOCK TABLES `ps_module_country` WRITE; /*!40000 ALTER TABLE `ps_module_country` DISABLE KEYS */; INSERT INTO `ps_module_country` VALUES (2,1,21),(31,1,21); /*!40000 ALTER TABLE `ps_module_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_currency` -- DROP TABLE IF EXISTS `ps_module_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_currency` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), KEY `id_module` (`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_currency` -- LOCK TABLES `ps_module_currency` WRITE; /*!40000 ALTER TABLE `ps_module_currency` DISABLE KEYS */; INSERT INTO `ps_module_currency` VALUES (2,1,1),(31,1,1); /*!40000 ALTER TABLE `ps_module_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_group` -- DROP TABLE IF EXISTS `ps_module_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_group` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_group` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_group` -- LOCK TABLES `ps_module_group` WRITE; /*!40000 ALTER TABLE `ps_module_group` DISABLE KEYS */; INSERT INTO `ps_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(3,1,1),(3,1,2),(3,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(9,1,1),(9,1,2),(9,1,3),(10,1,1),(10,1,2),(10,1,3),(11,1,1),(11,1,2),(11,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(16,1,1),(16,1,2),(16,1,3),(17,1,1),(17,1,2),(17,1,3),(18,1,1),(18,1,2),(18,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(25,1,1),(25,1,2),(25,1,3),(26,1,1),(26,1,2),(26,1,3),(27,1,1),(27,1,2),(27,1,3),(28,1,1),(28,1,2),(28,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(38,1,1),(38,1,2),(38,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(64,1,1),(64,1,2),(64,1,3); /*!40000 ALTER TABLE `ps_module_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_preference` -- DROP TABLE IF EXISTS `ps_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_preference` ( `id_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `module` varchar(255) NOT NULL, `interest` tinyint(1) default NULL, `favorite` tinyint(1) default NULL, PRIMARY KEY (`id_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_preference` -- LOCK TABLES `ps_module_preference` WRITE; /*!40000 ALTER TABLE `ps_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_shop` -- DROP TABLE IF EXISTS `ps_module_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_shop` ( `id_module` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_shop` -- LOCK TABLES `ps_module_shop` WRITE; /*!40000 ALTER TABLE `ps_module_shop` DISABLE KEYS */; INSERT INTO `ps_module_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1); /*!40000 ALTER TABLE `ps_module_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_newsletter` -- DROP TABLE IF EXISTS `ps_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_newsletter` ( `id` int(6) NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `email` varchar(255) NOT NULL, `newsletter_date_add` datetime default NULL, `ip_registration_newsletter` varchar(15) NOT NULL, `http_referer` varchar(255) default NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_newsletter` -- LOCK TABLES `ps_newsletter` WRITE; /*!40000 ALTER TABLE `ps_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_operating_system` -- DROP TABLE IF EXISTS `ps_operating_system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_operating_system`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_operating_system` -- LOCK TABLES `ps_operating_system` WRITE; /*!40000 ALTER TABLE `ps_operating_system` DISABLE KEYS */; INSERT INTO `ps_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android'); /*!40000 ALTER TABLE `ps_operating_system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_carrier` -- DROP TABLE IF EXISTS `ps_order_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_carrier` ( `id_order_carrier` int(11) NOT NULL auto_increment, `id_order` int(11) unsigned NOT NULL, `id_carrier` int(11) unsigned NOT NULL, `id_order_invoice` int(11) unsigned default NULL, `weight` decimal(20,6) default NULL, `shipping_cost_tax_excl` decimal(20,6) default NULL, `shipping_cost_tax_incl` decimal(20,6) default NULL, `tracking_number` varchar(64) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_carrier`), KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_carrier` -- LOCK TABLES `ps_order_carrier` WRITE; /*!40000 ALTER TABLE `ps_order_carrier` DISABLE KEYS */; INSERT INTO `ps_order_carrier` VALUES (1,1,2,0,'0.000000','0.000000','0.000000','','2013-09-09 03:10:52'); /*!40000 ALTER TABLE `ps_order_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_cart_rule` -- DROP TABLE IF EXISTS `ps_order_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_cart_rule` ( `id_order_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, `id_order_invoice` int(10) unsigned default '0', `name` varchar(254) NOT NULL, `value` decimal(17,2) NOT NULL default '0.00', `value_tax_excl` decimal(17,2) NOT NULL default '0.00', `free_shipping` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_order_cart_rule`), KEY `id_order` (`id_order`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_cart_rule` -- LOCK TABLES `ps_order_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_order_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_detail` -- DROP TABLE IF EXISTS `ps_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_detail` ( `id_order_detail` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_order_invoice` int(11) default NULL, `id_warehouse` int(10) unsigned default '0', `id_shop` int(11) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `product_attribute_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `product_quantity_in_stock` int(10) NOT NULL default '0', `product_quantity_refunded` int(10) unsigned NOT NULL default '0', `product_quantity_return` int(10) unsigned NOT NULL default '0', `product_quantity_reinjected` int(10) unsigned NOT NULL default '0', `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` decimal(10,2) NOT NULL default '0.00', `reduction_amount` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_incl` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_excl` decimal(20,6) NOT NULL default '0.000000', `group_reduction` decimal(10,2) NOT NULL default '0.00', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, `product_upc` varchar(12) default NULL, `product_reference` varchar(32) default NULL, `product_supplier_reference` varchar(32) default NULL, `product_weight` decimal(20,6) NOT NULL, `tax_computation_method` tinyint(1) unsigned NOT NULL default '0', `tax_name` varchar(16) NOT NULL, `tax_rate` decimal(10,3) NOT NULL default '0.000', `ecotax` decimal(21,6) NOT NULL default '0.000000', `ecotax_tax_rate` decimal(5,3) NOT NULL default '0.000', `discount_quantity_applied` tinyint(1) NOT NULL default '0', `download_hash` varchar(255) default NULL, `download_nb` int(10) unsigned default '0', `download_deadline` datetime default NULL, `total_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `purchase_supplier_price` decimal(20,6) NOT NULL default '0.000000', `original_product_price` decimal(20,6) NOT NULL default '0.000000', PRIMARY KEY (`id_order_detail`), KEY `order_detail_order` (`id_order`), KEY `product_id` (`product_id`), KEY `product_attribute_id` (`product_attribute_id`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_detail` -- LOCK TABLES `ps_order_detail` WRITE; /*!40000 ALTER TABLE `ps_order_detail` DISABLE KEYS */; INSERT INTO `ps_order_detail` VALUES (1,1,0,0,1,5,11,'iPod touch - Capacité: 32Go',1,0,0,0,0,'392.140500','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','469.000000','392.140000','469.000000','392.140468','0.000000','0.000000','0.000000','0.000000'),(2,1,0,0,1,7,0,'Écouteurs à isolation sonore Shure SE210',1,0,0,0,0,'124.581900','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','149.000000','124.580000','149.000000','124.581940','0.000000','0.000000','0.000000','0.000000'); /*!40000 ALTER TABLE `ps_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_detail_tax` -- DROP TABLE IF EXISTS `ps_order_detail_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_detail_tax` ( `id_order_detail` int(11) NOT NULL, `id_tax` int(11) NOT NULL, `unit_amount` decimal(16,6) NOT NULL default '0.000000', `total_amount` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_detail_tax` -- LOCK TABLES `ps_order_detail_tax` WRITE; /*!40000 ALTER TABLE `ps_order_detail_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_detail_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_history` -- DROP TABLE IF EXISTS `ps_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_history` ( `id_order_history` int(10) unsigned NOT NULL auto_increment, `id_employee` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `id_order_state` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_history`), KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_history` -- LOCK TABLES `ps_order_history` WRITE; /*!40000 ALTER TABLE `ps_order_history` DISABLE KEYS */; INSERT INTO `ps_order_history` VALUES (1,0,1,1,'2013-09-09 03:10:53'); /*!40000 ALTER TABLE `ps_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice` -- DROP TABLE IF EXISTS `ps_order_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice` ( `id_order_invoice` int(11) unsigned NOT NULL auto_increment, `id_order` int(11) NOT NULL, `number` int(11) NOT NULL, `delivery_number` int(11) NOT NULL, `delivery_date` datetime default NULL, `total_discount_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_discount_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `shipping_tax_computation_method` int(10) unsigned NOT NULL, `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `note` text, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_invoice`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice` -- LOCK TABLES `ps_order_invoice` WRITE; /*!40000 ALTER TABLE `ps_order_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice_payment` -- DROP TABLE IF EXISTS `ps_order_invoice_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice_payment` ( `id_order_invoice` int(11) unsigned NOT NULL, `id_order_payment` int(11) unsigned NOT NULL, `id_order` int(11) unsigned NOT NULL, PRIMARY KEY (`id_order_invoice`,`id_order_payment`), KEY `order_payment` (`id_order_payment`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice_payment` -- LOCK TABLES `ps_order_invoice_payment` WRITE; /*!40000 ALTER TABLE `ps_order_invoice_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice_tax` -- DROP TABLE IF EXISTS `ps_order_invoice_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice_tax` ( `id_order_invoice` int(11) NOT NULL, `type` varchar(15) NOT NULL, `id_tax` int(11) NOT NULL, `amount` decimal(10,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice_tax` -- LOCK TABLES `ps_order_invoice_tax` WRITE; /*!40000 ALTER TABLE `ps_order_invoice_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_message` -- DROP TABLE IF EXISTS `ps_order_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_message` ( `id_order_message` int(10) unsigned NOT NULL auto_increment, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_message` -- LOCK TABLES `ps_order_message` WRITE; /*!40000 ALTER TABLE `ps_order_message` DISABLE KEYS */; INSERT INTO `ps_order_message` VALUES (1,'2013-09-09 03:10:52'); /*!40000 ALTER TABLE `ps_order_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_message_lang` -- DROP TABLE IF EXISTS `ps_order_message_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_message_lang` ( `id_order_message` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id_order_message`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_message_lang` -- LOCK TABLES `ps_order_message_lang` WRITE; /*!40000 ALTER TABLE `ps_order_message_lang` DISABLE KEYS */; INSERT INTO `ps_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'); /*!40000 ALTER TABLE `ps_order_message_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_payment` -- DROP TABLE IF EXISTS `ps_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_payment` ( `id_order_payment` int(11) NOT NULL auto_increment, `order_reference` varchar(9) default NULL, `id_currency` int(10) unsigned NOT NULL, `amount` decimal(10,2) NOT NULL, `payment_method` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `transaction_id` varchar(254) default NULL, `card_number` varchar(254) default NULL, `card_brand` varchar(254) default NULL, `card_expiration` char(7) default NULL, `card_holder` varchar(254) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_payment`), KEY `order_reference` (`order_reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_payment` -- LOCK TABLES `ps_order_payment` WRITE; /*!40000 ALTER TABLE `ps_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return` -- DROP TABLE IF EXISTS `ps_order_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return` ( `id_order_return` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `question` text NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_return`), KEY `order_return_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return` -- LOCK TABLES `ps_order_return` WRITE; /*!40000 ALTER TABLE `ps_order_return` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_detail` -- DROP TABLE IF EXISTS `ps_order_return_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_detail` ( `id_order_return` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `id_customization` int(10) unsigned NOT NULL default '0', `product_quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_detail` -- LOCK TABLES `ps_order_return_detail` WRITE; /*!40000 ALTER TABLE `ps_order_return_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_return_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_state` -- DROP TABLE IF EXISTS `ps_order_return_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL auto_increment, `color` varchar(32) default NULL, PRIMARY KEY (`id_order_return_state`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_state` -- LOCK TABLES `ps_order_return_state` WRITE; /*!40000 ALTER TABLE `ps_order_return_state` DISABLE KEYS */; INSERT INTO `ps_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510'); /*!40000 ALTER TABLE `ps_order_return_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_state_lang` -- DROP TABLE IF EXISTS `ps_order_return_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_state_lang` ( `id_order_return_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_order_return_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_state_lang` -- LOCK TABLES `ps_order_return_state_lang` WRITE; /*!40000 ALTER TABLE `ps_order_return_state_lang` DISABLE KEYS */; INSERT INTO `ps_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(2,1,'Waiting for package'),(3,1,'Package received'),(4,1,'Return denied'),(5,1,'Return completed'); /*!40000 ALTER TABLE `ps_order_return_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_slip` -- DROP TABLE IF EXISTS `ps_order_slip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_slip` ( `id_order_slip` int(10) unsigned NOT NULL auto_increment, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `shipping_cost` tinyint(3) unsigned NOT NULL default '0', `amount` decimal(10,2) NOT NULL, `shipping_cost_amount` decimal(10,2) NOT NULL, `partial` tinyint(1) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_slip`), KEY `order_slip_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_slip` -- LOCK TABLES `ps_order_slip` WRITE; /*!40000 ALTER TABLE `ps_order_slip` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_slip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_slip_detail` -- DROP TABLE IF EXISTS `ps_order_slip_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_slip_detail` ( `id_order_slip` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `amount_tax_excl` decimal(10,2) default NULL, `amount_tax_incl` decimal(10,2) default NULL, PRIMARY KEY (`id_order_slip`,`id_order_detail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_slip_detail` -- LOCK TABLES `ps_order_slip_detail` WRITE; /*!40000 ALTER TABLE `ps_order_slip_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_slip_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_state` -- DROP TABLE IF EXISTS `ps_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_state` ( `id_order_state` int(10) unsigned NOT NULL auto_increment, `invoice` tinyint(1) unsigned default '0', `send_email` tinyint(1) unsigned NOT NULL default '0', `module_name` varchar(255) default NULL, `color` varchar(32) default NULL, `unremovable` tinyint(1) unsigned NOT NULL, `hidden` tinyint(1) unsigned NOT NULL default '0', `logable` tinyint(1) NOT NULL default '0', `delivery` tinyint(1) unsigned NOT NULL default '0', `shipped` tinyint(1) unsigned NOT NULL default '0', `paid` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_state` -- LOCK TABLES `ps_order_state` WRITE; /*!40000 ALTER TABLE `ps_order_state` DISABLE KEYS */; INSERT INTO `ps_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0); /*!40000 ALTER TABLE `ps_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_state_lang` -- DROP TABLE IF EXISTS `ps_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_state_lang` ( `id_order_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, `template` varchar(64) NOT NULL, PRIMARY KEY (`id_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_state_lang` -- LOCK TABLES `ps_order_state_lang` WRITE; /*!40000 ALTER TABLE `ps_order_state_lang` DISABLE KEYS */; INSERT INTO `ps_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(5,1,'Delivered',''),(6,1,'Canceled','order_canceled'),(7,1,'Refund','refund'),(8,1,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'); /*!40000 ALTER TABLE `ps_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_orders` -- DROP TABLE IF EXISTS `ps_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_orders` ( `id_order` int(10) unsigned NOT NULL auto_increment, `reference` varchar(9) default NULL, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_cart` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `current_state` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `payment` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `module` varchar(255) default NULL, `recyclable` tinyint(1) unsigned NOT NULL default '0', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `shipping_number` varchar(32) default NULL, `total_discounts` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_real` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `carrier_tax_rate` decimal(10,3) NOT NULL default '0.000', `total_wrapping` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `invoice_number` int(10) unsigned NOT NULL default '0', `delivery_number` int(10) unsigned NOT NULL default '0', `invoice_date` datetime NOT NULL, `delivery_date` datetime NOT NULL, `valid` int(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order`), KEY `id_customer` (`id_customer`), KEY `id_cart` (`id_cart`), KEY `invoice_number` (`invoice_number`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_orders` -- LOCK TABLES `ps_orders` WRITE; /*!40000 ALTER TABLE `ps_orders` DISABLE KEYS */; INSERT INTO `ps_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque','1.000000','cheque',0,0,'',0,'','0.00','0.00','0.00','626.37','626.37','523.72','0.00','516.72','618.00','7.98','8.37','7.00','19.600','0.00','0.00','0.00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2013-09-09 03:10:52','2013-09-09 03:10:53'); /*!40000 ALTER TABLE `ps_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_pack` -- DROP TABLE IF EXISTS `ps_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_pack` -- LOCK TABLES `ps_pack` WRITE; /*!40000 ALTER TABLE `ps_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page` -- DROP TABLE IF EXISTS `ps_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page` ( `id_page` int(10) unsigned NOT NULL auto_increment, `id_page_type` int(10) unsigned NOT NULL, `id_object` int(10) unsigned default NULL, PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page` -- LOCK TABLES `ps_page` WRITE; /*!40000 ALTER TABLE `ps_page` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page_type` -- DROP TABLE IF EXISTS `ps_page_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page_type` ( `id_page_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page_type` -- LOCK TABLES `ps_page_type` WRITE; /*!40000 ALTER TABLE `ps_page_type` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page_viewed` -- DROP TABLE IF EXISTS `ps_page_viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page_viewed` ( `id_page` int(10) unsigned NOT NULL, `id_shop_group` int(10) unsigned NOT NULL default '1', `id_shop` int(10) unsigned NOT NULL default '1', `id_date_range` int(10) unsigned NOT NULL, `counter` int(10) unsigned NOT NULL, PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page_viewed` -- LOCK TABLES `ps_page_viewed` WRITE; /*!40000 ALTER TABLE `ps_page_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_pagenotfound` -- DROP TABLE IF EXISTS `ps_pagenotfound`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_pagenotfound` ( `id_pagenotfound` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `request_uri` varchar(256) NOT NULL, `http_referer` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_pagenotfound` -- LOCK TABLES `ps_pagenotfound` WRITE; /*!40000 ALTER TABLE `ps_pagenotfound` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_pagenotfound` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product` -- DROP TABLE IF EXISTS `ps_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product` ( `id_product` int(10) unsigned NOT NULL auto_increment, `id_supplier` int(10) unsigned default NULL, `id_manufacturer` int(10) unsigned default NULL, `id_category_default` int(10) unsigned default NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `width` decimal(20,6) NOT NULL default '0.000000', `height` decimal(20,6) NOT NULL default '0.000000', `depth` decimal(20,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `out_of_stock` int(10) unsigned NOT NULL default '2', `quantity_discount` tinyint(1) default '0', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_is_pack` tinyint(1) NOT NULL default '0', `cache_has_attachments` tinyint(1) NOT NULL default '0', `is_virtual` tinyint(1) NOT NULL default '0', `cache_default_attribute` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_product`), KEY `product_supplier` (`id_supplier`), KEY `product_manufacturer` (`id_manufacturer`), KEY `id_category_default` (`id_category_default`), KEY `indexed` (`indexed`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product` -- LOCK TABLES `ps_product` WRITE; /*!40000 ALTER TABLE `ps_product` DISABLE KEYS */; INSERT INTO `ps_product` VALUES (1,1,1,3,1,1,0,0,'0','','0.000000',0,1,'124.581940','70.000000','','0.000000','0.00','demo_1','','','0.000000','0.000000','0.000000','0.500000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:51','2013-09-09 03:10:51',0),(2,1,1,3,1,1,0,0,'0','','0.000000',0,1,'66.053500','33.000000','','0.000000','0.00','demo_2','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0),(3,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1504.180602','1000.000000','','0.000000','0.00','demo_3','','','0.000000','0.000000','0.000000','1.360000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0),(4,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1170.568561','0.000000','','0.000000','0.00','demo_4','','','0.000000','0.000000','0.000000','0.750000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0),(5,0,0,3,1,1,0,0,'0','','0.000000',0,1,'241.638796','200.000000','','0.000000','0.00','demo_5','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0),(6,0,0,4,1,1,0,1,'0','','0.000000',0,1,'25.041806','0.000000','','0.000000','0.00','demo_6','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0),(7,2,2,4,1,1,0,1,'0','','0.000000',0,1,'124.581940','0.000000','','0.000000','0.00','demo_7','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52',0); /*!40000 ALTER TABLE `ps_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attachment` -- DROP TABLE IF EXISTS `ps_product_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attachment` ( `id_product` int(10) unsigned NOT NULL, `id_attachment` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attachment` -- LOCK TABLES `ps_product_attachment` WRITE; /*!40000 ALTER TABLE `ps_product_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute` -- DROP TABLE IF EXISTS `ps_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute` ( `id_product_attribute` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`), KEY `product_attribute_product` (`id_product`), KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `product_default` (`id_product`,`default_on`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute` -- LOCK TABLES `ps_product_attribute` WRITE; /*!40000 ALTER TABLE `ps_product_attribute` DISABLE KEYS */; INSERT INTO `ps_product_attribute` VALUES (1,2,'','','','','','0.000000','0.000000','0.000000',10,'0.000000','0.00',0,1,'0000-00-00'),(2,2,'','','','','','0.000000','0.000000','0.000000',20,'0.000000','0.00',1,1,'0000-00-00'),(3,2,'','','','','','0.000000','0.000000','0.000000',30,'0.000000','0.00',0,1,'0000-00-00'),(4,2,'','','','','','0.000000','0.000000','0.000000',40,'0.000000','0.00',0,1,'0000-00-00'),(5,3,'','','','','','0.000000','751.672241','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(6,3,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(7,3,'','','','','','0.000000','225.752508','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(8,3,'','','','','','0.000000','977.424749','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(9,5,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(10,5,'','','','','','0.000000','75.250836','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(11,5,'','','','','','0.000000','150.501672','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(12,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,4,'0000-00-00'),(13,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(14,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(15,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(16,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(17,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(18,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(19,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(20,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(21,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(22,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(23,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(24,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(25,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(26,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(27,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `ps_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_combination` -- DROP TABLE IF EXISTS `ps_product_attribute_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_combination` ( `id_attribute` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_product_attribute`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_combination` -- LOCK TABLES `ps_product_attribute_combination` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_combination` DISABLE KEYS */; INSERT INTO `ps_product_attribute_combination` VALUES (3,3),(3,5),(3,6),(3,7),(3,8),(3,16),(3,17),(4,1),(4,12),(4,13),(5,4),(5,22),(5,23),(6,2),(6,24),(6,25),(7,20),(7,21),(8,6),(8,8),(9,5),(9,7),(10,5),(10,6),(11,7),(11,8),(14,18),(14,19),(15,9),(15,13),(15,15),(15,17),(15,19),(15,21),(15,23),(15,25),(15,27),(16,10),(16,12),(16,14),(16,16),(16,18),(16,20),(16,22),(16,24),(16,26),(17,11),(18,26),(18,27),(19,14),(19,15); /*!40000 ALTER TABLE `ps_product_attribute_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_image` -- DROP TABLE IF EXISTS `ps_product_attribute_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_image` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_image` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_image`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_image` -- LOCK TABLES `ps_product_attribute_image` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_image` DISABLE KEYS */; INSERT INTO `ps_product_attribute_image` VALUES (1,23),(2,24),(3,26),(4,25),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,16),(13,16),(14,22),(15,22),(16,21),(17,21),(18,15),(19,15),(20,18),(21,18),(22,19),(23,19),(24,17),(25,17),(26,20),(27,20); /*!40000 ALTER TABLE `ps_product_attribute_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_shop` -- DROP TABLE IF EXISTS `ps_product_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_shop` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_shop` -- LOCK TABLES `ps_product_attribute_shop` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_shop` DISABLE KEYS */; INSERT INTO `ps_product_attribute_shop` VALUES (1,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(2,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(3,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(4,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(5,1,'0.000000','751.672241','0.000000','0.000000','0.00',0,1,'0000-00-00'),(6,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(7,1,'0.000000','225.752508','0.000000','0.000000','0.00',0,1,'0000-00-00'),(8,1,'0.000000','977.424749','0.000000','0.000000','0.00',0,1,'0000-00-00'),(9,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(10,1,'0.000000','75.250836','0.000000','0.000000','0.00',0,1,'0000-00-00'),(11,1,'0.000000','150.501672','0.000000','0.000000','0.00',0,1,'0000-00-00'),(12,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,4,'0000-00-00'),(13,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(14,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(15,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(16,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(17,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(18,1,'0.000000','41.806020','0.000000','0.000000','0.00',1,1,'0000-00-00'),(19,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(20,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(21,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(22,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(23,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(24,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(25,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(26,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(27,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `ps_product_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_carrier` -- DROP TABLE IF EXISTS `ps_product_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_carrier` ( `id_product` int(10) unsigned NOT NULL, `id_carrier_reference` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_carrier` -- LOCK TABLES `ps_product_carrier` WRITE; /*!40000 ALTER TABLE `ps_product_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_country_tax` -- DROP TABLE IF EXISTS `ps_product_country_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_country_tax` ( `id_product` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_tax` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_country_tax` -- LOCK TABLES `ps_product_country_tax` WRITE; /*!40000 ALTER TABLE `ps_product_country_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_country_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_download` -- DROP TABLE IF EXISTS `ps_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_download` ( `id_product_download` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `display_filename` varchar(255) default NULL, `filename` varchar(255) default NULL, `date_add` datetime NOT NULL, `date_expiration` datetime default NULL, `nb_days_accessible` int(10) unsigned default NULL, `nb_downloadable` int(10) unsigned default '1', `active` tinyint(1) unsigned NOT NULL default '1', `is_shareable` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_product_download`), KEY `product_active` (`id_product`,`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_download` -- LOCK TABLES `ps_product_download` WRITE; /*!40000 ALTER TABLE `ps_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_group_reduction_cache` -- DROP TABLE IF EXISTS `ps_product_group_reduction_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_group_reduction_cache` ( `id_product` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_product`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_group_reduction_cache` -- LOCK TABLES `ps_product_group_reduction_cache` WRITE; /*!40000 ALTER TABLE `ps_product_group_reduction_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_group_reduction_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_lang` -- DROP TABLE IF EXISTS `ps_product_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_lang` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `description` text, `description_short` text, `link_rewrite` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `meta_title` varchar(128) default NULL, `name` varchar(128) NOT NULL, `available_now` varchar(255) default NULL, `available_later` varchar(255) default NULL, PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), KEY `id_lang` (`id_lang`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_lang` -- LOCK TABLES `ps_product_lang` WRITE; /*!40000 ALTER TABLE `ps_product_lang` DISABLE KEYS */; INSERT INTO `ps_product_lang` VALUES (1,1,1,'<p><strong><span style=\"font-size: small;\">Curved ahead of the curve.</span></strong></p>\r\n<p>For those about to rock, we give you nine amazing colors. But that\'s only part of the story. Feel the curved, all-aluminum and glass design and you won\'t want to put iPod nano down.</p>\r\n<p><strong><span style=\"font-size: small;\">Great looks. And brains, too.</span></strong></p>\r\n<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p>\r\n<p><strong><span style=\"font-size: small;\">Made to move with your moves.</span></strong></p>\r\n<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p>','<p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p>','ipod-nano','','','','iPod Nano','In stock',''),(2,1,1,'<p><span style=\"font-size: small;\"><strong>Instant attachment.</strong></span></p>\r\n<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p>\r\n<p><span style=\"font-size: small;\"><strong>Feed your iPod shuffle.</strong></span></p>\r\n<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p>\r\n<p><span style=\"font-size: small;\"><strong>Beauty and the beat.</strong></span></p>\r\n<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p>','<p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p>','ipod-shuffle','','','','iPod shuffle','In stock',''),(3,1,1,'<p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p>','MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.','macbook-air','','','','MacBook Air','',''),(4,1,1,'Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly.','MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.','macbook','','','','MacBook','',''),(5,1,1,'<h3>Five new hands-on applications</h3>\r\n<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p>\r\n<h3>Touch your music, movies, and more</h3>\r\n<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p>\r\n<h3>Internet in your pocket</h3>\r\n<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p>\r\n<h3>What\'s in the box</h3>\r\n<ul>\r\n<li><span></span>iPod touch</li>\r\n<li><span></span>Earphones</li>\r\n<li><span></span>USB 2.0 cable</li>\r\n<li><span></span>Dock adapter</li>\r\n<li><span></span>Polishing cloth</li>\r\n<li><span></span>Stand</li>\r\n<li><span></span>Quick Start guide</li>\r\n</ul>','<ul>\r\n<li>Revolutionary Multi-Touch interface</li>\r\n<li>3.5-inch widescreen color display</li>\r\n<li>Wi-Fi (802.11b/g)</li>\r\n<li>8 mm thin</li>\r\n<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li>\r\n</ul>','ipod-touch','','','','iPod touch','',''),(6,1,1,'<p>Lorem ipsum</p>','<p>Lorem ipsum</p>','belkin-leather-folio-for-ipod-nano-black-chocolate','','','','Belkin Leather Folio for iPod nano - Black / Chocolate','',''),(7,1,1,'<div class=\"product-overview-full\">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> \r\n<ul>\r\n<li>Sound-isolating design </li>\r\n<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li>\r\n<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li>\r\n<li> Connector compatible with earphone ports on both iPod and iPhone </li>\r\n</ul>\r\n<strong>Specifications </strong><br /> \r\n<ul>\r\n<li>Speaker type: Hi-Definition MicroSpeaker </li>\r\n<li> Frequency range: 25Hz-18.5kHz </li>\r\n<li> Impedance (1kHz): 26 Ohms </li>\r\n<li> Sensitivity (1mW): 114 dB SPL/mW </li>\r\n<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li>\r\n</ul>\r\n<strong>In the box</strong><br /> \r\n<ul>\r\n<li>Shure SE210 earphones </li>\r\n<li> Extension cable (36.0 in./91.4 cm) </li>\r\n<li> Three pairs foam earpiece sleeves (small, medium, large) </li>\r\n<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li>\r\n<li> One pair triple-flange earpiece sleeves </li>\r\n<li> Carrying case </li>\r\n</ul>\r\nWarranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple\'s Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div>','<p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that\'s free from outside noise.</p>','ecouteurs-a-isolation-sonore-shure-se210-blanc','','','','Shure SE210 Sound-Isolating Earphones for iPod and iPhone','',''); /*!40000 ALTER TABLE `ps_product_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_sale` -- DROP TABLE IF EXISTS `ps_product_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_sale` ( `id_product` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '0', `sale_nbr` int(10) unsigned NOT NULL default '0', `date_upd` date NOT NULL, PRIMARY KEY (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_sale` -- LOCK TABLES `ps_product_sale` WRITE; /*!40000 ALTER TABLE `ps_product_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_shop` -- DROP TABLE IF EXISTS `ps_product_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_shop` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `id_category_default` int(10) unsigned default NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ecotax` decimal(17,6) NOT NULL default '0.000000', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_default_attribute` int(10) unsigned default NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_product`,`id_shop`), KEY `id_category_default` (`id_category_default`), KEY `date_add` (`date_add`,`active`,`visibility`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_shop` -- LOCK TABLES `ps_product_shop` WRITE; /*!40000 ALTER TABLE `ps_product_shop` DISABLE KEYS */; INSERT INTO `ps_product_shop` VALUES (1,1,3,1,0,0,'0.000000',1,'124.581940','70.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:51','2013-09-09 03:10:51'),(2,1,3,1,0,0,'0.000000',1,'66.053500','33.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'),(3,1,5,1,0,0,'0.000000',1,'1504.180602','1000.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'),(4,1,5,1,0,0,'0.000000',1,'1170.568561','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'),(5,1,3,1,0,0,'0.000000',1,'241.638796','200.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'),(6,1,4,1,0,1,'0.000000',1,'25.041806','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'),(7,1,4,1,0,1,'0.000000',1,'124.581940','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:10:52','2013-09-09 03:10:52'); /*!40000 ALTER TABLE `ps_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_supplier` -- DROP TABLE IF EXISTS `ps_product_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_supplier` ( `id_product_supplier` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL default '0', `id_supplier` int(11) unsigned NOT NULL, `product_supplier_reference` varchar(32) default NULL, `product_supplier_price_te` decimal(20,6) NOT NULL default '0.000000', `id_currency` int(11) unsigned NOT NULL, PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_supplier` -- LOCK TABLES `ps_product_supplier` WRITE; /*!40000 ALTER TABLE `ps_product_supplier` DISABLE KEYS */; INSERT INTO `ps_product_supplier` VALUES (1,1,0,1,'','0.000000',0),(2,1,12,1,'','0.000000',0),(3,1,13,1,'','0.000000',0),(4,1,14,1,'','0.000000',0),(5,1,15,1,'','0.000000',0),(6,1,16,1,'','0.000000',0),(7,1,17,1,'','0.000000',0),(8,1,18,1,'','0.000000',0),(9,1,19,1,'','0.000000',0),(10,1,20,1,'','0.000000',0),(11,1,21,1,'','0.000000',0),(12,1,22,1,'','0.000000',0),(13,1,23,1,'','0.000000',0),(14,1,24,1,'','0.000000',0),(15,1,25,1,'','0.000000',0),(16,1,26,1,'','0.000000',0),(17,1,27,1,'','0.000000',0),(18,3,0,1,'','0.000000',0),(19,3,5,1,'','0.000000',0),(20,3,6,1,'','0.000000',0),(21,3,7,1,'','0.000000',0),(22,3,8,1,'','0.000000',0),(23,6,0,1,'','0.000000',0),(24,2,0,1,'','0.000000',0),(25,2,1,1,'','0.000000',0),(26,2,2,1,'','0.000000',0),(27,2,3,1,'','0.000000',0),(28,2,4,1,'','0.000000',0),(29,4,0,1,'','0.000000',0),(30,5,0,1,'','0.000000',0),(31,5,9,1,'','0.000000',0),(32,5,10,1,'','0.000000',0),(33,5,11,1,'','0.000000',0),(34,7,0,2,'','0.000000',0); /*!40000 ALTER TABLE `ps_product_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_tag` -- DROP TABLE IF EXISTS `ps_product_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_tag` ( `id_product` int(10) unsigned NOT NULL, `id_tag` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_tag`), KEY `id_tag` (`id_tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_tag` -- LOCK TABLES `ps_product_tag` WRITE; /*!40000 ALTER TABLE `ps_product_tag` DISABLE KEYS */; INSERT INTO `ps_product_tag` VALUES (1,1),(1,2),(1,3),(2,2),(2,6),(4,1),(4,4),(5,5); /*!40000 ALTER TABLE `ps_product_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_profile` -- DROP TABLE IF EXISTS `ps_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_profile` ( `id_profile` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_profile` -- LOCK TABLES `ps_profile` WRITE; /*!40000 ALTER TABLE `ps_profile` DISABLE KEYS */; INSERT INTO `ps_profile` VALUES (1),(2),(3),(4),(5); /*!40000 ALTER TABLE `ps_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_profile_lang` -- DROP TABLE IF EXISTS `ps_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_profile_lang` ( `id_lang` int(10) unsigned NOT NULL, `id_profile` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_profile`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_profile_lang` -- LOCK TABLES `ps_profile_lang` WRITE; /*!40000 ALTER TABLE `ps_profile_lang` DISABLE KEYS */; INSERT INTO `ps_profile_lang` VALUES (1,1,'SuperAdmin'),(1,2,'Administrator'),(1,3,'Logistician'),(1,4,'Translator'),(1,5,'Salesman'); /*!40000 ALTER TABLE `ps_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_quick_access` -- DROP TABLE IF EXISTS `ps_quick_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_quick_access` ( `id_quick_access` int(10) unsigned NOT NULL auto_increment, `new_window` tinyint(1) NOT NULL default '0', `link` varchar(128) NOT NULL, PRIMARY KEY (`id_quick_access`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_quick_access` -- LOCK TABLES `ps_quick_access` WRITE; /*!40000 ALTER TABLE `ps_quick_access` DISABLE KEYS */; INSERT INTO `ps_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule'); /*!40000 ALTER TABLE `ps_quick_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_quick_access_lang` -- DROP TABLE IF EXISTS `ps_quick_access_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_quick_access_lang` ( `id_quick_access` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_quick_access`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_quick_access_lang` -- LOCK TABLES `ps_quick_access_lang` WRITE; /*!40000 ALTER TABLE `ps_quick_access_lang` DISABLE KEYS */; INSERT INTO `ps_quick_access_lang` VALUES (1,1,'Home'),(2,1,'My Shop'),(3,1,'New category'),(4,1,'New product'),(5,1,'New voucher'); /*!40000 ALTER TABLE `ps_quick_access_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_range_price` -- DROP TABLE IF EXISTS `ps_range_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_range_price` ( `id_range_price` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_range_price` -- LOCK TABLES `ps_range_price` WRITE; /*!40000 ALTER TABLE `ps_range_price` DISABLE KEYS */; INSERT INTO `ps_range_price` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `ps_range_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_range_weight` -- DROP TABLE IF EXISTS `ps_range_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_range_weight` ( `id_range_weight` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_range_weight` -- LOCK TABLES `ps_range_weight` WRITE; /*!40000 ALTER TABLE `ps_range_weight` DISABLE KEYS */; INSERT INTO `ps_range_weight` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `ps_range_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer` -- DROP TABLE IF EXISTS `ps_referrer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `passwd` varchar(32) default NULL, `http_referer_regexp` varchar(64) default NULL, `http_referer_like` varchar(64) default NULL, `request_uri_regexp` varchar(64) default NULL, `request_uri_like` varchar(64) default NULL, `http_referer_regexp_not` varchar(64) default NULL, `http_referer_like_not` varchar(64) default NULL, `request_uri_regexp_not` varchar(64) default NULL, `request_uri_like_not` varchar(64) default NULL, `base_fee` decimal(5,2) NOT NULL default '0.00', `percent_fee` decimal(5,2) NOT NULL default '0.00', `click_fee` decimal(5,2) NOT NULL default '0.00', `date_add` datetime NOT NULL, PRIMARY KEY (`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer` -- LOCK TABLES `ps_referrer` WRITE; /*!40000 ALTER TABLE `ps_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer_cache` -- DROP TABLE IF EXISTS `ps_referrer_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer_cache` ( `id_connections_source` int(11) unsigned NOT NULL, `id_referrer` int(11) unsigned NOT NULL, PRIMARY KEY (`id_connections_source`,`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer_cache` -- LOCK TABLES `ps_referrer_cache` WRITE; /*!40000 ALTER TABLE `ps_referrer_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer_shop` -- DROP TABLE IF EXISTS `ps_referrer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer_shop` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `cache_visitors` int(11) default NULL, `cache_visits` int(11) default NULL, `cache_pages` int(11) default NULL, `cache_registrations` int(11) default NULL, `cache_orders` int(11) default NULL, `cache_sales` decimal(17,2) default NULL, `cache_reg_rate` decimal(5,4) default NULL, `cache_order_rate` decimal(5,4) default NULL, PRIMARY KEY (`id_referrer`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer_shop` -- LOCK TABLES `ps_referrer_shop` WRITE; /*!40000 ALTER TABLE `ps_referrer_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_reinsurance` -- DROP TABLE IF EXISTS `ps_reinsurance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_reinsurance` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id_reinsurance`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_reinsurance` -- LOCK TABLES `ps_reinsurance` WRITE; /*!40000 ALTER TABLE `ps_reinsurance` DISABLE KEYS */; INSERT INTO `ps_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'); /*!40000 ALTER TABLE `ps_reinsurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_reinsurance_lang` -- DROP TABLE IF EXISTS `ps_reinsurance_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_reinsurance_lang` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `text` varchar(300) NOT NULL, PRIMARY KEY (`id_reinsurance`,`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_reinsurance_lang` -- LOCK TABLES `ps_reinsurance_lang` WRITE; /*!40000 ALTER TABLE `ps_reinsurance_lang` DISABLE KEYS */; INSERT INTO `ps_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(2,1,'In-store exchange.'),(3,1,'Payment upon shipment.'),(4,1,'Free Shipping.'),(5,1,'100% secure payment processing.'); /*!40000 ALTER TABLE `ps_reinsurance_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_request_sql` -- DROP TABLE IF EXISTS `ps_request_sql`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_request_sql` ( `id_request_sql` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_request_sql` -- LOCK TABLES `ps_request_sql` WRITE; /*!40000 ALTER TABLE `ps_request_sql` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_request_sql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_required_field` -- DROP TABLE IF EXISTS `ps_required_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_required_field` ( `id_required_field` int(11) NOT NULL auto_increment, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_required_field` -- LOCK TABLES `ps_required_field` WRITE; /*!40000 ALTER TABLE `ps_required_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_required_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_risk` -- DROP TABLE IF EXISTS `ps_risk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_risk` ( `id_risk` int(11) unsigned NOT NULL auto_increment, `percent` tinyint(3) NOT NULL, `color` varchar(32) default NULL, PRIMARY KEY (`id_risk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_risk` -- LOCK TABLES `ps_risk` WRITE; /*!40000 ALTER TABLE `ps_risk` DISABLE KEYS */; INSERT INTO `ps_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15'); /*!40000 ALTER TABLE `ps_risk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_risk_lang` -- DROP TABLE IF EXISTS `ps_risk_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_risk_lang` ( `id_risk` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_risk`,`id_lang`), KEY `id_risk` (`id_risk`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_risk_lang` -- LOCK TABLES `ps_risk_lang` WRITE; /*!40000 ALTER TABLE `ps_risk_lang` DISABLE KEYS */; INSERT INTO `ps_risk_lang` VALUES (1,1,'None'),(2,1,'Low'),(3,1,'Medium'),(4,1,'High'); /*!40000 ALTER TABLE `ps_risk_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene` -- DROP TABLE IF EXISTS `ps_scene`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene` ( `id_scene` int(10) unsigned NOT NULL auto_increment, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_scene`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene` -- LOCK TABLES `ps_scene` WRITE; /*!40000 ALTER TABLE `ps_scene` DISABLE KEYS */; INSERT INTO `ps_scene` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_scene` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_category` -- DROP TABLE IF EXISTS `ps_scene_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_category` ( `id_scene` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_category` -- LOCK TABLES `ps_scene_category` WRITE; /*!40000 ALTER TABLE `ps_scene_category` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_scene_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_lang` -- DROP TABLE IF EXISTS `ps_scene_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_lang` ( `id_scene` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(100) NOT NULL, PRIMARY KEY (`id_scene`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_lang` -- LOCK TABLES `ps_scene_lang` WRITE; /*!40000 ALTER TABLE `ps_scene_lang` DISABLE KEYS */; INSERT INTO `ps_scene_lang` VALUES (1,1,'The iPods Nano'),(2,1,'The iPods'),(3,1,'The MacBooks'); /*!40000 ALTER TABLE `ps_scene_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_products` -- DROP TABLE IF EXISTS `ps_scene_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_products` ( `id_scene` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `x_axis` int(4) NOT NULL, `y_axis` int(4) NOT NULL, `zone_width` int(3) NOT NULL, `zone_height` int(3) NOT NULL, PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_products` -- LOCK TABLES `ps_scene_products` WRITE; /*!40000 ALTER TABLE `ps_scene_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_scene_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_shop` -- DROP TABLE IF EXISTS `ps_scene_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_shop` ( `id_scene` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_shop` -- LOCK TABLES `ps_scene_shop` WRITE; /*!40000 ALTER TABLE `ps_scene_shop` DISABLE KEYS */; INSERT INTO `ps_scene_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_scene_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_engine` -- DROP TABLE IF EXISTS `ps_search_engine`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_engine` ( `id_search_engine` int(10) unsigned NOT NULL auto_increment, `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_engine` -- LOCK TABLES `ps_search_engine` WRITE; /*!40000 ALTER TABLE `ps_search_engine` DISABLE KEYS */; INSERT INTO `ps_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); /*!40000 ALTER TABLE `ps_search_engine` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_index` -- DROP TABLE IF EXISTS `ps_search_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_index` ( `id_product` int(11) unsigned NOT NULL, `id_word` int(11) unsigned NOT NULL, `weight` smallint(4) unsigned NOT NULL default '1', PRIMARY KEY (`id_word`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_index` -- LOCK TABLES `ps_search_index` WRITE; /*!40000 ALTER TABLE `ps_search_index` DISABLE KEYS */; INSERT INTO `ps_search_index` VALUES (1,1,14),(1,2,14),(1,3,10),(1,4,3),(1,5,2),(1,6,1),(1,7,1),(1,8,17),(1,9,17),(1,10,1),(1,11,1),(1,12,1),(1,13,1),(1,14,2),(1,15,1),(1,16,1),(1,17,1),(1,18,1),(1,19,1),(1,20,1),(1,21,2),(1,22,2),(1,23,1),(1,24,1),(1,25,1),(1,26,1),(1,27,2),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,2),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,5),(1,48,1),(1,49,1),(1,50,1),(1,51,1),(1,52,1),(1,53,1),(1,54,1),(1,55,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,2),(1,61,2),(1,62,1),(1,63,1),(1,64,1),(1,65,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,3),(1,77,7),(1,78,3),(1,79,3),(1,80,4),(1,81,4),(1,82,4),(1,83,4),(1,84,4),(1,85,4),(1,86,4),(1,87,4),(2,1,15),(2,65,15),(2,3,10),(2,88,1),(2,89,1),(2,90,1),(2,66,2),(2,91,1),(2,7,3),(2,92,1),(2,93,2),(2,94,1),(2,81,4),(2,82,4),(2,85,4),(2,95,2),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,55,1),(2,47,7),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,4,1),(2,107,1),(2,25,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,116,1),(2,22,1),(2,117,1),(2,118,1),(2,119,1),(2,120,1),(2,121,1),(2,122,1),(2,123,1),(2,124,1),(2,33,1),(2,125,1),(2,126,1),(2,5,1),(2,127,1),(2,128,1),(2,76,3),(2,77,3),(2,78,3),(2,79,3),(2,83,2),(3,129,11),(3,130,11),(3,3,10),(3,131,1),(3,132,2),(3,112,1),(3,133,1),(3,134,1),(3,135,1),(3,26,1),(3,22,1),(3,136,1),(3,137,1),(3,138,1),(3,139,1),(3,140,1),(3,141,2),(3,142,1),(3,143,1),(3,144,1),(3,145,2),(3,146,2),(3,147,1),(3,5,1),(3,60,2),(3,148,1),(3,149,1),(3,150,1),(3,151,4),(3,4,1),(3,152,1),(3,153,1),(3,154,1),(3,47,1),(3,155,1),(3,156,1),(3,157,1),(3,158,1),(3,159,1),(3,27,1),(3,160,1),(3,161,1),(3,162,2),(3,163,1),(3,164,1),(3,165,1),(3,166,1),(3,167,1),(3,168,1),(3,169,1),(3,170,2),(3,171,2),(3,172,2),(3,173,1),(3,174,1),(3,175,1),(3,176,1),(3,177,1),(3,178,1),(3,179,1),(3,180,1),(3,181,1),(3,182,1),(3,183,1),(3,184,2),(3,185,1),(3,186,1),(3,187,1),(3,188,1),(3,189,1),(3,190,1),(3,191,9),(3,192,1),(3,193,1),(3,194,1),(3,195,1),(3,196,1),(3,197,1),(3,198,1),(3,199,1),(3,200,1),(3,75,1),(3,74,1),(3,201,1),(3,202,1),(3,203,1),(3,88,2),(3,204,1),(3,205,1),(3,7,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,3),(3,77,3),(3,78,3),(3,79,3),(3,224,4),(3,225,8),(3,226,8),(3,227,8),(3,228,4),(3,229,4),(3,230,4),(3,231,4),(3,232,4),(3,233,4),(3,83,8),(3,234,4),(3,235,4),(3,236,4),(3,237,4),(4,129,9),(4,3,10),(4,238,1),(4,239,1),(4,240,1),(4,241,1),(4,242,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,145,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,27,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,158,1),(4,151,1),(4,259,1),(4,190,1),(4,191,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,7,1),(4,269,1),(4,270,1),(4,271,1),(4,152,1),(4,272,1),(4,17,1),(4,273,1),(4,93,1),(4,47,1),(4,274,1),(4,275,1),(4,276,1),(4,223,3),(4,77,7),(4,78,3),(4,79,3),(4,277,4),(5,1,11),(5,175,14),(5,3,10),(5,278,2),(5,174,2),(5,279,1),(5,166,2),(5,167,1),(5,280,1),(5,169,2),(5,281,1),(5,154,1),(5,282,2),(5,283,1),(5,284,1),(5,285,1),(5,286,2),(5,287,2),(5,109,1),(5,66,2),(5,261,1),(5,288,2),(5,289,1),(5,4,1),(5,290,1),(5,275,1),(5,69,1),(5,291,1),(5,292,1),(5,293,1),(5,60,4),(5,294,1),(5,295,1),(5,296,1),(5,297,1),(5,298,1),(5,299,1),(5,300,1),(5,301,1),(5,302,1),(5,303,1),(5,304,1),(5,305,1),(5,202,1),(5,306,1),(5,307,1),(5,308,1),(5,47,4),(5,215,1),(5,93,1),(5,309,1),(5,247,1),(5,46,1),(5,310,1),(5,311,1),(5,22,1),(5,312,1),(5,313,2),(5,314,1),(5,315,1),(5,316,1),(5,317,1),(5,318,1),(5,222,2),(5,319,1),(5,320,1),(5,321,1),(5,322,1),(5,323,1),(5,324,1),(5,74,1),(5,325,1),(5,326,1),(5,327,1),(5,328,1),(5,92,1),(5,329,1),(5,181,1),(5,17,1),(5,330,2),(5,331,1),(5,274,1),(5,332,1),(5,333,1),(5,334,1),(5,335,1),(5,336,1),(5,337,1),(5,338,1),(5,252,1),(5,339,1),(5,340,1),(5,341,1),(5,342,1),(5,343,1),(5,76,3),(5,9,2),(5,344,2),(5,8,2),(6,345,6),(6,346,6),(6,347,6),(6,17,6),(6,1,6),(6,2,6),(6,80,6),(6,348,6),(6,3,10),(6,349,2),(6,350,2),(6,351,3),(7,352,12),(7,353,10),(7,354,7),(7,355,7),(7,335,8),(7,17,10),(7,1,8),(7,356,8),(7,3,10),(7,357,1),(7,188,4),(7,51,1),(7,358,1),(7,309,1),(7,241,1),(7,359,1),(7,360,1),(7,361,1),(7,362,1),(7,363,1),(7,364,2),(7,365,1),(7,366,1),(7,170,2),(7,367,3),(7,368,4),(7,27,3),(7,369,1),(7,370,1),(7,371,1),(7,372,1),(7,373,3),(7,374,1),(7,375,1),(7,376,1),(7,5,3),(7,377,1),(7,378,1),(7,379,1),(7,47,2),(7,323,1),(7,380,1),(7,89,2),(7,381,1),(7,382,1),(7,383,2),(7,178,1),(7,329,1),(7,384,1),(7,385,1),(7,386,1),(7,387,1),(7,388,1),(7,291,1),(7,389,1),(7,390,1),(7,391,1),(7,392,1),(7,393,1),(7,22,2),(7,394,1),(7,395,1),(7,396,1),(7,397,1),(7,398,1),(7,399,1),(7,6,1),(7,400,2),(7,60,6),(7,401,1),(7,402,1),(7,403,1),(7,404,1),(7,405,1),(7,406,1),(7,337,4),(7,407,1),(7,408,1),(7,409,1),(7,410,1),(7,411,1),(7,412,1),(7,413,1),(7,414,1),(7,415,1),(7,194,1),(7,416,1),(7,417,1),(7,418,1),(7,419,1),(7,420,1),(7,421,1),(7,422,1),(7,423,1),(7,424,1),(7,425,1),(7,426,1),(7,427,1),(7,428,1),(7,429,1),(7,430,2),(7,431,1),(7,432,1),(7,433,1),(7,434,1),(7,334,1),(7,435,1),(7,436,1),(7,437,2),(7,438,2),(7,439,1),(7,440,3),(7,441,3),(7,442,2),(7,443,2),(7,173,2),(7,444,1),(7,445,1),(7,118,1),(7,446,1),(7,447,1),(7,448,1),(7,449,1),(7,246,1),(7,450,2),(7,451,1),(7,452,1),(7,453,2),(7,454,1),(7,455,2),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,155,1),(7,462,1),(7,463,1),(7,29,1),(7,464,1),(7,465,1),(7,466,4),(7,467,2),(7,468,1),(7,469,1),(7,470,1),(7,471,3),(7,472,1),(7,77,4),(7,473,1),(7,474,1),(7,209,2),(7,475,1),(7,476,1),(7,477,1),(7,478,1),(7,479,1),(7,480,1),(7,481,1),(7,482,1),(7,483,2),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,493,1),(7,494,1),(7,351,3),(7,495,3); /*!40000 ALTER TABLE `ps_search_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_word` -- DROP TABLE IF EXISTS `ps_search_word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_word` ( `id_word` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `word` varchar(15) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) ) ENGINE=MyISAM AUTO_INCREMENT=496 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_word` -- LOCK TABLES `ps_search_word` WRITE; /*!40000 ALTER TABLE `ps_search_word` DISABLE KEYS */; INSERT INTO `ps_search_word` VALUES (1,1,1,'ipod'),(2,1,1,'nano'),(3,1,1,'demo'),(4,1,1,'new'),(5,1,1,'design'),(6,1,1,'features'),(7,1,1,'now'),(8,1,1,'8gb'),(9,1,1,'16gb'),(10,1,1,'rocks'),(11,1,1,'like'),(12,1,1,'never'),(13,1,1,'before'),(14,1,1,'curved'),(15,1,1,'ahead'),(16,1,1,'curve'),(17,1,1,'for'),(18,1,1,'those'),(19,1,1,'about'),(20,1,1,'rock'),(21,1,1,'give'),(22,1,1,'you'),(23,1,1,'nine'),(24,1,1,'amazing'),(25,1,1,'colors'),(26,1,1,'but'),(27,1,1,'that'),(28,1,1,'only'),(29,1,1,'part'),(30,1,1,'story'),(31,1,1,'feel'),(32,1,1,'all'),(33,1,1,'aluminum'),(34,1,1,'glass'),(35,1,1,'won'),(36,1,1,'want'),(37,1,1,'put'),(38,1,1,'down'),(39,1,1,'great'),(40,1,1,'looks'),(41,1,1,'brains'),(42,1,1,'too'),(43,1,1,'genius'),(44,1,1,'feature'),(45,1,1,'turns'),(46,1,1,'into'),(47,1,1,'your'),(48,1,1,'own'),(49,1,1,'highly'),(50,1,1,'intelligent'),(51,1,1,'personal'),(52,1,1,'creates'),(53,1,1,'playlists'),(54,1,1,'finding'),(55,1,1,'songs'),(56,1,1,'library'),(57,1,1,'together'),(58,1,1,'made'),(59,1,1,'move'),(60,1,1,'with'),(61,1,1,'moves'),(62,1,1,'accelerometer'),(63,1,1,'comes'),(64,1,1,'shake'),(65,1,1,'shuffle'),(66,1,1,'music'),(67,1,1,'turn'),(68,1,1,'sideways'),(69,1,1,'view'),(70,1,1,'cover'),(71,1,1,'flow'),(72,1,1,'play'),(73,1,1,'games'),(74,1,1,'designed'),(75,1,1,'mind'),(76,1,1,'ipods'),(77,1,1,'apple'),(78,1,1,'computer'),(79,1,1,'inc'),(80,1,1,'black'),(81,1,1,'blue'),(82,1,1,'green'),(83,1,1,'metal'),(84,1,1,'orange'),(85,1,1,'pink'),(86,1,1,'purple'),(87,1,1,'yellow'),(88,1,1,'world'),(89,1,1,'most'),(90,1,1,'wearable'),(91,1,1,'player'),(92,1,1,'clips'),(93,1,1,'more'),(94,1,1,'vibrant'),(95,1,1,'red'),(96,1,1,'instant'),(97,1,1,'attachment'),(98,1,1,'wear'),(99,1,1,'500'),(100,1,1,'sleeve'),(101,1,1,'belt'),(102,1,1,'gym'),(103,1,1,'shorts'),(104,1,1,'badge'),(105,1,1,'musical'),(106,1,1,'devotion'),(107,1,1,'brilliant'),(108,1,1,'feed'),(109,1,1,'itunes'),(110,1,1,'entertainment'),(111,1,1,'superstore'),(112,1,1,'ultra'),(113,1,1,'organized'),(114,1,1,'collection'),(115,1,1,'jukebox'),(116,1,1,'how'),(117,1,1,'load'),(118,1,1,'one'),(119,1,1,'click'),(120,1,1,'beauty'),(121,1,1,'beat'),(122,1,1,'intensely'),(123,1,1,'colorful'),(124,1,1,'anodized'),(125,1,1,'complements'),(126,1,1,'simple'),(127,1,1,'original'),(128,1,1,'silver'),(129,1,1,'macbook'),(130,1,1,'air'),(131,1,1,'ultrathin'),(132,1,1,'ultraportable'),(133,1,1,'unlike'),(134,1,1,'anything'),(135,1,1,'else'),(136,1,1,'don'),(137,1,1,'lose'),(138,1,1,'inches'),(139,1,1,'pounds'),(140,1,1,'overnight'),(141,1,1,'result'),(142,1,1,'rethinking'),(143,1,1,'conventions'),(144,1,1,'multiple'),(145,1,1,'wireless'),(146,1,1,'innovations'),(147,1,1,'breakthrough'),(148,1,1,'mobile'),(149,1,1,'computing'),(150,1,1,'suddenly'),(151,1,1,'has'),(152,1,1,'standard'),(153,1,1,'nearly'),(154,1,1,'thin'),(155,1,1,'index'),(156,1,1,'finger'),(157,1,1,'practically'),(158,1,1,'every'),(159,1,1,'detail'),(160,1,1,'could'),(161,1,1,'streamlined'),(162,1,1,'been'),(163,1,1,'yet'),(164,1,1,'still'),(165,1,1,'133'),(166,1,1,'inch'),(167,1,1,'widescreen'),(168,1,1,'led'),(169,1,1,'display'),(170,1,1,'full'),(171,1,1,'size'),(172,1,1,'keyboard'),(173,1,1,'large'),(174,1,1,'multi'),(175,1,1,'touch'),(176,1,1,'trackpad'),(177,1,1,'incomparably'),(178,1,1,'portable'),(179,1,1,'without'),(180,1,1,'usual'),(181,1,1,'screen'),(182,1,1,'compromises'),(183,1,1,'incredible'),(184,1,1,'thinness'),(185,1,1,'numerous'),(186,1,1,'weight'),(187,1,1,'shaving'),(188,1,1,'from'),(189,1,1,'slimmer'),(190,1,1,'hard'),(191,1,1,'drive'),(192,1,1,'strategically'),(193,1,1,'hidden'),(194,1,1,'ports'),(195,1,1,'lower'),(196,1,1,'profile'),(197,1,1,'battery'),(198,1,1,'everything'),(199,1,1,'considered'),(200,1,1,'reconsidered'),(201,1,1,'engineered'),(202,1,1,'take'),(203,1,1,'advantage'),(204,1,1,'which'),(205,1,1,'80211n'),(206,1,1,'fast'),(207,1,1,'available'),(208,1,1,'people'),(209,1,1,'are'),(210,1,1,'truly'),(211,1,1,'living'),(212,1,1,'untethered'),(213,1,1,'buying'),(214,1,1,'renting'),(215,1,1,'movies'),(216,1,1,'online'),(217,1,1,'downloading'),(218,1,1,'software'),(219,1,1,'sharing'),(220,1,1,'storing'),(221,1,1,'files'),(222,1,1,'web'),(223,1,1,'laptops'),(224,1,1,'160ghz'),(225,1,1,'intel'),(226,1,1,'core'),(227,1,1,'duo'),(228,1,1,'180ghz'),(229,1,1,'80gb'),(230,1,1,'parallel'),(231,1,1,'ata'),(232,1,1,'4200'),(233,1,1,'rpm'),(234,1,1,'optional'),(235,1,1,'64gb'),(236,1,1,'solid'),(237,1,1,'state'),(238,1,1,'makes'),(239,1,1,'easy'),(240,1,1,'hit'),(241,1,1,'road'),(242,1,1,'thanks'),(243,1,1,'its'),(244,1,1,'tough'),(245,1,1,'polycarbonate'),(246,1,1,'case'),(247,1,1,'built'),(248,1,1,'technologies'),(249,1,1,'innovative'),(250,1,1,'magsafe'),(251,1,1,'power'),(252,1,1,'adapter'),(253,1,1,'releases'),(254,1,1,'automatically'),(255,1,1,'someone'),(256,1,1,'accidentally'),(257,1,1,'trips'),(258,1,1,'cord'),(259,1,1,'larger'),(260,1,1,'250gb'),(261,1,1,'store'),(262,1,1,'growing'),(263,1,1,'media'),(264,1,1,'collections'),(265,1,1,'valuable'),(266,1,1,'data'),(267,1,1,'24ghz'),(268,1,1,'models'),(269,1,1,'include'),(270,1,1,'2gb'),(271,1,1,'memory'),(272,1,1,'perfect'),(273,1,1,'running'),(274,1,1,'favorite'),(275,1,1,'applications'),(276,1,1,'smoothly'),(277,1,1,'superdrive'),(278,1,1,'revolutionary'),(279,1,1,'interface'),(280,1,1,'color'),(281,1,1,'80211b'),(282,1,1,'safari'),(283,1,1,'youtube'),(284,1,1,'mail'),(285,1,1,'stocks'),(286,1,1,'weather'),(287,1,1,'notes'),(288,1,1,'maps'),(289,1,1,'five'),(290,1,1,'hands'),(291,1,1,'rich'),(292,1,1,'html'),(293,1,1,'email'),(294,1,1,'photos'),(295,1,1,'well'),(296,1,1,'pdf'),(297,1,1,'word'),(298,1,1,'excel'),(299,1,1,'attachments'),(300,1,1,'get'),(301,1,1,'directions'),(302,1,1,'real'),(303,1,1,'time'),(304,1,1,'traffic'),(305,1,1,'information'),(306,1,1,'read'),(307,1,1,'stock'),(308,1,1,'reports'),(309,1,1,'technology'),(310,1,1,'gorgeous'),(311,1,1,'lets'),(312,1,1,'pinch'),(313,1,1,'zoom'),(314,1,1,'scroll'),(315,1,1,'flick'),(316,1,1,'fingers'),(317,1,1,'internet'),(318,1,1,'pocket'),(319,1,1,'browser'),(320,1,1,'see'),(321,1,1,'websites'),(322,1,1,'way'),(323,1,1,'they'),(324,1,1,'were'),(325,1,1,'seen'),(326,1,1,'out'),(327,1,1,'tap'),(328,1,1,'add'),(329,1,1,'home'),(330,1,1,'quick'),(331,1,1,'access'),(332,1,1,'sites'),(333,1,1,'what'),(334,1,1,'box'),(335,1,1,'earphones'),(336,1,1,'usb'),(337,1,1,'cable'),(338,1,1,'dock'),(339,1,1,'polishing'),(340,1,1,'cloth'),(341,1,1,'stand'),(342,1,1,'start'),(343,1,1,'guide'),(344,1,1,'32gb'),(345,1,1,'belkin'),(346,1,1,'leather'),(347,1,1,'folio'),(348,1,1,'chocolate'),(349,1,1,'lorem'),(350,1,1,'ipsum'),(351,1,1,'accessories'),(352,1,1,'shure'),(353,1,1,'se210'),(354,1,1,'sound'),(355,1,1,'isolating'),(356,1,1,'iphone'),(357,1,1,'evolved'),(358,1,1,'monitor'),(359,1,1,'tested'),(360,1,1,'pro'),(361,1,1,'musicians'),(362,1,1,'perfected'),(363,1,1,'engineers'),(364,1,1,'lightweight'),(365,1,1,'stylish'),(366,1,1,'delivers'),(367,1,1,'range'),(368,1,1,'audio'),(369,1,1,'free'),(370,1,1,'outside'),(371,1,1,'noise'),(372,1,1,'using'),(373,1,1,'definition'),(374,1,1,'microspeakers'),(375,1,1,'deliver'),(376,1,1,'ergonomic'),(377,1,1,'ideal'),(378,1,1,'premium'),(379,1,1,'listening'),(380,1,1,'offer'),(381,1,1,'accurate'),(382,1,1,'reproduction'),(383,1,1,'both'),(384,1,1,'stereo'),(385,1,1,'sources'),(386,1,1,'ultimate'),(387,1,1,'precision'),(388,1,1,'highs'),(389,1,1,'low'),(390,1,1,'end'),(391,1,1,'addition'),(392,1,1,'flexible'),(393,1,1,'allows'),(394,1,1,'choose'),(395,1,1,'comfortable'),(396,1,1,'fit'),(397,1,1,'variety'),(398,1,1,'wearing'),(399,1,1,'positions'),(400,1,1,'microspeaker'),(401,1,1,'single'),(402,1,1,'balanced'),(403,1,1,'armature'),(404,1,1,'driver'),(405,1,1,'detachable'),(406,1,1,'modular'),(407,1,1,'can'),(408,1,1,'make'),(409,1,1,'longer'),(410,1,1,'shorter'),(411,1,1,'depending'),(412,1,1,'activity'),(413,1,1,'connector'),(414,1,1,'compatible'),(415,1,1,'earphone'),(416,1,1,'specifications'),(417,1,1,'speaker'),(418,1,1,'type'),(419,1,1,'frequency'),(420,1,1,'25hz'),(421,1,1,'185khz'),(422,1,1,'impedance'),(423,1,1,'1khz'),(424,1,1,'ohms'),(425,1,1,'sensitivity'),(426,1,1,'1mw'),(427,1,1,'114'),(428,1,1,'spl'),(429,1,1,'length'),(430,1,1,'extension'),(431,1,1,'180'),(432,1,1,'450'),(433,1,1,'540'),(434,1,1,'1371'),(435,1,1,'360'),(436,1,1,'914'),(437,1,1,'three'),(438,1,1,'pairs'),(439,1,1,'foam'),(440,1,1,'earpiece'),(441,1,1,'sleeves'),(442,1,1,'small'),(443,1,1,'medium'),(444,1,1,'soft'),(445,1,1,'flex'),(446,1,1,'pair'),(447,1,1,'triple'),(448,1,1,'flange'),(449,1,1,'carrying'),(450,1,1,'warranty'),(451,1,1,'two'),(452,1,1,'year'),(453,1,1,'limited'),(454,1,1,'details'),(455,1,1,'please'),(456,1,1,'visit'),(457,1,1,'www'),(458,1,1,'com'),(459,1,1,'personalaudio'),(460,1,1,'customersupport'),(461,1,1,'productreturnsa'),(462,1,1,'htm'),(463,1,1,'mfr'),(464,1,1,'efs'),(465,1,1,'note'),(466,1,1,'products'),(467,1,1,'sold'),(468,1,1,'through'),(469,1,1,'this'),(470,1,1,'website'),(471,1,1,'not'),(472,1,1,'bear'),(473,1,1,'brand'),(474,1,1,'name'),(475,1,1,'serviced'),(476,1,1,'supported'),(477,1,1,'exclusively'),(478,1,1,'their'),(479,1,1,'manufacturers'),(480,1,1,'accordance'),(481,1,1,'terms'),(482,1,1,'conditions'),(483,1,1,'packaged'),(484,1,1,'does'),(485,1,1,'apply'),(486,1,1,'branded'),(487,1,1,'even'),(488,1,1,'contact'),(489,1,1,'manufacturer'),(490,1,1,'directly'),(491,1,1,'technical'),(492,1,1,'support'),(493,1,1,'customer'),(494,1,1,'service'),(495,1,1,'incorporated'); /*!40000 ALTER TABLE `ps_search_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_sekeyword` -- DROP TABLE IF EXISTS `ps_sekeyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_sekeyword` ( `id_sekeyword` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keyword` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_sekeyword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_sekeyword` -- LOCK TABLES `ps_sekeyword` WRITE; /*!40000 ALTER TABLE `ps_sekeyword` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_sekeyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop` -- DROP TABLE IF EXISTS `ps_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop` ( `id_shop` int(11) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `id_category` int(11) unsigned NOT NULL default '1', `id_theme` int(1) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_category` (`id_category`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop` -- LOCK TABLES `ps_shop` WRITE; /*!40000 ALTER TABLE `ps_shop` DISABLE KEYS */; INSERT INTO `ps_shop` VALUES (1,1,'Convict Cartel Apparel',2,1,1,0); /*!40000 ALTER TABLE `ps_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop_group` -- DROP TABLE IF EXISTS `ps_shop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop_group` ( `id_shop_group` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `share_customer` tinyint(1) NOT NULL, `share_order` tinyint(1) NOT NULL, `share_stock` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop_group` -- LOCK TABLES `ps_shop_group` WRITE; /*!40000 ALTER TABLE `ps_shop_group` DISABLE KEYS */; INSERT INTO `ps_shop_group` VALUES (1,'Default',0,0,0,1,0); /*!40000 ALTER TABLE `ps_shop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop_url` -- DROP TABLE IF EXISTS `ps_shop_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop_url` ( `id_shop_url` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop_url` -- LOCK TABLES `ps_shop_url` WRITE; /*!40000 ALTER TABLE `ps_shop_url` DISABLE KEYS */; INSERT INTO `ps_shop_url` VALUES (1,1,'convictcartel.com','convictcartel.com','/shop/','',1,1); /*!40000 ALTER TABLE `ps_shop_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price` -- DROP TABLE IF EXISTS `ps_specific_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price` ( `id_specific_price` int(10) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, `id_cart` int(11) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_shop_group` int(11) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price`), KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), KEY `from_quantity` (`from_quantity`), KEY `id_specific_price_rule` (`id_specific_price_rule`), KEY `id_cart` (`id_cart`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price` -- LOCK TABLES `ps_specific_price` WRITE; /*!40000 ALTER TABLE `ps_specific_price` DISABLE KEYS */; INSERT INTO `ps_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,'-1.000000',1,'0.050000','percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `ps_specific_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_priority` -- DROP TABLE IF EXISTS `ps_specific_price_priority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_priority` ( `id_specific_price_priority` int(11) NOT NULL auto_increment, `id_product` int(11) NOT NULL, `priority` varchar(80) NOT NULL, PRIMARY KEY (`id_specific_price_priority`,`id_product`), UNIQUE KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_priority` -- LOCK TABLES `ps_specific_price_priority` WRITE; /*!40000 ALTER TABLE `ps_specific_price_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule` -- DROP TABLE IF EXISTS `ps_specific_price_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule` ( `id_specific_price_rule` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `price` decimal(20,6) default NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price_rule`), KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule` -- LOCK TABLES `ps_specific_price_rule` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule_condition` -- DROP TABLE IF EXISTS `ps_specific_price_rule_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule_condition` ( `id_specific_price_rule_condition` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, `type` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition`), KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule_condition` -- LOCK TABLES `ps_specific_price_rule_condition` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule_condition_group` -- DROP TABLE IF EXISTS `ps_specific_price_rule_condition_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule_condition_group` ( `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule_condition_group` -- LOCK TABLES `ps_specific_price_rule_condition_group` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_state` -- DROP TABLE IF EXISTS `ps_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_state` ( `id_state` int(10) unsigned NOT NULL auto_increment, `id_country` int(11) unsigned NOT NULL, `id_zone` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `iso_code` varchar(7) NOT NULL, `tax_behavior` smallint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_state`), KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=313 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_state` -- LOCK TABLES `ps_state` WRITE; /*!40000 ALTER TABLE `ps_state` DISABLE KEYS */; INSERT INTO `ps_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1); /*!40000 ALTER TABLE `ps_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_statssearch` -- DROP TABLE IF EXISTS `ps_statssearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_statssearch` ( `id_statssearch` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keywords` varchar(255) NOT NULL, `results` int(6) NOT NULL default '0', `date_add` datetime NOT NULL, PRIMARY KEY (`id_statssearch`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_statssearch` -- LOCK TABLES `ps_statssearch` WRITE; /*!40000 ALTER TABLE `ps_statssearch` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_statssearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock` -- DROP TABLE IF EXISTS `ps_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock` ( `id_stock` int(11) unsigned NOT NULL auto_increment, `id_warehouse` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `physical_quantity` int(11) unsigned NOT NULL, `usable_quantity` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_stock`), KEY `id_warehouse` (`id_warehouse`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock` -- LOCK TABLES `ps_stock` WRITE; /*!40000 ALTER TABLE `ps_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_available` -- DROP TABLE IF EXISTS `ps_stock_available`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_available` ( `id_stock_available` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `id_shop_group` int(11) unsigned NOT NULL, `quantity` int(10) NOT NULL default '0', `depends_on_stock` tinyint(1) unsigned NOT NULL default '0', `out_of_stock` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_available`), UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_available` -- LOCK TABLES `ps_stock_available` WRITE; /*!40000 ALTER TABLE `ps_stock_available` DISABLE KEYS */; INSERT INTO `ps_stock_available` VALUES (1,1,0,1,0,160,0,2),(2,2,0,1,0,120,0,2),(3,3,0,1,0,400,0,2),(4,4,0,1,0,75,0,2),(5,5,0,1,0,120,0,2),(6,6,0,1,0,25,0,2),(7,7,0,1,0,15,0,2),(8,2,1,1,0,30,0,2),(9,2,2,1,0,30,0,2),(10,2,3,1,0,30,0,2),(11,2,4,1,0,30,0,2),(12,3,5,1,0,100,0,2),(13,3,6,1,0,100,0,2),(14,3,7,1,0,100,0,2),(15,3,8,1,0,100,0,2),(16,5,9,1,0,40,0,2),(17,5,10,1,0,40,0,2),(18,5,11,1,0,40,0,2),(19,1,12,1,0,10,0,2),(20,1,13,1,0,10,0,2),(21,1,14,1,0,10,0,2),(22,1,15,1,0,10,0,2),(23,1,16,1,0,10,0,2),(24,1,17,1,0,10,0,2),(25,1,18,1,0,10,0,2),(26,1,19,1,0,10,0,2),(27,1,20,1,0,10,0,2),(28,1,21,1,0,10,0,2),(29,1,22,1,0,10,0,2),(30,1,23,1,0,10,0,2),(31,1,24,1,0,10,0,2),(32,1,25,1,0,10,0,2),(33,1,26,1,0,10,0,2),(34,1,27,1,0,10,0,2); /*!40000 ALTER TABLE `ps_stock_available` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt` -- DROP TABLE IF EXISTS `ps_stock_mvt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt` ( `id_stock_mvt` bigint(20) unsigned NOT NULL auto_increment, `id_stock` int(11) unsigned NOT NULL, `id_order` int(11) unsigned default NULL, `id_supply_order` int(11) unsigned default NULL, `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `physical_quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` tinyint(1) NOT NULL default '1', `price_te` decimal(20,6) default '0.000000', `last_wa` decimal(20,6) default '0.000000', `current_wa` decimal(20,6) default '0.000000', `referer` bigint(20) unsigned default NULL, PRIMARY KEY (`id_stock_mvt`), KEY `id_stock` (`id_stock`), KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt` -- LOCK TABLES `ps_stock_mvt` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_stock_mvt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt_reason` -- DROP TABLE IF EXISTS `ps_stock_mvt_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt_reason` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL auto_increment, `sign` tinyint(1) NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_mvt_reason`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt_reason` -- LOCK TABLES `ps_stock_mvt_reason` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt_reason` DISABLE KEYS */; INSERT INTO `ps_stock_mvt_reason` VALUES (1,1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(2,-1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(3,-1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(4,-1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(5,1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(6,-1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(7,1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0),(8,1,'2013-09-09 03:09:46','2013-09-09 03:09:46',0); /*!40000 ALTER TABLE `ps_stock_mvt_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt_reason_lang` -- DROP TABLE IF EXISTS `ps_stock_mvt_reason_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt_reason_lang` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt_reason_lang` -- LOCK TABLES `ps_stock_mvt_reason_lang` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` DISABLE KEYS */; INSERT INTO `ps_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(2,1,'Decrease'),(3,1,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(8,1,'Supply Order'); /*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_store` -- DROP TABLE IF EXISTS `ps_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_store` ( `id_store` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `name` varchar(128) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `city` varchar(64) NOT NULL, `postcode` varchar(12) NOT NULL, `latitude` decimal(13,8) default NULL, `longitude` decimal(13,8) default NULL, `hours` varchar(254) default NULL, `phone` varchar(16) default NULL, `fax` varchar(16) default NULL, `email` varchar(128) default NULL, `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_store` -- LOCK TABLES `ps_store` WRITE; /*!40000 ALTER TABLE `ps_store` DISABLE KEYS */; INSERT INTO `ps_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135','25.76500500','-80.24379700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:10:53','2013-09-09 03:10:53'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304','26.13793600','-80.13943500','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:10:53','2013-09-09 03:10:53'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026','26.00998700','-80.29447200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:10:53','2013-09-09 03:10:53'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133','25.73629600','-80.24479700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:10:53','2013-09-09 03:10:53'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181','25.88674000','-80.16329200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:10:53','2013-09-09 03:10:53'); /*!40000 ALTER TABLE `ps_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_store_shop` -- DROP TABLE IF EXISTS `ps_store_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_store_shop` ( `id_store` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_store`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_store_shop` -- LOCK TABLES `ps_store_shop` WRITE; /*!40000 ALTER TABLE `ps_store_shop` DISABLE KEYS */; INSERT INTO `ps_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_store_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier` -- DROP TABLE IF EXISTS `ps_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier` ( `id_supplier` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier` -- LOCK TABLES `ps_supplier` WRITE; /*!40000 ALTER TABLE `ps_supplier` DISABLE KEYS */; INSERT INTO `ps_supplier` VALUES (1,'AppleStore','2013-09-09 03:10:51','2013-09-09 03:10:51',1),(2,'Shure Online Store','2013-09-09 03:10:51','2013-09-09 03:10:51',1); /*!40000 ALTER TABLE `ps_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier_lang` -- DROP TABLE IF EXISTS `ps_supplier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier_lang` ( `id_supplier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_supplier`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier_lang` -- LOCK TABLES `ps_supplier_lang` WRITE; /*!40000 ALTER TABLE `ps_supplier_lang` DISABLE KEYS */; INSERT INTO `ps_supplier_lang` VALUES (1,1,'','','',''),(2,1,'','','',''); /*!40000 ALTER TABLE `ps_supplier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier_shop` -- DROP TABLE IF EXISTS `ps_supplier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier_shop` ( `id_supplier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_supplier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier_shop` -- LOCK TABLES `ps_supplier_shop` WRITE; /*!40000 ALTER TABLE `ps_supplier_shop` DISABLE KEYS */; INSERT INTO `ps_supplier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_supplier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order` -- DROP TABLE IF EXISTS `ps_supply_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order` ( `id_supply_order` int(11) unsigned NOT NULL auto_increment, `id_supplier` int(11) unsigned NOT NULL, `supplier_name` varchar(64) NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `id_supply_order_state` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_ref_currency` int(11) unsigned NOT NULL, `reference` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `date_delivery_expected` datetime default NULL, `total_te` decimal(20,6) default '0.000000', `total_with_discount_te` decimal(20,6) default '0.000000', `total_tax` decimal(20,6) default '0.000000', `total_ti` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `is_template` tinyint(1) default '0', PRIMARY KEY (`id_supply_order`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`), KEY `reference` (`reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order` -- LOCK TABLES `ps_supply_order` WRITE; /*!40000 ALTER TABLE `ps_supply_order` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_detail` -- DROP TABLE IF EXISTS `ps_supply_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_detail` ( `id_supply_order_detail` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `supplier_reference` varchar(32) NOT NULL, `name` varchar(128) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `exchange_rate` decimal(20,6) default '0.000000', `unit_price_te` decimal(20,6) default '0.000000', `quantity_expected` int(11) unsigned NOT NULL, `quantity_received` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `price_with_discount_te` decimal(20,6) default '0.000000', `tax_rate` decimal(20,6) default '0.000000', `tax_value` decimal(20,6) default '0.000000', `price_ti` decimal(20,6) default '0.000000', `tax_value_with_order_discount` decimal(20,6) default '0.000000', `price_with_order_discount_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_supply_order_detail`), KEY `id_supply_order` (`id_supply_order`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`), KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_detail` -- LOCK TABLES `ps_supply_order_detail` WRITE; /*!40000 ALTER TABLE `ps_supply_order_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_history` -- DROP TABLE IF EXISTS `ps_supply_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_history` ( `id_supply_order_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_state` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_history`), KEY `id_supply_order` (`id_supply_order`), KEY `id_employee` (`id_employee`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_history` -- LOCK TABLES `ps_supply_order_history` WRITE; /*!40000 ALTER TABLE `ps_supply_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_receipt_history` -- DROP TABLE IF EXISTS `ps_supply_order_receipt_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_receipt_history` ( `id_supply_order_receipt_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order_detail` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_supply_order_state` int(11) unsigned NOT NULL, `quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_receipt_history`), KEY `id_supply_order_detail` (`id_supply_order_detail`), KEY `id_supply_order_state` (`id_supply_order_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_receipt_history` -- LOCK TABLES `ps_supply_order_receipt_history` WRITE; /*!40000 ALTER TABLE `ps_supply_order_receipt_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_receipt_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_state` -- DROP TABLE IF EXISTS `ps_supply_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_state` ( `id_supply_order_state` int(11) unsigned NOT NULL auto_increment, `delivery_note` tinyint(1) NOT NULL default '0', `editable` tinyint(1) NOT NULL default '0', `receipt_state` tinyint(1) NOT NULL default '0', `pending_receipt` tinyint(1) NOT NULL default '0', `enclosed` tinyint(1) NOT NULL default '0', `color` varchar(32) default NULL, PRIMARY KEY (`id_supply_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_state` -- LOCK TABLES `ps_supply_order_state` WRITE; /*!40000 ALTER TABLE `ps_supply_order_state` DISABLE KEYS */; INSERT INTO `ps_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); /*!40000 ALTER TABLE `ps_supply_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_state_lang` -- DROP TABLE IF EXISTS `ps_supply_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_state_lang` ( `id_supply_order_state` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_supply_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_state_lang` -- LOCK TABLES `ps_supply_order_state_lang` WRITE; /*!40000 ALTER TABLE `ps_supply_order_state_lang` DISABLE KEYS */; INSERT INTO `ps_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(2,1,'2 - Order validated'),(3,1,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(5,1,'5 - Order received completely'),(6,1,'6 - Order canceled'); /*!40000 ALTER TABLE `ps_supply_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab` -- DROP TABLE IF EXISTS `ps_tab`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab` ( `id_tab` int(10) unsigned NOT NULL auto_increment, `id_parent` int(11) NOT NULL, `class_name` varchar(64) NOT NULL, `module` varchar(64) default NULL, `position` int(10) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_tab`), KEY `class_name` (`class_name`), KEY `id_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab` -- LOCK TABLES `ps_tab` WRITE; /*!40000 ALTER TABLE `ps_tab` DISABLE KEYS */; INSERT INTO `ps_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1); /*!40000 ALTER TABLE `ps_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_advice` -- DROP TABLE IF EXISTS `ps_tab_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_advice` ( `id_tab` int(11) NOT NULL, `id_advice` int(11) NOT NULL, PRIMARY KEY (`id_tab`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_advice` -- LOCK TABLES `ps_tab_advice` WRITE; /*!40000 ALTER TABLE `ps_tab_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_tab_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_lang` -- DROP TABLE IF EXISTS `ps_tab_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_lang` ( `id_tab` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, PRIMARY KEY (`id_tab`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_lang` -- LOCK TABLES `ps_tab_lang` WRITE; /*!40000 ALTER TABLE `ps_tab_lang` DISABLE KEYS */; INSERT INTO `ps_tab_lang` VALUES (1,1,'Home'),(2,1,'CMS Pages'),(3,1,'CMS Categories'),(4,1,'Combinations Generator'),(5,1,'Search'),(6,1,'Login'),(7,1,'Shops'),(8,1,'Shop URLs'),(9,1,'Catalog'),(10,1,'Orders'),(11,1,'Customers'),(12,1,'Price Rules'),(13,1,'Shipping'),(14,1,'Localization'),(15,1,'Modules'),(16,1,'Preferences'),(17,1,'Advanced Parameters'),(18,1,'Administration'),(19,1,'Stats'),(20,1,'Stock'),(21,1,'Products'),(22,1,'Categories'),(23,1,'Monitoring'),(24,1,'Attributes and Values'),(25,1,'Features'),(26,1,'Manufacturers'),(27,1,'Suppliers'),(28,1,'Image Mapping'),(29,1,'Tags'),(30,1,'Attachments'),(31,1,'Orders'),(32,1,'Invoices'),(33,1,'Merchandise Returns'),(34,1,'Delivery Slips'),(35,1,'Credit Slips'),(36,1,'Statuses'),(37,1,'Order Messages'),(38,1,'Customers'),(39,1,'Addresses'),(40,1,'Groups'),(41,1,'Shopping Carts'),(42,1,'Customer Service'),(43,1,'Contacts'),(44,1,'Titles'),(45,1,'Outstanding'),(46,1,'Cart Rules'),(47,1,'Catalog Price Rules'),(48,1,'Marketing'),(49,1,'Shipping'),(50,1,'Carriers'),(52,1,'Localization'),(53,1,'Languages'),(54,1,'Zones'),(55,1,'Countries'),(56,1,'States'),(57,1,'Currencies'),(58,1,'Taxes'),(59,1,'Tax Rules'),(60,1,'Translations'),(61,1,'Modules'),(62,1,'Modules & Themes Catalog'),(63,1,'Positions'),(64,1,'Payment'),(65,1,'General'),(66,1,'Orders'),(67,1,'Products'),(68,1,'Customers'),(69,1,'Themes'),(70,1,'SEO & URLs'),(71,1,'CMS'),(72,1,'Images'),(73,1,'Store Contacts'),(74,1,'Search'),(75,1,'Maintenance'),(76,1,'Geolocation'),(77,1,'Configuration Information'),(78,1,'Performance'),(79,1,'E-mail'),(80,1,'Multistore'),(81,1,'CSV Import'),(82,1,'DB Backup'),(83,1,'SQL Manager'),(84,1,'Logs'),(85,1,'Webservice'),(86,1,'Preferences'),(87,1,'Quick Access'),(88,1,'Employees'),(89,1,'Profiles'),(90,1,'Permissions'),(91,1,'Menus'),(92,1,'Stats'),(93,1,'Search Engines'),(94,1,'Referrers'),(95,1,'Warehouses'),(96,1,'Stock Management'),(97,1,'Stock Movement'),(98,1,'Instant Stock Status'),(99,1,'Stock Coverage'),(100,1,'Supply orders'),(101,1,'Configuration'),(102,1,'Merchant Expertise'); /*!40000 ALTER TABLE `ps_tab_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_module_preference` -- DROP TABLE IF EXISTS `ps_tab_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_module_preference` ( `id_tab_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `module` varchar(255) NOT NULL, PRIMARY KEY (`id_tab_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_module_preference` -- LOCK TABLES `ps_tab_module_preference` WRITE; /*!40000 ALTER TABLE `ps_tab_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_tab_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tag` -- DROP TABLE IF EXISTS `ps_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tag` ( `id_tag` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tag`), KEY `tag_name` (`name`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tag` -- LOCK TABLES `ps_tag` WRITE; /*!40000 ALTER TABLE `ps_tag` DISABLE KEYS */; INSERT INTO `ps_tag` VALUES (1,1,'apple'),(2,1,'ipod'),(3,1,'nano'),(4,1,'superdrive'),(5,1,'Ipod touch'),(6,1,'shuffle'); /*!40000 ALTER TABLE `ps_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax` -- DROP TABLE IF EXISTS `ps_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax` ( `id_tax` int(10) unsigned NOT NULL auto_increment, `rate` decimal(10,3) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_tax`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax` -- LOCK TABLES `ps_tax` WRITE; /*!40000 ALTER TABLE `ps_tax` DISABLE KEYS */; INSERT INTO `ps_tax` VALUES (1,'4.000',1,0),(2,'0.000',1,0),(3,'6.600',1,0),(4,'6.000',1,0),(5,'8.250',1,0),(6,'2.900',1,0),(7,'0.000',1,0),(8,'0.000',1,0),(9,'6.000',1,0),(10,'4.000',1,0),(11,'4.000',1,0),(12,'6.000',1,0),(13,'6.250',1,0),(14,'7.000',1,0),(15,'6.000',1,0),(16,'5.300',1,0),(17,'6.000',1,0),(18,'4.000',1,0),(19,'5.000',1,0),(20,'6.000',1,0),(21,'6.250',1,0),(22,'6.000',1,0),(23,'6.875',1,0),(24,'7.000',1,0),(25,'4.225',1,0),(26,'0.000',1,0),(27,'5.500',1,0),(28,'6.850',1,0),(29,'0.000',1,0),(30,'7.000',1,0),(31,'5.125',1,0),(32,'4.000',1,0),(33,'5.500',1,0),(34,'5.000',1,0),(35,'5.500',1,0),(36,'4.500',1,0),(37,'0.000',1,0),(38,'6.000',1,0),(39,'7.000',1,0),(40,'6.000',1,0),(41,'4.000',1,0),(42,'7.000',1,0),(43,'6.250',1,0),(44,'4.750',1,0),(45,'6.000',1,0),(46,'4.000',1,0),(47,'6.500',1,0),(48,'6.000',1,0),(49,'5.000',1,0),(50,'4.000',1,0),(51,'5.500',1,0),(52,'6.000',1,0); /*!40000 ALTER TABLE `ps_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_lang` -- DROP TABLE IF EXISTS `ps_tax_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_lang` ( `id_tax` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tax`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_lang` -- LOCK TABLES `ps_tax_lang` WRITE; /*!40000 ALTER TABLE `ps_tax_lang` DISABLE KEYS */; INSERT INTO `ps_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'); /*!40000 ALTER TABLE `ps_tax_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rule` -- DROP TABLE IF EXISTS `ps_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rule` ( `id_tax_rule` int(11) NOT NULL auto_increment, `id_tax_rules_group` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_state` int(11) NOT NULL, `zipcode_from` varchar(12) NOT NULL, `zipcode_to` varchar(12) NOT NULL, `id_tax` int(11) NOT NULL, `behavior` int(11) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id_tax_rule`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rule` -- LOCK TABLES `ps_tax_rule` WRITE; /*!40000 ALTER TABLE `ps_tax_rule` DISABLE KEYS */; INSERT INTO `ps_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''); /*!40000 ALTER TABLE `ps_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rules_group` -- DROP TABLE IF EXISTS `ps_tax_rules_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rules_group` ( `id_tax_rules_group` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `active` int(11) NOT NULL, PRIMARY KEY (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rules_group` -- LOCK TABLES `ps_tax_rules_group` WRITE; /*!40000 ALTER TABLE `ps_tax_rules_group` DISABLE KEYS */; INSERT INTO `ps_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1); /*!40000 ALTER TABLE `ps_tax_rules_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rules_group_shop` -- DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rules_group_shop` ( `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_tax_rules_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rules_group_shop` -- LOCK TABLES `ps_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `ps_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `ps_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1); /*!40000 ALTER TABLE `ps_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_theme` -- DROP TABLE IF EXISTS `ps_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_theme` ( `id_theme` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `directory` varchar(64) NOT NULL, PRIMARY KEY (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_theme` -- LOCK TABLES `ps_theme` WRITE; /*!40000 ALTER TABLE `ps_theme` DISABLE KEYS */; INSERT INTO `ps_theme` VALUES (1,'default','default'); /*!40000 ALTER TABLE `ps_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_theme_specific` -- DROP TABLE IF EXISTS `ps_theme_specific`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_theme_specific` ( `id_theme` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `entity` int(11) unsigned NOT NULL, `id_object` int(11) unsigned NOT NULL, PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_theme_specific` -- LOCK TABLES `ps_theme_specific` WRITE; /*!40000 ALTER TABLE `ps_theme_specific` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_theme_specific` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_timezone` -- DROP TABLE IF EXISTS `ps_timezone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_timezone` ( `id_timezone` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) ) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_timezone` -- LOCK TABLES `ps_timezone` WRITE; /*!40000 ALTER TABLE `ps_timezone` DISABLE KEYS */; INSERT INTO `ps_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); /*!40000 ALTER TABLE `ps_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse` -- DROP TABLE IF EXISTS `ps_warehouse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse` ( `id_warehouse` int(11) unsigned NOT NULL auto_increment, `id_currency` int(11) unsigned NOT NULL, `id_address` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `reference` varchar(32) default NULL, `name` varchar(45) NOT NULL, `management_type` enum('WA','FIFO','LIFO') NOT NULL default 'WA', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse` -- LOCK TABLES `ps_warehouse` WRITE; /*!40000 ALTER TABLE `ps_warehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_carrier` -- DROP TABLE IF EXISTS `ps_warehouse_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_carrier` ( `id_carrier` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_carrier`), KEY `id_warehouse` (`id_warehouse`), KEY `id_carrier` (`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_carrier` -- LOCK TABLES `ps_warehouse_carrier` WRITE; /*!40000 ALTER TABLE `ps_warehouse_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_product_location` -- DROP TABLE IF EXISTS `ps_warehouse_product_location`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_product_location` ( `id_warehouse_product_location` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `location` varchar(64) default NULL, PRIMARY KEY (`id_warehouse_product_location`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_product_location` -- LOCK TABLES `ps_warehouse_product_location` WRITE; /*!40000 ALTER TABLE `ps_warehouse_product_location` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_product_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_shop` -- DROP TABLE IF EXISTS `ps_warehouse_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_shop` ( `id_shop` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_shop`), KEY `id_warehouse` (`id_warehouse`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_shop` -- LOCK TABLES `ps_warehouse_shop` WRITE; /*!40000 ALTER TABLE `ps_warehouse_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_web_browser` -- DROP TABLE IF EXISTS `ps_web_browser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_web_browser` -- LOCK TABLES `ps_web_browser` WRITE; /*!40000 ALTER TABLE `ps_web_browser` DISABLE KEYS */; INSERT INTO `ps_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome'); /*!40000 ALTER TABLE `ps_web_browser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_account` -- DROP TABLE IF EXISTS `ps_webservice_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_account` ( `id_webservice_account` int(11) NOT NULL auto_increment, `key` varchar(32) NOT NULL, `description` text, `class_name` varchar(50) NOT NULL default 'WebserviceRequest', `is_module` tinyint(2) NOT NULL default '0', `module_name` varchar(50) default NULL, `active` tinyint(2) NOT NULL, PRIMARY KEY (`id_webservice_account`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_account` -- LOCK TABLES `ps_webservice_account` WRITE; /*!40000 ALTER TABLE `ps_webservice_account` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_account_shop` -- DROP TABLE IF EXISTS `ps_webservice_account_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_account_shop` ( `id_webservice_account` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_webservice_account`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_account_shop` -- LOCK TABLES `ps_webservice_account_shop` WRITE; /*!40000 ALTER TABLE `ps_webservice_account_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_account_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_permission` -- DROP TABLE IF EXISTS `ps_webservice_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_permission` ( `id_webservice_permission` int(11) NOT NULL auto_increment, `resource` varchar(50) NOT NULL, `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, `id_webservice_account` int(11) NOT NULL, PRIMARY KEY (`id_webservice_permission`), UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), KEY `resource` (`resource`), KEY `method` (`method`), KEY `id_webservice_account` (`id_webservice_account`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_permission` -- LOCK TABLES `ps_webservice_permission` WRITE; /*!40000 ALTER TABLE `ps_webservice_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_zone` -- DROP TABLE IF EXISTS `ps_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_zone` ( `id_zone` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_zone` -- LOCK TABLES `ps_zone` WRITE; /*!40000 ALTER TABLE `ps_zone` DISABLE KEYS */; INSERT INTO `ps_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1); /*!40000 ALTER TABLE `ps_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_zone_shop` -- DROP TABLE IF EXISTS `ps_zone_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_zone_shop` ( `id_zone` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_zone`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_zone_shop` -- LOCK TABLES `ps_zone_shop` WRITE; /*!40000 ALTER TABLE `ps_zone_shop` DISABLE KEYS */; INSERT INTO `ps_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1); /*!40000 ALTER TABLE `ps_zone_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_access` -- DROP TABLE IF EXISTS `pshop1_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_access` -- LOCK TABLES `pshop1_access` WRITE; /*!40000 ALTER TABLE `pshop1_access` DISABLE KEYS */; INSERT INTO `pshop1_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,5,1,1,1,1),(1,7,1,1,1,1),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,51,1,1,1,1),(1,50,1,1,1,1),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,59,1,1,1,1),(1,58,1,1,1,1),(1,60,1,1,1,1),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,1,1,1),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,1,1,1),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0),(2,0,1,1,1,1),(3,0,1,1,1,1),(4,0,1,1,1,1),(5,0,1,1,1,1); /*!40000 ALTER TABLE `pshop1_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_accessory` -- DROP TABLE IF EXISTS `pshop1_accessory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_accessory` ( `id_product_1` int(10) unsigned NOT NULL, `id_product_2` int(10) unsigned NOT NULL, KEY `accessory_product` (`id_product_1`,`id_product_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_accessory` -- LOCK TABLES `pshop1_accessory` WRITE; /*!40000 ALTER TABLE `pshop1_accessory` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_accessory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_address` -- DROP TABLE IF EXISTS `pshop1_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_address` ( `id_address` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL default '0', `id_manufacturer` int(10) unsigned NOT NULL default '0', `id_supplier` int(10) unsigned NOT NULL default '0', `id_warehouse` int(10) unsigned NOT NULL default '0', `alias` varchar(32) NOT NULL, `company` varchar(64) default NULL, `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `postcode` varchar(12) default NULL, `city` varchar(64) NOT NULL, `other` text, `phone` varchar(32) default NULL, `phone_mobile` varchar(32) default NULL, `vat_number` varchar(32) default NULL, `dni` varchar(16) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_address`), KEY `address_customer` (`id_customer`), KEY `id_country` (`id_country`), KEY `id_state` (`id_state`), KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_address` -- LOCK TABLES `pshop1_address` WRITE; /*!40000 ALTER TABLE `pshop1_address` DISABLE KEYS */; INSERT INTO `pshop1_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','COOK','Tim','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-09-09 03:49:56','2013-09-09 03:49:56',1,0),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-09-09 03:49:56','2013-09-09 03:49:56',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-09-09 03:49:56','2013-09-09 03:49:56',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-09-09 03:49:56','2013-09-09 03:49:56',1,0); /*!40000 ALTER TABLE `pshop1_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_address_format` -- DROP TABLE IF EXISTS `pshop1_address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_address_format` ( `id_country` int(10) unsigned NOT NULL, `format` varchar(255) NOT NULL default '', PRIMARY KEY (`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_address_format` -- LOCK TABLES `pshop1_address_format` WRITE; /*!40000 ALTER TABLE `pshop1_address_format` DISABLE KEYS */; INSERT INTO `pshop1_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); /*!40000 ALTER TABLE `pshop1_address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_advice` -- DROP TABLE IF EXISTS `pshop1_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_advice` ( `id_advice` int(11) NOT NULL auto_increment, `id_ps_advice` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `ids_tab` text, `validated` tinyint(1) unsigned NOT NULL default '0', `location` enum('after','before') NOT NULL, `selector` varchar(255) default NULL, PRIMARY KEY (`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_advice` -- LOCK TABLES `pshop1_advice` WRITE; /*!40000 ALTER TABLE `pshop1_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_advice_lang` -- DROP TABLE IF EXISTS `pshop1_advice_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_advice_lang` ( `id_advice` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `html` text, PRIMARY KEY (`id_advice`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_advice_lang` -- LOCK TABLES `pshop1_advice_lang` WRITE; /*!40000 ALTER TABLE `pshop1_advice_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_advice_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_alias` -- DROP TABLE IF EXISTS `pshop1_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_alias` ( `id_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(255) NOT NULL, `search` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_alias` -- LOCK TABLES `pshop1_alias` WRITE; /*!40000 ALTER TABLE `pshop1_alias` DISABLE KEYS */; INSERT INTO `pshop1_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1); /*!40000 ALTER TABLE `pshop1_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attachment` -- DROP TABLE IF EXISTS `pshop1_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attachment` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `file` varchar(40) NOT NULL, `file_name` varchar(128) NOT NULL, `mime` varchar(128) NOT NULL, PRIMARY KEY (`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attachment` -- LOCK TABLES `pshop1_attachment` WRITE; /*!40000 ALTER TABLE `pshop1_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attachment_lang` -- DROP TABLE IF EXISTS `pshop1_attachment_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attachment_lang` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, `description` text, PRIMARY KEY (`id_attachment`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attachment_lang` -- LOCK TABLES `pshop1_attachment_lang` WRITE; /*!40000 ALTER TABLE `pshop1_attachment_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_attachment_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute` -- DROP TABLE IF EXISTS `pshop1_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute` ( `id_attribute` int(10) unsigned NOT NULL auto_increment, `id_attribute_group` int(10) unsigned NOT NULL, `color` varchar(32) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute` -- LOCK TABLES `pshop1_attribute` WRITE; /*!40000 ALTER TABLE `pshop1_attribute` DISABLE KEYS */; INSERT INTO `pshop1_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,2,'#D2D6D5',0),(4,2,'#008CB7',1),(5,2,'#F3349E',2),(6,2,'#93D52D',3),(7,2,'#FD9812',4),(8,1,'',2),(9,1,'',3),(10,3,'',0),(11,3,'',1),(12,1,'',4),(13,1,'',5),(14,2,'#000000',5),(15,1,'',6),(16,1,'',7),(17,1,'',8),(18,2,'#7800F0',6),(19,2,'#F6EF04',7),(20,2,'#F60409',8); /*!40000 ALTER TABLE `pshop1_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_group` -- DROP TABLE IF EXISTS `pshop1_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_group` ( `id_attribute_group` int(10) unsigned NOT NULL auto_increment, `is_color_group` tinyint(1) NOT NULL default '0', `group_type` enum('select','radio','color') NOT NULL default 'select', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_group` -- LOCK TABLES `pshop1_attribute_group` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_group` DISABLE KEYS */; INSERT INTO `pshop1_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2); /*!40000 ALTER TABLE `pshop1_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_group_lang` -- DROP TABLE IF EXISTS `pshop1_attribute_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_group_lang` ( `id_attribute_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `public_name` varchar(64) NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_group_lang` -- LOCK TABLES `pshop1_attribute_group_lang` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_group_lang` DISABLE KEYS */; INSERT INTO `pshop1_attribute_group_lang` VALUES (1,1,'Disk space','Disk space'),(2,1,'Color','Color'),(3,1,'ICU','Processor'); /*!40000 ALTER TABLE `pshop1_attribute_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_group_shop` -- DROP TABLE IF EXISTS `pshop1_attribute_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_group_shop` ( `id_attribute_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_group_shop` -- LOCK TABLES `pshop1_attribute_group_shop` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_group_shop` DISABLE KEYS */; INSERT INTO `pshop1_attribute_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop1_attribute_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_impact` -- DROP TABLE IF EXISTS `pshop1_attribute_impact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_impact` ( `id_attribute_impact` int(10) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_attribute` int(11) unsigned NOT NULL, `weight` decimal(20,6) NOT NULL, `price` decimal(17,2) NOT NULL, PRIMARY KEY (`id_attribute_impact`), UNIQUE KEY `id_product` (`id_product`,`id_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_impact` -- LOCK TABLES `pshop1_attribute_impact` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_impact` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_attribute_impact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_lang` -- DROP TABLE IF EXISTS `pshop1_attribute_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_lang` ( `id_attribute` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_attribute`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_lang` -- LOCK TABLES `pshop1_attribute_lang` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_lang` DISABLE KEYS */; INSERT INTO `pshop1_attribute_lang` VALUES (1,1,'2GB'),(2,1,'4GB'),(3,1,'Metal'),(4,1,'Blue'),(5,1,'Pink'),(6,1,'Green'),(7,1,'Orange'),(8,1,'Optional 64GB solid-state drive'),(9,1,'80GB Parallel ATA Drive @ 4200 rpm'),(10,1,'1.60GHz Intel Core 2 Duo'),(11,1,'1.80GHz Intel Core 2 Duo'),(12,1,'80GB: 20,000 Songs'),(13,1,'160GB: 40,000 Songs'),(14,1,'Black'),(15,1,'8GB'),(16,1,'16GB'),(17,1,'32GB'),(18,1,'Purple'),(19,1,'Yellow'),(20,1,'Red'); /*!40000 ALTER TABLE `pshop1_attribute_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_attribute_shop` -- DROP TABLE IF EXISTS `pshop1_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_attribute_shop` ( `id_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_attribute_shop` -- LOCK TABLES `pshop1_attribute_shop` WRITE; /*!40000 ALTER TABLE `pshop1_attribute_shop` DISABLE KEYS */; INSERT INTO `pshop1_attribute_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1); /*!40000 ALTER TABLE `pshop1_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_badge` -- DROP TABLE IF EXISTS `pshop1_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_badge` ( `id_badge` int(11) NOT NULL auto_increment, `id_ps_badge` int(11) NOT NULL, `type` varchar(32) NOT NULL, `id_group` int(11) NOT NULL, `group_position` int(11) NOT NULL, `scoring` int(11) NOT NULL, `validated` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_badge` -- LOCK TABLES `pshop1_badge` WRITE; /*!40000 ALTER TABLE `pshop1_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_badge_lang` -- DROP TABLE IF EXISTS `pshop1_badge_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_badge_lang` ( `id_badge` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `name` varchar(64) default NULL, `description` varchar(255) default NULL, `group_name` varchar(255) default NULL, PRIMARY KEY (`id_badge`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_badge_lang` -- LOCK TABLES `pshop1_badge_lang` WRITE; /*!40000 ALTER TABLE `pshop1_badge_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_badge_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier` -- DROP TABLE IF EXISTS `pshop1_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier` ( `id_carrier` int(10) unsigned NOT NULL auto_increment, `id_reference` int(10) unsigned NOT NULL, `id_tax_rules_group` int(10) unsigned default '0', `name` varchar(64) NOT NULL, `url` varchar(255) default NULL, `active` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `shipping_handling` tinyint(1) unsigned NOT NULL default '1', `range_behavior` tinyint(1) unsigned NOT NULL default '0', `is_module` tinyint(1) unsigned NOT NULL default '0', `is_free` tinyint(1) unsigned NOT NULL default '0', `shipping_external` tinyint(1) unsigned NOT NULL default '0', `need_range` tinyint(1) unsigned NOT NULL default '0', `external_module_name` varchar(64) default NULL, `shipping_method` int(2) NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `max_width` int(10) default '0', `max_height` int(10) default '0', `max_depth` int(10) default '0', `max_weight` decimal(20,6) default '0.000000', `grade` int(10) default '0', PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `id_tax_rules_group` (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier` -- LOCK TABLES `pshop1_carrier` WRITE; /*!40000 ALTER TABLE `pshop1_carrier` DISABLE KEYS */; INSERT INTO `pshop1_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,0,0,0,'',0,0,0,0,0,'0.000000',0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,'0.000000',0); /*!40000 ALTER TABLE `pshop1_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier_group` -- DROP TABLE IF EXISTS `pshop1_carrier_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier_group` ( `id_carrier` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier_group` -- LOCK TABLES `pshop1_carrier_group` WRITE; /*!40000 ALTER TABLE `pshop1_carrier_group` DISABLE KEYS */; INSERT INTO `pshop1_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3); /*!40000 ALTER TABLE `pshop1_carrier_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier_lang` -- DROP TABLE IF EXISTS `pshop1_carrier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier_lang` ( `id_carrier` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `delay` varchar(128) default NULL, PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier_lang` -- LOCK TABLES `pshop1_carrier_lang` WRITE; /*!40000 ALTER TABLE `pshop1_carrier_lang` DISABLE KEYS */; INSERT INTO `pshop1_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'); /*!40000 ALTER TABLE `pshop1_carrier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier_shop` -- DROP TABLE IF EXISTS `pshop1_carrier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier_shop` -- LOCK TABLES `pshop1_carrier_shop` WRITE; /*!40000 ALTER TABLE `pshop1_carrier_shop` DISABLE KEYS */; INSERT INTO `pshop1_carrier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop1_carrier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier_tax_rules_group_shop` -- DROP TABLE IF EXISTS `pshop1_carrier_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier_tax_rules_group_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier_tax_rules_group_shop` -- LOCK TABLES `pshop1_carrier_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `pshop1_carrier_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `pshop1_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1); /*!40000 ALTER TABLE `pshop1_carrier_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_carrier_zone` -- DROP TABLE IF EXISTS `pshop1_carrier_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_carrier_zone` ( `id_carrier` int(10) unsigned NOT NULL, `id_zone` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_carrier_zone` -- LOCK TABLES `pshop1_carrier_zone` WRITE; /*!40000 ALTER TABLE `pshop1_carrier_zone` DISABLE KEYS */; INSERT INTO `pshop1_carrier_zone` VALUES (1,1),(2,1),(2,2); /*!40000 ALTER TABLE `pshop1_carrier_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart` -- DROP TABLE IF EXISTS `pshop1_cart`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart` ( `id_cart` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `delivery_option` text NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_guest` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `recyclable` tinyint(1) unsigned NOT NULL default '1', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `allow_seperated_package` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart`), KEY `cart_customer` (`id_customer`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_guest` (`id_guest`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart` -- LOCK TABLES `pshop1_cart` WRITE; /*!40000 ALTER TABLE `pshop1_cart` DISABLE KEYS */; INSERT INTO `pshop1_cart` VALUES (1,1,1,2,'',1,2,2,1,1,1,'-1',1,0,'',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'); /*!40000 ALTER TABLE `pshop1_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_cart_rule` -- DROP TABLE IF EXISTS `pshop1_cart_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_cart_rule` ( `id_cart` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart`,`id_cart_rule`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_cart_rule` -- LOCK TABLES `pshop1_cart_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop1_cart_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_product` -- DROP TABLE IF EXISTS `pshop1_cart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_product` ( `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned default '0', `id_shop` int(10) unsigned NOT NULL default '1', `id_product_attribute` int(10) unsigned default NULL, `quantity` int(10) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, KEY `cart_product_index` (`id_cart`,`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_product` -- LOCK TABLES `pshop1_cart_product` WRITE; /*!40000 ALTER TABLE `pshop1_cart_product` DISABLE KEYS */; INSERT INTO `pshop1_cart_product` VALUES (1,5,0,1,11,1,'0000-00-00 00:00:00'),(1,7,0,1,0,1,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `pshop1_cart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule` -- DROP TABLE IF EXISTS `pshop1_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule` ( `id_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL default '0', `date_from` datetime NOT NULL, `date_to` datetime NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL default '0', `quantity_per_user` int(10) unsigned NOT NULL default '0', `priority` int(10) unsigned NOT NULL default '1', `partial_use` tinyint(1) unsigned NOT NULL default '0', `code` varchar(254) NOT NULL, `minimum_amount` decimal(17,2) NOT NULL default '0.00', `minimum_amount_tax` tinyint(1) NOT NULL default '0', `minimum_amount_currency` int(10) unsigned NOT NULL default '0', `minimum_amount_shipping` tinyint(1) NOT NULL default '0', `country_restriction` tinyint(1) unsigned NOT NULL default '0', `carrier_restriction` tinyint(1) unsigned NOT NULL default '0', `group_restriction` tinyint(1) unsigned NOT NULL default '0', `cart_rule_restriction` tinyint(1) unsigned NOT NULL default '0', `product_restriction` tinyint(1) unsigned NOT NULL default '0', `shop_restriction` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) NOT NULL default '0', `reduction_percent` decimal(5,2) NOT NULL default '0.00', `reduction_amount` decimal(17,2) NOT NULL default '0.00', `reduction_tax` tinyint(1) unsigned NOT NULL default '0', `reduction_currency` int(10) unsigned NOT NULL default '0', `reduction_product` int(10) NOT NULL default '0', `gift_product` int(10) unsigned NOT NULL default '0', `gift_product_attribute` int(10) unsigned NOT NULL default '0', `highlight` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule` -- LOCK TABLES `pshop1_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_carrier` -- DROP TABLE IF EXISTS `pshop1_cart_rule_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_carrier` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_carrier` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_carrier` -- LOCK TABLES `pshop1_cart_rule_carrier` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_combination` -- DROP TABLE IF EXISTS `pshop1_cart_rule_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_combination` ( `id_cart_rule_1` int(10) unsigned NOT NULL, `id_cart_rule_2` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_combination` -- LOCK TABLES `pshop1_cart_rule_combination` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_combination` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_country` -- DROP TABLE IF EXISTS `pshop1_cart_rule_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_country` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_country` -- LOCK TABLES `pshop1_cart_rule_country` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_country` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_group` -- DROP TABLE IF EXISTS `pshop1_cart_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_group` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_group` -- LOCK TABLES `pshop1_cart_rule_group` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_lang` -- DROP TABLE IF EXISTS `pshop1_cart_rule_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_lang` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_lang` -- LOCK TABLES `pshop1_cart_rule_lang` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_product_rule` -- DROP TABLE IF EXISTS `pshop1_cart_rule_product_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_product_rule` ( `id_product_rule` int(10) unsigned NOT NULL auto_increment, `id_product_rule_group` int(10) unsigned NOT NULL, `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, PRIMARY KEY (`id_product_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_product_rule` -- LOCK TABLES `pshop1_cart_rule_product_rule` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_product_rule_group` -- DROP TABLE IF EXISTS `pshop1_cart_rule_product_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_product_rule_group` ( `id_product_rule_group` int(10) unsigned NOT NULL auto_increment, `id_cart_rule` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_rule_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_product_rule_group` -- LOCK TABLES `pshop1_cart_rule_product_rule_group` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_product_rule_value` -- DROP TABLE IF EXISTS `pshop1_cart_rule_product_rule_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_product_rule_value` ( `id_product_rule` int(10) unsigned NOT NULL, `id_item` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_rule`,`id_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_product_rule_value` -- LOCK TABLES `pshop1_cart_rule_product_rule_value` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule_value` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_product_rule_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cart_rule_shop` -- DROP TABLE IF EXISTS `pshop1_cart_rule_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cart_rule_shop` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cart_rule_shop` -- LOCK TABLES `pshop1_cart_rule_shop` WRITE; /*!40000 ALTER TABLE `pshop1_cart_rule_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_cart_rule_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_category` -- DROP TABLE IF EXISTS `pshop1_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_category` ( `id_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `level_depth` tinyint(3) unsigned NOT NULL default '0', `nleft` int(10) unsigned NOT NULL default '0', `nright` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', `is_root_category` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_category`), KEY `category_parent` (`id_parent`), KEY `nleftright` (`nleft`,`nright`), KEY `nleftrightactive` (`nleft`,`nright`,`active`), KEY `level_depth` (`level_depth`), KEY `nright` (`nright`), KEY `nleft` (`nleft`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_category` -- LOCK TABLES `pshop1_category` WRITE; /*!40000 ALTER TABLE `pshop1_category` DISABLE KEYS */; INSERT INTO `pshop1_category` VALUES (1,0,1,0,1,10,1,'2013-09-09 03:48:57','2013-09-09 03:48:57',0,0),(2,1,1,1,2,9,1,'2013-09-09 03:48:57','2013-09-09 03:48:57',0,1),(3,2,1,2,3,4,1,'2013-09-09 03:49:56','2013-09-09 03:49:56',0,0),(4,2,1,2,5,6,1,'2013-09-09 03:49:56','2013-09-09 03:49:56',0,0),(5,2,1,2,7,8,1,'2013-09-09 03:49:56','2013-09-09 03:49:56',0,0); /*!40000 ALTER TABLE `pshop1_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_category_group` -- DROP TABLE IF EXISTS `pshop1_category_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_category_group` ( `id_category` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_category`,`id_group`), KEY `id_category` (`id_category`), KEY `id_group` (`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_category_group` -- LOCK TABLES `pshop1_category_group` WRITE; /*!40000 ALTER TABLE `pshop1_category_group` DISABLE KEYS */; INSERT INTO `pshop1_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3); /*!40000 ALTER TABLE `pshop1_category_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_category_lang` -- DROP TABLE IF EXISTS `pshop1_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_category_lang` ( `id_category` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_category_lang` -- LOCK TABLES `pshop1_category_lang` WRITE; /*!40000 ALTER TABLE `pshop1_category_lang` DISABLE KEYS */; INSERT INTO `pshop1_category_lang` VALUES (1,1,1,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(3,1,1,'iPods','Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater.','music-ipods','','',''),(4,1,1,'Accessories','Wonderful accessories for your iPod','accessories-ipod','','',''),(5,1,1,'Laptops','The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part.','laptops','Apple laptops','Apple laptops MacBook Air','Powerful and chic Apple laptops'); /*!40000 ALTER TABLE `pshop1_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_category_product` -- DROP TABLE IF EXISTS `pshop1_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_category_product` ( `id_category` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_product`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_category_product` -- LOCK TABLES `pshop1_category_product` WRITE; /*!40000 ALTER TABLE `pshop1_category_product` DISABLE KEYS */; INSERT INTO `pshop1_category_product` VALUES (2,1,0),(2,2,1),(2,4,2),(2,5,3),(3,1,0),(3,2,1),(3,5,2),(4,6,0),(4,7,1),(5,3,0),(5,4,1); /*!40000 ALTER TABLE `pshop1_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_category_shop` -- DROP TABLE IF EXISTS `pshop1_category_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_category_shop` ( `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_category_shop` -- LOCK TABLES `pshop1_category_shop` WRITE; /*!40000 ALTER TABLE `pshop1_category_shop` DISABLE KEYS */; INSERT INTO `pshop1_category_shop` VALUES (1,1,1),(2,1,1),(3,1,1),(4,1,2),(5,1,3); /*!40000 ALTER TABLE `pshop1_category_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms` -- DROP TABLE IF EXISTS `pshop1_cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms` -- LOCK TABLES `pshop1_cms` WRITE; /*!40000 ALTER TABLE `pshop1_cms` DISABLE KEYS */; INSERT INTO `pshop1_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1); /*!40000 ALTER TABLE `pshop1_cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_block` -- DROP TABLE IF EXISTS `pshop1_cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_block` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `location` tinyint(1) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `display_store` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_cms_block`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_block` -- LOCK TABLES `pshop1_cms_block` WRITE; /*!40000 ALTER TABLE `pshop1_cms_block` DISABLE KEYS */; INSERT INTO `pshop1_cms_block` VALUES (1,1,0,0,1); /*!40000 ALTER TABLE `pshop1_cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_block_lang` -- DROP TABLE IF EXISTS `pshop1_cms_block_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_block_lang` ( `id_cms_block` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL default '', PRIMARY KEY (`id_cms_block`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_block_lang` -- LOCK TABLES `pshop1_cms_block_lang` WRITE; /*!40000 ALTER TABLE `pshop1_cms_block_lang` DISABLE KEYS */; INSERT INTO `pshop1_cms_block_lang` VALUES (1,1,'Information'); /*!40000 ALTER TABLE `pshop1_cms_block_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_block_page` -- DROP TABLE IF EXISTS `pshop1_cms_block_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_block_page` ( `id_cms_block_page` int(10) unsigned NOT NULL auto_increment, `id_cms_block` int(10) unsigned NOT NULL, `id_cms` int(10) unsigned NOT NULL, `is_category` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id_cms_block_page`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_block_page` -- LOCK TABLES `pshop1_cms_block_page` WRITE; /*!40000 ALTER TABLE `pshop1_cms_block_page` DISABLE KEYS */; INSERT INTO `pshop1_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0); /*!40000 ALTER TABLE `pshop1_cms_block_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_block_shop` -- DROP TABLE IF EXISTS `pshop1_cms_block_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_block_shop` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cms_block`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_block_shop` -- LOCK TABLES `pshop1_cms_block_shop` WRITE; /*!40000 ALTER TABLE `pshop1_cms_block_shop` DISABLE KEYS */; INSERT INTO `pshop1_cms_block_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop1_cms_block_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_category` -- DROP TABLE IF EXISTS `pshop1_cms_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_category` ( `id_cms_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `level_depth` tinyint(3) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_category` -- LOCK TABLES `pshop1_cms_category` WRITE; /*!40000 ALTER TABLE `pshop1_cms_category` DISABLE KEYS */; INSERT INTO `pshop1_cms_category` VALUES (1,0,1,1,'2013-09-09 03:48:57','2013-09-09 03:48:57',0); /*!40000 ALTER TABLE `pshop1_cms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_category_lang` -- DROP TABLE IF EXISTS `pshop1_cms_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_category_lang` -- LOCK TABLES `pshop1_cms_category_lang` WRITE; /*!40000 ALTER TABLE `pshop1_cms_category_lang` DISABLE KEYS */; INSERT INTO `pshop1_cms_category_lang` VALUES (1,1,'Home','','home','','',''); /*!40000 ALTER TABLE `pshop1_cms_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_lang` -- DROP TABLE IF EXISTS `pshop1_cms_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_lang` ( `id_cms` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `meta_title` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `content` longtext, `link_rewrite` varchar(128) NOT NULL, PRIMARY KEY (`id_cms`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_lang` -- LOCK TABLES `pshop1_cms_lang` WRITE; /*!40000 ALTER TABLE `pshop1_cms_lang` DISABLE KEYS */; INSERT INTO `pshop1_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>™ open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'); /*!40000 ALTER TABLE `pshop1_cms_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_cms_shop` -- DROP TABLE IF EXISTS `pshop1_cms_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_cms_shop` ( `id_cms` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_cms_shop` -- LOCK TABLES `pshop1_cms_shop` WRITE; /*!40000 ALTER TABLE `pshop1_cms_shop` DISABLE KEYS */; INSERT INTO `pshop1_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop1_cms_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_compare` -- DROP TABLE IF EXISTS `pshop1_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_compare` ( `id_compare` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, PRIMARY KEY (`id_compare`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_compare` -- LOCK TABLES `pshop1_compare` WRITE; /*!40000 ALTER TABLE `pshop1_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_compare_product` -- DROP TABLE IF EXISTS `pshop1_compare_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_compare_product` ( `id_compare` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_compare`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_compare_product` -- LOCK TABLES `pshop1_compare_product` WRITE; /*!40000 ALTER TABLE `pshop1_compare_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_compare_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_condition` -- DROP TABLE IF EXISTS `pshop1_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_condition` ( `id_condition` int(11) NOT NULL auto_increment, `id_ps_condition` int(11) NOT NULL, `type` enum('configuration','install','sql') NOT NULL, `request` text, `operator` varchar(32) default NULL, `value` varchar(64) default NULL, `result` varchar(64) default NULL, `calculation_type` enum('hook','time') default NULL, `calculation_detail` varchar(64) default NULL, `validated` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_condition`,`id_ps_condition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_condition` -- LOCK TABLES `pshop1_condition` WRITE; /*!40000 ALTER TABLE `pshop1_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_condition_advice` -- DROP TABLE IF EXISTS `pshop1_condition_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_condition_advice` ( `id_condition` int(11) NOT NULL, `id_advice` int(11) NOT NULL, `display` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_condition`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_condition_advice` -- LOCK TABLES `pshop1_condition_advice` WRITE; /*!40000 ALTER TABLE `pshop1_condition_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_condition_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_condition_badge` -- DROP TABLE IF EXISTS `pshop1_condition_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_condition_badge` ( `id_condition` int(11) NOT NULL, `id_badge` int(11) NOT NULL, PRIMARY KEY (`id_condition`,`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_condition_badge` -- LOCK TABLES `pshop1_condition_badge` WRITE; /*!40000 ALTER TABLE `pshop1_condition_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_condition_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_configuration` -- DROP TABLE IF EXISTS `pshop1_configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned default NULL, `id_shop` int(11) unsigned default NULL, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_configuration` -- LOCK TABLES `pshop1_configuration` WRITE; /*!40000 ALTER TABLE `pshop1_configuration` DISABLE KEYS */; INSERT INTO `pshop1_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-09-09 03:48:46','2013-09-09 03:48:46'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-09-09 03:48:56','2013-09-09 03:48:56'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-09-09 03:48:57','2013-09-09 03:48:57'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-09-09 03:49:30'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','21','0000-00-00 00:00:00','2013-09-09 03:49:23'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-09-09 03:49:25'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-09-09 03:49:35'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','US/Eastern','0000-00-00 00:00:00','2013-09-09 03:49:23'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-09-09 03:49:25'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-09-09 03:49:23'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-09-09 03:49:25'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-09-09 03:49:25'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','209','0000-00-00 00:00:00','2013-09-09 03:49:24'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','52','0000-00-00 00:00:00','2013-09-09 03:49:24'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-09-09 03:49:23'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-09-09 03:49:23'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-09-09 03:49:25'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','2013-09-09 03:49:36'),(182,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','2013-09-09 03:49:35'),(183,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','2013-09-09 03:49:35'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:49:35'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:49:35'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:49:35'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-09-09 03:49:35'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-09-09 03:49:36'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-09-09 03:49:36'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:49:35'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:49:35'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-09-09 03:49:35'),(204,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','2013-09-09 03:49:35'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT2,CAT3,CAT4','0000-00-00 00:00:00','2013-09-09 03:49:36'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','2013-09-09 03:49:36'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:49:35'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:49:35'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-09-09 03:49:35'),(212,NULL,NULL,'blockcontactinfos_company','My Company','0000-00-00 00:00:00','2013-09-09 03:49:35'),(213,NULL,NULL,'blockcontactinfos_address','42 avenue des Champs Elysées\n75000 Paris\nFrance','0000-00-00 00:00:00','2013-09-09 03:49:35'),(214,NULL,NULL,'blockcontactinfos_phone','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:49:35'),(215,NULL,NULL,'blockcontactinfos_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:49:35'),(216,NULL,NULL,'blockcontact_telnumber','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:49:35'),(217,NULL,NULL,'blockcontact_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:49:35'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:49:36'),(219,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:49:36'),(220,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:49:36'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-09-09 03:49:35'),(225,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'HOMESLIDER_HEIGHT','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_SPEED','500','0000-00-00 00:00:00','2013-09-09 03:49:36'),(228,NULL,NULL,'HOMESLIDER_PAUSE','3000','0000-00-00 00:00:00','2013-09-09 03:49:36'),(229,NULL,NULL,'PS_VERSION_DB','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-09-09 03:49:25'),(231,NULL,NULL,'PS_SHOP_DOMAIN','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:49:23'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:49:23'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Convict Cartel Apparel','0000-00-00 00:00:00','2013-09-09 03:49:23'),(235,NULL,NULL,'PS_SHOP_EMAIL','convictcartel@yahoo.com','0000-00-00 00:00:00','2013-09-09 03:49:30'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-09-09 03:49:23'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','9','0000-00-00 00:00:00','2013-09-09 03:49:23'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-09-09 03:49:23'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2013-09-09 03:49:23'),(245,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION',NULL,'0000-00-00 00:00:00','2013-09-09 03:49:23'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2013-09-09 03:49:23'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','fv96KzSsyA5hrRdU','0000-00-00 00:00:00','2013-09-09 03:49:35'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-09-09 03:49:35'),(252,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','2013-09-09 03:49:36'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-09-09 03:49:36'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'BLOCKADVERT_TITLE','PrestaShop','2013-09-09 03:49:35','2013-09-09 03:49:35'),(259,NULL,NULL,'CUSTPRIV_MESSAGE',NULL,'2013-09-09 03:49:35','2013-09-09 03:49:35'),(260,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-09-09 03:49:35','2013-09-09 03:49:35'),(261,NULL,NULL,'HOMESLIDER_LOOP','1','2013-09-09 03:49:36','2013-09-09 03:49:36'),(262,NULL,NULL,'GF_INSTALL_CALC','0','2013-09-09 03:49:46','2013-09-09 03:49:46'),(263,NULL,NULL,'GF_CURRENT_LEVEL','1','2013-09-09 03:49:46','2013-09-09 03:49:46'),(264,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','0','2013-09-09 03:49:46','2013-09-09 03:49:46'),(265,NULL,NULL,'GF_NOTIFICATION','0','2013-09-09 03:49:46','2013-09-09 03:49:46'); /*!40000 ALTER TABLE `pshop1_configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_configuration_lang` -- DROP TABLE IF EXISTS `pshop1_configuration_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_configuration_lang` ( `id_configuration` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` text, `date_upd` datetime default NULL, PRIMARY KEY (`id_configuration`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_configuration_lang` -- LOCK TABLES `pshop1_configuration_lang` WRITE; /*!40000 ALTER TABLE `pshop1_configuration_lang` DISABLE KEYS */; INSERT INTO `pshop1_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(259,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ','2013-09-09 03:49:35'); /*!40000 ALTER TABLE `pshop1_configuration_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_connections` -- DROP TABLE IF EXISTS `pshop1_connections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_connections` ( `id_connections` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_guest` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `ip_address` bigint(20) default NULL, `date_add` datetime NOT NULL, `http_referer` varchar(255) default NULL, PRIMARY KEY (`id_connections`), KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_connections` -- LOCK TABLES `pshop1_connections` WRITE; /*!40000 ALTER TABLE `pshop1_connections` DISABLE KEYS */; INSERT INTO `pshop1_connections` VALUES (1,1,1,1,1,2130706433,'2013-09-09 03:49:57','http://www.prestashop.com'); /*!40000 ALTER TABLE `pshop1_connections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_connections_page` -- DROP TABLE IF EXISTS `pshop1_connections_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_connections_page` ( `id_connections` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `time_start` datetime NOT NULL, `time_end` datetime default NULL, PRIMARY KEY (`id_connections`,`id_page`,`time_start`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_connections_page` -- LOCK TABLES `pshop1_connections_page` WRITE; /*!40000 ALTER TABLE `pshop1_connections_page` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_connections_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_connections_source` -- DROP TABLE IF EXISTS `pshop1_connections_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_connections_source` ( `id_connections_source` int(10) unsigned NOT NULL auto_increment, `id_connections` int(10) unsigned NOT NULL, `http_referer` varchar(255) default NULL, `request_uri` varchar(255) default NULL, `keywords` varchar(255) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_connections_source`), KEY `connections` (`id_connections`), KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_connections_source` -- LOCK TABLES `pshop1_connections_source` WRITE; /*!40000 ALTER TABLE `pshop1_connections_source` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_connections_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_contact` -- DROP TABLE IF EXISTS `pshop1_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_contact` ( `id_contact` int(10) unsigned NOT NULL auto_increment, `email` varchar(128) NOT NULL, `customer_service` tinyint(1) NOT NULL default '0', `position` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id_contact`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_contact` -- LOCK TABLES `pshop1_contact` WRITE; /*!40000 ALTER TABLE `pshop1_contact` DISABLE KEYS */; INSERT INTO `pshop1_contact` VALUES (1,'convictcartel@yahoo.com',1,0),(2,'convictcartel@yahoo.com',1,0); /*!40000 ALTER TABLE `pshop1_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_contact_lang` -- DROP TABLE IF EXISTS `pshop1_contact_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_contact_lang` ( `id_contact` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, `description` text, PRIMARY KEY (`id_contact`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_contact_lang` -- LOCK TABLES `pshop1_contact_lang` WRITE; /*!40000 ALTER TABLE `pshop1_contact_lang` DISABLE KEYS */; INSERT INTO `pshop1_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'); /*!40000 ALTER TABLE `pshop1_contact_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_contact_shop` -- DROP TABLE IF EXISTS `pshop1_contact_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_contact_shop` ( `id_contact` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_contact`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_contact_shop` -- LOCK TABLES `pshop1_contact_shop` WRITE; /*!40000 ALTER TABLE `pshop1_contact_shop` DISABLE KEYS */; INSERT INTO `pshop1_contact_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop1_contact_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_country` -- DROP TABLE IF EXISTS `pshop1_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_country` ( `id_country` int(10) unsigned NOT NULL auto_increment, `id_zone` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL default '0', `iso_code` varchar(3) NOT NULL, `call_prefix` int(10) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `contains_states` tinyint(1) NOT NULL default '0', `need_identification_number` tinyint(1) NOT NULL default '0', `need_zip_code` tinyint(1) NOT NULL default '1', `zip_code_format` varchar(12) NOT NULL default '', `display_tax_label` tinyint(1) NOT NULL, PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_country` -- LOCK TABLES `pshop1_country` WRITE; /*!40000 ALTER TABLE `pshop1_country` DISABLE KEYS */; INSERT INTO `pshop1_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); /*!40000 ALTER TABLE `pshop1_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_country_lang` -- DROP TABLE IF EXISTS `pshop1_country_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_country_lang` ( `id_country` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_country`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_country_lang` -- LOCK TABLES `pshop1_country_lang` WRITE; /*!40000 ALTER TABLE `pshop1_country_lang` DISABLE KEYS */; INSERT INTO `pshop1_country_lang` VALUES (1,1,'Germany'),(2,1,'Austria'),(3,1,'Belgium'),(4,1,'Canada'),(5,1,'China'),(6,1,'Spain'),(7,1,'Finland'),(8,1,'France'),(9,1,'Greece'),(10,1,'Italy'),(11,1,'Japan'),(12,1,'Luxemburg'),(13,1,'Netherlands'),(14,1,'Poland'),(15,1,'Portugal'),(16,1,'Czech Republic'),(17,1,'United Kingdom'),(18,1,'Sweden'),(19,1,'Switzerland'),(20,1,'Denmark'),(21,1,'United States'),(22,1,'HongKong'),(23,1,'Norway'),(24,1,'Australia'),(25,1,'Singapore'),(26,1,'Ireland'),(27,1,'New Zealand'),(28,1,'South Korea'),(29,1,'Israel'),(30,1,'South Africa'),(31,1,'Nigeria'),(32,1,'Ivory Coast'),(33,1,'Togo'),(34,1,'Bolivia'),(35,1,'Mauritius'),(36,1,'Romania'),(37,1,'Slovakia'),(38,1,'Algeria'),(39,1,'American Samoa'),(40,1,'Andorra'),(41,1,'Angola'),(42,1,'Anguilla'),(43,1,'Antigua and Barbuda'),(44,1,'Argentina'),(45,1,'Armenia'),(46,1,'Aruba'),(47,1,'Azerbaijan'),(48,1,'Bahamas'),(49,1,'Bahrain'),(50,1,'Bangladesh'),(51,1,'Barbados'),(52,1,'Belarus'),(53,1,'Belize'),(54,1,'Benin'),(55,1,'Bermuda'),(56,1,'Bhutan'),(57,1,'Botswana'),(58,1,'Brazil'),(59,1,'Brunei'),(60,1,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(62,1,'Burundi'),(63,1,'Cambodia'),(64,1,'Cameroon'),(65,1,'Cape Verde'),(66,1,'Central African Republic'),(67,1,'Chad'),(68,1,'Chile'),(69,1,'Colombia'),(70,1,'Comoros'),(71,1,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(73,1,'Costa Rica'),(74,1,'Croatia'),(75,1,'Cuba'),(76,1,'Cyprus'),(77,1,'Djibouti'),(78,1,'Dominica'),(79,1,'Dominican Republic'),(80,1,'East Timor'),(81,1,'Ecuador'),(82,1,'Egypt'),(83,1,'El Salvador'),(84,1,'Equatorial Guinea'),(85,1,'Eritrea'),(86,1,'Estonia'),(87,1,'Ethiopia'),(88,1,'Falkland Islands'),(89,1,'Faroe Islands'),(90,1,'Fiji'),(91,1,'Gabon'),(92,1,'Gambia'),(93,1,'Georgia'),(94,1,'Ghana'),(95,1,'Grenada'),(96,1,'Greenland'),(97,1,'Gibraltar'),(98,1,'Guadeloupe'),(99,1,'Guam'),(100,1,'Guatemala'),(101,1,'Guernsey'),(102,1,'Guinea'),(103,1,'Guinea-Bissau'),(104,1,'Guyana'),(105,1,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(108,1,'Honduras'),(109,1,'Iceland'),(110,1,'India'),(111,1,'Indonesia'),(112,1,'Iran'),(113,1,'Iraq'),(114,1,'Man Island'),(115,1,'Jamaica'),(116,1,'Jersey'),(117,1,'Jordan'),(118,1,'Kazakhstan'),(119,1,'Kenya'),(120,1,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(123,1,'Kyrgyzstan'),(124,1,'Laos'),(125,1,'Latvia'),(126,1,'Lebanon'),(127,1,'Lesotho'),(128,1,'Liberia'),(129,1,'Libya'),(130,1,'Liechtenstein'),(131,1,'Lithuania'),(132,1,'Macau'),(133,1,'Macedonia'),(134,1,'Madagascar'),(135,1,'Malawi'),(136,1,'Malaysia'),(137,1,'Maldives'),(138,1,'Mali'),(139,1,'Malta'),(140,1,'Marshall Islands'),(141,1,'Martinique'),(142,1,'Mauritania'),(143,1,'Hungary'),(144,1,'Mayotte'),(145,1,'Mexico'),(146,1,'Micronesia'),(147,1,'Moldova'),(148,1,'Monaco'),(149,1,'Mongolia'),(150,1,'Montenegro'),(151,1,'Montserrat'),(152,1,'Morocco'),(153,1,'Mozambique'),(154,1,'Namibia'),(155,1,'Nauru'),(156,1,'Nepal'),(157,1,'Netherlands Antilles'),(158,1,'New Caledonia'),(159,1,'Nicaragua'),(160,1,'Niger'),(161,1,'Niue'),(162,1,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(164,1,'Oman'),(165,1,'Pakistan'),(166,1,'Palau'),(167,1,'Palestinian Territories'),(168,1,'Panama'),(169,1,'Papua New Guinea'),(170,1,'Paraguay'),(171,1,'Peru'),(172,1,'Philippines'),(173,1,'Pitcairn'),(174,1,'Puerto Rico'),(175,1,'Qatar'),(176,1,'Reunion Island'),(177,1,'Russian Federation'),(178,1,'Rwanda'),(179,1,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(182,1,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(186,1,'San Marino'),(187,1,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(189,1,'Senegal'),(190,1,'Serbia'),(191,1,'Seychelles'),(192,1,'Sierra Leone'),(193,1,'Slovenia'),(194,1,'Solomon Islands'),(195,1,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(198,1,'Sudan'),(199,1,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(202,1,'Syria'),(203,1,'Taiwan'),(204,1,'Tajikistan'),(205,1,'Tanzania'),(206,1,'Thailand'),(207,1,'Tokelau'),(208,1,'Tonga'),(209,1,'Trinidad and Tobago'),(210,1,'Tunisia'),(211,1,'Turkey'),(212,1,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(215,1,'Uganda'),(216,1,'Ukraine'),(217,1,'United Arab Emirates'),(218,1,'Uruguay'),(219,1,'Uzbekistan'),(220,1,'Vanuatu'),(221,1,'Venezuela'),(222,1,'Vietnam'),(223,1,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(226,1,'Western Sahara'),(227,1,'Yemen'),(228,1,'Zambia'),(229,1,'Zimbabwe'),(230,1,'Albania'),(231,1,'Afghanistan'),(232,1,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(237,1,'Cayman Islands'),(238,1,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(241,1,'French Guiana'),(242,1,'French Polynesia'),(243,1,'French Southern Territories'),(244,1,'Åland Islands'); /*!40000 ALTER TABLE `pshop1_country_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_country_shop` -- DROP TABLE IF EXISTS `pshop1_country_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_country_shop` ( `id_country` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_country`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_country_shop` -- LOCK TABLES `pshop1_country_shop` WRITE; /*!40000 ALTER TABLE `pshop1_country_shop` DISABLE KEYS */; INSERT INTO `pshop1_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1); /*!40000 ALTER TABLE `pshop1_country_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_currency` -- DROP TABLE IF EXISTS `pshop1_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_currency` ( `id_currency` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `iso_code` varchar(3) NOT NULL default '0', `iso_code_num` varchar(3) NOT NULL default '0', `sign` varchar(8) NOT NULL, `blank` tinyint(1) unsigned NOT NULL default '0', `format` tinyint(1) unsigned NOT NULL default '0', `decimals` tinyint(1) unsigned NOT NULL default '1', `conversion_rate` decimal(13,6) NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_currency` -- LOCK TABLES `pshop1_currency` WRITE; /*!40000 ALTER TABLE `pshop1_currency` DISABLE KEYS */; INSERT INTO `pshop1_currency` VALUES (1,'Dollar','USD','840','$',0,1,1,'1.000000',0,1); /*!40000 ALTER TABLE `pshop1_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_currency_shop` -- DROP TABLE IF EXISTS `pshop1_currency_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_currency_shop` ( `id_currency` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `conversion_rate` decimal(13,6) NOT NULL, PRIMARY KEY (`id_currency`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_currency_shop` -- LOCK TABLES `pshop1_currency_shop` WRITE; /*!40000 ALTER TABLE `pshop1_currency_shop` DISABLE KEYS */; INSERT INTO `pshop1_currency_shop` VALUES (1,1,'1.000000'); /*!40000 ALTER TABLE `pshop1_currency_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customer` -- DROP TABLE IF EXISTS `pshop1_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customer` ( `id_customer` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_gender` int(10) unsigned NOT NULL, `id_default_group` int(10) unsigned NOT NULL default '1', `id_lang` int(10) unsigned default NULL, `id_risk` int(10) unsigned NOT NULL default '1', `company` varchar(64) default NULL, `siret` varchar(14) default NULL, `ape` varchar(5) default NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `birthday` date default NULL, `newsletter` tinyint(1) unsigned NOT NULL default '0', `ip_registration_newsletter` varchar(15) default NULL, `newsletter_date_add` datetime default NULL, `optin` tinyint(1) unsigned NOT NULL default '0', `website` varchar(128) default NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL default '0.000000', `show_public_prices` tinyint(1) unsigned NOT NULL default '0', `max_payment_days` int(10) unsigned NOT NULL default '60', `secure_key` varchar(32) NOT NULL default '-1', `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `is_guest` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customer` -- LOCK TABLES `pshop1_customer` WRITE; /*!40000 ALTER TABLE `pshop1_customer` DISABLE KEYS */; INSERT INTO `pshop1_customer` VALUES (1,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','316532d5deab62fa7034c9040e42d2c4','2013-09-09 01:49:56','1970-01-15',1,'','2013-09-09 03:49:56',1,'','0.000000',0,0,'590c5ebcba7d69eecdbc49948dd2367b','',1,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'); /*!40000 ALTER TABLE `pshop1_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customer_group` -- DROP TABLE IF EXISTS `pshop1_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customer_group` ( `id_customer` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_customer`,`id_group`), KEY `customer_login` (`id_group`), KEY `id_customer` (`id_customer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customer_group` -- LOCK TABLES `pshop1_customer_group` WRITE; /*!40000 ALTER TABLE `pshop1_customer_group` DISABLE KEYS */; INSERT INTO `pshop1_customer_group` VALUES (1,3); /*!40000 ALTER TABLE `pshop1_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customer_message` -- DROP TABLE IF EXISTS `pshop1_customer_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customer_message` ( `id_customer_message` int(10) unsigned NOT NULL auto_increment, `id_customer_thread` int(11) default NULL, `id_employee` int(10) unsigned default NULL, `message` text NOT NULL, `file_name` varchar(18) default NULL, `ip_address` int(11) default NULL, `user_agent` varchar(128) default NULL, `date_add` datetime NOT NULL, `private` tinyint(4) NOT NULL default '0', `read` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_customer_message`), KEY `id_customer_thread` (`id_customer_thread`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customer_message` -- LOCK TABLES `pshop1_customer_message` WRITE; /*!40000 ALTER TABLE `pshop1_customer_message` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customer_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customer_message_sync_imap` -- DROP TABLE IF EXISTS `pshop1_customer_message_sync_imap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customer_message_sync_imap` ( `md5_header` varbinary(32) NOT NULL, KEY `md5_header_index` (`md5_header`(4)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customer_message_sync_imap` -- LOCK TABLES `pshop1_customer_message_sync_imap` WRITE; /*!40000 ALTER TABLE `pshop1_customer_message_sync_imap` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customer_message_sync_imap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customer_thread` -- DROP TABLE IF EXISTS `pshop1_customer_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customer_thread` ( `id_customer_thread` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `id_contact` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned default NULL, `id_order` int(10) unsigned default NULL, `id_product` int(10) unsigned default NULL, `status` enum('open','closed','pending1','pending2') NOT NULL default 'open', `email` varchar(128) NOT NULL, `token` varchar(12) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_thread`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`), KEY `id_contact` (`id_contact`), KEY `id_customer` (`id_customer`), KEY `id_order` (`id_order`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customer_thread` -- LOCK TABLES `pshop1_customer_thread` WRITE; /*!40000 ALTER TABLE `pshop1_customer_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customer_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customization` -- DROP TABLE IF EXISTS `pshop1_customization`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customization` ( `id_customization` int(10) unsigned NOT NULL auto_increment, `id_product_attribute` int(10) unsigned NOT NULL default '0', `id_address_delivery` int(10) unsigned NOT NULL default '0', `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) NOT NULL, `quantity` int(10) NOT NULL, `quantity_refunded` int(11) NOT NULL default '0', `quantity_returned` int(11) NOT NULL default '0', `in_cart` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customization` -- LOCK TABLES `pshop1_customization` WRITE; /*!40000 ALTER TABLE `pshop1_customization` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customization_field` -- DROP TABLE IF EXISTS `pshop1_customization_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customization_field` ( `id_customization_field` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customization_field` -- LOCK TABLES `pshop1_customization_field` WRITE; /*!40000 ALTER TABLE `pshop1_customization_field` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customization_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customization_field_lang` -- DROP TABLE IF EXISTS `pshop1_customization_field_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customization_field_lang` ( `id_customization_field` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_customization_field`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customization_field_lang` -- LOCK TABLES `pshop1_customization_field_lang` WRITE; /*!40000 ALTER TABLE `pshop1_customization_field_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customization_field_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_customized_data` -- DROP TABLE IF EXISTS `pshop1_customized_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_customized_data` ( `id_customization` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `index` int(3) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_customization`,`type`,`index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_customized_data` -- LOCK TABLES `pshop1_customized_data` WRITE; /*!40000 ALTER TABLE `pshop1_customized_data` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_customized_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_date_range` -- DROP TABLE IF EXISTS `pshop1_date_range`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_date_range` ( `id_date_range` int(10) unsigned NOT NULL auto_increment, `time_start` datetime NOT NULL, `time_end` datetime NOT NULL, PRIMARY KEY (`id_date_range`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_date_range` -- LOCK TABLES `pshop1_date_range` WRITE; /*!40000 ALTER TABLE `pshop1_date_range` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_date_range` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_delivery` -- DROP TABLE IF EXISTS `pshop1_delivery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_delivery` ( `id_delivery` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned default NULL, `id_shop_group` int(10) unsigned default NULL, `id_carrier` int(10) unsigned NOT NULL, `id_range_price` int(10) unsigned default NULL, `id_range_weight` int(10) unsigned default NULL, `id_zone` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, PRIMARY KEY (`id_delivery`), KEY `id_zone` (`id_zone`), KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_delivery` -- LOCK TABLES `pshop1_delivery` WRITE; /*!40000 ALTER TABLE `pshop1_delivery` DISABLE KEYS */; INSERT INTO `pshop1_delivery` VALUES (1,NULL,NULL,2,0,1,1,'5.000000'),(2,NULL,NULL,2,0,1,2,'5.000000'),(3,NULL,NULL,2,1,0,1,'5.000000'),(4,NULL,NULL,2,1,0,2,'5.000000'); /*!40000 ALTER TABLE `pshop1_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_employee` -- DROP TABLE IF EXISTS `pshop1_employee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_employee` ( `id_employee` int(10) unsigned NOT NULL auto_increment, `id_profile` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL default '0', `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `stats_date_from` date default NULL, `stats_date_to` date default NULL, `bo_color` varchar(32) default NULL, `bo_theme` varchar(32) default NULL, `default_tab` int(10) unsigned NOT NULL default '0', `bo_width` int(10) unsigned NOT NULL default '0', `bo_show_screencast` tinyint(1) NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '0', `id_last_order` int(10) unsigned NOT NULL default '0', `id_last_customer_message` int(10) unsigned NOT NULL default '0', `id_last_customer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_employee`), KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_employee` -- LOCK TABLES `pshop1_employee` WRITE; /*!40000 ALTER TABLE `pshop1_employee` DISABLE KEYS */; INSERT INTO `pshop1_employee` VALUES (1,1,1,'Cartel','Convict','convictcartel@yahoo.com','75dd339c229d48f15921a41c504ba793','2013-09-09 01:49:30','2013-09-09','2013-09-09',NULL,'default',0,0,1,1,0,0,0); /*!40000 ALTER TABLE `pshop1_employee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_employee_shop` -- DROP TABLE IF EXISTS `pshop1_employee_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_employee_shop` ( `id_employee` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_employee`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_employee_shop` -- LOCK TABLES `pshop1_employee_shop` WRITE; /*!40000 ALTER TABLE `pshop1_employee_shop` DISABLE KEYS */; INSERT INTO `pshop1_employee_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop1_employee_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_favorite_product` -- DROP TABLE IF EXISTS `pshop1_favorite_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_favorite_product` ( `id_favorite_product` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_favorite_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_favorite_product` -- LOCK TABLES `pshop1_favorite_product` WRITE; /*!40000 ALTER TABLE `pshop1_favorite_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_favorite_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature` -- DROP TABLE IF EXISTS `pshop1_feature`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature` ( `id_feature` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature` -- LOCK TABLES `pshop1_feature` WRITE; /*!40000 ALTER TABLE `pshop1_feature` DISABLE KEYS */; INSERT INTO `pshop1_feature` VALUES (1,0),(2,1),(3,2),(4,3),(5,4); /*!40000 ALTER TABLE `pshop1_feature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature_lang` -- DROP TABLE IF EXISTS `pshop1_feature_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature_lang` ( `id_feature` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_feature`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature_lang` -- LOCK TABLES `pshop1_feature_lang` WRITE; /*!40000 ALTER TABLE `pshop1_feature_lang` DISABLE KEYS */; INSERT INTO `pshop1_feature_lang` VALUES (1,1,'Height'),(2,1,'Width'),(3,1,'Depth'),(4,1,'Weight'),(5,1,'Headphone'); /*!40000 ALTER TABLE `pshop1_feature_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature_product` -- DROP TABLE IF EXISTS `pshop1_feature_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature_product` ( `id_feature` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_feature_value` int(10) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_product`), KEY `id_feature_value` (`id_feature_value`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature_product` -- LOCK TABLES `pshop1_feature_product` WRITE; /*!40000 ALTER TABLE `pshop1_feature_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature_shop` -- DROP TABLE IF EXISTS `pshop1_feature_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature_shop` ( `id_feature` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature_shop` -- LOCK TABLES `pshop1_feature_shop` WRITE; /*!40000 ALTER TABLE `pshop1_feature_shop` DISABLE KEYS */; INSERT INTO `pshop1_feature_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop1_feature_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature_value` -- DROP TABLE IF EXISTS `pshop1_feature_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature_value` ( `id_feature_value` int(10) unsigned NOT NULL auto_increment, `id_feature` int(10) unsigned NOT NULL, `custom` tinyint(3) unsigned default NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature_value` -- LOCK TABLES `pshop1_feature_value` WRITE; /*!40000 ALTER TABLE `pshop1_feature_value` DISABLE KEYS */; INSERT INTO `pshop1_feature_value` VALUES (1,5,0),(2,5,0),(3,1,1),(4,2,1),(5,4,1),(6,3,1),(7,1,1),(8,2,1),(9,4,1),(10,3,1),(11,1,1),(12,2,1),(13,4,1),(14,3,1); /*!40000 ALTER TABLE `pshop1_feature_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_feature_value_lang` -- DROP TABLE IF EXISTS `pshop1_feature_value_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_feature_value_lang` ( `id_feature_value` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` varchar(255) default NULL, PRIMARY KEY (`id_feature_value`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_feature_value_lang` -- LOCK TABLES `pshop1_feature_value_lang` WRITE; /*!40000 ALTER TABLE `pshop1_feature_value_lang` DISABLE KEYS */; INSERT INTO `pshop1_feature_value_lang` VALUES (1,1,'Jack stereo'),(2,1,'Mini-jack stereo'),(3,1,'2.75 in'),(4,1,'2.06 in'),(5,1,'49.2 g'),(6,1,'0.26 in'),(7,1,'1.07 in'),(8,1,'1.62 in'),(9,1,'15.5 g'),(10,1,'0.41 in (clip included)'),(11,1,'4.33 in'),(12,1,'2.76 in'),(13,1,'120g'),(14,1,'0.31 in'); /*!40000 ALTER TABLE `pshop1_feature_value_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_gender` -- DROP TABLE IF EXISTS `pshop1_gender`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_gender` ( `id_gender` int(11) NOT NULL auto_increment, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_gender` -- LOCK TABLES `pshop1_gender` WRITE; /*!40000 ALTER TABLE `pshop1_gender` DISABLE KEYS */; INSERT INTO `pshop1_gender` VALUES (1,0),(2,1),(3,1); /*!40000 ALTER TABLE `pshop1_gender` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_gender_lang` -- DROP TABLE IF EXISTS `pshop1_gender_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_gender_lang` ( `id_gender` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_gender`,`id_lang`), KEY `id_gender` (`id_gender`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_gender_lang` -- LOCK TABLES `pshop1_gender_lang` WRITE; /*!40000 ALTER TABLE `pshop1_gender_lang` DISABLE KEYS */; INSERT INTO `pshop1_gender_lang` VALUES (1,1,'Mr.'),(2,1,'Ms.'),(3,1,'Miss'); /*!40000 ALTER TABLE `pshop1_gender_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_group` -- DROP TABLE IF EXISTS `pshop1_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_group` ( `id_group` int(10) unsigned NOT NULL auto_increment, `reduction` decimal(17,2) NOT NULL default '0.00', `price_display_method` tinyint(4) NOT NULL default '0', `show_prices` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_group` -- LOCK TABLES `pshop1_group` WRITE; /*!40000 ALTER TABLE `pshop1_group` DISABLE KEYS */; INSERT INTO `pshop1_group` VALUES (1,'0.00',1,1,'2013-09-09 03:48:57','2013-09-09 03:49:25'),(2,'0.00',1,1,'2013-09-09 03:48:57','2013-09-09 03:49:24'),(3,'0.00',1,1,'2013-09-09 03:48:57','2013-09-09 03:49:24'); /*!40000 ALTER TABLE `pshop1_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_group_lang` -- DROP TABLE IF EXISTS `pshop1_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_group_lang` ( `id_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_group_lang` -- LOCK TABLES `pshop1_group_lang` WRITE; /*!40000 ALTER TABLE `pshop1_group_lang` DISABLE KEYS */; INSERT INTO `pshop1_group_lang` VALUES (1,1,'Visitor'),(2,1,'Guest'),(3,1,'Customer'); /*!40000 ALTER TABLE `pshop1_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_group_reduction` -- DROP TABLE IF EXISTS `pshop1_group_reduction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_group_reduction` ( `id_group_reduction` mediumint(8) unsigned NOT NULL auto_increment, `id_group` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_group_reduction`), UNIQUE KEY `id_group` (`id_group`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_group_reduction` -- LOCK TABLES `pshop1_group_reduction` WRITE; /*!40000 ALTER TABLE `pshop1_group_reduction` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_group_reduction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_group_shop` -- DROP TABLE IF EXISTS `pshop1_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_group_shop` ( `id_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_group_shop` -- LOCK TABLES `pshop1_group_shop` WRITE; /*!40000 ALTER TABLE `pshop1_group_shop` DISABLE KEYS */; INSERT INTO `pshop1_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop1_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_guest` -- DROP TABLE IF EXISTS `pshop1_guest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_guest` ( `id_guest` int(10) unsigned NOT NULL auto_increment, `id_operating_system` int(10) unsigned default NULL, `id_web_browser` int(10) unsigned default NULL, `id_customer` int(10) unsigned default NULL, `javascript` tinyint(1) default '0', `screen_resolution_x` smallint(5) unsigned default NULL, `screen_resolution_y` smallint(5) unsigned default NULL, `screen_color` tinyint(3) unsigned default NULL, `sun_java` tinyint(1) default NULL, `adobe_flash` tinyint(1) default NULL, `adobe_director` tinyint(1) default NULL, `apple_quicktime` tinyint(1) default NULL, `real_player` tinyint(1) default NULL, `windows_media` tinyint(1) default NULL, `accept_language` varchar(8) default NULL, `mobile_theme` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_guest`), KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_guest` -- LOCK TABLES `pshop1_guest` WRITE; /*!40000 ALTER TABLE `pshop1_guest` DISABLE KEYS */; INSERT INTO `pshop1_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0); /*!40000 ALTER TABLE `pshop1_guest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_help_access` -- DROP TABLE IF EXISTS `pshop1_help_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_help_access` ( `id_help_access` int(11) NOT NULL auto_increment, `label` varchar(45) NOT NULL, `version` varchar(8) NOT NULL, PRIMARY KEY (`id_help_access`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_help_access` -- LOCK TABLES `pshop1_help_access` WRITE; /*!40000 ALTER TABLE `pshop1_help_access` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_help_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_homeslider` -- DROP TABLE IF EXISTS `pshop1_homeslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_homeslider` -- LOCK TABLES `pshop1_homeslider` WRITE; /*!40000 ALTER TABLE `pshop1_homeslider` DISABLE KEYS */; INSERT INTO `pshop1_homeslider` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop1_homeslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_homeslider_slides` -- DROP TABLE IF EXISTS `pshop1_homeslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_homeslider_slides` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_homeslider_slides`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_homeslider_slides` -- LOCK TABLES `pshop1_homeslider_slides` WRITE; /*!40000 ALTER TABLE `pshop1_homeslider_slides` DISABLE KEYS */; INSERT INTO `pshop1_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1); /*!40000 ALTER TABLE `pshop1_homeslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_homeslider_slides_lang` -- DROP TABLE IF EXISTS `pshop1_homeslider_slides_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_homeslider_slides_lang` ( `id_homeslider_slides` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `legend` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_homeslider_slides_lang` -- LOCK TABLES `pshop1_homeslider_slides_lang` WRITE; /*!40000 ALTER TABLE `pshop1_homeslider_slides_lang` DISABLE KEYS */; INSERT INTO `pshop1_homeslider_slides_lang` VALUES (1,1,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','sample-1.jpg'),(2,1,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','sample-2.jpg'),(3,1,'Sample 3','This is a sample picture','sample-3','http://www.prestashop.com','sample-3.jpg'),(4,1,'Sample 4','This is a sample picture','sample-4','http://www.prestashop.com','sample-4.jpg'),(5,1,'Sample 5','This is a sample picture','sample-5','http://www.prestashop.com','sample-5.jpg'); /*!40000 ALTER TABLE `pshop1_homeslider_slides_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_hook` -- DROP TABLE IF EXISTS `pshop1_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_hook` ( `id_hook` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `title` varchar(64) NOT NULL, `description` text, `position` tinyint(1) NOT NULL default '1', `live_edit` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_hook` -- LOCK TABLES `pshop1_hook` WRITE; /*!40000 ALTER TABLE `pshop1_hook` DISABLE KEYS */; INSERT INTO `pshop1_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionBeforeSubmitAccount','actionBeforeSubmitAccount','',0,0),(96,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(97,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(98,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0); /*!40000 ALTER TABLE `pshop1_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_hook_alias` -- DROP TABLE IF EXISTS `pshop1_hook_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_hook_alias` ( `id_hook_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_hook_alias` -- LOCK TABLES `pshop1_hook_alias` WRITE; /*!40000 ALTER TABLE `pshop1_hook_alias` DISABLE KEYS */; INSERT INTO `pshop1_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock'); /*!40000 ALTER TABLE `pshop1_hook_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_hook_module` -- DROP TABLE IF EXISTS `pshop1_hook_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_hook_module` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_hook` int(10) unsigned NOT NULL, `position` tinyint(2) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), KEY `id_hook` (`id_hook`), KEY `id_module` (`id_module`), KEY `position` (`id_shop`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_hook_module` -- LOCK TABLES `pshop1_hook_module` WRITE; /*!40000 ALTER TABLE `pshop1_hook_module` DISABLE KEYS */; INSERT INTO `pshop1_hook_module` VALUES (1,1,30,1),(1,1,9,1),(2,1,1,2),(2,1,4,2),(3,1,7,7),(4,1,6,1),(4,1,9,2),(4,1,48,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(5,1,14,7),(5,1,9,5),(5,1,89,1),(6,1,7,3),(6,1,21,2),(6,1,9,9),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(6,1,91,1),(7,1,7,6),(7,1,6,5),(7,1,9,16),(7,1,21,4),(7,1,92,1),(7,1,93,1),(7,1,94,1),(8,1,6,26),(8,1,9,6),(9,1,9,21),(9,1,21,6),(10,1,14,2),(10,1,9,11),(11,1,31,1),(11,1,9,9),(11,1,95,1),(12,1,14,1),(12,1,9,14),(13,1,7,5),(13,1,9,15),(13,1,96,1),(13,1,97,1),(13,1,98,1),(14,1,9,6),(14,1,99,1),(14,1,100,1),(15,1,21,4),(15,1,9,13),(15,1,99,2),(15,1,102,1),(16,1,6,2),(16,1,9,12),(16,1,12,2),(16,1,13,2),(16,1,16,2),(17,1,7,9),(17,1,9,25),(17,1,25,1),(18,1,7,8),(18,1,9,2),(19,1,14,3),(19,1,9,3),(20,1,21,1),(21,1,14,4),(21,1,9,20),(21,1,103,1),(22,1,40,1),(23,1,9,5),(23,1,21,5),(24,1,6,4),(24,1,9,10),(24,1,12,3),(24,1,13,3),(24,1,16,3),(25,1,6,6),(25,1,9,19),(26,1,7,5),(26,1,9,27),(26,1,104,1),(26,1,105,1),(26,1,106,1),(27,1,7,2),(27,1,9,18),(28,1,14,6),(28,1,107,1),(28,1,108,1),(28,1,109,1),(28,1,92,2),(28,1,93,2),(28,1,106,2),(28,1,104,2),(28,1,98,2),(28,1,96,2),(28,1,110,1),(28,1,111,1),(28,1,61,2),(28,1,94,2),(29,1,14,5),(29,1,9,13),(30,1,7,4),(30,1,9,4),(31,1,1,1),(31,1,4,1),(32,1,86,1),(32,1,26,1),(32,1,40,2),(32,1,9,23),(33,1,33,4),(34,1,33,3),(35,1,33,1),(36,1,33,2),(37,1,37,1),(38,1,8,2),(38,1,9,24),(38,1,12,4),(38,1,13,4),(38,1,16,4),(39,1,8,1),(39,1,94,1),(40,1,14,8),(40,1,32,10),(41,1,14,7),(41,1,32,11),(42,1,32,15),(43,1,32,8),(44,1,32,13),(45,1,32,16),(46,1,32,7),(47,1,32,17),(48,1,32,7),(49,1,32,20),(50,1,21,7),(50,1,11,1),(50,1,25,1),(51,1,32,6),(52,1,32,22),(53,1,32,5),(54,1,32,18),(55,1,32,9),(56,1,32,4),(57,1,32,12),(58,1,32,3),(59,1,32,2),(60,1,45,1),(60,1,32,19),(61,1,32,21),(62,1,32,1),(64,1,50,1); /*!40000 ALTER TABLE `pshop1_hook_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_hook_module_exceptions` -- DROP TABLE IF EXISTS `pshop1_hook_module_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_hook_module_exceptions` ( `id_hook_module_exceptions` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_module` int(10) unsigned NOT NULL, `id_hook` int(10) unsigned NOT NULL, `file_name` varchar(255) default NULL, PRIMARY KEY (`id_hook_module_exceptions`), KEY `id_module` (`id_module`), KEY `id_hook` (`id_hook`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_hook_module_exceptions` -- LOCK TABLES `pshop1_hook_module_exceptions` WRITE; /*!40000 ALTER TABLE `pshop1_hook_module_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_hook_module_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_image` -- DROP TABLE IF EXISTS `pshop1_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_image` ( `id_image` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `position` smallint(2) unsigned NOT NULL default '0', `cover` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_image`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`), KEY `id_product_cover` (`id_product`,`cover`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_image` -- LOCK TABLES `pshop1_image` WRITE; /*!40000 ALTER TABLE `pshop1_image` DISABLE KEYS */; INSERT INTO `pshop1_image` VALUES (1,3,1,1),(2,3,2,0),(3,3,3,0),(4,4,1,0),(5,4,2,0),(6,4,3,1),(7,5,1,1),(8,5,2,0),(9,5,3,0),(10,5,4,0),(11,5,5,0),(12,5,6,0),(13,6,1,1),(14,7,1,1),(15,1,1,1),(16,1,2,0),(17,1,3,0),(18,1,4,0),(19,1,5,0),(20,1,6,0),(21,1,7,0),(22,1,8,0),(23,2,1,1),(24,2,2,0),(25,2,3,0),(26,2,4,0); /*!40000 ALTER TABLE `pshop1_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_image_lang` -- DROP TABLE IF EXISTS `pshop1_image_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_image_lang` ( `id_image` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `legend` varchar(128) default NULL, PRIMARY KEY (`id_image`,`id_lang`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_image_lang` -- LOCK TABLES `pshop1_image_lang` WRITE; /*!40000 ALTER TABLE `pshop1_image_lang` DISABLE KEYS */; INSERT INTO `pshop1_image_lang` VALUES (1,1,NULL),(2,1,NULL),(3,1,NULL),(4,1,NULL),(5,1,NULL),(6,1,NULL),(7,1,NULL),(8,1,NULL),(9,1,NULL),(10,1,NULL),(11,1,NULL),(12,1,NULL),(13,1,NULL),(14,1,NULL),(15,1,NULL),(16,1,NULL),(17,1,NULL),(18,1,NULL),(19,1,NULL),(20,1,NULL),(21,1,NULL),(22,1,NULL),(23,1,NULL),(24,1,NULL),(25,1,NULL),(26,1,NULL); /*!40000 ALTER TABLE `pshop1_image_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_image_shop` -- DROP TABLE IF EXISTS `pshop1_image_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_image_shop` ( `id_image` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `cover` tinyint(1) NOT NULL, KEY `id_image` (`id_image`,`id_shop`,`cover`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_image_shop` -- LOCK TABLES `pshop1_image_shop` WRITE; /*!40000 ALTER TABLE `pshop1_image_shop` DISABLE KEYS */; INSERT INTO `pshop1_image_shop` VALUES (1,1,1),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,1),(7,1,1),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,1),(14,1,1),(15,1,1),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,1),(24,1,0),(25,1,0),(26,1,0); /*!40000 ALTER TABLE `pshop1_image_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_image_type` -- DROP TABLE IF EXISTS `pshop1_image_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `products` tinyint(1) NOT NULL default '1', `categories` tinyint(1) NOT NULL default '1', `manufacturers` tinyint(1) NOT NULL default '1', `suppliers` tinyint(1) NOT NULL default '1', `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_image_type` -- LOCK TABLES `pshop1_image_type` WRITE; /*!40000 ALTER TABLE `pshop1_image_type` DISABLE KEYS */; INSERT INTO `pshop1_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,0,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0); /*!40000 ALTER TABLE `pshop1_image_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_import_match` -- DROP TABLE IF EXISTS `pshop1_import_match`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_import_match` ( `id_import_match` int(10) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `match` text NOT NULL, `skip` int(2) NOT NULL, PRIMARY KEY (`id_import_match`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_import_match` -- LOCK TABLES `pshop1_import_match` WRITE; /*!40000 ALTER TABLE `pshop1_import_match` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_import_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_lang` -- DROP TABLE IF EXISTS `pshop1_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_lang` ( `id_lang` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `active` tinyint(3) unsigned NOT NULL default '0', `iso_code` char(2) NOT NULL, `language_code` char(5) NOT NULL, `date_format_lite` char(32) NOT NULL default 'Y-m-d', `date_format_full` char(32) NOT NULL default 'Y-m-d H:i:s', `is_rtl` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_lang`), KEY `lang_iso_code` (`iso_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_lang` -- LOCK TABLES `pshop1_lang` WRITE; /*!40000 ALTER TABLE `pshop1_lang` DISABLE KEYS */; INSERT INTO `pshop1_lang` VALUES (1,'English (United States)',1,'en','en','Y-m-d','Y-m-d H:i:s',0); /*!40000 ALTER TABLE `pshop1_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_lang_shop` -- DROP TABLE IF EXISTS `pshop1_lang_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_lang_shop` ( `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_lang`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_lang_shop` -- LOCK TABLES `pshop1_lang_shop` WRITE; /*!40000 ALTER TABLE `pshop1_lang_shop` DISABLE KEYS */; INSERT INTO `pshop1_lang_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop1_lang_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_linksmenutop` -- DROP TABLE IF EXISTS `pshop1_linksmenutop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_linksmenutop` ( `id_linksmenutop` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_linksmenutop` -- LOCK TABLES `pshop1_linksmenutop` WRITE; /*!40000 ALTER TABLE `pshop1_linksmenutop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_linksmenutop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_linksmenutop_lang` -- DROP TABLE IF EXISTS `pshop1_linksmenutop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_linksmenutop_lang` ( `id_linksmenutop` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_linksmenutop_lang` -- LOCK TABLES `pshop1_linksmenutop_lang` WRITE; /*!40000 ALTER TABLE `pshop1_linksmenutop_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_linksmenutop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_log` -- DROP TABLE IF EXISTS `pshop1_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_log` ( `id_log` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(1) NOT NULL, `error_code` int(11) default NULL, `message` text NOT NULL, `object_type` varchar(32) default NULL, `object_id` int(10) unsigned default NULL, `id_employee` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_log` -- LOCK TABLES `pshop1_log` WRITE; /*!40000 ALTER TABLE `pshop1_log` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_manufacturer` -- DROP TABLE IF EXISTS `pshop1_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_manufacturer` ( `id_manufacturer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_manufacturer`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_manufacturer` -- LOCK TABLES `pshop1_manufacturer` WRITE; /*!40000 ALTER TABLE `pshop1_manufacturer` DISABLE KEYS */; INSERT INTO `pshop1_manufacturer` VALUES (1,'Apple Computer, Inc','2013-09-09 03:49:56','2013-09-09 03:49:56',1),(2,'Shure Incorporated','2013-09-09 03:49:56','2013-09-09 03:49:56',1); /*!40000 ALTER TABLE `pshop1_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_manufacturer_lang` -- DROP TABLE IF EXISTS `pshop1_manufacturer_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_manufacturer_lang` ( `id_manufacturer` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `short_description` varchar(254) default NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_manufacturer`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_manufacturer_lang` -- LOCK TABLES `pshop1_manufacturer_lang` WRITE; /*!40000 ALTER TABLE `pshop1_manufacturer_lang` DISABLE KEYS */; INSERT INTO `pshop1_manufacturer_lang` VALUES (1,1,'','','','',''),(2,1,'','','','',''); /*!40000 ALTER TABLE `pshop1_manufacturer_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_manufacturer_shop` -- DROP TABLE IF EXISTS `pshop1_manufacturer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_manufacturer_shop` ( `id_manufacturer` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_manufacturer`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_manufacturer_shop` -- LOCK TABLES `pshop1_manufacturer_shop` WRITE; /*!40000 ALTER TABLE `pshop1_manufacturer_shop` DISABLE KEYS */; INSERT INTO `pshop1_manufacturer_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop1_manufacturer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_memcached_servers` -- DROP TABLE IF EXISTS `pshop1_memcached_servers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL auto_increment, `ip` varchar(254) NOT NULL, `port` int(11) unsigned NOT NULL, `weight` int(11) unsigned NOT NULL, PRIMARY KEY (`id_memcached_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_memcached_servers` -- LOCK TABLES `pshop1_memcached_servers` WRITE; /*!40000 ALTER TABLE `pshop1_memcached_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_memcached_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_message` -- DROP TABLE IF EXISTS `pshop1_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_message` ( `id_message` int(10) unsigned NOT NULL auto_increment, `id_cart` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned default NULL, `id_order` int(10) unsigned NOT NULL, `message` text NOT NULL, `private` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`), KEY `message_order` (`id_order`), KEY `id_cart` (`id_cart`), KEY `id_customer` (`id_customer`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_message` -- LOCK TABLES `pshop1_message` WRITE; /*!40000 ALTER TABLE `pshop1_message` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_message_readed` -- DROP TABLE IF EXISTS `pshop1_message_readed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_message_readed` ( `id_message` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`,`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_message_readed` -- LOCK TABLES `pshop1_message_readed` WRITE; /*!40000 ALTER TABLE `pshop1_message_readed` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_message_readed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_meta` -- DROP TABLE IF EXISTS `pshop1_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_meta` ( `id_meta` int(10) unsigned NOT NULL auto_increment, `page` varchar(64) NOT NULL, PRIMARY KEY (`id_meta`), KEY `meta_name` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_meta` -- LOCK TABLES `pshop1_meta` WRITE; /*!40000 ALTER TABLE `pshop1_meta` DISABLE KEYS */; INSERT INTO `pshop1_meta` VALUES (1,'404'),(2,'best-sales'),(3,'contact'),(4,'index'),(5,'manufacturer'),(6,'new-products'),(7,'password'),(8,'prices-drop'),(9,'sitemap'),(10,'supplier'),(11,'address'),(12,'addresses'),(13,'authentication'),(14,'cart'),(15,'discount'),(16,'history'),(17,'identity'),(18,'my-account'),(19,'order-follow'),(20,'order-slip'),(21,'order'),(22,'search'),(23,'stores'),(24,'order-opc'),(25,'guest-tracking'),(26,'order-confirmation'); /*!40000 ALTER TABLE `pshop1_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_meta_lang` -- DROP TABLE IF EXISTS `pshop1_meta_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_meta_lang` ( `id_meta` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `title` varchar(128) default NULL, `description` varchar(255) default NULL, `keywords` varchar(255) default NULL, `url_rewrite` varchar(254) NOT NULL, PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_meta_lang` -- LOCK TABLES `pshop1_meta_lang` WRITE; /*!40000 ALTER TABLE `pshop1_meta_lang` DISABLE KEYS */; INSERT INTO `pshop1_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(14,1,1,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(22,1,1,'Search','','','search'),(23,1,1,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'); /*!40000 ALTER TABLE `pshop1_meta_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module` -- DROP TABLE IF EXISTS `pshop1_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module` ( `id_module` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `version` varchar(8) NOT NULL, PRIMARY KEY (`id_module`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module` -- LOCK TABLES `pshop1_module` WRITE; /*!40000 ALTER TABLE `pshop1_module` DISABLE KEYS */; INSERT INTO `pshop1_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(3,'blockadvertising',1,'0.5'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(9,'blockcontactinfos',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(11,'blockcustomerprivacy',1,'1.0'),(12,'blocklanguages',1,'1.1'),(13,'blockmanufacturer',1,'1'),(14,'blockmyaccount',1,'1.2'),(15,'blockmyaccountfooter',1,'1.3'),(16,'blocknewproducts',1,'1.4'),(17,'blocknewsletter',1,'1.4'),(18,'blockpaymentlogo',1,'0.2'),(19,'blockpermanentlinks',1,'0.1'),(20,'blockreinsurance',1,'2.0'),(21,'blocksearch',1,'1.2'),(22,'blocksharefb',1,'1.0'),(23,'blocksocial',1,'1.0'),(24,'blockspecials',1,'0.9'),(25,'blockstore',1,'1'),(26,'blocksupplier',1,'1'),(27,'blocktags',1,'1.1'),(28,'blocktopmenu',1,'1.6'),(29,'blockuserinfo',1,'0.1'),(30,'blockviewed',1,'0.9'),(31,'cheque',1,'2.3'),(32,'favoriteproducts',1,'1'),(33,'graphartichow',1,'1'),(34,'graphgooglechart',1,'1'),(35,'graphvisifire',1,'1'),(36,'graphxmlswfcharts',1,'1'),(37,'gridhtml',1,'1'),(38,'homefeatured',1,'1.1'),(39,'homeslider',1,'1.2.1'),(40,'pagesnotfound',1,'1.1'),(41,'sekeywords',1,'1'),(42,'statsbestcategories',1,'1'),(43,'statsbestcustomers',1,'1'),(44,'statsbestproducts',1,'1'),(45,'statsbestsuppliers',1,'1'),(46,'statsbestvouchers',1,'1'),(47,'statscarrier',1,'1'),(48,'statscatalog',1,'1'),(49,'statscheckup',1,'1'),(50,'statsdata',1,'1'),(51,'statsequipment',1,'1'),(52,'statsforecast',1,'1'),(53,'statslive',1,'1'),(54,'statsnewsletter',1,'1'),(55,'statsorigin',1,'1'),(56,'statspersonalinfos',1,'1'),(57,'statsproduct',1,'1'),(58,'statsregistrations',1,'1'),(59,'statssales',1,'1'),(60,'statssearch',1,'1'),(61,'statsstock',1,'1'),(62,'statsvisits',1,'1'),(63,'themeinstallator',1,'2.4'),(64,'gamification',1,'1.5.1'); /*!40000 ALTER TABLE `pshop1_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_access` -- DROP TABLE IF EXISTS `pshop1_module_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_module` int(10) unsigned NOT NULL, `view` tinyint(1) NOT NULL, `configure` tinyint(1) NOT NULL, PRIMARY KEY (`id_profile`,`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_access` -- LOCK TABLES `pshop1_module_access` WRITE; /*!40000 ALTER TABLE `pshop1_module_access` DISABLE KEYS */; INSERT INTO `pshop1_module_access` VALUES (2,1,1,0),(2,2,1,0),(2,3,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,9,1,0),(2,10,1,0),(2,11,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,16,1,0),(2,17,1,0),(2,18,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,25,1,0),(2,26,1,0),(2,27,1,0),(2,28,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,38,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,64,1,0),(3,1,1,0),(3,2,1,0),(3,3,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,9,1,0),(3,10,1,0),(3,11,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,16,1,0),(3,17,1,0),(3,18,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,25,1,0),(3,26,1,0),(3,27,1,0),(3,28,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,38,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,64,1,0),(4,1,1,0),(4,2,1,0),(4,3,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,9,1,0),(4,10,1,0),(4,11,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,16,1,0),(4,17,1,0),(4,18,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,25,1,0),(4,26,1,0),(4,27,1,0),(4,28,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,38,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,64,1,0),(5,1,1,0),(5,2,1,0),(5,3,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,9,1,0),(5,10,1,0),(5,11,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,16,1,0),(5,17,1,0),(5,18,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,25,1,0),(5,26,1,0),(5,27,1,0),(5,28,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,38,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,64,1,0); /*!40000 ALTER TABLE `pshop1_module_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_country` -- DROP TABLE IF EXISTS `pshop1_module_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_country` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_country` -- LOCK TABLES `pshop1_module_country` WRITE; /*!40000 ALTER TABLE `pshop1_module_country` DISABLE KEYS */; INSERT INTO `pshop1_module_country` VALUES (2,1,21),(31,1,21); /*!40000 ALTER TABLE `pshop1_module_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_currency` -- DROP TABLE IF EXISTS `pshop1_module_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_currency` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), KEY `id_module` (`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_currency` -- LOCK TABLES `pshop1_module_currency` WRITE; /*!40000 ALTER TABLE `pshop1_module_currency` DISABLE KEYS */; INSERT INTO `pshop1_module_currency` VALUES (2,1,1),(31,1,1); /*!40000 ALTER TABLE `pshop1_module_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_group` -- DROP TABLE IF EXISTS `pshop1_module_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_group` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_group` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_group` -- LOCK TABLES `pshop1_module_group` WRITE; /*!40000 ALTER TABLE `pshop1_module_group` DISABLE KEYS */; INSERT INTO `pshop1_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(3,1,1),(3,1,2),(3,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(9,1,1),(9,1,2),(9,1,3),(10,1,1),(10,1,2),(10,1,3),(11,1,1),(11,1,2),(11,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(16,1,1),(16,1,2),(16,1,3),(17,1,1),(17,1,2),(17,1,3),(18,1,1),(18,1,2),(18,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(25,1,1),(25,1,2),(25,1,3),(26,1,1),(26,1,2),(26,1,3),(27,1,1),(27,1,2),(27,1,3),(28,1,1),(28,1,2),(28,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(38,1,1),(38,1,2),(38,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(64,1,1),(64,1,2),(64,1,3); /*!40000 ALTER TABLE `pshop1_module_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_preference` -- DROP TABLE IF EXISTS `pshop1_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_preference` ( `id_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `module` varchar(255) NOT NULL, `interest` tinyint(1) default NULL, `favorite` tinyint(1) default NULL, PRIMARY KEY (`id_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_preference` -- LOCK TABLES `pshop1_module_preference` WRITE; /*!40000 ALTER TABLE `pshop1_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_module_shop` -- DROP TABLE IF EXISTS `pshop1_module_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_module_shop` ( `id_module` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_module_shop` -- LOCK TABLES `pshop1_module_shop` WRITE; /*!40000 ALTER TABLE `pshop1_module_shop` DISABLE KEYS */; INSERT INTO `pshop1_module_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1); /*!40000 ALTER TABLE `pshop1_module_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_newsletter` -- DROP TABLE IF EXISTS `pshop1_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_newsletter` ( `id` int(6) NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `email` varchar(255) NOT NULL, `newsletter_date_add` datetime default NULL, `ip_registration_newsletter` varchar(15) NOT NULL, `http_referer` varchar(255) default NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_newsletter` -- LOCK TABLES `pshop1_newsletter` WRITE; /*!40000 ALTER TABLE `pshop1_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_operating_system` -- DROP TABLE IF EXISTS `pshop1_operating_system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_operating_system`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_operating_system` -- LOCK TABLES `pshop1_operating_system` WRITE; /*!40000 ALTER TABLE `pshop1_operating_system` DISABLE KEYS */; INSERT INTO `pshop1_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android'); /*!40000 ALTER TABLE `pshop1_operating_system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_carrier` -- DROP TABLE IF EXISTS `pshop1_order_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_carrier` ( `id_order_carrier` int(11) NOT NULL auto_increment, `id_order` int(11) unsigned NOT NULL, `id_carrier` int(11) unsigned NOT NULL, `id_order_invoice` int(11) unsigned default NULL, `weight` decimal(20,6) default NULL, `shipping_cost_tax_excl` decimal(20,6) default NULL, `shipping_cost_tax_incl` decimal(20,6) default NULL, `tracking_number` varchar(64) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_carrier`), KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_carrier` -- LOCK TABLES `pshop1_order_carrier` WRITE; /*!40000 ALTER TABLE `pshop1_order_carrier` DISABLE KEYS */; INSERT INTO `pshop1_order_carrier` VALUES (1,1,2,0,'0.000000','0.000000','0.000000','','2013-09-09 03:49:57'); /*!40000 ALTER TABLE `pshop1_order_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_cart_rule` -- DROP TABLE IF EXISTS `pshop1_order_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_cart_rule` ( `id_order_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, `id_order_invoice` int(10) unsigned default '0', `name` varchar(254) NOT NULL, `value` decimal(17,2) NOT NULL default '0.00', `value_tax_excl` decimal(17,2) NOT NULL default '0.00', `free_shipping` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_order_cart_rule`), KEY `id_order` (`id_order`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_cart_rule` -- LOCK TABLES `pshop1_order_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop1_order_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_detail` -- DROP TABLE IF EXISTS `pshop1_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_detail` ( `id_order_detail` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_order_invoice` int(11) default NULL, `id_warehouse` int(10) unsigned default '0', `id_shop` int(11) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `product_attribute_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `product_quantity_in_stock` int(10) NOT NULL default '0', `product_quantity_refunded` int(10) unsigned NOT NULL default '0', `product_quantity_return` int(10) unsigned NOT NULL default '0', `product_quantity_reinjected` int(10) unsigned NOT NULL default '0', `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` decimal(10,2) NOT NULL default '0.00', `reduction_amount` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_incl` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_excl` decimal(20,6) NOT NULL default '0.000000', `group_reduction` decimal(10,2) NOT NULL default '0.00', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, `product_upc` varchar(12) default NULL, `product_reference` varchar(32) default NULL, `product_supplier_reference` varchar(32) default NULL, `product_weight` decimal(20,6) NOT NULL, `tax_computation_method` tinyint(1) unsigned NOT NULL default '0', `tax_name` varchar(16) NOT NULL, `tax_rate` decimal(10,3) NOT NULL default '0.000', `ecotax` decimal(21,6) NOT NULL default '0.000000', `ecotax_tax_rate` decimal(5,3) NOT NULL default '0.000', `discount_quantity_applied` tinyint(1) NOT NULL default '0', `download_hash` varchar(255) default NULL, `download_nb` int(10) unsigned default '0', `download_deadline` datetime default NULL, `total_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `purchase_supplier_price` decimal(20,6) NOT NULL default '0.000000', `original_product_price` decimal(20,6) NOT NULL default '0.000000', PRIMARY KEY (`id_order_detail`), KEY `order_detail_order` (`id_order`), KEY `product_id` (`product_id`), KEY `product_attribute_id` (`product_attribute_id`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_detail` -- LOCK TABLES `pshop1_order_detail` WRITE; /*!40000 ALTER TABLE `pshop1_order_detail` DISABLE KEYS */; INSERT INTO `pshop1_order_detail` VALUES (1,1,0,0,1,5,11,'iPod touch - Capacité: 32Go',1,0,0,0,0,'392.140500','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','469.000000','392.140000','469.000000','392.140468','0.000000','0.000000','0.000000','0.000000'),(2,1,0,0,1,7,0,'Écouteurs à isolation sonore Shure SE210',1,0,0,0,0,'124.581900','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','149.000000','124.580000','149.000000','124.581940','0.000000','0.000000','0.000000','0.000000'); /*!40000 ALTER TABLE `pshop1_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_detail_tax` -- DROP TABLE IF EXISTS `pshop1_order_detail_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_detail_tax` ( `id_order_detail` int(11) NOT NULL, `id_tax` int(11) NOT NULL, `unit_amount` decimal(16,6) NOT NULL default '0.000000', `total_amount` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_detail_tax` -- LOCK TABLES `pshop1_order_detail_tax` WRITE; /*!40000 ALTER TABLE `pshop1_order_detail_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_detail_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_history` -- DROP TABLE IF EXISTS `pshop1_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_history` ( `id_order_history` int(10) unsigned NOT NULL auto_increment, `id_employee` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `id_order_state` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_history`), KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_history` -- LOCK TABLES `pshop1_order_history` WRITE; /*!40000 ALTER TABLE `pshop1_order_history` DISABLE KEYS */; INSERT INTO `pshop1_order_history` VALUES (1,0,1,1,'2013-09-09 03:49:57'); /*!40000 ALTER TABLE `pshop1_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_invoice` -- DROP TABLE IF EXISTS `pshop1_order_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_invoice` ( `id_order_invoice` int(11) unsigned NOT NULL auto_increment, `id_order` int(11) NOT NULL, `number` int(11) NOT NULL, `delivery_number` int(11) NOT NULL, `delivery_date` datetime default NULL, `total_discount_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_discount_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `shipping_tax_computation_method` int(10) unsigned NOT NULL, `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `note` text, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_invoice`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_invoice` -- LOCK TABLES `pshop1_order_invoice` WRITE; /*!40000 ALTER TABLE `pshop1_order_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_invoice_payment` -- DROP TABLE IF EXISTS `pshop1_order_invoice_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_invoice_payment` ( `id_order_invoice` int(11) unsigned NOT NULL, `id_order_payment` int(11) unsigned NOT NULL, `id_order` int(11) unsigned NOT NULL, PRIMARY KEY (`id_order_invoice`,`id_order_payment`), KEY `order_payment` (`id_order_payment`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_invoice_payment` -- LOCK TABLES `pshop1_order_invoice_payment` WRITE; /*!40000 ALTER TABLE `pshop1_order_invoice_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_invoice_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_invoice_tax` -- DROP TABLE IF EXISTS `pshop1_order_invoice_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_invoice_tax` ( `id_order_invoice` int(11) NOT NULL, `type` varchar(15) NOT NULL, `id_tax` int(11) NOT NULL, `amount` decimal(10,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_invoice_tax` -- LOCK TABLES `pshop1_order_invoice_tax` WRITE; /*!40000 ALTER TABLE `pshop1_order_invoice_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_invoice_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_message` -- DROP TABLE IF EXISTS `pshop1_order_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_message` ( `id_order_message` int(10) unsigned NOT NULL auto_increment, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_message` -- LOCK TABLES `pshop1_order_message` WRITE; /*!40000 ALTER TABLE `pshop1_order_message` DISABLE KEYS */; INSERT INTO `pshop1_order_message` VALUES (1,'2013-09-09 03:49:57'); /*!40000 ALTER TABLE `pshop1_order_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_message_lang` -- DROP TABLE IF EXISTS `pshop1_order_message_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_message_lang` ( `id_order_message` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id_order_message`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_message_lang` -- LOCK TABLES `pshop1_order_message_lang` WRITE; /*!40000 ALTER TABLE `pshop1_order_message_lang` DISABLE KEYS */; INSERT INTO `pshop1_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'); /*!40000 ALTER TABLE `pshop1_order_message_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_payment` -- DROP TABLE IF EXISTS `pshop1_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_payment` ( `id_order_payment` int(11) NOT NULL auto_increment, `order_reference` varchar(9) default NULL, `id_currency` int(10) unsigned NOT NULL, `amount` decimal(10,2) NOT NULL, `payment_method` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `transaction_id` varchar(254) default NULL, `card_number` varchar(254) default NULL, `card_brand` varchar(254) default NULL, `card_expiration` char(7) default NULL, `card_holder` varchar(254) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_payment`), KEY `order_reference` (`order_reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_payment` -- LOCK TABLES `pshop1_order_payment` WRITE; /*!40000 ALTER TABLE `pshop1_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_return` -- DROP TABLE IF EXISTS `pshop1_order_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_return` ( `id_order_return` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `question` text NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_return`), KEY `order_return_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_return` -- LOCK TABLES `pshop1_order_return` WRITE; /*!40000 ALTER TABLE `pshop1_order_return` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_return_detail` -- DROP TABLE IF EXISTS `pshop1_order_return_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_return_detail` ( `id_order_return` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `id_customization` int(10) unsigned NOT NULL default '0', `product_quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_return_detail` -- LOCK TABLES `pshop1_order_return_detail` WRITE; /*!40000 ALTER TABLE `pshop1_order_return_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_return_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_return_state` -- DROP TABLE IF EXISTS `pshop1_order_return_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL auto_increment, `color` varchar(32) default NULL, PRIMARY KEY (`id_order_return_state`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_return_state` -- LOCK TABLES `pshop1_order_return_state` WRITE; /*!40000 ALTER TABLE `pshop1_order_return_state` DISABLE KEYS */; INSERT INTO `pshop1_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510'); /*!40000 ALTER TABLE `pshop1_order_return_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_return_state_lang` -- DROP TABLE IF EXISTS `pshop1_order_return_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_return_state_lang` ( `id_order_return_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_order_return_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_return_state_lang` -- LOCK TABLES `pshop1_order_return_state_lang` WRITE; /*!40000 ALTER TABLE `pshop1_order_return_state_lang` DISABLE KEYS */; INSERT INTO `pshop1_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(2,1,'Waiting for package'),(3,1,'Package received'),(4,1,'Return denied'),(5,1,'Return completed'); /*!40000 ALTER TABLE `pshop1_order_return_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_slip` -- DROP TABLE IF EXISTS `pshop1_order_slip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_slip` ( `id_order_slip` int(10) unsigned NOT NULL auto_increment, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `shipping_cost` tinyint(3) unsigned NOT NULL default '0', `amount` decimal(10,2) NOT NULL, `shipping_cost_amount` decimal(10,2) NOT NULL, `partial` tinyint(1) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_slip`), KEY `order_slip_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_slip` -- LOCK TABLES `pshop1_order_slip` WRITE; /*!40000 ALTER TABLE `pshop1_order_slip` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_slip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_slip_detail` -- DROP TABLE IF EXISTS `pshop1_order_slip_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_slip_detail` ( `id_order_slip` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `amount_tax_excl` decimal(10,2) default NULL, `amount_tax_incl` decimal(10,2) default NULL, PRIMARY KEY (`id_order_slip`,`id_order_detail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_slip_detail` -- LOCK TABLES `pshop1_order_slip_detail` WRITE; /*!40000 ALTER TABLE `pshop1_order_slip_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_order_slip_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_state` -- DROP TABLE IF EXISTS `pshop1_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_state` ( `id_order_state` int(10) unsigned NOT NULL auto_increment, `invoice` tinyint(1) unsigned default '0', `send_email` tinyint(1) unsigned NOT NULL default '0', `module_name` varchar(255) default NULL, `color` varchar(32) default NULL, `unremovable` tinyint(1) unsigned NOT NULL, `hidden` tinyint(1) unsigned NOT NULL default '0', `logable` tinyint(1) NOT NULL default '0', `delivery` tinyint(1) unsigned NOT NULL default '0', `shipped` tinyint(1) unsigned NOT NULL default '0', `paid` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_state` -- LOCK TABLES `pshop1_order_state` WRITE; /*!40000 ALTER TABLE `pshop1_order_state` DISABLE KEYS */; INSERT INTO `pshop1_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0); /*!40000 ALTER TABLE `pshop1_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_order_state_lang` -- DROP TABLE IF EXISTS `pshop1_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_order_state_lang` ( `id_order_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, `template` varchar(64) NOT NULL, PRIMARY KEY (`id_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_order_state_lang` -- LOCK TABLES `pshop1_order_state_lang` WRITE; /*!40000 ALTER TABLE `pshop1_order_state_lang` DISABLE KEYS */; INSERT INTO `pshop1_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(5,1,'Delivered',''),(6,1,'Canceled','order_canceled'),(7,1,'Refund','refund'),(8,1,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'); /*!40000 ALTER TABLE `pshop1_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_orders` -- DROP TABLE IF EXISTS `pshop1_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_orders` ( `id_order` int(10) unsigned NOT NULL auto_increment, `reference` varchar(9) default NULL, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_cart` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `current_state` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `payment` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `module` varchar(255) default NULL, `recyclable` tinyint(1) unsigned NOT NULL default '0', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `shipping_number` varchar(32) default NULL, `total_discounts` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_real` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `carrier_tax_rate` decimal(10,3) NOT NULL default '0.000', `total_wrapping` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `invoice_number` int(10) unsigned NOT NULL default '0', `delivery_number` int(10) unsigned NOT NULL default '0', `invoice_date` datetime NOT NULL, `delivery_date` datetime NOT NULL, `valid` int(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order`), KEY `id_customer` (`id_customer`), KEY `id_cart` (`id_cart`), KEY `invoice_number` (`invoice_number`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_orders` -- LOCK TABLES `pshop1_orders` WRITE; /*!40000 ALTER TABLE `pshop1_orders` DISABLE KEYS */; INSERT INTO `pshop1_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque','1.000000','cheque',0,0,'',0,'','0.00','0.00','0.00','626.37','626.37','523.72','0.00','516.72','618.00','7.98','8.37','7.00','19.600','0.00','0.00','0.00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2013-09-09 03:49:57','2013-09-09 03:49:57'); /*!40000 ALTER TABLE `pshop1_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_pack` -- DROP TABLE IF EXISTS `pshop1_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_pack` -- LOCK TABLES `pshop1_pack` WRITE; /*!40000 ALTER TABLE `pshop1_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_page` -- DROP TABLE IF EXISTS `pshop1_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_page` ( `id_page` int(10) unsigned NOT NULL auto_increment, `id_page_type` int(10) unsigned NOT NULL, `id_object` int(10) unsigned default NULL, PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_page` -- LOCK TABLES `pshop1_page` WRITE; /*!40000 ALTER TABLE `pshop1_page` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_page_type` -- DROP TABLE IF EXISTS `pshop1_page_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_page_type` ( `id_page_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_page_type` -- LOCK TABLES `pshop1_page_type` WRITE; /*!40000 ALTER TABLE `pshop1_page_type` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_page_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_page_viewed` -- DROP TABLE IF EXISTS `pshop1_page_viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_page_viewed` ( `id_page` int(10) unsigned NOT NULL, `id_shop_group` int(10) unsigned NOT NULL default '1', `id_shop` int(10) unsigned NOT NULL default '1', `id_date_range` int(10) unsigned NOT NULL, `counter` int(10) unsigned NOT NULL, PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_page_viewed` -- LOCK TABLES `pshop1_page_viewed` WRITE; /*!40000 ALTER TABLE `pshop1_page_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_page_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_pagenotfound` -- DROP TABLE IF EXISTS `pshop1_pagenotfound`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_pagenotfound` ( `id_pagenotfound` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `request_uri` varchar(256) NOT NULL, `http_referer` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_pagenotfound` -- LOCK TABLES `pshop1_pagenotfound` WRITE; /*!40000 ALTER TABLE `pshop1_pagenotfound` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_pagenotfound` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product` -- DROP TABLE IF EXISTS `pshop1_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product` ( `id_product` int(10) unsigned NOT NULL auto_increment, `id_supplier` int(10) unsigned default NULL, `id_manufacturer` int(10) unsigned default NULL, `id_category_default` int(10) unsigned default NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `width` decimal(20,6) NOT NULL default '0.000000', `height` decimal(20,6) NOT NULL default '0.000000', `depth` decimal(20,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `out_of_stock` int(10) unsigned NOT NULL default '2', `quantity_discount` tinyint(1) default '0', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_is_pack` tinyint(1) NOT NULL default '0', `cache_has_attachments` tinyint(1) NOT NULL default '0', `is_virtual` tinyint(1) NOT NULL default '0', `cache_default_attribute` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_product`), KEY `product_supplier` (`id_supplier`), KEY `product_manufacturer` (`id_manufacturer`), KEY `id_category_default` (`id_category_default`), KEY `indexed` (`indexed`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product` -- LOCK TABLES `pshop1_product` WRITE; /*!40000 ALTER TABLE `pshop1_product` DISABLE KEYS */; INSERT INTO `pshop1_product` VALUES (1,1,1,3,1,1,0,0,'0','','0.000000',0,1,'124.581940','70.000000','','0.000000','0.00','demo_1','','','0.000000','0.000000','0.000000','0.500000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(2,1,1,3,1,1,0,0,'0','','0.000000',0,1,'66.053500','33.000000','','0.000000','0.00','demo_2','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(3,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1504.180602','1000.000000','','0.000000','0.00','demo_3','','','0.000000','0.000000','0.000000','1.360000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(4,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1170.568561','0.000000','','0.000000','0.00','demo_4','','','0.000000','0.000000','0.000000','0.750000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(5,0,0,3,1,1,0,0,'0','','0.000000',0,1,'241.638796','200.000000','','0.000000','0.00','demo_5','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(6,0,0,4,1,1,0,1,'0','','0.000000',0,1,'25.041806','0.000000','','0.000000','0.00','demo_6','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0),(7,2,2,4,1,1,0,1,'0','','0.000000',0,1,'124.581940','0.000000','','0.000000','0.00','demo_7','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56',0); /*!40000 ALTER TABLE `pshop1_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_attachment` -- DROP TABLE IF EXISTS `pshop1_product_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_attachment` ( `id_product` int(10) unsigned NOT NULL, `id_attachment` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_attachment` -- LOCK TABLES `pshop1_product_attachment` WRITE; /*!40000 ALTER TABLE `pshop1_product_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_attribute` -- DROP TABLE IF EXISTS `pshop1_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_attribute` ( `id_product_attribute` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`), KEY `product_attribute_product` (`id_product`), KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `product_default` (`id_product`,`default_on`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_attribute` -- LOCK TABLES `pshop1_product_attribute` WRITE; /*!40000 ALTER TABLE `pshop1_product_attribute` DISABLE KEYS */; INSERT INTO `pshop1_product_attribute` VALUES (1,2,'','','','','','0.000000','0.000000','0.000000',10,'0.000000','0.00',0,1,'0000-00-00'),(2,2,'','','','','','0.000000','0.000000','0.000000',20,'0.000000','0.00',1,1,'0000-00-00'),(3,2,'','','','','','0.000000','0.000000','0.000000',30,'0.000000','0.00',0,1,'0000-00-00'),(4,2,'','','','','','0.000000','0.000000','0.000000',40,'0.000000','0.00',0,1,'0000-00-00'),(5,3,'','','','','','0.000000','751.672241','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(6,3,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(7,3,'','','','','','0.000000','225.752508','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(8,3,'','','','','','0.000000','977.424749','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(9,5,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(10,5,'','','','','','0.000000','75.250836','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(11,5,'','','','','','0.000000','150.501672','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(12,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,4,'0000-00-00'),(13,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(14,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(15,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(16,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(17,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(18,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(19,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(20,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(21,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(22,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(23,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(24,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(25,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(26,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(27,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `pshop1_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_attribute_combination` -- DROP TABLE IF EXISTS `pshop1_product_attribute_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_attribute_combination` ( `id_attribute` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_product_attribute`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_attribute_combination` -- LOCK TABLES `pshop1_product_attribute_combination` WRITE; /*!40000 ALTER TABLE `pshop1_product_attribute_combination` DISABLE KEYS */; INSERT INTO `pshop1_product_attribute_combination` VALUES (3,3),(3,5),(3,6),(3,7),(3,8),(3,16),(3,17),(4,1),(4,12),(4,13),(5,4),(5,22),(5,23),(6,2),(6,24),(6,25),(7,20),(7,21),(8,6),(8,8),(9,5),(9,7),(10,5),(10,6),(11,7),(11,8),(14,18),(14,19),(15,9),(15,13),(15,15),(15,17),(15,19),(15,21),(15,23),(15,25),(15,27),(16,10),(16,12),(16,14),(16,16),(16,18),(16,20),(16,22),(16,24),(16,26),(17,11),(18,26),(18,27),(19,14),(19,15); /*!40000 ALTER TABLE `pshop1_product_attribute_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_attribute_image` -- DROP TABLE IF EXISTS `pshop1_product_attribute_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_attribute_image` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_image` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_image`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_attribute_image` -- LOCK TABLES `pshop1_product_attribute_image` WRITE; /*!40000 ALTER TABLE `pshop1_product_attribute_image` DISABLE KEYS */; INSERT INTO `pshop1_product_attribute_image` VALUES (1,23),(2,24),(3,26),(4,25),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,16),(13,16),(14,22),(15,22),(16,21),(17,21),(18,15),(19,15),(20,18),(21,18),(22,19),(23,19),(24,17),(25,17),(26,20),(27,20); /*!40000 ALTER TABLE `pshop1_product_attribute_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_attribute_shop` -- DROP TABLE IF EXISTS `pshop1_product_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_attribute_shop` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_attribute_shop` -- LOCK TABLES `pshop1_product_attribute_shop` WRITE; /*!40000 ALTER TABLE `pshop1_product_attribute_shop` DISABLE KEYS */; INSERT INTO `pshop1_product_attribute_shop` VALUES (1,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(2,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(3,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(4,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(5,1,'0.000000','751.672241','0.000000','0.000000','0.00',0,1,'0000-00-00'),(6,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(7,1,'0.000000','225.752508','0.000000','0.000000','0.00',0,1,'0000-00-00'),(8,1,'0.000000','977.424749','0.000000','0.000000','0.00',0,1,'0000-00-00'),(9,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(10,1,'0.000000','75.250836','0.000000','0.000000','0.00',0,1,'0000-00-00'),(11,1,'0.000000','150.501672','0.000000','0.000000','0.00',0,1,'0000-00-00'),(12,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,4,'0000-00-00'),(13,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(14,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(15,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(16,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(17,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(18,1,'0.000000','41.806020','0.000000','0.000000','0.00',1,1,'0000-00-00'),(19,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(20,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(21,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(22,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(23,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(24,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(25,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(26,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(27,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `pshop1_product_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_carrier` -- DROP TABLE IF EXISTS `pshop1_product_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_carrier` ( `id_product` int(10) unsigned NOT NULL, `id_carrier_reference` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_carrier` -- LOCK TABLES `pshop1_product_carrier` WRITE; /*!40000 ALTER TABLE `pshop1_product_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_country_tax` -- DROP TABLE IF EXISTS `pshop1_product_country_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_country_tax` ( `id_product` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_tax` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_country_tax` -- LOCK TABLES `pshop1_product_country_tax` WRITE; /*!40000 ALTER TABLE `pshop1_product_country_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_country_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_download` -- DROP TABLE IF EXISTS `pshop1_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_download` ( `id_product_download` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `display_filename` varchar(255) default NULL, `filename` varchar(255) default NULL, `date_add` datetime NOT NULL, `date_expiration` datetime default NULL, `nb_days_accessible` int(10) unsigned default NULL, `nb_downloadable` int(10) unsigned default '1', `active` tinyint(1) unsigned NOT NULL default '1', `is_shareable` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_product_download`), KEY `product_active` (`id_product`,`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_download` -- LOCK TABLES `pshop1_product_download` WRITE; /*!40000 ALTER TABLE `pshop1_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_group_reduction_cache` -- DROP TABLE IF EXISTS `pshop1_product_group_reduction_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_group_reduction_cache` ( `id_product` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_product`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_group_reduction_cache` -- LOCK TABLES `pshop1_product_group_reduction_cache` WRITE; /*!40000 ALTER TABLE `pshop1_product_group_reduction_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_group_reduction_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_lang` -- DROP TABLE IF EXISTS `pshop1_product_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_lang` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `description` text, `description_short` text, `link_rewrite` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `meta_title` varchar(128) default NULL, `name` varchar(128) NOT NULL, `available_now` varchar(255) default NULL, `available_later` varchar(255) default NULL, PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), KEY `id_lang` (`id_lang`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_lang` -- LOCK TABLES `pshop1_product_lang` WRITE; /*!40000 ALTER TABLE `pshop1_product_lang` DISABLE KEYS */; INSERT INTO `pshop1_product_lang` VALUES (1,1,1,'<p><strong><span style=\"font-size: small;\">Curved ahead of the curve.</span></strong></p>\r\n<p>For those about to rock, we give you nine amazing colors. But that\'s only part of the story. Feel the curved, all-aluminum and glass design and you won\'t want to put iPod nano down.</p>\r\n<p><strong><span style=\"font-size: small;\">Great looks. And brains, too.</span></strong></p>\r\n<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p>\r\n<p><strong><span style=\"font-size: small;\">Made to move with your moves.</span></strong></p>\r\n<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p>','<p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p>','ipod-nano','','','','iPod Nano','In stock',''),(2,1,1,'<p><span style=\"font-size: small;\"><strong>Instant attachment.</strong></span></p>\r\n<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p>\r\n<p><span style=\"font-size: small;\"><strong>Feed your iPod shuffle.</strong></span></p>\r\n<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p>\r\n<p><span style=\"font-size: small;\"><strong>Beauty and the beat.</strong></span></p>\r\n<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p>','<p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p>','ipod-shuffle','','','','iPod shuffle','In stock',''),(3,1,1,'<p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p>','MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.','macbook-air','','','','MacBook Air','',''),(4,1,1,'Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly.','MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.','macbook','','','','MacBook','',''),(5,1,1,'<h3>Five new hands-on applications</h3>\r\n<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p>\r\n<h3>Touch your music, movies, and more</h3>\r\n<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p>\r\n<h3>Internet in your pocket</h3>\r\n<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p>\r\n<h3>What\'s in the box</h3>\r\n<ul>\r\n<li><span></span>iPod touch</li>\r\n<li><span></span>Earphones</li>\r\n<li><span></span>USB 2.0 cable</li>\r\n<li><span></span>Dock adapter</li>\r\n<li><span></span>Polishing cloth</li>\r\n<li><span></span>Stand</li>\r\n<li><span></span>Quick Start guide</li>\r\n</ul>','<ul>\r\n<li>Revolutionary Multi-Touch interface</li>\r\n<li>3.5-inch widescreen color display</li>\r\n<li>Wi-Fi (802.11b/g)</li>\r\n<li>8 mm thin</li>\r\n<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li>\r\n</ul>','ipod-touch','','','','iPod touch','',''),(6,1,1,'<p>Lorem ipsum</p>','<p>Lorem ipsum</p>','belkin-leather-folio-for-ipod-nano-black-chocolate','','','','Belkin Leather Folio for iPod nano - Black / Chocolate','',''),(7,1,1,'<div class=\"product-overview-full\">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> \r\n<ul>\r\n<li>Sound-isolating design </li>\r\n<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li>\r\n<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li>\r\n<li> Connector compatible with earphone ports on both iPod and iPhone </li>\r\n</ul>\r\n<strong>Specifications </strong><br /> \r\n<ul>\r\n<li>Speaker type: Hi-Definition MicroSpeaker </li>\r\n<li> Frequency range: 25Hz-18.5kHz </li>\r\n<li> Impedance (1kHz): 26 Ohms </li>\r\n<li> Sensitivity (1mW): 114 dB SPL/mW </li>\r\n<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li>\r\n</ul>\r\n<strong>In the box</strong><br /> \r\n<ul>\r\n<li>Shure SE210 earphones </li>\r\n<li> Extension cable (36.0 in./91.4 cm) </li>\r\n<li> Three pairs foam earpiece sleeves (small, medium, large) </li>\r\n<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li>\r\n<li> One pair triple-flange earpiece sleeves </li>\r\n<li> Carrying case </li>\r\n</ul>\r\nWarranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple\'s Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div>','<p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that\'s free from outside noise.</p>','ecouteurs-a-isolation-sonore-shure-se210-blanc','','','','Shure SE210 Sound-Isolating Earphones for iPod and iPhone','',''); /*!40000 ALTER TABLE `pshop1_product_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_sale` -- DROP TABLE IF EXISTS `pshop1_product_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_sale` ( `id_product` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '0', `sale_nbr` int(10) unsigned NOT NULL default '0', `date_upd` date NOT NULL, PRIMARY KEY (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_sale` -- LOCK TABLES `pshop1_product_sale` WRITE; /*!40000 ALTER TABLE `pshop1_product_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_product_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_shop` -- DROP TABLE IF EXISTS `pshop1_product_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_shop` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `id_category_default` int(10) unsigned default NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ecotax` decimal(17,6) NOT NULL default '0.000000', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_default_attribute` int(10) unsigned default NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_product`,`id_shop`), KEY `id_category_default` (`id_category_default`), KEY `date_add` (`date_add`,`active`,`visibility`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_shop` -- LOCK TABLES `pshop1_product_shop` WRITE; /*!40000 ALTER TABLE `pshop1_product_shop` DISABLE KEYS */; INSERT INTO `pshop1_product_shop` VALUES (1,1,3,1,0,0,'0.000000',1,'124.581940','70.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(2,1,3,1,0,0,'0.000000',1,'66.053500','33.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(3,1,5,1,0,0,'0.000000',1,'1504.180602','1000.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(4,1,5,1,0,0,'0.000000',1,'1170.568561','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(5,1,3,1,0,0,'0.000000',1,'241.638796','200.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(6,1,4,1,0,1,'0.000000',1,'25.041806','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'),(7,1,4,1,0,1,'0.000000',1,'124.581940','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:49:56','2013-09-09 03:49:56'); /*!40000 ALTER TABLE `pshop1_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_supplier` -- DROP TABLE IF EXISTS `pshop1_product_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_supplier` ( `id_product_supplier` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL default '0', `id_supplier` int(11) unsigned NOT NULL, `product_supplier_reference` varchar(32) default NULL, `product_supplier_price_te` decimal(20,6) NOT NULL default '0.000000', `id_currency` int(11) unsigned NOT NULL, PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_supplier` -- LOCK TABLES `pshop1_product_supplier` WRITE; /*!40000 ALTER TABLE `pshop1_product_supplier` DISABLE KEYS */; INSERT INTO `pshop1_product_supplier` VALUES (1,1,0,1,'','0.000000',0),(2,1,12,1,'','0.000000',0),(3,1,13,1,'','0.000000',0),(4,1,14,1,'','0.000000',0),(5,1,15,1,'','0.000000',0),(6,1,16,1,'','0.000000',0),(7,1,17,1,'','0.000000',0),(8,1,18,1,'','0.000000',0),(9,1,19,1,'','0.000000',0),(10,1,20,1,'','0.000000',0),(11,1,21,1,'','0.000000',0),(12,1,22,1,'','0.000000',0),(13,1,23,1,'','0.000000',0),(14,1,24,1,'','0.000000',0),(15,1,25,1,'','0.000000',0),(16,1,26,1,'','0.000000',0),(17,1,27,1,'','0.000000',0),(18,3,0,1,'','0.000000',0),(19,3,5,1,'','0.000000',0),(20,3,6,1,'','0.000000',0),(21,3,7,1,'','0.000000',0),(22,3,8,1,'','0.000000',0),(23,6,0,1,'','0.000000',0),(24,2,0,1,'','0.000000',0),(25,2,1,1,'','0.000000',0),(26,2,2,1,'','0.000000',0),(27,2,3,1,'','0.000000',0),(28,2,4,1,'','0.000000',0),(29,4,0,1,'','0.000000',0),(30,5,0,1,'','0.000000',0),(31,5,9,1,'','0.000000',0),(32,5,10,1,'','0.000000',0),(33,5,11,1,'','0.000000',0),(34,7,0,2,'','0.000000',0); /*!40000 ALTER TABLE `pshop1_product_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_product_tag` -- DROP TABLE IF EXISTS `pshop1_product_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_product_tag` ( `id_product` int(10) unsigned NOT NULL, `id_tag` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_tag`), KEY `id_tag` (`id_tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_product_tag` -- LOCK TABLES `pshop1_product_tag` WRITE; /*!40000 ALTER TABLE `pshop1_product_tag` DISABLE KEYS */; INSERT INTO `pshop1_product_tag` VALUES (1,1),(1,2),(1,3),(2,2),(2,6),(4,1),(4,4),(5,5); /*!40000 ALTER TABLE `pshop1_product_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_profile` -- DROP TABLE IF EXISTS `pshop1_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_profile` ( `id_profile` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_profile` -- LOCK TABLES `pshop1_profile` WRITE; /*!40000 ALTER TABLE `pshop1_profile` DISABLE KEYS */; INSERT INTO `pshop1_profile` VALUES (1),(2),(3),(4),(5); /*!40000 ALTER TABLE `pshop1_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_profile_lang` -- DROP TABLE IF EXISTS `pshop1_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_profile_lang` ( `id_lang` int(10) unsigned NOT NULL, `id_profile` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_profile`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_profile_lang` -- LOCK TABLES `pshop1_profile_lang` WRITE; /*!40000 ALTER TABLE `pshop1_profile_lang` DISABLE KEYS */; INSERT INTO `pshop1_profile_lang` VALUES (1,1,'SuperAdmin'),(1,2,'Administrator'),(1,3,'Logistician'),(1,4,'Translator'),(1,5,'Salesman'); /*!40000 ALTER TABLE `pshop1_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_quick_access` -- DROP TABLE IF EXISTS `pshop1_quick_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_quick_access` ( `id_quick_access` int(10) unsigned NOT NULL auto_increment, `new_window` tinyint(1) NOT NULL default '0', `link` varchar(128) NOT NULL, PRIMARY KEY (`id_quick_access`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_quick_access` -- LOCK TABLES `pshop1_quick_access` WRITE; /*!40000 ALTER TABLE `pshop1_quick_access` DISABLE KEYS */; INSERT INTO `pshop1_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule'); /*!40000 ALTER TABLE `pshop1_quick_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_quick_access_lang` -- DROP TABLE IF EXISTS `pshop1_quick_access_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_quick_access_lang` ( `id_quick_access` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_quick_access`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_quick_access_lang` -- LOCK TABLES `pshop1_quick_access_lang` WRITE; /*!40000 ALTER TABLE `pshop1_quick_access_lang` DISABLE KEYS */; INSERT INTO `pshop1_quick_access_lang` VALUES (1,1,'Home'),(2,1,'My Shop'),(3,1,'New category'),(4,1,'New product'),(5,1,'New voucher'); /*!40000 ALTER TABLE `pshop1_quick_access_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_range_price` -- DROP TABLE IF EXISTS `pshop1_range_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_range_price` ( `id_range_price` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_range_price` -- LOCK TABLES `pshop1_range_price` WRITE; /*!40000 ALTER TABLE `pshop1_range_price` DISABLE KEYS */; INSERT INTO `pshop1_range_price` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `pshop1_range_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_range_weight` -- DROP TABLE IF EXISTS `pshop1_range_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_range_weight` ( `id_range_weight` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_range_weight` -- LOCK TABLES `pshop1_range_weight` WRITE; /*!40000 ALTER TABLE `pshop1_range_weight` DISABLE KEYS */; INSERT INTO `pshop1_range_weight` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `pshop1_range_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_referrer` -- DROP TABLE IF EXISTS `pshop1_referrer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_referrer` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `passwd` varchar(32) default NULL, `http_referer_regexp` varchar(64) default NULL, `http_referer_like` varchar(64) default NULL, `request_uri_regexp` varchar(64) default NULL, `request_uri_like` varchar(64) default NULL, `http_referer_regexp_not` varchar(64) default NULL, `http_referer_like_not` varchar(64) default NULL, `request_uri_regexp_not` varchar(64) default NULL, `request_uri_like_not` varchar(64) default NULL, `base_fee` decimal(5,2) NOT NULL default '0.00', `percent_fee` decimal(5,2) NOT NULL default '0.00', `click_fee` decimal(5,2) NOT NULL default '0.00', `date_add` datetime NOT NULL, PRIMARY KEY (`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_referrer` -- LOCK TABLES `pshop1_referrer` WRITE; /*!40000 ALTER TABLE `pshop1_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_referrer_cache` -- DROP TABLE IF EXISTS `pshop1_referrer_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_referrer_cache` ( `id_connections_source` int(11) unsigned NOT NULL, `id_referrer` int(11) unsigned NOT NULL, PRIMARY KEY (`id_connections_source`,`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_referrer_cache` -- LOCK TABLES `pshop1_referrer_cache` WRITE; /*!40000 ALTER TABLE `pshop1_referrer_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_referrer_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_referrer_shop` -- DROP TABLE IF EXISTS `pshop1_referrer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_referrer_shop` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `cache_visitors` int(11) default NULL, `cache_visits` int(11) default NULL, `cache_pages` int(11) default NULL, `cache_registrations` int(11) default NULL, `cache_orders` int(11) default NULL, `cache_sales` decimal(17,2) default NULL, `cache_reg_rate` decimal(5,4) default NULL, `cache_order_rate` decimal(5,4) default NULL, PRIMARY KEY (`id_referrer`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_referrer_shop` -- LOCK TABLES `pshop1_referrer_shop` WRITE; /*!40000 ALTER TABLE `pshop1_referrer_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_referrer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_reinsurance` -- DROP TABLE IF EXISTS `pshop1_reinsurance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_reinsurance` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id_reinsurance`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_reinsurance` -- LOCK TABLES `pshop1_reinsurance` WRITE; /*!40000 ALTER TABLE `pshop1_reinsurance` DISABLE KEYS */; INSERT INTO `pshop1_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'); /*!40000 ALTER TABLE `pshop1_reinsurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_reinsurance_lang` -- DROP TABLE IF EXISTS `pshop1_reinsurance_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_reinsurance_lang` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `text` varchar(300) NOT NULL, PRIMARY KEY (`id_reinsurance`,`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_reinsurance_lang` -- LOCK TABLES `pshop1_reinsurance_lang` WRITE; /*!40000 ALTER TABLE `pshop1_reinsurance_lang` DISABLE KEYS */; INSERT INTO `pshop1_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(2,1,'In-store exchange.'),(3,1,'Payment upon shipment.'),(4,1,'Free Shipping.'),(5,1,'100% secure payment processing.'); /*!40000 ALTER TABLE `pshop1_reinsurance_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_request_sql` -- DROP TABLE IF EXISTS `pshop1_request_sql`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_request_sql` ( `id_request_sql` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_request_sql` -- LOCK TABLES `pshop1_request_sql` WRITE; /*!40000 ALTER TABLE `pshop1_request_sql` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_request_sql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_required_field` -- DROP TABLE IF EXISTS `pshop1_required_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_required_field` ( `id_required_field` int(11) NOT NULL auto_increment, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_required_field` -- LOCK TABLES `pshop1_required_field` WRITE; /*!40000 ALTER TABLE `pshop1_required_field` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_required_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_risk` -- DROP TABLE IF EXISTS `pshop1_risk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_risk` ( `id_risk` int(11) unsigned NOT NULL auto_increment, `percent` tinyint(3) NOT NULL, `color` varchar(32) default NULL, PRIMARY KEY (`id_risk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_risk` -- LOCK TABLES `pshop1_risk` WRITE; /*!40000 ALTER TABLE `pshop1_risk` DISABLE KEYS */; INSERT INTO `pshop1_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15'); /*!40000 ALTER TABLE `pshop1_risk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_risk_lang` -- DROP TABLE IF EXISTS `pshop1_risk_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_risk_lang` ( `id_risk` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_risk`,`id_lang`), KEY `id_risk` (`id_risk`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_risk_lang` -- LOCK TABLES `pshop1_risk_lang` WRITE; /*!40000 ALTER TABLE `pshop1_risk_lang` DISABLE KEYS */; INSERT INTO `pshop1_risk_lang` VALUES (1,1,'None'),(2,1,'Low'),(3,1,'Medium'),(4,1,'High'); /*!40000 ALTER TABLE `pshop1_risk_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_scene` -- DROP TABLE IF EXISTS `pshop1_scene`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_scene` ( `id_scene` int(10) unsigned NOT NULL auto_increment, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_scene`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_scene` -- LOCK TABLES `pshop1_scene` WRITE; /*!40000 ALTER TABLE `pshop1_scene` DISABLE KEYS */; INSERT INTO `pshop1_scene` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop1_scene` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_scene_category` -- DROP TABLE IF EXISTS `pshop1_scene_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_scene_category` ( `id_scene` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_scene_category` -- LOCK TABLES `pshop1_scene_category` WRITE; /*!40000 ALTER TABLE `pshop1_scene_category` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_scene_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_scene_lang` -- DROP TABLE IF EXISTS `pshop1_scene_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_scene_lang` ( `id_scene` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(100) NOT NULL, PRIMARY KEY (`id_scene`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_scene_lang` -- LOCK TABLES `pshop1_scene_lang` WRITE; /*!40000 ALTER TABLE `pshop1_scene_lang` DISABLE KEYS */; INSERT INTO `pshop1_scene_lang` VALUES (1,1,'The iPods Nano'),(2,1,'The iPods'),(3,1,'The MacBooks'); /*!40000 ALTER TABLE `pshop1_scene_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_scene_products` -- DROP TABLE IF EXISTS `pshop1_scene_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_scene_products` ( `id_scene` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `x_axis` int(4) NOT NULL, `y_axis` int(4) NOT NULL, `zone_width` int(3) NOT NULL, `zone_height` int(3) NOT NULL, PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_scene_products` -- LOCK TABLES `pshop1_scene_products` WRITE; /*!40000 ALTER TABLE `pshop1_scene_products` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_scene_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_scene_shop` -- DROP TABLE IF EXISTS `pshop1_scene_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_scene_shop` ( `id_scene` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_scene_shop` -- LOCK TABLES `pshop1_scene_shop` WRITE; /*!40000 ALTER TABLE `pshop1_scene_shop` DISABLE KEYS */; INSERT INTO `pshop1_scene_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop1_scene_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_search_engine` -- DROP TABLE IF EXISTS `pshop1_search_engine`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_search_engine` ( `id_search_engine` int(10) unsigned NOT NULL auto_increment, `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_search_engine` -- LOCK TABLES `pshop1_search_engine` WRITE; /*!40000 ALTER TABLE `pshop1_search_engine` DISABLE KEYS */; INSERT INTO `pshop1_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); /*!40000 ALTER TABLE `pshop1_search_engine` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_search_index` -- DROP TABLE IF EXISTS `pshop1_search_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_search_index` ( `id_product` int(11) unsigned NOT NULL, `id_word` int(11) unsigned NOT NULL, `weight` smallint(4) unsigned NOT NULL default '1', PRIMARY KEY (`id_word`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_search_index` -- LOCK TABLES `pshop1_search_index` WRITE; /*!40000 ALTER TABLE `pshop1_search_index` DISABLE KEYS */; INSERT INTO `pshop1_search_index` VALUES (1,1,14),(1,2,14),(1,3,10),(1,4,3),(1,5,2),(1,6,1),(1,7,1),(1,8,17),(1,9,17),(1,10,1),(1,11,1),(1,12,1),(1,13,1),(1,14,2),(1,15,1),(1,16,1),(1,17,1),(1,18,1),(1,19,1),(1,20,1),(1,21,2),(1,22,2),(1,23,1),(1,24,1),(1,25,1),(1,26,1),(1,27,2),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,2),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,5),(1,48,1),(1,49,1),(1,50,1),(1,51,1),(1,52,1),(1,53,1),(1,54,1),(1,55,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,2),(1,61,2),(1,62,1),(1,63,1),(1,64,1),(1,65,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,3),(1,77,7),(1,78,3),(1,79,3),(1,80,4),(1,81,4),(1,82,4),(1,83,4),(1,84,4),(1,85,4),(1,86,4),(1,87,4),(2,1,15),(2,65,15),(2,3,10),(2,88,1),(2,89,1),(2,90,1),(2,66,2),(2,91,1),(2,7,3),(2,92,1),(2,93,2),(2,94,1),(2,81,4),(2,82,4),(2,85,4),(2,95,2),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,55,1),(2,47,7),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,4,1),(2,107,1),(2,25,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,116,1),(2,22,1),(2,117,1),(2,118,1),(2,119,1),(2,120,1),(2,121,1),(2,122,1),(2,123,1),(2,124,1),(2,33,1),(2,125,1),(2,126,1),(2,5,1),(2,127,1),(2,128,1),(2,76,3),(2,77,3),(2,78,3),(2,79,3),(2,83,2),(3,129,11),(3,130,11),(3,3,10),(3,131,1),(3,132,2),(3,112,1),(3,133,1),(3,134,1),(3,135,1),(3,26,1),(3,22,1),(3,136,1),(3,137,1),(3,138,1),(3,139,1),(3,140,1),(3,141,2),(3,142,1),(3,143,1),(3,144,1),(3,145,2),(3,146,2),(3,147,1),(3,5,1),(3,60,2),(3,148,1),(3,149,1),(3,150,1),(3,151,4),(3,4,1),(3,152,1),(3,153,1),(3,154,1),(3,47,1),(3,155,1),(3,156,1),(3,157,1),(3,158,1),(3,159,1),(3,27,1),(3,160,1),(3,161,1),(3,162,2),(3,163,1),(3,164,1),(3,165,1),(3,166,1),(3,167,1),(3,168,1),(3,169,1),(3,170,2),(3,171,2),(3,172,2),(3,173,1),(3,174,1),(3,175,1),(3,176,1),(3,177,1),(3,178,1),(3,179,1),(3,180,1),(3,181,1),(3,182,1),(3,183,1),(3,184,2),(3,185,1),(3,186,1),(3,187,1),(3,188,1),(3,189,1),(3,190,1),(3,191,9),(3,192,1),(3,193,1),(3,194,1),(3,195,1),(3,196,1),(3,197,1),(3,198,1),(3,199,1),(3,200,1),(3,75,1),(3,74,1),(3,201,1),(3,202,1),(3,203,1),(3,88,2),(3,204,1),(3,205,1),(3,7,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,3),(3,77,3),(3,78,3),(3,79,3),(3,224,4),(3,225,8),(3,226,8),(3,227,8),(3,228,4),(3,229,4),(3,230,4),(3,231,4),(3,232,4),(3,233,4),(3,83,8),(3,234,4),(3,235,4),(3,236,4),(3,237,4),(4,129,9),(4,3,10),(4,238,1),(4,239,1),(4,240,1),(4,241,1),(4,242,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,145,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,27,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,158,1),(4,151,1),(4,259,1),(4,190,1),(4,191,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,7,1),(4,269,1),(4,270,1),(4,271,1),(4,152,1),(4,272,1),(4,17,1),(4,273,1),(4,93,1),(4,47,1),(4,274,1),(4,275,1),(4,276,1),(4,223,3),(4,77,7),(4,78,3),(4,79,3),(4,277,4),(5,1,11),(5,175,14),(5,3,10),(5,278,2),(5,174,2),(5,279,1),(5,166,2),(5,167,1),(5,280,1),(5,169,2),(5,281,1),(5,154,1),(5,282,2),(5,283,1),(5,284,1),(5,285,1),(5,286,2),(5,287,2),(5,109,1),(5,66,2),(5,261,1),(5,288,2),(5,289,1),(5,4,1),(5,290,1),(5,275,1),(5,69,1),(5,291,1),(5,292,1),(5,293,1),(5,60,4),(5,294,1),(5,295,1),(5,296,1),(5,297,1),(5,298,1),(5,299,1),(5,300,1),(5,301,1),(5,302,1),(5,303,1),(5,304,1),(5,305,1),(5,202,1),(5,306,1),(5,307,1),(5,308,1),(5,47,4),(5,215,1),(5,93,1),(5,309,1),(5,247,1),(5,46,1),(5,310,1),(5,311,1),(5,22,1),(5,312,1),(5,313,2),(5,314,1),(5,315,1),(5,316,1),(5,317,1),(5,318,1),(5,222,2),(5,319,1),(5,320,1),(5,321,1),(5,322,1),(5,323,1),(5,324,1),(5,74,1),(5,325,1),(5,326,1),(5,327,1),(5,328,1),(5,92,1),(5,329,1),(5,181,1),(5,17,1),(5,330,2),(5,331,1),(5,274,1),(5,332,1),(5,333,1),(5,334,1),(5,335,1),(5,336,1),(5,337,1),(5,338,1),(5,252,1),(5,339,1),(5,340,1),(5,341,1),(5,342,1),(5,343,1),(5,76,3),(5,9,2),(5,344,2),(5,8,2),(6,345,6),(6,346,6),(6,347,6),(6,17,6),(6,1,6),(6,2,6),(6,80,6),(6,348,6),(6,3,10),(6,349,2),(6,350,2),(6,351,3),(7,352,12),(7,353,10),(7,354,7),(7,355,7),(7,335,8),(7,17,10),(7,1,8),(7,356,8),(7,3,10),(7,357,1),(7,188,4),(7,51,1),(7,358,1),(7,309,1),(7,241,1),(7,359,1),(7,360,1),(7,361,1),(7,362,1),(7,363,1),(7,364,2),(7,365,1),(7,366,1),(7,170,2),(7,367,3),(7,368,4),(7,27,3),(7,369,1),(7,370,1),(7,371,1),(7,372,1),(7,373,3),(7,374,1),(7,375,1),(7,376,1),(7,5,3),(7,377,1),(7,378,1),(7,379,1),(7,47,2),(7,323,1),(7,380,1),(7,89,2),(7,381,1),(7,382,1),(7,383,2),(7,178,1),(7,329,1),(7,384,1),(7,385,1),(7,386,1),(7,387,1),(7,388,1),(7,291,1),(7,389,1),(7,390,1),(7,391,1),(7,392,1),(7,393,1),(7,22,2),(7,394,1),(7,395,1),(7,396,1),(7,397,1),(7,398,1),(7,399,1),(7,6,1),(7,400,2),(7,60,6),(7,401,1),(7,402,1),(7,403,1),(7,404,1),(7,405,1),(7,406,1),(7,337,4),(7,407,1),(7,408,1),(7,409,1),(7,410,1),(7,411,1),(7,412,1),(7,413,1),(7,414,1),(7,415,1),(7,194,1),(7,416,1),(7,417,1),(7,418,1),(7,419,1),(7,420,1),(7,421,1),(7,422,1),(7,423,1),(7,424,1),(7,425,1),(7,426,1),(7,427,1),(7,428,1),(7,429,1),(7,430,2),(7,431,1),(7,432,1),(7,433,1),(7,434,1),(7,334,1),(7,435,1),(7,436,1),(7,437,2),(7,438,2),(7,439,1),(7,440,3),(7,441,3),(7,442,2),(7,443,2),(7,173,2),(7,444,1),(7,445,1),(7,118,1),(7,446,1),(7,447,1),(7,448,1),(7,449,1),(7,246,1),(7,450,2),(7,451,1),(7,452,1),(7,453,2),(7,454,1),(7,455,2),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,155,1),(7,462,1),(7,463,1),(7,29,1),(7,464,1),(7,465,1),(7,466,4),(7,467,2),(7,468,1),(7,469,1),(7,470,1),(7,471,3),(7,472,1),(7,77,4),(7,473,1),(7,474,1),(7,209,2),(7,475,1),(7,476,1),(7,477,1),(7,478,1),(7,479,1),(7,480,1),(7,481,1),(7,482,1),(7,483,2),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,493,1),(7,494,1),(7,351,3),(7,495,3); /*!40000 ALTER TABLE `pshop1_search_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_search_word` -- DROP TABLE IF EXISTS `pshop1_search_word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_search_word` ( `id_word` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `word` varchar(15) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) ) ENGINE=MyISAM AUTO_INCREMENT=496 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_search_word` -- LOCK TABLES `pshop1_search_word` WRITE; /*!40000 ALTER TABLE `pshop1_search_word` DISABLE KEYS */; INSERT INTO `pshop1_search_word` VALUES (1,1,1,'ipod'),(2,1,1,'nano'),(3,1,1,'demo'),(4,1,1,'new'),(5,1,1,'design'),(6,1,1,'features'),(7,1,1,'now'),(8,1,1,'8gb'),(9,1,1,'16gb'),(10,1,1,'rocks'),(11,1,1,'like'),(12,1,1,'never'),(13,1,1,'before'),(14,1,1,'curved'),(15,1,1,'ahead'),(16,1,1,'curve'),(17,1,1,'for'),(18,1,1,'those'),(19,1,1,'about'),(20,1,1,'rock'),(21,1,1,'give'),(22,1,1,'you'),(23,1,1,'nine'),(24,1,1,'amazing'),(25,1,1,'colors'),(26,1,1,'but'),(27,1,1,'that'),(28,1,1,'only'),(29,1,1,'part'),(30,1,1,'story'),(31,1,1,'feel'),(32,1,1,'all'),(33,1,1,'aluminum'),(34,1,1,'glass'),(35,1,1,'won'),(36,1,1,'want'),(37,1,1,'put'),(38,1,1,'down'),(39,1,1,'great'),(40,1,1,'looks'),(41,1,1,'brains'),(42,1,1,'too'),(43,1,1,'genius'),(44,1,1,'feature'),(45,1,1,'turns'),(46,1,1,'into'),(47,1,1,'your'),(48,1,1,'own'),(49,1,1,'highly'),(50,1,1,'intelligent'),(51,1,1,'personal'),(52,1,1,'creates'),(53,1,1,'playlists'),(54,1,1,'finding'),(55,1,1,'songs'),(56,1,1,'library'),(57,1,1,'together'),(58,1,1,'made'),(59,1,1,'move'),(60,1,1,'with'),(61,1,1,'moves'),(62,1,1,'accelerometer'),(63,1,1,'comes'),(64,1,1,'shake'),(65,1,1,'shuffle'),(66,1,1,'music'),(67,1,1,'turn'),(68,1,1,'sideways'),(69,1,1,'view'),(70,1,1,'cover'),(71,1,1,'flow'),(72,1,1,'play'),(73,1,1,'games'),(74,1,1,'designed'),(75,1,1,'mind'),(76,1,1,'ipods'),(77,1,1,'apple'),(78,1,1,'computer'),(79,1,1,'inc'),(80,1,1,'black'),(81,1,1,'blue'),(82,1,1,'green'),(83,1,1,'metal'),(84,1,1,'orange'),(85,1,1,'pink'),(86,1,1,'purple'),(87,1,1,'yellow'),(88,1,1,'world'),(89,1,1,'most'),(90,1,1,'wearable'),(91,1,1,'player'),(92,1,1,'clips'),(93,1,1,'more'),(94,1,1,'vibrant'),(95,1,1,'red'),(96,1,1,'instant'),(97,1,1,'attachment'),(98,1,1,'wear'),(99,1,1,'500'),(100,1,1,'sleeve'),(101,1,1,'belt'),(102,1,1,'gym'),(103,1,1,'shorts'),(104,1,1,'badge'),(105,1,1,'musical'),(106,1,1,'devotion'),(107,1,1,'brilliant'),(108,1,1,'feed'),(109,1,1,'itunes'),(110,1,1,'entertainment'),(111,1,1,'superstore'),(112,1,1,'ultra'),(113,1,1,'organized'),(114,1,1,'collection'),(115,1,1,'jukebox'),(116,1,1,'how'),(117,1,1,'load'),(118,1,1,'one'),(119,1,1,'click'),(120,1,1,'beauty'),(121,1,1,'beat'),(122,1,1,'intensely'),(123,1,1,'colorful'),(124,1,1,'anodized'),(125,1,1,'complements'),(126,1,1,'simple'),(127,1,1,'original'),(128,1,1,'silver'),(129,1,1,'macbook'),(130,1,1,'air'),(131,1,1,'ultrathin'),(132,1,1,'ultraportable'),(133,1,1,'unlike'),(134,1,1,'anything'),(135,1,1,'else'),(136,1,1,'don'),(137,1,1,'lose'),(138,1,1,'inches'),(139,1,1,'pounds'),(140,1,1,'overnight'),(141,1,1,'result'),(142,1,1,'rethinking'),(143,1,1,'conventions'),(144,1,1,'multiple'),(145,1,1,'wireless'),(146,1,1,'innovations'),(147,1,1,'breakthrough'),(148,1,1,'mobile'),(149,1,1,'computing'),(150,1,1,'suddenly'),(151,1,1,'has'),(152,1,1,'standard'),(153,1,1,'nearly'),(154,1,1,'thin'),(155,1,1,'index'),(156,1,1,'finger'),(157,1,1,'practically'),(158,1,1,'every'),(159,1,1,'detail'),(160,1,1,'could'),(161,1,1,'streamlined'),(162,1,1,'been'),(163,1,1,'yet'),(164,1,1,'still'),(165,1,1,'133'),(166,1,1,'inch'),(167,1,1,'widescreen'),(168,1,1,'led'),(169,1,1,'display'),(170,1,1,'full'),(171,1,1,'size'),(172,1,1,'keyboard'),(173,1,1,'large'),(174,1,1,'multi'),(175,1,1,'touch'),(176,1,1,'trackpad'),(177,1,1,'incomparably'),(178,1,1,'portable'),(179,1,1,'without'),(180,1,1,'usual'),(181,1,1,'screen'),(182,1,1,'compromises'),(183,1,1,'incredible'),(184,1,1,'thinness'),(185,1,1,'numerous'),(186,1,1,'weight'),(187,1,1,'shaving'),(188,1,1,'from'),(189,1,1,'slimmer'),(190,1,1,'hard'),(191,1,1,'drive'),(192,1,1,'strategically'),(193,1,1,'hidden'),(194,1,1,'ports'),(195,1,1,'lower'),(196,1,1,'profile'),(197,1,1,'battery'),(198,1,1,'everything'),(199,1,1,'considered'),(200,1,1,'reconsidered'),(201,1,1,'engineered'),(202,1,1,'take'),(203,1,1,'advantage'),(204,1,1,'which'),(205,1,1,'80211n'),(206,1,1,'fast'),(207,1,1,'available'),(208,1,1,'people'),(209,1,1,'are'),(210,1,1,'truly'),(211,1,1,'living'),(212,1,1,'untethered'),(213,1,1,'buying'),(214,1,1,'renting'),(215,1,1,'movies'),(216,1,1,'online'),(217,1,1,'downloading'),(218,1,1,'software'),(219,1,1,'sharing'),(220,1,1,'storing'),(221,1,1,'files'),(222,1,1,'web'),(223,1,1,'laptops'),(224,1,1,'160ghz'),(225,1,1,'intel'),(226,1,1,'core'),(227,1,1,'duo'),(228,1,1,'180ghz'),(229,1,1,'80gb'),(230,1,1,'parallel'),(231,1,1,'ata'),(232,1,1,'4200'),(233,1,1,'rpm'),(234,1,1,'optional'),(235,1,1,'64gb'),(236,1,1,'solid'),(237,1,1,'state'),(238,1,1,'makes'),(239,1,1,'easy'),(240,1,1,'hit'),(241,1,1,'road'),(242,1,1,'thanks'),(243,1,1,'its'),(244,1,1,'tough'),(245,1,1,'polycarbonate'),(246,1,1,'case'),(247,1,1,'built'),(248,1,1,'technologies'),(249,1,1,'innovative'),(250,1,1,'magsafe'),(251,1,1,'power'),(252,1,1,'adapter'),(253,1,1,'releases'),(254,1,1,'automatically'),(255,1,1,'someone'),(256,1,1,'accidentally'),(257,1,1,'trips'),(258,1,1,'cord'),(259,1,1,'larger'),(260,1,1,'250gb'),(261,1,1,'store'),(262,1,1,'growing'),(263,1,1,'media'),(264,1,1,'collections'),(265,1,1,'valuable'),(266,1,1,'data'),(267,1,1,'24ghz'),(268,1,1,'models'),(269,1,1,'include'),(270,1,1,'2gb'),(271,1,1,'memory'),(272,1,1,'perfect'),(273,1,1,'running'),(274,1,1,'favorite'),(275,1,1,'applications'),(276,1,1,'smoothly'),(277,1,1,'superdrive'),(278,1,1,'revolutionary'),(279,1,1,'interface'),(280,1,1,'color'),(281,1,1,'80211b'),(282,1,1,'safari'),(283,1,1,'youtube'),(284,1,1,'mail'),(285,1,1,'stocks'),(286,1,1,'weather'),(287,1,1,'notes'),(288,1,1,'maps'),(289,1,1,'five'),(290,1,1,'hands'),(291,1,1,'rich'),(292,1,1,'html'),(293,1,1,'email'),(294,1,1,'photos'),(295,1,1,'well'),(296,1,1,'pdf'),(297,1,1,'word'),(298,1,1,'excel'),(299,1,1,'attachments'),(300,1,1,'get'),(301,1,1,'directions'),(302,1,1,'real'),(303,1,1,'time'),(304,1,1,'traffic'),(305,1,1,'information'),(306,1,1,'read'),(307,1,1,'stock'),(308,1,1,'reports'),(309,1,1,'technology'),(310,1,1,'gorgeous'),(311,1,1,'lets'),(312,1,1,'pinch'),(313,1,1,'zoom'),(314,1,1,'scroll'),(315,1,1,'flick'),(316,1,1,'fingers'),(317,1,1,'internet'),(318,1,1,'pocket'),(319,1,1,'browser'),(320,1,1,'see'),(321,1,1,'websites'),(322,1,1,'way'),(323,1,1,'they'),(324,1,1,'were'),(325,1,1,'seen'),(326,1,1,'out'),(327,1,1,'tap'),(328,1,1,'add'),(329,1,1,'home'),(330,1,1,'quick'),(331,1,1,'access'),(332,1,1,'sites'),(333,1,1,'what'),(334,1,1,'box'),(335,1,1,'earphones'),(336,1,1,'usb'),(337,1,1,'cable'),(338,1,1,'dock'),(339,1,1,'polishing'),(340,1,1,'cloth'),(341,1,1,'stand'),(342,1,1,'start'),(343,1,1,'guide'),(344,1,1,'32gb'),(345,1,1,'belkin'),(346,1,1,'leather'),(347,1,1,'folio'),(348,1,1,'chocolate'),(349,1,1,'lorem'),(350,1,1,'ipsum'),(351,1,1,'accessories'),(352,1,1,'shure'),(353,1,1,'se210'),(354,1,1,'sound'),(355,1,1,'isolating'),(356,1,1,'iphone'),(357,1,1,'evolved'),(358,1,1,'monitor'),(359,1,1,'tested'),(360,1,1,'pro'),(361,1,1,'musicians'),(362,1,1,'perfected'),(363,1,1,'engineers'),(364,1,1,'lightweight'),(365,1,1,'stylish'),(366,1,1,'delivers'),(367,1,1,'range'),(368,1,1,'audio'),(369,1,1,'free'),(370,1,1,'outside'),(371,1,1,'noise'),(372,1,1,'using'),(373,1,1,'definition'),(374,1,1,'microspeakers'),(375,1,1,'deliver'),(376,1,1,'ergonomic'),(377,1,1,'ideal'),(378,1,1,'premium'),(379,1,1,'listening'),(380,1,1,'offer'),(381,1,1,'accurate'),(382,1,1,'reproduction'),(383,1,1,'both'),(384,1,1,'stereo'),(385,1,1,'sources'),(386,1,1,'ultimate'),(387,1,1,'precision'),(388,1,1,'highs'),(389,1,1,'low'),(390,1,1,'end'),(391,1,1,'addition'),(392,1,1,'flexible'),(393,1,1,'allows'),(394,1,1,'choose'),(395,1,1,'comfortable'),(396,1,1,'fit'),(397,1,1,'variety'),(398,1,1,'wearing'),(399,1,1,'positions'),(400,1,1,'microspeaker'),(401,1,1,'single'),(402,1,1,'balanced'),(403,1,1,'armature'),(404,1,1,'driver'),(405,1,1,'detachable'),(406,1,1,'modular'),(407,1,1,'can'),(408,1,1,'make'),(409,1,1,'longer'),(410,1,1,'shorter'),(411,1,1,'depending'),(412,1,1,'activity'),(413,1,1,'connector'),(414,1,1,'compatible'),(415,1,1,'earphone'),(416,1,1,'specifications'),(417,1,1,'speaker'),(418,1,1,'type'),(419,1,1,'frequency'),(420,1,1,'25hz'),(421,1,1,'185khz'),(422,1,1,'impedance'),(423,1,1,'1khz'),(424,1,1,'ohms'),(425,1,1,'sensitivity'),(426,1,1,'1mw'),(427,1,1,'114'),(428,1,1,'spl'),(429,1,1,'length'),(430,1,1,'extension'),(431,1,1,'180'),(432,1,1,'450'),(433,1,1,'540'),(434,1,1,'1371'),(435,1,1,'360'),(436,1,1,'914'),(437,1,1,'three'),(438,1,1,'pairs'),(439,1,1,'foam'),(440,1,1,'earpiece'),(441,1,1,'sleeves'),(442,1,1,'small'),(443,1,1,'medium'),(444,1,1,'soft'),(445,1,1,'flex'),(446,1,1,'pair'),(447,1,1,'triple'),(448,1,1,'flange'),(449,1,1,'carrying'),(450,1,1,'warranty'),(451,1,1,'two'),(452,1,1,'year'),(453,1,1,'limited'),(454,1,1,'details'),(455,1,1,'please'),(456,1,1,'visit'),(457,1,1,'www'),(458,1,1,'com'),(459,1,1,'personalaudio'),(460,1,1,'customersupport'),(461,1,1,'productreturnsa'),(462,1,1,'htm'),(463,1,1,'mfr'),(464,1,1,'efs'),(465,1,1,'note'),(466,1,1,'products'),(467,1,1,'sold'),(468,1,1,'through'),(469,1,1,'this'),(470,1,1,'website'),(471,1,1,'not'),(472,1,1,'bear'),(473,1,1,'brand'),(474,1,1,'name'),(475,1,1,'serviced'),(476,1,1,'supported'),(477,1,1,'exclusively'),(478,1,1,'their'),(479,1,1,'manufacturers'),(480,1,1,'accordance'),(481,1,1,'terms'),(482,1,1,'conditions'),(483,1,1,'packaged'),(484,1,1,'does'),(485,1,1,'apply'),(486,1,1,'branded'),(487,1,1,'even'),(488,1,1,'contact'),(489,1,1,'manufacturer'),(490,1,1,'directly'),(491,1,1,'technical'),(492,1,1,'support'),(493,1,1,'customer'),(494,1,1,'service'),(495,1,1,'incorporated'); /*!40000 ALTER TABLE `pshop1_search_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_sekeyword` -- DROP TABLE IF EXISTS `pshop1_sekeyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_sekeyword` ( `id_sekeyword` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keyword` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_sekeyword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_sekeyword` -- LOCK TABLES `pshop1_sekeyword` WRITE; /*!40000 ALTER TABLE `pshop1_sekeyword` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_sekeyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_shop` -- DROP TABLE IF EXISTS `pshop1_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_shop` ( `id_shop` int(11) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `id_category` int(11) unsigned NOT NULL default '1', `id_theme` int(1) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_category` (`id_category`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_shop` -- LOCK TABLES `pshop1_shop` WRITE; /*!40000 ALTER TABLE `pshop1_shop` DISABLE KEYS */; INSERT INTO `pshop1_shop` VALUES (1,1,'Convict Cartel Apparel',2,1,1,0); /*!40000 ALTER TABLE `pshop1_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_shop_group` -- DROP TABLE IF EXISTS `pshop1_shop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_shop_group` ( `id_shop_group` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `share_customer` tinyint(1) NOT NULL, `share_order` tinyint(1) NOT NULL, `share_stock` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_shop_group` -- LOCK TABLES `pshop1_shop_group` WRITE; /*!40000 ALTER TABLE `pshop1_shop_group` DISABLE KEYS */; INSERT INTO `pshop1_shop_group` VALUES (1,'Default',0,0,0,1,0); /*!40000 ALTER TABLE `pshop1_shop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_shop_url` -- DROP TABLE IF EXISTS `pshop1_shop_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_shop_url` ( `id_shop_url` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_shop_url` -- LOCK TABLES `pshop1_shop_url` WRITE; /*!40000 ALTER TABLE `pshop1_shop_url` DISABLE KEYS */; INSERT INTO `pshop1_shop_url` VALUES (1,1,'convictcartel.com','convictcartel.com','/shop/','',1,1); /*!40000 ALTER TABLE `pshop1_shop_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_specific_price` -- DROP TABLE IF EXISTS `pshop1_specific_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_specific_price` ( `id_specific_price` int(10) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, `id_cart` int(11) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_shop_group` int(11) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price`), KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), KEY `from_quantity` (`from_quantity`), KEY `id_specific_price_rule` (`id_specific_price_rule`), KEY `id_cart` (`id_cart`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_specific_price` -- LOCK TABLES `pshop1_specific_price` WRITE; /*!40000 ALTER TABLE `pshop1_specific_price` DISABLE KEYS */; INSERT INTO `pshop1_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,'-1.000000',1,'0.050000','percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `pshop1_specific_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_specific_price_priority` -- DROP TABLE IF EXISTS `pshop1_specific_price_priority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_specific_price_priority` ( `id_specific_price_priority` int(11) NOT NULL auto_increment, `id_product` int(11) NOT NULL, `priority` varchar(80) NOT NULL, PRIMARY KEY (`id_specific_price_priority`,`id_product`), UNIQUE KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_specific_price_priority` -- LOCK TABLES `pshop1_specific_price_priority` WRITE; /*!40000 ALTER TABLE `pshop1_specific_price_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_specific_price_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_specific_price_rule` -- DROP TABLE IF EXISTS `pshop1_specific_price_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_specific_price_rule` ( `id_specific_price_rule` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `price` decimal(20,6) default NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price_rule`), KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_specific_price_rule` -- LOCK TABLES `pshop1_specific_price_rule` WRITE; /*!40000 ALTER TABLE `pshop1_specific_price_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_specific_price_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_specific_price_rule_condition` -- DROP TABLE IF EXISTS `pshop1_specific_price_rule_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_specific_price_rule_condition` ( `id_specific_price_rule_condition` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, `type` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition`), KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_specific_price_rule_condition` -- LOCK TABLES `pshop1_specific_price_rule_condition` WRITE; /*!40000 ALTER TABLE `pshop1_specific_price_rule_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_specific_price_rule_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_specific_price_rule_condition_group` -- DROP TABLE IF EXISTS `pshop1_specific_price_rule_condition_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_specific_price_rule_condition_group` ( `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_specific_price_rule_condition_group` -- LOCK TABLES `pshop1_specific_price_rule_condition_group` WRITE; /*!40000 ALTER TABLE `pshop1_specific_price_rule_condition_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_specific_price_rule_condition_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_state` -- DROP TABLE IF EXISTS `pshop1_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_state` ( `id_state` int(10) unsigned NOT NULL auto_increment, `id_country` int(11) unsigned NOT NULL, `id_zone` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `iso_code` varchar(7) NOT NULL, `tax_behavior` smallint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_state`), KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=313 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_state` -- LOCK TABLES `pshop1_state` WRITE; /*!40000 ALTER TABLE `pshop1_state` DISABLE KEYS */; INSERT INTO `pshop1_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1); /*!40000 ALTER TABLE `pshop1_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_statssearch` -- DROP TABLE IF EXISTS `pshop1_statssearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_statssearch` ( `id_statssearch` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keywords` varchar(255) NOT NULL, `results` int(6) NOT NULL default '0', `date_add` datetime NOT NULL, PRIMARY KEY (`id_statssearch`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_statssearch` -- LOCK TABLES `pshop1_statssearch` WRITE; /*!40000 ALTER TABLE `pshop1_statssearch` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_statssearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_stock` -- DROP TABLE IF EXISTS `pshop1_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_stock` ( `id_stock` int(11) unsigned NOT NULL auto_increment, `id_warehouse` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `physical_quantity` int(11) unsigned NOT NULL, `usable_quantity` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_stock`), KEY `id_warehouse` (`id_warehouse`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_stock` -- LOCK TABLES `pshop1_stock` WRITE; /*!40000 ALTER TABLE `pshop1_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_stock_available` -- DROP TABLE IF EXISTS `pshop1_stock_available`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_stock_available` ( `id_stock_available` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `id_shop_group` int(11) unsigned NOT NULL, `quantity` int(10) NOT NULL default '0', `depends_on_stock` tinyint(1) unsigned NOT NULL default '0', `out_of_stock` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_available`), UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_stock_available` -- LOCK TABLES `pshop1_stock_available` WRITE; /*!40000 ALTER TABLE `pshop1_stock_available` DISABLE KEYS */; INSERT INTO `pshop1_stock_available` VALUES (1,1,0,1,0,160,0,2),(2,2,0,1,0,120,0,2),(3,3,0,1,0,400,0,2),(4,4,0,1,0,75,0,2),(5,5,0,1,0,120,0,2),(6,6,0,1,0,25,0,2),(7,7,0,1,0,15,0,2),(8,2,1,1,0,30,0,2),(9,2,2,1,0,30,0,2),(10,2,3,1,0,30,0,2),(11,2,4,1,0,30,0,2),(12,3,5,1,0,100,0,2),(13,3,6,1,0,100,0,2),(14,3,7,1,0,100,0,2),(15,3,8,1,0,100,0,2),(16,5,9,1,0,40,0,2),(17,5,10,1,0,40,0,2),(18,5,11,1,0,40,0,2),(19,1,12,1,0,10,0,2),(20,1,13,1,0,10,0,2),(21,1,14,1,0,10,0,2),(22,1,15,1,0,10,0,2),(23,1,16,1,0,10,0,2),(24,1,17,1,0,10,0,2),(25,1,18,1,0,10,0,2),(26,1,19,1,0,10,0,2),(27,1,20,1,0,10,0,2),(28,1,21,1,0,10,0,2),(29,1,22,1,0,10,0,2),(30,1,23,1,0,10,0,2),(31,1,24,1,0,10,0,2),(32,1,25,1,0,10,0,2),(33,1,26,1,0,10,0,2),(34,1,27,1,0,10,0,2); /*!40000 ALTER TABLE `pshop1_stock_available` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_stock_mvt` -- DROP TABLE IF EXISTS `pshop1_stock_mvt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_stock_mvt` ( `id_stock_mvt` bigint(20) unsigned NOT NULL auto_increment, `id_stock` int(11) unsigned NOT NULL, `id_order` int(11) unsigned default NULL, `id_supply_order` int(11) unsigned default NULL, `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `physical_quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` tinyint(1) NOT NULL default '1', `price_te` decimal(20,6) default '0.000000', `last_wa` decimal(20,6) default '0.000000', `current_wa` decimal(20,6) default '0.000000', `referer` bigint(20) unsigned default NULL, PRIMARY KEY (`id_stock_mvt`), KEY `id_stock` (`id_stock`), KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_stock_mvt` -- LOCK TABLES `pshop1_stock_mvt` WRITE; /*!40000 ALTER TABLE `pshop1_stock_mvt` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_stock_mvt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_stock_mvt_reason` -- DROP TABLE IF EXISTS `pshop1_stock_mvt_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_stock_mvt_reason` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL auto_increment, `sign` tinyint(1) NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_mvt_reason`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_stock_mvt_reason` -- LOCK TABLES `pshop1_stock_mvt_reason` WRITE; /*!40000 ALTER TABLE `pshop1_stock_mvt_reason` DISABLE KEYS */; INSERT INTO `pshop1_stock_mvt_reason` VALUES (1,1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(2,-1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(3,-1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(4,-1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(5,1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(6,-1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(7,1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0),(8,1,'2013-09-09 03:48:58','2013-09-09 03:48:58',0); /*!40000 ALTER TABLE `pshop1_stock_mvt_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_stock_mvt_reason_lang` -- DROP TABLE IF EXISTS `pshop1_stock_mvt_reason_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_stock_mvt_reason_lang` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_stock_mvt_reason_lang` -- LOCK TABLES `pshop1_stock_mvt_reason_lang` WRITE; /*!40000 ALTER TABLE `pshop1_stock_mvt_reason_lang` DISABLE KEYS */; INSERT INTO `pshop1_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(2,1,'Decrease'),(3,1,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(8,1,'Supply Order'); /*!40000 ALTER TABLE `pshop1_stock_mvt_reason_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_store` -- DROP TABLE IF EXISTS `pshop1_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_store` ( `id_store` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `name` varchar(128) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `city` varchar(64) NOT NULL, `postcode` varchar(12) NOT NULL, `latitude` decimal(13,8) default NULL, `longitude` decimal(13,8) default NULL, `hours` varchar(254) default NULL, `phone` varchar(16) default NULL, `fax` varchar(16) default NULL, `email` varchar(128) default NULL, `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_store` -- LOCK TABLES `pshop1_store` WRITE; /*!40000 ALTER TABLE `pshop1_store` DISABLE KEYS */; INSERT INTO `pshop1_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135','25.76500500','-80.24379700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:49:57','2013-09-09 03:49:57'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304','26.13793600','-80.13943500','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:49:57','2013-09-09 03:49:57'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026','26.00998700','-80.29447200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:49:57','2013-09-09 03:49:57'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133','25.73629600','-80.24479700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:49:57','2013-09-09 03:49:57'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181','25.88674000','-80.16329200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:49:57','2013-09-09 03:49:57'); /*!40000 ALTER TABLE `pshop1_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_store_shop` -- DROP TABLE IF EXISTS `pshop1_store_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_store_shop` ( `id_store` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_store`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_store_shop` -- LOCK TABLES `pshop1_store_shop` WRITE; /*!40000 ALTER TABLE `pshop1_store_shop` DISABLE KEYS */; INSERT INTO `pshop1_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop1_store_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supplier` -- DROP TABLE IF EXISTS `pshop1_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supplier` ( `id_supplier` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supplier` -- LOCK TABLES `pshop1_supplier` WRITE; /*!40000 ALTER TABLE `pshop1_supplier` DISABLE KEYS */; INSERT INTO `pshop1_supplier` VALUES (1,'AppleStore','2013-09-09 03:49:56','2013-09-09 03:49:56',1),(2,'Shure Online Store','2013-09-09 03:49:56','2013-09-09 03:49:56',1); /*!40000 ALTER TABLE `pshop1_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supplier_lang` -- DROP TABLE IF EXISTS `pshop1_supplier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supplier_lang` ( `id_supplier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_supplier`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supplier_lang` -- LOCK TABLES `pshop1_supplier_lang` WRITE; /*!40000 ALTER TABLE `pshop1_supplier_lang` DISABLE KEYS */; INSERT INTO `pshop1_supplier_lang` VALUES (1,1,'','','',''),(2,1,'','','',''); /*!40000 ALTER TABLE `pshop1_supplier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supplier_shop` -- DROP TABLE IF EXISTS `pshop1_supplier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supplier_shop` ( `id_supplier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_supplier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supplier_shop` -- LOCK TABLES `pshop1_supplier_shop` WRITE; /*!40000 ALTER TABLE `pshop1_supplier_shop` DISABLE KEYS */; INSERT INTO `pshop1_supplier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop1_supplier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order` -- DROP TABLE IF EXISTS `pshop1_supply_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order` ( `id_supply_order` int(11) unsigned NOT NULL auto_increment, `id_supplier` int(11) unsigned NOT NULL, `supplier_name` varchar(64) NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `id_supply_order_state` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_ref_currency` int(11) unsigned NOT NULL, `reference` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `date_delivery_expected` datetime default NULL, `total_te` decimal(20,6) default '0.000000', `total_with_discount_te` decimal(20,6) default '0.000000', `total_tax` decimal(20,6) default '0.000000', `total_ti` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `is_template` tinyint(1) default '0', PRIMARY KEY (`id_supply_order`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`), KEY `reference` (`reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order` -- LOCK TABLES `pshop1_supply_order` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_supply_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order_detail` -- DROP TABLE IF EXISTS `pshop1_supply_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order_detail` ( `id_supply_order_detail` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `supplier_reference` varchar(32) NOT NULL, `name` varchar(128) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `exchange_rate` decimal(20,6) default '0.000000', `unit_price_te` decimal(20,6) default '0.000000', `quantity_expected` int(11) unsigned NOT NULL, `quantity_received` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `price_with_discount_te` decimal(20,6) default '0.000000', `tax_rate` decimal(20,6) default '0.000000', `tax_value` decimal(20,6) default '0.000000', `price_ti` decimal(20,6) default '0.000000', `tax_value_with_order_discount` decimal(20,6) default '0.000000', `price_with_order_discount_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_supply_order_detail`), KEY `id_supply_order` (`id_supply_order`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`), KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order_detail` -- LOCK TABLES `pshop1_supply_order_detail` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_supply_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order_history` -- DROP TABLE IF EXISTS `pshop1_supply_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order_history` ( `id_supply_order_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_state` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_history`), KEY `id_supply_order` (`id_supply_order`), KEY `id_employee` (`id_employee`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order_history` -- LOCK TABLES `pshop1_supply_order_history` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_supply_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order_receipt_history` -- DROP TABLE IF EXISTS `pshop1_supply_order_receipt_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order_receipt_history` ( `id_supply_order_receipt_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order_detail` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_supply_order_state` int(11) unsigned NOT NULL, `quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_receipt_history`), KEY `id_supply_order_detail` (`id_supply_order_detail`), KEY `id_supply_order_state` (`id_supply_order_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order_receipt_history` -- LOCK TABLES `pshop1_supply_order_receipt_history` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order_receipt_history` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_supply_order_receipt_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order_state` -- DROP TABLE IF EXISTS `pshop1_supply_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order_state` ( `id_supply_order_state` int(11) unsigned NOT NULL auto_increment, `delivery_note` tinyint(1) NOT NULL default '0', `editable` tinyint(1) NOT NULL default '0', `receipt_state` tinyint(1) NOT NULL default '0', `pending_receipt` tinyint(1) NOT NULL default '0', `enclosed` tinyint(1) NOT NULL default '0', `color` varchar(32) default NULL, PRIMARY KEY (`id_supply_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order_state` -- LOCK TABLES `pshop1_supply_order_state` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order_state` DISABLE KEYS */; INSERT INTO `pshop1_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); /*!40000 ALTER TABLE `pshop1_supply_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_supply_order_state_lang` -- DROP TABLE IF EXISTS `pshop1_supply_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_supply_order_state_lang` ( `id_supply_order_state` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_supply_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_supply_order_state_lang` -- LOCK TABLES `pshop1_supply_order_state_lang` WRITE; /*!40000 ALTER TABLE `pshop1_supply_order_state_lang` DISABLE KEYS */; INSERT INTO `pshop1_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(2,1,'2 - Order validated'),(3,1,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(5,1,'5 - Order received completely'),(6,1,'6 - Order canceled'); /*!40000 ALTER TABLE `pshop1_supply_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tab` -- DROP TABLE IF EXISTS `pshop1_tab`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tab` ( `id_tab` int(10) unsigned NOT NULL auto_increment, `id_parent` int(11) NOT NULL, `class_name` varchar(64) NOT NULL, `module` varchar(64) default NULL, `position` int(10) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_tab`), KEY `class_name` (`class_name`), KEY `id_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tab` -- LOCK TABLES `pshop1_tab` WRITE; /*!40000 ALTER TABLE `pshop1_tab` DISABLE KEYS */; INSERT INTO `pshop1_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1); /*!40000 ALTER TABLE `pshop1_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tab_advice` -- DROP TABLE IF EXISTS `pshop1_tab_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tab_advice` ( `id_tab` int(11) NOT NULL, `id_advice` int(11) NOT NULL, PRIMARY KEY (`id_tab`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tab_advice` -- LOCK TABLES `pshop1_tab_advice` WRITE; /*!40000 ALTER TABLE `pshop1_tab_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_tab_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tab_lang` -- DROP TABLE IF EXISTS `pshop1_tab_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tab_lang` ( `id_tab` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, PRIMARY KEY (`id_tab`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tab_lang` -- LOCK TABLES `pshop1_tab_lang` WRITE; /*!40000 ALTER TABLE `pshop1_tab_lang` DISABLE KEYS */; INSERT INTO `pshop1_tab_lang` VALUES (1,1,'Home'),(2,1,'CMS Pages'),(3,1,'CMS Categories'),(4,1,'Combinations Generator'),(5,1,'Search'),(6,1,'Login'),(7,1,'Shops'),(8,1,'Shop URLs'),(9,1,'Catalog'),(10,1,'Orders'),(11,1,'Customers'),(12,1,'Price Rules'),(13,1,'Shipping'),(14,1,'Localization'),(15,1,'Modules'),(16,1,'Preferences'),(17,1,'Advanced Parameters'),(18,1,'Administration'),(19,1,'Stats'),(20,1,'Stock'),(21,1,'Products'),(22,1,'Categories'),(23,1,'Monitoring'),(24,1,'Attributes and Values'),(25,1,'Features'),(26,1,'Manufacturers'),(27,1,'Suppliers'),(28,1,'Image Mapping'),(29,1,'Tags'),(30,1,'Attachments'),(31,1,'Orders'),(32,1,'Invoices'),(33,1,'Merchandise Returns'),(34,1,'Delivery Slips'),(35,1,'Credit Slips'),(36,1,'Statuses'),(37,1,'Order Messages'),(38,1,'Customers'),(39,1,'Addresses'),(40,1,'Groups'),(41,1,'Shopping Carts'),(42,1,'Customer Service'),(43,1,'Contacts'),(44,1,'Titles'),(45,1,'Outstanding'),(46,1,'Cart Rules'),(47,1,'Catalog Price Rules'),(48,1,'Marketing'),(49,1,'Shipping'),(50,1,'Carriers'),(52,1,'Localization'),(53,1,'Languages'),(54,1,'Zones'),(55,1,'Countries'),(56,1,'States'),(57,1,'Currencies'),(58,1,'Taxes'),(59,1,'Tax Rules'),(60,1,'Translations'),(61,1,'Modules'),(62,1,'Modules & Themes Catalog'),(63,1,'Positions'),(64,1,'Payment'),(65,1,'General'),(66,1,'Orders'),(67,1,'Products'),(68,1,'Customers'),(69,1,'Themes'),(70,1,'SEO & URLs'),(71,1,'CMS'),(72,1,'Images'),(73,1,'Store Contacts'),(74,1,'Search'),(75,1,'Maintenance'),(76,1,'Geolocation'),(77,1,'Configuration Information'),(78,1,'Performance'),(79,1,'E-mail'),(80,1,'Multistore'),(81,1,'CSV Import'),(82,1,'DB Backup'),(83,1,'SQL Manager'),(84,1,'Logs'),(85,1,'Webservice'),(86,1,'Preferences'),(87,1,'Quick Access'),(88,1,'Employees'),(89,1,'Profiles'),(90,1,'Permissions'),(91,1,'Menus'),(92,1,'Stats'),(93,1,'Search Engines'),(94,1,'Referrers'),(95,1,'Warehouses'),(96,1,'Stock Management'),(97,1,'Stock Movement'),(98,1,'Instant Stock Status'),(99,1,'Stock Coverage'),(100,1,'Supply orders'),(101,1,'Configuration'),(102,1,'Merchant Expertise'); /*!40000 ALTER TABLE `pshop1_tab_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tab_module_preference` -- DROP TABLE IF EXISTS `pshop1_tab_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tab_module_preference` ( `id_tab_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `module` varchar(255) NOT NULL, PRIMARY KEY (`id_tab_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tab_module_preference` -- LOCK TABLES `pshop1_tab_module_preference` WRITE; /*!40000 ALTER TABLE `pshop1_tab_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_tab_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tag` -- DROP TABLE IF EXISTS `pshop1_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tag` ( `id_tag` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tag`), KEY `tag_name` (`name`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tag` -- LOCK TABLES `pshop1_tag` WRITE; /*!40000 ALTER TABLE `pshop1_tag` DISABLE KEYS */; INSERT INTO `pshop1_tag` VALUES (1,1,'apple'),(2,1,'ipod'),(3,1,'nano'),(4,1,'superdrive'),(5,1,'Ipod touch'),(6,1,'shuffle'); /*!40000 ALTER TABLE `pshop1_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tax` -- DROP TABLE IF EXISTS `pshop1_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tax` ( `id_tax` int(10) unsigned NOT NULL auto_increment, `rate` decimal(10,3) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_tax`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tax` -- LOCK TABLES `pshop1_tax` WRITE; /*!40000 ALTER TABLE `pshop1_tax` DISABLE KEYS */; INSERT INTO `pshop1_tax` VALUES (1,'4.000',1,0),(2,'0.000',1,0),(3,'6.600',1,0),(4,'6.000',1,0),(5,'8.250',1,0),(6,'2.900',1,0),(7,'0.000',1,0),(8,'0.000',1,0),(9,'6.000',1,0),(10,'4.000',1,0),(11,'4.000',1,0),(12,'6.000',1,0),(13,'6.250',1,0),(14,'7.000',1,0),(15,'6.000',1,0),(16,'5.300',1,0),(17,'6.000',1,0),(18,'4.000',1,0),(19,'5.000',1,0),(20,'6.000',1,0),(21,'6.250',1,0),(22,'6.000',1,0),(23,'6.875',1,0),(24,'7.000',1,0),(25,'4.225',1,0),(26,'0.000',1,0),(27,'5.500',1,0),(28,'6.850',1,0),(29,'0.000',1,0),(30,'7.000',1,0),(31,'5.125',1,0),(32,'4.000',1,0),(33,'5.500',1,0),(34,'5.000',1,0),(35,'5.500',1,0),(36,'4.500',1,0),(37,'0.000',1,0),(38,'6.000',1,0),(39,'7.000',1,0),(40,'6.000',1,0),(41,'4.000',1,0),(42,'7.000',1,0),(43,'6.250',1,0),(44,'4.750',1,0),(45,'6.000',1,0),(46,'4.000',1,0),(47,'6.500',1,0),(48,'6.000',1,0),(49,'5.000',1,0),(50,'4.000',1,0),(51,'5.500',1,0),(52,'6.000',1,0); /*!40000 ALTER TABLE `pshop1_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tax_lang` -- DROP TABLE IF EXISTS `pshop1_tax_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tax_lang` ( `id_tax` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tax`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tax_lang` -- LOCK TABLES `pshop1_tax_lang` WRITE; /*!40000 ALTER TABLE `pshop1_tax_lang` DISABLE KEYS */; INSERT INTO `pshop1_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'); /*!40000 ALTER TABLE `pshop1_tax_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tax_rule` -- DROP TABLE IF EXISTS `pshop1_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tax_rule` ( `id_tax_rule` int(11) NOT NULL auto_increment, `id_tax_rules_group` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_state` int(11) NOT NULL, `zipcode_from` varchar(12) NOT NULL, `zipcode_to` varchar(12) NOT NULL, `id_tax` int(11) NOT NULL, `behavior` int(11) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id_tax_rule`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tax_rule` -- LOCK TABLES `pshop1_tax_rule` WRITE; /*!40000 ALTER TABLE `pshop1_tax_rule` DISABLE KEYS */; INSERT INTO `pshop1_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''); /*!40000 ALTER TABLE `pshop1_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tax_rules_group` -- DROP TABLE IF EXISTS `pshop1_tax_rules_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tax_rules_group` ( `id_tax_rules_group` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `active` int(11) NOT NULL, PRIMARY KEY (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tax_rules_group` -- LOCK TABLES `pshop1_tax_rules_group` WRITE; /*!40000 ALTER TABLE `pshop1_tax_rules_group` DISABLE KEYS */; INSERT INTO `pshop1_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1); /*!40000 ALTER TABLE `pshop1_tax_rules_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_tax_rules_group_shop` -- DROP TABLE IF EXISTS `pshop1_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_tax_rules_group_shop` ( `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_tax_rules_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_tax_rules_group_shop` -- LOCK TABLES `pshop1_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `pshop1_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `pshop1_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1); /*!40000 ALTER TABLE `pshop1_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_theme` -- DROP TABLE IF EXISTS `pshop1_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_theme` ( `id_theme` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `directory` varchar(64) NOT NULL, PRIMARY KEY (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_theme` -- LOCK TABLES `pshop1_theme` WRITE; /*!40000 ALTER TABLE `pshop1_theme` DISABLE KEYS */; INSERT INTO `pshop1_theme` VALUES (1,'default','default'); /*!40000 ALTER TABLE `pshop1_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_theme_specific` -- DROP TABLE IF EXISTS `pshop1_theme_specific`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_theme_specific` ( `id_theme` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `entity` int(11) unsigned NOT NULL, `id_object` int(11) unsigned NOT NULL, PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_theme_specific` -- LOCK TABLES `pshop1_theme_specific` WRITE; /*!40000 ALTER TABLE `pshop1_theme_specific` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_theme_specific` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_timezone` -- DROP TABLE IF EXISTS `pshop1_timezone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_timezone` ( `id_timezone` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) ) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_timezone` -- LOCK TABLES `pshop1_timezone` WRITE; /*!40000 ALTER TABLE `pshop1_timezone` DISABLE KEYS */; INSERT INTO `pshop1_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); /*!40000 ALTER TABLE `pshop1_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_warehouse` -- DROP TABLE IF EXISTS `pshop1_warehouse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_warehouse` ( `id_warehouse` int(11) unsigned NOT NULL auto_increment, `id_currency` int(11) unsigned NOT NULL, `id_address` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `reference` varchar(32) default NULL, `name` varchar(45) NOT NULL, `management_type` enum('WA','FIFO','LIFO') NOT NULL default 'WA', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_warehouse` -- LOCK TABLES `pshop1_warehouse` WRITE; /*!40000 ALTER TABLE `pshop1_warehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_warehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_warehouse_carrier` -- DROP TABLE IF EXISTS `pshop1_warehouse_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_warehouse_carrier` ( `id_carrier` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_carrier`), KEY `id_warehouse` (`id_warehouse`), KEY `id_carrier` (`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_warehouse_carrier` -- LOCK TABLES `pshop1_warehouse_carrier` WRITE; /*!40000 ALTER TABLE `pshop1_warehouse_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_warehouse_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_warehouse_product_location` -- DROP TABLE IF EXISTS `pshop1_warehouse_product_location`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_warehouse_product_location` ( `id_warehouse_product_location` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `location` varchar(64) default NULL, PRIMARY KEY (`id_warehouse_product_location`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_warehouse_product_location` -- LOCK TABLES `pshop1_warehouse_product_location` WRITE; /*!40000 ALTER TABLE `pshop1_warehouse_product_location` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_warehouse_product_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_warehouse_shop` -- DROP TABLE IF EXISTS `pshop1_warehouse_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_warehouse_shop` ( `id_shop` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_shop`), KEY `id_warehouse` (`id_warehouse`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_warehouse_shop` -- LOCK TABLES `pshop1_warehouse_shop` WRITE; /*!40000 ALTER TABLE `pshop1_warehouse_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_warehouse_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_web_browser` -- DROP TABLE IF EXISTS `pshop1_web_browser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_web_browser` -- LOCK TABLES `pshop1_web_browser` WRITE; /*!40000 ALTER TABLE `pshop1_web_browser` DISABLE KEYS */; INSERT INTO `pshop1_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome'); /*!40000 ALTER TABLE `pshop1_web_browser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_webservice_account` -- DROP TABLE IF EXISTS `pshop1_webservice_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_webservice_account` ( `id_webservice_account` int(11) NOT NULL auto_increment, `key` varchar(32) NOT NULL, `description` text, `class_name` varchar(50) NOT NULL default 'WebserviceRequest', `is_module` tinyint(2) NOT NULL default '0', `module_name` varchar(50) default NULL, `active` tinyint(2) NOT NULL, PRIMARY KEY (`id_webservice_account`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_webservice_account` -- LOCK TABLES `pshop1_webservice_account` WRITE; /*!40000 ALTER TABLE `pshop1_webservice_account` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_webservice_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_webservice_account_shop` -- DROP TABLE IF EXISTS `pshop1_webservice_account_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_webservice_account_shop` ( `id_webservice_account` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_webservice_account`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_webservice_account_shop` -- LOCK TABLES `pshop1_webservice_account_shop` WRITE; /*!40000 ALTER TABLE `pshop1_webservice_account_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_webservice_account_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_webservice_permission` -- DROP TABLE IF EXISTS `pshop1_webservice_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_webservice_permission` ( `id_webservice_permission` int(11) NOT NULL auto_increment, `resource` varchar(50) NOT NULL, `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, `id_webservice_account` int(11) NOT NULL, PRIMARY KEY (`id_webservice_permission`), UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), KEY `resource` (`resource`), KEY `method` (`method`), KEY `id_webservice_account` (`id_webservice_account`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_webservice_permission` -- LOCK TABLES `pshop1_webservice_permission` WRITE; /*!40000 ALTER TABLE `pshop1_webservice_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop1_webservice_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_zone` -- DROP TABLE IF EXISTS `pshop1_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_zone` ( `id_zone` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_zone` -- LOCK TABLES `pshop1_zone` WRITE; /*!40000 ALTER TABLE `pshop1_zone` DISABLE KEYS */; INSERT INTO `pshop1_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1); /*!40000 ALTER TABLE `pshop1_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop1_zone_shop` -- DROP TABLE IF EXISTS `pshop1_zone_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop1_zone_shop` ( `id_zone` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_zone`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop1_zone_shop` -- LOCK TABLES `pshop1_zone_shop` WRITE; /*!40000 ALTER TABLE `pshop1_zone_shop` DISABLE KEYS */; INSERT INTO `pshop1_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1); /*!40000 ALTER TABLE `pshop1_zone_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_access` -- DROP TABLE IF EXISTS `pshop_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_access` -- LOCK TABLES `pshop_access` WRITE; /*!40000 ALTER TABLE `pshop_access` DISABLE KEYS */; INSERT INTO `pshop_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,5,1,1,1,1),(1,7,1,1,1,1),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,51,1,1,1,1),(1,50,1,1,1,1),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,59,1,1,1,1),(1,58,1,1,1,1),(1,60,1,1,1,1),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,1,1,1),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,1,1,1),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0),(2,0,1,1,1,1),(3,0,1,1,1,1),(4,0,1,1,1,1),(5,0,1,1,1,1); /*!40000 ALTER TABLE `pshop_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_accessory` -- DROP TABLE IF EXISTS `pshop_accessory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_accessory` ( `id_product_1` int(10) unsigned NOT NULL, `id_product_2` int(10) unsigned NOT NULL, KEY `accessory_product` (`id_product_1`,`id_product_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_accessory` -- LOCK TABLES `pshop_accessory` WRITE; /*!40000 ALTER TABLE `pshop_accessory` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_accessory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_address` -- DROP TABLE IF EXISTS `pshop_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_address` ( `id_address` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL default '0', `id_manufacturer` int(10) unsigned NOT NULL default '0', `id_supplier` int(10) unsigned NOT NULL default '0', `id_warehouse` int(10) unsigned NOT NULL default '0', `alias` varchar(32) NOT NULL, `company` varchar(64) default NULL, `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `postcode` varchar(12) default NULL, `city` varchar(64) NOT NULL, `other` text, `phone` varchar(32) default NULL, `phone_mobile` varchar(32) default NULL, `vat_number` varchar(32) default NULL, `dni` varchar(16) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_address`), KEY `address_customer` (`id_customer`), KEY `id_country` (`id_country`), KEY `id_state` (`id_state`), KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_address` -- LOCK TABLES `pshop_address` WRITE; /*!40000 ALTER TABLE `pshop_address` DISABLE KEYS */; INSERT INTO `pshop_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','COOK','Tim','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-09-09 03:22:14','2013-09-09 03:22:14',1,0),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-09-09 03:22:14','2013-09-09 03:22:14',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-09-09 03:22:14','2013-09-09 03:22:14',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-09-09 03:22:14','2013-09-09 03:22:14',1,0); /*!40000 ALTER TABLE `pshop_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_address_format` -- DROP TABLE IF EXISTS `pshop_address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_address_format` ( `id_country` int(10) unsigned NOT NULL, `format` varchar(255) NOT NULL default '', PRIMARY KEY (`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_address_format` -- LOCK TABLES `pshop_address_format` WRITE; /*!40000 ALTER TABLE `pshop_address_format` DISABLE KEYS */; INSERT INTO `pshop_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); /*!40000 ALTER TABLE `pshop_address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_advice` -- DROP TABLE IF EXISTS `pshop_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_advice` ( `id_advice` int(11) NOT NULL auto_increment, `id_ps_advice` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `ids_tab` text, `validated` tinyint(1) unsigned NOT NULL default '0', `location` enum('after','before') NOT NULL, `selector` varchar(255) default NULL, PRIMARY KEY (`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_advice` -- LOCK TABLES `pshop_advice` WRITE; /*!40000 ALTER TABLE `pshop_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_advice_lang` -- DROP TABLE IF EXISTS `pshop_advice_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_advice_lang` ( `id_advice` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `html` text, PRIMARY KEY (`id_advice`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_advice_lang` -- LOCK TABLES `pshop_advice_lang` WRITE; /*!40000 ALTER TABLE `pshop_advice_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_advice_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_alias` -- DROP TABLE IF EXISTS `pshop_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_alias` ( `id_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(255) NOT NULL, `search` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_alias` -- LOCK TABLES `pshop_alias` WRITE; /*!40000 ALTER TABLE `pshop_alias` DISABLE KEYS */; INSERT INTO `pshop_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1); /*!40000 ALTER TABLE `pshop_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attachment` -- DROP TABLE IF EXISTS `pshop_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attachment` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `file` varchar(40) NOT NULL, `file_name` varchar(128) NOT NULL, `mime` varchar(128) NOT NULL, PRIMARY KEY (`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attachment` -- LOCK TABLES `pshop_attachment` WRITE; /*!40000 ALTER TABLE `pshop_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attachment_lang` -- DROP TABLE IF EXISTS `pshop_attachment_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attachment_lang` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, `description` text, PRIMARY KEY (`id_attachment`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attachment_lang` -- LOCK TABLES `pshop_attachment_lang` WRITE; /*!40000 ALTER TABLE `pshop_attachment_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_attachment_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute` -- DROP TABLE IF EXISTS `pshop_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute` ( `id_attribute` int(10) unsigned NOT NULL auto_increment, `id_attribute_group` int(10) unsigned NOT NULL, `color` varchar(32) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute` -- LOCK TABLES `pshop_attribute` WRITE; /*!40000 ALTER TABLE `pshop_attribute` DISABLE KEYS */; INSERT INTO `pshop_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,2,'#D2D6D5',0),(4,2,'#008CB7',1),(5,2,'#F3349E',2),(6,2,'#93D52D',3),(7,2,'#FD9812',4),(8,1,'',2),(9,1,'',3),(10,3,'',0),(11,3,'',1),(12,1,'',4),(13,1,'',5),(14,2,'#000000',5),(15,1,'',6),(16,1,'',7),(17,1,'',8),(18,2,'#7800F0',6),(19,2,'#F6EF04',7),(20,2,'#F60409',8); /*!40000 ALTER TABLE `pshop_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_group` -- DROP TABLE IF EXISTS `pshop_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_group` ( `id_attribute_group` int(10) unsigned NOT NULL auto_increment, `is_color_group` tinyint(1) NOT NULL default '0', `group_type` enum('select','radio','color') NOT NULL default 'select', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_group` -- LOCK TABLES `pshop_attribute_group` WRITE; /*!40000 ALTER TABLE `pshop_attribute_group` DISABLE KEYS */; INSERT INTO `pshop_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2); /*!40000 ALTER TABLE `pshop_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_group_lang` -- DROP TABLE IF EXISTS `pshop_attribute_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_group_lang` ( `id_attribute_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `public_name` varchar(64) NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_group_lang` -- LOCK TABLES `pshop_attribute_group_lang` WRITE; /*!40000 ALTER TABLE `pshop_attribute_group_lang` DISABLE KEYS */; INSERT INTO `pshop_attribute_group_lang` VALUES (1,1,'Disk space','Disk space'),(2,1,'Color','Color'),(3,1,'ICU','Processor'); /*!40000 ALTER TABLE `pshop_attribute_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_group_shop` -- DROP TABLE IF EXISTS `pshop_attribute_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_group_shop` ( `id_attribute_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_group_shop` -- LOCK TABLES `pshop_attribute_group_shop` WRITE; /*!40000 ALTER TABLE `pshop_attribute_group_shop` DISABLE KEYS */; INSERT INTO `pshop_attribute_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop_attribute_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_impact` -- DROP TABLE IF EXISTS `pshop_attribute_impact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_impact` ( `id_attribute_impact` int(10) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_attribute` int(11) unsigned NOT NULL, `weight` decimal(20,6) NOT NULL, `price` decimal(17,2) NOT NULL, PRIMARY KEY (`id_attribute_impact`), UNIQUE KEY `id_product` (`id_product`,`id_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_impact` -- LOCK TABLES `pshop_attribute_impact` WRITE; /*!40000 ALTER TABLE `pshop_attribute_impact` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_attribute_impact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_lang` -- DROP TABLE IF EXISTS `pshop_attribute_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_lang` ( `id_attribute` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_attribute`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_lang` -- LOCK TABLES `pshop_attribute_lang` WRITE; /*!40000 ALTER TABLE `pshop_attribute_lang` DISABLE KEYS */; INSERT INTO `pshop_attribute_lang` VALUES (1,1,'2GB'),(2,1,'4GB'),(3,1,'Metal'),(4,1,'Blue'),(5,1,'Pink'),(6,1,'Green'),(7,1,'Orange'),(8,1,'Optional 64GB solid-state drive'),(9,1,'80GB Parallel ATA Drive @ 4200 rpm'),(10,1,'1.60GHz Intel Core 2 Duo'),(11,1,'1.80GHz Intel Core 2 Duo'),(12,1,'80GB: 20,000 Songs'),(13,1,'160GB: 40,000 Songs'),(14,1,'Black'),(15,1,'8GB'),(16,1,'16GB'),(17,1,'32GB'),(18,1,'Purple'),(19,1,'Yellow'),(20,1,'Red'); /*!40000 ALTER TABLE `pshop_attribute_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_attribute_shop` -- DROP TABLE IF EXISTS `pshop_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_attribute_shop` ( `id_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_attribute_shop` -- LOCK TABLES `pshop_attribute_shop` WRITE; /*!40000 ALTER TABLE `pshop_attribute_shop` DISABLE KEYS */; INSERT INTO `pshop_attribute_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1); /*!40000 ALTER TABLE `pshop_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_badge` -- DROP TABLE IF EXISTS `pshop_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_badge` ( `id_badge` int(11) NOT NULL auto_increment, `id_ps_badge` int(11) NOT NULL, `type` varchar(32) NOT NULL, `id_group` int(11) NOT NULL, `group_position` int(11) NOT NULL, `scoring` int(11) NOT NULL, `validated` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_badge` -- LOCK TABLES `pshop_badge` WRITE; /*!40000 ALTER TABLE `pshop_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_badge_lang` -- DROP TABLE IF EXISTS `pshop_badge_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_badge_lang` ( `id_badge` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `name` varchar(64) default NULL, `description` varchar(255) default NULL, `group_name` varchar(255) default NULL, PRIMARY KEY (`id_badge`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_badge_lang` -- LOCK TABLES `pshop_badge_lang` WRITE; /*!40000 ALTER TABLE `pshop_badge_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_badge_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier` -- DROP TABLE IF EXISTS `pshop_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier` ( `id_carrier` int(10) unsigned NOT NULL auto_increment, `id_reference` int(10) unsigned NOT NULL, `id_tax_rules_group` int(10) unsigned default '0', `name` varchar(64) NOT NULL, `url` varchar(255) default NULL, `active` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `shipping_handling` tinyint(1) unsigned NOT NULL default '1', `range_behavior` tinyint(1) unsigned NOT NULL default '0', `is_module` tinyint(1) unsigned NOT NULL default '0', `is_free` tinyint(1) unsigned NOT NULL default '0', `shipping_external` tinyint(1) unsigned NOT NULL default '0', `need_range` tinyint(1) unsigned NOT NULL default '0', `external_module_name` varchar(64) default NULL, `shipping_method` int(2) NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `max_width` int(10) default '0', `max_height` int(10) default '0', `max_depth` int(10) default '0', `max_weight` decimal(20,6) default '0.000000', `grade` int(10) default '0', PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `id_tax_rules_group` (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier` -- LOCK TABLES `pshop_carrier` WRITE; /*!40000 ALTER TABLE `pshop_carrier` DISABLE KEYS */; INSERT INTO `pshop_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,0,0,0,'',0,0,0,0,0,'0.000000',0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,'0.000000',0); /*!40000 ALTER TABLE `pshop_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier_group` -- DROP TABLE IF EXISTS `pshop_carrier_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier_group` ( `id_carrier` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier_group` -- LOCK TABLES `pshop_carrier_group` WRITE; /*!40000 ALTER TABLE `pshop_carrier_group` DISABLE KEYS */; INSERT INTO `pshop_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3); /*!40000 ALTER TABLE `pshop_carrier_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier_lang` -- DROP TABLE IF EXISTS `pshop_carrier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier_lang` ( `id_carrier` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `delay` varchar(128) default NULL, PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier_lang` -- LOCK TABLES `pshop_carrier_lang` WRITE; /*!40000 ALTER TABLE `pshop_carrier_lang` DISABLE KEYS */; INSERT INTO `pshop_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'); /*!40000 ALTER TABLE `pshop_carrier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier_shop` -- DROP TABLE IF EXISTS `pshop_carrier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier_shop` -- LOCK TABLES `pshop_carrier_shop` WRITE; /*!40000 ALTER TABLE `pshop_carrier_shop` DISABLE KEYS */; INSERT INTO `pshop_carrier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop_carrier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier_tax_rules_group_shop` -- DROP TABLE IF EXISTS `pshop_carrier_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier_tax_rules_group_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier_tax_rules_group_shop` -- LOCK TABLES `pshop_carrier_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `pshop_carrier_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `pshop_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1); /*!40000 ALTER TABLE `pshop_carrier_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_carrier_zone` -- DROP TABLE IF EXISTS `pshop_carrier_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_carrier_zone` ( `id_carrier` int(10) unsigned NOT NULL, `id_zone` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_carrier_zone` -- LOCK TABLES `pshop_carrier_zone` WRITE; /*!40000 ALTER TABLE `pshop_carrier_zone` DISABLE KEYS */; INSERT INTO `pshop_carrier_zone` VALUES (1,1),(2,1),(2,2); /*!40000 ALTER TABLE `pshop_carrier_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart` -- DROP TABLE IF EXISTS `pshop_cart`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart` ( `id_cart` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `delivery_option` text NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_guest` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `recyclable` tinyint(1) unsigned NOT NULL default '1', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `allow_seperated_package` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart`), KEY `cart_customer` (`id_customer`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_guest` (`id_guest`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart` -- LOCK TABLES `pshop_cart` WRITE; /*!40000 ALTER TABLE `pshop_cart` DISABLE KEYS */; INSERT INTO `pshop_cart` VALUES (1,1,1,2,'',1,2,2,1,1,1,'-1',1,0,'',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'); /*!40000 ALTER TABLE `pshop_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_cart_rule` -- DROP TABLE IF EXISTS `pshop_cart_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_cart_rule` ( `id_cart` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart`,`id_cart_rule`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_cart_rule` -- LOCK TABLES `pshop_cart_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop_cart_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_product` -- DROP TABLE IF EXISTS `pshop_cart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_product` ( `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned default '0', `id_shop` int(10) unsigned NOT NULL default '1', `id_product_attribute` int(10) unsigned default NULL, `quantity` int(10) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, KEY `cart_product_index` (`id_cart`,`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_product` -- LOCK TABLES `pshop_cart_product` WRITE; /*!40000 ALTER TABLE `pshop_cart_product` DISABLE KEYS */; INSERT INTO `pshop_cart_product` VALUES (1,5,0,1,11,1,'0000-00-00 00:00:00'),(1,7,0,1,0,1,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `pshop_cart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule` -- DROP TABLE IF EXISTS `pshop_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule` ( `id_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL default '0', `date_from` datetime NOT NULL, `date_to` datetime NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL default '0', `quantity_per_user` int(10) unsigned NOT NULL default '0', `priority` int(10) unsigned NOT NULL default '1', `partial_use` tinyint(1) unsigned NOT NULL default '0', `code` varchar(254) NOT NULL, `minimum_amount` decimal(17,2) NOT NULL default '0.00', `minimum_amount_tax` tinyint(1) NOT NULL default '0', `minimum_amount_currency` int(10) unsigned NOT NULL default '0', `minimum_amount_shipping` tinyint(1) NOT NULL default '0', `country_restriction` tinyint(1) unsigned NOT NULL default '0', `carrier_restriction` tinyint(1) unsigned NOT NULL default '0', `group_restriction` tinyint(1) unsigned NOT NULL default '0', `cart_rule_restriction` tinyint(1) unsigned NOT NULL default '0', `product_restriction` tinyint(1) unsigned NOT NULL default '0', `shop_restriction` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) NOT NULL default '0', `reduction_percent` decimal(5,2) NOT NULL default '0.00', `reduction_amount` decimal(17,2) NOT NULL default '0.00', `reduction_tax` tinyint(1) unsigned NOT NULL default '0', `reduction_currency` int(10) unsigned NOT NULL default '0', `reduction_product` int(10) NOT NULL default '0', `gift_product` int(10) unsigned NOT NULL default '0', `gift_product_attribute` int(10) unsigned NOT NULL default '0', `highlight` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule` -- LOCK TABLES `pshop_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_carrier` -- DROP TABLE IF EXISTS `pshop_cart_rule_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_carrier` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_carrier` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_carrier` -- LOCK TABLES `pshop_cart_rule_carrier` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_combination` -- DROP TABLE IF EXISTS `pshop_cart_rule_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_combination` ( `id_cart_rule_1` int(10) unsigned NOT NULL, `id_cart_rule_2` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_combination` -- LOCK TABLES `pshop_cart_rule_combination` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_combination` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_country` -- DROP TABLE IF EXISTS `pshop_cart_rule_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_country` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_country` -- LOCK TABLES `pshop_cart_rule_country` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_country` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_group` -- DROP TABLE IF EXISTS `pshop_cart_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_group` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_group` -- LOCK TABLES `pshop_cart_rule_group` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_lang` -- DROP TABLE IF EXISTS `pshop_cart_rule_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_lang` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_lang` -- LOCK TABLES `pshop_cart_rule_lang` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_product_rule` -- DROP TABLE IF EXISTS `pshop_cart_rule_product_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_product_rule` ( `id_product_rule` int(10) unsigned NOT NULL auto_increment, `id_product_rule_group` int(10) unsigned NOT NULL, `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, PRIMARY KEY (`id_product_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_product_rule` -- LOCK TABLES `pshop_cart_rule_product_rule` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_product_rule_group` -- DROP TABLE IF EXISTS `pshop_cart_rule_product_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_product_rule_group` ( `id_product_rule_group` int(10) unsigned NOT NULL auto_increment, `id_cart_rule` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_rule_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_product_rule_group` -- LOCK TABLES `pshop_cart_rule_product_rule_group` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_product_rule_value` -- DROP TABLE IF EXISTS `pshop_cart_rule_product_rule_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_product_rule_value` ( `id_product_rule` int(10) unsigned NOT NULL, `id_item` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_rule`,`id_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_product_rule_value` -- LOCK TABLES `pshop_cart_rule_product_rule_value` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule_value` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_product_rule_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cart_rule_shop` -- DROP TABLE IF EXISTS `pshop_cart_rule_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cart_rule_shop` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cart_rule_shop` -- LOCK TABLES `pshop_cart_rule_shop` WRITE; /*!40000 ALTER TABLE `pshop_cart_rule_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_cart_rule_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_category` -- DROP TABLE IF EXISTS `pshop_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_category` ( `id_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `level_depth` tinyint(3) unsigned NOT NULL default '0', `nleft` int(10) unsigned NOT NULL default '0', `nright` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', `is_root_category` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_category`), KEY `category_parent` (`id_parent`), KEY `nleftright` (`nleft`,`nright`), KEY `nleftrightactive` (`nleft`,`nright`,`active`), KEY `level_depth` (`level_depth`), KEY `nright` (`nright`), KEY `nleft` (`nleft`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_category` -- LOCK TABLES `pshop_category` WRITE; /*!40000 ALTER TABLE `pshop_category` DISABLE KEYS */; INSERT INTO `pshop_category` VALUES (1,0,1,0,1,10,1,'2013-09-09 03:21:10','2013-09-09 03:21:10',0,0),(2,1,1,1,2,9,1,'2013-09-09 03:21:10','2013-09-09 03:21:10',0,1),(3,2,1,2,3,4,1,'2013-09-09 03:22:14','2013-09-09 03:22:14',0,0),(4,2,1,2,5,6,1,'2013-09-09 03:22:14','2013-09-09 03:22:14',0,0),(5,2,1,2,7,8,1,'2013-09-09 03:22:14','2013-09-09 03:22:14',0,0); /*!40000 ALTER TABLE `pshop_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_category_group` -- DROP TABLE IF EXISTS `pshop_category_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_category_group` ( `id_category` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_category`,`id_group`), KEY `id_category` (`id_category`), KEY `id_group` (`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_category_group` -- LOCK TABLES `pshop_category_group` WRITE; /*!40000 ALTER TABLE `pshop_category_group` DISABLE KEYS */; INSERT INTO `pshop_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3); /*!40000 ALTER TABLE `pshop_category_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_category_lang` -- DROP TABLE IF EXISTS `pshop_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_category_lang` ( `id_category` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_category_lang` -- LOCK TABLES `pshop_category_lang` WRITE; /*!40000 ALTER TABLE `pshop_category_lang` DISABLE KEYS */; INSERT INTO `pshop_category_lang` VALUES (1,1,1,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(3,1,1,'iPods','Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater.','music-ipods','','',''),(4,1,1,'Accessories','Wonderful accessories for your iPod','accessories-ipod','','',''),(5,1,1,'Laptops','The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part.','laptops','Apple laptops','Apple laptops MacBook Air','Powerful and chic Apple laptops'); /*!40000 ALTER TABLE `pshop_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_category_product` -- DROP TABLE IF EXISTS `pshop_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_category_product` ( `id_category` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_product`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_category_product` -- LOCK TABLES `pshop_category_product` WRITE; /*!40000 ALTER TABLE `pshop_category_product` DISABLE KEYS */; INSERT INTO `pshop_category_product` VALUES (2,1,0),(2,2,1),(2,4,2),(2,5,3),(3,1,0),(3,2,1),(3,5,2),(4,6,0),(4,7,1),(5,3,0),(5,4,1); /*!40000 ALTER TABLE `pshop_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_category_shop` -- DROP TABLE IF EXISTS `pshop_category_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_category_shop` ( `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_category_shop` -- LOCK TABLES `pshop_category_shop` WRITE; /*!40000 ALTER TABLE `pshop_category_shop` DISABLE KEYS */; INSERT INTO `pshop_category_shop` VALUES (1,1,1),(2,1,1),(3,1,1),(4,1,2),(5,1,3); /*!40000 ALTER TABLE `pshop_category_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms` -- DROP TABLE IF EXISTS `pshop_cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms` -- LOCK TABLES `pshop_cms` WRITE; /*!40000 ALTER TABLE `pshop_cms` DISABLE KEYS */; INSERT INTO `pshop_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1); /*!40000 ALTER TABLE `pshop_cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_block` -- DROP TABLE IF EXISTS `pshop_cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_block` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `location` tinyint(1) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `display_store` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_cms_block`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_block` -- LOCK TABLES `pshop_cms_block` WRITE; /*!40000 ALTER TABLE `pshop_cms_block` DISABLE KEYS */; INSERT INTO `pshop_cms_block` VALUES (1,1,0,0,1); /*!40000 ALTER TABLE `pshop_cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_block_lang` -- DROP TABLE IF EXISTS `pshop_cms_block_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_block_lang` ( `id_cms_block` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL default '', PRIMARY KEY (`id_cms_block`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_block_lang` -- LOCK TABLES `pshop_cms_block_lang` WRITE; /*!40000 ALTER TABLE `pshop_cms_block_lang` DISABLE KEYS */; INSERT INTO `pshop_cms_block_lang` VALUES (1,1,'Information'); /*!40000 ALTER TABLE `pshop_cms_block_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_block_page` -- DROP TABLE IF EXISTS `pshop_cms_block_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_block_page` ( `id_cms_block_page` int(10) unsigned NOT NULL auto_increment, `id_cms_block` int(10) unsigned NOT NULL, `id_cms` int(10) unsigned NOT NULL, `is_category` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id_cms_block_page`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_block_page` -- LOCK TABLES `pshop_cms_block_page` WRITE; /*!40000 ALTER TABLE `pshop_cms_block_page` DISABLE KEYS */; INSERT INTO `pshop_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0); /*!40000 ALTER TABLE `pshop_cms_block_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_block_shop` -- DROP TABLE IF EXISTS `pshop_cms_block_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_block_shop` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cms_block`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_block_shop` -- LOCK TABLES `pshop_cms_block_shop` WRITE; /*!40000 ALTER TABLE `pshop_cms_block_shop` DISABLE KEYS */; INSERT INTO `pshop_cms_block_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop_cms_block_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_category` -- DROP TABLE IF EXISTS `pshop_cms_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_category` ( `id_cms_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `level_depth` tinyint(3) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_category` -- LOCK TABLES `pshop_cms_category` WRITE; /*!40000 ALTER TABLE `pshop_cms_category` DISABLE KEYS */; INSERT INTO `pshop_cms_category` VALUES (1,0,1,1,'2013-09-09 03:21:10','2013-09-09 03:21:10',0); /*!40000 ALTER TABLE `pshop_cms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_category_lang` -- DROP TABLE IF EXISTS `pshop_cms_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_category_lang` -- LOCK TABLES `pshop_cms_category_lang` WRITE; /*!40000 ALTER TABLE `pshop_cms_category_lang` DISABLE KEYS */; INSERT INTO `pshop_cms_category_lang` VALUES (1,1,'Home','','home','','',''); /*!40000 ALTER TABLE `pshop_cms_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_lang` -- DROP TABLE IF EXISTS `pshop_cms_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_lang` ( `id_cms` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `meta_title` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `content` longtext, `link_rewrite` varchar(128) NOT NULL, PRIMARY KEY (`id_cms`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_lang` -- LOCK TABLES `pshop_cms_lang` WRITE; /*!40000 ALTER TABLE `pshop_cms_lang` DISABLE KEYS */; INSERT INTO `pshop_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>™ open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'); /*!40000 ALTER TABLE `pshop_cms_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_cms_shop` -- DROP TABLE IF EXISTS `pshop_cms_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_cms_shop` ( `id_cms` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_cms_shop` -- LOCK TABLES `pshop_cms_shop` WRITE; /*!40000 ALTER TABLE `pshop_cms_shop` DISABLE KEYS */; INSERT INTO `pshop_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop_cms_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_compare` -- DROP TABLE IF EXISTS `pshop_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_compare` ( `id_compare` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, PRIMARY KEY (`id_compare`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_compare` -- LOCK TABLES `pshop_compare` WRITE; /*!40000 ALTER TABLE `pshop_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_compare_product` -- DROP TABLE IF EXISTS `pshop_compare_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_compare_product` ( `id_compare` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_compare`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_compare_product` -- LOCK TABLES `pshop_compare_product` WRITE; /*!40000 ALTER TABLE `pshop_compare_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_compare_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_condition` -- DROP TABLE IF EXISTS `pshop_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_condition` ( `id_condition` int(11) NOT NULL auto_increment, `id_ps_condition` int(11) NOT NULL, `type` enum('configuration','install','sql') NOT NULL, `request` text, `operator` varchar(32) default NULL, `value` varchar(64) default NULL, `result` varchar(64) default NULL, `calculation_type` enum('hook','time') default NULL, `calculation_detail` varchar(64) default NULL, `validated` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_condition`,`id_ps_condition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_condition` -- LOCK TABLES `pshop_condition` WRITE; /*!40000 ALTER TABLE `pshop_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_condition_advice` -- DROP TABLE IF EXISTS `pshop_condition_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_condition_advice` ( `id_condition` int(11) NOT NULL, `id_advice` int(11) NOT NULL, `display` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_condition`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_condition_advice` -- LOCK TABLES `pshop_condition_advice` WRITE; /*!40000 ALTER TABLE `pshop_condition_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_condition_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_condition_badge` -- DROP TABLE IF EXISTS `pshop_condition_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_condition_badge` ( `id_condition` int(11) NOT NULL, `id_badge` int(11) NOT NULL, PRIMARY KEY (`id_condition`,`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_condition_badge` -- LOCK TABLES `pshop_condition_badge` WRITE; /*!40000 ALTER TABLE `pshop_condition_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_condition_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_configuration` -- DROP TABLE IF EXISTS `pshop_configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned default NULL, `id_shop` int(11) unsigned default NULL, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_configuration` -- LOCK TABLES `pshop_configuration` WRITE; /*!40000 ALTER TABLE `pshop_configuration` DISABLE KEYS */; INSERT INTO `pshop_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-09-09 03:20:58','2013-09-09 03:20:58'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-09-09 03:21:09','2013-09-09 03:21:09'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-09-09 03:21:10','2013-09-09 03:21:10'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-09-09 03:21:44'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','21','0000-00-00 00:00:00','2013-09-09 03:21:37'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-09-09 03:21:39'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-09-09 03:21:49'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','US/Eastern','0000-00-00 00:00:00','2013-09-09 03:21:37'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-09-09 03:21:39'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-09-09 03:21:37'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-09-09 03:21:39'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-09-09 03:21:39'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','209','0000-00-00 00:00:00','2013-09-09 03:21:37'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','52','0000-00-00 00:00:00','2013-09-09 03:21:37'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-09-09 03:21:37'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-09-09 03:21:37'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-09-09 03:21:39'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','2013-09-09 03:21:50'),(182,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','2013-09-09 03:21:49'),(183,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','2013-09-09 03:21:49'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:21:49'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:21:49'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:21:49'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-09-09 03:21:50'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-09-09 03:21:50'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-09-09 03:21:50'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:21:49'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-09-09 03:21:49'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-09-09 03:21:49'),(204,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','2013-09-09 03:21:49'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT2,CAT3,CAT4','0000-00-00 00:00:00','2013-09-09 03:21:50'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','2013-09-09 03:21:50'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:21:50'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-09-09 03:21:50'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-09-09 03:21:50'),(212,NULL,NULL,'blockcontactinfos_company','My Company','0000-00-00 00:00:00','2013-09-09 03:21:49'),(213,NULL,NULL,'blockcontactinfos_address','42 avenue des Champs Elysées\n75000 Paris\nFrance','0000-00-00 00:00:00','2013-09-09 03:21:49'),(214,NULL,NULL,'blockcontactinfos_phone','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:21:49'),(215,NULL,NULL,'blockcontactinfos_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:21:49'),(216,NULL,NULL,'blockcontact_telnumber','0123-456-789','0000-00-00 00:00:00','2013-09-09 03:21:49'),(217,NULL,NULL,'blockcontact_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-09 03:21:49'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-09 03:21:50'),(219,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-09 03:21:50'),(220,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-09 03:21:50'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-09-09 03:21:50'),(225,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'HOMESLIDER_HEIGHT','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_SPEED','500','0000-00-00 00:00:00','2013-09-09 03:21:50'),(228,NULL,NULL,'HOMESLIDER_PAUSE','3000','0000-00-00 00:00:00','2013-09-09 03:21:50'),(229,NULL,NULL,'PS_VERSION_DB','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-09-09 03:21:39'),(231,NULL,NULL,'PS_SHOP_DOMAIN','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:21:37'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','convictcartel.com','0000-00-00 00:00:00','2013-09-09 03:21:37'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Convict Cartel Apparel','0000-00-00 00:00:00','2013-09-09 03:21:37'),(235,NULL,NULL,'PS_SHOP_EMAIL','convictcartel@yahoo.com','0000-00-00 00:00:00','2013-09-09 03:21:44'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-09-09 03:21:37'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','9','0000-00-00 00:00:00','2013-09-09 03:21:37'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-09-09 03:21:37'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2013-09-09 03:21:37'),(245,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION',NULL,'0000-00-00 00:00:00','2013-09-09 03:21:37'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2013-09-09 03:21:37'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','hTiJ6SMAwm6WfJYO','0000-00-00 00:00:00','2013-09-09 03:21:50'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-09-09 03:21:50'),(252,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','2013-09-09 03:21:50'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-09-09 03:21:50'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'BLOCKADVERT_TITLE','PrestaShop','2013-09-09 03:21:49','2013-09-09 03:21:49'),(259,NULL,NULL,'CUSTPRIV_MESSAGE',NULL,'2013-09-09 03:21:49','2013-09-09 03:21:49'),(260,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-09-09 03:21:50','2013-09-09 03:21:50'),(261,NULL,NULL,'HOMESLIDER_LOOP','1','2013-09-09 03:21:50','2013-09-09 03:21:50'),(262,NULL,NULL,'GF_INSTALL_CALC','0','2013-09-09 03:22:02','2013-09-09 03:22:02'),(263,NULL,NULL,'GF_CURRENT_LEVEL','1','2013-09-09 03:22:02','2013-09-09 03:22:02'),(264,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','0','2013-09-09 03:22:02','2013-09-09 03:22:02'),(265,NULL,NULL,'GF_NOTIFICATION','0','2013-09-09 03:22:02','2013-09-09 03:22:02'); /*!40000 ALTER TABLE `pshop_configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_configuration_lang` -- DROP TABLE IF EXISTS `pshop_configuration_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_configuration_lang` ( `id_configuration` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` text, `date_upd` datetime default NULL, PRIMARY KEY (`id_configuration`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_configuration_lang` -- LOCK TABLES `pshop_configuration_lang` WRITE; /*!40000 ALTER TABLE `pshop_configuration_lang` DISABLE KEYS */; INSERT INTO `pshop_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(259,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ','2013-09-09 03:21:49'); /*!40000 ALTER TABLE `pshop_configuration_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_connections` -- DROP TABLE IF EXISTS `pshop_connections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_connections` ( `id_connections` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_guest` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `ip_address` bigint(20) default NULL, `date_add` datetime NOT NULL, `http_referer` varchar(255) default NULL, PRIMARY KEY (`id_connections`), KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_connections` -- LOCK TABLES `pshop_connections` WRITE; /*!40000 ALTER TABLE `pshop_connections` DISABLE KEYS */; INSERT INTO `pshop_connections` VALUES (1,1,1,1,1,2130706433,'2013-09-09 03:22:14','http://www.prestashop.com'); /*!40000 ALTER TABLE `pshop_connections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_connections_page` -- DROP TABLE IF EXISTS `pshop_connections_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_connections_page` ( `id_connections` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `time_start` datetime NOT NULL, `time_end` datetime default NULL, PRIMARY KEY (`id_connections`,`id_page`,`time_start`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_connections_page` -- LOCK TABLES `pshop_connections_page` WRITE; /*!40000 ALTER TABLE `pshop_connections_page` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_connections_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_connections_source` -- DROP TABLE IF EXISTS `pshop_connections_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_connections_source` ( `id_connections_source` int(10) unsigned NOT NULL auto_increment, `id_connections` int(10) unsigned NOT NULL, `http_referer` varchar(255) default NULL, `request_uri` varchar(255) default NULL, `keywords` varchar(255) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_connections_source`), KEY `connections` (`id_connections`), KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_connections_source` -- LOCK TABLES `pshop_connections_source` WRITE; /*!40000 ALTER TABLE `pshop_connections_source` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_connections_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_contact` -- DROP TABLE IF EXISTS `pshop_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_contact` ( `id_contact` int(10) unsigned NOT NULL auto_increment, `email` varchar(128) NOT NULL, `customer_service` tinyint(1) NOT NULL default '0', `position` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id_contact`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_contact` -- LOCK TABLES `pshop_contact` WRITE; /*!40000 ALTER TABLE `pshop_contact` DISABLE KEYS */; INSERT INTO `pshop_contact` VALUES (1,'convictcartel@yahoo.com',1,0),(2,'convictcartel@yahoo.com',1,0); /*!40000 ALTER TABLE `pshop_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_contact_lang` -- DROP TABLE IF EXISTS `pshop_contact_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_contact_lang` ( `id_contact` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, `description` text, PRIMARY KEY (`id_contact`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_contact_lang` -- LOCK TABLES `pshop_contact_lang` WRITE; /*!40000 ALTER TABLE `pshop_contact_lang` DISABLE KEYS */; INSERT INTO `pshop_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'); /*!40000 ALTER TABLE `pshop_contact_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_contact_shop` -- DROP TABLE IF EXISTS `pshop_contact_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_contact_shop` ( `id_contact` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_contact`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_contact_shop` -- LOCK TABLES `pshop_contact_shop` WRITE; /*!40000 ALTER TABLE `pshop_contact_shop` DISABLE KEYS */; INSERT INTO `pshop_contact_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop_contact_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_country` -- DROP TABLE IF EXISTS `pshop_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_country` ( `id_country` int(10) unsigned NOT NULL auto_increment, `id_zone` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL default '0', `iso_code` varchar(3) NOT NULL, `call_prefix` int(10) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `contains_states` tinyint(1) NOT NULL default '0', `need_identification_number` tinyint(1) NOT NULL default '0', `need_zip_code` tinyint(1) NOT NULL default '1', `zip_code_format` varchar(12) NOT NULL default '', `display_tax_label` tinyint(1) NOT NULL, PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_country` -- LOCK TABLES `pshop_country` WRITE; /*!40000 ALTER TABLE `pshop_country` DISABLE KEYS */; INSERT INTO `pshop_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); /*!40000 ALTER TABLE `pshop_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_country_lang` -- DROP TABLE IF EXISTS `pshop_country_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_country_lang` ( `id_country` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_country`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_country_lang` -- LOCK TABLES `pshop_country_lang` WRITE; /*!40000 ALTER TABLE `pshop_country_lang` DISABLE KEYS */; INSERT INTO `pshop_country_lang` VALUES (1,1,'Germany'),(2,1,'Austria'),(3,1,'Belgium'),(4,1,'Canada'),(5,1,'China'),(6,1,'Spain'),(7,1,'Finland'),(8,1,'France'),(9,1,'Greece'),(10,1,'Italy'),(11,1,'Japan'),(12,1,'Luxemburg'),(13,1,'Netherlands'),(14,1,'Poland'),(15,1,'Portugal'),(16,1,'Czech Republic'),(17,1,'United Kingdom'),(18,1,'Sweden'),(19,1,'Switzerland'),(20,1,'Denmark'),(21,1,'United States'),(22,1,'HongKong'),(23,1,'Norway'),(24,1,'Australia'),(25,1,'Singapore'),(26,1,'Ireland'),(27,1,'New Zealand'),(28,1,'South Korea'),(29,1,'Israel'),(30,1,'South Africa'),(31,1,'Nigeria'),(32,1,'Ivory Coast'),(33,1,'Togo'),(34,1,'Bolivia'),(35,1,'Mauritius'),(36,1,'Romania'),(37,1,'Slovakia'),(38,1,'Algeria'),(39,1,'American Samoa'),(40,1,'Andorra'),(41,1,'Angola'),(42,1,'Anguilla'),(43,1,'Antigua and Barbuda'),(44,1,'Argentina'),(45,1,'Armenia'),(46,1,'Aruba'),(47,1,'Azerbaijan'),(48,1,'Bahamas'),(49,1,'Bahrain'),(50,1,'Bangladesh'),(51,1,'Barbados'),(52,1,'Belarus'),(53,1,'Belize'),(54,1,'Benin'),(55,1,'Bermuda'),(56,1,'Bhutan'),(57,1,'Botswana'),(58,1,'Brazil'),(59,1,'Brunei'),(60,1,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(62,1,'Burundi'),(63,1,'Cambodia'),(64,1,'Cameroon'),(65,1,'Cape Verde'),(66,1,'Central African Republic'),(67,1,'Chad'),(68,1,'Chile'),(69,1,'Colombia'),(70,1,'Comoros'),(71,1,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(73,1,'Costa Rica'),(74,1,'Croatia'),(75,1,'Cuba'),(76,1,'Cyprus'),(77,1,'Djibouti'),(78,1,'Dominica'),(79,1,'Dominican Republic'),(80,1,'East Timor'),(81,1,'Ecuador'),(82,1,'Egypt'),(83,1,'El Salvador'),(84,1,'Equatorial Guinea'),(85,1,'Eritrea'),(86,1,'Estonia'),(87,1,'Ethiopia'),(88,1,'Falkland Islands'),(89,1,'Faroe Islands'),(90,1,'Fiji'),(91,1,'Gabon'),(92,1,'Gambia'),(93,1,'Georgia'),(94,1,'Ghana'),(95,1,'Grenada'),(96,1,'Greenland'),(97,1,'Gibraltar'),(98,1,'Guadeloupe'),(99,1,'Guam'),(100,1,'Guatemala'),(101,1,'Guernsey'),(102,1,'Guinea'),(103,1,'Guinea-Bissau'),(104,1,'Guyana'),(105,1,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(108,1,'Honduras'),(109,1,'Iceland'),(110,1,'India'),(111,1,'Indonesia'),(112,1,'Iran'),(113,1,'Iraq'),(114,1,'Man Island'),(115,1,'Jamaica'),(116,1,'Jersey'),(117,1,'Jordan'),(118,1,'Kazakhstan'),(119,1,'Kenya'),(120,1,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(123,1,'Kyrgyzstan'),(124,1,'Laos'),(125,1,'Latvia'),(126,1,'Lebanon'),(127,1,'Lesotho'),(128,1,'Liberia'),(129,1,'Libya'),(130,1,'Liechtenstein'),(131,1,'Lithuania'),(132,1,'Macau'),(133,1,'Macedonia'),(134,1,'Madagascar'),(135,1,'Malawi'),(136,1,'Malaysia'),(137,1,'Maldives'),(138,1,'Mali'),(139,1,'Malta'),(140,1,'Marshall Islands'),(141,1,'Martinique'),(142,1,'Mauritania'),(143,1,'Hungary'),(144,1,'Mayotte'),(145,1,'Mexico'),(146,1,'Micronesia'),(147,1,'Moldova'),(148,1,'Monaco'),(149,1,'Mongolia'),(150,1,'Montenegro'),(151,1,'Montserrat'),(152,1,'Morocco'),(153,1,'Mozambique'),(154,1,'Namibia'),(155,1,'Nauru'),(156,1,'Nepal'),(157,1,'Netherlands Antilles'),(158,1,'New Caledonia'),(159,1,'Nicaragua'),(160,1,'Niger'),(161,1,'Niue'),(162,1,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(164,1,'Oman'),(165,1,'Pakistan'),(166,1,'Palau'),(167,1,'Palestinian Territories'),(168,1,'Panama'),(169,1,'Papua New Guinea'),(170,1,'Paraguay'),(171,1,'Peru'),(172,1,'Philippines'),(173,1,'Pitcairn'),(174,1,'Puerto Rico'),(175,1,'Qatar'),(176,1,'Reunion Island'),(177,1,'Russian Federation'),(178,1,'Rwanda'),(179,1,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(182,1,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(186,1,'San Marino'),(187,1,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(189,1,'Senegal'),(190,1,'Serbia'),(191,1,'Seychelles'),(192,1,'Sierra Leone'),(193,1,'Slovenia'),(194,1,'Solomon Islands'),(195,1,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(198,1,'Sudan'),(199,1,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(202,1,'Syria'),(203,1,'Taiwan'),(204,1,'Tajikistan'),(205,1,'Tanzania'),(206,1,'Thailand'),(207,1,'Tokelau'),(208,1,'Tonga'),(209,1,'Trinidad and Tobago'),(210,1,'Tunisia'),(211,1,'Turkey'),(212,1,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(215,1,'Uganda'),(216,1,'Ukraine'),(217,1,'United Arab Emirates'),(218,1,'Uruguay'),(219,1,'Uzbekistan'),(220,1,'Vanuatu'),(221,1,'Venezuela'),(222,1,'Vietnam'),(223,1,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(226,1,'Western Sahara'),(227,1,'Yemen'),(228,1,'Zambia'),(229,1,'Zimbabwe'),(230,1,'Albania'),(231,1,'Afghanistan'),(232,1,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(237,1,'Cayman Islands'),(238,1,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(241,1,'French Guiana'),(242,1,'French Polynesia'),(243,1,'French Southern Territories'),(244,1,'Åland Islands'); /*!40000 ALTER TABLE `pshop_country_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_country_shop` -- DROP TABLE IF EXISTS `pshop_country_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_country_shop` ( `id_country` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_country`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_country_shop` -- LOCK TABLES `pshop_country_shop` WRITE; /*!40000 ALTER TABLE `pshop_country_shop` DISABLE KEYS */; INSERT INTO `pshop_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1); /*!40000 ALTER TABLE `pshop_country_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_currency` -- DROP TABLE IF EXISTS `pshop_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_currency` ( `id_currency` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `iso_code` varchar(3) NOT NULL default '0', `iso_code_num` varchar(3) NOT NULL default '0', `sign` varchar(8) NOT NULL, `blank` tinyint(1) unsigned NOT NULL default '0', `format` tinyint(1) unsigned NOT NULL default '0', `decimals` tinyint(1) unsigned NOT NULL default '1', `conversion_rate` decimal(13,6) NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_currency` -- LOCK TABLES `pshop_currency` WRITE; /*!40000 ALTER TABLE `pshop_currency` DISABLE KEYS */; INSERT INTO `pshop_currency` VALUES (1,'Dollar','USD','840','$',0,1,1,'1.000000',0,1); /*!40000 ALTER TABLE `pshop_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_currency_shop` -- DROP TABLE IF EXISTS `pshop_currency_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_currency_shop` ( `id_currency` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `conversion_rate` decimal(13,6) NOT NULL, PRIMARY KEY (`id_currency`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_currency_shop` -- LOCK TABLES `pshop_currency_shop` WRITE; /*!40000 ALTER TABLE `pshop_currency_shop` DISABLE KEYS */; INSERT INTO `pshop_currency_shop` VALUES (1,1,'1.000000'); /*!40000 ALTER TABLE `pshop_currency_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customer` -- DROP TABLE IF EXISTS `pshop_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customer` ( `id_customer` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_gender` int(10) unsigned NOT NULL, `id_default_group` int(10) unsigned NOT NULL default '1', `id_lang` int(10) unsigned default NULL, `id_risk` int(10) unsigned NOT NULL default '1', `company` varchar(64) default NULL, `siret` varchar(14) default NULL, `ape` varchar(5) default NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `birthday` date default NULL, `newsletter` tinyint(1) unsigned NOT NULL default '0', `ip_registration_newsletter` varchar(15) default NULL, `newsletter_date_add` datetime default NULL, `optin` tinyint(1) unsigned NOT NULL default '0', `website` varchar(128) default NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL default '0.000000', `show_public_prices` tinyint(1) unsigned NOT NULL default '0', `max_payment_days` int(10) unsigned NOT NULL default '60', `secure_key` varchar(32) NOT NULL default '-1', `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `is_guest` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customer` -- LOCK TABLES `pshop_customer` WRITE; /*!40000 ALTER TABLE `pshop_customer` DISABLE KEYS */; INSERT INTO `pshop_customer` VALUES (1,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','7038876c8153c89b1ae71d4c0d75a53f','2013-09-09 01:22:14','1970-01-15',1,'','2013-09-09 03:22:14',1,'','0.000000',0,0,'447aa3906ca8acaaf518976e7521223e','',1,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'); /*!40000 ALTER TABLE `pshop_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customer_group` -- DROP TABLE IF EXISTS `pshop_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customer_group` ( `id_customer` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_customer`,`id_group`), KEY `customer_login` (`id_group`), KEY `id_customer` (`id_customer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customer_group` -- LOCK TABLES `pshop_customer_group` WRITE; /*!40000 ALTER TABLE `pshop_customer_group` DISABLE KEYS */; INSERT INTO `pshop_customer_group` VALUES (1,3); /*!40000 ALTER TABLE `pshop_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customer_message` -- DROP TABLE IF EXISTS `pshop_customer_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customer_message` ( `id_customer_message` int(10) unsigned NOT NULL auto_increment, `id_customer_thread` int(11) default NULL, `id_employee` int(10) unsigned default NULL, `message` text NOT NULL, `file_name` varchar(18) default NULL, `ip_address` int(11) default NULL, `user_agent` varchar(128) default NULL, `date_add` datetime NOT NULL, `private` tinyint(4) NOT NULL default '0', `read` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_customer_message`), KEY `id_customer_thread` (`id_customer_thread`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customer_message` -- LOCK TABLES `pshop_customer_message` WRITE; /*!40000 ALTER TABLE `pshop_customer_message` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customer_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customer_message_sync_imap` -- DROP TABLE IF EXISTS `pshop_customer_message_sync_imap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customer_message_sync_imap` ( `md5_header` varbinary(32) NOT NULL, KEY `md5_header_index` (`md5_header`(4)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customer_message_sync_imap` -- LOCK TABLES `pshop_customer_message_sync_imap` WRITE; /*!40000 ALTER TABLE `pshop_customer_message_sync_imap` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customer_message_sync_imap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customer_thread` -- DROP TABLE IF EXISTS `pshop_customer_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customer_thread` ( `id_customer_thread` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `id_contact` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned default NULL, `id_order` int(10) unsigned default NULL, `id_product` int(10) unsigned default NULL, `status` enum('open','closed','pending1','pending2') NOT NULL default 'open', `email` varchar(128) NOT NULL, `token` varchar(12) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_thread`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`), KEY `id_contact` (`id_contact`), KEY `id_customer` (`id_customer`), KEY `id_order` (`id_order`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customer_thread` -- LOCK TABLES `pshop_customer_thread` WRITE; /*!40000 ALTER TABLE `pshop_customer_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customer_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customization` -- DROP TABLE IF EXISTS `pshop_customization`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customization` ( `id_customization` int(10) unsigned NOT NULL auto_increment, `id_product_attribute` int(10) unsigned NOT NULL default '0', `id_address_delivery` int(10) unsigned NOT NULL default '0', `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) NOT NULL, `quantity` int(10) NOT NULL, `quantity_refunded` int(11) NOT NULL default '0', `quantity_returned` int(11) NOT NULL default '0', `in_cart` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customization` -- LOCK TABLES `pshop_customization` WRITE; /*!40000 ALTER TABLE `pshop_customization` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customization_field` -- DROP TABLE IF EXISTS `pshop_customization_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customization_field` ( `id_customization_field` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customization_field` -- LOCK TABLES `pshop_customization_field` WRITE; /*!40000 ALTER TABLE `pshop_customization_field` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customization_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customization_field_lang` -- DROP TABLE IF EXISTS `pshop_customization_field_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customization_field_lang` ( `id_customization_field` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_customization_field`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customization_field_lang` -- LOCK TABLES `pshop_customization_field_lang` WRITE; /*!40000 ALTER TABLE `pshop_customization_field_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customization_field_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_customized_data` -- DROP TABLE IF EXISTS `pshop_customized_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_customized_data` ( `id_customization` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `index` int(3) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_customization`,`type`,`index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_customized_data` -- LOCK TABLES `pshop_customized_data` WRITE; /*!40000 ALTER TABLE `pshop_customized_data` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_customized_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_date_range` -- DROP TABLE IF EXISTS `pshop_date_range`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_date_range` ( `id_date_range` int(10) unsigned NOT NULL auto_increment, `time_start` datetime NOT NULL, `time_end` datetime NOT NULL, PRIMARY KEY (`id_date_range`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_date_range` -- LOCK TABLES `pshop_date_range` WRITE; /*!40000 ALTER TABLE `pshop_date_range` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_date_range` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_delivery` -- DROP TABLE IF EXISTS `pshop_delivery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_delivery` ( `id_delivery` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned default NULL, `id_shop_group` int(10) unsigned default NULL, `id_carrier` int(10) unsigned NOT NULL, `id_range_price` int(10) unsigned default NULL, `id_range_weight` int(10) unsigned default NULL, `id_zone` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, PRIMARY KEY (`id_delivery`), KEY `id_zone` (`id_zone`), KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_delivery` -- LOCK TABLES `pshop_delivery` WRITE; /*!40000 ALTER TABLE `pshop_delivery` DISABLE KEYS */; INSERT INTO `pshop_delivery` VALUES (1,NULL,NULL,2,0,1,1,'5.000000'),(2,NULL,NULL,2,0,1,2,'5.000000'),(3,NULL,NULL,2,1,0,1,'5.000000'),(4,NULL,NULL,2,1,0,2,'5.000000'); /*!40000 ALTER TABLE `pshop_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_employee` -- DROP TABLE IF EXISTS `pshop_employee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_employee` ( `id_employee` int(10) unsigned NOT NULL auto_increment, `id_profile` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL default '0', `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `stats_date_from` date default NULL, `stats_date_to` date default NULL, `bo_color` varchar(32) default NULL, `bo_theme` varchar(32) default NULL, `default_tab` int(10) unsigned NOT NULL default '0', `bo_width` int(10) unsigned NOT NULL default '0', `bo_show_screencast` tinyint(1) NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '0', `id_last_order` int(10) unsigned NOT NULL default '0', `id_last_customer_message` int(10) unsigned NOT NULL default '0', `id_last_customer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_employee`), KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_employee` -- LOCK TABLES `pshop_employee` WRITE; /*!40000 ALTER TABLE `pshop_employee` DISABLE KEYS */; INSERT INTO `pshop_employee` VALUES (1,1,1,'Cartel','Convict','convictcartel@yahoo.com','e1c9b38198a6aa5d0e7fbfd5d364c2a8','2013-09-09 01:21:44','2013-09-09','2013-09-09',NULL,'default',0,0,1,1,0,0,0); /*!40000 ALTER TABLE `pshop_employee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_employee_shop` -- DROP TABLE IF EXISTS `pshop_employee_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_employee_shop` ( `id_employee` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_employee`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_employee_shop` -- LOCK TABLES `pshop_employee_shop` WRITE; /*!40000 ALTER TABLE `pshop_employee_shop` DISABLE KEYS */; INSERT INTO `pshop_employee_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop_employee_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_favorite_product` -- DROP TABLE IF EXISTS `pshop_favorite_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_favorite_product` ( `id_favorite_product` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_favorite_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_favorite_product` -- LOCK TABLES `pshop_favorite_product` WRITE; /*!40000 ALTER TABLE `pshop_favorite_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_favorite_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature` -- DROP TABLE IF EXISTS `pshop_feature`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature` ( `id_feature` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature` -- LOCK TABLES `pshop_feature` WRITE; /*!40000 ALTER TABLE `pshop_feature` DISABLE KEYS */; INSERT INTO `pshop_feature` VALUES (1,0),(2,1),(3,2),(4,3),(5,4); /*!40000 ALTER TABLE `pshop_feature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature_lang` -- DROP TABLE IF EXISTS `pshop_feature_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature_lang` ( `id_feature` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_feature`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature_lang` -- LOCK TABLES `pshop_feature_lang` WRITE; /*!40000 ALTER TABLE `pshop_feature_lang` DISABLE KEYS */; INSERT INTO `pshop_feature_lang` VALUES (1,1,'Height'),(2,1,'Width'),(3,1,'Depth'),(4,1,'Weight'),(5,1,'Headphone'); /*!40000 ALTER TABLE `pshop_feature_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature_product` -- DROP TABLE IF EXISTS `pshop_feature_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature_product` ( `id_feature` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_feature_value` int(10) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_product`), KEY `id_feature_value` (`id_feature_value`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature_product` -- LOCK TABLES `pshop_feature_product` WRITE; /*!40000 ALTER TABLE `pshop_feature_product` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature_shop` -- DROP TABLE IF EXISTS `pshop_feature_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature_shop` ( `id_feature` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature_shop` -- LOCK TABLES `pshop_feature_shop` WRITE; /*!40000 ALTER TABLE `pshop_feature_shop` DISABLE KEYS */; INSERT INTO `pshop_feature_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop_feature_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature_value` -- DROP TABLE IF EXISTS `pshop_feature_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature_value` ( `id_feature_value` int(10) unsigned NOT NULL auto_increment, `id_feature` int(10) unsigned NOT NULL, `custom` tinyint(3) unsigned default NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature_value` -- LOCK TABLES `pshop_feature_value` WRITE; /*!40000 ALTER TABLE `pshop_feature_value` DISABLE KEYS */; INSERT INTO `pshop_feature_value` VALUES (1,5,0),(2,5,0),(3,1,1),(4,2,1),(5,4,1),(6,3,1),(7,1,1),(8,2,1),(9,4,1),(10,3,1),(11,1,1),(12,2,1),(13,4,1),(14,3,1); /*!40000 ALTER TABLE `pshop_feature_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_feature_value_lang` -- DROP TABLE IF EXISTS `pshop_feature_value_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_feature_value_lang` ( `id_feature_value` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` varchar(255) default NULL, PRIMARY KEY (`id_feature_value`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_feature_value_lang` -- LOCK TABLES `pshop_feature_value_lang` WRITE; /*!40000 ALTER TABLE `pshop_feature_value_lang` DISABLE KEYS */; INSERT INTO `pshop_feature_value_lang` VALUES (1,1,'Jack stereo'),(2,1,'Mini-jack stereo'),(3,1,'2.75 in'),(4,1,'2.06 in'),(5,1,'49.2 g'),(6,1,'0.26 in'),(7,1,'1.07 in'),(8,1,'1.62 in'),(9,1,'15.5 g'),(10,1,'0.41 in (clip included)'),(11,1,'4.33 in'),(12,1,'2.76 in'),(13,1,'120g'),(14,1,'0.31 in'); /*!40000 ALTER TABLE `pshop_feature_value_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_gender` -- DROP TABLE IF EXISTS `pshop_gender`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_gender` ( `id_gender` int(11) NOT NULL auto_increment, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_gender` -- LOCK TABLES `pshop_gender` WRITE; /*!40000 ALTER TABLE `pshop_gender` DISABLE KEYS */; INSERT INTO `pshop_gender` VALUES (1,0),(2,1),(3,1); /*!40000 ALTER TABLE `pshop_gender` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_gender_lang` -- DROP TABLE IF EXISTS `pshop_gender_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_gender_lang` ( `id_gender` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_gender`,`id_lang`), KEY `id_gender` (`id_gender`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_gender_lang` -- LOCK TABLES `pshop_gender_lang` WRITE; /*!40000 ALTER TABLE `pshop_gender_lang` DISABLE KEYS */; INSERT INTO `pshop_gender_lang` VALUES (1,1,'Mr.'),(2,1,'Ms.'),(3,1,'Miss'); /*!40000 ALTER TABLE `pshop_gender_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_group` -- DROP TABLE IF EXISTS `pshop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_group` ( `id_group` int(10) unsigned NOT NULL auto_increment, `reduction` decimal(17,2) NOT NULL default '0.00', `price_display_method` tinyint(4) NOT NULL default '0', `show_prices` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_group` -- LOCK TABLES `pshop_group` WRITE; /*!40000 ALTER TABLE `pshop_group` DISABLE KEYS */; INSERT INTO `pshop_group` VALUES (1,'0.00',1,1,'2013-09-09 03:21:10','2013-09-09 03:21:38'),(2,'0.00',1,1,'2013-09-09 03:21:10','2013-09-09 03:21:38'),(3,'0.00',1,1,'2013-09-09 03:21:10','2013-09-09 03:21:38'); /*!40000 ALTER TABLE `pshop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_group_lang` -- DROP TABLE IF EXISTS `pshop_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_group_lang` ( `id_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_group_lang` -- LOCK TABLES `pshop_group_lang` WRITE; /*!40000 ALTER TABLE `pshop_group_lang` DISABLE KEYS */; INSERT INTO `pshop_group_lang` VALUES (1,1,'Visitor'),(2,1,'Guest'),(3,1,'Customer'); /*!40000 ALTER TABLE `pshop_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_group_reduction` -- DROP TABLE IF EXISTS `pshop_group_reduction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_group_reduction` ( `id_group_reduction` mediumint(8) unsigned NOT NULL auto_increment, `id_group` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_group_reduction`), UNIQUE KEY `id_group` (`id_group`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_group_reduction` -- LOCK TABLES `pshop_group_reduction` WRITE; /*!40000 ALTER TABLE `pshop_group_reduction` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_group_reduction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_group_shop` -- DROP TABLE IF EXISTS `pshop_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_group_shop` ( `id_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_group_shop` -- LOCK TABLES `pshop_group_shop` WRITE; /*!40000 ALTER TABLE `pshop_group_shop` DISABLE KEYS */; INSERT INTO `pshop_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_guest` -- DROP TABLE IF EXISTS `pshop_guest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_guest` ( `id_guest` int(10) unsigned NOT NULL auto_increment, `id_operating_system` int(10) unsigned default NULL, `id_web_browser` int(10) unsigned default NULL, `id_customer` int(10) unsigned default NULL, `javascript` tinyint(1) default '0', `screen_resolution_x` smallint(5) unsigned default NULL, `screen_resolution_y` smallint(5) unsigned default NULL, `screen_color` tinyint(3) unsigned default NULL, `sun_java` tinyint(1) default NULL, `adobe_flash` tinyint(1) default NULL, `adobe_director` tinyint(1) default NULL, `apple_quicktime` tinyint(1) default NULL, `real_player` tinyint(1) default NULL, `windows_media` tinyint(1) default NULL, `accept_language` varchar(8) default NULL, `mobile_theme` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_guest`), KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_guest` -- LOCK TABLES `pshop_guest` WRITE; /*!40000 ALTER TABLE `pshop_guest` DISABLE KEYS */; INSERT INTO `pshop_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0); /*!40000 ALTER TABLE `pshop_guest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_help_access` -- DROP TABLE IF EXISTS `pshop_help_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_help_access` ( `id_help_access` int(11) NOT NULL auto_increment, `label` varchar(45) NOT NULL, `version` varchar(8) NOT NULL, PRIMARY KEY (`id_help_access`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_help_access` -- LOCK TABLES `pshop_help_access` WRITE; /*!40000 ALTER TABLE `pshop_help_access` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_help_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_homeslider` -- DROP TABLE IF EXISTS `pshop_homeslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_homeslider` -- LOCK TABLES `pshop_homeslider` WRITE; /*!40000 ALTER TABLE `pshop_homeslider` DISABLE KEYS */; INSERT INTO `pshop_homeslider` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop_homeslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_homeslider_slides` -- DROP TABLE IF EXISTS `pshop_homeslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_homeslider_slides` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_homeslider_slides`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_homeslider_slides` -- LOCK TABLES `pshop_homeslider_slides` WRITE; /*!40000 ALTER TABLE `pshop_homeslider_slides` DISABLE KEYS */; INSERT INTO `pshop_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1); /*!40000 ALTER TABLE `pshop_homeslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_homeslider_slides_lang` -- DROP TABLE IF EXISTS `pshop_homeslider_slides_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_homeslider_slides_lang` ( `id_homeslider_slides` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `legend` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_homeslider_slides_lang` -- LOCK TABLES `pshop_homeslider_slides_lang` WRITE; /*!40000 ALTER TABLE `pshop_homeslider_slides_lang` DISABLE KEYS */; INSERT INTO `pshop_homeslider_slides_lang` VALUES (1,1,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','sample-1.jpg'),(2,1,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','sample-2.jpg'),(3,1,'Sample 3','This is a sample picture','sample-3','http://www.prestashop.com','sample-3.jpg'),(4,1,'Sample 4','This is a sample picture','sample-4','http://www.prestashop.com','sample-4.jpg'),(5,1,'Sample 5','This is a sample picture','sample-5','http://www.prestashop.com','sample-5.jpg'); /*!40000 ALTER TABLE `pshop_homeslider_slides_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_hook` -- DROP TABLE IF EXISTS `pshop_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_hook` ( `id_hook` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `title` varchar(64) NOT NULL, `description` text, `position` tinyint(1) NOT NULL default '1', `live_edit` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_hook` -- LOCK TABLES `pshop_hook` WRITE; /*!40000 ALTER TABLE `pshop_hook` DISABLE KEYS */; INSERT INTO `pshop_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionBeforeSubmitAccount','actionBeforeSubmitAccount','',0,0),(96,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(97,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(98,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0); /*!40000 ALTER TABLE `pshop_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_hook_alias` -- DROP TABLE IF EXISTS `pshop_hook_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_hook_alias` ( `id_hook_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_hook_alias` -- LOCK TABLES `pshop_hook_alias` WRITE; /*!40000 ALTER TABLE `pshop_hook_alias` DISABLE KEYS */; INSERT INTO `pshop_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock'); /*!40000 ALTER TABLE `pshop_hook_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_hook_module` -- DROP TABLE IF EXISTS `pshop_hook_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_hook_module` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_hook` int(10) unsigned NOT NULL, `position` tinyint(2) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), KEY `id_hook` (`id_hook`), KEY `id_module` (`id_module`), KEY `position` (`id_shop`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_hook_module` -- LOCK TABLES `pshop_hook_module` WRITE; /*!40000 ALTER TABLE `pshop_hook_module` DISABLE KEYS */; INSERT INTO `pshop_hook_module` VALUES (1,1,30,1),(1,1,9,1),(2,1,1,2),(2,1,4,2),(3,1,7,7),(4,1,6,1),(4,1,9,2),(4,1,48,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(5,1,14,7),(5,1,9,5),(5,1,89,1),(6,1,7,3),(6,1,21,2),(6,1,9,9),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(6,1,91,1),(7,1,7,6),(7,1,6,5),(7,1,9,16),(7,1,21,4),(7,1,92,1),(7,1,93,1),(7,1,94,1),(8,1,6,26),(8,1,9,6),(9,1,9,21),(9,1,21,6),(10,1,14,2),(10,1,9,11),(11,1,31,1),(11,1,9,9),(11,1,95,1),(12,1,14,1),(12,1,9,14),(13,1,7,5),(13,1,9,15),(13,1,96,1),(13,1,97,1),(13,1,98,1),(14,1,9,6),(14,1,99,1),(14,1,100,1),(15,1,21,4),(15,1,9,13),(15,1,99,2),(15,1,102,1),(16,1,6,2),(16,1,9,12),(16,1,12,2),(16,1,13,2),(16,1,16,2),(17,1,7,9),(17,1,9,25),(17,1,25,1),(18,1,7,8),(18,1,9,2),(19,1,14,3),(19,1,9,3),(20,1,21,1),(21,1,14,4),(21,1,9,20),(21,1,103,1),(22,1,40,1),(23,1,9,5),(23,1,21,5),(24,1,6,4),(24,1,9,10),(24,1,12,3),(24,1,13,3),(24,1,16,3),(25,1,6,6),(25,1,9,19),(26,1,7,5),(26,1,9,27),(26,1,104,1),(26,1,105,1),(26,1,106,1),(27,1,7,2),(27,1,9,18),(28,1,14,6),(28,1,107,1),(28,1,108,1),(28,1,109,1),(28,1,92,2),(28,1,93,2),(28,1,106,2),(28,1,104,2),(28,1,98,2),(28,1,96,2),(28,1,110,1),(28,1,111,1),(28,1,61,2),(28,1,94,2),(29,1,14,5),(29,1,9,13),(30,1,7,4),(30,1,9,4),(31,1,1,1),(31,1,4,1),(32,1,86,1),(32,1,26,1),(32,1,40,2),(32,1,9,23),(33,1,33,4),(34,1,33,3),(35,1,33,1),(36,1,33,2),(37,1,37,1),(38,1,8,2),(38,1,9,24),(38,1,12,4),(38,1,13,4),(38,1,16,4),(39,1,8,1),(39,1,94,1),(40,1,14,8),(40,1,32,10),(41,1,14,7),(41,1,32,11),(42,1,32,15),(43,1,32,8),(44,1,32,13),(45,1,32,16),(46,1,32,7),(47,1,32,17),(48,1,32,7),(49,1,32,20),(50,1,21,7),(50,1,11,1),(50,1,25,1),(51,1,32,6),(52,1,32,22),(53,1,32,5),(54,1,32,18),(55,1,32,9),(56,1,32,4),(57,1,32,12),(58,1,32,3),(59,1,32,2),(60,1,45,1),(60,1,32,19),(61,1,32,21),(62,1,32,1),(64,1,50,1); /*!40000 ALTER TABLE `pshop_hook_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_hook_module_exceptions` -- DROP TABLE IF EXISTS `pshop_hook_module_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_hook_module_exceptions` ( `id_hook_module_exceptions` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_module` int(10) unsigned NOT NULL, `id_hook` int(10) unsigned NOT NULL, `file_name` varchar(255) default NULL, PRIMARY KEY (`id_hook_module_exceptions`), KEY `id_module` (`id_module`), KEY `id_hook` (`id_hook`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_hook_module_exceptions` -- LOCK TABLES `pshop_hook_module_exceptions` WRITE; /*!40000 ALTER TABLE `pshop_hook_module_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_hook_module_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_image` -- DROP TABLE IF EXISTS `pshop_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_image` ( `id_image` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `position` smallint(2) unsigned NOT NULL default '0', `cover` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_image`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`), KEY `id_product_cover` (`id_product`,`cover`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_image` -- LOCK TABLES `pshop_image` WRITE; /*!40000 ALTER TABLE `pshop_image` DISABLE KEYS */; INSERT INTO `pshop_image` VALUES (1,3,1,1),(2,3,2,0),(3,3,3,0),(4,4,1,0),(5,4,2,0),(6,4,3,1),(7,5,1,1),(8,5,2,0),(9,5,3,0),(10,5,4,0),(11,5,5,0),(12,5,6,0),(13,6,1,1),(14,7,1,1),(15,1,1,1),(16,1,2,0),(17,1,3,0),(18,1,4,0),(19,1,5,0),(20,1,6,0),(21,1,7,0),(22,1,8,0),(23,2,1,1),(24,2,2,0),(25,2,3,0),(26,2,4,0); /*!40000 ALTER TABLE `pshop_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_image_lang` -- DROP TABLE IF EXISTS `pshop_image_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_image_lang` ( `id_image` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `legend` varchar(128) default NULL, PRIMARY KEY (`id_image`,`id_lang`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_image_lang` -- LOCK TABLES `pshop_image_lang` WRITE; /*!40000 ALTER TABLE `pshop_image_lang` DISABLE KEYS */; INSERT INTO `pshop_image_lang` VALUES (1,1,NULL),(2,1,NULL),(3,1,NULL),(4,1,NULL),(5,1,NULL),(6,1,NULL),(7,1,NULL),(8,1,NULL),(9,1,NULL),(10,1,NULL),(11,1,NULL),(12,1,NULL),(13,1,NULL),(14,1,NULL),(15,1,NULL),(16,1,NULL),(17,1,NULL),(18,1,NULL),(19,1,NULL),(20,1,NULL),(21,1,NULL),(22,1,NULL),(23,1,NULL),(24,1,NULL),(25,1,NULL),(26,1,NULL); /*!40000 ALTER TABLE `pshop_image_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_image_shop` -- DROP TABLE IF EXISTS `pshop_image_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_image_shop` ( `id_image` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `cover` tinyint(1) NOT NULL, KEY `id_image` (`id_image`,`id_shop`,`cover`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_image_shop` -- LOCK TABLES `pshop_image_shop` WRITE; /*!40000 ALTER TABLE `pshop_image_shop` DISABLE KEYS */; INSERT INTO `pshop_image_shop` VALUES (1,1,1),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,1),(7,1,1),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,1),(14,1,1),(15,1,1),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,1),(24,1,0),(25,1,0),(26,1,0); /*!40000 ALTER TABLE `pshop_image_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_image_type` -- DROP TABLE IF EXISTS `pshop_image_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `products` tinyint(1) NOT NULL default '1', `categories` tinyint(1) NOT NULL default '1', `manufacturers` tinyint(1) NOT NULL default '1', `suppliers` tinyint(1) NOT NULL default '1', `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_image_type` -- LOCK TABLES `pshop_image_type` WRITE; /*!40000 ALTER TABLE `pshop_image_type` DISABLE KEYS */; INSERT INTO `pshop_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,0,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0); /*!40000 ALTER TABLE `pshop_image_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_import_match` -- DROP TABLE IF EXISTS `pshop_import_match`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_import_match` ( `id_import_match` int(10) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `match` text NOT NULL, `skip` int(2) NOT NULL, PRIMARY KEY (`id_import_match`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_import_match` -- LOCK TABLES `pshop_import_match` WRITE; /*!40000 ALTER TABLE `pshop_import_match` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_import_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_lang` -- DROP TABLE IF EXISTS `pshop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_lang` ( `id_lang` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `active` tinyint(3) unsigned NOT NULL default '0', `iso_code` char(2) NOT NULL, `language_code` char(5) NOT NULL, `date_format_lite` char(32) NOT NULL default 'Y-m-d', `date_format_full` char(32) NOT NULL default 'Y-m-d H:i:s', `is_rtl` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_lang`), KEY `lang_iso_code` (`iso_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_lang` -- LOCK TABLES `pshop_lang` WRITE; /*!40000 ALTER TABLE `pshop_lang` DISABLE KEYS */; INSERT INTO `pshop_lang` VALUES (1,'English (United States)',1,'en','en','Y-m-d','Y-m-d H:i:s',0); /*!40000 ALTER TABLE `pshop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_lang_shop` -- DROP TABLE IF EXISTS `pshop_lang_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_lang_shop` ( `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_lang`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_lang_shop` -- LOCK TABLES `pshop_lang_shop` WRITE; /*!40000 ALTER TABLE `pshop_lang_shop` DISABLE KEYS */; INSERT INTO `pshop_lang_shop` VALUES (1,1); /*!40000 ALTER TABLE `pshop_lang_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_linksmenutop` -- DROP TABLE IF EXISTS `pshop_linksmenutop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_linksmenutop` ( `id_linksmenutop` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_linksmenutop` -- LOCK TABLES `pshop_linksmenutop` WRITE; /*!40000 ALTER TABLE `pshop_linksmenutop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_linksmenutop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_linksmenutop_lang` -- DROP TABLE IF EXISTS `pshop_linksmenutop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_linksmenutop_lang` ( `id_linksmenutop` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_linksmenutop_lang` -- LOCK TABLES `pshop_linksmenutop_lang` WRITE; /*!40000 ALTER TABLE `pshop_linksmenutop_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_linksmenutop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_log` -- DROP TABLE IF EXISTS `pshop_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_log` ( `id_log` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(1) NOT NULL, `error_code` int(11) default NULL, `message` text NOT NULL, `object_type` varchar(32) default NULL, `object_id` int(10) unsigned default NULL, `id_employee` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_log` -- LOCK TABLES `pshop_log` WRITE; /*!40000 ALTER TABLE `pshop_log` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_manufacturer` -- DROP TABLE IF EXISTS `pshop_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_manufacturer` ( `id_manufacturer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_manufacturer`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_manufacturer` -- LOCK TABLES `pshop_manufacturer` WRITE; /*!40000 ALTER TABLE `pshop_manufacturer` DISABLE KEYS */; INSERT INTO `pshop_manufacturer` VALUES (1,'Apple Computer, Inc','2013-09-09 03:22:14','2013-09-09 03:22:14',1),(2,'Shure Incorporated','2013-09-09 03:22:14','2013-09-09 03:22:14',1); /*!40000 ALTER TABLE `pshop_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_manufacturer_lang` -- DROP TABLE IF EXISTS `pshop_manufacturer_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_manufacturer_lang` ( `id_manufacturer` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `short_description` varchar(254) default NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_manufacturer`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_manufacturer_lang` -- LOCK TABLES `pshop_manufacturer_lang` WRITE; /*!40000 ALTER TABLE `pshop_manufacturer_lang` DISABLE KEYS */; INSERT INTO `pshop_manufacturer_lang` VALUES (1,1,'','','','',''),(2,1,'','','','',''); /*!40000 ALTER TABLE `pshop_manufacturer_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_manufacturer_shop` -- DROP TABLE IF EXISTS `pshop_manufacturer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_manufacturer_shop` ( `id_manufacturer` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_manufacturer`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_manufacturer_shop` -- LOCK TABLES `pshop_manufacturer_shop` WRITE; /*!40000 ALTER TABLE `pshop_manufacturer_shop` DISABLE KEYS */; INSERT INTO `pshop_manufacturer_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop_manufacturer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_memcached_servers` -- DROP TABLE IF EXISTS `pshop_memcached_servers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL auto_increment, `ip` varchar(254) NOT NULL, `port` int(11) unsigned NOT NULL, `weight` int(11) unsigned NOT NULL, PRIMARY KEY (`id_memcached_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_memcached_servers` -- LOCK TABLES `pshop_memcached_servers` WRITE; /*!40000 ALTER TABLE `pshop_memcached_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_memcached_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_message` -- DROP TABLE IF EXISTS `pshop_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_message` ( `id_message` int(10) unsigned NOT NULL auto_increment, `id_cart` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned default NULL, `id_order` int(10) unsigned NOT NULL, `message` text NOT NULL, `private` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`), KEY `message_order` (`id_order`), KEY `id_cart` (`id_cart`), KEY `id_customer` (`id_customer`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_message` -- LOCK TABLES `pshop_message` WRITE; /*!40000 ALTER TABLE `pshop_message` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_message_readed` -- DROP TABLE IF EXISTS `pshop_message_readed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_message_readed` ( `id_message` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`,`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_message_readed` -- LOCK TABLES `pshop_message_readed` WRITE; /*!40000 ALTER TABLE `pshop_message_readed` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_message_readed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_meta` -- DROP TABLE IF EXISTS `pshop_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_meta` ( `id_meta` int(10) unsigned NOT NULL auto_increment, `page` varchar(64) NOT NULL, PRIMARY KEY (`id_meta`), KEY `meta_name` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_meta` -- LOCK TABLES `pshop_meta` WRITE; /*!40000 ALTER TABLE `pshop_meta` DISABLE KEYS */; INSERT INTO `pshop_meta` VALUES (1,'404'),(2,'best-sales'),(3,'contact'),(4,'index'),(5,'manufacturer'),(6,'new-products'),(7,'password'),(8,'prices-drop'),(9,'sitemap'),(10,'supplier'),(11,'address'),(12,'addresses'),(13,'authentication'),(14,'cart'),(15,'discount'),(16,'history'),(17,'identity'),(18,'my-account'),(19,'order-follow'),(20,'order-slip'),(21,'order'),(22,'search'),(23,'stores'),(24,'order-opc'),(25,'guest-tracking'),(26,'order-confirmation'); /*!40000 ALTER TABLE `pshop_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_meta_lang` -- DROP TABLE IF EXISTS `pshop_meta_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_meta_lang` ( `id_meta` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `title` varchar(128) default NULL, `description` varchar(255) default NULL, `keywords` varchar(255) default NULL, `url_rewrite` varchar(254) NOT NULL, PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_meta_lang` -- LOCK TABLES `pshop_meta_lang` WRITE; /*!40000 ALTER TABLE `pshop_meta_lang` DISABLE KEYS */; INSERT INTO `pshop_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(14,1,1,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(22,1,1,'Search','','','search'),(23,1,1,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'); /*!40000 ALTER TABLE `pshop_meta_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module` -- DROP TABLE IF EXISTS `pshop_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module` ( `id_module` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `version` varchar(8) NOT NULL, PRIMARY KEY (`id_module`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module` -- LOCK TABLES `pshop_module` WRITE; /*!40000 ALTER TABLE `pshop_module` DISABLE KEYS */; INSERT INTO `pshop_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(3,'blockadvertising',1,'0.5'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(9,'blockcontactinfos',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(11,'blockcustomerprivacy',1,'1.0'),(12,'blocklanguages',1,'1.1'),(13,'blockmanufacturer',1,'1'),(14,'blockmyaccount',1,'1.2'),(15,'blockmyaccountfooter',1,'1.3'),(16,'blocknewproducts',1,'1.4'),(17,'blocknewsletter',1,'1.4'),(18,'blockpaymentlogo',1,'0.2'),(19,'blockpermanentlinks',1,'0.1'),(20,'blockreinsurance',1,'2.0'),(21,'blocksearch',1,'1.2'),(22,'blocksharefb',1,'1.0'),(23,'blocksocial',1,'1.0'),(24,'blockspecials',1,'0.9'),(25,'blockstore',1,'1'),(26,'blocksupplier',1,'1'),(27,'blocktags',1,'1.1'),(28,'blocktopmenu',1,'1.6'),(29,'blockuserinfo',1,'0.1'),(30,'blockviewed',1,'0.9'),(31,'cheque',1,'2.3'),(32,'favoriteproducts',1,'1'),(33,'graphartichow',1,'1'),(34,'graphgooglechart',1,'1'),(35,'graphvisifire',1,'1'),(36,'graphxmlswfcharts',1,'1'),(37,'gridhtml',1,'1'),(38,'homefeatured',1,'1.1'),(39,'homeslider',1,'1.2.1'),(40,'pagesnotfound',1,'1.1'),(41,'sekeywords',1,'1'),(42,'statsbestcategories',1,'1'),(43,'statsbestcustomers',1,'1'),(44,'statsbestproducts',1,'1'),(45,'statsbestsuppliers',1,'1'),(46,'statsbestvouchers',1,'1'),(47,'statscarrier',1,'1'),(48,'statscatalog',1,'1'),(49,'statscheckup',1,'1'),(50,'statsdata',1,'1'),(51,'statsequipment',1,'1'),(52,'statsforecast',1,'1'),(53,'statslive',1,'1'),(54,'statsnewsletter',1,'1'),(55,'statsorigin',1,'1'),(56,'statspersonalinfos',1,'1'),(57,'statsproduct',1,'1'),(58,'statsregistrations',1,'1'),(59,'statssales',1,'1'),(60,'statssearch',1,'1'),(61,'statsstock',1,'1'),(62,'statsvisits',1,'1'),(63,'themeinstallator',1,'2.4'),(64,'gamification',1,'1.5.1'); /*!40000 ALTER TABLE `pshop_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_access` -- DROP TABLE IF EXISTS `pshop_module_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_module` int(10) unsigned NOT NULL, `view` tinyint(1) NOT NULL, `configure` tinyint(1) NOT NULL, PRIMARY KEY (`id_profile`,`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_access` -- LOCK TABLES `pshop_module_access` WRITE; /*!40000 ALTER TABLE `pshop_module_access` DISABLE KEYS */; INSERT INTO `pshop_module_access` VALUES (2,1,1,0),(2,2,1,0),(2,3,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,9,1,0),(2,10,1,0),(2,11,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,16,1,0),(2,17,1,0),(2,18,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,25,1,0),(2,26,1,0),(2,27,1,0),(2,28,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,38,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,64,1,0),(3,1,1,0),(3,2,1,0),(3,3,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,9,1,0),(3,10,1,0),(3,11,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,16,1,0),(3,17,1,0),(3,18,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,25,1,0),(3,26,1,0),(3,27,1,0),(3,28,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,38,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,64,1,0),(4,1,1,0),(4,2,1,0),(4,3,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,9,1,0),(4,10,1,0),(4,11,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,16,1,0),(4,17,1,0),(4,18,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,25,1,0),(4,26,1,0),(4,27,1,0),(4,28,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,38,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,64,1,0),(5,1,1,0),(5,2,1,0),(5,3,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,9,1,0),(5,10,1,0),(5,11,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,16,1,0),(5,17,1,0),(5,18,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,25,1,0),(5,26,1,0),(5,27,1,0),(5,28,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,38,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,64,1,0); /*!40000 ALTER TABLE `pshop_module_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_country` -- DROP TABLE IF EXISTS `pshop_module_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_country` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_country` -- LOCK TABLES `pshop_module_country` WRITE; /*!40000 ALTER TABLE `pshop_module_country` DISABLE KEYS */; INSERT INTO `pshop_module_country` VALUES (2,1,21),(31,1,21); /*!40000 ALTER TABLE `pshop_module_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_currency` -- DROP TABLE IF EXISTS `pshop_module_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_currency` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), KEY `id_module` (`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_currency` -- LOCK TABLES `pshop_module_currency` WRITE; /*!40000 ALTER TABLE `pshop_module_currency` DISABLE KEYS */; INSERT INTO `pshop_module_currency` VALUES (2,1,1),(31,1,1); /*!40000 ALTER TABLE `pshop_module_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_group` -- DROP TABLE IF EXISTS `pshop_module_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_group` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_group` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_group` -- LOCK TABLES `pshop_module_group` WRITE; /*!40000 ALTER TABLE `pshop_module_group` DISABLE KEYS */; INSERT INTO `pshop_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(3,1,1),(3,1,2),(3,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(9,1,1),(9,1,2),(9,1,3),(10,1,1),(10,1,2),(10,1,3),(11,1,1),(11,1,2),(11,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(16,1,1),(16,1,2),(16,1,3),(17,1,1),(17,1,2),(17,1,3),(18,1,1),(18,1,2),(18,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(25,1,1),(25,1,2),(25,1,3),(26,1,1),(26,1,2),(26,1,3),(27,1,1),(27,1,2),(27,1,3),(28,1,1),(28,1,2),(28,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(38,1,1),(38,1,2),(38,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(64,1,1),(64,1,2),(64,1,3); /*!40000 ALTER TABLE `pshop_module_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_preference` -- DROP TABLE IF EXISTS `pshop_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_preference` ( `id_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `module` varchar(255) NOT NULL, `interest` tinyint(1) default NULL, `favorite` tinyint(1) default NULL, PRIMARY KEY (`id_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_preference` -- LOCK TABLES `pshop_module_preference` WRITE; /*!40000 ALTER TABLE `pshop_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_module_shop` -- DROP TABLE IF EXISTS `pshop_module_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_module_shop` ( `id_module` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_module_shop` -- LOCK TABLES `pshop_module_shop` WRITE; /*!40000 ALTER TABLE `pshop_module_shop` DISABLE KEYS */; INSERT INTO `pshop_module_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1); /*!40000 ALTER TABLE `pshop_module_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_newsletter` -- DROP TABLE IF EXISTS `pshop_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_newsletter` ( `id` int(6) NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `email` varchar(255) NOT NULL, `newsletter_date_add` datetime default NULL, `ip_registration_newsletter` varchar(15) NOT NULL, `http_referer` varchar(255) default NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_newsletter` -- LOCK TABLES `pshop_newsletter` WRITE; /*!40000 ALTER TABLE `pshop_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_operating_system` -- DROP TABLE IF EXISTS `pshop_operating_system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_operating_system`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_operating_system` -- LOCK TABLES `pshop_operating_system` WRITE; /*!40000 ALTER TABLE `pshop_operating_system` DISABLE KEYS */; INSERT INTO `pshop_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android'); /*!40000 ALTER TABLE `pshop_operating_system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_carrier` -- DROP TABLE IF EXISTS `pshop_order_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_carrier` ( `id_order_carrier` int(11) NOT NULL auto_increment, `id_order` int(11) unsigned NOT NULL, `id_carrier` int(11) unsigned NOT NULL, `id_order_invoice` int(11) unsigned default NULL, `weight` decimal(20,6) default NULL, `shipping_cost_tax_excl` decimal(20,6) default NULL, `shipping_cost_tax_incl` decimal(20,6) default NULL, `tracking_number` varchar(64) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_carrier`), KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_carrier` -- LOCK TABLES `pshop_order_carrier` WRITE; /*!40000 ALTER TABLE `pshop_order_carrier` DISABLE KEYS */; INSERT INTO `pshop_order_carrier` VALUES (1,1,2,0,'0.000000','0.000000','0.000000','','2013-09-09 03:22:14'); /*!40000 ALTER TABLE `pshop_order_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_cart_rule` -- DROP TABLE IF EXISTS `pshop_order_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_cart_rule` ( `id_order_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, `id_order_invoice` int(10) unsigned default '0', `name` varchar(254) NOT NULL, `value` decimal(17,2) NOT NULL default '0.00', `value_tax_excl` decimal(17,2) NOT NULL default '0.00', `free_shipping` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_order_cart_rule`), KEY `id_order` (`id_order`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_cart_rule` -- LOCK TABLES `pshop_order_cart_rule` WRITE; /*!40000 ALTER TABLE `pshop_order_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_detail` -- DROP TABLE IF EXISTS `pshop_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_detail` ( `id_order_detail` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_order_invoice` int(11) default NULL, `id_warehouse` int(10) unsigned default '0', `id_shop` int(11) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `product_attribute_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `product_quantity_in_stock` int(10) NOT NULL default '0', `product_quantity_refunded` int(10) unsigned NOT NULL default '0', `product_quantity_return` int(10) unsigned NOT NULL default '0', `product_quantity_reinjected` int(10) unsigned NOT NULL default '0', `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` decimal(10,2) NOT NULL default '0.00', `reduction_amount` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_incl` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_excl` decimal(20,6) NOT NULL default '0.000000', `group_reduction` decimal(10,2) NOT NULL default '0.00', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, `product_upc` varchar(12) default NULL, `product_reference` varchar(32) default NULL, `product_supplier_reference` varchar(32) default NULL, `product_weight` decimal(20,6) NOT NULL, `tax_computation_method` tinyint(1) unsigned NOT NULL default '0', `tax_name` varchar(16) NOT NULL, `tax_rate` decimal(10,3) NOT NULL default '0.000', `ecotax` decimal(21,6) NOT NULL default '0.000000', `ecotax_tax_rate` decimal(5,3) NOT NULL default '0.000', `discount_quantity_applied` tinyint(1) NOT NULL default '0', `download_hash` varchar(255) default NULL, `download_nb` int(10) unsigned default '0', `download_deadline` datetime default NULL, `total_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `purchase_supplier_price` decimal(20,6) NOT NULL default '0.000000', `original_product_price` decimal(20,6) NOT NULL default '0.000000', PRIMARY KEY (`id_order_detail`), KEY `order_detail_order` (`id_order`), KEY `product_id` (`product_id`), KEY `product_attribute_id` (`product_attribute_id`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_detail` -- LOCK TABLES `pshop_order_detail` WRITE; /*!40000 ALTER TABLE `pshop_order_detail` DISABLE KEYS */; INSERT INTO `pshop_order_detail` VALUES (1,1,0,0,1,5,11,'iPod touch - Capacité: 32Go',1,0,0,0,0,'392.140500','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','469.000000','392.140000','469.000000','392.140468','0.000000','0.000000','0.000000','0.000000'),(2,1,0,0,1,7,0,'Écouteurs à isolation sonore Shure SE210',1,0,0,0,0,'124.581900','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','149.000000','124.580000','149.000000','124.581940','0.000000','0.000000','0.000000','0.000000'); /*!40000 ALTER TABLE `pshop_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_detail_tax` -- DROP TABLE IF EXISTS `pshop_order_detail_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_detail_tax` ( `id_order_detail` int(11) NOT NULL, `id_tax` int(11) NOT NULL, `unit_amount` decimal(16,6) NOT NULL default '0.000000', `total_amount` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_detail_tax` -- LOCK TABLES `pshop_order_detail_tax` WRITE; /*!40000 ALTER TABLE `pshop_order_detail_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_detail_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_history` -- DROP TABLE IF EXISTS `pshop_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_history` ( `id_order_history` int(10) unsigned NOT NULL auto_increment, `id_employee` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `id_order_state` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_history`), KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_history` -- LOCK TABLES `pshop_order_history` WRITE; /*!40000 ALTER TABLE `pshop_order_history` DISABLE KEYS */; INSERT INTO `pshop_order_history` VALUES (1,0,1,1,'2013-09-09 03:22:15'); /*!40000 ALTER TABLE `pshop_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_invoice` -- DROP TABLE IF EXISTS `pshop_order_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_invoice` ( `id_order_invoice` int(11) unsigned NOT NULL auto_increment, `id_order` int(11) NOT NULL, `number` int(11) NOT NULL, `delivery_number` int(11) NOT NULL, `delivery_date` datetime default NULL, `total_discount_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_discount_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `shipping_tax_computation_method` int(10) unsigned NOT NULL, `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `note` text, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_invoice`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_invoice` -- LOCK TABLES `pshop_order_invoice` WRITE; /*!40000 ALTER TABLE `pshop_order_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_invoice_payment` -- DROP TABLE IF EXISTS `pshop_order_invoice_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_invoice_payment` ( `id_order_invoice` int(11) unsigned NOT NULL, `id_order_payment` int(11) unsigned NOT NULL, `id_order` int(11) unsigned NOT NULL, PRIMARY KEY (`id_order_invoice`,`id_order_payment`), KEY `order_payment` (`id_order_payment`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_invoice_payment` -- LOCK TABLES `pshop_order_invoice_payment` WRITE; /*!40000 ALTER TABLE `pshop_order_invoice_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_invoice_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_invoice_tax` -- DROP TABLE IF EXISTS `pshop_order_invoice_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_invoice_tax` ( `id_order_invoice` int(11) NOT NULL, `type` varchar(15) NOT NULL, `id_tax` int(11) NOT NULL, `amount` decimal(10,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_invoice_tax` -- LOCK TABLES `pshop_order_invoice_tax` WRITE; /*!40000 ALTER TABLE `pshop_order_invoice_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_invoice_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_message` -- DROP TABLE IF EXISTS `pshop_order_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_message` ( `id_order_message` int(10) unsigned NOT NULL auto_increment, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_message` -- LOCK TABLES `pshop_order_message` WRITE; /*!40000 ALTER TABLE `pshop_order_message` DISABLE KEYS */; INSERT INTO `pshop_order_message` VALUES (1,'2013-09-09 03:22:15'); /*!40000 ALTER TABLE `pshop_order_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_message_lang` -- DROP TABLE IF EXISTS `pshop_order_message_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_message_lang` ( `id_order_message` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id_order_message`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_message_lang` -- LOCK TABLES `pshop_order_message_lang` WRITE; /*!40000 ALTER TABLE `pshop_order_message_lang` DISABLE KEYS */; INSERT INTO `pshop_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'); /*!40000 ALTER TABLE `pshop_order_message_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_payment` -- DROP TABLE IF EXISTS `pshop_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_payment` ( `id_order_payment` int(11) NOT NULL auto_increment, `order_reference` varchar(9) default NULL, `id_currency` int(10) unsigned NOT NULL, `amount` decimal(10,2) NOT NULL, `payment_method` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `transaction_id` varchar(254) default NULL, `card_number` varchar(254) default NULL, `card_brand` varchar(254) default NULL, `card_expiration` char(7) default NULL, `card_holder` varchar(254) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_payment`), KEY `order_reference` (`order_reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_payment` -- LOCK TABLES `pshop_order_payment` WRITE; /*!40000 ALTER TABLE `pshop_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_return` -- DROP TABLE IF EXISTS `pshop_order_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_return` ( `id_order_return` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `question` text NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_return`), KEY `order_return_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_return` -- LOCK TABLES `pshop_order_return` WRITE; /*!40000 ALTER TABLE `pshop_order_return` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_return_detail` -- DROP TABLE IF EXISTS `pshop_order_return_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_return_detail` ( `id_order_return` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `id_customization` int(10) unsigned NOT NULL default '0', `product_quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_return_detail` -- LOCK TABLES `pshop_order_return_detail` WRITE; /*!40000 ALTER TABLE `pshop_order_return_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_return_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_return_state` -- DROP TABLE IF EXISTS `pshop_order_return_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL auto_increment, `color` varchar(32) default NULL, PRIMARY KEY (`id_order_return_state`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_return_state` -- LOCK TABLES `pshop_order_return_state` WRITE; /*!40000 ALTER TABLE `pshop_order_return_state` DISABLE KEYS */; INSERT INTO `pshop_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510'); /*!40000 ALTER TABLE `pshop_order_return_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_return_state_lang` -- DROP TABLE IF EXISTS `pshop_order_return_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_return_state_lang` ( `id_order_return_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_order_return_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_return_state_lang` -- LOCK TABLES `pshop_order_return_state_lang` WRITE; /*!40000 ALTER TABLE `pshop_order_return_state_lang` DISABLE KEYS */; INSERT INTO `pshop_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(2,1,'Waiting for package'),(3,1,'Package received'),(4,1,'Return denied'),(5,1,'Return completed'); /*!40000 ALTER TABLE `pshop_order_return_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_slip` -- DROP TABLE IF EXISTS `pshop_order_slip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_slip` ( `id_order_slip` int(10) unsigned NOT NULL auto_increment, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `shipping_cost` tinyint(3) unsigned NOT NULL default '0', `amount` decimal(10,2) NOT NULL, `shipping_cost_amount` decimal(10,2) NOT NULL, `partial` tinyint(1) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_slip`), KEY `order_slip_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_slip` -- LOCK TABLES `pshop_order_slip` WRITE; /*!40000 ALTER TABLE `pshop_order_slip` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_slip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_slip_detail` -- DROP TABLE IF EXISTS `pshop_order_slip_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_slip_detail` ( `id_order_slip` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `amount_tax_excl` decimal(10,2) default NULL, `amount_tax_incl` decimal(10,2) default NULL, PRIMARY KEY (`id_order_slip`,`id_order_detail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_slip_detail` -- LOCK TABLES `pshop_order_slip_detail` WRITE; /*!40000 ALTER TABLE `pshop_order_slip_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_order_slip_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_state` -- DROP TABLE IF EXISTS `pshop_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_state` ( `id_order_state` int(10) unsigned NOT NULL auto_increment, `invoice` tinyint(1) unsigned default '0', `send_email` tinyint(1) unsigned NOT NULL default '0', `module_name` varchar(255) default NULL, `color` varchar(32) default NULL, `unremovable` tinyint(1) unsigned NOT NULL, `hidden` tinyint(1) unsigned NOT NULL default '0', `logable` tinyint(1) NOT NULL default '0', `delivery` tinyint(1) unsigned NOT NULL default '0', `shipped` tinyint(1) unsigned NOT NULL default '0', `paid` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_state` -- LOCK TABLES `pshop_order_state` WRITE; /*!40000 ALTER TABLE `pshop_order_state` DISABLE KEYS */; INSERT INTO `pshop_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0); /*!40000 ALTER TABLE `pshop_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_order_state_lang` -- DROP TABLE IF EXISTS `pshop_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_order_state_lang` ( `id_order_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, `template` varchar(64) NOT NULL, PRIMARY KEY (`id_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_order_state_lang` -- LOCK TABLES `pshop_order_state_lang` WRITE; /*!40000 ALTER TABLE `pshop_order_state_lang` DISABLE KEYS */; INSERT INTO `pshop_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(5,1,'Delivered',''),(6,1,'Canceled','order_canceled'),(7,1,'Refund','refund'),(8,1,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'); /*!40000 ALTER TABLE `pshop_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_orders` -- DROP TABLE IF EXISTS `pshop_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_orders` ( `id_order` int(10) unsigned NOT NULL auto_increment, `reference` varchar(9) default NULL, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_cart` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `current_state` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `payment` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `module` varchar(255) default NULL, `recyclable` tinyint(1) unsigned NOT NULL default '0', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `shipping_number` varchar(32) default NULL, `total_discounts` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_real` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `carrier_tax_rate` decimal(10,3) NOT NULL default '0.000', `total_wrapping` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `invoice_number` int(10) unsigned NOT NULL default '0', `delivery_number` int(10) unsigned NOT NULL default '0', `invoice_date` datetime NOT NULL, `delivery_date` datetime NOT NULL, `valid` int(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order`), KEY `id_customer` (`id_customer`), KEY `id_cart` (`id_cart`), KEY `invoice_number` (`invoice_number`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_orders` -- LOCK TABLES `pshop_orders` WRITE; /*!40000 ALTER TABLE `pshop_orders` DISABLE KEYS */; INSERT INTO `pshop_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque','1.000000','cheque',0,0,'',0,'','0.00','0.00','0.00','626.37','626.37','523.72','0.00','516.72','618.00','7.98','8.37','7.00','19.600','0.00','0.00','0.00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2013-09-09 03:22:14','2013-09-09 03:22:15'); /*!40000 ALTER TABLE `pshop_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_pack` -- DROP TABLE IF EXISTS `pshop_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_pack` -- LOCK TABLES `pshop_pack` WRITE; /*!40000 ALTER TABLE `pshop_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_page` -- DROP TABLE IF EXISTS `pshop_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_page` ( `id_page` int(10) unsigned NOT NULL auto_increment, `id_page_type` int(10) unsigned NOT NULL, `id_object` int(10) unsigned default NULL, PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_page` -- LOCK TABLES `pshop_page` WRITE; /*!40000 ALTER TABLE `pshop_page` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_page_type` -- DROP TABLE IF EXISTS `pshop_page_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_page_type` ( `id_page_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_page_type` -- LOCK TABLES `pshop_page_type` WRITE; /*!40000 ALTER TABLE `pshop_page_type` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_page_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_page_viewed` -- DROP TABLE IF EXISTS `pshop_page_viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_page_viewed` ( `id_page` int(10) unsigned NOT NULL, `id_shop_group` int(10) unsigned NOT NULL default '1', `id_shop` int(10) unsigned NOT NULL default '1', `id_date_range` int(10) unsigned NOT NULL, `counter` int(10) unsigned NOT NULL, PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_page_viewed` -- LOCK TABLES `pshop_page_viewed` WRITE; /*!40000 ALTER TABLE `pshop_page_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_page_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_pagenotfound` -- DROP TABLE IF EXISTS `pshop_pagenotfound`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_pagenotfound` ( `id_pagenotfound` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `request_uri` varchar(256) NOT NULL, `http_referer` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_pagenotfound` -- LOCK TABLES `pshop_pagenotfound` WRITE; /*!40000 ALTER TABLE `pshop_pagenotfound` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_pagenotfound` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product` -- DROP TABLE IF EXISTS `pshop_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product` ( `id_product` int(10) unsigned NOT NULL auto_increment, `id_supplier` int(10) unsigned default NULL, `id_manufacturer` int(10) unsigned default NULL, `id_category_default` int(10) unsigned default NULL, `id_shop_default` int(10) unsigned NOT NULL default '1', `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `width` decimal(20,6) NOT NULL default '0.000000', `height` decimal(20,6) NOT NULL default '0.000000', `depth` decimal(20,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `out_of_stock` int(10) unsigned NOT NULL default '2', `quantity_discount` tinyint(1) default '0', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_is_pack` tinyint(1) NOT NULL default '0', `cache_has_attachments` tinyint(1) NOT NULL default '0', `is_virtual` tinyint(1) NOT NULL default '0', `cache_default_attribute` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_product`), KEY `product_supplier` (`id_supplier`), KEY `product_manufacturer` (`id_manufacturer`), KEY `id_category_default` (`id_category_default`), KEY `indexed` (`indexed`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product` -- LOCK TABLES `pshop_product` WRITE; /*!40000 ALTER TABLE `pshop_product` DISABLE KEYS */; INSERT INTO `pshop_product` VALUES (1,1,1,3,1,1,0,0,'0','','0.000000',0,1,'124.581940','70.000000','','0.000000','0.00','demo_1','','','0.000000','0.000000','0.000000','0.500000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(2,1,1,3,1,1,0,0,'0','','0.000000',0,1,'66.053500','33.000000','','0.000000','0.00','demo_2','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(3,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1504.180602','1000.000000','','0.000000','0.00','demo_3','','','0.000000','0.000000','0.000000','1.360000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(4,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1170.568561','0.000000','','0.000000','0.00','demo_4','','','0.000000','0.000000','0.000000','0.750000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(5,0,0,3,1,1,0,0,'0','','0.000000',0,1,'241.638796','200.000000','','0.000000','0.00','demo_5','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(6,0,0,4,1,1,0,1,'0','','0.000000',0,1,'25.041806','0.000000','','0.000000','0.00','demo_6','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0),(7,2,2,4,1,1,0,1,'0','','0.000000',0,1,'124.581940','0.000000','','0.000000','0.00','demo_7','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14',0); /*!40000 ALTER TABLE `pshop_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_attachment` -- DROP TABLE IF EXISTS `pshop_product_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_attachment` ( `id_product` int(10) unsigned NOT NULL, `id_attachment` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_attachment` -- LOCK TABLES `pshop_product_attachment` WRITE; /*!40000 ALTER TABLE `pshop_product_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_attribute` -- DROP TABLE IF EXISTS `pshop_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_attribute` ( `id_product_attribute` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`), KEY `product_attribute_product` (`id_product`), KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `product_default` (`id_product`,`default_on`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_attribute` -- LOCK TABLES `pshop_product_attribute` WRITE; /*!40000 ALTER TABLE `pshop_product_attribute` DISABLE KEYS */; INSERT INTO `pshop_product_attribute` VALUES (1,2,'','','','','','0.000000','0.000000','0.000000',10,'0.000000','0.00',0,1,'0000-00-00'),(2,2,'','','','','','0.000000','0.000000','0.000000',20,'0.000000','0.00',1,1,'0000-00-00'),(3,2,'','','','','','0.000000','0.000000','0.000000',30,'0.000000','0.00',0,1,'0000-00-00'),(4,2,'','','','','','0.000000','0.000000','0.000000',40,'0.000000','0.00',0,1,'0000-00-00'),(5,3,'','','','','','0.000000','751.672241','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(6,3,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(7,3,'','','','','','0.000000','225.752508','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(8,3,'','','','','','0.000000','977.424749','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(9,5,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(10,5,'','','','','','0.000000','75.250836','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(11,5,'','','','','','0.000000','150.501672','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(12,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,4,'0000-00-00'),(13,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(14,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(15,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(16,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(17,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(18,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(19,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(20,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(21,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(22,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(23,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(24,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(25,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(26,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(27,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `pshop_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_attribute_combination` -- DROP TABLE IF EXISTS `pshop_product_attribute_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_attribute_combination` ( `id_attribute` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_product_attribute`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_attribute_combination` -- LOCK TABLES `pshop_product_attribute_combination` WRITE; /*!40000 ALTER TABLE `pshop_product_attribute_combination` DISABLE KEYS */; INSERT INTO `pshop_product_attribute_combination` VALUES (3,3),(3,5),(3,6),(3,7),(3,8),(3,16),(3,17),(4,1),(4,12),(4,13),(5,4),(5,22),(5,23),(6,2),(6,24),(6,25),(7,20),(7,21),(8,6),(8,8),(9,5),(9,7),(10,5),(10,6),(11,7),(11,8),(14,18),(14,19),(15,9),(15,13),(15,15),(15,17),(15,19),(15,21),(15,23),(15,25),(15,27),(16,10),(16,12),(16,14),(16,16),(16,18),(16,20),(16,22),(16,24),(16,26),(17,11),(18,26),(18,27),(19,14),(19,15); /*!40000 ALTER TABLE `pshop_product_attribute_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_attribute_image` -- DROP TABLE IF EXISTS `pshop_product_attribute_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_attribute_image` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_image` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_image`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_attribute_image` -- LOCK TABLES `pshop_product_attribute_image` WRITE; /*!40000 ALTER TABLE `pshop_product_attribute_image` DISABLE KEYS */; INSERT INTO `pshop_product_attribute_image` VALUES (1,23),(2,24),(3,26),(4,25),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,16),(13,16),(14,22),(15,22),(16,21),(17,21),(18,15),(19,15),(20,18),(21,18),(22,19),(23,19),(24,17),(25,17),(26,20),(27,20); /*!40000 ALTER TABLE `pshop_product_attribute_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_attribute_shop` -- DROP TABLE IF EXISTS `pshop_product_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_attribute_shop` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_attribute_shop` -- LOCK TABLES `pshop_product_attribute_shop` WRITE; /*!40000 ALTER TABLE `pshop_product_attribute_shop` DISABLE KEYS */; INSERT INTO `pshop_product_attribute_shop` VALUES (1,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(2,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(3,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(4,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(5,1,'0.000000','751.672241','0.000000','0.000000','0.00',0,1,'0000-00-00'),(6,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(7,1,'0.000000','225.752508','0.000000','0.000000','0.00',0,1,'0000-00-00'),(8,1,'0.000000','977.424749','0.000000','0.000000','0.00',0,1,'0000-00-00'),(9,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(10,1,'0.000000','75.250836','0.000000','0.000000','0.00',0,1,'0000-00-00'),(11,1,'0.000000','150.501672','0.000000','0.000000','0.00',0,1,'0000-00-00'),(12,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,4,'0000-00-00'),(13,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(14,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(15,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(16,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(17,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(18,1,'0.000000','41.806020','0.000000','0.000000','0.00',1,1,'0000-00-00'),(19,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(20,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(21,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(22,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(23,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(24,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(25,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(26,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(27,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `pshop_product_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_carrier` -- DROP TABLE IF EXISTS `pshop_product_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_carrier` ( `id_product` int(10) unsigned NOT NULL, `id_carrier_reference` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_carrier` -- LOCK TABLES `pshop_product_carrier` WRITE; /*!40000 ALTER TABLE `pshop_product_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_country_tax` -- DROP TABLE IF EXISTS `pshop_product_country_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_country_tax` ( `id_product` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_tax` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_country_tax` -- LOCK TABLES `pshop_product_country_tax` WRITE; /*!40000 ALTER TABLE `pshop_product_country_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_country_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_download` -- DROP TABLE IF EXISTS `pshop_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_download` ( `id_product_download` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `display_filename` varchar(255) default NULL, `filename` varchar(255) default NULL, `date_add` datetime NOT NULL, `date_expiration` datetime default NULL, `nb_days_accessible` int(10) unsigned default NULL, `nb_downloadable` int(10) unsigned default '1', `active` tinyint(1) unsigned NOT NULL default '1', `is_shareable` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_product_download`), KEY `product_active` (`id_product`,`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_download` -- LOCK TABLES `pshop_product_download` WRITE; /*!40000 ALTER TABLE `pshop_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_group_reduction_cache` -- DROP TABLE IF EXISTS `pshop_product_group_reduction_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_group_reduction_cache` ( `id_product` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_product`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_group_reduction_cache` -- LOCK TABLES `pshop_product_group_reduction_cache` WRITE; /*!40000 ALTER TABLE `pshop_product_group_reduction_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_group_reduction_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_lang` -- DROP TABLE IF EXISTS `pshop_product_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_lang` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `description` text, `description_short` text, `link_rewrite` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `meta_title` varchar(128) default NULL, `name` varchar(128) NOT NULL, `available_now` varchar(255) default NULL, `available_later` varchar(255) default NULL, PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), KEY `id_lang` (`id_lang`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_lang` -- LOCK TABLES `pshop_product_lang` WRITE; /*!40000 ALTER TABLE `pshop_product_lang` DISABLE KEYS */; INSERT INTO `pshop_product_lang` VALUES (1,1,1,'<p><strong><span style=\"font-size: small;\">Curved ahead of the curve.</span></strong></p>\r\n<p>For those about to rock, we give you nine amazing colors. But that\'s only part of the story. Feel the curved, all-aluminum and glass design and you won\'t want to put iPod nano down.</p>\r\n<p><strong><span style=\"font-size: small;\">Great looks. And brains, too.</span></strong></p>\r\n<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p>\r\n<p><strong><span style=\"font-size: small;\">Made to move with your moves.</span></strong></p>\r\n<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p>','<p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p>','ipod-nano','','','','iPod Nano','In stock',''),(2,1,1,'<p><span style=\"font-size: small;\"><strong>Instant attachment.</strong></span></p>\r\n<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p>\r\n<p><span style=\"font-size: small;\"><strong>Feed your iPod shuffle.</strong></span></p>\r\n<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p>\r\n<p><span style=\"font-size: small;\"><strong>Beauty and the beat.</strong></span></p>\r\n<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p>','<p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p>','ipod-shuffle','','','','iPod shuffle','In stock',''),(3,1,1,'<p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p>','MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.','macbook-air','','','','MacBook Air','',''),(4,1,1,'Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly.','MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.','macbook','','','','MacBook','',''),(5,1,1,'<h3>Five new hands-on applications</h3>\r\n<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p>\r\n<h3>Touch your music, movies, and more</h3>\r\n<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p>\r\n<h3>Internet in your pocket</h3>\r\n<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p>\r\n<h3>What\'s in the box</h3>\r\n<ul>\r\n<li><span></span>iPod touch</li>\r\n<li><span></span>Earphones</li>\r\n<li><span></span>USB 2.0 cable</li>\r\n<li><span></span>Dock adapter</li>\r\n<li><span></span>Polishing cloth</li>\r\n<li><span></span>Stand</li>\r\n<li><span></span>Quick Start guide</li>\r\n</ul>','<ul>\r\n<li>Revolutionary Multi-Touch interface</li>\r\n<li>3.5-inch widescreen color display</li>\r\n<li>Wi-Fi (802.11b/g)</li>\r\n<li>8 mm thin</li>\r\n<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li>\r\n</ul>','ipod-touch','','','','iPod touch','',''),(6,1,1,'<p>Lorem ipsum</p>','<p>Lorem ipsum</p>','belkin-leather-folio-for-ipod-nano-black-chocolate','','','','Belkin Leather Folio for iPod nano - Black / Chocolate','',''),(7,1,1,'<div class=\"product-overview-full\">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> \r\n<ul>\r\n<li>Sound-isolating design </li>\r\n<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li>\r\n<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li>\r\n<li> Connector compatible with earphone ports on both iPod and iPhone </li>\r\n</ul>\r\n<strong>Specifications </strong><br /> \r\n<ul>\r\n<li>Speaker type: Hi-Definition MicroSpeaker </li>\r\n<li> Frequency range: 25Hz-18.5kHz </li>\r\n<li> Impedance (1kHz): 26 Ohms </li>\r\n<li> Sensitivity (1mW): 114 dB SPL/mW </li>\r\n<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li>\r\n</ul>\r\n<strong>In the box</strong><br /> \r\n<ul>\r\n<li>Shure SE210 earphones </li>\r\n<li> Extension cable (36.0 in./91.4 cm) </li>\r\n<li> Three pairs foam earpiece sleeves (small, medium, large) </li>\r\n<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li>\r\n<li> One pair triple-flange earpiece sleeves </li>\r\n<li> Carrying case </li>\r\n</ul>\r\nWarranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple\'s Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div>','<p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that\'s free from outside noise.</p>','ecouteurs-a-isolation-sonore-shure-se210-blanc','','','','Shure SE210 Sound-Isolating Earphones for iPod and iPhone','',''); /*!40000 ALTER TABLE `pshop_product_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_sale` -- DROP TABLE IF EXISTS `pshop_product_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_sale` ( `id_product` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '0', `sale_nbr` int(10) unsigned NOT NULL default '0', `date_upd` date NOT NULL, PRIMARY KEY (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_sale` -- LOCK TABLES `pshop_product_sale` WRITE; /*!40000 ALTER TABLE `pshop_product_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_product_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_shop` -- DROP TABLE IF EXISTS `pshop_product_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_shop` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `id_category_default` int(10) unsigned default NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL default '0', `online_only` tinyint(1) unsigned NOT NULL default '0', `ecotax` decimal(17,6) NOT NULL default '0.000000', `minimal_quantity` int(10) unsigned NOT NULL default '1', `price` decimal(20,6) NOT NULL default '0.000000', `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `unity` varchar(255) default NULL, `unit_price_ratio` decimal(20,6) NOT NULL default '0.000000', `additional_shipping_cost` decimal(20,2) NOT NULL default '0.00', `customizable` tinyint(2) NOT NULL default '0', `uploadable_files` tinyint(4) NOT NULL default '0', `text_fields` tinyint(4) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `redirect_type` enum('','404','301','302') NOT NULL default '', `id_product_redirected` int(10) unsigned NOT NULL default '0', `available_for_order` tinyint(1) NOT NULL default '1', `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL default 'new', `show_price` tinyint(1) NOT NULL default '1', `indexed` tinyint(1) NOT NULL default '0', `visibility` enum('both','catalog','search','none') NOT NULL default 'both', `cache_default_attribute` int(10) unsigned default NULL, `advanced_stock_management` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_product`,`id_shop`), KEY `id_category_default` (`id_category_default`), KEY `date_add` (`date_add`,`active`,`visibility`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_shop` -- LOCK TABLES `pshop_product_shop` WRITE; /*!40000 ALTER TABLE `pshop_product_shop` DISABLE KEYS */; INSERT INTO `pshop_product_shop` VALUES (1,1,3,1,0,0,'0.000000',1,'124.581940','70.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(2,1,3,1,0,0,'0.000000',1,'66.053500','33.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(3,1,5,1,0,0,'0.000000',1,'1504.180602','1000.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(4,1,5,1,0,0,'0.000000',1,'1170.568561','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(5,1,3,1,0,0,'0.000000',1,'241.638796','200.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(6,1,4,1,0,1,'0.000000',1,'25.041806','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'),(7,1,4,1,0,1,'0.000000',1,'124.581940','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-09 03:22:14','2013-09-09 03:22:14'); /*!40000 ALTER TABLE `pshop_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_supplier` -- DROP TABLE IF EXISTS `pshop_product_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_supplier` ( `id_product_supplier` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL default '0', `id_supplier` int(11) unsigned NOT NULL, `product_supplier_reference` varchar(32) default NULL, `product_supplier_price_te` decimal(20,6) NOT NULL default '0.000000', `id_currency` int(11) unsigned NOT NULL, PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_supplier` -- LOCK TABLES `pshop_product_supplier` WRITE; /*!40000 ALTER TABLE `pshop_product_supplier` DISABLE KEYS */; INSERT INTO `pshop_product_supplier` VALUES (1,1,0,1,'','0.000000',0),(2,1,12,1,'','0.000000',0),(3,1,13,1,'','0.000000',0),(4,1,14,1,'','0.000000',0),(5,1,15,1,'','0.000000',0),(6,1,16,1,'','0.000000',0),(7,1,17,1,'','0.000000',0),(8,1,18,1,'','0.000000',0),(9,1,19,1,'','0.000000',0),(10,1,20,1,'','0.000000',0),(11,1,21,1,'','0.000000',0),(12,1,22,1,'','0.000000',0),(13,1,23,1,'','0.000000',0),(14,1,24,1,'','0.000000',0),(15,1,25,1,'','0.000000',0),(16,1,26,1,'','0.000000',0),(17,1,27,1,'','0.000000',0),(18,3,0,1,'','0.000000',0),(19,3,5,1,'','0.000000',0),(20,3,6,1,'','0.000000',0),(21,3,7,1,'','0.000000',0),(22,3,8,1,'','0.000000',0),(23,6,0,1,'','0.000000',0),(24,2,0,1,'','0.000000',0),(25,2,1,1,'','0.000000',0),(26,2,2,1,'','0.000000',0),(27,2,3,1,'','0.000000',0),(28,2,4,1,'','0.000000',0),(29,4,0,1,'','0.000000',0),(30,5,0,1,'','0.000000',0),(31,5,9,1,'','0.000000',0),(32,5,10,1,'','0.000000',0),(33,5,11,1,'','0.000000',0),(34,7,0,2,'','0.000000',0); /*!40000 ALTER TABLE `pshop_product_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_product_tag` -- DROP TABLE IF EXISTS `pshop_product_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_product_tag` ( `id_product` int(10) unsigned NOT NULL, `id_tag` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_tag`), KEY `id_tag` (`id_tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_product_tag` -- LOCK TABLES `pshop_product_tag` WRITE; /*!40000 ALTER TABLE `pshop_product_tag` DISABLE KEYS */; INSERT INTO `pshop_product_tag` VALUES (1,1),(1,2),(1,3),(2,2),(2,6),(4,1),(4,4),(5,5); /*!40000 ALTER TABLE `pshop_product_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_profile` -- DROP TABLE IF EXISTS `pshop_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_profile` ( `id_profile` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_profile` -- LOCK TABLES `pshop_profile` WRITE; /*!40000 ALTER TABLE `pshop_profile` DISABLE KEYS */; INSERT INTO `pshop_profile` VALUES (1),(2),(3),(4),(5); /*!40000 ALTER TABLE `pshop_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_profile_lang` -- DROP TABLE IF EXISTS `pshop_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_profile_lang` ( `id_lang` int(10) unsigned NOT NULL, `id_profile` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_profile`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_profile_lang` -- LOCK TABLES `pshop_profile_lang` WRITE; /*!40000 ALTER TABLE `pshop_profile_lang` DISABLE KEYS */; INSERT INTO `pshop_profile_lang` VALUES (1,1,'SuperAdmin'),(1,2,'Administrator'),(1,3,'Logistician'),(1,4,'Translator'),(1,5,'Salesman'); /*!40000 ALTER TABLE `pshop_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_quick_access` -- DROP TABLE IF EXISTS `pshop_quick_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_quick_access` ( `id_quick_access` int(10) unsigned NOT NULL auto_increment, `new_window` tinyint(1) NOT NULL default '0', `link` varchar(128) NOT NULL, PRIMARY KEY (`id_quick_access`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_quick_access` -- LOCK TABLES `pshop_quick_access` WRITE; /*!40000 ALTER TABLE `pshop_quick_access` DISABLE KEYS */; INSERT INTO `pshop_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule'); /*!40000 ALTER TABLE `pshop_quick_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_quick_access_lang` -- DROP TABLE IF EXISTS `pshop_quick_access_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_quick_access_lang` ( `id_quick_access` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_quick_access`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_quick_access_lang` -- LOCK TABLES `pshop_quick_access_lang` WRITE; /*!40000 ALTER TABLE `pshop_quick_access_lang` DISABLE KEYS */; INSERT INTO `pshop_quick_access_lang` VALUES (1,1,'Home'),(2,1,'My Shop'),(3,1,'New category'),(4,1,'New product'),(5,1,'New voucher'); /*!40000 ALTER TABLE `pshop_quick_access_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_range_price` -- DROP TABLE IF EXISTS `pshop_range_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_range_price` ( `id_range_price` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_range_price` -- LOCK TABLES `pshop_range_price` WRITE; /*!40000 ALTER TABLE `pshop_range_price` DISABLE KEYS */; INSERT INTO `pshop_range_price` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `pshop_range_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_range_weight` -- DROP TABLE IF EXISTS `pshop_range_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_range_weight` ( `id_range_weight` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_range_weight` -- LOCK TABLES `pshop_range_weight` WRITE; /*!40000 ALTER TABLE `pshop_range_weight` DISABLE KEYS */; INSERT INTO `pshop_range_weight` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `pshop_range_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_referrer` -- DROP TABLE IF EXISTS `pshop_referrer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_referrer` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `passwd` varchar(32) default NULL, `http_referer_regexp` varchar(64) default NULL, `http_referer_like` varchar(64) default NULL, `request_uri_regexp` varchar(64) default NULL, `request_uri_like` varchar(64) default NULL, `http_referer_regexp_not` varchar(64) default NULL, `http_referer_like_not` varchar(64) default NULL, `request_uri_regexp_not` varchar(64) default NULL, `request_uri_like_not` varchar(64) default NULL, `base_fee` decimal(5,2) NOT NULL default '0.00', `percent_fee` decimal(5,2) NOT NULL default '0.00', `click_fee` decimal(5,2) NOT NULL default '0.00', `date_add` datetime NOT NULL, PRIMARY KEY (`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_referrer` -- LOCK TABLES `pshop_referrer` WRITE; /*!40000 ALTER TABLE `pshop_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_referrer_cache` -- DROP TABLE IF EXISTS `pshop_referrer_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_referrer_cache` ( `id_connections_source` int(11) unsigned NOT NULL, `id_referrer` int(11) unsigned NOT NULL, PRIMARY KEY (`id_connections_source`,`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_referrer_cache` -- LOCK TABLES `pshop_referrer_cache` WRITE; /*!40000 ALTER TABLE `pshop_referrer_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_referrer_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_referrer_shop` -- DROP TABLE IF EXISTS `pshop_referrer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_referrer_shop` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `cache_visitors` int(11) default NULL, `cache_visits` int(11) default NULL, `cache_pages` int(11) default NULL, `cache_registrations` int(11) default NULL, `cache_orders` int(11) default NULL, `cache_sales` decimal(17,2) default NULL, `cache_reg_rate` decimal(5,4) default NULL, `cache_order_rate` decimal(5,4) default NULL, PRIMARY KEY (`id_referrer`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_referrer_shop` -- LOCK TABLES `pshop_referrer_shop` WRITE; /*!40000 ALTER TABLE `pshop_referrer_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_referrer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_reinsurance` -- DROP TABLE IF EXISTS `pshop_reinsurance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_reinsurance` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id_reinsurance`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_reinsurance` -- LOCK TABLES `pshop_reinsurance` WRITE; /*!40000 ALTER TABLE `pshop_reinsurance` DISABLE KEYS */; INSERT INTO `pshop_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'); /*!40000 ALTER TABLE `pshop_reinsurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_reinsurance_lang` -- DROP TABLE IF EXISTS `pshop_reinsurance_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_reinsurance_lang` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `text` varchar(300) NOT NULL, PRIMARY KEY (`id_reinsurance`,`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_reinsurance_lang` -- LOCK TABLES `pshop_reinsurance_lang` WRITE; /*!40000 ALTER TABLE `pshop_reinsurance_lang` DISABLE KEYS */; INSERT INTO `pshop_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(2,1,'In-store exchange.'),(3,1,'Payment upon shipment.'),(4,1,'Free Shipping.'),(5,1,'100% secure payment processing.'); /*!40000 ALTER TABLE `pshop_reinsurance_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_request_sql` -- DROP TABLE IF EXISTS `pshop_request_sql`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_request_sql` ( `id_request_sql` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_request_sql` -- LOCK TABLES `pshop_request_sql` WRITE; /*!40000 ALTER TABLE `pshop_request_sql` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_request_sql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_required_field` -- DROP TABLE IF EXISTS `pshop_required_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_required_field` ( `id_required_field` int(11) NOT NULL auto_increment, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_required_field` -- LOCK TABLES `pshop_required_field` WRITE; /*!40000 ALTER TABLE `pshop_required_field` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_required_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_risk` -- DROP TABLE IF EXISTS `pshop_risk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_risk` ( `id_risk` int(11) unsigned NOT NULL auto_increment, `percent` tinyint(3) NOT NULL, `color` varchar(32) default NULL, PRIMARY KEY (`id_risk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_risk` -- LOCK TABLES `pshop_risk` WRITE; /*!40000 ALTER TABLE `pshop_risk` DISABLE KEYS */; INSERT INTO `pshop_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15'); /*!40000 ALTER TABLE `pshop_risk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_risk_lang` -- DROP TABLE IF EXISTS `pshop_risk_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_risk_lang` ( `id_risk` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_risk`,`id_lang`), KEY `id_risk` (`id_risk`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_risk_lang` -- LOCK TABLES `pshop_risk_lang` WRITE; /*!40000 ALTER TABLE `pshop_risk_lang` DISABLE KEYS */; INSERT INTO `pshop_risk_lang` VALUES (1,1,'None'),(2,1,'Low'),(3,1,'Medium'),(4,1,'High'); /*!40000 ALTER TABLE `pshop_risk_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_scene` -- DROP TABLE IF EXISTS `pshop_scene`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_scene` ( `id_scene` int(10) unsigned NOT NULL auto_increment, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_scene`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_scene` -- LOCK TABLES `pshop_scene` WRITE; /*!40000 ALTER TABLE `pshop_scene` DISABLE KEYS */; INSERT INTO `pshop_scene` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop_scene` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_scene_category` -- DROP TABLE IF EXISTS `pshop_scene_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_scene_category` ( `id_scene` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_scene_category` -- LOCK TABLES `pshop_scene_category` WRITE; /*!40000 ALTER TABLE `pshop_scene_category` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_scene_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_scene_lang` -- DROP TABLE IF EXISTS `pshop_scene_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_scene_lang` ( `id_scene` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(100) NOT NULL, PRIMARY KEY (`id_scene`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_scene_lang` -- LOCK TABLES `pshop_scene_lang` WRITE; /*!40000 ALTER TABLE `pshop_scene_lang` DISABLE KEYS */; INSERT INTO `pshop_scene_lang` VALUES (1,1,'The iPods Nano'),(2,1,'The iPods'),(3,1,'The MacBooks'); /*!40000 ALTER TABLE `pshop_scene_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_scene_products` -- DROP TABLE IF EXISTS `pshop_scene_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_scene_products` ( `id_scene` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `x_axis` int(4) NOT NULL, `y_axis` int(4) NOT NULL, `zone_width` int(3) NOT NULL, `zone_height` int(3) NOT NULL, PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_scene_products` -- LOCK TABLES `pshop_scene_products` WRITE; /*!40000 ALTER TABLE `pshop_scene_products` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_scene_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_scene_shop` -- DROP TABLE IF EXISTS `pshop_scene_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_scene_shop` ( `id_scene` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_scene_shop` -- LOCK TABLES `pshop_scene_shop` WRITE; /*!40000 ALTER TABLE `pshop_scene_shop` DISABLE KEYS */; INSERT INTO `pshop_scene_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `pshop_scene_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_search_engine` -- DROP TABLE IF EXISTS `pshop_search_engine`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_search_engine` ( `id_search_engine` int(10) unsigned NOT NULL auto_increment, `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_search_engine` -- LOCK TABLES `pshop_search_engine` WRITE; /*!40000 ALTER TABLE `pshop_search_engine` DISABLE KEYS */; INSERT INTO `pshop_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); /*!40000 ALTER TABLE `pshop_search_engine` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_search_index` -- DROP TABLE IF EXISTS `pshop_search_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_search_index` ( `id_product` int(11) unsigned NOT NULL, `id_word` int(11) unsigned NOT NULL, `weight` smallint(4) unsigned NOT NULL default '1', PRIMARY KEY (`id_word`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_search_index` -- LOCK TABLES `pshop_search_index` WRITE; /*!40000 ALTER TABLE `pshop_search_index` DISABLE KEYS */; INSERT INTO `pshop_search_index` VALUES (1,1,14),(1,2,14),(1,3,10),(1,4,3),(1,5,2),(1,6,1),(1,7,1),(1,8,17),(1,9,17),(1,10,1),(1,11,1),(1,12,1),(1,13,1),(1,14,2),(1,15,1),(1,16,1),(1,17,1),(1,18,1),(1,19,1),(1,20,1),(1,21,2),(1,22,2),(1,23,1),(1,24,1),(1,25,1),(1,26,1),(1,27,2),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,2),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,5),(1,48,1),(1,49,1),(1,50,1),(1,51,1),(1,52,1),(1,53,1),(1,54,1),(1,55,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,2),(1,61,2),(1,62,1),(1,63,1),(1,64,1),(1,65,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,3),(1,77,7),(1,78,3),(1,79,3),(1,80,4),(1,81,4),(1,82,4),(1,83,4),(1,84,4),(1,85,4),(1,86,4),(1,87,4),(2,1,15),(2,65,15),(2,3,10),(2,88,1),(2,89,1),(2,90,1),(2,66,2),(2,91,1),(2,7,3),(2,92,1),(2,93,2),(2,94,1),(2,81,4),(2,82,4),(2,85,4),(2,95,2),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,55,1),(2,47,7),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,4,1),(2,107,1),(2,25,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,116,1),(2,22,1),(2,117,1),(2,118,1),(2,119,1),(2,120,1),(2,121,1),(2,122,1),(2,123,1),(2,124,1),(2,33,1),(2,125,1),(2,126,1),(2,5,1),(2,127,1),(2,128,1),(2,76,3),(2,77,3),(2,78,3),(2,79,3),(2,83,2),(3,129,11),(3,130,11),(3,3,10),(3,131,1),(3,132,2),(3,112,1),(3,133,1),(3,134,1),(3,135,1),(3,26,1),(3,22,1),(3,136,1),(3,137,1),(3,138,1),(3,139,1),(3,140,1),(3,141,2),(3,142,1),(3,143,1),(3,144,1),(3,145,2),(3,146,2),(3,147,1),(3,5,1),(3,60,2),(3,148,1),(3,149,1),(3,150,1),(3,151,4),(3,4,1),(3,152,1),(3,153,1),(3,154,1),(3,47,1),(3,155,1),(3,156,1),(3,157,1),(3,158,1),(3,159,1),(3,27,1),(3,160,1),(3,161,1),(3,162,2),(3,163,1),(3,164,1),(3,165,1),(3,166,1),(3,167,1),(3,168,1),(3,169,1),(3,170,2),(3,171,2),(3,172,2),(3,173,1),(3,174,1),(3,175,1),(3,176,1),(3,177,1),(3,178,1),(3,179,1),(3,180,1),(3,181,1),(3,182,1),(3,183,1),(3,184,2),(3,185,1),(3,186,1),(3,187,1),(3,188,1),(3,189,1),(3,190,1),(3,191,9),(3,192,1),(3,193,1),(3,194,1),(3,195,1),(3,196,1),(3,197,1),(3,198,1),(3,199,1),(3,200,1),(3,75,1),(3,74,1),(3,201,1),(3,202,1),(3,203,1),(3,88,2),(3,204,1),(3,205,1),(3,7,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,3),(3,77,3),(3,78,3),(3,79,3),(3,224,4),(3,225,8),(3,226,8),(3,227,8),(3,228,4),(3,229,4),(3,230,4),(3,231,4),(3,232,4),(3,233,4),(3,83,8),(3,234,4),(3,235,4),(3,236,4),(3,237,4),(4,129,9),(4,3,10),(4,238,1),(4,239,1),(4,240,1),(4,241,1),(4,242,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,145,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,27,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,158,1),(4,151,1),(4,259,1),(4,190,1),(4,191,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,7,1),(4,269,1),(4,270,1),(4,271,1),(4,152,1),(4,272,1),(4,17,1),(4,273,1),(4,93,1),(4,47,1),(4,274,1),(4,275,1),(4,276,1),(4,223,3),(4,77,7),(4,78,3),(4,79,3),(4,277,4),(5,1,11),(5,175,14),(5,3,10),(5,278,2),(5,174,2),(5,279,1),(5,166,2),(5,167,1),(5,280,1),(5,169,2),(5,281,1),(5,154,1),(5,282,2),(5,283,1),(5,284,1),(5,285,1),(5,286,2),(5,287,2),(5,109,1),(5,66,2),(5,261,1),(5,288,2),(5,289,1),(5,4,1),(5,290,1),(5,275,1),(5,69,1),(5,291,1),(5,292,1),(5,293,1),(5,60,4),(5,294,1),(5,295,1),(5,296,1),(5,297,1),(5,298,1),(5,299,1),(5,300,1),(5,301,1),(5,302,1),(5,303,1),(5,304,1),(5,305,1),(5,202,1),(5,306,1),(5,307,1),(5,308,1),(5,47,4),(5,215,1),(5,93,1),(5,309,1),(5,247,1),(5,46,1),(5,310,1),(5,311,1),(5,22,1),(5,312,1),(5,313,2),(5,314,1),(5,315,1),(5,316,1),(5,317,1),(5,318,1),(5,222,2),(5,319,1),(5,320,1),(5,321,1),(5,322,1),(5,323,1),(5,324,1),(5,74,1),(5,325,1),(5,326,1),(5,327,1),(5,328,1),(5,92,1),(5,329,1),(5,181,1),(5,17,1),(5,330,2),(5,331,1),(5,274,1),(5,332,1),(5,333,1),(5,334,1),(5,335,1),(5,336,1),(5,337,1),(5,338,1),(5,252,1),(5,339,1),(5,340,1),(5,341,1),(5,342,1),(5,343,1),(5,76,3),(5,9,2),(5,344,2),(5,8,2),(6,345,6),(6,346,6),(6,347,6),(6,17,6),(6,1,6),(6,2,6),(6,80,6),(6,348,6),(6,3,10),(6,349,2),(6,350,2),(6,351,3),(7,352,12),(7,353,10),(7,354,7),(7,355,7),(7,335,8),(7,17,10),(7,1,8),(7,356,8),(7,3,10),(7,357,1),(7,188,4),(7,51,1),(7,358,1),(7,309,1),(7,241,1),(7,359,1),(7,360,1),(7,361,1),(7,362,1),(7,363,1),(7,364,2),(7,365,1),(7,366,1),(7,170,2),(7,367,3),(7,368,4),(7,27,3),(7,369,1),(7,370,1),(7,371,1),(7,372,1),(7,373,3),(7,374,1),(7,375,1),(7,376,1),(7,5,3),(7,377,1),(7,378,1),(7,379,1),(7,47,2),(7,323,1),(7,380,1),(7,89,2),(7,381,1),(7,382,1),(7,383,2),(7,178,1),(7,329,1),(7,384,1),(7,385,1),(7,386,1),(7,387,1),(7,388,1),(7,291,1),(7,389,1),(7,390,1),(7,391,1),(7,392,1),(7,393,1),(7,22,2),(7,394,1),(7,395,1),(7,396,1),(7,397,1),(7,398,1),(7,399,1),(7,6,1),(7,400,2),(7,60,6),(7,401,1),(7,402,1),(7,403,1),(7,404,1),(7,405,1),(7,406,1),(7,337,4),(7,407,1),(7,408,1),(7,409,1),(7,410,1),(7,411,1),(7,412,1),(7,413,1),(7,414,1),(7,415,1),(7,194,1),(7,416,1),(7,417,1),(7,418,1),(7,419,1),(7,420,1),(7,421,1),(7,422,1),(7,423,1),(7,424,1),(7,425,1),(7,426,1),(7,427,1),(7,428,1),(7,429,1),(7,430,2),(7,431,1),(7,432,1),(7,433,1),(7,434,1),(7,334,1),(7,435,1),(7,436,1),(7,437,2),(7,438,2),(7,439,1),(7,440,3),(7,441,3),(7,442,2),(7,443,2),(7,173,2),(7,444,1),(7,445,1),(7,118,1),(7,446,1),(7,447,1),(7,448,1),(7,449,1),(7,246,1),(7,450,2),(7,451,1),(7,452,1),(7,453,2),(7,454,1),(7,455,2),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,155,1),(7,462,1),(7,463,1),(7,29,1),(7,464,1),(7,465,1),(7,466,4),(7,467,2),(7,468,1),(7,469,1),(7,470,1),(7,471,3),(7,472,1),(7,77,4),(7,473,1),(7,474,1),(7,209,2),(7,475,1),(7,476,1),(7,477,1),(7,478,1),(7,479,1),(7,480,1),(7,481,1),(7,482,1),(7,483,2),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,493,1),(7,494,1),(7,351,3),(7,495,3); /*!40000 ALTER TABLE `pshop_search_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_search_word` -- DROP TABLE IF EXISTS `pshop_search_word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_search_word` ( `id_word` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `word` varchar(15) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) ) ENGINE=MyISAM AUTO_INCREMENT=496 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_search_word` -- LOCK TABLES `pshop_search_word` WRITE; /*!40000 ALTER TABLE `pshop_search_word` DISABLE KEYS */; INSERT INTO `pshop_search_word` VALUES (1,1,1,'ipod'),(2,1,1,'nano'),(3,1,1,'demo'),(4,1,1,'new'),(5,1,1,'design'),(6,1,1,'features'),(7,1,1,'now'),(8,1,1,'8gb'),(9,1,1,'16gb'),(10,1,1,'rocks'),(11,1,1,'like'),(12,1,1,'never'),(13,1,1,'before'),(14,1,1,'curved'),(15,1,1,'ahead'),(16,1,1,'curve'),(17,1,1,'for'),(18,1,1,'those'),(19,1,1,'about'),(20,1,1,'rock'),(21,1,1,'give'),(22,1,1,'you'),(23,1,1,'nine'),(24,1,1,'amazing'),(25,1,1,'colors'),(26,1,1,'but'),(27,1,1,'that'),(28,1,1,'only'),(29,1,1,'part'),(30,1,1,'story'),(31,1,1,'feel'),(32,1,1,'all'),(33,1,1,'aluminum'),(34,1,1,'glass'),(35,1,1,'won'),(36,1,1,'want'),(37,1,1,'put'),(38,1,1,'down'),(39,1,1,'great'),(40,1,1,'looks'),(41,1,1,'brains'),(42,1,1,'too'),(43,1,1,'genius'),(44,1,1,'feature'),(45,1,1,'turns'),(46,1,1,'into'),(47,1,1,'your'),(48,1,1,'own'),(49,1,1,'highly'),(50,1,1,'intelligent'),(51,1,1,'personal'),(52,1,1,'creates'),(53,1,1,'playlists'),(54,1,1,'finding'),(55,1,1,'songs'),(56,1,1,'library'),(57,1,1,'together'),(58,1,1,'made'),(59,1,1,'move'),(60,1,1,'with'),(61,1,1,'moves'),(62,1,1,'accelerometer'),(63,1,1,'comes'),(64,1,1,'shake'),(65,1,1,'shuffle'),(66,1,1,'music'),(67,1,1,'turn'),(68,1,1,'sideways'),(69,1,1,'view'),(70,1,1,'cover'),(71,1,1,'flow'),(72,1,1,'play'),(73,1,1,'games'),(74,1,1,'designed'),(75,1,1,'mind'),(76,1,1,'ipods'),(77,1,1,'apple'),(78,1,1,'computer'),(79,1,1,'inc'),(80,1,1,'black'),(81,1,1,'blue'),(82,1,1,'green'),(83,1,1,'metal'),(84,1,1,'orange'),(85,1,1,'pink'),(86,1,1,'purple'),(87,1,1,'yellow'),(88,1,1,'world'),(89,1,1,'most'),(90,1,1,'wearable'),(91,1,1,'player'),(92,1,1,'clips'),(93,1,1,'more'),(94,1,1,'vibrant'),(95,1,1,'red'),(96,1,1,'instant'),(97,1,1,'attachment'),(98,1,1,'wear'),(99,1,1,'500'),(100,1,1,'sleeve'),(101,1,1,'belt'),(102,1,1,'gym'),(103,1,1,'shorts'),(104,1,1,'badge'),(105,1,1,'musical'),(106,1,1,'devotion'),(107,1,1,'brilliant'),(108,1,1,'feed'),(109,1,1,'itunes'),(110,1,1,'entertainment'),(111,1,1,'superstore'),(112,1,1,'ultra'),(113,1,1,'organized'),(114,1,1,'collection'),(115,1,1,'jukebox'),(116,1,1,'how'),(117,1,1,'load'),(118,1,1,'one'),(119,1,1,'click'),(120,1,1,'beauty'),(121,1,1,'beat'),(122,1,1,'intensely'),(123,1,1,'colorful'),(124,1,1,'anodized'),(125,1,1,'complements'),(126,1,1,'simple'),(127,1,1,'original'),(128,1,1,'silver'),(129,1,1,'macbook'),(130,1,1,'air'),(131,1,1,'ultrathin'),(132,1,1,'ultraportable'),(133,1,1,'unlike'),(134,1,1,'anything'),(135,1,1,'else'),(136,1,1,'don'),(137,1,1,'lose'),(138,1,1,'inches'),(139,1,1,'pounds'),(140,1,1,'overnight'),(141,1,1,'result'),(142,1,1,'rethinking'),(143,1,1,'conventions'),(144,1,1,'multiple'),(145,1,1,'wireless'),(146,1,1,'innovations'),(147,1,1,'breakthrough'),(148,1,1,'mobile'),(149,1,1,'computing'),(150,1,1,'suddenly'),(151,1,1,'has'),(152,1,1,'standard'),(153,1,1,'nearly'),(154,1,1,'thin'),(155,1,1,'index'),(156,1,1,'finger'),(157,1,1,'practically'),(158,1,1,'every'),(159,1,1,'detail'),(160,1,1,'could'),(161,1,1,'streamlined'),(162,1,1,'been'),(163,1,1,'yet'),(164,1,1,'still'),(165,1,1,'133'),(166,1,1,'inch'),(167,1,1,'widescreen'),(168,1,1,'led'),(169,1,1,'display'),(170,1,1,'full'),(171,1,1,'size'),(172,1,1,'keyboard'),(173,1,1,'large'),(174,1,1,'multi'),(175,1,1,'touch'),(176,1,1,'trackpad'),(177,1,1,'incomparably'),(178,1,1,'portable'),(179,1,1,'without'),(180,1,1,'usual'),(181,1,1,'screen'),(182,1,1,'compromises'),(183,1,1,'incredible'),(184,1,1,'thinness'),(185,1,1,'numerous'),(186,1,1,'weight'),(187,1,1,'shaving'),(188,1,1,'from'),(189,1,1,'slimmer'),(190,1,1,'hard'),(191,1,1,'drive'),(192,1,1,'strategically'),(193,1,1,'hidden'),(194,1,1,'ports'),(195,1,1,'lower'),(196,1,1,'profile'),(197,1,1,'battery'),(198,1,1,'everything'),(199,1,1,'considered'),(200,1,1,'reconsidered'),(201,1,1,'engineered'),(202,1,1,'take'),(203,1,1,'advantage'),(204,1,1,'which'),(205,1,1,'80211n'),(206,1,1,'fast'),(207,1,1,'available'),(208,1,1,'people'),(209,1,1,'are'),(210,1,1,'truly'),(211,1,1,'living'),(212,1,1,'untethered'),(213,1,1,'buying'),(214,1,1,'renting'),(215,1,1,'movies'),(216,1,1,'online'),(217,1,1,'downloading'),(218,1,1,'software'),(219,1,1,'sharing'),(220,1,1,'storing'),(221,1,1,'files'),(222,1,1,'web'),(223,1,1,'laptops'),(224,1,1,'160ghz'),(225,1,1,'intel'),(226,1,1,'core'),(227,1,1,'duo'),(228,1,1,'180ghz'),(229,1,1,'80gb'),(230,1,1,'parallel'),(231,1,1,'ata'),(232,1,1,'4200'),(233,1,1,'rpm'),(234,1,1,'optional'),(235,1,1,'64gb'),(236,1,1,'solid'),(237,1,1,'state'),(238,1,1,'makes'),(239,1,1,'easy'),(240,1,1,'hit'),(241,1,1,'road'),(242,1,1,'thanks'),(243,1,1,'its'),(244,1,1,'tough'),(245,1,1,'polycarbonate'),(246,1,1,'case'),(247,1,1,'built'),(248,1,1,'technologies'),(249,1,1,'innovative'),(250,1,1,'magsafe'),(251,1,1,'power'),(252,1,1,'adapter'),(253,1,1,'releases'),(254,1,1,'automatically'),(255,1,1,'someone'),(256,1,1,'accidentally'),(257,1,1,'trips'),(258,1,1,'cord'),(259,1,1,'larger'),(260,1,1,'250gb'),(261,1,1,'store'),(262,1,1,'growing'),(263,1,1,'media'),(264,1,1,'collections'),(265,1,1,'valuable'),(266,1,1,'data'),(267,1,1,'24ghz'),(268,1,1,'models'),(269,1,1,'include'),(270,1,1,'2gb'),(271,1,1,'memory'),(272,1,1,'perfect'),(273,1,1,'running'),(274,1,1,'favorite'),(275,1,1,'applications'),(276,1,1,'smoothly'),(277,1,1,'superdrive'),(278,1,1,'revolutionary'),(279,1,1,'interface'),(280,1,1,'color'),(281,1,1,'80211b'),(282,1,1,'safari'),(283,1,1,'youtube'),(284,1,1,'mail'),(285,1,1,'stocks'),(286,1,1,'weather'),(287,1,1,'notes'),(288,1,1,'maps'),(289,1,1,'five'),(290,1,1,'hands'),(291,1,1,'rich'),(292,1,1,'html'),(293,1,1,'email'),(294,1,1,'photos'),(295,1,1,'well'),(296,1,1,'pdf'),(297,1,1,'word'),(298,1,1,'excel'),(299,1,1,'attachments'),(300,1,1,'get'),(301,1,1,'directions'),(302,1,1,'real'),(303,1,1,'time'),(304,1,1,'traffic'),(305,1,1,'information'),(306,1,1,'read'),(307,1,1,'stock'),(308,1,1,'reports'),(309,1,1,'technology'),(310,1,1,'gorgeous'),(311,1,1,'lets'),(312,1,1,'pinch'),(313,1,1,'zoom'),(314,1,1,'scroll'),(315,1,1,'flick'),(316,1,1,'fingers'),(317,1,1,'internet'),(318,1,1,'pocket'),(319,1,1,'browser'),(320,1,1,'see'),(321,1,1,'websites'),(322,1,1,'way'),(323,1,1,'they'),(324,1,1,'were'),(325,1,1,'seen'),(326,1,1,'out'),(327,1,1,'tap'),(328,1,1,'add'),(329,1,1,'home'),(330,1,1,'quick'),(331,1,1,'access'),(332,1,1,'sites'),(333,1,1,'what'),(334,1,1,'box'),(335,1,1,'earphones'),(336,1,1,'usb'),(337,1,1,'cable'),(338,1,1,'dock'),(339,1,1,'polishing'),(340,1,1,'cloth'),(341,1,1,'stand'),(342,1,1,'start'),(343,1,1,'guide'),(344,1,1,'32gb'),(345,1,1,'belkin'),(346,1,1,'leather'),(347,1,1,'folio'),(348,1,1,'chocolate'),(349,1,1,'lorem'),(350,1,1,'ipsum'),(351,1,1,'accessories'),(352,1,1,'shure'),(353,1,1,'se210'),(354,1,1,'sound'),(355,1,1,'isolating'),(356,1,1,'iphone'),(357,1,1,'evolved'),(358,1,1,'monitor'),(359,1,1,'tested'),(360,1,1,'pro'),(361,1,1,'musicians'),(362,1,1,'perfected'),(363,1,1,'engineers'),(364,1,1,'lightweight'),(365,1,1,'stylish'),(366,1,1,'delivers'),(367,1,1,'range'),(368,1,1,'audio'),(369,1,1,'free'),(370,1,1,'outside'),(371,1,1,'noise'),(372,1,1,'using'),(373,1,1,'definition'),(374,1,1,'microspeakers'),(375,1,1,'deliver'),(376,1,1,'ergonomic'),(377,1,1,'ideal'),(378,1,1,'premium'),(379,1,1,'listening'),(380,1,1,'offer'),(381,1,1,'accurate'),(382,1,1,'reproduction'),(383,1,1,'both'),(384,1,1,'stereo'),(385,1,1,'sources'),(386,1,1,'ultimate'),(387,1,1,'precision'),(388,1,1,'highs'),(389,1,1,'low'),(390,1,1,'end'),(391,1,1,'addition'),(392,1,1,'flexible'),(393,1,1,'allows'),(394,1,1,'choose'),(395,1,1,'comfortable'),(396,1,1,'fit'),(397,1,1,'variety'),(398,1,1,'wearing'),(399,1,1,'positions'),(400,1,1,'microspeaker'),(401,1,1,'single'),(402,1,1,'balanced'),(403,1,1,'armature'),(404,1,1,'driver'),(405,1,1,'detachable'),(406,1,1,'modular'),(407,1,1,'can'),(408,1,1,'make'),(409,1,1,'longer'),(410,1,1,'shorter'),(411,1,1,'depending'),(412,1,1,'activity'),(413,1,1,'connector'),(414,1,1,'compatible'),(415,1,1,'earphone'),(416,1,1,'specifications'),(417,1,1,'speaker'),(418,1,1,'type'),(419,1,1,'frequency'),(420,1,1,'25hz'),(421,1,1,'185khz'),(422,1,1,'impedance'),(423,1,1,'1khz'),(424,1,1,'ohms'),(425,1,1,'sensitivity'),(426,1,1,'1mw'),(427,1,1,'114'),(428,1,1,'spl'),(429,1,1,'length'),(430,1,1,'extension'),(431,1,1,'180'),(432,1,1,'450'),(433,1,1,'540'),(434,1,1,'1371'),(435,1,1,'360'),(436,1,1,'914'),(437,1,1,'three'),(438,1,1,'pairs'),(439,1,1,'foam'),(440,1,1,'earpiece'),(441,1,1,'sleeves'),(442,1,1,'small'),(443,1,1,'medium'),(444,1,1,'soft'),(445,1,1,'flex'),(446,1,1,'pair'),(447,1,1,'triple'),(448,1,1,'flange'),(449,1,1,'carrying'),(450,1,1,'warranty'),(451,1,1,'two'),(452,1,1,'year'),(453,1,1,'limited'),(454,1,1,'details'),(455,1,1,'please'),(456,1,1,'visit'),(457,1,1,'www'),(458,1,1,'com'),(459,1,1,'personalaudio'),(460,1,1,'customersupport'),(461,1,1,'productreturnsa'),(462,1,1,'htm'),(463,1,1,'mfr'),(464,1,1,'efs'),(465,1,1,'note'),(466,1,1,'products'),(467,1,1,'sold'),(468,1,1,'through'),(469,1,1,'this'),(470,1,1,'website'),(471,1,1,'not'),(472,1,1,'bear'),(473,1,1,'brand'),(474,1,1,'name'),(475,1,1,'serviced'),(476,1,1,'supported'),(477,1,1,'exclusively'),(478,1,1,'their'),(479,1,1,'manufacturers'),(480,1,1,'accordance'),(481,1,1,'terms'),(482,1,1,'conditions'),(483,1,1,'packaged'),(484,1,1,'does'),(485,1,1,'apply'),(486,1,1,'branded'),(487,1,1,'even'),(488,1,1,'contact'),(489,1,1,'manufacturer'),(490,1,1,'directly'),(491,1,1,'technical'),(492,1,1,'support'),(493,1,1,'customer'),(494,1,1,'service'),(495,1,1,'incorporated'); /*!40000 ALTER TABLE `pshop_search_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_sekeyword` -- DROP TABLE IF EXISTS `pshop_sekeyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_sekeyword` ( `id_sekeyword` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keyword` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_sekeyword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_sekeyword` -- LOCK TABLES `pshop_sekeyword` WRITE; /*!40000 ALTER TABLE `pshop_sekeyword` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_sekeyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_shop` -- DROP TABLE IF EXISTS `pshop_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_shop` ( `id_shop` int(11) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `id_category` int(11) unsigned NOT NULL default '1', `id_theme` int(1) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_category` (`id_category`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_shop` -- LOCK TABLES `pshop_shop` WRITE; /*!40000 ALTER TABLE `pshop_shop` DISABLE KEYS */; INSERT INTO `pshop_shop` VALUES (1,1,'Convict Cartel Apparel',2,1,1,0); /*!40000 ALTER TABLE `pshop_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_shop_group` -- DROP TABLE IF EXISTS `pshop_shop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_shop_group` ( `id_shop_group` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `share_customer` tinyint(1) NOT NULL, `share_order` tinyint(1) NOT NULL, `share_stock` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_shop_group` -- LOCK TABLES `pshop_shop_group` WRITE; /*!40000 ALTER TABLE `pshop_shop_group` DISABLE KEYS */; INSERT INTO `pshop_shop_group` VALUES (1,'Default',0,0,0,1,0); /*!40000 ALTER TABLE `pshop_shop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_shop_url` -- DROP TABLE IF EXISTS `pshop_shop_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_shop_url` ( `id_shop_url` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_shop_url` -- LOCK TABLES `pshop_shop_url` WRITE; /*!40000 ALTER TABLE `pshop_shop_url` DISABLE KEYS */; INSERT INTO `pshop_shop_url` VALUES (1,1,'convictcartel.com','convictcartel.com','/shop/','',1,1); /*!40000 ALTER TABLE `pshop_shop_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_specific_price` -- DROP TABLE IF EXISTS `pshop_specific_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_specific_price` ( `id_specific_price` int(10) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, `id_cart` int(11) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_shop_group` int(11) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price`), KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), KEY `from_quantity` (`from_quantity`), KEY `id_specific_price_rule` (`id_specific_price_rule`), KEY `id_cart` (`id_cart`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_specific_price` -- LOCK TABLES `pshop_specific_price` WRITE; /*!40000 ALTER TABLE `pshop_specific_price` DISABLE KEYS */; INSERT INTO `pshop_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,'-1.000000',1,'0.050000','percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `pshop_specific_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_specific_price_priority` -- DROP TABLE IF EXISTS `pshop_specific_price_priority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_specific_price_priority` ( `id_specific_price_priority` int(11) NOT NULL auto_increment, `id_product` int(11) NOT NULL, `priority` varchar(80) NOT NULL, PRIMARY KEY (`id_specific_price_priority`,`id_product`), UNIQUE KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_specific_price_priority` -- LOCK TABLES `pshop_specific_price_priority` WRITE; /*!40000 ALTER TABLE `pshop_specific_price_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_specific_price_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_specific_price_rule` -- DROP TABLE IF EXISTS `pshop_specific_price_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_specific_price_rule` ( `id_specific_price_rule` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `price` decimal(20,6) default NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price_rule`), KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_specific_price_rule` -- LOCK TABLES `pshop_specific_price_rule` WRITE; /*!40000 ALTER TABLE `pshop_specific_price_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_specific_price_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_specific_price_rule_condition` -- DROP TABLE IF EXISTS `pshop_specific_price_rule_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_specific_price_rule_condition` ( `id_specific_price_rule_condition` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, `type` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition`), KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_specific_price_rule_condition` -- LOCK TABLES `pshop_specific_price_rule_condition` WRITE; /*!40000 ALTER TABLE `pshop_specific_price_rule_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_specific_price_rule_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_specific_price_rule_condition_group` -- DROP TABLE IF EXISTS `pshop_specific_price_rule_condition_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_specific_price_rule_condition_group` ( `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_specific_price_rule_condition_group` -- LOCK TABLES `pshop_specific_price_rule_condition_group` WRITE; /*!40000 ALTER TABLE `pshop_specific_price_rule_condition_group` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_specific_price_rule_condition_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_state` -- DROP TABLE IF EXISTS `pshop_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_state` ( `id_state` int(10) unsigned NOT NULL auto_increment, `id_country` int(11) unsigned NOT NULL, `id_zone` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `iso_code` varchar(7) NOT NULL, `tax_behavior` smallint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_state`), KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=313 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_state` -- LOCK TABLES `pshop_state` WRITE; /*!40000 ALTER TABLE `pshop_state` DISABLE KEYS */; INSERT INTO `pshop_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1); /*!40000 ALTER TABLE `pshop_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_statssearch` -- DROP TABLE IF EXISTS `pshop_statssearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_statssearch` ( `id_statssearch` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keywords` varchar(255) NOT NULL, `results` int(6) NOT NULL default '0', `date_add` datetime NOT NULL, PRIMARY KEY (`id_statssearch`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_statssearch` -- LOCK TABLES `pshop_statssearch` WRITE; /*!40000 ALTER TABLE `pshop_statssearch` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_statssearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_stock` -- DROP TABLE IF EXISTS `pshop_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_stock` ( `id_stock` int(11) unsigned NOT NULL auto_increment, `id_warehouse` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `physical_quantity` int(11) unsigned NOT NULL, `usable_quantity` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_stock`), KEY `id_warehouse` (`id_warehouse`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_stock` -- LOCK TABLES `pshop_stock` WRITE; /*!40000 ALTER TABLE `pshop_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_stock_available` -- DROP TABLE IF EXISTS `pshop_stock_available`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_stock_available` ( `id_stock_available` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `id_shop_group` int(11) unsigned NOT NULL, `quantity` int(10) NOT NULL default '0', `depends_on_stock` tinyint(1) unsigned NOT NULL default '0', `out_of_stock` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_available`), UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_stock_available` -- LOCK TABLES `pshop_stock_available` WRITE; /*!40000 ALTER TABLE `pshop_stock_available` DISABLE KEYS */; INSERT INTO `pshop_stock_available` VALUES (1,1,0,1,0,160,0,2),(2,2,0,1,0,120,0,2),(3,3,0,1,0,400,0,2),(4,4,0,1,0,75,0,2),(5,5,0,1,0,120,0,2),(6,6,0,1,0,25,0,2),(7,7,0,1,0,15,0,2),(8,2,1,1,0,30,0,2),(9,2,2,1,0,30,0,2),(10,2,3,1,0,30,0,2),(11,2,4,1,0,30,0,2),(12,3,5,1,0,100,0,2),(13,3,6,1,0,100,0,2),(14,3,7,1,0,100,0,2),(15,3,8,1,0,100,0,2),(16,5,9,1,0,40,0,2),(17,5,10,1,0,40,0,2),(18,5,11,1,0,40,0,2),(19,1,12,1,0,10,0,2),(20,1,13,1,0,10,0,2),(21,1,14,1,0,10,0,2),(22,1,15,1,0,10,0,2),(23,1,16,1,0,10,0,2),(24,1,17,1,0,10,0,2),(25,1,18,1,0,10,0,2),(26,1,19,1,0,10,0,2),(27,1,20,1,0,10,0,2),(28,1,21,1,0,10,0,2),(29,1,22,1,0,10,0,2),(30,1,23,1,0,10,0,2),(31,1,24,1,0,10,0,2),(32,1,25,1,0,10,0,2),(33,1,26,1,0,10,0,2),(34,1,27,1,0,10,0,2); /*!40000 ALTER TABLE `pshop_stock_available` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_stock_mvt` -- DROP TABLE IF EXISTS `pshop_stock_mvt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_stock_mvt` ( `id_stock_mvt` bigint(20) unsigned NOT NULL auto_increment, `id_stock` int(11) unsigned NOT NULL, `id_order` int(11) unsigned default NULL, `id_supply_order` int(11) unsigned default NULL, `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `physical_quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` tinyint(1) NOT NULL default '1', `price_te` decimal(20,6) default '0.000000', `last_wa` decimal(20,6) default '0.000000', `current_wa` decimal(20,6) default '0.000000', `referer` bigint(20) unsigned default NULL, PRIMARY KEY (`id_stock_mvt`), KEY `id_stock` (`id_stock`), KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_stock_mvt` -- LOCK TABLES `pshop_stock_mvt` WRITE; /*!40000 ALTER TABLE `pshop_stock_mvt` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_stock_mvt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_stock_mvt_reason` -- DROP TABLE IF EXISTS `pshop_stock_mvt_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_stock_mvt_reason` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL auto_increment, `sign` tinyint(1) NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_mvt_reason`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_stock_mvt_reason` -- LOCK TABLES `pshop_stock_mvt_reason` WRITE; /*!40000 ALTER TABLE `pshop_stock_mvt_reason` DISABLE KEYS */; INSERT INTO `pshop_stock_mvt_reason` VALUES (1,1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(2,-1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(3,-1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(4,-1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(5,1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(6,-1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(7,1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0),(8,1,'2013-09-09 03:21:11','2013-09-09 03:21:11',0); /*!40000 ALTER TABLE `pshop_stock_mvt_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_stock_mvt_reason_lang` -- DROP TABLE IF EXISTS `pshop_stock_mvt_reason_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_stock_mvt_reason_lang` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_stock_mvt_reason_lang` -- LOCK TABLES `pshop_stock_mvt_reason_lang` WRITE; /*!40000 ALTER TABLE `pshop_stock_mvt_reason_lang` DISABLE KEYS */; INSERT INTO `pshop_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(2,1,'Decrease'),(3,1,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(8,1,'Supply Order'); /*!40000 ALTER TABLE `pshop_stock_mvt_reason_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_store` -- DROP TABLE IF EXISTS `pshop_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_store` ( `id_store` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `name` varchar(128) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `city` varchar(64) NOT NULL, `postcode` varchar(12) NOT NULL, `latitude` decimal(13,8) default NULL, `longitude` decimal(13,8) default NULL, `hours` varchar(254) default NULL, `phone` varchar(16) default NULL, `fax` varchar(16) default NULL, `email` varchar(128) default NULL, `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_store` -- LOCK TABLES `pshop_store` WRITE; /*!40000 ALTER TABLE `pshop_store` DISABLE KEYS */; INSERT INTO `pshop_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135','25.76500500','-80.24379700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:22:15','2013-09-09 03:22:15'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304','26.13793600','-80.13943500','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:22:15','2013-09-09 03:22:15'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026','26.00998700','-80.29447200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:22:15','2013-09-09 03:22:15'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133','25.73629600','-80.24479700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:22:15','2013-09-09 03:22:15'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181','25.88674000','-80.16329200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-09 03:22:15','2013-09-09 03:22:15'); /*!40000 ALTER TABLE `pshop_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_store_shop` -- DROP TABLE IF EXISTS `pshop_store_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_store_shop` ( `id_store` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_store`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_store_shop` -- LOCK TABLES `pshop_store_shop` WRITE; /*!40000 ALTER TABLE `pshop_store_shop` DISABLE KEYS */; INSERT INTO `pshop_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `pshop_store_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supplier` -- DROP TABLE IF EXISTS `pshop_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supplier` ( `id_supplier` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supplier` -- LOCK TABLES `pshop_supplier` WRITE; /*!40000 ALTER TABLE `pshop_supplier` DISABLE KEYS */; INSERT INTO `pshop_supplier` VALUES (1,'AppleStore','2013-09-09 03:22:14','2013-09-09 03:22:14',1),(2,'Shure Online Store','2013-09-09 03:22:14','2013-09-09 03:22:14',1); /*!40000 ALTER TABLE `pshop_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supplier_lang` -- DROP TABLE IF EXISTS `pshop_supplier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supplier_lang` ( `id_supplier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_supplier`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supplier_lang` -- LOCK TABLES `pshop_supplier_lang` WRITE; /*!40000 ALTER TABLE `pshop_supplier_lang` DISABLE KEYS */; INSERT INTO `pshop_supplier_lang` VALUES (1,1,'','','',''),(2,1,'','','',''); /*!40000 ALTER TABLE `pshop_supplier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supplier_shop` -- DROP TABLE IF EXISTS `pshop_supplier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supplier_shop` ( `id_supplier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_supplier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supplier_shop` -- LOCK TABLES `pshop_supplier_shop` WRITE; /*!40000 ALTER TABLE `pshop_supplier_shop` DISABLE KEYS */; INSERT INTO `pshop_supplier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `pshop_supplier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order` -- DROP TABLE IF EXISTS `pshop_supply_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order` ( `id_supply_order` int(11) unsigned NOT NULL auto_increment, `id_supplier` int(11) unsigned NOT NULL, `supplier_name` varchar(64) NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `id_supply_order_state` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_ref_currency` int(11) unsigned NOT NULL, `reference` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `date_delivery_expected` datetime default NULL, `total_te` decimal(20,6) default '0.000000', `total_with_discount_te` decimal(20,6) default '0.000000', `total_tax` decimal(20,6) default '0.000000', `total_ti` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `is_template` tinyint(1) default '0', PRIMARY KEY (`id_supply_order`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`), KEY `reference` (`reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order` -- LOCK TABLES `pshop_supply_order` WRITE; /*!40000 ALTER TABLE `pshop_supply_order` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_supply_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order_detail` -- DROP TABLE IF EXISTS `pshop_supply_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order_detail` ( `id_supply_order_detail` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `supplier_reference` varchar(32) NOT NULL, `name` varchar(128) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `exchange_rate` decimal(20,6) default '0.000000', `unit_price_te` decimal(20,6) default '0.000000', `quantity_expected` int(11) unsigned NOT NULL, `quantity_received` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `price_with_discount_te` decimal(20,6) default '0.000000', `tax_rate` decimal(20,6) default '0.000000', `tax_value` decimal(20,6) default '0.000000', `price_ti` decimal(20,6) default '0.000000', `tax_value_with_order_discount` decimal(20,6) default '0.000000', `price_with_order_discount_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_supply_order_detail`), KEY `id_supply_order` (`id_supply_order`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`), KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order_detail` -- LOCK TABLES `pshop_supply_order_detail` WRITE; /*!40000 ALTER TABLE `pshop_supply_order_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_supply_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order_history` -- DROP TABLE IF EXISTS `pshop_supply_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order_history` ( `id_supply_order_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_state` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_history`), KEY `id_supply_order` (`id_supply_order`), KEY `id_employee` (`id_employee`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order_history` -- LOCK TABLES `pshop_supply_order_history` WRITE; /*!40000 ALTER TABLE `pshop_supply_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_supply_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order_receipt_history` -- DROP TABLE IF EXISTS `pshop_supply_order_receipt_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order_receipt_history` ( `id_supply_order_receipt_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order_detail` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_supply_order_state` int(11) unsigned NOT NULL, `quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_receipt_history`), KEY `id_supply_order_detail` (`id_supply_order_detail`), KEY `id_supply_order_state` (`id_supply_order_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order_receipt_history` -- LOCK TABLES `pshop_supply_order_receipt_history` WRITE; /*!40000 ALTER TABLE `pshop_supply_order_receipt_history` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_supply_order_receipt_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order_state` -- DROP TABLE IF EXISTS `pshop_supply_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order_state` ( `id_supply_order_state` int(11) unsigned NOT NULL auto_increment, `delivery_note` tinyint(1) NOT NULL default '0', `editable` tinyint(1) NOT NULL default '0', `receipt_state` tinyint(1) NOT NULL default '0', `pending_receipt` tinyint(1) NOT NULL default '0', `enclosed` tinyint(1) NOT NULL default '0', `color` varchar(32) default NULL, PRIMARY KEY (`id_supply_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order_state` -- LOCK TABLES `pshop_supply_order_state` WRITE; /*!40000 ALTER TABLE `pshop_supply_order_state` DISABLE KEYS */; INSERT INTO `pshop_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); /*!40000 ALTER TABLE `pshop_supply_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_supply_order_state_lang` -- DROP TABLE IF EXISTS `pshop_supply_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_supply_order_state_lang` ( `id_supply_order_state` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_supply_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_supply_order_state_lang` -- LOCK TABLES `pshop_supply_order_state_lang` WRITE; /*!40000 ALTER TABLE `pshop_supply_order_state_lang` DISABLE KEYS */; INSERT INTO `pshop_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(2,1,'2 - Order validated'),(3,1,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(5,1,'5 - Order received completely'),(6,1,'6 - Order canceled'); /*!40000 ALTER TABLE `pshop_supply_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tab` -- DROP TABLE IF EXISTS `pshop_tab`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tab` ( `id_tab` int(10) unsigned NOT NULL auto_increment, `id_parent` int(11) NOT NULL, `class_name` varchar(64) NOT NULL, `module` varchar(64) default NULL, `position` int(10) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_tab`), KEY `class_name` (`class_name`), KEY `id_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tab` -- LOCK TABLES `pshop_tab` WRITE; /*!40000 ALTER TABLE `pshop_tab` DISABLE KEYS */; INSERT INTO `pshop_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1); /*!40000 ALTER TABLE `pshop_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tab_advice` -- DROP TABLE IF EXISTS `pshop_tab_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tab_advice` ( `id_tab` int(11) NOT NULL, `id_advice` int(11) NOT NULL, PRIMARY KEY (`id_tab`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tab_advice` -- LOCK TABLES `pshop_tab_advice` WRITE; /*!40000 ALTER TABLE `pshop_tab_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_tab_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tab_lang` -- DROP TABLE IF EXISTS `pshop_tab_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tab_lang` ( `id_tab` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, PRIMARY KEY (`id_tab`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tab_lang` -- LOCK TABLES `pshop_tab_lang` WRITE; /*!40000 ALTER TABLE `pshop_tab_lang` DISABLE KEYS */; INSERT INTO `pshop_tab_lang` VALUES (1,1,'Home'),(2,1,'CMS Pages'),(3,1,'CMS Categories'),(4,1,'Combinations Generator'),(5,1,'Search'),(6,1,'Login'),(7,1,'Shops'),(8,1,'Shop URLs'),(9,1,'Catalog'),(10,1,'Orders'),(11,1,'Customers'),(12,1,'Price Rules'),(13,1,'Shipping'),(14,1,'Localization'),(15,1,'Modules'),(16,1,'Preferences'),(17,1,'Advanced Parameters'),(18,1,'Administration'),(19,1,'Stats'),(20,1,'Stock'),(21,1,'Products'),(22,1,'Categories'),(23,1,'Monitoring'),(24,1,'Attributes and Values'),(25,1,'Features'),(26,1,'Manufacturers'),(27,1,'Suppliers'),(28,1,'Image Mapping'),(29,1,'Tags'),(30,1,'Attachments'),(31,1,'Orders'),(32,1,'Invoices'),(33,1,'Merchandise Returns'),(34,1,'Delivery Slips'),(35,1,'Credit Slips'),(36,1,'Statuses'),(37,1,'Order Messages'),(38,1,'Customers'),(39,1,'Addresses'),(40,1,'Groups'),(41,1,'Shopping Carts'),(42,1,'Customer Service'),(43,1,'Contacts'),(44,1,'Titles'),(45,1,'Outstanding'),(46,1,'Cart Rules'),(47,1,'Catalog Price Rules'),(48,1,'Marketing'),(49,1,'Shipping'),(50,1,'Carriers'),(52,1,'Localization'),(53,1,'Languages'),(54,1,'Zones'),(55,1,'Countries'),(56,1,'States'),(57,1,'Currencies'),(58,1,'Taxes'),(59,1,'Tax Rules'),(60,1,'Translations'),(61,1,'Modules'),(62,1,'Modules & Themes Catalog'),(63,1,'Positions'),(64,1,'Payment'),(65,1,'General'),(66,1,'Orders'),(67,1,'Products'),(68,1,'Customers'),(69,1,'Themes'),(70,1,'SEO & URLs'),(71,1,'CMS'),(72,1,'Images'),(73,1,'Store Contacts'),(74,1,'Search'),(75,1,'Maintenance'),(76,1,'Geolocation'),(77,1,'Configuration Information'),(78,1,'Performance'),(79,1,'E-mail'),(80,1,'Multistore'),(81,1,'CSV Import'),(82,1,'DB Backup'),(83,1,'SQL Manager'),(84,1,'Logs'),(85,1,'Webservice'),(86,1,'Preferences'),(87,1,'Quick Access'),(88,1,'Employees'),(89,1,'Profiles'),(90,1,'Permissions'),(91,1,'Menus'),(92,1,'Stats'),(93,1,'Search Engines'),(94,1,'Referrers'),(95,1,'Warehouses'),(96,1,'Stock Management'),(97,1,'Stock Movement'),(98,1,'Instant Stock Status'),(99,1,'Stock Coverage'),(100,1,'Supply orders'),(101,1,'Configuration'),(102,1,'Merchant Expertise'); /*!40000 ALTER TABLE `pshop_tab_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tab_module_preference` -- DROP TABLE IF EXISTS `pshop_tab_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tab_module_preference` ( `id_tab_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `module` varchar(255) NOT NULL, PRIMARY KEY (`id_tab_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tab_module_preference` -- LOCK TABLES `pshop_tab_module_preference` WRITE; /*!40000 ALTER TABLE `pshop_tab_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_tab_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tag` -- DROP TABLE IF EXISTS `pshop_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tag` ( `id_tag` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tag`), KEY `tag_name` (`name`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tag` -- LOCK TABLES `pshop_tag` WRITE; /*!40000 ALTER TABLE `pshop_tag` DISABLE KEYS */; INSERT INTO `pshop_tag` VALUES (1,1,'apple'),(2,1,'ipod'),(3,1,'nano'),(4,1,'superdrive'),(5,1,'Ipod touch'),(6,1,'shuffle'); /*!40000 ALTER TABLE `pshop_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tax` -- DROP TABLE IF EXISTS `pshop_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tax` ( `id_tax` int(10) unsigned NOT NULL auto_increment, `rate` decimal(10,3) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_tax`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tax` -- LOCK TABLES `pshop_tax` WRITE; /*!40000 ALTER TABLE `pshop_tax` DISABLE KEYS */; INSERT INTO `pshop_tax` VALUES (1,'4.000',1,0),(2,'0.000',1,0),(3,'6.600',1,0),(4,'6.000',1,0),(5,'8.250',1,0),(6,'2.900',1,0),(7,'0.000',1,0),(8,'0.000',1,0),(9,'6.000',1,0),(10,'4.000',1,0),(11,'4.000',1,0),(12,'6.000',1,0),(13,'6.250',1,0),(14,'7.000',1,0),(15,'6.000',1,0),(16,'5.300',1,0),(17,'6.000',1,0),(18,'4.000',1,0),(19,'5.000',1,0),(20,'6.000',1,0),(21,'6.250',1,0),(22,'6.000',1,0),(23,'6.875',1,0),(24,'7.000',1,0),(25,'4.225',1,0),(26,'0.000',1,0),(27,'5.500',1,0),(28,'6.850',1,0),(29,'0.000',1,0),(30,'7.000',1,0),(31,'5.125',1,0),(32,'4.000',1,0),(33,'5.500',1,0),(34,'5.000',1,0),(35,'5.500',1,0),(36,'4.500',1,0),(37,'0.000',1,0),(38,'6.000',1,0),(39,'7.000',1,0),(40,'6.000',1,0),(41,'4.000',1,0),(42,'7.000',1,0),(43,'6.250',1,0),(44,'4.750',1,0),(45,'6.000',1,0),(46,'4.000',1,0),(47,'6.500',1,0),(48,'6.000',1,0),(49,'5.000',1,0),(50,'4.000',1,0),(51,'5.500',1,0),(52,'6.000',1,0); /*!40000 ALTER TABLE `pshop_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tax_lang` -- DROP TABLE IF EXISTS `pshop_tax_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tax_lang` ( `id_tax` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tax`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tax_lang` -- LOCK TABLES `pshop_tax_lang` WRITE; /*!40000 ALTER TABLE `pshop_tax_lang` DISABLE KEYS */; INSERT INTO `pshop_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'); /*!40000 ALTER TABLE `pshop_tax_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tax_rule` -- DROP TABLE IF EXISTS `pshop_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tax_rule` ( `id_tax_rule` int(11) NOT NULL auto_increment, `id_tax_rules_group` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_state` int(11) NOT NULL, `zipcode_from` varchar(12) NOT NULL, `zipcode_to` varchar(12) NOT NULL, `id_tax` int(11) NOT NULL, `behavior` int(11) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id_tax_rule`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tax_rule` -- LOCK TABLES `pshop_tax_rule` WRITE; /*!40000 ALTER TABLE `pshop_tax_rule` DISABLE KEYS */; INSERT INTO `pshop_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''); /*!40000 ALTER TABLE `pshop_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tax_rules_group` -- DROP TABLE IF EXISTS `pshop_tax_rules_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tax_rules_group` ( `id_tax_rules_group` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `active` int(11) NOT NULL, PRIMARY KEY (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tax_rules_group` -- LOCK TABLES `pshop_tax_rules_group` WRITE; /*!40000 ALTER TABLE `pshop_tax_rules_group` DISABLE KEYS */; INSERT INTO `pshop_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1); /*!40000 ALTER TABLE `pshop_tax_rules_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_tax_rules_group_shop` -- DROP TABLE IF EXISTS `pshop_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_tax_rules_group_shop` ( `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_tax_rules_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_tax_rules_group_shop` -- LOCK TABLES `pshop_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `pshop_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `pshop_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1); /*!40000 ALTER TABLE `pshop_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_theme` -- DROP TABLE IF EXISTS `pshop_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_theme` ( `id_theme` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `directory` varchar(64) NOT NULL, PRIMARY KEY (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_theme` -- LOCK TABLES `pshop_theme` WRITE; /*!40000 ALTER TABLE `pshop_theme` DISABLE KEYS */; INSERT INTO `pshop_theme` VALUES (1,'default','default'); /*!40000 ALTER TABLE `pshop_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_theme_specific` -- DROP TABLE IF EXISTS `pshop_theme_specific`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_theme_specific` ( `id_theme` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `entity` int(11) unsigned NOT NULL, `id_object` int(11) unsigned NOT NULL, PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_theme_specific` -- LOCK TABLES `pshop_theme_specific` WRITE; /*!40000 ALTER TABLE `pshop_theme_specific` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_theme_specific` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_timezone` -- DROP TABLE IF EXISTS `pshop_timezone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_timezone` ( `id_timezone` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) ) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_timezone` -- LOCK TABLES `pshop_timezone` WRITE; /*!40000 ALTER TABLE `pshop_timezone` DISABLE KEYS */; INSERT INTO `pshop_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); /*!40000 ALTER TABLE `pshop_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_warehouse` -- DROP TABLE IF EXISTS `pshop_warehouse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_warehouse` ( `id_warehouse` int(11) unsigned NOT NULL auto_increment, `id_currency` int(11) unsigned NOT NULL, `id_address` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `reference` varchar(32) default NULL, `name` varchar(45) NOT NULL, `management_type` enum('WA','FIFO','LIFO') NOT NULL default 'WA', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_warehouse` -- LOCK TABLES `pshop_warehouse` WRITE; /*!40000 ALTER TABLE `pshop_warehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_warehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_warehouse_carrier` -- DROP TABLE IF EXISTS `pshop_warehouse_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_warehouse_carrier` ( `id_carrier` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_carrier`), KEY `id_warehouse` (`id_warehouse`), KEY `id_carrier` (`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_warehouse_carrier` -- LOCK TABLES `pshop_warehouse_carrier` WRITE; /*!40000 ALTER TABLE `pshop_warehouse_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_warehouse_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_warehouse_product_location` -- DROP TABLE IF EXISTS `pshop_warehouse_product_location`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_warehouse_product_location` ( `id_warehouse_product_location` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `location` varchar(64) default NULL, PRIMARY KEY (`id_warehouse_product_location`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_warehouse_product_location` -- LOCK TABLES `pshop_warehouse_product_location` WRITE; /*!40000 ALTER TABLE `pshop_warehouse_product_location` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_warehouse_product_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_warehouse_shop` -- DROP TABLE IF EXISTS `pshop_warehouse_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_warehouse_shop` ( `id_shop` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_shop`), KEY `id_warehouse` (`id_warehouse`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_warehouse_shop` -- LOCK TABLES `pshop_warehouse_shop` WRITE; /*!40000 ALTER TABLE `pshop_warehouse_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_warehouse_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_web_browser` -- DROP TABLE IF EXISTS `pshop_web_browser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_web_browser` -- LOCK TABLES `pshop_web_browser` WRITE; /*!40000 ALTER TABLE `pshop_web_browser` DISABLE KEYS */; INSERT INTO `pshop_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome'); /*!40000 ALTER TABLE `pshop_web_browser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_webservice_account` -- DROP TABLE IF EXISTS `pshop_webservice_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_webservice_account` ( `id_webservice_account` int(11) NOT NULL auto_increment, `key` varchar(32) NOT NULL, `description` text, `class_name` varchar(50) NOT NULL default 'WebserviceRequest', `is_module` tinyint(2) NOT NULL default '0', `module_name` varchar(50) default NULL, `active` tinyint(2) NOT NULL, PRIMARY KEY (`id_webservice_account`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_webservice_account` -- LOCK TABLES `pshop_webservice_account` WRITE; /*!40000 ALTER TABLE `pshop_webservice_account` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_webservice_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_webservice_account_shop` -- DROP TABLE IF EXISTS `pshop_webservice_account_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_webservice_account_shop` ( `id_webservice_account` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_webservice_account`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_webservice_account_shop` -- LOCK TABLES `pshop_webservice_account_shop` WRITE; /*!40000 ALTER TABLE `pshop_webservice_account_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_webservice_account_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_webservice_permission` -- DROP TABLE IF EXISTS `pshop_webservice_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_webservice_permission` ( `id_webservice_permission` int(11) NOT NULL auto_increment, `resource` varchar(50) NOT NULL, `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, `id_webservice_account` int(11) NOT NULL, PRIMARY KEY (`id_webservice_permission`), UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), KEY `resource` (`resource`), KEY `method` (`method`), KEY `id_webservice_account` (`id_webservice_account`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_webservice_permission` -- LOCK TABLES `pshop_webservice_permission` WRITE; /*!40000 ALTER TABLE `pshop_webservice_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `pshop_webservice_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_zone` -- DROP TABLE IF EXISTS `pshop_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_zone` ( `id_zone` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_zone` -- LOCK TABLES `pshop_zone` WRITE; /*!40000 ALTER TABLE `pshop_zone` DISABLE KEYS */; INSERT INTO `pshop_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1); /*!40000 ALTER TABLE `pshop_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pshop_zone_shop` -- DROP TABLE IF EXISTS `pshop_zone_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pshop_zone_shop` ( `id_zone` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_zone`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pshop_zone_shop` -- LOCK TABLES `pshop_zone_shop` WRITE; /*!40000 ALTER TABLE `pshop_zone_shop` DISABLE KEYS */; INSERT INTO `pshop_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1); /*!40000 ALTER TABLE `pshop_zone_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `queue` -- DROP TABLE IF EXISTS `queue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `queue` ( `item_id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key: Unique item ID.', `name` varchar(255) NOT NULL default '' COMMENT 'The queue name.', `data` longblob COMMENT 'The arbitrary data for the item.', `expire` int(11) NOT NULL default '0' COMMENT 'Timestamp when the claim lease expires on the item.', `created` int(11) NOT NULL default '0' COMMENT 'Timestamp when the item was created.', PRIMARY KEY (`item_id`), KEY `name_created` (`name`,`created`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores items in queues.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `queue` -- LOCK TABLES `queue` WRITE; /*!40000 ALTER TABLE `queue` DISABLE KEYS */; /*!40000 ALTER TABLE `queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `referals` -- DROP TABLE IF EXISTS `referals`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `referals` ( `id` int(255) NOT NULL auto_increment, `user` text collate utf8_unicode_ci NOT NULL, `referal` text collate utf8_unicode_ci NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `referals` -- LOCK TABLES `referals` WRITE; /*!40000 ALTER TABLE `referals` DISABLE KEYS */; /*!40000 ALTER TABLE `referals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `registry` -- DROP TABLE IF EXISTS `registry`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `registry` ( `name` varchar(255) NOT NULL default '' COMMENT 'The name of the function, class, or interface.', `type` varchar(9) NOT NULL default '' COMMENT 'Either function or class or interface.', `filename` varchar(255) NOT NULL COMMENT 'Name of the file.', `module` varchar(255) NOT NULL default '' COMMENT 'Name of the module the file belongs to.', `weight` int(11) NOT NULL default '0' COMMENT 'The order in which this module’s hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.', PRIMARY KEY (`name`,`type`), KEY `hook` (`type`,`weight`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Each record is a function, class, or interface name and...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `registry` -- LOCK TABLES `registry` WRITE; /*!40000 ALTER TABLE `registry` DISABLE KEYS */; INSERT INTO `registry` VALUES ('ArchiverTar','class','modules/system/system.archiver.inc','system',0),('ArchiverZip','class','modules/system/system.archiver.inc','system',0),('DefaultMailSystem','class','modules/system/system.mail.inc','system',0),('TestingMailSystem','class','modules/system/system.mail.inc','system',0),('DrupalQueue','class','modules/system/system.queue.inc','system',0),('DrupalQueueInterface','interface','modules/system/system.queue.inc','system',0),('DrupalReliableQueueInterface','interface','modules/system/system.queue.inc','system',0),('SystemQueue','class','modules/system/system.queue.inc','system',0),('MemoryQueue','class','modules/system/system.queue.inc','system',0),('Archive_Tar','class','modules/system/system.tar.inc','system',0),('ModuleUpdater','class','modules/system/system.updater.inc','system',0),('ThemeUpdater','class','modules/system/system.updater.inc','system',0),('ModuleTestCase','class','modules/system/system.test','system',0),('EnableDisableTestCase','class','modules/system/system.test','system',0),('HookRequirementsTestCase','class','modules/system/system.test','system',0),('ModuleDependencyTestCase','class','modules/system/system.test','system',0),('ModuleVersionTestCase','class','modules/system/system.test','system',0),('ModuleRequiredTestCase','class','modules/system/system.test','system',0),('IPAddressBlockingTestCase','class','modules/system/system.test','system',0),('CronRunTestCase','class','modules/system/system.test','system',0),('AdminMetaTagTestCase','class','modules/system/system.test','system',0),('AccessDeniedTestCase','class','modules/system/system.test','system',0),('PageNotFoundTestCase','class','modules/system/system.test','system',0),('SiteMaintenanceTestCase','class','modules/system/system.test','system',0),('DateTimeFunctionalTest','class','modules/system/system.test','system',0),('PageTitleFiltering','class','modules/system/system.test','system',0),('FrontPageTestCase','class','modules/system/system.test','system',0),('SystemBlockTestCase','class','modules/system/system.test','system',0),('SystemMainContentFallback','class','modules/system/system.test','system',0),('SystemThemeFunctionalTest','class','modules/system/system.test','system',0),('QueueTestCase','class','modules/system/system.test','system',0),('TokenReplaceTestCase','class','modules/system/system.test','system',0),('InfoFileParserTestCase','class','modules/system/system.test','system',0),('SystemInfoAlterTestCase','class','modules/system/system.test','system',0),('UpdateScriptFunctionalTest','class','modules/system/system.test','system',0),('FloodFunctionalTest','class','modules/system/system.test','system',0),('RetrieveFileTestCase','class','modules/system/system.test','system',0),('ShutdownFunctionsTest','class','modules/system/system.test','system',0),('SystemAdminTestCase','class','modules/system/system.test','system',0),('SystemAuthorizeCase','class','modules/system/system.test','system',0),('SystemIndexPhpTest','class','modules/system/system.test','system',0),('TokenScanTest','class','modules/system/system.test','system',0),('UserController','class','modules/user/user.module','user',0),('UserRegistrationTestCase','class','modules/user/user.test','user',0),('UserValidationTestCase','class','modules/user/user.test','user',0),('UserLoginTestCase','class','modules/user/user.test','user',0),('UserPasswordResetTestCase','class','modules/user/user.test','user',0),('UserCancelTestCase','class','modules/user/user.test','user',0),('UserPictureTestCase','class','modules/user/user.test','user',0),('UserPermissionsTestCase','class','modules/user/user.test','user',0),('UserAdminTestCase','class','modules/user/user.test','user',0),('UserTimeZoneFunctionalTest','class','modules/user/user.test','user',0),('UserAutocompleteTestCase','class','modules/user/user.test','user',0),('UserAccountLinksUnitTests','class','modules/user/user.test','user',0),('UserBlocksUnitTests','class','modules/user/user.test','user',0),('UserSaveTestCase','class','modules/user/user.test','user',0),('UserCreateTestCase','class','modules/user/user.test','user',0),('UserEditTestCase','class','modules/user/user.test','user',0),('UserSignatureTestCase','class','modules/user/user.test','user',0),('UserEditedOwnAccountTestCase','class','modules/user/user.test','user',0),('UserRoleAdminTestCase','class','modules/user/user.test','user',0),('UserTokenReplaceTestCase','class','modules/user/user.test','user',0),('UserUserSearchTestCase','class','modules/user/user.test','user',0),('UserRolesAssignmentTestCase','class','modules/user/user.test','user',0),('UserAuthmapAssignmentTestCase','class','modules/user/user.test','user',0),('UserValidateCurrentPassCustomForm','class','modules/user/user.test','user',0),('FileTransferFTP','class','includes/filetransfer/ftp.inc','',0),('FileTransferFTPExtension','class','includes/filetransfer/ftp.inc','',0),('FileTransfer','class','includes/filetransfer/filetransfer.inc','',0),('FileTransferException','class','includes/filetransfer/filetransfer.inc','',0),('FileTransferChmodInterface','interface','includes/filetransfer/filetransfer.inc','',0),('SkipDotsRecursiveDirectoryIterator','class','includes/filetransfer/filetransfer.inc','',0),('FileTransferLocal','class','includes/filetransfer/local.inc','',0),('FileTransferSSH','class','includes/filetransfer/ssh.inc','',0),('DatabaseTasks_sqlite','class','includes/database/sqlite/install.inc','',0),('DatabaseConnection_sqlite','class','includes/database/sqlite/database.inc','',0),('DatabaseStatement_sqlite','class','includes/database/sqlite/database.inc','',0),('InsertQuery_sqlite','class','includes/database/sqlite/query.inc','',0),('UpdateQuery_sqlite','class','includes/database/sqlite/query.inc','',0),('DeleteQuery_sqlite','class','includes/database/sqlite/query.inc','',0),('TruncateQuery_sqlite','class','includes/database/sqlite/query.inc','',0),('DatabaseSchema_sqlite','class','includes/database/sqlite/schema.inc','',0),('SelectQuery_sqlite','class','includes/database/sqlite/select.inc','',0),('DatabaseTasks_pgsql','class','includes/database/pgsql/install.inc','',0),('DatabaseConnection_pgsql','class','includes/database/pgsql/database.inc','',0),('InsertQuery_pgsql','class','includes/database/pgsql/query.inc','',0),('UpdateQuery_pgsql','class','includes/database/pgsql/query.inc','',0),('DatabaseSchema_pgsql','class','includes/database/pgsql/schema.inc','',0),('SelectQuery_pgsql','class','includes/database/pgsql/select.inc','',0),('DatabaseConnection_mysql','class','includes/database/mysql/database.inc','',0),('DatabaseTasks_mysql','class','includes/database/mysql/install.inc','',0),('InsertQuery_mysql','class','includes/database/mysql/query.inc','',0),('TruncateQuery_mysql','class','includes/database/mysql/query.inc','',0),('DatabaseSchema_mysql','class','includes/database/mysql/schema.inc','',0),('DatabaseConnection','class','includes/database/database.inc','',0),('Database','class','includes/database/database.inc','',0),('DatabaseTransactionNoActiveException','class','includes/database/database.inc','',0),('DatabaseTransactionNameNonUniqueException','class','includes/database/database.inc','',0),('DatabaseTransactionCommitFailedException','class','includes/database/database.inc','',0),('DatabaseTransactionExplicitCommitNotAllowedException','class','includes/database/database.inc','',0),('DatabaseTransactionOutOfOrderException','class','includes/database/database.inc','',0),('InvalidMergeQueryException','class','includes/database/database.inc','',0),('FieldsOverlapException','class','includes/database/database.inc','',0),('NoFieldsException','class','includes/database/database.inc','',0),('DatabaseConnectionNotDefinedException','class','includes/database/database.inc','',0),('DatabaseDriverNotSpecifiedException','class','includes/database/database.inc','',0),('DatabaseTransaction','class','includes/database/database.inc','',0),('DatabaseStatementInterface','interface','includes/database/database.inc','',0),('DatabaseStatementBase','class','includes/database/database.inc','',0),('DatabaseStatementEmpty','class','includes/database/database.inc','',0),('DatabaseLog','class','includes/database/log.inc','',0),('DatabaseStatementPrefetch','class','includes/database/prefetch.inc','',0),('QueryConditionInterface','interface','includes/database/query.inc','',0),('QueryAlterableInterface','interface','includes/database/query.inc','',0),('QueryPlaceholderInterface','interface','includes/database/query.inc','',0),('Query','class','includes/database/query.inc','',0),('InsertQuery','class','includes/database/query.inc','',0),('DeleteQuery','class','includes/database/query.inc','',0),('TruncateQuery','class','includes/database/query.inc','',0),('UpdateQuery','class','includes/database/query.inc','',0),('MergeQuery','class','includes/database/query.inc','',0),('DatabaseCondition','class','includes/database/query.inc','',0),('DatabaseSchema','class','includes/database/schema.inc','',0),('DatabaseSchemaObjectExistsException','class','includes/database/schema.inc','',0),('DatabaseSchemaObjectDoesNotExistException','class','includes/database/schema.inc','',0),('QueryExtendableInterface','interface','includes/database/select.inc','',0),('SelectQueryInterface','interface','includes/database/select.inc','',0),('SelectQueryExtender','class','includes/database/select.inc','',0),('SelectQuery','class','includes/database/select.inc','',0),('ArchiverInterface','interface','includes/archiver.inc','',0),('BatchQueue','class','includes/batch.queue.inc','',0),('BatchMemoryQueue','class','includes/batch.queue.inc','',0),('DrupalCacheArray','class','includes/bootstrap.inc','',0),('SchemaCache','class','includes/bootstrap.inc','',0),('DrupalFakeCache','class','includes/cache-install.inc','',0),('DrupalCacheInterface','interface','includes/cache.inc','',0),('DrupalDatabaseCache','class','includes/cache.inc','',0),('DrupalEntityControllerInterface','interface','includes/entity.inc','',0),('DrupalDefaultEntityController','class','includes/entity.inc','',0),('EntityFieldQueryException','class','includes/entity.inc','',0),('EntityFieldQuery','class','includes/entity.inc','',0),('EntityMalformedException','class','includes/entity.inc','',0),('DatabaseTasks','class','includes/install.inc','',0),('DatabaseTaskException','class','includes/install.inc','',0),('MailSystemInterface','interface','includes/mail.inc','',0),('PagerDefault','class','includes/pager.inc','',0),('StreamWrapperInterface','interface','includes/stream_wrappers.inc','',0),('DrupalStreamWrapperInterface','interface','includes/stream_wrappers.inc','',0),('DrupalLocalStreamWrapper','class','includes/stream_wrappers.inc','',0),('DrupalPublicStreamWrapper','class','includes/stream_wrappers.inc','',0),('DrupalPrivateStreamWrapper','class','includes/stream_wrappers.inc','',0),('DrupalTemporaryStreamWrapper','class','includes/stream_wrappers.inc','',0),('TableSort','class','includes/tablesort.inc','',0),('ThemeRegistry','class','includes/theme.inc','',0),('DrupalUpdateException','class','includes/update.inc','',0),('DrupalUpdaterInterface','interface','includes/updater.inc','',0),('Updater','class','includes/updater.inc','',0),('UpdaterException','class','includes/updater.inc','',0),('UpdaterFileTransferException','class','includes/updater.inc','',0); /*!40000 ALTER TABLE `registry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `registry_file` -- DROP TABLE IF EXISTS `registry_file`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `registry_file` ( `filename` varchar(255) NOT NULL COMMENT 'Path to the file.', `hash` varchar(64) NOT NULL COMMENT 'sha-256 hash of the file’s contents when last parsed.', PRIMARY KEY (`filename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Files parsed to build the registry.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `registry_file` -- LOCK TABLES `registry_file` WRITE; /*!40000 ALTER TABLE `registry_file` DISABLE KEYS */; INSERT INTO `registry_file` VALUES ('modules/system/system.archiver.inc','faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1'),('modules/system/system.mail.inc','3c2c06b55bded609e72add89db41af3bb405d42b9553793acba5fe51be8861d8'),('modules/system/system.queue.inc','caf4feda51bdf7ad62cf782bc23274d367154e51897f2732f07bd06982d85ab1'),('modules/system/system.tar.inc','8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086'),('modules/system/system.updater.inc','338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a'),('modules/system/system.test','1577ba238919ba208902f807cd35ef667616a064ecf2b611b0ccb39cba105450'),('modules/user/user.module','ffe793f9db071e40fffc2a7c26927b4df59c134211a5bdf8f3a4a1a0dd2b4a83'),('modules/user/user.test','0cdf12305cce4a65da5be1155925ba2a83b6f5363d6c192f0cfec2985e835e20'),('includes/filetransfer/ftp.inc','589ebf4b8bd4a2973aa56a156ac1fa83b6c73e703391361fb573167670e0d832'),('includes/filetransfer/filetransfer.inc','fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034'),('includes/filetransfer/local.inc','7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492'),('includes/filetransfer/ssh.inc','002e24a24cac133d12728bd3843868ce378681237d7fad420761af84e6efe5ad'),('includes/database/sqlite/install.inc','381f3db8c59837d961978ba3097bb6443534ed1659fd713aa563963fa0c42cc5'),('includes/database/sqlite/database.inc','ed2b9981794239cdad2cd04cf4bcdc896ad4d6b66179a4fa487b0d1ec2150a10'),('includes/database/sqlite/query.inc','cd726af682495d8fe20283ddbc4d877536cad2df4a2df8afc2dc21be71a4eba8'),('includes/database/sqlite/schema.inc','238414785aa96dd27f10f48c961783f4d1091392beee8d0e7ca8ae774e917da2'),('includes/database/sqlite/select.inc','8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68'),('includes/database/pgsql/install.inc','585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5'),('includes/database/pgsql/database.inc','56726100fd44f461a04886c590c9c472cc2b2a1b92eb26c7674bf3821a76bb64'),('includes/database/pgsql/query.inc','cb4c84f8f1ffc73098ed71137248dcd078a505a7530e60d979d74b3a3cdaa658'),('includes/database/pgsql/schema.inc','8fd647e4557522283caef63e528c6e403fc0751a46e94aac867a281af85eac27'),('includes/database/pgsql/select.inc','fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d'),('includes/database/mysql/database.inc','8d3a784845064385ccdce8a66860f3177d52207df83d9735c0d72c9703dd258e'),('includes/database/mysql/install.inc','6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0'),('includes/database/mysql/query.inc','7d9ea18a7ff04b7aab6210abbd0313cb53325c19a47ff8ed6c0e591c6e7149c2'),('includes/database/mysql/schema.inc','d8d3904ea9c23a526c2f2a7acc8ba870b31c378aac2eb53e2e41a73c6209c5bd'),('includes/database/database.inc','1597142a1fbd6fcff24f2bb92805a1c98b7bc36520cc68007bc7383effcaf890'),('includes/database/log.inc','9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1'),('includes/database/prefetch.inc','b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb'),('includes/database/query.inc','dad26c5d42eda178f8a858194a912fe5df2b7091bd038b23af26aee249166c76'),('includes/database/schema.inc','7eb7251f331109757173353263d1031493c1198ae17a165a6f5a03d3f14f93e7'),('includes/database/select.inc','1c74fa55c7721a704f5ef3389032604bf7a60fced15c40d844aee3e1cead7dc6'),('includes/ajax.inc','8328ec7441a0c101c1b39ba8d415c1d951b400887d8b29d2831210ae207f86eb'),('includes/actions.inc','f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759'),('includes/archiver.inc','bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9'),('includes/authorize.inc','6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13'),('includes/batch.inc','059da9e36e1f3717f27840aae73f10dea7d6c8daf16f6520401cc1ca3b4c0388'),('includes/batch.queue.inc','554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f'),('includes/bootstrap.inc','433914f90518590addbe9d0a0d48f6cae7982ca154f1157b11faaa92fea3b9b2'),('includes/cache-install.inc','e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e'),('includes/cache.inc','c9d3df7ff9807bb4421d66b4579c2ef5ca4d74954a8184bd04881d179f22ccb2'),('includes/common.inc','5c83de23d94176cb33a3637ebf61d5cacdd75415d4784a88607b756c9ceb53f4'),('includes/date.inc','18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36'),('includes/entity.inc','93ed9b3f29fb2a75852af3b4cf03ce0edf3e9eddf19e4b82eeba8659d3d5bc78'),('includes/errors.inc','0923cf3303e0e976756d159c80c86bbe039109bd90a35a9aca18027c68abd0aa'),('includes/file.inc','4eeef6f486c843ff91e5eaa5ee435e66d89dd516c76b980c79d3c6595fe6bf2d'),('includes/file.mimetypes.inc','f88c967550576694b7a1ce2afd0f2f1bbc1a91d21cc2c20f86c44d39ff353867'),('includes/form.inc','5ab6ebd03a6852acd532fb3e06ce4d90c983246ba1f9506437fa19566729893d'),('includes/graph.inc','8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536'),('includes/image.inc','bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826'),('includes/install.core.inc','2a036b695c555d7339115099e0b7b06bf7fbafbaad6d7cc143e49969ff96c394'),('includes/install.inc','c42232afc1cf6d11c0c8d97ac99b8e812de332b0509109b344617b1863a91e8a'),('includes/iso.inc','27730e6175b79c3b5d494582a124f6210289faa03bef099e16347bb914464c66'),('includes/json-encode.inc','02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e'),('includes/language.inc','77ef0c210a8f01d4ad24b13b147db3db0dcef801dbae8b644124cedd562a8a57'),('includes/locale.inc','8cc571c114587f2b30e4e24db17e97e51e81f9cc395fa01f348aba12cee8523e'),('includes/lock.inc','daa62e95528f6b986b85680b600a896452bf2ce6f38921242857dcc5a3460a1b'),('includes/mail.inc','8b37b30d82941010eacf8f435abbf9cb5b6cfc2710c3446a5037192ae14d68bf'),('includes/menu.inc','99ff661a6c7a65f290a64e7bb4cc0768df644e66d2ceb5cf82f51f9039db2bd1'),('includes/module.inc','09dd0e483fd1c5569183ff0663543163d5262ec5eb9c4551c2214fd7599f386b'),('includes/pager.inc','6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8'),('includes/password.inc','7550ac434a929562a3380e82c546afbf9163598b22f2351f0e7d3f19567fb6c9'),('includes/path.inc','d20d3efabcb752fcafafc887fc0f09704d87000742302f95cf58e62333d05279'),('includes/registry.inc','4ffb8c9c8c179c1417ff01790f339edf50b5f7cc0c8bb976eef6858cc71e9bc8'),('includes/session.inc','65764101f3746e25210e8a91a9c058218c83c7bf444051ba339c412a2d2bff63'),('includes/stream_wrappers.inc','b04e31585a9a397b0edf7b3586050cbd4b1f631e283296e1c93f4356662faeb9'),('includes/tablesort.inc','4cb2a5a2d41b2a204a13f59085096e3f64237d32639ea5d30752905099bc7540'),('includes/theme.inc','f1a3045e917b454f23842e048f8753c7dc1e97bf8999bb8eeb4f72cee3cc7553'),('includes/theme.maintenance.inc','39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a'),('includes/token.inc','5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428'),('includes/unicode.entities.inc','2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54'),('includes/unicode.inc','518ad21bd4f43814277d67f76ff8eb2b99bd1be4caa5e02b6e5f06cf65d84eb0'),('includes/update.inc','177ce24362efc7f28b384c90a09c3e485396bbd18c3721d4b21e57dd1733bd92'),('includes/updater.inc','d2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380'),('includes/utility.inc','3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5'),('includes/xmlrpc.inc','c5b6ea78adeb135373d11aeaaea057d9fa8995faa4e8c0fec9b7c647f15cc4e0'),('includes/xmlrpcs.inc','79dc6e9882f4c506123d7dd8e228a61e22c46979c3aab21a5b1afa315ef6639c'); /*!40000 ALTER TABLE `registry_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reports` -- DROP TABLE IF EXISTS `reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reports` ( `id` int(255) NOT NULL auto_increment, `page_id` int(255) NOT NULL default '0', `page_url` varchar(255) character set latin1 NOT NULL default '0', `owner_id` int(255) NOT NULL default '0', `reported_by` int(255) NOT NULL default '0', `reason` varchar(128) character set latin1 NOT NULL, `count` int(64) NOT NULL default '1', `module` varchar(64) character set latin1 NOT NULL, `status` int(11) NOT NULL default '0', `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reports` -- LOCK TABLES `reports` WRITE; /*!40000 ALTER TABLE `reports` DISABLE KEYS */; /*!40000 ALTER TABLE `reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requests` -- DROP TABLE IF EXISTS `requests`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `requests` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `paypal` varchar(255) NOT NULL, `amount` decimal(5,2) NOT NULL default '0.00', `date` datetime NOT NULL default '0000-00-00 00:00:00', `paid` int(11) NOT NULL default '0', `gateway` varchar(64) NOT NULL default 'paypal', `reason` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `requests` -- LOCK TABLES `requests` WRITE; /*!40000 ALTER TABLE `requests` DISABLE KEYS */; /*!40000 ALTER TABLE `requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `retweet` -- DROP TABLE IF EXISTS `retweet`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `retweet` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `retweet` -- LOCK TABLES `retweet` WRITE; /*!40000 ALTER TABLE `retweet` DISABLE KEYS */; /*!40000 ALTER TABLE `retweet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `retweeted` -- DROP TABLE IF EXISTS `retweeted`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `retweeted` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `retweeted` -- LOCK TABLES `retweeted` WRITE; /*!40000 ALTER TABLE `retweeted` DISABLE KEYS */; /*!40000 ALTER TABLE `retweeted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reviews` -- DROP TABLE IF EXISTS `reviews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reviews` ( `reviews_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `customers_id` int(11) default NULL, `customers_name` varchar(255) NOT NULL, `reviews_rating` int(1) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, `reviews_status` tinyint(1) NOT NULL default '0', `reviews_read` int(5) NOT NULL default '0', PRIMARY KEY (`reviews_id`), KEY `idx_reviews_products_id` (`products_id`), KEY `idx_reviews_customers_id` (`customers_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reviews` -- LOCK TABLES `reviews` WRITE; /*!40000 ALTER TABLE `reviews` DISABLE KEYS */; /*!40000 ALTER TABLE `reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reviews_description` -- DROP TABLE IF EXISTS `reviews_description`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reviews_description` ( `reviews_id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `reviews_text` text NOT NULL, PRIMARY KEY (`reviews_id`,`languages_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reviews_description` -- LOCK TABLES `reviews_description` WRITE; /*!40000 ALTER TABLE `reviews_description` DISABLE KEYS */; /*!40000 ALTER TABLE `reviews_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role` -- DROP TABLE IF EXISTS `role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `role` ( `rid` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key: Unique role ID.', `name` varchar(64) NOT NULL default '' COMMENT 'Unique role name.', `weight` int(11) NOT NULL default '0' COMMENT 'The weight of this role in listings and the user interface.', PRIMARY KEY (`rid`), UNIQUE KEY `name` (`name`), KEY `name_weight` (`name`,`weight`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores user roles.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `role` -- LOCK TABLES `role` WRITE; /*!40000 ALTER TABLE `role` DISABLE KEYS */; /*!40000 ALTER TABLE `role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_permission` -- DROP TABLE IF EXISTS `role_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `role_permission` ( `rid` int(10) unsigned NOT NULL COMMENT 'Foreign Key: role.rid.', `permission` varchar(128) NOT NULL default '' COMMENT 'A single permission granted to the role identified by rid.', `module` varchar(255) NOT NULL default '' COMMENT 'The module declaring the permission.', PRIMARY KEY (`rid`,`permission`), KEY `permission` (`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores the permissions assigned to user roles.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `role_permission` -- LOCK TABLES `role_permission` WRITE; /*!40000 ALTER TABLE `role_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `role_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_log` -- DROP TABLE IF EXISTS `sales_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_log` ( `sales_id` int(11) NOT NULL auto_increment, `payer_id` varchar(60) default NULL, `payment_date` varchar(50) default NULL, `trans_id` varchar(50) default NULL, `first_name` varchar(50) default NULL, `last_name` varchar(50) default NULL, `payer_email` varchar(75) default NULL, `payer_status` varchar(50) default NULL, `payment_type` varchar(50) default NULL, `memo` tinytext, `item_name` varchar(127) default NULL, `item_number` varchar(127) default NULL, `quantity` int(11) NOT NULL default '0', `mc_gross` decimal(9,2) default NULL, `mc_currency` char(3) default NULL, `address_name` varchar(255) NOT NULL default '', `address_street` varchar(255) NOT NULL default '', `address_city` varchar(255) NOT NULL default '', `address_state` varchar(255) NOT NULL default '', `address_zip` varchar(255) NOT NULL default '', `address_country` varchar(255) NOT NULL default '', `address_status` varchar(255) NOT NULL default '', `payer_business_name` varchar(255) NOT NULL default '', `payment_status` varchar(255) NOT NULL default '', `pending_reason` varchar(255) NOT NULL default '', `reason_code` varchar(255) NOT NULL default '', `txn_type` varchar(255) NOT NULL default '', PRIMARY KEY (`sales_id`), UNIQUE KEY `txn_id` (`trans_id`), KEY `txn_id_2` (`trans_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_log` -- LOCK TABLES `sales_log` WRITE; /*!40000 ALTER TABLE `sales_log` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `search_tags_table` -- DROP TABLE IF EXISTS `search_tags_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `search_tags_table` ( `id` int(11) NOT NULL auto_increment, `search_tag` varchar(250) NOT NULL, `search_count` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `search_tags_table` -- LOCK TABLES `search_tags_table` WRITE; /*!40000 ALTER TABLE `search_tags_table` DISABLE KEYS */; /*!40000 ALTER TABLE `search_tags_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sec_directory_whitelist` -- DROP TABLE IF EXISTS `sec_directory_whitelist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sec_directory_whitelist` ( `id` int(11) NOT NULL auto_increment, `directory` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sec_directory_whitelist` -- LOCK TABLES `sec_directory_whitelist` WRITE; /*!40000 ALTER TABLE `sec_directory_whitelist` DISABLE KEYS */; INSERT INTO `sec_directory_whitelist` VALUES (1,'admin/backups'),(2,'admin/images/graphs'),(3,'images'),(4,'images/banners'),(5,'images/dvd'),(6,'images/gt_interactive'),(7,'images/hewlett_packard'),(8,'images/matrox'),(9,'images/microsoft'),(10,'images/samsung'),(11,'images/sierra'),(12,'includes/work'),(13,'pub'); /*!40000 ALTER TABLE `sec_directory_whitelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `semaphore` -- DROP TABLE IF EXISTS `semaphore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `semaphore` ( `name` varchar(255) NOT NULL default '' COMMENT 'Primary Key: Unique name.', `value` varchar(255) NOT NULL default '' COMMENT 'A value for the semaphore.', `expire` double NOT NULL COMMENT 'A Unix timestamp with microseconds indicating when the semaphore should expire.', PRIMARY KEY (`name`), KEY `value` (`value`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Table for holding semaphores, locks, flags, etc. that...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `semaphore` -- LOCK TABLES `semaphore` WRITE; /*!40000 ALTER TABLE `semaphore` DISABLE KEYS */; /*!40000 ALTER TABLE `semaphore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sequences` -- DROP TABLE IF EXISTS `sequences`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sequences` ( `value` int(10) unsigned NOT NULL auto_increment COMMENT 'The value of the sequence.', PRIMARY KEY (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stores IDs.'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sequences` -- LOCK TABLES `sequences` WRITE; /*!40000 ALTER TABLE `sequences` DISABLE KEYS */; /*!40000 ALTER TABLE `sequences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sessions` ( `sesskey` varchar(32) NOT NULL, `expiry` int(11) unsigned NOT NULL, `value` text NOT NULL, PRIMARY KEY (`sesskey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES ('st2f9cbsq3res3elk36dnuo6i7',1377571574,'sessiontoken|s:32:\"27821537c747a4bd0e47a6abac7d89d9\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('5s2fp1nuj9jpglth02kpa5uum7',1377575888,'language|s:7:\"english\";languages_id|s:1:\"1\";admin|a:2:{s:2:\"id\";s:1:\"1\";s:8:\"username\";s:13:\"convictcartel\";}'),('5s53nk6ulnv2mttu2o2dr6tn32',1377589694,'sessiontoken|s:32:\"f302a4928ec72c6b5655dea64784bd08\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('23ck4fh98vc3gq08uc9h5fdri4',1377585312,'sessiontoken|s:32:\"b2310cb74a2a9ef8b630b3890b90dbad\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('aso03u3svu2djncjmf46h4f816',1377567928,'sessiontoken|s:32:\"144ad12affdf062471d41704f6ec78b3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('0h4d6jelp1phfnbijog911mr71',1377777713,'sessiontoken|s:32:\"c6b0f1f4998d3c2bc8a77be8a27e21b7\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('34aq74kirdppebfrpo494icco7',1377644226,'sessiontoken|s:32:\"0cc4e2346cf86155c7ec63d237348dea\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('cotafs3qqbfcn0s0kg09kspts0',1377746435,'sessiontoken|s:32:\"de0ba4984da4d72f54da9c4ab2827b64\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('vlg7fmija33d95j757dlfeevu6',1377673570,'sessiontoken|s:32:\"e69528e4941ddac7422e4e3806fad460\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('mtd61v7fp7j1dhs2ji4gs6csc0',1377676013,'sessiontoken|s:32:\"e3af317bdc96258442865599a8d3438c\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('j3pfgbgpld6gt9jer03lhbq5g6',1377692502,'sessiontoken|s:32:\"6e059d1bcb8f40a05add72a33fba3f09\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"j3pfgbgpld6gt9jer03lhbq5g6\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('d6t0g42vlsb0dpsuie40onkai4',1377718380,'sessiontoken|s:32:\"be7ac618525479e39e1e2be481bb39e0\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:1:{s:6:\"30{2}2\";a:2:{s:3:\"qty\";i:1;s:10:\"attributes\";a:1:{i:2;s:1:\"2\";}}}s:5:\"total\";d:45;s:6:\"weight\";d:0;s:6:\"cartID\";s:5:\"78341\";s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:6:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:11:\"add_product\";}s:4:\"post\";a:2:{s:2:\"id\";a:1:{i:2;s:1:\"2\";}s:11:\"products_id\";s:2:\"30\";}}i:2;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:4;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:5;a:4:{s:4:\"page\";s:18:\"create_account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('f9jadj0itc4n7li4an9thqctt2',1377730178,'sessiontoken|s:32:\"04c811a1fd36273702abcc6ab31cc1c9\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ejppssta5sk6v0o8mpfee8tsf3',1377856069,'sessiontoken|s:32:\"2113c525add10c323b474991e4a05c47\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('aal2rfph9v5332alrah1dptqa7',1377801024,'sessiontoken|s:32:\"48d9337188206b385bdd265583015760\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('330v6jdr0nq46m57rr1a5uc1h7',1377821407,'sessiontoken|s:32:\"3285b3d2852de8f9f1d8120fa3f29b1b\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('hgd1g8n9fjnbdb56p5eokrpgs4',1377822433,'sessiontoken|s:32:\"110f58236b6b3d15cfe518d425a145ef\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('8nv4dj3b1mlv7i5gnvr4h37pk2',1377827383,'sessiontoken|s:32:\"6f10528a8304c1216420ae02e64bf44f\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('5shos8c9k3r5vmpcj5vugbe5h5',1377833565,'sessiontoken|s:32:\"eb2e8a8bc9d930663e6cea4b2d9ac6ab\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('cdvrvanhm4nk8r35trtfnd78o7',1377847157,'sessiontoken|s:32:\"c210c4fdf257a58f91f300066137d455\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('recp8jvbiac6tjlthmnk4623u0',1377848310,'sessiontoken|s:32:\"23019e62637906e5056acbc76ac357f2\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('41utgeuk3mtr2k2omfv6bsq6q0',1377855878,'sessiontoken|s:32:\"93006d14d461bc5b86f9aad6cae27c6b\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('i9ohtf2p2bmi2a5k9a8sr3je74',1377863413,'sessiontoken|s:32:\"cd34ba9b44206d1dd895c9215f60d37f\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('6reohv8r83t39pdkddneqbe585',1377866928,'sessiontoken|s:32:\"0c759d0659184f10b71420579de40e2a\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('h36ki888pun4kiq0qt6ud56co2',1377868283,'sessiontoken|s:32:\"ba2e9be1d456f83ef4c4e28cb7139f13\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('u9bh4ib59glamba9mg321tqc41',1377873091,'sessiontoken|s:32:\"ba4bfe8855e9f73574935702eb8d35af\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('1so5t4gtsujsjep9kphip1nuq5',1377873470,'sessiontoken|s:32:\"8710c1e6be71e3cf65107332ec07bbbb\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('1t42f84r1ro291oo45q86cf7f4',1377896753,'sessiontoken|s:32:\"b757526de475309f67b431c0961d1874\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('gu58t2cnjqhnoplksdv97bji33',1377902141,'sessiontoken|s:32:\"f187395d1e4660948b95db8943cac4a1\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('sk6sqaqa3ei1g6lub3i394vni1',1377905564,'sessiontoken|s:32:\"9a8996de63564cd7151c4b0fcd272382\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('gamkc3u9abjv471g6d388h8er1',1377918349,'sessiontoken|s:32:\"beda86cdfd062fb80589b6997c730aac\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('mh6p5aqilucitvbis8uhmiuhb3',1377923130,'sessiontoken|s:32:\"ea67114e05439fe2596b02608b7db988\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"conditions.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('0a1av26ii6uqedh1jajjrql626',1377923229,'sessiontoken|s:32:\"470b0832a7e5673d65c760299930e11c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:18:\"create_account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('31rdkvtq22a1gvk8rklr89m391',1377926372,'sessiontoken|s:32:\"bcf92bf1c95ed40f1fb9068f8380bd18\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('oq2c7sn8e2kg550u4q7en717q6',1377928990,'sessiontoken|s:32:\"6f7770dd629ff72caa5ed01f27b60fcb\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('n0p6hf8vcdib1hvhuebbk5kuk2',1377934568,'sessiontoken|s:32:\"efa2cb1747d40b41ab1e9bdc73ed798e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('j24ds6g6u03lki83dmli15dot6',1377934898,'sessiontoken|s:32:\"59c025b11de7e97cf42b2b592f2528c8\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"contact_us.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ub5g2nnh6dps6jgah8p6lrfe44',1377937348,'sessiontoken|s:32:\"d583dc5642ee81093d8448b22ea81329\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('c27onb04ri2rdmo5rgcm12m4b1',1377938588,'sessiontoken|s:32:\"0b108c8d4e5ddb02a24dd2bf79232aae\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"36\";s:6:\"osCsid\";s:26:\"c27onb04ri2rdmo5rgcm12m4b1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('tk9v3etbhiacivffr8kr2pa8a3',1377938636,'sessiontoken|s:32:\"164150920df1c917f721c87879eaeb0b\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('22g42acddop3sv6ph0v4gqaqb4',1377938771,'sessiontoken|s:32:\"cf166ee2330c169bc0f676f105240033\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('supe0po49cf2l0l43iahn35p57',1377942655,'sessiontoken|s:32:\"962a3a47da700eb7e91af54a479d306f\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('c8puf20of4jc2e07k9ld0q5da1',1377951512,'sessiontoken|s:32:\"e85e3f4e03549e36e1ac557cc070be38\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('fa0e7tg7tsvqb2ptntq6gh3ke7',1377952337,'sessiontoken|s:32:\"0e98f6cd11318d9cc212b1deedfcc171\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"privacy.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('neaauspteq1qdjt664tqjck3n1',1377959203,'sessiontoken|s:32:\"0dd1534dcfac4399a1d2e6f6084da367\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('poohufsl0uhb1nqj656nf50gd0',1377961257,'sessiontoken|s:32:\"f75cbea64c2ee5835cc4c9955558245c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:5:\"cPath\";s:2:\"23\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('7lgtrn8umt650sdj8f3j1fksn6',1377962791,'sessiontoken|s:32:\"57150f360a71164ebd970456c1374c86\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('4378apffdcsmskergvs1tq1676',1377966847,'sessiontoken|s:32:\"8e16bf968f0a28292013efaf5bea32a8\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('3ht1vr8pd68bsnah0q7fr32ij5',1377972786,'sessiontoken|s:32:\"f75b07a7ba859fb66f883d102d860a8b\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"3ht1vr8pd68bsnah0q7fr32ij5\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('mma277afrpvqkvorcet8mebgc2',1377973775,'sessiontoken|s:32:\"f2cceaad9f07a27488d920db182ee9df\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('vec6kl2ict3ig56hl4l16ng9k2',1377974744,'sessiontoken|s:32:\"c42bb08ab0449716139588de5030864c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('e7ptndp7sq1i5mujnq3nqq7vd7',1377977102,'sessiontoken|s:32:\"d34bcb04c4cbfef26ab274479854c6db\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('16nb2gc9im2pne735ipal94860',1377980236,'sessiontoken|s:32:\"093011daab9fa209d617f050b0e46daa\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('888kckgghh7l92uegaee97h8p7',1377980479,'sessiontoken|s:32:\"87990969da6310fe128421b81ab2d276\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"888kckgghh7l92uegaee97h8p7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('uorgfr796e2f6vj1187a3jsbc5',1377983442,'sessiontoken|s:32:\"dc9469b5d57dd3fb153a2e6654a975d7\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('3m864308ipg9fthe966p5bh1c7',1377984217,'sessiontoken|s:32:\"84999072f860d2b456ba9408de8a13ad\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('im96k1h3a74gc1d139nk0v6pl1',1378018229,'sessiontoken|s:32:\"0cf06eb53ee79835de954e9549fdb032\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('r8a552q1ulm6v8v8112th0np21',1377992489,'sessiontoken|s:32:\"36fb4db660147032b49aa88c1cef322e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"contact_us.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('q25vicfjd7kdokhbqcpnedo7c4',1377994870,'sessiontoken|s:32:\"517feb61530f9e3b58f31add7d134216\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"contact_us.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('4k4ho2lv1qs7lobprkp7dofdc1',1378000702,'sessiontoken|s:32:\"a76b3cb2e5409f28b3662f8eed18446d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:14:\"conditions.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('9a6ruek9j93ad6ooquk10jkr91',1378107412,'sessiontoken|s:32:\"ce280d0507d29c000b4863d9ff428058\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('pkmn0agulepc7co24nd3l01pa4',1378009133,'sessiontoken|s:32:\"7c78aa18045006098a4850496b814a0a\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"privacy.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('tljun971vv3p1vo5q1kn6rpbt5',1378009516,'sessiontoken|s:32:\"ac69144c8c36e2e0b9d6fb0c88bc6ef5\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:18:\"create_account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('7ncu89h7n2sttnocvi3q9ssnk2',1378010193,'sessiontoken|s:32:\"effb16775c3598604a5c75eb40e259f1\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('jnomup9emjd9bo8j3gbhognj01',1378015855,'sessiontoken|s:32:\"ab24c2a8df92a6373af71ab09c1768fb\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('9ds80j2k02uf2j6n4der7bs341',1378361399,'sessiontoken|s:32:\"7ba89df2e462d4b24d1e572e5986c587\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('d6vb05psb77l8nj2v7oebcjq62',1378016655,'sessiontoken|s:32:\"91c4decbdbcfd7cdc38fd37191ebcc6e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('k259ldkrd9l9kk8qkcab62mg16',1378017067,'sessiontoken|s:32:\"3308ae8934c805aa197e46c360c3f822\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('r2qvekku5mfhoi5nlro5u8sv21',1378017693,'sessiontoken|s:32:\"e20081300e6539c36f0c276ffb2c0574\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('msq8ss0fegvgeudaaadh6drns2',1378025647,'sessiontoken|s:32:\"e2c8011a3ba5a1a0120197359d793695\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('4b9550uaah8udnr6i6526plbu2',1378026232,'sessiontoken|s:32:\"c6baecc011a584fabe7c5a5312905864\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ljc0lr2t29feqjnmlg20lj69b5',1378026484,'sessiontoken|s:32:\"76bb0b5700835c6a3c7962a6c10f9572\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('h5j6q7c2ebuhonsvlbhap9kdg0',1378055685,'sessiontoken|s:32:\"bf5945d9465692c1bb8c1b6cd13bfbc4\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('jm36mt213c4d0p1knmoff3p9h7',1378056431,'sessiontoken|s:32:\"5f4b7ebf6247907afae04285dc9dfa20\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('f1rtmuc7pfr9sfhkrt7ir1h375',1378060723,'sessiontoken|s:32:\"c1caad2aff66e9b6ffc1cfec243a2987\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:11:\"account.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('ubmlc15k0do35bmjt6jn339il3',1378069190,'sessiontoken|s:32:\"b9bc48fc7ec1d79a47805fb2d74bdb53\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('b58keqdq7dunbplske6kslvdp1',1378071870,'sessiontoken|s:32:\"a17dd11a1725c16166bb5f58548bfb83\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('k3mtuddnenbhl3ao7a5u91nc93',1378099804,'sessiontoken|s:32:\"df775f6e85062a19de42aa73ae4a4c88\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"36\";s:6:\"osCsid\";s:26:\"k3mtuddnenbhl3ao7a5u91nc93\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:11:\"privacy.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"k3mtuddnenbhl3ao7a5u91nc93\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('q7am90d4rantq5mb52oa6dtb15',1378104771,'sessiontoken|s:32:\"ebbc5fad8606604772fff2e65b991ff3\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"osCsid\";s:26:\"q7am90d4rantq5mb52oa6dtb15\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('v2fame3rja2huonqatoglkaia3',1378181167,'sessiontoken|s:32:\"f9899116bf1902e12c19a0cdb722c98d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('4lkso170l7gqidvquh8d1chqj0',1378185822,'sessiontoken|s:32:\"ffacb6dffc38787592bd0b71c77260e4\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('3gl663s57e9v8ukm31l2u4j994',1378190072,'sessiontoken|s:32:\"d0dd4ce015b354b1ca38c2b63b20e443\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('1d4avsc890b93kobdhucajifa1',1378250644,'sessiontoken|s:32:\"1824fb77598fab37a4e2a280abbb420c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('c5lnjus1fhggajhipntg0oq4u2',1378266472,'sessiontoken|s:32:\"6914818bab2ad6f4eed44834389e372f\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"osCsid\";s:26:\"c5lnjus1fhggajhipntg0oq4u2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('5a52b0p9j4fd8i3p6ohn9ijco3',1378268388,'sessiontoken|s:32:\"c9eba18c8f60930afaa0a7e02bc86b99\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:3:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:5:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"33\";s:6:\"osCsid\";s:26:\"5a52b0p9j4fd8i3p6ohn9ijco3\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";s:6:\"osCsid\";s:26:\"5a52b0p9j4fd8i3p6ohn9ijco3\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"5a52b0p9j4fd8i3p6ohn9ijco3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";s:6:\"osCsid\";s:26:\"5a52b0p9j4fd8i3p6ohn9ijco3\";}s:4:\"post\";a:0:{}}}'),('h04h6b7tirqv5vu6ds9gk6mle1',1378268362,'sessiontoken|s:32:\"3a2d4edf775e012a8525709d822fcc9f\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:6:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}i:2;a:4:{s:4:\"page\";s:11:\"privacy.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}i:3;a:4:{s:4:\"page\";s:14:\"contact_us.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}i:4;a:4:{s:4:\"page\";s:12:\"redirect.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:6:\"action\";s:6:\"banner\";s:4:\"goto\";s:1:\"1\";s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}i:5;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:21:\"checkout_shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"h04h6b7tirqv5vu6ds9gk6mle1\";}s:4:\"post\";a:0:{}}}'),('98kk4j916bgo2ui92ckkbigea2',1378303525,'sessiontoken|s:32:\"335869d1603b196842347fe87d9c23b2\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('vki9ve66uma0hkd7b85903gau5',1378318259,'sessiontoken|s:32:\"c9b2f77ba421784b4898f12de6eff7eb\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('jpfetl2n8uk3967s27664pgaa7',1378322883,'sessiontoken|s:32:\"6ec8696ac20a3f97d41ef11835ac3d5c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('9s7qcc2jppn3lv54u63k0anol0',1378325468,'sessiontoken|s:32:\"8977f4c82eab0bcba53607c428ea276e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('8shrusfk7ge6hhb6gmnt84ss32',1378326599,'sessiontoken|s:32:\"4a1484657e74ce2438206572a8b3004d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}'),('qae1s1i6vq17tum1ngr9oi37p4',1378331192,'sessiontoken|s:32:\"6d2811aa3ba9333a2efce5914e361d31\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('vjirg54gg13kg77vd124km83j7',1378332399,'sessiontoken|s:32:\"03fccf72d7a227128f3fa66d817ca0dd\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('bch2tjqpgnn43lk6o930hag536',1378333171,'sessiontoken|s:32:\"77fe1232d792dd9bc64de056dac07692\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ne4d34l0om84mrramml1dgqh02',1378334274,'sessiontoken|s:32:\"349528efb440a82783b46d409db503d3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:5:\"cPath\";s:2:\"23\";s:4:\"page\";s:1:\"1\";s:4:\"sort\";s:2:\"2d\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('qd4n9t34ur0sq3pfjiemd1kj04',1378338145,'sessiontoken|s:32:\"6f72a9ecf23e46e256f4ce65a9a0726e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('9r85rsgjbeqqc2ck1vutji3hj5',1378348292,'sessiontoken|s:32:\"f986df6f0cb5a448fc978a6115adef2c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('sk14vckpfe0lh17vtpp0c3jpn0',1378352010,'sessiontoken|s:32:\"9b786ef0db110c49591ae1e8ede4cfbd\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:12:\"redirect.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:6:\"banner\";s:4:\"goto\";s:1:\"1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('60oqe7mflquf6ba8le5l439np5',1378358236,'sessiontoken|s:32:\"bc58a7d3f5ace68b94e04355dbf0b03d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('9a2r2s3tgvrdrkdk275b92gd65',1378364607,'sessiontoken|s:32:\"45b690db7cdd989c0a83e43b30e67381\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}'),('8tkdsoe76qst1lb3f22bqb3eu1',1378372646,'sessiontoken|s:32:\"55b38597c47ce57aa18fa208fbafbf09\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('7gvjmlm1fe4breqqgt7ko0gnh6',1378375097,'sessiontoken|s:32:\"d3b8104897687cf141c434121005afd8\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('mk6jsgs53l2onrqltal9f1p056',1378387567,'sessiontoken|s:32:\"cdccd0b1c40a93e13725fbd72b0b91c2\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('hju83f5h1rmh6k9i3dk3dmqi61',1378389175,'sessiontoken|s:32:\"d56ce39e3b326237b450a7995ddfbbc4\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('kqedjr1m332uf419hvum9va703',1378391531,'sessiontoken|s:32:\"b93b827c0a1011cb5ab26fd39643563c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('kipgmokqtscj77npb1ak7p12g0',1378392738,'sessiontoken|s:32:\"b26d6316283ddd6210b2d9ff90e5a6f3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('pahgb4oslb0dkmiofasflr9mm5',1378393542,'sessiontoken|s:32:\"5bce460972f3129206159c194b2affc9\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('3562f8nqhbt2ipdij1hh14dtn4',1378393571,'sessiontoken|s:32:\"46665904e6a0d9c20ad6dd0941c2ebd6\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:5:\"cPath\";s:2:\"23\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('8079urp9c5a8m4n1o3ajqec502',1378394304,'sessiontoken|s:32:\"15035878a70e2646f9263a905251328e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('pt671klh0jb12uv670vcqfd4j5',1378395756,'sessiontoken|s:32:\"5d25ab67ed3db9dc0d951adf2edd9cc5\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('1u54us7utv26okf12pgh2go570',1378398508,'sessiontoken|s:32:\"8ebbab593d21d8585f974dbd26dbcb31\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}'),('8lh1eek8ld7dhjt0rnlvvrrgk2',1378398962,'sessiontoken|s:32:\"9cdd9ea5c41f8f7148143b3cb67d0e94\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('8ucfqvn2hffb8at5hgst8rfm14',1378401393,'sessiontoken|s:32:\"bfe076fef38d6ace9d8410e9d33f0ce1\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('sl83ro7lu53b4cve8b1cfq9io1',1378401995,'sessiontoken|s:32:\"af1726f418340ca9671ddaeadcbbe6ec\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('gn9e354ap7ckb1720g4opidre3',1378402063,'sessiontoken|s:32:\"0ebd478c4afc8d10864d3a336191b2fd\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('aec6cabte2hq9ptc2h95p1s330',1378405233,'sessiontoken|s:32:\"91f9f940896fb0199622fcd811a4d042\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('lko1sa3cj2kcsj3v8tm966os26',1378408483,'sessiontoken|s:32:\"5fc2a44f1e2c58249dda0fe17354fd75\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}'),('gdf96vqtbsq9l8g81q3kagl1b0',1378411270,'sessiontoken|s:32:\"c45b82366fdf6f8b3b08e081995199f2\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('3fh5b1hnrq9blfbhjjnbbdo105',1378411665,'sessiontoken|s:32:\"fb0b7832f64010067011269e428242bc\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('m35f38ac8tt6i86mnasrnj2jr1',1378415005,'sessiontoken|s:32:\"31a850ff5a56675373e1830f7eb3fc14\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"32\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"32\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('tvhrl7jhp7mnp74fhlea4gtdd3',1378416619,'sessiontoken|s:32:\"155af05e4acb7eda57cf77d743c67eb1\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:12:\"shipping.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('i28rc28qv4dni44a30hl1ghba3',1378435839,'sessiontoken|s:32:\"a00a119682ea546a55a579f49499fde4\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:5:\"cPath\";s:2:\"23\";s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('8v2e0d0l07n6m51dq00fgea226',1378438158,'sessiontoken|s:32:\"937d1e0d7dcadce1ef544a068478b24a\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}'),('sb347btpkiqq79iuciq3o2fml6',1378440809,'sessiontoken|s:32:\"d081a8c34cb0d625c589c64328f10b5c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('popffv666s00sjh863dr46qht0',1378441008,'sessiontoken|s:32:\"f0567b7187275fbe9efbae1f6f12805d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"login.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('divjtl7dknv2elshudpoua6m00',1378455464,'sessiontoken|s:32:\"feccce0c638c944ecc19498a5d55f169\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('nn35s91kr7i2ad4f8o019aj6e3',1378462808,'sessiontoken|s:32:\"c6247cbd2476cface88735847df3aaf2\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('270vvibhlhnq3ealio5bdpuet0',1378465083,'sessiontoken|s:32:\"af65d18cb25b47b5bf24c34ac5fbea37\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"account_notifications.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"account_notifications.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}'),('29f9logal2rl2gjmpt68k547d5',1378467567,'sessiontoken|s:32:\"a7dadf7cd7e367ed23c1d6ee956cd302\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('2ejmk78v94tp7f2n8cttvh8562',1378469883,'sessiontoken|s:32:\"bd2d963b62d66155b2bb2eecc4e3e870\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('oogvfvj4667pas0k1s1bpmnq70',1378474392,'sessiontoken|s:32:\"a67424dfaec1e468333219ab4c71833c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('tr8gm641h5mmjv97eqk1d0mej6',1378475569,'sessiontoken|s:32:\"ffcd3e054926d97267174e17bfad6698\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('rqbsbl8b23d0v4jobcq3da5cp4',1378478590,'sessiontoken|s:32:\"5e416a0885de4ebb9b5c09984b233f67\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('vinqc4u9j3kp9q0g1chubv50f4',1378481536,'sessiontoken|s:32:\"7be2924d16c85cc7174c1f07f8c519b3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:2:\"23\";s:4:\"sort\";s:2:\"2a\";s:6:\"action\";s:7:\"buy_now\";s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('5av7jtqls6djcmqcv3l4v16fk1',1378483419,'sessiontoken|s:32:\"d69de168510de2156a453ca9b39339f0\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('u1oer16fa2malfej8onae1d0k3',1378483419,'sessiontoken|s:32:\"b8c3de92d13ef991886b58cf88b37b9c\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('r34mqclehpc7ftat5mco8b6f27',1378483420,'sessiontoken|s:32:\"abff2555d362b2d138468886708b8507\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ip805h5pk4mej2dplhgk7c0mm2',1378483422,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:14:\"categories.php\";s:3:\"get\";a:0:{}}'),('ln71msfss0elokm294po3uurs3',1378483422,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('jbjq950di2200r25a7t05cslv4',1378487797,'sessiontoken|s:32:\"6521ebb1949678c1affa42ea3704be2b\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:5:\"cPath\";s:2:\"23\";s:4:\"page\";s:1:\"1\";s:4:\"sort\";s:2:\"3a\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('pr5gecbeeevbphpcbuqe3mikm0',1378489163,'sessiontoken|s:32:\"278da7d6e53ad53f04984c36b7201b0f\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('m5j3jos4hdaqh6rc5h0beot1d1',1378494850,'sessiontoken|s:32:\"8642b81b87eb6f7c281e87de0b9cef18\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"35\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"35\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('ijmfm3b3loj8rkk1mkrt4c67p4',1378507022,'sessiontoken|s:32:\"d4b1802dcff6843f912a4c473f418190\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"action\";s:7:\"buy_now\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('uvvbncvcedqsah4fc8pnugde85',1378507595,'sessiontoken|s:32:\"c467bbac2f8b43a99cfea704e963dba3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('osv996sfj8hfni8bg6eqhl15k7',1378511305,'sessiontoken|s:32:\"bc03b29043abd107cee0253373242a81\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('smcv53argnbm0f0jh47t4nhvk3',1378513907,'sessiontoken|s:32:\"6b06ccf1d88e61c3d130a760cc60c08f\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"30\";s:6:\"action\";s:7:\"buy_now\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('ig9tm0s4f24qdon5e7lb1o3q25',1378513915,'sessiontoken|s:32:\"0221abdd0b277f707a75c49343d71e9a\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:22:\"password_forgotten.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('tfp1hcu91veflju0enhnplk8p5',1378519124,'sessiontoken|s:32:\"a653c456543c27ee3e57ce6c1edca730\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:7:\"buy_now\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('do0iqkadr0vt4smqrjbb7tqet4',1378519208,'sessiontoken|s:32:\"e9931aa79304aee1c105f054ec2a8395\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('7uu27q67ace874b9602980p8q0',1378524114,'sessiontoken|s:32:\"fee956d5214882060ccacde5dad8272d\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}'),('jnnd3t69tqo262b7rh4uaotun0',1378525680,'sessiontoken|s:32:\"6035f221e9a65ba1da93da5933707987\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('3c2b0er2pademqlr5p5l2h6dc0',1378534142,'sessiontoken|s:32:\"8de9b430a1b6f33b9065ef7e358e7c14\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('b4hgepv8594lia4q7uhkg69591',1378538058,'sessiontoken|s:32:\"593ffbcb370d1b3d88a25adf87f79467\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('7ebh51ke795avn5d258fr16np4',1378538058,'sessiontoken|s:32:\"71dccd6823c4479a4da948ea576441b5\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('qfujuj90ksb97iniunjk1v2627',1378538058,'sessiontoken|s:32:\"c46ab716595c0a116125e57465be37c1\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('elvm6q5k13np5g5meo58mfg736',1378538058,'sessiontoken|s:32:\"52b86551b4136d7abad08a2d9f130381\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('tt593vi5qimikq3eob5gu4lui2',1378538060,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:14:\"categories.php\";s:3:\"get\";a:0:{}}'),('n5vsgftks9sbheralpqbavml07',1378538060,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:14:\"categories.php\";s:3:\"get\";a:0:{}}'),('rughisfdrt3ghid9e2k4ah0ih4',1378538059,'sessiontoken|s:32:\"860da869747cf9fcaa9e99b275b04760\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('amvae47e83334tp47qhcmp8n30',1378538060,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('d4254uf5334uj478vooff5gbf1',1378538060,'sessiontoken|s:32:\"660e005f4fff9f2080b3645046d3176e\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('gekg56lrfujn5bree325e12un7',1378538061,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('994k17bkj7reih35lbagnv2a22',1378539622,'sessiontoken|s:32:\"6e7b261d0bbc203c590387915ae63a28\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"32\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"32\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('qdrm1inui2kjcno9v3qg9j1ad5',1378551252,'sessiontoken|s:32:\"0b34f62ca54c050bee9aa4a9d454a415\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"29\";}s:4:\"post\";a:0:{}}}'),('9oiiqtpn1th3sufpsc741gsos5',1378555581,'sessiontoken|s:32:\"b0a360431b7273ed606302fe02f3fa48\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('igt2cvp3v6977aa4vp57i9glq5',1378560076,'sessiontoken|s:32:\"d73c44a2d4f70507d3a58d863806f1d3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"33\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('nhj35sop0ph7rnu6ee9ef3rv64',1378563454,'sessiontoken|s:32:\"864ca0ac0daf9f17c50e5ca6c1d6c548\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"36\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"36\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('3tmakpq0i3et393lgbv06oahv7',1378564996,'sessiontoken|s:32:\"1b958f519515d419cd3de3848d5df64d\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:12:\"redirect.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:6:\"action\";s:6:\"banner\";s:4:\"goto\";s:1:\"1\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('0l595qfg6avvdqhj2bkv693h34',1378565343,'sessiontoken|s:32:\"d1005b79fedef2365cf5496475f61a63\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"33\";}s:4:\"post\";a:0:{}}}'),('9u9u98uq3bguv6llfcm4jgb5n6',1378583678,'sessiontoken|s:32:\"cb4b2108284d2d69dc1ec6c499f8dc19\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}'),('umcft09ivpet687issaqq01du6',1378591393,'sessiontoken|s:32:\"5cdf0d6d41a8441540b8f845b9b86795\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('rioplj12mt5mppf064miutp7g1',1378591452,'sessiontoken|s:32:\"49c29e6e22c253bb8b2d66bb45eb9a5a\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"30\";}s:4:\"post\";a:0:{}}}'),('ij54d5q6ll3arbdf913gmrvtu0',1378592239,'sessiontoken|s:32:\"102ad6e9dbe75c14a80cc9f53060c5e5\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"34\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"34\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('q9f0f0a7kmni8fm7p6n331pik2',1378595701,'sessiontoken|s:32:\"92ba22a2942e7836ce5cfcd4f57e0909\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"31\";s:6:\"action\";s:6:\"notify\";}s:4:\"post\";a:0:{}}}'),('g0t06tnv2t7au5lvjjuri0s053',1378600544,'sessiontoken|s:32:\"8509026a2db48479643e46c016feadd2\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"32\";}s:4:\"post\";a:0:{}}}'),('5ac57vgdeec645e5rqkbf8g2q6',1378606231,'sessiontoken|s:32:\"138a6c916c5871ad2c997acda3ca0284\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('kobqobqfnvrftut5it5fa999l2',1378611046,'sessiontoken|s:32:\"09a822b2ab62a22b4af9b0e5e2eefd55\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"35\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('rd1boih7p6qepbmalqf17da0r6',1378614560,'sessiontoken|s:32:\"f6c404de9c6a16d8f23e1670f39b5a08\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"31\";}s:4:\"post\";a:0:{}}}'),('b2fnv75e4eenb5tt3ue6auohn5',1378616818,'sessiontoken|s:32:\"2a968878464197b1f106f98b4cbc95fd\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:17:\"tell_a_friend.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"34\";}s:4:\"post\";a:0:{}}}'),('cjjnl1h9jprjauf4l0bdrootp2',1378620448,'sessiontoken|s:32:\"f92ed4bcd5678f2861f6c86cddd4a631\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:19:\"product_reviews.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:2:\"29\";s:6:\"action\";s:7:\"buy_now\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('d8iqgaqth9mbor1meakf3b7430',1378627826,'sessiontoken|s:32:\"f94aa833e0bfd0c7b18f6d0dfca2c1ca\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('pldfoidkvb5ft7cj317svhuo66',1378627826,'sessiontoken|s:32:\"1f3c2b65eb1c529004bfabe7a6481c14\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('fveuhlrbcq79covmlcglukvc10',1378627828,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('9c5fa674l7o605gj3ubvjsl3u2',1378629068,'sessiontoken|s:32:\"ee0b9f8359f94f7dfa2e3504cd4e8ee3\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('78dpr1skj7hhchprt4v896crk3',1378629069,'sessiontoken|s:32:\"2a1d0469206de8ff3d1d4f3ed89610de\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('in64pb193ce83tlum2v12sklb1',1378629070,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('lmisudnr6a42abg3osaq09oc74',1378630188,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:14:\"categories.php\";s:3:\"get\";a:0:{}}'),('83modg4ql2s87rvkhedsnohdd1',1378630190,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('8b3707sjog4n4j38oksmf63lu0',1378630599,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:14:\"categories.php\";s:3:\"get\";a:0:{}}'),('v7h4artm6ie65lms9i4coiuvb7',1378630600,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"banner_manager.php\";s:3:\"get\";a:0:{}}'),('uc3thm5j3540k1kpnqsgaskle4',1378656271,'language|s:7:\"english\";languages_id|s:1:\"1\";redirect_origin|a:2:{s:4:\"page\";s:18:\"administrators.php\";s:3:\"get\";a:0:{}}'),('eh777nvh51j2e9cb8a4tqtgj26',1378695846,'sessiontoken|s:32:\"6cac175702f725f80d360133f7e83260\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}'),('fpo33aj7s9bobesk1vt3i5a7a1',1378700117,'sessiontoken|s:32:\"102d0aab2723f3154c32a4584f27db45\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:25:\"product_reviews_write.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:2:\"36\";}s:4:\"post\";a:0:{}}}'); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `referral_percent` varchar(255) collate latin1_general_ci NOT NULL, `user_percent` varchar(255) collate latin1_general_ci NOT NULL, `site_url` varchar(255) collate latin1_general_ci NOT NULL, `upload_path` varchar(255) collate latin1_general_ci NOT NULL, `site_title` varchar(255) collate latin1_general_ci NOT NULL, `site_email` varchar(255) collate latin1_general_ci NOT NULL, `meta_keywords` varchar(255) collate latin1_general_ci NOT NULL, `meta_description` varchar(500) collate latin1_general_ci NOT NULL, `payment_threshold` varchar(255) collate latin1_general_ci NOT NULL, `site_logo` varchar(255) collate latin1_general_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES ('0.3','0.8','http://www.convictcartel.com/upload/','//WDP/DFS/30/2/3/3/3015813332/user/sites/3447532.site/www/paid/uploads/','Click Cash','convictcartel@yahoo.com','get, paid, money, earn, cash, fast, deal, new, convict, cartel, upload, link, click, bid, go','Get paid for link clicks!','10','../gfx/logo.png'); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shipments_master_table` -- DROP TABLE IF EXISTS `shipments_master_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shipments_master_table` ( `shipment_id` int(11) NOT NULL auto_increment, `shipment_name` varchar(200) NOT NULL, `status` int(11) NOT NULL, PRIMARY KEY (`shipment_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shipments_master_table` -- LOCK TABLES `shipments_master_table` WRITE; /*!40000 ALTER TABLE `shipments_master_table` DISABLE KEYS */; INSERT INTO `shipments_master_table` VALUES (1,'DHL',1),(2,'Fedex',1),(3,'United Parcel Service',1),(4,'US Postal Service',1),(5,'Canada Post',1),(6,'Australia Post ',1),(7,'Intershipper',1),(8,'City Link',1); /*!40000 ALTER TABLE `shipments_master_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shopping_cart_products_table` -- DROP TABLE IF EXISTS `shopping_cart_products_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shopping_cart_products_table` ( `cart_id` int(25) NOT NULL, `product_id` varchar(100) NOT NULL, `product_qty` int(10) NOT NULL, `date_added` date NOT NULL, `product_unit_price` double NOT NULL, `shipping_cost` double NOT NULL, `original_price` double NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shopping_cart_products_table` -- LOCK TABLES `shopping_cart_products_table` WRITE; /*!40000 ALTER TABLE `shopping_cart_products_table` DISABLE KEYS */; /*!40000 ALTER TABLE `shopping_cart_products_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shopping_cart_table` -- DROP TABLE IF EXISTS `shopping_cart_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shopping_cart_table` ( `cart_id` int(25) NOT NULL auto_increment, `user_id` int(25) NOT NULL, `cart_date` datetime NOT NULL, PRIMARY KEY (`cart_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `shopping_cart_table` -- LOCK TABLES `shopping_cart_table` WRITE; /*!40000 ALTER TABLE `shopping_cart_table` DISABLE KEYS */; /*!40000 ALTER TABLE `shopping_cart_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_docs` -- DROP TABLE IF EXISTS `site_docs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site_docs` ( `id` int(4) NOT NULL auto_increment, `page_name` varchar(100) default NULL, `page_content` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site_docs` -- LOCK TABLES `site_docs` WRITE; /*!40000 ALTER TABLE `site_docs` DISABLE KEYS */; /*!40000 ALTER TABLE `site_docs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_earnings` -- DROP TABLE IF EXISTS `site_earnings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site_earnings` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `amount` varchar(255) collate latin1_general_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site_earnings` -- LOCK TABLES `site_earnings` WRITE; /*!40000 ALTER TABLE `site_earnings` DISABLE KEYS */; /*!40000 ALTER TABLE `site_earnings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_hit_counter_table` -- DROP TABLE IF EXISTS `site_hit_counter_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site_hit_counter_table` ( `ID` double NOT NULL auto_increment, `ip_address` varchar(20) NOT NULL, `visited_on` datetime NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site_hit_counter_table` -- LOCK TABLES `site_hit_counter_table` WRITE; /*!40000 ALTER TABLE `site_hit_counter_table` DISABLE KEYS */; INSERT INTO `site_hit_counter_table` VALUES (1,'108.215.62.48','2013-09-09 20:11:31'),(2,'108.215.62.48','2013-09-10 00:08:28'); /*!40000 ALTER TABLE `site_hit_counter_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_logs` -- DROP TABLE IF EXISTS `site_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site_logs` ( `id` int(11) NOT NULL auto_increment, `action` varchar(100) NOT NULL, `action_text` text NOT NULL, `action_date` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site_logs` -- LOCK TABLES `site_logs` WRITE; /*!40000 ALTER TABLE `site_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `site_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `site_settings` -- DROP TABLE IF EXISTS `site_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `site_settings` ( `site_name` varchar(100) NOT NULL default '', `site_url` varchar(100) default NULL, `base_path` varchar(100) default NULL, `upload_path` varchar(100) default NULL, `template` varchar(100) default NULL, `admin_email` varchar(100) default NULL, `paypal_email` varchar(100) default NULL, `paypal_test` enum('false','true') default NULL, `currency_code` varchar(10) default NULL, `currency_symbol` varchar(10) default NULL, `deldays` int(4) default NULL, `wait_for_link` int(4) default NULL, `download_speed` varchar(10) default NULL, `premium_down_speed` varchar(10) default NULL, `max_upload_reg` bigint(11) default NULL, `max_upload_prem` bigint(11) default NULL, `free_down_limit` int(4) default NULL, `adsense_pub_id` varchar(100) default NULL, `max_space_reg` bigint(11) default NULL, `max_space_prem` bigint(11) default NULL, PRIMARY KEY (`site_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `site_settings` -- LOCK TABLES `site_settings` WRITE; /*!40000 ALTER TABLE `site_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `site_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sites` -- DROP TABLE IF EXISTS `sites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sites` ( `id` int(11) NOT NULL auto_increment, `user` text collate utf8_unicode_ci NOT NULL, `site` text collate utf8_unicode_ci NOT NULL, `title` varchar(64) collate utf8_unicode_ci NOT NULL, `visits` int(255) NOT NULL default '0', `banned` int(11) NOT NULL default '0', `points` int(255) NOT NULL default '0', `cpc` int(11) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sites` -- LOCK TABLES `sites` WRITE; /*!40000 ALTER TABLE `sites` DISABLE KEYS */; /*!40000 ALTER TABLE `sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sitetracking` -- DROP TABLE IF EXISTS `sitetracking`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sitetracking` ( `id` int(10) NOT NULL auto_increment, `sitename` varchar(200) NOT NULL, `siteurl` varchar(255) NOT NULL, `datetime` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sitetracking` -- LOCK TABLES `sitetracking` WRITE; /*!40000 ALTER TABLE `sitetracking` DISABLE KEYS */; /*!40000 ALTER TABLE `sitetracking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `skins_table` -- DROP TABLE IF EXISTS `skins_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `skins_table` ( `skin_id` int(20) NOT NULL auto_increment, `skin_name` varchar(50) NOT NULL, `skin_status` int(4) NOT NULL, PRIMARY KEY (`skin_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `skins_table` -- LOCK TABLES `skins_table` WRITE; /*!40000 ALTER TABLE `skins_table` DISABLE KEYS */; INSERT INTO `skins_table` VALUES (1,'default',1),(2,'blue',0),(3,'black',0),(4,'cyan',0); /*!40000 ALTER TABLE `skins_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `specials` -- DROP TABLE IF EXISTS `specials`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `specials` ( `specials_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL, `specials_new_products_price` decimal(15,4) NOT NULL, `specials_date_added` datetime default NULL, `specials_last_modified` datetime default NULL, `expires_date` datetime default NULL, `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', PRIMARY KEY (`specials_id`), KEY `idx_specials_products_id` (`products_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `specials` -- LOCK TABLES `specials` WRITE; /*!40000 ALTER TABLE `specials` DISABLE KEYS */; /*!40000 ALTER TABLE `specials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storecatmap` -- DROP TABLE IF EXISTS `storecatmap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storecatmap` ( `id` int(10) NOT NULL auto_increment, `storeid` int(10) NOT NULL, `catid` int(10) NOT NULL, `status` int(5) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storecatmap` -- LOCK TABLES `storecatmap` WRITE; /*!40000 ALTER TABLE `storecatmap` DISABLE KEYS */; /*!40000 ALTER TABLE `storecatmap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storename` -- DROP TABLE IF EXISTS `storename`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `storename` ( `storeid` int(10) NOT NULL auto_increment, `storename` varchar(255) NOT NULL, `hturl` varchar(200) default NULL, `storeimg` varchar(255) NOT NULL, `status` int(5) default NULL, `date` date default NULL, `discription` text, `storeurl` varchar(255) default NULL, `mail` int(5) default NULL, `popstore` int(5) default NULL, `paytype` varchar(50) default NULL, `title` varchar(255) default NULL, `metadiscription` text, `metakeyword` text, `hotstore` int(5) NOT NULL default '0', `top20` int(5) default '0', `storetype` int(10) default NULL, `contactname` varchar(255) default NULL, `contemail` varchar(255) default NULL, `contnumber` varchar(50) default NULL, `popular_store` int(10) NOT NULL default '0', `topcoupimage` varchar(255) default NULL, `checkcat` varchar(255) NOT NULL, PRIMARY KEY (`storeid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `storename` -- LOCK TABLES `storename` WRITE; /*!40000 ALTER TABLE `storename` DISABLE KEYS */; /*!40000 ALTER TABLE `storename` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stumble` -- DROP TABLE IF EXISTS `stumble`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stumble` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` text collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `active` (`active`), KEY `cpc` (`cpc`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stumble` -- LOCK TABLES `stumble` WRITE; /*!40000 ALTER TABLE `stumble` DISABLE KEYS */; /*!40000 ALTER TABLE `stumble` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stumbled` -- DROP TABLE IF EXISTS `stumbled`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stumbled` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stumbled` -- LOCK TABLES `stumbled` WRITE; /*!40000 ALTER TABLE `stumbled` DISABLE KEYS */; /*!40000 ALTER TABLE `stumbled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subadmin_roles_table` -- DROP TABLE IF EXISTS `subadmin_roles_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subadmin_roles_table` ( `subadmin_role_id` int(20) NOT NULL auto_increment, `subadmin_id` int(20) NOT NULL, `subadmin_page_id` int(20) NOT NULL, `subadmin_rights` int(1) NOT NULL, PRIMARY KEY (`subadmin_role_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subadmin_roles_table` -- LOCK TABLES `subadmin_roles_table` WRITE; /*!40000 ALTER TABLE `subadmin_roles_table` DISABLE KEYS */; /*!40000 ALTER TABLE `subadmin_roles_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subadmin_table` -- DROP TABLE IF EXISTS `subadmin_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subadmin_table` ( `subadmin_id` int(20) NOT NULL auto_increment, `subadmin_name` varchar(200) NOT NULL, `subadmin_password` varchar(200) NOT NULL, `subadmin_email_id` varchar(200) NOT NULL, `subadmin_status` int(1) NOT NULL, PRIMARY KEY (`subadmin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subadmin_table` -- LOCK TABLES `subadmin_table` WRITE; /*!40000 ALTER TABLE `subadmin_table` DISABLE KEYS */; /*!40000 ALTER TABLE `subadmin_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subcoupstore` -- DROP TABLE IF EXISTS `subcoupstore`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `subcoupstore` ( `id` int(10) NOT NULL auto_increment, `code` varchar(100) default NULL, `cstoreid` int(10) NOT NULL, `substatus` int(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `subcoupstore` -- LOCK TABLES `subcoupstore` WRITE; /*!40000 ALTER TABLE `subcoupstore` DISABLE KEYS */; /*!40000 ALTER TABLE `subcoupstore` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `surf` -- DROP TABLE IF EXISTS `surf`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `surf` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(2) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `confirm` int(11) NOT NULL default '0', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `surf` -- LOCK TABLES `surf` WRITE; /*!40000 ALTER TABLE `surf` DISABLE KEYS */; /*!40000 ALTER TABLE `surf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `surfed` -- DROP TABLE IF EXISTS `surfed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `surfed` ( `user` varchar(255) NOT NULL, `site` varchar(255) NOT NULL, KEY `site` (`site`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `surfed` -- LOCK TABLES `surfed` WRITE; /*!40000 ALTER TABLE `surfed` DISABLE KEYS */; /*!40000 ALTER TABLE `surfed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `system` -- DROP TABLE IF EXISTS `system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `system` ( `filename` varchar(255) NOT NULL default '' COMMENT 'The path of the primary file for this item, relative to the Drupal root; e.g. modules/node/node.module.', `name` varchar(255) NOT NULL default '' COMMENT 'The name of the item; e.g. node.', `type` varchar(12) NOT NULL default '' COMMENT 'The type of the item, either module, theme, or theme_engine.', `owner` varchar(255) NOT NULL default '' COMMENT 'A theme’s ’parent’ . Can be either a theme or an engine.', `status` int(11) NOT NULL default '0' COMMENT 'Boolean indicating whether or not this item is enabled.', `bootstrap` int(11) NOT NULL default '0' COMMENT 'Boolean indicating whether this module is loaded during Drupal’s early bootstrapping phase (e.g. even before the page cache is consulted).', `schema_version` smallint(6) NOT NULL default '-1' COMMENT 'The module’s database schema version number. -1 if the module is not installed (its tables do not exist); 0 or the largest N of the module’s hook_update_N() function that has either been run or existed when the module was first installed.', `weight` int(11) NOT NULL default '0' COMMENT 'The order in which this module’s hooks should be invoked relative to other modules. Equal-weighted modules are ordered by name.', `info` blob COMMENT 'A serialized array containing information from the module’s .info file; keys can include name, description, package, version, core, dependencies, and php.', PRIMARY KEY (`filename`), KEY `system_list` (`status`,`bootstrap`,`type`,`weight`,`name`), KEY `type_name` (`type`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='A list of all modules, themes, and theme engines that are...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `system` -- LOCK TABLES `system` WRITE; /*!40000 ALTER TABLE `system` DISABLE KEYS */; INSERT INTO `system` VALUES ('themes/bartik/bartik.info','bartik','theme','themes/engines/phptemplate/phptemplate.engine',1,0,-1,0,'a:15:{s:4:\"name\";s:6:\"Bartik\";s:11:\"description\";s:48:\"A flexible, recolorable theme with many regions.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:3:{s:14:\"css/layout.css\";s:28:\"themes/bartik/css/layout.css\";s:13:\"css/style.css\";s:27:\"themes/bartik/css/style.css\";s:14:\"css/colors.css\";s:28:\"themes/bartik/css/colors.css\";}s:5:\"print\";a:1:{s:13:\"css/print.css\";s:27:\"themes/bartik/css/print.css\";}}s:7:\"regions\";a:17:{s:6:\"header\";s:6:\"Header\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:8:\"featured\";s:8:\"Featured\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:14:\"triptych_first\";s:14:\"Triptych first\";s:15:\"triptych_middle\";s:15:\"Triptych middle\";s:13:\"triptych_last\";s:13:\"Triptych last\";s:18:\"footer_firstcolumn\";s:19:\"Footer first column\";s:19:\"footer_secondcolumn\";s:20:\"Footer second column\";s:18:\"footer_thirdcolumn\";s:19:\"Footer third column\";s:19:\"footer_fourthcolumn\";s:20:\"Footer fourth column\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"settings\";a:1:{s:20:\"shortcut_module_link\";s:1:\"0\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:28:\"themes/bartik/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}}'),('themes/garland/garland.info','garland','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:15:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:111:\"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:8:\"settings\";a:1:{s:13:\"garland_width\";s:5:\"fluid\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}}'),('profiles/openatrium/themes/oa_radix/oa_radix.info','oa_radix','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:15:{s:4:\"name\";s:17:\"Open Atrium Radix\";s:11:\"description\";s:35:\"An Open Atrium theme based on Radix\";s:10:\"screenshot\";s:50:\"profiles/openatrium/themes/oa_radix/screenshot.png\";s:4:\"core\";s:3:\"7.x\";s:10:\"base theme\";s:5:\"radix\";s:7:\"regions\";a:6:{s:4:\"help\";s:4:\"Help\";s:10:\"navigation\";s:10:\"Navigation\";s:4:\"menu\";s:4:\"Menu\";s:7:\"content\";s:7:\"Content\";s:6:\"footer\";s:6:\"Footer\";s:11:\"primarytabs\";s:12:\"Primary tabs\";}s:11:\"stylesheets\";a:2:{s:3:\"all\";a:2:{s:29:\"assets/stylesheets/screen.css\";s:65:\"profiles/openatrium/themes/oa_radix/assets/stylesheets/screen.css\";s:39:\"assets/stylesheets/font-awesome.min.css\";s:75:\"profiles/openatrium/themes/oa_radix/assets/stylesheets/font-awesome.min.css\";}s:5:\"print\";a:1:{s:28:\"assets/stylesheets/print.css\";s:64:\"profiles/openatrium/themes/oa_radix/assets/stylesheets/print.css\";}}s:23:\"stylesheets-conditional\";a:2:{s:4:\"IE 7\";a:1:{s:3:\"all\";a:1:{i:0;s:26:\"assets/stylesheets/ie7.css\";}}s:4:\"IE 8\";a:1:{s:3:\"all\";a:1:{i:0;s:26:\"assets/stylesheets/ie8.css\";}}}s:7:\"scripts\";a:1:{s:28:\"assets/javascripts/script.js\";s:64:\"profiles/openatrium/themes/oa_radix/assets/javascripts/script.js\";}s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:8:\"oa_radix\";s:9:\"datestamp\";s:10:\"1374350769\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:3:\"php\";s:5:\"5.2.4\";}'),('profiles/openatrium/themes/radix/radix.info','radix','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:14:{s:4:\"name\";s:5:\"Radix\";s:11:\"description\";s:38:\"A Drupal theme with Bootstrap and SASS\";s:10:\"screenshot\";s:47:\"profiles/openatrium/themes/radix/screenshot.png\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:34:\"assets/stylesheets/radix-style.css\";s:67:\"profiles/openatrium/themes/radix/assets/stylesheets/radix-style.css\";}s:5:\"print\";a:1:{s:34:\"assets/stylesheets/radix-print.css\";s:67:\"profiles/openatrium/themes/radix/assets/stylesheets/radix-print.css\";}}s:23:\"stylesheets-conditional\";a:2:{s:4:\"IE 7\";a:1:{s:3:\"all\";a:1:{i:0;s:32:\"assets/stylesheets/radix-ie7.css\";}}s:4:\"IE 8\";a:1:{s:3:\"all\";a:1:{i:0;s:32:\"assets/stylesheets/radix-ie8.css\";}}}s:7:\"scripts\";a:2:{s:41:\"assets/javascripts/modernizr-2.6.1.min.js\";s:74:\"profiles/openatrium/themes/radix/assets/javascripts/modernizr-2.6.1.min.js\";s:34:\"assets/javascripts/radix-script.js\";s:67:\"profiles/openatrium/themes/radix/assets/javascripts/radix-script.js\";}s:7:\"regions\";a:2:{s:7:\"content\";s:7:\"Content\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:5:{i:0;s:4:\"logo\";i:1;s:4:\"name\";i:2;s:7:\"favicon\";i:3;s:9:\"main_menu\";i:4;s:14:\"secondary_menu\";}s:7:\"version\";s:20:\"7.x-2.0-alpha3+8-dev\";s:7:\"project\";s:5:\"radix\";s:9:\"datestamp\";s:10:\"1374603375\";s:6:\"engine\";s:11:\"phptemplate\";s:3:\"php\";s:5:\"5.2.4\";}'),('profiles/openatrium/themes/radix/radix_starter/radix_starter.info','radix_starter','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:16:{s:4:\"name\";s:13:\"Radix Starter\";s:11:\"description\";s:30:\"A starter theme based on Radix\";s:10:\"screenshot\";s:61:\"profiles/openatrium/themes/radix/radix_starter/screenshot.png\";s:4:\"core\";s:3:\"7.x\";s:10:\"base theme\";s:5:\"radix\";s:6:\"hidden\";s:4:\"true\";s:7:\"regions\";a:2:{s:7:\"content\";s:7:\"Content\";s:6:\"footer\";s:6:\"Footer\";}s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:29:\"assets/stylesheets/screen.css\";s:76:\"profiles/openatrium/themes/radix/radix_starter/assets/stylesheets/screen.css\";}s:5:\"print\";a:1:{s:28:\"assets/stylesheets/print.css\";s:75:\"profiles/openatrium/themes/radix/radix_starter/assets/stylesheets/print.css\";}}s:23:\"stylesheets-conditional\";a:2:{s:4:\"IE 7\";a:1:{s:3:\"all\";a:1:{i:0;s:26:\"assets/stylesheets/ie7.css\";}}s:4:\"IE 8\";a:1:{s:3:\"all\";a:1:{i:0;s:26:\"assets/stylesheets/ie8.css\";}}}s:7:\"scripts\";a:1:{s:28:\"assets/javascripts/script.js\";s:75:\"profiles/openatrium/themes/radix/radix_starter/assets/javascripts/script.js\";}s:7:\"version\";s:20:\"7.x-2.0-alpha3+8-dev\";s:7:\"project\";s:5:\"radix\";s:9:\"datestamp\";s:10:\"1374603375\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:3:\"php\";s:5:\"5.2.4\";}'),('profiles/openatrium/themes/responsive_bartik/responsive_bartik.info','responsive_bartik','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:14:{s:4:\"name\";s:17:\"Responsive Bartik\";s:11:\"description\";s:86:\"A flexible, recolorable theme with many regions and a responsive, mobile-first layout.\";s:7:\"version\";s:19:\"7.x-1.0-beta1+3-dev\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:3:{s:14:\"css/layout.css\";s:59:\"profiles/openatrium/themes/responsive_bartik/css/layout.css\";s:13:\"css/style.css\";s:58:\"profiles/openatrium/themes/responsive_bartik/css/style.css\";s:14:\"css/colors.css\";s:59:\"profiles/openatrium/themes/responsive_bartik/css/colors.css\";}s:5:\"print\";a:1:{s:13:\"css/print.css\";s:58:\"profiles/openatrium/themes/responsive_bartik/css/print.css\";}}s:7:\"scripts\";a:1:{s:22:\"js/collapsible-menu.js\";s:67:\"profiles/openatrium/themes/responsive_bartik/js/collapsible-menu.js\";}s:7:\"regions\";a:17:{s:6:\"header\";s:6:\"Header\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:8:\"featured\";s:8:\"Featured\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:14:\"triptych_first\";s:14:\"Triptych first\";s:15:\"triptych_middle\";s:15:\"Triptych middle\";s:13:\"triptych_last\";s:13:\"Triptych last\";s:18:\"footer_firstcolumn\";s:19:\"Footer first column\";s:19:\"footer_secondcolumn\";s:20:\"Footer second column\";s:18:\"footer_thirdcolumn\";s:19:\"Footer third column\";s:19:\"footer_fourthcolumn\";s:20:\"Footer fourth column\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"settings\";a:1:{s:20:\"shortcut_module_link\";s:1:\"0\";}s:7:\"project\";s:17:\"responsive_bartik\";s:9:\"datestamp\";s:10:\"1374603373\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:59:\"profiles/openatrium/themes/responsive_bartik/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";}'),('themes/seven/seven.info','seven','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:16:{s:4:\"name\";s:5:\"Seven\";s:11:\"description\";s:65:\"A simple one-column, tableless, fluid width administration theme.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:6:\"screen\";a:2:{s:9:\"reset.css\";s:22:\"themes/seven/reset.css\";s:9:\"style.css\";s:22:\"themes/seven/style.css\";}}s:8:\"settings\";a:1:{s:20:\"shortcut_module_link\";s:1:\"1\";}s:7:\"regions\";a:5:{s:7:\"content\";s:7:\"Content\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";}s:14:\"regions_hidden\";a:1:{i:0;s:13:\"sidebar_first\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:6:\"engine\";s:11:\"phptemplate\";s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/seven/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}}'),('themes/stark/stark.info','stark','theme','themes/engines/phptemplate/phptemplate.engine',0,0,-1,0,'a:14:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal\'s default HTML markup and CSS styles. To learn how to build your own theme and override Drupal\'s default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}}'),('modules/system/system.module','system','module','',1,0,7078,0,'a:13:{s:4:\"name\";s:6:\"System\";s:11:\"description\";s:54:\"Handles general site configuration for administrators.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:6:{i:0;s:19:\"system.archiver.inc\";i:1;s:15:\"system.mail.inc\";i:2;s:16:\"system.queue.inc\";i:3;s:14:\"system.tar.inc\";i:4;s:18:\"system.updater.inc\";i:5;s:11:\"system.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:19:\"admin/config/system\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/update/tests/aaa_update_test.module','aaa_update_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"AAA Update test\";s:11:\"description\";s:41:\"Support module for update module testing.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/actions_loop_test.module','actions_loop_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Actions loop test\";s:11:\"description\";s:39:\"Support module for action loop testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views_bulk_operations/actions_permissions.module','actions_permissions','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:25:\"Actions permissions (VBO)\";s:11:\"description\";s:84:\"Provides permission-based access control for actions. Used by Views Bulk Operations.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-3.1\";s:7:\"project\";s:21:\"views_bulk_operations\";s:9:\"datestamp\";s:10:\"1354500015\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin/admin.module','admin','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:5:\"Admin\";s:11:\"description\";s:42:\"UI helpers for Drupal admins and managers.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:8:{i:0;s:15:\"admin.admin.inc\";i:1;s:13:\"admin.install\";i:2;s:12:\"admin.module\";i:3;s:24:\"includes/admin.devel.inc\";i:4;s:24:\"includes/admin.theme.inc\";i:5;s:25:\"theme/admin-panes.tpl.php\";i:6;s:27:\"theme/admin-toolbar.tpl.php\";i:7;s:15:\"theme/theme.inc\";}s:7:\"version\";s:13:\"7.x-2.0-beta3\";s:7:\"project\";s:5:\"admin\";s:9:\"datestamp\";s:10:\"1292541646\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin_menu/admin_devel/admin_devel.module','admin_devel','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:32:\"Administration Development tools\";s:11:\"description\";s:76:\"Administration and debugging functionality for developers and site builders.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:7:\"scripts\";a:1:{s:14:\"admin_devel.js\";s:73:\"profiles/openatrium/modules/contrib/admin_menu/admin_devel/admin_devel.js\";}s:7:\"version\";s:11:\"7.x-3.0-rc3\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1337292349\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin_menu/admin_menu.module','admin_menu','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Administration menu\";s:11:\"description\";s:123:\"Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:38:\"admin/config/administration/admin_menu\";s:12:\"dependencies\";a:1:{i:0;s:14:\"system (>7.10)\";}s:5:\"files\";a:1:{i:0;s:21:\"tests/admin_menu.test\";}s:7:\"version\";s:11:\"7.x-3.0-rc3\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1337292349\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin_menu/admin_menu_toolbar/admin_menu_toolbar.module','admin_menu_toolbar','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:33:\"Administration menu Toolbar style\";s:11:\"description\";s:17:\"A better Toolbar.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:10:\"admin_menu\";}s:7:\"version\";s:11:\"7.x-3.0-rc3\";s:7:\"project\";s:10:\"admin_menu\";s:9:\"datestamp\";s:10:\"1337292349\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin_views/admin_views.module','admin_views','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:20:\"Administration views\";s:11:\"description\";s:75:\"Replaces all system object management pages in Drupal core with real views.\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"views\";i:1;s:21:\"views_bulk_operations\";}s:5:\"files\";a:3:{i:0;s:39:\"plugins/views_plugin_display_system.inc\";i:1;s:36:\"plugins/views_plugin_access_menu.inc\";i:2;s:22:\"tests/admin_views.test\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:11:\"admin_views\";s:9:\"datestamp\";s:10:\"1355764856\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/admin_views/tests/admin_views_test/admin_views_test.module','admin_views_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:25:\"Administration views test\";s:11:\"description\";s:32:\"Administration views test module\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:14:\"administration\";s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:11:\"admin_views\";s:9:\"datestamp\";s:10:\"1355764856\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/aggregator/aggregator.module','aggregator','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:10:\"Aggregator\";s:11:\"description\";s:57:\"Aggregates syndicated content (RSS, RDF, and Atom feeds).\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"aggregator.test\";}s:9:\"configure\";s:41:\"admin/config/services/aggregator/settings\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:14:\"aggregator.css\";s:33:\"modules/aggregator/aggregator.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/aggregator/tests/aggregator_test.module','aggregator_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:23:\"Aggregator module tests\";s:11:\"description\";s:46:\"Support module for aggregator related testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/ajax_forms_test.module','ajax_forms_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:26:\"AJAX form test mock module\";s:11:\"description\";s:25:\"Test for AJAX form calls.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/ajax_test.module','ajax_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"AJAX Test\";s:11:\"description\";s:40:\"Support module for AJAX framework tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/apps/apps.module','apps','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Apps\";s:11:\"description\";s:60:\"Provides Interface for Install Apps from A drupal app server\";s:7:\"package\";s:23:\"Distribution Management\";s:7:\"version\";s:13:\"7.x-1.0-beta7\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"update\";}s:5:\"files\";a:4:{i:0;s:11:\"apps.module\";i:1;s:16:\"apps.updater.inc\";i:2;s:18:\"apps.installer.inc\";i:3;s:9:\"apps.test\";}s:7:\"project\";s:4:\"apps\";s:9:\"datestamp\";s:10:\"1345171003\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/backports/backports.module','backports','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"Backports\";s:11:\"description\";s:37:\"UI and other backports from Drupal 8.\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:14:\"7.x-1.0-alpha1\";s:7:\"project\";s:9:\"backports\";s:9:\"datestamp\";s:10:\"1315886201\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/coder/coder_sniffer/Test/bad.module','bad','module','',0,0,-1,0,'a:11:{s:5:\"files\";a:2:{i:0;s:25:\"includes/non-existing.php\";i:1;s:11:\"bad.tpl.php\";}s:6:\"hidden\";b:1;s:7:\"version\";s:20:\"7.x-2.0-beta2+23-dev\";s:4:\"core\";s:3:\"7.x\";s:7:\"project\";s:5:\"coder\";s:9:\"datestamp\";s:10:\"1374603373\";s:12:\"dependencies\";a:0:{}s:11:\"description\";s:0:\"\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/batch_test.module','batch_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Batch API test\";s:11:\"description\";s:35:\"Support module for Batch API tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/update/tests/bbb_update_test.module','bbb_update_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"BBB Update test\";s:11:\"description\";s:41:\"Support module for update module testing.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/block/block.module','block','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:140:\"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"block.test\";}s:9:\"configure\";s:21:\"admin/structure/block\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/block/tests/block_test.module','block_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Block test\";s:11:\"description\";s:21:\"Provides test blocks.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/blog/blog.module','blog','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:25:\"Enables multi-user blogs.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"blog.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/book/book.module','book','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:4:\"Book\";s:11:\"description\";s:66:\"Allows users to create and organize related content in an outline.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"book.test\";}s:9:\"configure\";s:27:\"admin/content/book/settings\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"book.css\";s:21:\"modules/book/book.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/bootstrap_pane_styles/bootstrap_pane_styles.module','bootstrap_pane_styles','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:27:\"Bootstrap Panel Pane Styles\";s:11:\"description\";s:148:\"Styles panel panes as bootstrap components. Most have twitter bootstrap to work (such as via twitter bootstrap ui module or a bootstrap based theme)\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Panels\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/bulk_export/bulk_export.module','bulk_export','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Bulk Export\";s:11:\"description\";s:67:\"Performs bulk exporting of data objects known about by Chaos tools.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"package\";s:16:\"Chaos tool suite\";s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/caption_filter/caption_filter.module','caption_filter','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Caption Filter\";s:11:\"description\";s:57:\"Filter to parse [caption] tags and allow image alignment.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:13:\"Input filters\";s:7:\"version\";s:7:\"7.x-1.2\";s:7:\"project\";s:14:\"caption_filter\";s:9:\"datestamp\";s:10:\"1321824637\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/update/tests/ccc_update_test.module','ccc_update_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"CCC Update test\";s:11:\"description\";s:41:\"Support module for update module testing.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/chosen/chosen.module','chosen','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:6:\"Chosen\";s:11:\"description\";s:104:\"Makes select elements more user-friendly using <a href=\"http://harvesthq.github.com/chosen/\">Chosen</a>.\";s:9:\"configure\";s:34:\"admin/config/user-interface/chosen\";s:12:\"dependencies\";a:1:{i:0;s:15:\"libraries (2.x)\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:14:\"7.x-2.0-alpha1\";s:7:\"project\";s:6:\"chosen\";s:9:\"datestamp\";s:10:\"1358504112\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/coder/coder.module','coder','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:5:\"Coder\";s:11:\"description\";s:66:\"Developer Module that assists with code review and version upgrade\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:12:\"coder.module\";}s:7:\"version\";s:20:\"7.x-2.0-beta2+23-dev\";s:7:\"project\";s:5:\"coder\";s:9:\"datestamp\";s:10:\"1374603373\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/coder/coder_review/coder_review.module','coder_review','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Coder Review\";s:11:\"description\";s:119:\"\"Developer module\" which reviews your code identifying coding style problems and where updates to the API are required.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"coder\";}s:5:\"files\";a:9:{i:0;s:33:\"tests/coder_review_test_case.tinc\";i:1;s:26:\"tests/coder_review_6x.test\";i:2;s:26:\"tests/coder_review_7x.test\";i:3;s:31:\"tests/coder_review_comment.test\";i:4;s:28:\"tests/coder_review_i18n.test\";i:5;s:32:\"tests/coder_review_security.test\";i:6;s:27:\"tests/coder_review_sql.test\";i:7;s:29:\"tests/coder_review_style.test\";i:8;s:31:\"tests/coder_review_sniffer.test\";}s:7:\"version\";s:20:\"7.x-2.0-beta2+23-dev\";s:7:\"project\";s:5:\"coder\";s:9:\"datestamp\";s:10:\"1374603373\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/coder/coder_review/tests/coder_review_test/coder_review_test.module','coder_review_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Coder Review Test\";s:7:\"package\";s:5:\"Coder\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:5:\"files\";a:1:{i:0;s:24:\"coder_review_test.module\";}s:7:\"version\";s:20:\"7.x-2.0-beta2+23-dev\";s:7:\"project\";s:5:\"coder\";s:9:\"datestamp\";s:10:\"1374603373\";s:12:\"dependencies\";a:0:{}s:11:\"description\";s:0:\"\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/coder/coder_upgrade/coder_upgrade.module','coder_upgrade','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:13:\"Coder Upgrade\";s:11:\"description\";s:93:\"Modifies source code to assist with the upgrade of a module for changes to a relied upon API.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:12:\"gplib (<2.0)\";}s:5:\"files\";a:1:{i:0;s:18:\"coder_upgrade.test\";}s:9:\"configure\";s:47:\"admin/config/development/coder/upgrade/settings\";s:7:\"version\";s:20:\"7.x-2.0-beta2+23-dev\";s:7:\"project\";s:5:\"coder\";s:9:\"datestamp\";s:10:\"1374603373\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/color/color.module','color','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:5:\"Color\";s:11:\"description\";s:70:\"Allows administrators to change the color scheme of compatible themes.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"color.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/colorbox/colorbox.module','colorbox','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:8:\"Colorbox\";s:11:\"description\";s:63:\"A light-weight, customizable lightbox plugin for jQuery 1.4.3+.\";s:12:\"dependencies\";a:1:{i:0;s:15:\"libraries (2.x)\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:27:\"admin/config/media/colorbox\";s:5:\"files\";a:1:{i:0;s:41:\"views/colorbox_handler_field_colorbox.inc\";}s:7:\"version\";s:7:\"7.x-2.4\";s:7:\"project\";s:8:\"colorbox\";s:9:\"datestamp\";s:10:\"1365452412\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/colors/colors.module','colors','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:6:\"Colors\";s:11:\"description\";s:27:\"API for coloring selectors.\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:34:\"admin/config/user-interface/colors\";s:7:\"version\";s:17:\"7.x-1.0-rc1+0-dev\";s:7:\"project\";s:6:\"colors\";s:9:\"datestamp\";s:10:\"1374603378\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/command_buttons/command_buttons.module','command_buttons','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Command Buttons\";s:11:\"description\";s:71:\"Provide command button entities and fieldable panels panes integration.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Panels\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:12:{i:0;s:18:\"conditional_fields\";i:1;s:6:\"ctools\";i:2;s:6:\"entity\";i:3;s:15:\"entityreference\";i:4;s:8:\"features\";i:5;s:11:\"field_group\";i:6;s:22:\"fieldable_panels_panes\";i:7;s:4:\"link\";i:8;s:4:\"list\";i:9;s:7:\"options\";i:10;s:4:\"text\";i:11;s:5:\"views\";}s:8:\"features\";a:6:{s:18:\"conditional_fields\";a:1:{i:0;s:37:\"fieldable_panels_pane:command_buttons\";}s:6:\"ctools\";a:1:{i:0;s:25:\"field_group:field_group:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:9:{i:0;s:19:\"field_block_buttons\";i:1;s:17:\"field_button_size\";i:2;s:18:\"field_button_style\";i:3;s:18:\"field_command_link\";i:4;s:14:\"field_commands\";i:5;s:15:\"field_css_class\";i:6;s:20:\"field_dropdown_label\";i:7;s:15:\"field_link_icon\";i:8;s:19:\"field_use_dropdowns\";}s:11:\"field_group\";a:1:{i:0;s:38:\"group_icons|command_button|button|form\";}s:14:\"field_instance\";a:10:{i:0;s:40:\"command_button-button-field_command_link\";i:1;s:37:\"command_button-button-field_link_icon\";i:2;s:42:\"command_button-node_add-field_command_link\";i:3;s:57:\"fieldable_panels_pane-command_buttons-field_block_buttons\";i:4;s:55:\"fieldable_panels_pane-command_buttons-field_button_size\";i:5;s:56:\"fieldable_panels_pane-command_buttons-field_button_style\";i:6;s:52:\"fieldable_panels_pane-command_buttons-field_commands\";i:7;s:53:\"fieldable_panels_pane-command_buttons-field_css_class\";i:8;s:58:\"fieldable_panels_pane-command_buttons-field_dropdown_label\";i:9;s:57:\"fieldable_panels_pane-command_buttons-field_use_dropdowns\";}}s:5:\"files\";a:10:{i:0;s:22:\"command_buttons.module\";i:1;s:35:\"includes/ButtonController.class.php\";i:2;s:39:\"plugins/views/command_buttons.views.inc\";i:3;s:47:\"plugins/views/command_buttons.views_default.inc\";i:4;s:57:\"plugins/views/command_buttons_handler_argument_bundle.inc\";i:5;s:54:\"plugins/views/command_buttons_handler_field_bundle.inc\";i:6;s:61:\"plugins/views/command_buttons_handler_field_delete_entity.inc\";i:7;s:59:\"plugins/views/command_buttons_handler_field_edit_entity.inc\";i:8;s:59:\"plugins/views/command_buttons_handler_field_view_entity.inc\";i:9;s:55:\"plugins/views/command_buttons_handler_filter_bundle.inc\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:15:\"command_buttons\";s:9:\"datestamp\";s:10:\"1374603381\";s:9:\"bootstrap\";i:0;}'),('modules/comment/comment.module','comment','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:7:\"Comment\";s:11:\"description\";s:57:\"Allows users to comment on and discuss published content.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:4:\"text\";}s:5:\"files\";a:2:{i:0;s:14:\"comment.module\";i:1;s:12:\"comment.test\";}s:9:\"configure\";s:21:\"admin/content/comment\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:11:\"comment.css\";s:27:\"modules/comment/comment.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/common_test.module','common_test','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:11:\"Common Test\";s:11:\"description\";s:32:\"Support module for Common tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:15:\"common_test.css\";s:40:\"modules/simpletest/tests/common_test.css\";}s:5:\"print\";a:1:{s:21:\"common_test.print.css\";s:46:\"modules/simpletest/tests/common_test.print.css\";}}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/common_test_cron_helper.module','common_test_cron_helper','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:23:\"Common Test Cron Helper\";s:11:\"description\";s:56:\"Helper module for CronRunTestCase::testCronExceptions().\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/conditional_fields/conditional_fields.module','conditional_fields','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"Conditional Fields\";s:11:\"description\";s:68:\"Define dependencies between fields based on their states and values.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:9:\"configure\";s:28:\"admin/structure/dependencies\";s:7:\"version\";s:0:\"\";s:7:\"project\";s:18:\"conditional_fields\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/conditional_fields/tests/conditional_fields_test.module','conditional_fields_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:23:\"Conditional Fields test\";s:11:\"description\";s:46:\"Provides hooks for testing Conditional Fields.\";s:7:\"package\";s:6:\"Fields\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:18:\"conditional_fields\";}s:5:\"files\";a:1:{i:0;s:23:\"conditional_fields.test\";}s:6:\"hidden\";b:1;s:7:\"version\";s:0:\"\";s:7:\"project\";s:18:\"conditional_fields\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/contact/contact.module','contact','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:7:\"Contact\";s:11:\"description\";s:61:\"Enables the use of both personal and site-wide contact forms.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:12:\"contact.test\";}s:9:\"configure\";s:23:\"admin/structure/contact\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/contextual/contextual.module','contextual','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Contextual links\";s:11:\"description\";s:75:\"Provides contextual links to perform actions related to elements on a page.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"contextual.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/contextual_tabs/contextual_tabs.module','contextual_tabs','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"Tabs No More\";s:11:\"description\";s:33:\"Converts tabs to contextual links\";s:7:\"package\";s:14:\"Administration\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:19:\"contextual_tabs.css\";s:71:\"profiles/openatrium/modules/contrib/contextual_tabs/contextual_tabs.css\";}}s:7:\"version\";s:0:\"\";s:7:\"project\";s:15:\"contextual_tabs\";s:9:\"datestamp\";s:10:\"1374603381\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/ctools.module','ctools','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Chaos tools\";s:11:\"description\";s:46:\"A library of helpful tools by Merlin of Chaos.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:5:\"files\";a:3:{i:0;s:20:\"includes/context.inc\";i:1;s:22:\"includes/math-expr.inc\";i:2;s:21:\"includes/stylizer.inc\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/ctools_access_ruleset/ctools_access_ruleset.module','ctools_access_ruleset','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Custom rulesets\";s:11:\"description\";s:81:\"Create custom, exportable, reusable access rulesets for applications like Panels.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/ctools_ajax_sample/ctools_ajax_sample.module','ctools_ajax_sample','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:33:\"Chaos Tools (CTools) AJAX Example\";s:11:\"description\";s:41:\"Shows how to use the power of Chaos AJAX.\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/ctools_custom_content/ctools_custom_content.module','ctools_custom_content','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:20:\"Custom content panes\";s:11:\"description\";s:79:\"Create custom, exportable, reusable content panes for applications like Panels.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/tests/ctools_export_test/ctools_export_test.module','ctools_export_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"CTools export test\";s:11:\"description\";s:25:\"CTools export test module\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:6:\"hidden\";b:1;s:5:\"files\";a:1:{i:0;s:18:\"ctools_export.test\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/ctools_plugin_example/ctools_plugin_example.module','ctools_plugin_example','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:35:\"Chaos Tools (CTools) Plugin Example\";s:11:\"description\";s:75:\"Shows how an external module can provide ctools plugins (for Panels, etc.).\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:4:{i:0;s:6:\"ctools\";i:1;s:6:\"panels\";i:2;s:12:\"page_manager\";i:3;s:13:\"advanced_help\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/tests/ctools_plugin_test.module','ctools_plugin_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:24:\"Chaos tools plugins test\";s:11:\"description\";s:42:\"Provides hooks for testing ctools plugins.\";s:7:\"package\";s:16:\"Chaos tool suite\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:6:{i:0;s:19:\"ctools.plugins.test\";i:1;s:17:\"object_cache.test\";i:2;s:8:\"css.test\";i:3;s:12:\"context.test\";i:4;s:20:\"math_expression.test\";i:5;s:26:\"math_expression_stack.test\";}s:6:\"hidden\";b:1;s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/facetapi/contrib/current_search/current_search.module','current_search','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"Current Search Blocks\";s:11:\"description\";s:90:\"Provides an interface for creating blocks containing information about the current search.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"facetapi\";}s:7:\"package\";s:14:\"Search Toolkit\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:5:{i:0;s:31:\"plugins/current_search/item.inc\";i:1;s:38:\"plugins/current_search/item_active.inc\";i:2;s:37:\"plugins/current_search/item_group.inc\";i:3;s:36:\"plugins/current_search/item_text.inc\";i:4;s:25:\"tests/current_search.test\";}s:9:\"configure\";s:34:\"admin/config/search/current_search\";s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:8:\"facetapi\";s:9:\"datestamp\";s:10:\"1364861711\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/dashboard/dashboard.module','dashboard','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"Dashboard\";s:11:\"description\";s:136:\"Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:5:\"files\";a:1:{i:0;s:14:\"dashboard.test\";}s:12:\"dependencies\";a:1:{i:0;s:5:\"block\";}s:9:\"configure\";s:25:\"admin/dashboard/customize\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/database_test.module','database_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:13:\"Database Test\";s:11:\"description\";s:40:\"Support module for Database layer tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date.module','date','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Date\";s:11:\"description\";s:33:\"Makes date/time fields available.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"date_api\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:5:\"files\";a:5:{i:0;s:19:\"tests/date_api.test\";i:1;s:15:\"tests/date.test\";i:2;s:21:\"tests/date_field.test\";i:3;s:26:\"tests/date_validation.test\";i:4;s:24:\"tests/date_timezone.test\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_all_day/date_all_day.module','date_all_day','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Date All Day\";s:11:\"description\";s:142:\"Adds \'All Day\' functionality to date fields, including an \'All Day\' theme and \'All Day\' checkboxes for the Date select and Date popup widgets.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:4:\"date\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_api/date_api.module','date_api','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:8:\"Date API\";s:11:\"description\";s:45:\"A Date API that can be used by other modules.\";s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"date.css\";s:58:\"profiles/openatrium/modules/contrib/date/date_api/date.css\";}}s:5:\"files\";a:2:{i:0;s:15:\"date_api.module\";i:1;s:16:\"date_api_sql.inc\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:12:\"dependencies\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_context/date_context.module','date_context','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Date Context\";s:11:\"description\";s:99:\"Adds an option to the Context module to set a context condition based on the value of a date field.\";s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:4:\"date\";i:1;s:7:\"context\";}s:5:\"files\";a:2:{i:0;s:19:\"date_context.module\";i:1;s:39:\"plugins/date_context_date_condition.inc\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date_facets/date_facets.module','date_facets','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Date Facets\";s:11:\"description\";s:87:\"Provides date range facets that are similar to implementations in major search engines.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"facetapi\";}s:7:\"package\";s:14:\"Search Toolkit\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:63:\"lib/Drupal/Apachesolr/Facetapi/QueryType/DateRangeQueryType.php\";i:1;s:46:\"lib/Drupal/Facetapi/Widget/DateRangeWidget.php\";i:2;s:59:\"lib/Drupal/Search/Facetapi/QueryType/DateRangeQueryType.php\";i:3;s:62:\"lib/Drupal/SearchApi/Facetapi/QueryType/DateRangeQueryType.php\";}s:7:\"version\";s:19:\"7.x-1.0-beta1+1-dev\";s:7:\"project\";s:11:\"date_facets\";s:9:\"datestamp\";s:10:\"1374603374\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date_ical/date_ical.module','date_ical','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"Date iCal\";s:11:\"description\";s:94:\"Allows creation of iCal feeds using Views, and provides a Feeds plugin for parsing iCal feeds.\";s:7:\"package\";s:9:\"Date/Time\";s:3:\"php\";s:3:\"5.3\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:6:{i:0;s:17:\"views (>=7.x-3.5)\";i:1;s:10:\"date_views\";i:2;s:6:\"entity\";i:3;s:21:\"libraries (>=7.x-2.0)\";i:4;s:4:\"date\";i:5;s:8:\"date_api\";}s:5:\"files\";a:12:{i:0;s:45:\"includes/date_ical_plugin_row_ical_entity.inc\";i:1;s:45:\"includes/date_ical_plugin_row_ical_fields.inc\";i:2;s:45:\"includes/date_ical_plugin_style_ical_feed.inc\";i:3;s:32:\"includes/DateIcalFeedsParser.inc\";i:4;s:38:\"includes/DateIcalIcalcreatorParser.inc\";i:5;s:37:\"includes/DateIcalDateModuleParser.inc\";i:6;s:27:\"tests/date_ical_parser.test\";i:7;s:32:\"tests/date_ical_parser_text.test\";i:8;s:32:\"tests/date_ical_parser_link.test\";i:9;s:32:\"tests/date_ical_parser_date.test\";i:10;s:36:\"tests/date_ical_parser_location.test\";i:11;s:38:\"tests/date_ical_parser_categories.test\";}s:7:\"version\";s:13:\"7.x-2.8+5-dev\";s:7:\"project\";s:9:\"date_ical\";s:9:\"datestamp\";s:10:\"1374603378\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_migrate/date_migrate.module','date_migrate','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Date Migration\";s:11:\"description\";s:72:\"Provides support for importing into date fields with the Migrate module.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:9:\"Date/Time\";s:12:\"dependencies\";a:2:{i:0;s:7:\"migrate\";i:1;s:4:\"date\";}s:5:\"files\";a:2:{i:0;s:16:\"date.migrate.inc\";i:1;s:17:\"date_migrate.test\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_migrate/date_migrate_example/date_migrate_example.module','date_migrate_example','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:6:{i:0;s:4:\"date\";i:1;s:11:\"date_repeat\";i:2;s:17:\"date_repeat_field\";i:3;s:12:\"date_migrate\";i:4;s:8:\"features\";i:5;s:7:\"migrate\";}s:11:\"description\";s:42:\"Examples of migrating with the Date module\";s:8:\"features\";a:2:{s:5:\"field\";a:8:{i:0;s:30:\"node-date_migrate_example-body\";i:1;s:36:\"node-date_migrate_example-field_date\";i:2;s:42:\"node-date_migrate_example-field_date_range\";i:3;s:43:\"node-date_migrate_example-field_date_repeat\";i:4;s:41:\"node-date_migrate_example-field_datestamp\";i:5;s:47:\"node-date_migrate_example-field_datestamp_range\";i:6;s:40:\"node-date_migrate_example-field_datetime\";i:7;s:46:\"node-date_migrate_example-field_datetime_range\";}s:4:\"node\";a:1:{i:0;s:20:\"date_migrate_example\";}}s:5:\"files\";a:1:{i:0;s:32:\"date_migrate_example.migrate.inc\";}s:4:\"name\";s:22:\"Date Migration Example\";s:7:\"package\";s:8:\"Features\";s:7:\"project\";s:4:\"date\";s:7:\"version\";s:7:\"7.x-2.6\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_popup/date_popup.module','date_popup','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:10:\"Date Popup\";s:11:\"description\";s:84:\"Enables jquery popup calendars and time entry widgets for selecting dates and times.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"date_api\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/date/date_popup\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:25:\"themes/datepicker.1.7.css\";s:77:\"profiles/openatrium/modules/contrib/date/date_popup/themes/datepicker.1.7.css\";}}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date_popup_authored/date_popup_authored.module','date_popup_authored','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:19:\"Date Popup Authored\";s:11:\"description\";s:64:\"Provides a datepicker for the \'Authored on\' field on node forms.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:24:\"date_popup_authored.test\";}s:7:\"package\";s:9:\"Date/Time\";s:12:\"dependencies\";a:1:{i:0;s:10:\"date_popup\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:19:\"date_popup_authored\";s:9:\"datestamp\";s:10:\"1333178146\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_repeat/date_repeat.module','date_repeat','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Date Repeat API\";s:11:\"description\";s:73:\"A Date Repeat API to calculate repeating dates and times from iCal rules.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"date_api\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:5:\"files\";a:2:{i:0;s:22:\"tests/date_repeat.test\";i:1;s:27:\"tests/date_repeat_form.test\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_repeat_field/date_repeat_field.module','date_repeat_field','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Date Repeat Field\";s:11:\"description\";s:97:\"Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.\";s:12:\"dependencies\";a:3:{i:0;s:8:\"date_api\";i:1;s:4:\"date\";i:2;s:11:\"date_repeat\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:21:\"date_repeat_field.css\";s:80:\"profiles/openatrium/modules/contrib/date/date_repeat_field/date_repeat_field.css\";}}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_tools/date_tools.module','date_tools','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Date Tools\";s:11:\"description\";s:52:\"Tools to import and auto-create dates and calendars.\";s:12:\"dependencies\";a:1:{i:0;s:4:\"date\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:23:\"admin/config/date/tools\";s:5:\"files\";a:1:{i:0;s:21:\"tests/date_tools.test\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/date/date_views/date_views.module','date_views','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"Date Views\";s:11:\"description\";s:57:\"Views integration for date fields and date functionality.\";s:7:\"package\";s:9:\"Date/Time\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:5:\"views\";}s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:5:\"files\";a:7:{i:0;s:40:\"includes/date_views_argument_handler.inc\";i:1;s:47:\"includes/date_views_argument_handler_simple.inc\";i:2;s:38:\"includes/date_views_filter_handler.inc\";i:3;s:45:\"includes/date_views_filter_handler_simple.inc\";i:4;s:37:\"includes/date_views.views_default.inc\";i:5;s:29:\"includes/date_views.views.inc\";i:6;s:36:\"includes/date_views_plugin_pager.inc\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1344850024\";s:9:\"bootstrap\";i:0;}'),('modules/dblog/dblog.module','dblog','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Database logging\";s:11:\"description\";s:47:\"Logs and records system events to the database.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"dblog.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/defaultconfig/defaultconfig.module','defaultconfig','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Default config\";s:11:\"description\";s:85:\"Use features as default configuration without having to deal with overriden features.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:13:\"configuration\";s:12:\"dependencies\";a:1:{i:0;s:8:\"features\";}s:7:\"version\";s:14:\"7.x-1.0-alpha9\";s:7:\"project\";s:13:\"defaultconfig\";s:9:\"datestamp\";s:10:\"1352143559\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/defaultcontent/defaultcontent.module','defaultcontent','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Default Content\";s:11:\"description\";s:40:\"Allows import/export of default content.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Features\";s:12:\"dependencies\";a:3:{i:0;s:8:\"features\";i:1;s:6:\"ctools\";i:2;s:4:\"menu\";}s:7:\"version\";s:14:\"7.x-1.0-alpha9\";s:7:\"project\";s:14:\"defaultcontent\";s:9:\"datestamp\";s:10:\"1359180370\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/devel/devel.module','devel','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:5:\"Devel\";s:11:\"description\";s:52:\"Various blocks, pages, and functions for developers.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:30:\"admin/config/development/devel\";s:4:\"tags\";a:1:{i:0;s:9:\"developer\";}s:5:\"files\";a:2:{i:0;s:10:\"devel.test\";i:1;s:14:\"devel.mail.inc\";}s:7:\"version\";s:14:\"7.x-1.3+52-dev\";s:7:\"project\";s:5:\"devel\";s:9:\"datestamp\";s:10:\"1374603383\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/devel/devel_generate/devel_generate.module','devel_generate','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:14:\"Devel generate\";s:11:\"description\";s:48:\"Generate dummy users, nodes, and taxonomy terms.\";s:7:\"package\";s:11:\"Development\";s:4:\"core\";s:3:\"7.x\";s:4:\"tags\";a:1:{i:0;s:9:\"developer\";}s:9:\"configure\";s:33:\"admin/config/development/generate\";s:5:\"files\";a:1:{i:0;s:19:\"devel_generate.test\";}s:7:\"version\";s:14:\"7.x-1.3+52-dev\";s:7:\"project\";s:5:\"devel\";s:9:\"datestamp\";s:10:\"1374603383\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/devel/devel_node_access.module','devel_node_access','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:17:\"Devel node access\";s:11:\"description\";s:68:\"Developer blocks and page illustrating relevant node_access records.\";s:7:\"package\";s:11:\"Development\";s:12:\"dependencies\";a:1:{i:0;s:4:\"menu\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:30:\"admin/config/development/devel\";s:4:\"tags\";a:1:{i:0;s:9:\"developer\";}s:7:\"version\";s:14:\"7.x-1.3+52-dev\";s:7:\"project\";s:5:\"devel\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/dhtml_menu/dhtml_menu.module','dhtml_menu','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"DHTML Menu\";s:11:\"description\";s:47:\"Opens menus dynamically to reduce page reloads.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:17:\"dhtml_menu.module\";i:1;s:18:\"dhtml_menu.install\";i:2;s:20:\"dhtml_menu.admin.inc\";i:3;s:20:\"dhtml_menu.theme.inc\";}s:9:\"configure\";s:38:\"admin/config/user-interface/dhtml_menu\";s:7:\"version\";s:10:\"master-dev\";s:7:\"project\";s:10:\"dhtml_menu\";s:9:\"datestamp\";s:10:\"1374603378\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/diff/diff.module','diff','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Diff\";s:11:\"description\";s:43:\"Show differences between content revisions.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:14:\"DiffEngine.php\";}s:7:\"version\";s:7:\"7.x-3.2\";s:7:\"project\";s:4:\"diff\";s:9:\"datestamp\";s:10:\"1352784357\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module','drupal_system_listing_compatible_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:37:\"Drupal system listing compatible test\";s:11:\"description\";s:62:\"Support module for testing the drupal_system_listing function.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module','drupal_system_listing_incompatible_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:39:\"Drupal system listing incompatible test\";s:11:\"description\";s:62:\"Support module for testing the drupal_system_listing function.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entity/entity.module','entity','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"Entity API\";s:11:\"description\";s:69:\"Enables modules to work with any entity type and to provide entities.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:24:{i:0;s:19:\"entity.features.inc\";i:1;s:15:\"entity.i18n.inc\";i:2;s:15:\"entity.info.inc\";i:3;s:16:\"entity.rules.inc\";i:4;s:11:\"entity.test\";i:5;s:19:\"includes/entity.inc\";i:6;s:30:\"includes/entity.controller.inc\";i:7;s:22:\"includes/entity.ui.inc\";i:8;s:27:\"includes/entity.wrapper.inc\";i:9;s:22:\"views/entity.views.inc\";i:10;s:52:\"views/handlers/entity_views_field_handler_helper.inc\";i:11;s:51:\"views/handlers/entity_views_handler_area_entity.inc\";i:12;s:53:\"views/handlers/entity_views_handler_field_boolean.inc\";i:13;s:50:\"views/handlers/entity_views_handler_field_date.inc\";i:14;s:54:\"views/handlers/entity_views_handler_field_duration.inc\";i:15;s:52:\"views/handlers/entity_views_handler_field_entity.inc\";i:16;s:51:\"views/handlers/entity_views_handler_field_field.inc\";i:17;s:53:\"views/handlers/entity_views_handler_field_numeric.inc\";i:18;s:53:\"views/handlers/entity_views_handler_field_options.inc\";i:19;s:50:\"views/handlers/entity_views_handler_field_text.inc\";i:20;s:49:\"views/handlers/entity_views_handler_field_uri.inc\";i:21;s:62:\"views/handlers/entity_views_handler_relationship_by_bundle.inc\";i:22;s:52:\"views/handlers/entity_views_handler_relationship.inc\";i:23;s:53:\"views/plugins/entity_views_plugin_row_entity_view.inc\";}s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1356471145\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/entity_cache_test.module','entity_cache_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Entity cache test\";s:11:\"description\";s:40:\"Support module for testing entity cache.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:28:\"entity_cache_test_dependency\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/entity_cache_test_dependency.module','entity_cache_test_dependency','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:28:\"Entity cache test dependency\";s:11:\"description\";s:51:\"Support dependency module for testing entity cache.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/entity_crud_hook_test.module','entity_crud_hook_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:22:\"Entity CRUD Hooks Test\";s:11:\"description\";s:35:\"Support module for CRUD hook tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entity/tests/entity_feature.module','entity_feature','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"Entity feature module\";s:11:\"description\";s:31:\"Provides some entities in code.\";s:7:\"version\";s:7:\"7.x-1.0\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:21:\"entity_feature.module\";}s:12:\"dependencies\";a:1:{i:0;s:11:\"entity_test\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1356471145\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/entity_query_access_test.module','entity_query_access_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:24:\"Entity query access test\";s:11:\"description\";s:49:\"Support module for checking entity query results.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entity/tests/entity_test.module','entity_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:23:\"Entity CRUD test module\";s:11:\"description\";s:46:\"Provides entity types based upon the CRUD API.\";s:7:\"version\";s:7:\"7.x-1.0\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:18:\"entity_test.module\";i:1;s:19:\"entity_test.install\";}s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1356471145\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entity/tests/entity_test_i18n.module','entity_test_i18n','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:28:\"Entity-test type translation\";s:11:\"description\";s:37:\"Allows translating entity-test types.\";s:12:\"dependencies\";a:2:{i:0;s:11:\"entity_test\";i:1;s:11:\"i18n_string\";}s:7:\"package\";s:35:\"Multilingual - Internationalization\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1356471145\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entity/entity_token.module','entity_token','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:13:\"Entity tokens\";s:11:\"description\";s:99:\"Provides token replacements for all properties that have no tokens and are known to the entity API.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:23:\"entity_token.tokens.inc\";i:1;s:19:\"entity_token.module\";}s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:6:\"entity\";s:9:\"datestamp\";s:10:\"1356471145\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entityreference/entityreference.module','entityreference','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Entity Reference\";s:11:\"description\";s:51:\"Provides a field that can reference other entities.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:2:{i:0;s:6:\"entity\";i:1;s:6:\"ctools\";}s:5:\"files\";a:11:{i:0;s:27:\"entityreference.migrate.inc\";i:1;s:30:\"plugins/selection/abstract.inc\";i:2;s:27:\"plugins/selection/views.inc\";i:3;s:29:\"plugins/behavior/abstract.inc\";i:4;s:40:\"views/entityreference_plugin_display.inc\";i:5;s:38:\"views/entityreference_plugin_style.inc\";i:6;s:43:\"views/entityreference_plugin_row_fields.inc\";i:7;s:35:\"tests/entityreference.handlers.test\";i:8;s:35:\"tests/entityreference.taxonomy.test\";i:9;s:32:\"tests/entityreference.admin.test\";i:10;s:32:\"tests/entityreference.feeds.test\";}s:7:\"version\";s:13:\"7.x-1.0+5-dev\";s:7:\"project\";s:15:\"entityreference\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module','entityreference_behavior_example','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:33:\"Entity Reference Behavior Example\";s:11:\"description\";s:71:\"Provides some example code for implementing Entity Reference behaviors.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:1:{i:0;s:15:\"entityreference\";}s:7:\"version\";s:13:\"7.x-1.0+5-dev\";s:7:\"project\";s:15:\"entityreference\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module','entityreference_feeds_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:41:\"Entityreference - Feeds integration tests\";s:11:\"description\";s:65:\"Support module for the Entityreference - Feeds integration tests.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:3:{i:0;s:5:\"feeds\";i:1;s:8:\"feeds_ui\";i:2;s:15:\"entityreference\";}s:7:\"version\";s:13:\"7.x-1.0+5-dev\";s:7:\"project\";s:15:\"entityreference\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/error_test.module','error_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Error test\";s:11:\"description\";s:47:\"Support module for error and exception testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/facetapi/facetapi.module','facetapi','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"Facet API\";s:11:\"description\";s:68:\"An abstracted facet API that can be used by various search backends.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"package\";s:14:\"Search Toolkit\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:14:{i:0;s:28:\"plugins/facetapi/adapter.inc\";i:1;s:31:\"plugins/facetapi/dependency.inc\";i:2;s:38:\"plugins/facetapi/dependency_bundle.inc\";i:3;s:36:\"plugins/facetapi/dependency_role.inc\";i:4;s:35:\"plugins/facetapi/empty_behavior.inc\";i:5;s:40:\"plugins/facetapi/empty_behavior_text.inc\";i:6;s:27:\"plugins/facetapi/filter.inc\";i:7;s:31:\"plugins/facetapi/query_type.inc\";i:8;s:34:\"plugins/facetapi/url_processor.inc\";i:9;s:43:\"plugins/facetapi/url_processor_standard.inc\";i:10;s:27:\"plugins/facetapi/widget.inc\";i:11;s:33:\"plugins/facetapi/widget_links.inc\";i:12;s:31:\"tests/facetapi_test.plugins.inc\";i:13;s:19:\"tests/facetapi.test\";}s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:8:\"facetapi\";s:9:\"datestamp\";s:10:\"1364861711\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/facetapi/tests/facetapi_test.module','facetapi_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Facet API Test\";s:11:\"description\";s:36:\"Provides a test adapter and plugins.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"facetapi\";}s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:8:\"facetapi\";s:9:\"datestamp\";s:10:\"1364861711\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fape/fape.module','fape','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:21:\"Field API Pane Editor\";s:11:\"description\";s:73:\"Adds a contextual link to Field API Panel Panes to edit that field value.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:6:\"entity\";}s:7:\"version\";s:13:\"7.x-1.1+2-dev\";s:7:\"project\";s:4:\"fape\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/features/features.module','features','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Features\";s:11:\"description\";s:39:\"Provides feature management for Drupal.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Features\";s:5:\"files\";a:1:{i:0;s:19:\"tests/features.test\";}s:7:\"version\";s:17:\"7.x-2.0-rc1+6-dev\";s:7:\"project\";s:8:\"features\";s:9:\"datestamp\";s:10:\"1374603381\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/features_override/features_override.module','features_override','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:17:\"Features Override\";s:11:\"description\";s:41:\"Allows exported Features to be overridden\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:8:\"features\";}s:7:\"package\";s:8:\"Features\";s:7:\"version\";s:19:\"7.x-2.0-beta2+1-dev\";s:7:\"project\";s:17:\"features_override\";s:9:\"datestamp\";s:10:\"1374603380\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/features/tests/features_test.module','features_test','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:14:\"Features Tests\";s:11:\"description\";s:33:\"Test module for Features testing.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:3:\"php\";s:5:\"5.2.0\";s:12:\"dependencies\";a:5:{i:0;s:8:\"features\";i:1;s:5:\"image\";i:2;s:9:\"strongarm\";i:3;s:8:\"taxonomy\";i:4;s:5:\"views\";}s:8:\"features\";a:9:{s:6:\"ctools\";a:2:{i:0;s:21:\"strongarm:strongarm:1\";i:1;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:5:\"field\";a:1:{i:0;s:38:\"node-features_test-field_features_test\";}s:6:\"filter\";a:1:{i:0;s:13:\"features_test\";}s:5:\"image\";a:1:{i:0;s:13:\"features_test\";}s:4:\"node\";a:1:{i:0;s:13:\"features_test\";}s:8:\"taxonomy\";a:1:{i:0;s:22:\"taxonomy_features_test\";}s:15:\"user_permission\";a:1:{i:0;s:28:\"create features_test content\";}s:10:\"views_view\";a:1:{i:0;s:13:\"features_test\";}}s:6:\"hidden\";b:1;s:7:\"version\";s:17:\"7.x-2.0-rc1+6-dev\";s:7:\"project\";s:8:\"features\";s:9:\"datestamp\";s:10:\"1374603381\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/feeds/feeds.module','feeds','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:5:\"Feeds\";s:11:\"description\";s:58:\"Aggregates RSS/Atom/RDF feeds, imports CSV files and more.\";s:7:\"package\";s:5:\"Feeds\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:13:\"job_scheduler\";}s:5:\"files\";a:44:{i:0;s:30:\"includes/FeedsConfigurable.inc\";i:1;s:26:\"includes/FeedsImporter.inc\";i:2;s:24:\"includes/FeedsSource.inc\";i:3;s:23:\"libraries/ParserCSV.inc\";i:4;s:26:\"libraries/http_request.inc\";i:5;s:28:\"libraries/PuSHSubscriber.inc\";i:6;s:26:\"plugins/FeedsCSVParser.inc\";i:7;s:24:\"plugins/FeedsFetcher.inc\";i:8;s:28:\"plugins/FeedsFileFetcher.inc\";i:9;s:28:\"plugins/FeedsHTTPFetcher.inc\";i:10;s:30:\"plugins/FeedsNodeProcessor.inc\";i:11;s:27:\"plugins/FeedsOPMLParser.inc\";i:12;s:23:\"plugins/FeedsParser.inc\";i:13;s:23:\"plugins/FeedsPlugin.inc\";i:14;s:26:\"plugins/FeedsProcessor.inc\";i:15;s:32:\"plugins/FeedsSimplePieParser.inc\";i:16;s:30:\"plugins/FeedsSitemapParser.inc\";i:17;s:34:\"plugins/FeedsSyndicationParser.inc\";i:18;s:30:\"plugins/FeedsTermProcessor.inc\";i:19;s:30:\"plugins/FeedsUserProcessor.inc\";i:20;s:16:\"tests/feeds.test\";i:21;s:26:\"tests/feeds_date_time.test\";i:22;s:28:\"tests/feeds_mapper_date.test\";i:23;s:37:\"tests/feeds_mapper_date_multiple.test\";i:24;s:29:\"tests/feeds_mapper_field.test\";i:25;s:28:\"tests/feeds_mapper_file.test\";i:26;s:28:\"tests/feeds_mapper_path.test\";i:27;s:31:\"tests/feeds_mapper_profile.test\";i:28;s:23:\"tests/feeds_mapper.test\";i:29;s:30:\"tests/feeds_mapper_config.test\";i:30;s:29:\"tests/feeds_fetcher_file.test\";i:31;s:31:\"tests/feeds_processor_node.test\";i:32;s:31:\"tests/feeds_processor_term.test\";i:33;s:31:\"tests/feeds_processor_user.test\";i:34;s:26:\"tests/feeds_scheduler.test\";i:35;s:28:\"tests/feeds_mapper_link.test\";i:36;s:32:\"tests/feeds_mapper_taxonomy.test\";i:37;s:21:\"tests/parser_csv.test\";i:38;s:50:\"views/feeds_views_handler_argument_importer_id.inc\";i:39;s:49:\"views/feeds_views_handler_field_importer_name.inc\";i:40;s:47:\"views/feeds_views_handler_field_log_message.inc\";i:41;s:44:\"views/feeds_views_handler_field_severity.inc\";i:42;s:42:\"views/feeds_views_handler_field_source.inc\";i:43;s:45:\"views/feeds_views_handler_filter_severity.inc\";}s:7:\"version\";s:20:\"7.x-2.0-alpha8+6-dev\";s:7:\"project\";s:5:\"feeds\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/feeds/feeds_import/feeds_import.module','feeds_import','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"feeds\";}s:11:\"description\";s:50:\"An example of a node importer and a user importer.\";s:8:\"features\";a:2:{s:6:\"ctools\";a:1:{i:0;s:30:\"feeds:feeds_importer_default:1\";}s:14:\"feeds_importer\";a:2:{i:0;s:4:\"node\";i:1;s:4:\"user\";}}s:5:\"files\";a:1:{i:0;s:17:\"feeds_import.test\";}s:4:\"name\";s:12:\"Feeds Import\";s:7:\"package\";s:5:\"Feeds\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:20:\"7.x-2.0-alpha8+6-dev\";s:7:\"project\";s:5:\"feeds\";s:9:\"datestamp\";s:10:\"1374603382\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/feeds/feeds_news/feeds_news.module','feeds_news','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:3:{i:0;s:8:\"features\";i:1;s:5:\"feeds\";i:2;s:5:\"views\";}s:11:\"description\";s:93:\"A news aggregator built with feeds, creates nodes from imported feed items. With OPML import.\";s:8:\"features\";a:5:{s:6:\"ctools\";a:2:{i:0;s:30:\"feeds:feeds_importer_default:1\";i:1;s:23:\"views:views_default:3.0\";}s:14:\"feeds_importer\";a:2:{i:0;s:4:\"feed\";i:1;s:4:\"opml\";}s:5:\"field\";a:1:{i:0;s:42:\"node-feed_item-field_feed_item_description\";}s:4:\"node\";a:2:{i:0;s:4:\"feed\";i:1;s:9:\"feed_item\";}s:10:\"views_view\";a:1:{i:0;s:25:\"feeds_defaults_feed_items\";}}s:5:\"files\";a:2:{i:0;s:17:\"feeds_news.module\";i:1;s:15:\"feeds_news.test\";}s:4:\"name\";s:10:\"Feeds News\";s:7:\"package\";s:5:\"Feeds\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:20:\"7.x-2.0-alpha8+6-dev\";s:7:\"project\";s:5:\"feeds\";s:9:\"datestamp\";s:10:\"1374603382\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/feeds/tests/feeds_tests.module','feeds_tests','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"Feeds module tests\";s:11:\"description\";s:41:\"Support module for Feeds related testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:20:\"7.x-2.0-alpha8+6-dev\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:17:\"feeds_test.module\";}s:6:\"hidden\";b:1;s:7:\"project\";s:5:\"feeds\";s:9:\"datestamp\";s:10:\"1374603382\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/feeds/feeds_ui/feeds_ui.module','feeds_ui','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Feeds Admin UI\";s:11:\"description\";s:35:\"Administrative UI for Feeds module.\";s:7:\"package\";s:5:\"Feeds\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"feeds\";}s:9:\"configure\";s:21:\"admin/structure/feeds\";s:5:\"files\";a:1:{i:0;s:13:\"feeds_ui.test\";}s:7:\"version\";s:20:\"7.x-2.0-alpha8+6-dev\";s:7:\"project\";s:5:\"feeds\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field/field.module','field','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:5:\"Field\";s:11:\"description\";s:57:\"Field API to add fields to entities like nodes and users.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:12:\"field.module\";i:1;s:16:\"field.attach.inc\";i:2;s:20:\"field.info.class.inc\";i:3;s:16:\"tests/field.test\";}s:12:\"dependencies\";a:1:{i:0;s:17:\"field_sql_storage\";}s:8:\"required\";b:1;s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:15:\"theme/field.css\";s:29:\"modules/field/theme/field.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/field_group/field_group.module','field_group','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"Fieldgroup\";s:11:\"description\";s:10:\"Fieldgroup\";s:7:\"package\";s:6:\"Fields\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:6:\"ctools\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:6:{i:0;s:19:\"field_group.install\";i:1;s:18:\"field_group.module\";i:2;s:24:\"field_group.field_ui.inc\";i:3;s:20:\"field_group.form.inc\";i:4;s:24:\"field_group.features.inc\";i:5;s:16:\"field_group.test\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:11:\"field_group\";s:9:\"datestamp\";s:10:\"1319051133\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field/modules/field_sql_storage/field_sql_storage.module','field_sql_storage','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Field SQL storage\";s:11:\"description\";s:37:\"Stores field data in an SQL database.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:22:\"field_sql_storage.test\";}s:8:\"required\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field/tests/field_test.module','field_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Field API Test\";s:11:\"description\";s:39:\"Support module for the Field API tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:5:\"files\";a:1:{i:0;s:21:\"field_test.entity.inc\";}s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field_ui/field_ui.module','field_ui','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Field UI\";s:11:\"description\";s:33:\"User interface for the Field API.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:13:\"field_ui.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fieldable_panels_panes/fieldable_panels_panes.module','fieldable_panels_panes','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:22:\"Fieldable Panels Panes\";s:11:\"description\";s:53:\"Allow the creation of fieldable panels pane entities.\";s:7:\"package\";s:6:\"Panels\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:6:\"panels\";i:1;s:5:\"views\";}s:5:\"files\";a:13:{i:0;s:39:\"includes/PanelsPaneController.class.php\";i:1;s:54:\"includes/translation.handler.fieldable_panels_pane.inc\";i:2;s:64:\"plugins/views/fieldable_panels_panes_handler_argument_bundle.inc\";i:3;s:61:\"plugins/views/fieldable_panels_panes_handler_field_bundle.inc\";i:4;s:68:\"plugins/views/fieldable_panels_panes_handler_field_delete_entity.inc\";i:5;s:66:\"plugins/views/fieldable_panels_panes_handler_field_edit_entity.inc\";i:6;s:66:\"plugins/views/fieldable_panels_panes_handler_field_view_entity.inc\";i:7;s:62:\"plugins/views/fieldable_panels_panes_handler_filter_bundle.inc\";i:8;s:70:\"plugins/views/fieldable_panels_panes_handler_field_delete_revision.inc\";i:9;s:68:\"plugins/views/fieldable_panels_panes_handler_field_edit_revision.inc\";i:10;s:68:\"plugins/views/fieldable_panels_panes_handler_field_view_revision.inc\";i:11;s:65:\"plugins/views/fieldable_panels_panes_handler_field_is_current.inc\";i:12;s:67:\"plugins/views/fieldable_panels_panes_handler_field_make_current.inc\";}s:7:\"version\";s:13:\"7.x-1.4+5-dev\";s:7:\"project\";s:22:\"fieldable_panels_panes\";s:9:\"datestamp\";s:10:\"1374603376\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/file/file.module','file','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"File\";s:11:\"description\";s:26:\"Defines a file field type.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:15:\"tests/file.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/file_entity/file_entity.module','file_entity','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"File entity\";s:11:\"description\";s:58:\"Extends Drupal file entities to be fieldable and viewable.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:3:{i:0;s:5:\"field\";i:1;s:4:\"file\";i:2;s:6:\"ctools\";}s:5:\"files\";a:13:{i:0;s:42:\"views/views_handler_argument_file_type.inc\";i:1;s:43:\"views/views_handler_field_file_rendered.inc\";i:2;s:39:\"views/views_handler_field_file_type.inc\";i:3;s:40:\"views/views_handler_filter_file_type.inc\";i:4;s:43:\"views/views_handler_field_file_filename.inc\";i:5;s:39:\"views/views_handler_field_file_link.inc\";i:6;s:44:\"views/views_handler_field_file_link_edit.inc\";i:7;s:46:\"views/views_handler_field_file_link_delete.inc\";i:8;s:48:\"views/views_handler_field_file_link_download.inc\";i:9;s:45:\"views/views_handler_field_file_link_usage.inc\";i:10;s:35:\"views/views_plugin_row_file_rss.inc\";i:11;s:36:\"views/views_plugin_row_file_view.inc\";i:12;s:22:\"tests/file_entity.test\";}s:9:\"configure\";s:26:\"admin/structure/file-types\";s:7:\"version\";s:24:\"7.x-2.0-unstable7+61-dev\";s:7:\"project\";s:11:\"file_entity\";s:9:\"datestamp\";s:10:\"1374603371\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/file_entity/tests/file_entity_test.module','file_entity_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:16:\"File Entity Test\";s:11:\"description\";s:37:\"Support module for File Entity tests.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:11:\"file_entity\";}s:6:\"hidden\";b:1;s:7:\"version\";s:24:\"7.x-2.0-unstable7+61-dev\";s:7:\"project\";s:11:\"file_entity\";s:9:\"datestamp\";s:10:\"1374603371\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/file/tests/file_module_test.module','file_module_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"File test\";s:11:\"description\";s:53:\"Provides hooks for testing File module functionality.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/file_test.module','file_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"File test\";s:11:\"description\";s:39:\"Support module for file handling tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:16:\"file_test.module\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/filter/filter.module','filter','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:6:\"Filter\";s:11:\"description\";s:43:\"Filters content in preparation for display.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"filter.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:28:\"admin/config/content/formats\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/filter_test.module','filter_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"Filter test module\";s:11:\"description\";s:33:\"Tests filter hooks and functions.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/flag/flag.module','flag','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:4:\"Flag\";s:11:\"description\";s:54:\"Create customized flags that users can set on content.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:5:\"Flags\";s:9:\"configure\";s:21:\"admin/structure/flags\";s:5:\"files\";a:9:{i:0;s:8:\"flag.inc\";i:1;s:14:\"flag.rules.inc\";i:2;s:45:\"includes/flag_handler_argument_content_id.inc\";i:3;s:35:\"includes/flag_handler_field_ops.inc\";i:4;s:40:\"includes/flag_handler_filter_flagged.inc\";i:5;s:38:\"includes/flag_handler_sort_flagged.inc\";i:6;s:39:\"includes/flag_handler_relationships.inc\";i:7;s:55:\"includes/flag_plugin_argument_validate_flaggability.inc\";i:8;s:15:\"tests/flag.test\";}s:7:\"version\";s:13:\"7.x-2.1+0-dev\";s:7:\"project\";s:4:\"flag\";s:9:\"datestamp\";s:10:\"1374603383\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/flag/flag_actions.module','flag_actions','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"Flag actions\";s:11:\"description\";s:31:\"Execute actions on Flag events.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:4:\"flag\";}s:7:\"package\";s:5:\"Flags\";s:9:\"configure\";s:29:\"admin/structure/webform/flags\";s:5:\"files\";a:2:{i:0;s:12:\"flag.install\";i:1;s:19:\"flag_actions.module\";}s:7:\"version\";s:13:\"7.x-2.1+0-dev\";s:7:\"project\";s:4:\"flag\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/form_test.module','form_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"FormAPI Test\";s:11:\"description\";s:34:\"Support module for Form API tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/forum/forum.module','forum','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:5:\"Forum\";s:11:\"description\";s:27:\"Provides discussion forums.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:7:\"comment\";}s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"forum.test\";}s:9:\"configure\";s:21:\"admin/structure/forum\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"forum.css\";s:23:\"modules/forum/forum.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fullcalendar/fullcalendar.module','fullcalendar','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"FullCalendar\";s:11:\"description\";s:46:\"Provides a views style plugin for FullCalendar\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:12:\"FullCalendar\";s:9:\"configure\";s:40:\"admin/config/user-interface/fullcalendar\";s:12:\"dependencies\";a:3:{i:0;s:5:\"views\";i:1;s:4:\"date\";i:2;s:10:\"date_views\";}s:5:\"files\";a:2:{i:0;s:59:\"includes/views/handlers/fullcalendar_handler_field_gcal.inc\";i:1;s:65:\"includes/views/plugins/fullcalendar_plugin_style_fullcalendar.inc\";}s:7:\"version\";s:13:\"7.x-2.0+0-dev\";s:7:\"project\";s:12:\"fullcalendar\";s:9:\"datestamp\";s:10:\"1374603378\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fullcalendar/fullcalendar_colors/fullcalendar_colors.module','fullcalendar_colors','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:19:\"FullCalendar Colors\";s:11:\"description\";s:89:\"Allows definition of colors for FullCalendar events based on taxonomies, node types, etc.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:12:\"FullCalendar\";s:12:\"dependencies\";a:2:{i:0;s:6:\"colors\";i:1;s:12:\"fullcalendar\";}s:7:\"version\";s:13:\"7.x-2.0+0-dev\";s:7:\"project\";s:12:\"fullcalendar\";s:9:\"datestamp\";s:10:\"1374603378\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fullcalendar/fullcalendar_legend/fullcalendar_legend.module','fullcalendar_legend','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:19:\"FullCalendar Legend\";s:11:\"description\";s:100:\"Show the bundle names of content types on a FullCalendar. Intended for use with FullCalendar Colors.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:12:\"FullCalendar\";s:12:\"dependencies\";a:2:{i:0;s:12:\"fullcalendar\";i:1;s:5:\"block\";}s:7:\"version\";s:13:\"7.x-2.0+0-dev\";s:7:\"project\";s:12:\"fullcalendar\";s:9:\"datestamp\";s:10:\"1374603378\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/fullcalendar/fullcalendar_options/fullcalendar_options.module','fullcalendar_options','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:20:\"FullCalendar Options\";s:11:\"description\";s:37:\"FullCalendar configuration extenders.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:12:\"FullCalendar\";s:9:\"configure\";s:48:\"admin/config/user-interface/fullcalendar/options\";s:12:\"dependencies\";a:1:{i:0;s:12:\"fullcalendar\";}s:7:\"version\";s:13:\"7.x-2.0+0-dev\";s:7:\"project\";s:12:\"fullcalendar\";s:9:\"datestamp\";s:10:\"1374603378\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/geocoder/geocoder.module','geocoder','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Geocoder\";s:11:\"description\";s:74:\"An API and widget to geocode various known data into other GIS data types.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:6:\"geophp\";i:1;s:6:\"ctools\";}s:7:\"version\";s:13:\"7.x-1.2+6-dev\";s:7:\"project\";s:8:\"geocoder\";s:9:\"datestamp\";s:10:\"1374603378\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/geofield/geofield.module','geofield','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Geofield\";s:11:\"description\";s:66:\"Stores geographic and location data (points, lines, and polygons).\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"geophp\";}s:7:\"package\";s:6:\"Fields\";s:5:\"files\";a:7:{i:0;s:15:\"geofield.module\";i:1;s:16:\"geofield.install\";i:2;s:20:\"geofield.widgets.inc\";i:3;s:23:\"geofield.formatters.inc\";i:4;s:23:\"geofield.openlayers.inc\";i:5;s:18:\"geofield.feeds.inc\";i:6;s:13:\"geofield.test\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"geofield\";s:9:\"datestamp\";s:10:\"1338941478\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/geofield/modules/geofield_map/geofield_map.module','geofield_map','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Geofield Map\";s:11:\"description\";s:48:\"Provides a basic mapping interface for Geofield.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:8:\"geofield\";}s:5:\"files\";a:2:{i:0;s:31:\"includes/geofield_map.views.inc\";i:1;s:42:\"includes/geofield_map_plugin_style_map.inc\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"geofield\";s:9:\"datestamp\";s:10:\"1338941478\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/geophp/geophp.module','geophp','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:6:\"geoPHP\";s:11:\"description\";s:61:\"Wraps the geoPHP library: advanced geometry operations in PHP\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-1.7\";s:7:\"project\";s:6:\"geophp\";s:9:\"datestamp\";s:10:\"1352084822\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/google_analytics/googleanalytics.module','googleanalytics','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:102:\"Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:10:\"Statistics\";s:9:\"configure\";s:35:\"admin/config/system/googleanalytics\";s:5:\"files\";a:1:{i:0;s:20:\"googleanalytics.test\";}s:7:\"version\";s:7:\"7.x-1.3\";s:7:\"project\";s:16:\"google_analytics\";s:9:\"datestamp\";s:10:\"1351810914\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/help/help.module','help','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Help\";s:11:\"description\";s:35:\"Manages the display of online help.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"help.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/htmlmail/htmlmail.module','htmlmail','module','',0,0,-1,0,'a:12:{s:7:\"package\";s:4:\"Mail\";s:4:\"name\";s:9:\"HTML Mail\";s:11:\"description\";s:30:\"Enables HTML in system emails.\";s:3:\"php\";s:3:\"5.0\";s:5:\"files\";a:1:{i:0;s:17:\"htmlmail.mail.inc\";}s:12:\"dependencies\";a:1:{i:0;s:10:\"mailsystem\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/system/htmlmail\";s:7:\"version\";s:8:\"7.x-2.65\";s:7:\"project\";s:8:\"htmlmail\";s:9:\"datestamp\";s:10:\"1333660850\";s:9:\"bootstrap\";i:0;}'),('modules/image/image.module','image','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:5:\"Image\";s:11:\"description\";s:34:\"Provides image manipulation tools.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:4:\"file\";}s:5:\"files\";a:1:{i:0;s:10:\"image.test\";}s:9:\"configure\";s:31:\"admin/config/media/image-styles\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/image/tests/image_module_test.module','image_module_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Image test\";s:11:\"description\";s:69:\"Provides hook implementations for testing Image module functionality.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:24:\"image_module_test.module\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/image_resize_filter/image_resize_filter.module','image_resize_filter','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Image resize filter\";s:11:\"description\";s:74:\"Filter to automatically scale images to their height and width dimensions.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:13:\"Input filters\";s:9:\"configure\";s:28:\"admin/config/content/formats\";s:7:\"version\";s:8:\"7.x-1.13\";s:7:\"project\";s:19:\"image_resize_filter\";s:9:\"datestamp\";s:10:\"1313565117\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/image_test.module','image_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Image test\";s:11:\"description\";s:39:\"Support module for image toolkit tests.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/job_scheduler/job_scheduler.module','job_scheduler','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:13:\"Job Scheduler\";s:11:\"description\";s:13:\"Scheduler API\";s:5:\"files\";a:4:{i:0;s:20:\"job_scheduler.module\";i:1;s:21:\"job_scheduler.install\";i:2;s:16:\"JobScheduler.inc\";i:3;s:23:\"JobSchedulerCronTab.inc\";}s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:7:\"version\";s:14:\"7.x-2.0-alpha3\";s:7:\"project\";s:13:\"job_scheduler\";s:9:\"datestamp\";s:10:\"1336466457\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/job_scheduler/modules/job_scheduler_trigger/job_scheduler_trigger.module','job_scheduler_trigger','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:21:\"Job Scheduler Trigger\";s:11:\"description\";s:62:\"Creates scheduler triggers that fire up at certain days, times\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:12:\"dependencies\";a:1:{i:0;s:13:\"job_scheduler\";}s:7:\"version\";s:14:\"7.x-2.0-alpha3\";s:7:\"project\";s:13:\"job_scheduler\";s:9:\"datestamp\";s:10:\"1336466457\";s:7:\"package\";s:5:\"Other\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/jquery_update/jquery_update.module','jquery_update','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:13:\"jQuery Update\";s:11:\"description\";s:53:\"Update jQuery and jQuery UI to a more recent version.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:20:\"jquery_update.module\";i:1;s:21:\"jquery_update.install\";}s:9:\"configure\";s:38:\"admin/config/development/jquery_update\";s:7:\"version\";s:7:\"7.x-2.3\";s:7:\"project\";s:13:\"jquery_update\";s:9:\"datestamp\";s:10:\"1360375905\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/libraries/libraries.module','libraries','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"Libraries\";s:11:\"description\";s:64:\"Allows version-dependent and shared usage of external libraries.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:20:\"tests/libraries.test\";}s:7:\"version\";s:7:\"7.x-2.1\";s:7:\"project\";s:9:\"libraries\";s:9:\"datestamp\";s:10:\"1362848412\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/libraries/tests/libraries_test.module','libraries_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"Libraries test module\";s:11:\"description\";s:36:\"Tests library detection and loading.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:9:\"libraries\";}s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-2.1\";s:7:\"project\";s:9:\"libraries\";s:9:\"datestamp\";s:10:\"1362848412\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/link/link.module','link','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"Link\";s:11:\"description\";s:32:\"Defines simple link field types.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Fields\";s:5:\"files\";a:10:{i:0;s:11:\"link.module\";i:1;s:16:\"link.migrate.inc\";i:2;s:15:\"tests/link.test\";i:3;s:25:\"tests/link.attribute.test\";i:4;s:20:\"tests/link.crud.test\";i:5;s:28:\"tests/link.crud_browser.test\";i:6;s:21:\"tests/link.token.test\";i:7;s:24:\"tests/link.validate.test\";i:8;s:44:\"views/link_views_handler_argument_target.inc\";i:9;s:44:\"views/link_views_handler_filter_protocol.inc\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:4:\"link\";s:9:\"datestamp\";s:10:\"1360444361\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/linkit/linkit.module','linkit','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:6:\"Linkit\";s:11:\"description\";s:154:\"Provides an easy interface for inserting links to internal content, files and external pages by providing autocomplete search for several WYSIWYG-editors.\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:27:\"admin/config/content/linkit\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:6:\"entity\";}s:5:\"files\";a:2:{i:0;s:24:\"plugins/plugin.class.php\";i:1;s:53:\"plugins/linkit_plugins/linkit-plugin-entity.class.php\";}s:7:\"version\";s:7:\"7.x-2.6\";s:7:\"project\";s:6:\"linkit\";s:9:\"datestamp\";s:10:\"1362862214\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field/modules/list/list.module','list','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:4:\"List\";s:11:\"description\";s:69:\"Defines list field types. Use with Options to create selection lists.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:5:\"field\";i:1;s:7:\"options\";}s:5:\"files\";a:1:{i:0;s:15:\"tests/list.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/field/modules/list/tests/list_test.module','list_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"List test\";s:11:\"description\";s:41:\"Support module for the List module tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/locale/locale.module','locale','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:6:\"Locale\";s:11:\"description\";s:119:\"Adds language handling functionality and enables the translation of the user interface to languages other than English.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"locale.test\";}s:9:\"configure\";s:30:\"admin/config/regional/language\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/locale/tests/locale_test.module','locale_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Locale Test\";s:11:\"description\";s:42:\"Support module for the locale layer tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/mailsystem/mailsystem.module','mailsystem','module','',0,0,-1,0,'a:12:{s:7:\"package\";s:4:\"Mail\";s:4:\"name\";s:11:\"Mail System\";s:11:\"description\";s:77:\"Provides a user interface for per-module and site-wide mail_system selection.\";s:3:\"php\";s:3:\"5.0\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:30:\"admin/config/system/mailsystem\";s:12:\"dependencies\";a:1:{i:0;s:6:\"filter\";}s:7:\"version\";s:8:\"7.x-2.34\";s:7:\"project\";s:10:\"mailsystem\";s:9:\"datestamp\";s:10:\"1334082653\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/markdown/markdown.module','markdown','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Markdown filter\";s:11:\"description\";s:111:\"Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid XHTML.\";s:7:\"package\";s:13:\"Input filters\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"markdown\";s:9:\"datestamp\";s:10:\"1353934650\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media/media.module','media','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:5:\"Media\";s:11:\"description\";s:27:\"Provides the core Media API\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:3:{i:0;s:11:\"file_entity\";i:1;s:5:\"image\";i:2;s:5:\"views\";}s:5:\"files\";a:11:{i:0;s:39:\"includes/MediaReadOnlyStreamWrapper.inc\";i:1;s:40:\"includes/MediaBrowserPluginInterface.inc\";i:2;s:31:\"includes/MediaBrowserPlugin.inc\";i:3;s:31:\"includes/MediaBrowserUpload.inc\";i:4;s:29:\"includes/MediaBrowserView.inc\";i:5;s:42:\"includes/MediaEntityTranslationHandler.inc\";i:6;s:53:\"includes/media_views_plugin_display_media_browser.inc\";i:7;s:51:\"includes/media_views_plugin_style_media_browser.inc\";i:8;s:16:\"tests/media.test\";i:9;s:23:\"tests/media.entity.test\";i:10;s:27:\"tests/media.file.usage.test\";}s:9:\"configure\";s:26:\"admin/config/media/browser\";s:7:\"version\";s:24:\"7.x-2.0-unstable7+38-dev\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1374603372\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media_colorbox/media_colorbox.module','media_colorbox','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Media Colorbox\";s:11:\"description\";s:86:\"Provides integration between the Media module (file entities) and the Colorbox module.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:21:\"media_colorbox.module\";}s:12:\"dependencies\";a:2:{i:0;s:11:\"file_entity\";i:1;s:8:\"colorbox\";}s:7:\"scripts\";a:1:{s:17:\"media_colorbox.js\";s:68:\"profiles/openatrium/modules/contrib/media_colorbox/media_colorbox.js\";}s:7:\"version\";s:11:\"7.x-1.0-rc3\";s:7:\"project\";s:14:\"media_colorbox\";s:9:\"datestamp\";s:10:\"1345568841\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media/modules/media_internet/media_internet.module','media_internet','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:22:\"Media Internet Sources\";s:11:\"description\";s:64:\"Provides an API for accessing media on various internet services\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"media\";}s:5:\"files\";a:1:{i:0;s:33:\"includes/MediaBrowserInternet.inc\";}s:7:\"version\";s:24:\"7.x-2.0-unstable7+38-dev\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1374603372\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media_vimeo/media_vimeo.module','media_vimeo','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Media: Vimeo\";s:11:\"description\";s:43:\"Provides Vimeo support to the Media module.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:5:{i:0;s:18:\"media_vimeo.module\";i:1;s:38:\"includes/MediaInternetVimeoHandler.inc\";i:2;s:36:\"includes/MediaVimeoStreamWrapper.inc\";i:3;s:35:\"includes/media_vimeo.formatters.inc\";i:4;s:34:\"includes/media_vimeo.variables.inc\";}s:12:\"dependencies\";a:2:{i:0;s:5:\"media\";i:1;s:14:\"media_internet\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:11:\"media_vimeo\";s:9:\"datestamp\";s:10:\"1374603371\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media_youtube/media_youtube.module','media_youtube','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Media: YouTube\";s:11:\"description\";s:62:\"Provides YouTube support for File Entity and the Media module.\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:40:\"includes/MediaInternetYouTubeHandler.inc\";i:1;s:38:\"includes/MediaYouTubeStreamWrapper.inc\";i:2;s:32:\"includes/MediaYouTubeBrowser.inc\";}s:12:\"dependencies\";a:2:{i:0;s:5:\"media\";i:1;s:14:\"media_internet\";}s:7:\"version\";s:17:\"7.x-2.0-rc3+0-dev\";s:7:\"project\";s:13:\"media_youtube\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/media/modules/mediafield/mediafield.module','mediafield','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Media Field\";s:11:\"description\";s:103:\"Provides a field type that stores media-specific data. <em>Deprecated by the core File field type.</em>\";s:7:\"package\";s:5:\"Media\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"media\";}s:7:\"version\";s:24:\"7.x-2.0-unstable7+38-dev\";s:7:\"project\";s:5:\"media\";s:9:\"datestamp\";s:10:\"1374603372\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/menu/menu.module','menu','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:4:\"Menu\";s:11:\"description\";s:60:\"Allows administrators to customize the site navigation menu.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"menu.test\";}s:9:\"configure\";s:20:\"admin/structure/menu\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/menu_block/menu_block.module','menu_block','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Menu Block\";s:11:\"description\";s:43:\"Provides configurable blocks of menu items.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:12:\"menu (>7.11)\";}s:5:\"files\";a:7:{i:0;s:17:\"menu_block.module\";i:1;s:20:\"menu_block.admin.inc\";i:2;s:21:\"menu_block.follow.inc\";i:3;s:20:\"menu_block.pages.inc\";i:4;s:19:\"menu_block.sort.inc\";i:5;s:18:\"menu_block.install\";i:6;s:45:\"plugins/content_types/menu_tree/menu_tree.inc\";}s:9:\"configure\";s:38:\"admin/config/user-interface/menu-block\";s:7:\"version\";s:7:\"7.x-2.3\";s:7:\"project\";s:10:\"menu_block\";s:9:\"datestamp\";s:10:\"1328286646\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/menu_block/menu_block_export.module','menu_block_export','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Menu Block Export\";s:11:\"description\";s:48:\"Provides export interface for Menu block module.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:10:\"menu_block\";}s:5:\"files\";a:2:{i:0;s:24:\"menu_block_export.module\";i:1;s:27:\"menu_block_export.admin.inc\";}s:9:\"configure\";s:45:\"admin/config/user-interface/menu-block/export\";s:7:\"version\";s:7:\"7.x-2.3\";s:7:\"project\";s:10:\"menu_block\";s:9:\"datestamp\";s:10:\"1328286646\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/menu_test.module','menu_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Hook menu tests\";s:11:\"description\";s:37:\"Support module for menu hook testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message/message.module','message','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:7:\"Message\";s:11:\"description\";s:34:\"A general message logging utility.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:5:\"files\";a:11:{i:0;s:16:\"message.info.inc\";i:1;s:26:\"includes/message.admin.inc\";i:2;s:30:\"includes/message.exception.inc\";i:3;s:42:\"includes/message.message_type_category.inc\";i:4;s:33:\"includes/message.message_type.inc\";i:5;s:28:\"includes/message.message.inc\";i:6;s:12:\"message.test\";i:7;s:32:\"includes/views/message.views.inc\";i:8;s:64:\"includes/views/handlers/message_handler_field_message_render.inc\";i:9;s:63:\"includes/views/handlers/message_handler_filter_message_type.inc\";i:10;s:72:\"includes/views/handlers/message_handler_filter_message_type_category.inc\";}s:7:\"version\";s:13:\"7.x-1.9+0-dev\";s:7:\"project\";s:7:\"message\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message/message_example/message_example.module','message_example','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:15:\"Message example\";s:11:\"description\";s:16:\"Message example.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:8:{i:0;s:12:\"entity_token\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:4:\"list\";i:4;s:7:\"message\";i:5;s:9:\"strongarm\";i:6;s:5:\"token\";i:7;s:5:\"views\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:23:\"css/message_example.css\";s:83:\"profiles/openatrium/modules/contrib/message/message_example/css/message_example.css\";}}s:8:\"features\";a:6:{s:6:\"ctools\";a:2:{i:0;s:21:\"strongarm:strongarm:1\";i:1;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:5:\"field\";a:6:{i:0;s:48:\"message-example_create_comment-field_comment_ref\";i:1;s:45:\"message-example_create_comment-field_node_ref\";i:2;s:46:\"message-example_create_comment-field_published\";i:3;s:42:\"message-example_create_node-field_node_ref\";i:4;s:43:\"message-example_create_node-field_published\";i:5;s:45:\"message-example_user_register-field_published\";}s:12:\"message_type\";a:3:{i:0;s:22:\"example_create_comment\";i:1;s:19:\"example_create_node\";i:2;s:21:\"example_user_register\";}s:8:\"variable\";a:3:{i:0;s:53:\"field_bundle_settings_message__example_create_comment\";i:1;s:50:\"field_bundle_settings_message__example_create_node\";i:2;s:52:\"field_bundle_settings_message__example_user_register\";}s:10:\"views_view\";a:1:{i:0;s:15:\"message_example\";}}s:7:\"version\";s:13:\"7.x-1.9+0-dev\";s:7:\"project\";s:7:\"message\";s:9:\"datestamp\";s:10:\"1374603383\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_notify/message_notify.module','message_notify','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Message notify\";s:11:\"description\";s:15:\"Message notify.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:12:\"dependencies\";a:2:{i:0;s:7:\"message\";i:1;s:6:\"ctools\";}s:5:\"files\";a:3:{i:0;s:37:\"includes/message_notify.exception.inc\";i:1;s:29:\"plugins/notifier/abstract.inc\";i:2;s:19:\"message_notify.test\";}s:7:\"version\";s:7:\"7.x-2.5\";s:7:\"project\";s:14:\"message_notify\";s:9:\"datestamp\";s:10:\"1366630876\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_notify/message_notify_example/message_notify_example.module','message_notify_example','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:22:\"Message notify example\";s:11:\"description\";s:22:\"Message notify example\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:6:{i:0;s:12:\"entity_token\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:7:\"message\";i:4;s:14:\"message_notify\";i:5;s:5:\"views\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:5:\"field\";a:3:{i:0;s:40:\"message-comment_insert-field_comment_ref\";i:1;s:50:\"message-comment_insert-field_message_rendered_body\";i:2;s:53:\"message-comment_insert-field_message_rendered_subject\";}s:12:\"message_type\";a:1:{i:0;s:14:\"comment_insert\";}s:10:\"views_view\";a:1:{i:0;s:22:\"message_notify_example\";}}s:7:\"version\";s:7:\"7.x-2.5\";s:7:\"project\";s:14:\"message_notify\";s:9:\"datestamp\";s:10:\"1366630876\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_notify/tests/message_notify_test.module','message_notify_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:26:\"Message notify test module\";s:11:\"description\";s:47:\"Functionality to assist Message notify testing.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:14:\"message_notify\";}s:6:\"hidden\";b:1;s:5:\"files\";a:1:{i:0;s:46:\"plugins/notifier/MessageNotifierTest.class.php\";}s:7:\"version\";s:7:\"7.x-2.5\";s:7:\"project\";s:14:\"message_notify\";s:9:\"datestamp\";s:10:\"1366630876\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message/message_og_example/message_og_example.module','message_og_example','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:7:{i:0;s:15:\"entityreference\";i:1;s:8:\"features\";i:2;s:4:\"list\";i:3;s:7:\"message\";i:4;s:15:\"message_example\";i:5;s:2:\"og\";i:6;s:5:\"views\";}s:11:\"description\";s:48:\"Message integration with Organic groups example.\";s:8:\"features\";a:4:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:5:\"field\";a:5:{i:0;s:54:\"message-example_og_post_in_group-field_node_groups_ref\";i:1;s:47:\"message-example_og_post_in_group-field_node_ref\";i:2;s:48:\"message-example_og_post_in_group-field_published\";i:3;s:56:\"message-example_og_user_membership-field_node_groups_ref\";i:4;s:50:\"message-example_og_user_membership-field_published\";}s:12:\"message_type\";a:2:{i:0;s:24:\"example_og_post_in_group\";i:1;s:26:\"example_og_user_membership\";}s:10:\"views_view\";a:1:{i:0;s:18:\"message_og_example\";}}s:4:\"name\";s:18:\"Message OG example\";s:7:\"package\";s:7:\"Message\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-1.9+0-dev\";s:7:\"project\";s:7:\"message\";s:9:\"datestamp\";s:10:\"1374603383\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_subscribe/message_subscribe.module','message_subscribe','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:17:\"Message subscribe\";s:11:\"description\";s:57:\"Subscribe API for the Message and Message notify modules.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:17:\"message_subscribe\";s:12:\"dependencies\";a:4:{i:0;s:6:\"ctools\";i:1;s:4:\"flag\";i:2;s:7:\"message\";i:3;s:14:\"message_notify\";}s:5:\"files\";a:1:{i:0;s:22:\"message_subscribe.test\";}s:7:\"version\";s:14:\"7.x-1.0-alpha5\";s:9:\"datestamp\";s:10:\"1366630878\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_subscribe/message_subscribe_email/message_subscribe_email.module','message_subscribe_email','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:23:\"Message subscribe email\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:14:\"7.x-1.0-alpha5\";s:7:\"project\";s:17:\"message_subscribe\";s:12:\"dependencies\";a:4:{i:0;s:4:\"flag\";i:1;s:4:\"list\";i:2;s:20:\"message_subscribe_ui\";i:3;s:5:\"views\";}s:9:\"datestamp\";s:10:\"1366630878\";s:11:\"description\";s:0:\"\";s:7:\"package\";s:5:\"Other\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/message_subscribe/message_subscribe_ui/message_subscribe_ui.module','message_subscribe_ui','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:20:\"Message subscribe UI\";s:11:\"description\";s:20:\"Message subscribe UI\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Message\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:14:\"7.x-1.0-alpha5\";s:7:\"project\";s:17:\"message_subscribe\";s:12:\"dependencies\";a:3:{i:0;s:17:\"message_subscribe\";i:1;s:5:\"views\";i:2;s:13:\"views_content\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:10:\"views_view\";a:3:{i:0;s:14:\"subscribe_node\";i:1;s:23:\"subscribe_taxonomy_term\";i:2;s:14:\"subscribe_user\";}}s:9:\"datestamp\";s:10:\"1366630878\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/mimemail/mimemail.module','mimemail','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"Mime Mail\";s:11:\"description\";s:62:\"Send MIME-encoded emails with embedded images and attachments.\";s:12:\"dependencies\";a:1:{i:0;s:10:\"mailsystem\";}s:7:\"package\";s:4:\"Mail\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/system/mimemail\";s:5:\"files\";a:4:{i:0;s:26:\"includes/mimemail.mail.inc\";i:1;s:19:\"tests/mimemail.test\";i:2;s:25:\"tests/mimemail_rules.test\";i:3;s:28:\"tests/mimemail_compress.test\";}s:7:\"version\";s:21:\"7.x-1.0-alpha2+25-dev\";s:7:\"project\";s:8:\"mimemail\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/mimemail/modules/mimemail_action/mimemail_action.module','mimemail_action','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Mime Mail Action\";s:11:\"description\";s:30:\"Provide actions for Mime Mail.\";s:7:\"package\";s:4:\"Mail\";s:12:\"dependencies\";a:2:{i:0;s:8:\"mimemail\";i:1;s:7:\"trigger\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:21:\"7.x-1.0-alpha2+25-dev\";s:7:\"project\";s:8:\"mimemail\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/mimemail/modules/mimemail_compress/mimemail_compress.module','mimemail_compress','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:24:\"Mime Mail CSS Compressor\";s:11:\"description\";s:83:\"Converts CSS to inline styles in an HTML message. (Requires the PHP DOM extension.)\";s:7:\"package\";s:4:\"Mail\";s:12:\"dependencies\";a:1:{i:0;s:8:\"mimemail\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:21:\"mimemail_compress.inc\";}s:7:\"version\";s:21:\"7.x-1.0-alpha2+25-dev\";s:7:\"project\";s:8:\"mimemail\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/module_filter/module_filter.module','module_filter','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:13:\"Module filter\";s:11:\"description\";s:24:\"Filter the modules list.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:9:{i:0;s:21:\"module_filter.install\";i:1;s:16:\"module_filter.js\";i:2;s:20:\"module_filter.module\";i:3;s:23:\"module_filter.admin.inc\";i:4;s:23:\"module_filter.theme.inc\";i:5;s:21:\"css/module_filter.css\";i:6;s:25:\"css/module_filter_tab.css\";i:7;s:19:\"js/module_filter.js\";i:8;s:23:\"js/module_filter_tab.js\";}s:9:\"configure\";s:40:\"admin/config/user-interface/modulefilter\";s:7:\"version\";s:7:\"7.x-1.7\";s:7:\"project\";s:13:\"module_filter\";s:9:\"datestamp\";s:10:\"1341518501\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/module_test.module','module_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Module test\";s:11:\"description\";s:41:\"Support module for module system testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/navbar/navbar.module','navbar','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:34:\"Mobile friendly navigation toolbar\";s:11:\"description\";s:88:\"A very simple mobile friendly toolbar that lets you switch between frontend and backend.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:13:\"jquery_update\";}s:7:\"version\";s:14:\"7.x-1.0-alpha3\";s:7:\"project\";s:6:\"navbar\";s:9:\"datestamp\";s:10:\"1349337129\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/node/node.module','node','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:4:\"Node\";s:11:\"description\";s:66:\"Allows content to be submitted to the site and displayed on pages.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:11:\"node.module\";i:1;s:9:\"node.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:21:\"admin/structure/types\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"node.css\";s:21:\"modules/node/node.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/node/tests/node_access_test.module','node_access_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:24:\"Node module access tests\";s:11:\"description\";s:43:\"Support module for node permission testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/node/tests/node_test.module','node_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Node module tests\";s:11:\"description\";s:40:\"Support module for node related testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/node/tests/node_test_exception.module','node_test_exception','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:27:\"Node module exception tests\";s:11:\"description\";s:50:\"Support module for node related exception testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/field/modules/number/number.module','number','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:6:\"Number\";s:11:\"description\";s:28:\"Defines numeric field types.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:11:\"number.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_admin/oa_admin.module','oa_admin','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:17:\"Open Atrium Admin\";s:11:\"description\";s:27:\"Admin forms for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:3:{i:0;s:7:\"oa_core\";i:1;s:11:\"oa_sections\";i:2;s:5:\"views\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"views_view\";a:1:{i:0;s:19:\"oa_admin_views_node\";}}s:16:\"features_exclude\";a:1:{s:12:\"dependencies\";a:1:{s:6:\"ctools\";s:6:\"ctools\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/oa_analytics/oa_analytics.module','oa_analytics','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:21:\"Open Atrium Analytics\";s:11:\"description\";s:54:\"Provides per space analytics reporting for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:12:\"dependencies\";a:3:{i:0;s:13:\"defaultconfig\";i:1;s:2:\"og\";i:2;s:15:\"googleanalytics\";}s:8:\"features\";a:2:{s:13:\"defaultconfig\";a:1:{i:0;s:36:\"strongarm:googleanalytics_custom_var\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}}s:16:\"features_exclude\";a:1:{s:12:\"dependencies\";a:1:{s:13:\"defaultconfig\";s:13:\"defaultconfig\";}}s:7:\"version\";s:13:\"7.x-2.0-beta3\";s:7:\"project\";s:10:\"openatrium\";s:9:\"datestamp\";s:10:\"1374603367\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_buttons/oa_buttons.module','oa_buttons','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Open Atrium Buttons\";s:11:\"description\";s:53:\"Provide command button customizations for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:8:{i:0;s:15:\"command_buttons\";i:1;s:18:\"conditional_fields\";i:2;s:6:\"ctools\";i:3;s:8:\"features\";i:4;s:4:\"list\";i:5;s:18:\"oa_section_context\";i:6;s:7:\"options\";i:7;s:8:\"taxonomy\";}s:8:\"features\";a:6:{s:18:\"conditional_fields\";a:2:{i:0;s:15:\"node:oa_section\";i:1;s:13:\"node:oa_space\";}s:6:\"ctools\";a:1:{i:0;s:25:\"field_group:field_group:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:5:{i:0;s:19:\"field_oa_node_types\";i:1;s:16:\"field_oa_section\";i:2;s:23:\"field_oa_section_layout\";i:3;s:25:\"field_oa_section_override\";i:4;s:19:\"field_oa_space_type\";}s:14:\"field_instance\";a:10:{i:0;s:35:\"node-oa_section-field_oa_node_types\";i:1;s:32:\"node-oa_section-field_oa_section\";i:2;s:41:\"node-oa_section-field_oa_section_override\";i:3;s:33:\"node-oa_space-field_oa_node_types\";i:4;s:39:\"node-oa_space-field_oa_section_override\";i:5;s:33:\"node-oa_space-field_oa_space_type\";i:6;s:46:\"taxonomy_term-section_type-field_oa_node_types\";i:7;s:50:\"taxonomy_term-section_type-field_oa_section_layout\";i:8;s:44:\"taxonomy_term-space_type-field_oa_node_types\";i:9;s:48:\"taxonomy_term-space_type-field_oa_section_layout\";}s:8:\"taxonomy\";a:2:{i:0;s:12:\"section_type\";i:1;s:10:\"space_type\";}}s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_config/oa_config.module','oa_config','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:18:\"Open Atrium Config\";s:11:\"description\";s:30:\"System configuration variables\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:3:{i:0;s:6:\"chosen\";i:1;s:6:\"ctools\";i:2;s:9:\"strongarm\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:8:\"variable\";a:5:{i:0;s:22:\"chosen_jquery_selector\";i:1;s:14:\"chosen_minimum\";i:2;s:19:\"file_default_scheme\";i:3;s:36:\"og_context_negotiation_group_context\";i:4;s:41:\"og_context_providers_weight_group_context\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_contextual_tabs/oa_contextual_tabs.module','oa_contextual_tabs','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:27:\"Open Atrium Contextual Tabs\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:18:\"oa_contextual_tabs\";s:12:\"dependencies\";a:3:{i:0;s:15:\"contextual_tabs\";i:1;s:6:\"ctools\";i:2;s:9:\"strongarm\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:8:\"variable\";a:3:{i:0;s:23:\"contextual_tabs_extract\";i:1;s:21:\"contextual_tabs_pages\";i:2;s:26:\"contextual_tabs_visilibity\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374351668\";s:11:\"description\";s:0:\"\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/oa_core.module','oa_core','module','',0,0,-1,0,'a:15:{s:4:\"name\";s:16:\"Open Atrium Core\";s:11:\"description\";s:37:\"Core required module for Open Atrium.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:11:{i:0;s:5:\"image\";i:1;s:8:\"mimemail\";i:2;s:6:\"number\";i:3;s:10:\"oa_buttons\";i:4;s:10:\"oa_layouts\";i:5;s:18:\"og_session_context\";i:6;s:5:\"og_ui\";i:7;s:8:\"og_vocab\";i:8;s:5:\"views\";i:9;s:13:\"views_content\";i:10;s:15:\"views_load_more\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:11:\"oa_core.css\";s:55:\"profiles/openatrium/modules/contrib/oa_core/oa_core.css\";}}s:8:\"features\";a:14:{s:6:\"ctools\";a:4:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"panelizer:panelizer:1\";i:2;s:21:\"strongarm:strongarm:1\";i:3;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:23:\"features_override_items\";a:2:{i:0;s:10:\"flag.trash\";i:1;s:25:\"views_view.trash_flag_bin\";}s:18:\"features_overrides\";a:15:{i:0;s:28:\"flag.trash.flag_confirmation\";i:1;s:20:\"flag.trash.flag_long\";i:2;s:23:\"flag.trash.flag_message\";i:3;s:21:\"flag.trash.flag_short\";i:4;s:23:\"flag.trash.show_on_page\";i:5;s:16:\"flag.trash.title\";i:6;s:30:\"flag.trash.unflag_confirmation\";i:7;s:29:\"flag.trash.unflag_denied_text\";i:8;s:22:\"flag.trash.unflag_long\";i:9;s:25:\"flag.trash.unflag_message\";i:10;s:23:\"flag.trash.unflag_short\";i:11;s:63:\"views_view.trash_flag_bin.display|default|display_options|title\";i:12;s:67:\"views_view.trash_flag_bin.display|page_1|display_options|menu|title\";i:13;s:61:\"views_view.trash_flag_bin.display|page_1|display_options|path\";i:14;s:59:\"views_view.trash_flag_bin.display|page|display_options|path\";}s:10:\"field_base\";a:9:{i:0;s:4:\"body\";i:1;s:20:\"field_featured_image\";i:2;s:14:\"field_oa_media\";i:3;s:12:\"group_access\";i:4;s:11:\"group_group\";i:5;s:14:\"oa_section_ref\";i:6;s:12:\"og_group_ref\";i:7;s:20:\"og_roles_permissions\";i:8;s:13:\"og_vocabulary\";}s:14:\"field_instance\";a:10:{i:0;s:18:\"node-oa_group-body\";i:1;s:34:\"node-oa_group-field_featured_image\";i:2;s:26:\"node-oa_group-group_access\";i:3;s:25:\"node-oa_group-group_group\";i:4;s:34:\"node-oa_group-og_roles_permissions\";i:5;s:18:\"node-oa_space-body\";i:6;s:34:\"node-oa_space-field_featured_image\";i:7;s:26:\"node-oa_space-group_access\";i:8;s:25:\"node-oa_space-group_group\";i:9;s:34:\"node-oa_space-og_roles_permissions\";}s:6:\"filter\";a:1:{i:0;s:9:\"full_html\";}s:5:\"image\";a:2:{i:0;s:19:\"oa_medium_thumbnail\";i:1;s:18:\"oa_small_thumbnail\";}s:4:\"node\";a:2:{i:0;s:8:\"oa_group\";i:1;s:8:\"oa_space\";}s:22:\"og_features_permission\";a:26:{i:0;s:37:\"node:oa_group:create oa_space content\";i:1;s:41:\"node:oa_group:delete any oa_space content\";i:2;s:41:\"node:oa_group:delete own oa_space content\";i:3;s:40:\"node:oa_group:trash any oa_group content\";i:4;s:40:\"node:oa_group:trash any oa_space content\";i:5;s:40:\"node:oa_group:trash own oa_group content\";i:6;s:40:\"node:oa_group:trash own oa_space content\";i:7;s:42:\"node:oa_group:untrash any oa_group content\";i:8;s:42:\"node:oa_group:untrash any oa_space content\";i:9;s:42:\"node:oa_group:untrash own oa_group content\";i:10;s:42:\"node:oa_group:untrash own oa_space content\";i:11;s:41:\"node:oa_group:update any oa_space content\";i:12;s:41:\"node:oa_group:update own oa_space content\";i:13;s:37:\"node:oa_space:create oa_space content\";i:14;s:41:\"node:oa_space:delete any oa_space content\";i:15;s:41:\"node:oa_space:delete own oa_space content\";i:16;s:40:\"node:oa_space:trash any oa_group content\";i:17;s:40:\"node:oa_space:trash any oa_space content\";i:18;s:40:\"node:oa_space:trash own oa_group content\";i:19;s:40:\"node:oa_space:trash own oa_space content\";i:20;s:42:\"node:oa_space:untrash any oa_group content\";i:21;s:42:\"node:oa_space:untrash any oa_space content\";i:22;s:42:\"node:oa_space:untrash own oa_group content\";i:23;s:42:\"node:oa_space:untrash own oa_space content\";i:24;s:41:\"node:oa_space:update any oa_space content\";i:25;s:41:\"node:oa_space:update own oa_space content\";}s:18:\"page_manager_pages\";a:5:{i:0;s:9:\"oa_spaces\";i:1;s:14:\"page_oa_groups\";i:2;s:16:\"page_user_groups\";i:3;s:13:\"space_members\";i:4;s:11:\"user_spaces\";}s:15:\"user_permission\";a:18:{i:0;s:23:\"create oa_group content\";i:1;s:23:\"create oa_space content\";i:2;s:27:\"delete any oa_group content\";i:3;s:27:\"delete any oa_space content\";i:4;s:27:\"delete own oa_group content\";i:5;s:27:\"delete own oa_space content\";i:6;s:25:\"edit any oa_group content\";i:7;s:25:\"edit any oa_space content\";i:8;s:25:\"edit own oa_group content\";i:9;s:25:\"edit own oa_space content\";i:10;s:26:\"trash any oa_group content\";i:11;s:26:\"trash any oa_space content\";i:12;s:26:\"trash own oa_group content\";i:13;s:26:\"trash own oa_space content\";i:14;s:28:\"untrash any oa_group content\";i:15;s:28:\"untrash any oa_space content\";i:16;s:28:\"untrash own oa_group content\";i:17;s:28:\"untrash own oa_space content\";}s:8:\"variable\";a:34:{i:0;s:26:\"comment_anonymous_oa_group\";i:1;s:26:\"comment_anonymous_oa_space\";i:2;s:29:\"comment_default_mode_oa_group\";i:3;s:29:\"comment_default_mode_oa_space\";i:4;s:33:\"comment_default_per_page_oa_group\";i:5;s:33:\"comment_default_per_page_oa_space\";i:6;s:30:\"comment_form_location_oa_group\";i:7;s:30:\"comment_form_location_oa_space\";i:8;s:16:\"comment_oa_group\";i:9;s:16:\"comment_oa_space\";i:10;s:24:\"comment_preview_oa_group\";i:11;s:24:\"comment_preview_oa_space\";i:12;s:30:\"comment_subject_field_oa_group\";i:13;s:30:\"comment_subject_field_oa_space\";i:14;s:36:\"field_bundle_settings_node__oa_group\";i:15;s:36:\"field_bundle_settings_node__oa_space\";i:16;s:30:\"language_content_type_oa_group\";i:17;s:21:\"menu_options_oa_group\";i:18;s:21:\"menu_options_oa_space\";i:19;s:20:\"menu_parent_oa_group\";i:20;s:20:\"menu_parent_oa_space\";i:21;s:15:\"mimemail_format\";i:22;s:17:\"mimemail_linkonly\";i:23;s:18:\"mimemail_sitestyle\";i:24;s:17:\"mimemail_textonly\";i:25;s:21:\"node_options_oa_group\";i:26;s:21:\"node_options_oa_space\";i:27;s:21:\"node_preview_oa_group\";i:28;s:21:\"node_preview_oa_space\";i:29;s:23:\"node_submitted_oa_group\";i:30;s:23:\"node_submitted_oa_space\";i:31;s:30:\"pathauto_node_oa_group_pattern\";i:32;s:30:\"pathauto_node_oa_space_pattern\";i:33;s:21:\"pathauto_node_pattern\";}s:10:\"views_view\";a:3:{i:0;s:19:\"open_atrium_content\";i:1;s:18:\"open_atrium_groups\";i:2;s:24:\"open_atrium_user_filters\";}}s:16:\"features_exclude\";a:2:{s:12:\"dependencies\";a:1:{s:10:\"trash_flag\";s:10:\"trash_flag\";}s:5:\"field\";a:9:{s:18:\"node-oa_group-body\";s:18:\"node-oa_group-body\";s:34:\"node-oa_group-field_featured_image\";s:34:\"node-oa_group-field_featured_image\";s:26:\"node-oa_group-group_access\";s:26:\"node-oa_group-group_access\";s:25:\"node-oa_group-group_group\";s:25:\"node-oa_group-group_group\";s:18:\"node-oa_space-body\";s:18:\"node-oa_space-body\";s:34:\"node-oa_space-field_featured_image\";s:34:\"node-oa_space-field_featured_image\";s:26:\"node-oa_space-group_access\";s:26:\"node-oa_space-group_access\";s:25:\"node-oa_space-group_group\";s:25:\"node-oa_space-group_group\";s:34:\"node-oa_space-og_roles_permissions\";s:34:\"node-oa_space-og_roles_permissions\";}}s:5:\"files\";a:9:{i:0;s:12:\"tests/*.test\";i:1;s:22:\"tests/oa_coreBase.test\";i:2;s:27:\"tests/oa_coreAccessWeb.test\";i:3;s:37:\"tests/oa_core_section_accessUnit.test\";i:4;s:40:\"tests/oa_core_section_is_publicUnit.test\";i:5;s:40:\"views/views_handler_filter_is_parent.inc\";i:6;s:46:\"plugins/views/oa_views_plugin_exposed_form.inc\";i:7;s:71:\"plugins/views/oa_core_og_group_ref_views_handler_filter_in_operator.inc\";i:8;s:73:\"plugins/views/oa_core_oa_section_ref_views_handler_filter_in_operator.inc\";}s:12:\"project path\";s:35:\"profiles/openatrium/modules/contrib\";s:9:\"datestamp\";s:10:\"1374591069\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_dashboard/oa_dashboard.module','oa_dashboard','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"Open Atrium Dashboard\";s:11:\"description\";s:49:\"Generates dashboard widgets for the header region\";s:7:\"package\";s:11:\"Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.1\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:20:\"css/oa_dashboard.css\";s:85:\"profiles/openatrium/modules/contrib/oa_core/modules/oa_dashboard/css/oa_dashboard.css\";}}s:12:\"dependencies\";a:2:{i:0;s:5:\"block\";i:1;s:18:\"og_session_context\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_date/oa_date.module','oa_date','module','',0,0,-1,0,'a:11:{s:4:\"core\";s:3:\"7.x\";s:4:\"name\";s:16:\"Open Atrium date\";s:11:\"description\";s:50:\"Adds a custom relative date format for Open Atrium\";s:7:\"package\";s:11:\"Open Atrium\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:5:\"views\";}s:5:\"files\";a:1:{i:0;s:36:\"views/oa_date_handler_field_date.inc\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/oa_devel/oa_devel.module','oa_devel','module','',0,0,-1,0,'a:11:{s:4:\"core\";s:3:\"7.x\";s:4:\"name\";s:17:\"Open Atrium Devel\";s:11:\"description\";s:61:\"Provides useful tools for developers working with Open Atrium\";s:7:\"package\";s:11:\"Open Atrium\";s:12:\"dependencies\";a:6:{i:0;s:5:\"coder\";i:1;s:12:\"coder_review\";i:2;s:5:\"devel\";i:3;s:18:\"installprofiletest\";i:4;s:8:\"field_ui\";i:5;s:8:\"views_ui\";}s:7:\"version\";s:13:\"7.x-2.0-beta3\";s:7:\"project\";s:10:\"openatrium\";s:9:\"datestamp\";s:10:\"1374603367\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_diff/oa_diff.module','oa_diff','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Open Atrium Diff\";s:11:\"description\";s:47:\"Provides Diff tokens for notification messages.\";s:7:\"package\";s:11:\"Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.1\";s:12:\"dependencies\";a:2:{i:0;s:5:\"token\";i:1;s:4:\"diff\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_discussion/oa_discussion.module','oa_discussion','module','',0,0,-1,0,'a:15:{s:4:\"name\";s:22:\"Open Atrium Discussion\";s:11:\"description\";s:32:\"Discussion posts for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:13:\"oa_discussion\";s:12:\"dependencies\";a:24:{i:0;s:6:\"ctools\";i:1;s:6:\"entity\";i:2;s:15:\"entityreference\";i:3;s:8:\"features\";i:4;s:11:\"field_group\";i:5;s:4:\"file\";i:6;s:5:\"media\";i:7;s:7:\"message\";i:8;s:7:\"oa_core\";i:9;s:11:\"oa_messages\";i:10;s:11:\"oa_sections\";i:11;s:2:\"og\";i:12;s:5:\"og_ui\";i:13;s:8:\"og_vocab\";i:14;s:7:\"options\";i:15;s:12:\"page_manager\";i:16;s:9:\"panelizer\";i:17;s:6:\"panels\";i:18;s:18:\"panels_breadcrumbs\";i:19;s:9:\"strongarm\";i:20;s:4:\"text\";i:21;s:5:\"views\";i:22;s:13:\"views_content\";i:23;s:15:\"views_load_more\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:17:\"oa_discussion.css\";s:67:\"profiles/openatrium/modules/contrib/oa_discussion/oa_discussion.css\";}}s:8:\"features\";a:13:{s:6:\"ctools\";a:5:{i:0;s:25:\"field_group:field_group:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"panelizer:panelizer:1\";i:3;s:21:\"strongarm:strongarm:1\";i:4;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:1:{i:0;s:9:\"oa_parent\";}s:11:\"field_group\";a:1:{i:0;s:44:\"group_oa_access|node|oa_discussion_post|form\";}s:14:\"field_instance\";a:10:{i:0;s:41:\"message-oa_reply-field_oa_message_section\";i:1;s:39:\"message-oa_reply-field_oa_message_space\";i:2;s:38:\"message-oa_reply-field_oa_message_text\";i:3;s:34:\"message-oa_reply-field_oa_node_ref\";i:4;s:28:\"node-oa_discussion_post-body\";i:5;s:38:\"node-oa_discussion_post-field_oa_media\";i:6;s:33:\"node-oa_discussion_post-oa_parent\";i:7;s:38:\"node-oa_discussion_post-oa_section_ref\";i:8;s:36:\"node-oa_discussion_post-og_group_ref\";i:9;s:37:\"node-oa_discussion_post-og_vocabulary\";}s:12:\"message_type\";a:1:{i:0;s:8:\"oa_reply\";}s:4:\"node\";a:1:{i:0;s:18:\"oa_discussion_post\";}s:22:\"og_features_permission\";a:18:{i:0;s:47:\"node:oa_group:create oa_discussion_post content\";i:1;s:51:\"node:oa_group:delete any oa_discussion_post content\";i:2;s:51:\"node:oa_group:delete own oa_discussion_post content\";i:3;s:50:\"node:oa_group:trash any oa_discussion_post content\";i:4;s:50:\"node:oa_group:trash own oa_discussion_post content\";i:5;s:52:\"node:oa_group:untrash any oa_discussion_post content\";i:6;s:52:\"node:oa_group:untrash own oa_discussion_post content\";i:7;s:51:\"node:oa_group:update any oa_discussion_post content\";i:8;s:51:\"node:oa_group:update own oa_discussion_post content\";i:9;s:47:\"node:oa_space:create oa_discussion_post content\";i:10;s:51:\"node:oa_space:delete any oa_discussion_post content\";i:11;s:51:\"node:oa_space:delete own oa_discussion_post content\";i:12;s:50:\"node:oa_space:trash any oa_discussion_post content\";i:13;s:50:\"node:oa_space:trash own oa_discussion_post content\";i:14;s:52:\"node:oa_space:untrash any oa_discussion_post content\";i:15;s:52:\"node:oa_space:untrash own oa_discussion_post content\";i:16;s:51:\"node:oa_space:update any oa_discussion_post content\";i:17;s:51:\"node:oa_space:update own oa_discussion_post content\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:25:\"node_edit_panel_context_5\";}s:18:\"panelizer_defaults\";a:2:{i:0;s:31:\"node:oa_discussion_post:default\";i:1;s:37:\"node:oa_section:oa_section_discussion\";}s:15:\"user_permission\";a:16:{i:0;s:56:\"administer panelizer node oa_discussion_post breadcrumbs\";i:1;s:52:\"administer panelizer node oa_discussion_post content\";i:2;s:52:\"administer panelizer node oa_discussion_post context\";i:3;s:53:\"administer panelizer node oa_discussion_post defaults\";i:4;s:51:\"administer panelizer node oa_discussion_post layout\";i:5;s:53:\"administer panelizer node oa_discussion_post overview\";i:6;s:53:\"administer panelizer node oa_discussion_post settings\";i:7;s:33:\"create oa_discussion_post content\";i:8;s:37:\"delete any oa_discussion_post content\";i:9;s:37:\"delete own oa_discussion_post content\";i:10;s:35:\"edit any oa_discussion_post content\";i:11;s:35:\"edit own oa_discussion_post content\";i:12;s:36:\"trash any oa_discussion_post content\";i:13;s:36:\"trash own oa_discussion_post content\";i:14;s:38:\"untrash any oa_discussion_post content\";i:15;s:38:\"untrash own oa_discussion_post content\";}s:8:\"variable\";a:16:{i:0;s:36:\"comment_anonymous_oa_discussion_post\";i:1;s:39:\"comment_default_mode_oa_discussion_post\";i:2;s:43:\"comment_default_per_page_oa_discussion_post\";i:3;s:40:\"comment_form_location_oa_discussion_post\";i:4;s:26:\"comment_oa_discussion_post\";i:5;s:34:\"comment_preview_oa_discussion_post\";i:6;s:40:\"comment_subject_field_oa_discussion_post\";i:7;s:39:\"field_bundle_settings_message__oa_reply\";i:8;s:46:\"field_bundle_settings_node__oa_discussion_post\";i:9;s:40:\"language_content_type_oa_discussion_post\";i:10;s:31:\"menu_options_oa_discussion_post\";i:11;s:30:\"menu_parent_oa_discussion_post\";i:12;s:31:\"node_options_oa_discussion_post\";i:13;s:31:\"node_preview_oa_discussion_post\";i:14;s:33:\"node_submitted_oa_discussion_post\";i:15;s:42:\"panelizer_defaults_node_oa_discussion_post\";}s:10:\"views_view\";a:1:{i:0;s:23:\"open_atrium_discussions\";}}s:16:\"features_exclude\";a:2:{s:12:\"dependencies\";a:1:{s:10:\"trash_flag\";s:10:\"trash_flag\";}s:5:\"field\";a:10:{s:39:\"message-oa_reply-field_oa_message_space\";s:39:\"message-oa_reply-field_oa_message_space\";s:41:\"message-oa_reply-field_oa_message_section\";s:41:\"message-oa_reply-field_oa_message_section\";s:38:\"message-oa_reply-field_oa_message_text\";s:38:\"message-oa_reply-field_oa_message_text\";s:34:\"message-oa_reply-field_oa_node_ref\";s:34:\"message-oa_reply-field_oa_node_ref\";s:28:\"node-oa_discussion_post-body\";s:28:\"node-oa_discussion_post-body\";s:38:\"node-oa_discussion_post-field_oa_media\";s:38:\"node-oa_discussion_post-field_oa_media\";s:33:\"node-oa_discussion_post-oa_parent\";s:33:\"node-oa_discussion_post-oa_parent\";s:38:\"node-oa_discussion_post-oa_section_ref\";s:38:\"node-oa_discussion_post-oa_section_ref\";s:36:\"node-oa_discussion_post-og_group_ref\";s:36:\"node-oa_discussion_post-og_group_ref\";s:37:\"node-oa_discussion_post-og_vocabulary\";s:37:\"node-oa_discussion_post-og_vocabulary\";}}s:5:\"files\";a:6:{i:0;s:45:\"views/views_handler_argument_oa_parent_id.inc\";i:1;s:42:\"views/views_handler_field_oa_parent_id.inc\";i:2;s:49:\"views/views_handler_relationship_oa_parent_id.inc\";i:3;s:42:\"views/views_handler_field_oa_last_date.inc\";i:4;s:41:\"views/views_handler_field_oa_new_post.inc\";i:5;s:45:\"views/views_handler_field_oa_updated_post.inc\";}s:12:\"project path\";s:25:\"sites/all/modules/contrib\";s:9:\"datestamp\";s:10:\"1374351373\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_events/oa_events.module','oa_events','module','',0,0,-1,0,'a:15:{s:4:\"name\";s:18:\"Open Atrium Events\";s:11:\"description\";s:30:\"Event Calendar for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:34:{i:0;s:6:\"colors\";i:1;s:6:\"ctools\";i:2;s:4:\"date\";i:3;s:12:\"date_all_day\";i:4;s:9:\"date_ical\";i:5;s:17:\"date_repeat_field\";i:6;s:10:\"date_views\";i:7;s:6:\"entity\";i:8;s:15:\"entityreference\";i:9;s:8:\"features\";i:10;s:11:\"field_group\";i:11;s:4:\"file\";i:12;s:12:\"fullcalendar\";i:13;s:19:\"fullcalendar_colors\";i:14;s:19:\"fullcalendar_legend\";i:15;s:20:\"fullcalendar_options\";i:16;s:8:\"geocoder\";i:17;s:8:\"geofield\";i:18;s:12:\"geofield_map\";i:19;s:4:\"link\";i:20;s:5:\"media\";i:21;s:7:\"message\";i:22;s:7:\"oa_core\";i:23;s:11:\"oa_sections\";i:24;s:2:\"og\";i:25;s:5:\"og_ui\";i:26;s:7:\"options\";i:27;s:12:\"page_manager\";i:28;s:9:\"panelizer\";i:29;s:9:\"strongarm\";i:30;s:4:\"text\";i:31;s:5:\"views\";i:32;s:13:\"views_content\";i:33;s:15:\"views_load_more\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:13:\"oa-events.css\";s:59:\"profiles/openatrium/modules/contrib/oa_events/oa-events.css\";}}s:8:\"features\";a:13:{s:6:\"ctools\";a:5:{i:0;s:25:\"field_group:field_group:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"panelizer:panelizer:1\";i:3;s:21:\"strongarm:strongarm:1\";i:4;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:3:{i:0;s:16:\"field_oa_address\";i:1;s:13:\"field_oa_date\";i:2;s:21:\"field_oa_geo_location\";}s:11:\"field_group\";a:2:{i:0;s:34:\"group_oa_access|node|oa_event|form\";i:1;s:42:\"group_oa_event_location|node|oa_event|form\";}s:14:\"field_instance\";a:8:{i:0;s:18:\"node-oa_event-body\";i:1;s:30:\"node-oa_event-field_oa_address\";i:2;s:27:\"node-oa_event-field_oa_date\";i:3;s:35:\"node-oa_event-field_oa_geo_location\";i:4;s:28:\"node-oa_event-field_oa_media\";i:5;s:28:\"node-oa_event-oa_section_ref\";i:6;s:26:\"node-oa_event-og_group_ref\";i:7;s:27:\"node-oa_event-og_vocabulary\";}s:12:\"message_type\";a:1:{i:0;s:21:\"oa_event_notification\";}s:4:\"node\";a:1:{i:0;s:8:\"oa_event\";}s:22:\"og_features_permission\";a:18:{i:0;s:37:\"node:oa_group:create oa_event content\";i:1;s:41:\"node:oa_group:delete any oa_event content\";i:2;s:41:\"node:oa_group:delete own oa_event content\";i:3;s:40:\"node:oa_group:trash any oa_event content\";i:4;s:40:\"node:oa_group:trash own oa_event content\";i:5;s:42:\"node:oa_group:untrash any oa_event content\";i:6;s:42:\"node:oa_group:untrash own oa_event content\";i:7;s:41:\"node:oa_group:update any oa_event content\";i:8;s:41:\"node:oa_group:update own oa_event content\";i:9;s:37:\"node:oa_space:create oa_event content\";i:10;s:41:\"node:oa_space:delete any oa_event content\";i:11;s:41:\"node:oa_space:delete own oa_event content\";i:12;s:40:\"node:oa_space:trash any oa_event content\";i:13;s:40:\"node:oa_space:trash own oa_event content\";i:14;s:42:\"node:oa_space:untrash any oa_event content\";i:15;s:42:\"node:oa_space:untrash own oa_event content\";i:16;s:41:\"node:oa_space:update any oa_event content\";i:17;s:41:\"node:oa_space:update own oa_event content\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:25:\"node_edit_panel_context_7\";}s:18:\"panelizer_defaults\";a:2:{i:0;s:21:\"node:oa_event:default\";i:1;s:32:\"node:oa_section:calendar_section\";}s:15:\"user_permission\";a:9:{i:0;s:23:\"create oa_event content\";i:1;s:27:\"delete any oa_event content\";i:2;s:27:\"delete own oa_event content\";i:3;s:25:\"edit any oa_event content\";i:4;s:25:\"edit own oa_event content\";i:5;s:26:\"trash any oa_event content\";i:6;s:26:\"trash own oa_event content\";i:7;s:28:\"untrash any oa_event content\";i:8;s:28:\"untrash own oa_event content\";}s:8:\"variable\";a:15:{i:0;s:26:\"comment_anonymous_oa_event\";i:1;s:29:\"comment_default_mode_oa_event\";i:2;s:33:\"comment_default_per_page_oa_event\";i:3;s:30:\"comment_form_location_oa_event\";i:4;s:16:\"comment_oa_event\";i:5;s:24:\"comment_preview_oa_event\";i:6;s:30:\"comment_subject_field_oa_event\";i:7;s:52:\"field_bundle_settings_message__oa_event_notification\";i:8;s:36:\"field_bundle_settings_node__oa_event\";i:9;s:21:\"menu_options_oa_event\";i:10;s:20:\"menu_parent_oa_event\";i:11;s:21:\"node_options_oa_event\";i:12;s:21:\"node_preview_oa_event\";i:13;s:23:\"node_submitted_oa_event\";i:14;s:32:\"panelizer_defaults_node_oa_event\";}s:10:\"views_view\";a:3:{i:0;s:15:\"oa_event_detail\";i:1;s:13:\"oa_event_list\";i:2;s:15:\"oa_fullcalendar\";}}s:16:\"features_exclude\";a:3:{s:12:\"dependencies\";a:2:{s:9:\"oa_events\";s:9:\"oa_events\";s:10:\"trash_flag\";s:10:\"trash_flag\";}s:5:\"field\";a:7:{s:18:\"node-oa_event-body\";s:18:\"node-oa_event-body\";s:30:\"node-oa_event-field_oa_address\";s:30:\"node-oa_event-field_oa_address\";s:27:\"node-oa_event-field_oa_date\";s:27:\"node-oa_event-field_oa_date\";s:35:\"node-oa_event-field_oa_geo_location\";s:35:\"node-oa_event-field_oa_geo_location\";s:28:\"node-oa_event-field_oa_media\";s:28:\"node-oa_event-field_oa_media\";s:28:\"node-oa_event-oa_section_ref\";s:28:\"node-oa_event-oa_section_ref\";s:26:\"node-oa_event-og_group_ref\";s:26:\"node-oa_event-og_group_ref\";}s:14:\"field_instance\";a:1:{s:36:\"node-oa_event-field_oa_message_space\";s:36:\"node-oa_event-field_oa_message_space\";}}s:12:\"project path\";s:25:\"sites/all/modules/contrib\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:9:\"oa_events\";s:9:\"datestamp\";s:10:\"1374591079\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_events_import/oa_events_import.module','oa_events_import','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:25:\"Open Atrium Event Imports\";s:11:\"description\";s:48:\"Provides iCal import functionality for OA events\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:17:{i:0;s:6:\"ctools\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:5:\"feeds\";i:4;s:11:\"field_group\";i:5;s:7:\"oa_core\";i:6;s:9:\"oa_events\";i:7;s:2:\"og\";i:8;s:10:\"og_context\";i:9;s:7:\"options\";i:10;s:12:\"page_manager\";i:11;s:9:\"strongarm\";i:12;s:5:\"views\";i:13;s:4:\"text\";i:14;s:5:\"views\";i:15;s:13:\"views_content\";i:16;s:15:\"views_load_more\";}s:8:\"features\";a:10:{s:6:\"ctools\";a:5:{i:0;s:30:\"feeds:feeds_importer_default:1\";i:1;s:25:\"field_group:field_group:1\";i:2;s:28:\"page_manager:pages_default:1\";i:3;s:21:\"strongarm:strongarm:1\";i:4;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:11:\"field_group\";a:1:{i:0;s:42:\"group_oa_access|node|oa_ical_importer|form\";}s:14:\"field_instance\";a:4:{i:0;s:26:\"node-oa_ical_importer-body\";i:1;s:43:\"node-oa_ical_importer-field_basic_file_file\";i:2;s:36:\"node-oa_ical_importer-oa_section_ref\";i:3;s:34:\"node-oa_ical_importer-og_group_ref\";}s:4:\"node\";a:1:{i:0;s:16:\"oa_ical_importer\";}s:22:\"og_features_permission\";a:18:{i:0;s:45:\"node:oa_group:create oa_ical_importer content\";i:1;s:49:\"node:oa_group:delete any oa_ical_importer content\";i:2;s:49:\"node:oa_group:delete own oa_ical_importer content\";i:3;s:48:\"node:oa_group:trash any oa_ical_importer content\";i:4;s:48:\"node:oa_group:trash own oa_ical_importer content\";i:5;s:50:\"node:oa_group:untrash any oa_ical_importer content\";i:6;s:50:\"node:oa_group:untrash own oa_ical_importer content\";i:7;s:49:\"node:oa_group:update any oa_ical_importer content\";i:8;s:49:\"node:oa_group:update own oa_ical_importer content\";i:9;s:45:\"node:oa_space:create oa_ical_importer content\";i:10;s:49:\"node:oa_space:delete any oa_ical_importer content\";i:11;s:49:\"node:oa_space:delete own oa_ical_importer content\";i:12;s:48:\"node:oa_space:trash any oa_ical_importer content\";i:13;s:48:\"node:oa_space:trash own oa_ical_importer content\";i:14;s:50:\"node:oa_space:untrash any oa_ical_importer content\";i:15;s:50:\"node:oa_space:untrash own oa_ical_importer content\";i:16;s:49:\"node:oa_space:update any oa_ical_importer content\";i:17;s:49:\"node:oa_space:update own oa_ical_importer content\";}s:18:\"page_manager_pages\";a:1:{i:0;s:13:\"oa_ical_feeds\";}s:15:\"user_permission\";a:9:{i:0;s:31:\"create oa_ical_importer content\";i:1;s:35:\"delete any oa_ical_importer content\";i:2;s:35:\"delete own oa_ical_importer content\";i:3;s:33:\"edit any oa_ical_importer content\";i:4;s:33:\"edit own oa_ical_importer content\";i:5;s:34:\"trash any oa_ical_importer content\";i:6;s:34:\"trash own oa_ical_importer content\";i:7;s:36:\"untrash any oa_ical_importer content\";i:8;s:36:\"untrash own oa_ical_importer content\";}s:8:\"variable\";a:23:{i:0;s:48:\"additional_settings__active_tab_oa_ical_importer\";i:1;s:34:\"comment_anonymous_oa_ical_importer\";i:2;s:37:\"comment_default_mode_oa_ical_importer\";i:3;s:41:\"comment_default_per_page_oa_ical_importer\";i:4;s:38:\"comment_form_location_oa_ical_importer\";i:5;s:24:\"comment_oa_ical_importer\";i:6;s:32:\"comment_preview_oa_ical_importer\";i:7;s:38:\"comment_subject_field_oa_ical_importer\";i:8;s:44:\"date_popup_authored_enabled_oa_ical_importer\";i:9;s:43:\"date_popup_authored_format_oa_ical_importer\";i:10;s:47:\"date_popup_authored_year_range_oa_ical_importer\";i:11;s:48:\"diff_enable_revisions_page_node_oa_ical_importer\";i:12;s:47:\"diff_show_preview_changes_node_oa_ical_importer\";i:13;s:44:\"diff_view_mode_preview_node_oa_ical_importer\";i:14;s:44:\"field_bundle_settings_node__oa_ical_importer\";i:15;s:29:\"menu_options_oa_ical_importer\";i:16;s:28:\"menu_parent_oa_ical_importer\";i:17;s:29:\"node_options_oa_ical_importer\";i:18;s:29:\"node_preview_oa_ical_importer\";i:19;s:31:\"node_submitted_oa_ical_importer\";i:20;s:61:\"og_menu_single_group__node__oa_ical_importer_oa_ical_importer\";i:21;s:69:\"og_menu_single_group_content__node__oa_ical_importer_oa_ical_importer\";i:22;s:40:\"panelizer_defaults_node_oa_ical_importer\";}s:10:\"views_view\";a:1:{i:0;s:26:\"open_atrium_ical_importers\";}}s:16:\"features_exclude\";a:2:{s:5:\"field\";a:3:{s:26:\"node-oa_ical_importer-body\";s:26:\"node-oa_ical_importer-body\";s:36:\"node-oa_ical_importer-oa_section_ref\";s:36:\"node-oa_ical_importer-oa_section_ref\";s:34:\"node-oa_ical_importer-og_group_ref\";s:34:\"node-oa_ical_importer-og_group_ref\";}s:10:\"field_base\";a:3:{s:4:\"body\";s:4:\"body\";s:14:\"oa_section_ref\";s:14:\"oa_section_ref\";s:12:\"og_group_ref\";s:12:\"og_group_ref\";}}s:12:\"project path\";s:25:\"sites/all/modules/contrib\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:16:\"oa_events_import\";s:9:\"datestamp\";s:10:\"1374351069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_favorites/oa_favorites.module','oa_favorites','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:21:\"Open Atrium Favorites\";s:11:\"description\";s:14:\"Favorite Space\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:3:{i:0;s:7:\"oa_core\";i:1;s:6:\"ctools\";i:2;s:4:\"flag\";}s:8:\"features\";a:2:{s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:4:\"flag\";a:1:{i:0;s:14:\"favorite_space\";}}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:16:\"oa_favorites.css\";s:81:\"profiles/openatrium/modules/contrib/oa_core/modules/oa_favorites/oa_favorites.css\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_home/oa_home.module','oa_home','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:16:\"Open Atrium Home\";s:11:\"description\";s:17:\"Default Home Page\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:3:{i:0;s:6:\"ctools\";i:1;s:12:\"page_manager\";i:2;s:9:\"strongarm\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:2:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:18:\"page_manager_pages\";a:1:{i:0;s:11:\"oa_homepage\";}s:8:\"variable\";a:1:{i:0;s:14:\"site_frontpage\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_layouts/oa_layouts.module','oa_layouts','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:19:\"Open Atrium Layouts\";s:11:\"description\";s:45:\"Contains the default panels pages and layouts\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:7:{i:0;s:6:\"ctools\";i:1;s:11:\"oa_sections\";i:2;s:12:\"page_manager\";i:3;s:9:\"panelizer\";i:4;s:6:\"panels\";i:5;s:11:\"panels_mini\";i:6;s:9:\"strongarm\";}s:8:\"features\";a:7:{s:6:\"ctools\";a:5:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"panelizer:panelizer:1\";i:2;s:18:\"panels:pipelines:1\";i:3;s:28:\"panels_mini:panels_default:1\";i:4;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:21:\"page_manager_handlers\";a:2:{i:0;s:25:\"node_edit_panel_context_2\";i:1;s:25:\"node_edit_panel_context_4\";}s:18:\"panelizer_defaults\";a:4:{i:0;s:21:\"node:oa_group:default\";i:1;s:23:\"node:oa_section:default\";i:2;s:21:\"node:oa_space:default\";i:3;s:31:\"node:oa_space:space_description\";}s:11:\"panels_mini\";a:4:{i:0;s:23:\"default_section_sidebar\";i:1;s:15:\"oa_footer_panel\";i:2;s:16:\"oa_toolbar_panel\";i:3;s:19:\"section_sidebar_top\";}s:24:\"panels_renderer_pipeline\";a:1:{i:0;s:15:\"ipe_node_access\";}s:8:\"variable\";a:3:{i:0;s:32:\"panelizer_defaults_node_oa_group\";i:1;s:34:\"panelizer_defaults_node_oa_section\";i:2;s:32:\"panelizer_defaults_node_oa_space\";}}s:12:\"project path\";s:51:\"profiles/openatrium/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/oa_markdown/oa_markdown.module','oa_markdown','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:20:\"Open Atrium Markdown\";s:11:\"description\";s:123:\"Provides a markdown filter for Open Atrium. Warning: switching between markdown and wysiwyg fiter formats may cause issues.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:12:\"dependencies\";a:2:{i:0;s:8:\"features\";i:1;s:8:\"markdown\";}s:8:\"features\";a:2:{s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:6:\"filter\";a:1:{i:0;s:8:\"markdown\";}}s:7:\"version\";s:13:\"7.x-2.0-beta3\";s:7:\"project\";s:10:\"openatrium\";s:9:\"datestamp\";s:10:\"1374603367\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_media/oa_media.module','oa_media','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:17:\"Open Atrium Media\";s:11:\"description\";s:34:\"Media improvements for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:8:\"oa_media\";s:12:\"dependencies\";a:11:{i:0;s:8:\"colorbox\";i:1;s:6:\"ctools\";i:2;s:8:\"features\";i:3;s:11:\"file_entity\";i:4;s:5:\"media\";i:5;s:14:\"media_colorbox\";i:6;s:11:\"media_vimeo\";i:7;s:13:\"media_youtube\";i:8;s:9:\"panelizer\";i:9;s:9:\"strongarm\";i:10;s:4:\"text\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"oa_media.css\";s:57:\"profiles/openatrium/modules/contrib/oa_media/oa_media.css\";}}s:8:\"features\";a:6:{s:6:\"ctools\";a:2:{i:0;s:35:\"file_entity:file_default_displays:1\";i:1;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:3:{i:0;s:25:\"field_file_image_alt_text\";i:1;s:27:\"field_file_image_title_text\";i:2;s:16:\"field_file_title\";}s:14:\"field_instance\";a:3:{i:0;s:30:\"file-document-field_file_title\";i:1;s:36:\"file-image-field_file_image_alt_text\";i:2;s:38:\"file-image-field_file_image_title_text\";}s:12:\"file_display\";a:39:{i:0;s:42:\"document__preview__file_field_file_default\";i:1;s:43:\"document__preview__file_field_file_rendered\";i:2;s:40:\"document__preview__file_field_file_table\";i:3;s:44:\"document__preview__file_field_file_url_plain\";i:4;s:44:\"document__preview__file_field_media_colorbox\";i:5;s:46:\"document__preview__file_field_media_large_icon\";i:6;s:29:\"document__preview__file_image\";i:7;s:36:\"image__colorbox__file_field_colorbox\";i:8;s:41:\"image__colorbox__file_field_colorbox_link\";i:9;s:40:\"image__colorbox__file_field_file_default\";i:10;s:41:\"image__colorbox__file_field_file_rendered\";i:11;s:38:\"image__colorbox__file_field_file_table\";i:12;s:42:\"image__colorbox__file_field_file_url_plain\";i:13;s:33:\"image__colorbox__file_field_image\";i:14;s:42:\"image__colorbox__file_field_media_colorbox\";i:15;s:44:\"image__colorbox__file_field_media_large_icon\";i:16;s:27:\"image__colorbox__file_image\";i:17;s:35:\"image__default__file_field_colorbox\";i:18;s:40:\"image__default__file_field_colorbox_link\";i:19;s:32:\"image__default__file_field_image\";i:20;s:41:\"image__default__file_field_media_colorbox\";i:21;s:35:\"image__preview__file_field_colorbox\";i:22;s:40:\"image__preview__file_field_colorbox_link\";i:23;s:32:\"image__preview__file_field_image\";i:24;s:41:\"image__preview__file_field_media_colorbox\";i:25;s:40:\"video__colorbox__file_field_file_default\";i:26;s:41:\"video__colorbox__file_field_file_rendered\";i:27;s:38:\"video__colorbox__file_field_file_table\";i:28;s:42:\"video__colorbox__file_field_file_url_plain\";i:29;s:42:\"video__colorbox__file_field_media_colorbox\";i:30;s:44:\"video__colorbox__file_field_media_large_icon\";i:31;s:27:\"video__colorbox__file_image\";i:32;s:34:\"video__colorbox__media_vimeo_image\";i:33;s:34:\"video__colorbox__media_vimeo_video\";i:34;s:36:\"video__colorbox__media_youtube_image\";i:35;s:36:\"video__colorbox__media_youtube_video\";i:36;s:41:\"video__preview__file_field_media_colorbox\";i:37;s:33:\"video__preview__media_vimeo_image\";i:38;s:35:\"video__preview__media_youtube_image\";}s:8:\"variable\";a:29:{i:0;s:21:\"colorbox_caption_trim\";i:1;s:28:\"colorbox_caption_trim_length\";i:2;s:25:\"colorbox_compression_type\";i:3;s:33:\"colorbox_custom_settings_activate\";i:4;s:14:\"colorbox_fixed\";i:5;s:22:\"colorbox_initialheight\";i:6;s:21:\"colorbox_initialwidth\";i:7;s:15:\"colorbox_inline\";i:8;s:13:\"colorbox_load\";i:9;s:18:\"colorbox_maxheight\";i:10;s:17:\"colorbox_maxwidth\";i:11;s:16:\"colorbox_opacity\";i:12;s:21:\"colorbox_overlayclose\";i:13;s:14:\"colorbox_pages\";i:14;s:18:\"colorbox_scrolling\";i:15;s:18:\"colorbox_slideshow\";i:16;s:22:\"colorbox_slideshowauto\";i:17;s:23:\"colorbox_slideshowspeed\";i:18;s:14:\"colorbox_style\";i:19;s:19:\"colorbox_text_close\";i:20;s:21:\"colorbox_text_current\";i:21;s:18:\"colorbox_text_next\";i:22;s:22:\"colorbox_text_previous\";i:23;s:19:\"colorbox_text_start\";i:24;s:18:\"colorbox_text_stop\";i:25;s:25:\"colorbox_transition_speed\";i:26;s:24:\"colorbox_transition_type\";i:27;s:19:\"colorbox_visibility\";i:28;s:36:\"field_bundle_settings_file__document\";}}s:12:\"project path\";s:25:\"sites/all/modules/contrib\";s:9:\"datestamp\";s:10:\"1374351073\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_messages/oa_messages.module','oa_messages','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:20:\"Open Atrium Messages\";s:11:\"description\";s:29:\"Message types for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:13:{i:0;s:6:\"ctools\";i:1;s:6:\"entity\";i:2;s:15:\"entityreference\";i:3;s:8:\"features\";i:4;s:4:\"list\";i:5;s:7:\"message\";i:6;s:6:\"number\";i:7;s:7:\"oa_core\";i:8;s:2:\"og\";i:9;s:5:\"og_ui\";i:10;s:7:\"options\";i:11;s:9:\"strongarm\";i:12;s:4:\"text\";}s:8:\"features\";a:6:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:6:{i:0;s:21:\"field_deleted_summary\";i:1;s:19:\"field_deleted_title\";i:2;s:24:\"field_oa_message_section\";i:3;s:22:\"field_oa_message_space\";i:4;s:21:\"field_oa_message_text\";i:5;s:17:\"field_oa_node_ref\";}s:14:\"field_instance\";a:15:{i:0;s:42:\"message-oa_create-field_oa_message_section\";i:1;s:40:\"message-oa_create-field_oa_message_space\";i:2;s:39:\"message-oa_create-field_oa_message_text\";i:3;s:35:\"message-oa_create-field_oa_node_ref\";i:4;s:39:\"message-oa_delete-field_deleted_summary\";i:5;s:37:\"message-oa_delete-field_deleted_title\";i:6;s:42:\"message-oa_delete-field_oa_message_section\";i:7;s:40:\"message-oa_delete-field_oa_message_space\";i:8;s:42:\"message-oa_member-field_oa_message_section\";i:9;s:40:\"message-oa_member-field_oa_message_space\";i:10;s:39:\"message-oa_member-field_oa_message_text\";i:11;s:42:\"message-oa_update-field_oa_message_section\";i:12;s:40:\"message-oa_update-field_oa_message_space\";i:13;s:39:\"message-oa_update-field_oa_message_text\";i:14;s:35:\"message-oa_update-field_oa_node_ref\";}s:12:\"message_type\";a:4:{i:0;s:9:\"oa_create\";i:1;s:9:\"oa_delete\";i:2;s:9:\"oa_member\";i:3;s:9:\"oa_update\";}s:8:\"variable\";a:4:{i:0;s:40:\"field_bundle_settings_message__oa_create\";i:1;s:40:\"field_bundle_settings_message__oa_delete\";i:2;s:40:\"field_bundle_settings_message__oa_member\";i:3;s:40:\"field_bundle_settings_message__oa_update\";}}s:5:\"files\";a:2:{i:0;s:44:\"plugins/feeds/plugins/OaMailParser.class.php\";i:1;s:38:\"plugins/feeds/plugins/OaMailParser.inc\";}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_news/oa_news.module','oa_news','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:16:\"Open Atrium News\";s:11:\"description\";s:27:\"News layout for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:7:{i:0;s:6:\"ctools\";i:1;s:7:\"oa_core\";i:2;s:9:\"panelizer\";i:3;s:9:\"strongarm\";i:4;s:5:\"views\";i:5;s:13:\"views_content\";i:6;s:15:\"views_load_more\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:3:{i:0;s:21:\"panelizer:panelizer:1\";i:1;s:21:\"strongarm:strongarm:1\";i:2;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:18:\"panelizer_defaults\";a:1:{i:0;s:31:\"node:oa_section:oa_section_news\";}s:10:\"views_view\";a:1:{i:0;s:16:\"open_atrium_news\";}}s:16:\"features_exclude\";a:1:{s:12:\"dependencies\";a:1:{s:10:\"oa_layouts\";s:10:\"oa_layouts\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_notifications/oa_notifications.module','oa_notifications','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:25:\"Open Atrium Notifications\";s:11:\"description\";s:80:\"A module that handles all of the functionality for notifications for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:4:{i:0;s:6:\"ctools\";i:1;s:4:\"flag\";i:2;s:7:\"oa_core\";i:3;s:12:\"page_manager\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:28:\"page_manager:pages_default:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:18:\"page_manager_pages\";a:1:{i:0;s:23:\"user_subscribed_content\";}}s:12:\"project path\";s:25:\"sites/all/modules/contrib\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:16:\"oa_notifications\";s:9:\"datestamp\";s:10:\"1374351374\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_panopoly_users/oa_panopoly_users.module','oa_panopoly_users','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:26:\"Open Atrium Panopoly Users\";s:11:\"description\";s:28:\"Overrides for Panopoly Users\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:7:{i:0;s:6:\"ctools\";i:1;s:8:\"features\";i:2;s:5:\"image\";i:3;s:7:\"oa_core\";i:4;s:8:\"oa_river\";i:5;s:9:\"panelizer\";i:6;s:14:\"panopoly_users\";}s:8:\"features\";a:3:{s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:23:\"features_override_items\";a:2:{i:0;s:64:\"page_manager_handlers.pm_existing_pages_user_login_panel_context\";i:1;s:36:\"panelizer_defaults.user:user:default\";}s:18:\"features_overrides\";a:59:{i:0;s:89:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|body_classes_to_add\";i:1;s:92:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|body_classes_to_remove\";i:2;s:125:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|display|content|new-1|configuration|override_title_text\";i:3;s:88:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|display|hide_title\";i:4;s:84:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|display|layout\";i:5;s:104:\"page_manager_handlers.pm_existing_pages_user_login_panel_context.conf|display|panel_settings|contentmain\";i:6;s:84:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|delta_limit\";i:7;s:85:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|delta_offset\";i:8;s:87:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|delta_reversed\";i:9;s:80:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|exposed\";i:10;s:82:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|formatter\";i:11;s:91:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|formatter_settings\";i:12;s:87:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|items_per_page\";i:13;s:78:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|label\";i:14;s:85:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|link_to_view\";i:15;s:82:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|more_link\";i:16;s:79:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|offset\";i:17;s:87:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|override_title\";i:18;s:81:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|pager_id\";i:19;s:77:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|path\";i:20;s:82:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|use_pager\";i:21;s:85:\"panelizer_defaults.user:user:default.display|content|new-1|configuration|widget_title\";i:22;s:64:\"panelizer_defaults.user:user:default.display|content|new-1|panel\";i:23;s:66:\"panelizer_defaults.user:user:default.display|content|new-1|subtype\";i:24;s:63:\"panelizer_defaults.user:user:default.display|content|new-1|type\";i:25;s:82:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|context|0\";i:26;s:84:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|delta_limit\";i:27;s:85:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|delta_offset\";i:28;s:87:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|delta_reversed\";i:29;s:88:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|exposed|sort_by\";i:30;s:91:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|exposed|sort_order\";i:31;s:85:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|exposed|type\";i:32;s:82:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|formatter\";i:33;s:91:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|formatter_settings\";i:34;s:84:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|header_type\";i:35;s:87:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|items_per_page\";i:36;s:78:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|label\";i:37;s:87:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|override_title\";i:38;s:92:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|override_title_text\";i:39;s:81:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|pager_id\";i:40;s:82:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|use_pager\";i:41;s:82:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|view_mode\";i:42;s:86:\"panelizer_defaults.user:user:default.display|content|new-2|configuration|view_settings\";i:43;s:64:\"panelizer_defaults.user:user:default.display|content|new-2|panel\";i:44;s:67:\"panelizer_defaults.user:user:default.display|content|new-2|position\";i:45;s:66:\"panelizer_defaults.user:user:default.display|content|new-2|subtype\";i:46;s:63:\"panelizer_defaults.user:user:default.display|content|new-2|type\";i:47;s:58:\"panelizer_defaults.user:user:default.display|content|new-3\";i:48;s:58:\"panelizer_defaults.user:user:default.display|content|new-4\";i:49;s:58:\"panelizer_defaults.user:user:default.display|content|new-5\";i:50;s:51:\"panelizer_defaults.user:user:default.display|layout\";i:51;s:89:\"panelizer_defaults.user:user:default.display|panel_settings|style_settings|contentcolumn1\";i:52;s:89:\"panelizer_defaults.user:user:default.display|panel_settings|style_settings|contentcolumn2\";i:53;s:88:\"panelizer_defaults.user:user:default.display|panel_settings|style_settings|contentfooter\";i:54;s:88:\"panelizer_defaults.user:user:default.display|panel_settings|style_settings|contentheader\";i:55;s:59:\"panelizer_defaults.user:user:default.display|panels|column1\";i:56;s:59:\"panelizer_defaults.user:user:default.display|panels|column2\";i:57;s:65:\"panelizer_defaults.user:user:default.display|panels|contentheader\";i:58;s:59:\"panelizer_defaults.user:user:default.display|panels|sidebar\";}}s:16:\"features_exclude\";a:1:{s:10:\"field_base\";a:2:{s:16:\"field_user_about\";s:16:\"field_user_about\";s:18:\"field_user_picture\";s:18:\"field_user_picture\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_permissions/oa_permissions.module','oa_permissions','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:23:\"Open Atrium Permissions\";s:11:\"description\";s:41:\"User and role permissions for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:30:{i:0;s:14:\"caption_filter\";i:1;s:6:\"ctools\";i:2;s:8:\"features\";i:3;s:22:\"fieldable_panels_panes\";i:4;s:11:\"file_entity\";i:5;s:6:\"filter\";i:6;s:19:\"image_resize_filter\";i:7;s:5:\"media\";i:8;s:14:\"media_internet\";i:9;s:4:\"node\";i:10;s:10:\"oa_buttons\";i:11;s:7:\"oa_core\";i:12;s:13:\"oa_discussion\";i:13;s:10:\"oa_layouts\";i:14;s:11:\"oa_sections\";i:15;s:7:\"oa_wiki\";i:16;s:2:\"og\";i:17;s:14:\"og_menu_single\";i:18;s:5:\"og_ui\";i:19;s:12:\"og_variables\";i:20;s:8:\"og_vocab\";i:21;s:9:\"panelizer\";i:22;s:6:\"panels\";i:23;s:18:\"panels_breadcrumbs\";i:24;s:14:\"panopoly_pages\";i:25;s:16:\"panopoly_widgets\";i:26;s:16:\"panopoly_wysiwyg\";i:27;s:10:\"save_draft\";i:28;s:9:\"strongarm\";i:29;s:10:\"trash_flag\";}s:8:\"features\";a:5:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:22:\"og_features_permission\";a:38:{i:0;s:22:\"node:oa_group:add user\";i:1;s:30:\"node:oa_group:administer group\";i:2;s:33:\"node:oa_group:administer taxonomy\";i:3;s:43:\"node:oa_group:approve and deny subscription\";i:4;s:26:\"node:oa_group:delete terms\";i:5;s:24:\"node:oa_group:edit terms\";i:6;s:28:\"node:oa_group:manage members\";i:7;s:25:\"node:oa_group:manage menu\";i:8;s:32:\"node:oa_group:manage permissions\";i:9;s:26:\"node:oa_group:manage roles\";i:10;s:30:\"node:oa_group:manage variables\";i:11;s:23:\"node:oa_group:subscribe\";i:12;s:40:\"node:oa_group:subscribe without approval\";i:13;s:31:\"node:oa_group:trash any content\";i:14;s:25:\"node:oa_group:unsubscribe\";i:15;s:33:\"node:oa_group:untrash any content\";i:16;s:26:\"node:oa_group:update group\";i:17;s:42:\"node:oa_group:use any oa button space_type\";i:18;s:28:\"node:oa_group:view trash bin\";i:19;s:22:\"node:oa_space:add user\";i:20;s:30:\"node:oa_space:administer group\";i:21;s:33:\"node:oa_space:administer taxonomy\";i:22;s:43:\"node:oa_space:approve and deny subscription\";i:23;s:26:\"node:oa_space:delete terms\";i:24;s:24:\"node:oa_space:edit terms\";i:25;s:28:\"node:oa_space:manage members\";i:26;s:25:\"node:oa_space:manage menu\";i:27;s:32:\"node:oa_space:manage permissions\";i:28;s:26:\"node:oa_space:manage roles\";i:29;s:30:\"node:oa_space:manage variables\";i:30;s:23:\"node:oa_space:subscribe\";i:31;s:40:\"node:oa_space:subscribe without approval\";i:32;s:31:\"node:oa_space:trash any content\";i:33;s:25:\"node:oa_space:unsubscribe\";i:34;s:33:\"node:oa_space:untrash any content\";i:35;s:26:\"node:oa_space:update group\";i:36;s:42:\"node:oa_space:use any oa button space_type\";i:37;s:28:\"node:oa_space:view trash bin\";}s:15:\"user_permission\";a:93:{i:0;s:29:\"add media from remote sources\";i:1;s:46:\"administer panelizer node oa_group breadcrumbs\";i:2;s:42:\"administer panelizer node oa_group content\";i:3;s:42:\"administer panelizer node oa_group context\";i:4;s:43:\"administer panelizer node oa_group defaults\";i:5;s:41:\"administer panelizer node oa_group layout\";i:6;s:43:\"administer panelizer node oa_group overview\";i:7;s:43:\"administer panelizer node oa_group settings\";i:8;s:48:\"administer panelizer node oa_section breadcrumbs\";i:9;s:44:\"administer panelizer node oa_section content\";i:10;s:44:\"administer panelizer node oa_section context\";i:11;s:45:\"administer panelizer node oa_section defaults\";i:12;s:43:\"administer panelizer node oa_section layout\";i:13;s:45:\"administer panelizer node oa_section overview\";i:14;s:45:\"administer panelizer node oa_section settings\";i:15;s:46:\"administer panelizer node oa_space breadcrumbs\";i:16;s:42:\"administer panelizer node oa_space content\";i:17;s:42:\"administer panelizer node oa_space context\";i:18;s:43:\"administer panelizer node oa_space defaults\";i:19;s:41:\"administer panelizer node oa_space layout\";i:20;s:43:\"administer panelizer node oa_space overview\";i:21;s:43:\"administer panelizer node oa_space settings\";i:22;s:45:\"administer panelizer node oa_team breadcrumbs\";i:23;s:41:\"administer panelizer node oa_team content\";i:24;s:41:\"administer panelizer node oa_team context\";i:25;s:42:\"administer panelizer node oa_team defaults\";i:26;s:40:\"administer panelizer node oa_team layout\";i:27;s:42:\"administer panelizer node oa_team overview\";i:28;s:42:\"administer panelizer node oa_team settings\";i:29;s:51:\"administer panelizer node panopoly_page breadcrumbs\";i:30;s:47:\"administer panelizer node panopoly_page content\";i:31;s:47:\"administer panelizer node panopoly_page context\";i:32;s:48:\"administer panelizer node panopoly_page defaults\";i:33;s:46:\"administer panelizer node panopoly_page layout\";i:34;s:48:\"administer panelizer node panopoly_page overview\";i:35;s:48:\"administer panelizer node panopoly_page settings\";i:36;s:42:\"administer panelizer user user breadcrumbs\";i:37;s:38:\"administer panelizer user user content\";i:38;s:38:\"administer panelizer user user context\";i:39;s:39:\"administer panelizer user user defaults\";i:40;s:37:\"administer panelizer user user layout\";i:41;s:39:\"administer panelizer user user overview\";i:42;s:39:\"administer panelizer user user settings\";i:43;s:24:\"administer panels styles\";i:44;s:31:\"change layouts in place editing\";i:45;s:27:\"create fieldable basic_file\";i:46;s:22:\"create fieldable image\";i:47;s:20:\"create fieldable map\";i:48;s:28:\"create fieldable quick_links\";i:49;s:26:\"create fieldable spotlight\";i:50;s:22:\"create fieldable table\";i:51;s:21:\"create fieldable text\";i:52;s:22:\"create fieldable video\";i:53;s:12:\"create files\";i:54;s:16:\"delete any files\";i:55;s:27:\"delete fieldable basic_file\";i:56;s:22:\"delete fieldable image\";i:57;s:20:\"delete fieldable map\";i:58;s:28:\"delete fieldable quick_links\";i:59;s:26:\"delete fieldable spotlight\";i:60;s:22:\"delete fieldable table\";i:61;s:21:\"delete fieldable text\";i:62;s:22:\"delete fieldable video\";i:63;s:16:\"delete own files\";i:64;s:18:\"download any files\";i:65;s:18:\"download own files\";i:66;s:14:\"edit any files\";i:67;s:25:\"edit fieldable basic_file\";i:68;s:20:\"edit fieldable image\";i:69;s:18:\"edit fieldable map\";i:70;s:26:\"edit fieldable quick_links\";i:71;s:24:\"edit fieldable spotlight\";i:72;s:20:\"edit fieldable table\";i:73;s:19:\"edit fieldable text\";i:74;s:20:\"edit fieldable video\";i:75;s:14:\"edit own files\";i:76;s:10:\"save draft\";i:77;s:17:\"trash any content\";i:78;s:31:\"trash any panopoly_page content\";i:79;s:31:\"trash own panopoly_page content\";i:80;s:19:\"untrash any content\";i:81;s:33:\"untrash any panopoly_page content\";i:82;s:33:\"untrash own panopoly_page content\";i:83;s:27:\"use panels in place editing\";i:84;s:34:\"use text format panopoly_html_text\";i:85;s:37:\"use text format panopoly_wysiwyg_text\";i:86;s:10:\"view files\";i:87;s:14:\"view own files\";i:88;s:22:\"view own private files\";i:89;s:28:\"view own unpublished content\";i:90;s:18:\"view private files\";i:91;s:14:\"view trash bin\";i:92;s:18:\"view trash content\";}s:8:\"variable\";a:2:{i:0;s:27:\"og_group_manager_admin_role\";i:1;s:28:\"og_group_manager_full_access\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_river/oa_river.module','oa_river','module','',0,0,-1,0,'a:15:{s:4:\"name\";s:27:\"Open Atrium Recent Activity\";s:11:\"description\";s:74:\"Displays a consolidated list of recent activities across all applications.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:6:{i:0;s:12:\"entity_token\";i:1;s:7:\"oa_core\";i:2;s:6:\"panels\";i:3;s:5:\"views\";i:4;s:13:\"views_content\";i:5;s:15:\"views_load_more\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"oa_river.css\";s:73:\"profiles/openatrium/modules/contrib/oa_core/modules/oa_river/oa_river.css\";}}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"views_view\";a:1:{i:0;s:18:\"oa_recent_activity\";}}s:16:\"features_exclude\";a:1:{s:12:\"dependencies\";a:1:{s:6:\"ctools\";s:6:\"ctools\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_search/oa_search.module','oa_search','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"Open Atrium Search\";s:11:\"description\";s:54:\"Provides advanced search functionality for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:5:{i:0;s:6:\"ctools\";i:1;s:8:\"facetapi\";i:2;s:7:\"oa_core\";i:3;s:12:\"page_manager\";i:4;s:15:\"panopoly_search\";}s:8:\"features\";a:6:{s:6:\"ctools\";a:2:{i:0;s:28:\"facetapi:facetapi_defaults:1\";i:1;s:28:\"page_manager:pages_default:1\";}s:8:\"facetapi\";a:4:{i:0;s:39:\"search_api@database_node_index::created\";i:1;s:36:\"search_api@database_node_index::type\";i:2;s:57:\"search_api@database_node_index:block:oa_section_ref:title\";i:3;s:55:\"search_api@database_node_index:block:og_group_ref:title\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:23:\"features_override_items\";a:3:{i:0;s:36:\"search_api_index.database_node_index\";i:1;s:33:\"search_api_server.database_server\";i:2;s:30:\"variable.search_active_modules\";}s:18:\"features_overrides\";a:8:{i:0;s:64:\"search_api_index.database_node_index.options|fields|created|type\";i:1;s:72:\"search_api_index.database_node_index.options|fields|oa_section_ref:title\";i:2;s:70:\"search_api_index.database_node_index.options|fields|og_group_ref:title\";i:3;s:82:\"search_api_server.database_server.options|indexes|database_node_index|created|type\";i:4;s:90:\"search_api_server.database_server.options|indexes|database_node_index|oa_section_ref:title\";i:5;s:88:\"search_api_server.database_server.options|indexes|database_node_index|og_group_ref:title\";i:6;s:48:\"variable.search_active_modules.value|file_entity\";i:7;s:41:\"variable.search_active_modules.value|user\";}s:21:\"page_manager_handlers\";a:2:{i:0;s:25:\"search_node_panel_context\";i:1;s:25:\"search_user_panel_context\";}}s:5:\"files\";a:1:{i:0;s:22:\"oa_search.facetapi.inc\";}s:9:\"datestamp\";s:10:\"1374591069\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_section_context/oa_section_context.module','oa_section_context','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:23:\"Section Session Context\";s:11:\"description\";s:53:\"Prepopulate section references from session variable.\";s:7:\"package\";s:11:\"Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.1\";s:12:\"dependencies\";a:1:{i:0;s:7:\"oa_core\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_sections/oa_sections.module','oa_sections','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:20:\"Open Atrium Sections\";s:11:\"description\";s:35:\"Section landing pages within space.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:16:{i:0;s:6:\"ctools\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:11:\"field_group\";i:4;s:6:\"number\";i:5;s:7:\"oa_core\";i:6;s:8:\"oa_teams\";i:7;s:2:\"og\";i:8;s:7:\"options\";i:9;s:22:\"reference_option_limit\";i:10;s:9:\"strongarm\";i:11;s:4:\"text\";i:12;s:5:\"views\";i:13;s:13:\"views_content\";i:14;s:15:\"views_load_more\";i:15;s:10:\"trash_flag\";}s:8:\"features\";a:10:{s:6:\"ctools\";a:4:{i:0;s:25:\"field_group:field_group:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"strongarm:strongarm:1\";i:3;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:4:{i:0;s:18:\"field_oa_group_ref\";i:1;s:23:\"field_oa_section_weight\";i:2;s:17:\"field_oa_team_ref\";i:3;s:17:\"field_oa_user_ref\";}s:11:\"field_group\";a:1:{i:0;s:33:\"group_access|node|oa_section|form\";}s:14:\"field_instance\";a:7:{i:0;s:20:\"node-oa_section-body\";i:1;s:34:\"node-oa_section-field_oa_group_ref\";i:2;s:39:\"node-oa_section-field_oa_section_weight\";i:3;s:33:\"node-oa_section-field_oa_team_ref\";i:4;s:33:\"node-oa_section-field_oa_user_ref\";i:5;s:28:\"node-oa_section-field_weight\";i:6;s:28:\"node-oa_section-og_group_ref\";}s:4:\"node\";a:1:{i:0;s:10:\"oa_section\";}s:22:\"og_features_permission\";a:18:{i:0;s:39:\"node:oa_group:create oa_section content\";i:1;s:43:\"node:oa_group:delete any oa_section content\";i:2;s:43:\"node:oa_group:delete own oa_section content\";i:3;s:42:\"node:oa_group:trash any oa_section content\";i:4;s:42:\"node:oa_group:trash own oa_section content\";i:5;s:44:\"node:oa_group:untrash any oa_section content\";i:6;s:44:\"node:oa_group:untrash own oa_section content\";i:7;s:43:\"node:oa_group:update any oa_section content\";i:8;s:43:\"node:oa_group:update own oa_section content\";i:9;s:39:\"node:oa_space:create oa_section content\";i:10;s:43:\"node:oa_space:delete any oa_section content\";i:11;s:43:\"node:oa_space:delete own oa_section content\";i:12;s:42:\"node:oa_space:trash any oa_section content\";i:13;s:42:\"node:oa_space:trash own oa_section content\";i:14;s:44:\"node:oa_space:untrash any oa_section content\";i:15;s:44:\"node:oa_space:untrash own oa_section content\";i:16;s:43:\"node:oa_space:update any oa_section content\";i:17;s:43:\"node:oa_space:update own oa_section content\";}s:15:\"user_permission\";a:9:{i:0;s:25:\"create oa_section content\";i:1;s:29:\"delete any oa_section content\";i:2;s:29:\"delete own oa_section content\";i:3;s:27:\"edit any oa_section content\";i:4;s:27:\"edit own oa_section content\";i:5;s:28:\"trash any oa_section content\";i:6;s:28:\"trash own oa_section content\";i:7;s:30:\"untrash any oa_section content\";i:8;s:30:\"untrash own oa_section content\";}s:8:\"variable\";a:22:{i:0;s:42:\"additional_settings__active_tab_oa_section\";i:1;s:28:\"comment_anonymous_oa_section\";i:2;s:31:\"comment_default_mode_oa_section\";i:3;s:35:\"comment_default_per_page_oa_section\";i:4;s:32:\"comment_form_location_oa_section\";i:5;s:18:\"comment_oa_section\";i:6;s:26:\"comment_preview_oa_section\";i:7;s:32:\"comment_subject_field_oa_section\";i:8;s:38:\"date_popup_authored_enabled_oa_section\";i:9;s:37:\"date_popup_authored_format_oa_section\";i:10;s:41:\"date_popup_authored_year_range_oa_section\";i:11;s:42:\"diff_enable_revisions_page_node_oa_section\";i:12;s:41:\"diff_show_preview_changes_node_oa_section\";i:13;s:38:\"diff_view_mode_preview_node_oa_section\";i:14;s:38:\"field_bundle_settings_node__oa_section\";i:15;s:32:\"language_content_type_oa_section\";i:16;s:23:\"menu_options_oa_section\";i:17;s:22:\"menu_parent_oa_section\";i:18;s:23:\"node_options_oa_section\";i:19;s:23:\"node_preview_oa_section\";i:20;s:25:\"node_submitted_oa_section\";i:21;s:25:\"og_menu_enable_oa_section\";}s:10:\"views_view\";a:1:{i:0;s:25:\"open_atrium_section_pages\";}}s:16:\"features_exclude\";a:3:{s:12:\"dependencies\";a:1:{s:5:\"og_ui\";s:5:\"og_ui\";}s:5:\"field\";a:6:{s:20:\"node-oa_section-body\";s:20:\"node-oa_section-body\";s:34:\"node-oa_section-field_oa_group_ref\";s:34:\"node-oa_section-field_oa_group_ref\";s:33:\"node-oa_section-field_oa_team_ref\";s:33:\"node-oa_section-field_oa_team_ref\";s:33:\"node-oa_section-field_oa_user_ref\";s:33:\"node-oa_section-field_oa_user_ref\";s:28:\"node-oa_section-og_group_ref\";s:28:\"node-oa_section-og_group_ref\";s:39:\"node-oa_section-field_oa_section_weight\";s:39:\"node-oa_section-field_oa_section_weight\";}s:8:\"variable\";a:1:{s:34:\"panelizer_defaults_node_oa_section\";s:34:\"panelizer_defaults_node_oa_section\";}}s:5:\"files\";a:2:{i:0;s:28:\"tests/oa_sectionsAccess.test\";i:1;s:32:\"tests/oa_sectionsAccessBase.test\";}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_styles/oa_styles.module','oa_styles','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:18:\"Open Atrium Styles\";s:11:\"description\";s:54:\"Various styles for Open Atrium\'s Panel/Bootstrap theme\";s:7:\"package\";s:11:\"Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_subspaces/oa_subspaces.module','oa_subspaces','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:44:\"Open Atrium Subgroup Intergration for Spaces\";s:11:\"description\";s:42:\"Provides subgroup functionality for spaces\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:12:\"oa_subspaces\";s:12:\"dependencies\";a:10:{i:0;s:6:\"ctools\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:4:\"list\";i:4;s:7:\"oa_core\";i:5;s:2:\"og\";i:6;s:12:\"og_subgroups\";i:7;s:5:\"og_ui\";i:8;s:7:\"options\";i:9;s:9:\"strongarm\";}s:8:\"features\";a:5:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:3:{i:0;s:15:\"oa_parent_space\";i:1;s:19:\"og_user_inheritance\";i:2;s:30:\"og_user_permission_inheritance\";}s:14:\"field_instance\";a:6:{i:0;s:29:\"node-oa_group-oa_parent_space\";i:1;s:33:\"node-oa_group-og_user_inheritance\";i:2;s:44:\"node-oa_group-og_user_permission_inheritance\";i:3;s:29:\"node-oa_space-oa_parent_space\";i:4;s:33:\"node-oa_space-og_user_inheritance\";i:5;s:44:\"node-oa_space-og_user_permission_inheritance\";}s:8:\"variable\";a:1:{i:0;s:32:\"og_subgroups_default_fields_node\";}}s:5:\"files\";a:2:{i:0;s:33:\"tests/oa_subspacesPermission.test\";i:1;s:36:\"tests/oa_subspacesSectionAccess.test\";}s:12:\"project path\";s:36:\"profiles/openatrium/modules/features\";s:9:\"datestamp\";s:10:\"1374594068\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_teams/oa_teams.module','oa_teams','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:17:\"Open Atrium Teams\";s:11:\"description\";s:19:\"Teams within spaces\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:12:{i:0;s:6:\"ctools\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:7:\"oa_core\";i:4;s:2:\"og\";i:5;s:7:\"options\";i:6;s:12:\"page_manager\";i:7;s:9:\"panelizer\";i:8;s:9:\"strongarm\";i:9;s:4:\"text\";i:10;s:5:\"views\";i:11;s:10:\"trash_flag\";}s:8:\"features\";a:11:{s:6:\"ctools\";a:4:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"panelizer:panelizer:1\";i:2;s:21:\"strongarm:strongarm:1\";i:3;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:1:{i:0;s:19:\"field_oa_team_users\";}s:14:\"field_instance\";a:3:{i:0;s:17:\"node-oa_team-body\";i:1;s:32:\"node-oa_team-field_oa_team_users\";i:2;s:25:\"node-oa_team-og_group_ref\";}s:4:\"node\";a:1:{i:0;s:7:\"oa_team\";}s:22:\"og_features_permission\";a:18:{i:0;s:36:\"node:oa_group:create oa_team content\";i:1;s:40:\"node:oa_group:delete any oa_team content\";i:2;s:40:\"node:oa_group:delete own oa_team content\";i:3;s:39:\"node:oa_group:trash any oa_team content\";i:4;s:39:\"node:oa_group:trash own oa_team content\";i:5;s:41:\"node:oa_group:untrash any oa_team content\";i:6;s:41:\"node:oa_group:untrash own oa_team content\";i:7;s:40:\"node:oa_group:update any oa_team content\";i:8;s:40:\"node:oa_group:update own oa_team content\";i:9;s:36:\"node:oa_space:create oa_team content\";i:10;s:40:\"node:oa_space:delete any oa_team content\";i:11;s:40:\"node:oa_space:delete own oa_team content\";i:12;s:39:\"node:oa_space:trash any oa_team content\";i:13;s:39:\"node:oa_space:trash own oa_team content\";i:14;s:41:\"node:oa_space:untrash any oa_team content\";i:15;s:41:\"node:oa_space:untrash own oa_team content\";i:16;s:40:\"node:oa_space:update any oa_team content\";i:17;s:40:\"node:oa_space:update own oa_team content\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:25:\"node_edit_panel_context_3\";}s:18:\"panelizer_defaults\";a:1:{i:0;s:20:\"node:oa_team:default\";}s:15:\"user_permission\";a:9:{i:0;s:22:\"create oa_team content\";i:1;s:26:\"delete any oa_team content\";i:2;s:26:\"delete own oa_team content\";i:3;s:24:\"edit any oa_team content\";i:4;s:24:\"edit own oa_team content\";i:5;s:25:\"trash any oa_team content\";i:6;s:25:\"trash own oa_team content\";i:7;s:27:\"untrash any oa_team content\";i:8;s:27:\"untrash own oa_team content\";}s:8:\"variable\";a:15:{i:0;s:25:\"comment_anonymous_oa_team\";i:1;s:28:\"comment_default_mode_oa_team\";i:2;s:32:\"comment_default_per_page_oa_team\";i:3;s:29:\"comment_form_location_oa_team\";i:4;s:15:\"comment_oa_team\";i:5;s:23:\"comment_preview_oa_team\";i:6;s:29:\"comment_subject_field_oa_team\";i:7;s:35:\"field_bundle_settings_node__oa_team\";i:8;s:29:\"language_content_type_oa_team\";i:9;s:20:\"menu_options_oa_team\";i:10;s:19:\"menu_parent_oa_team\";i:11;s:20:\"node_options_oa_team\";i:12;s:20:\"node_preview_oa_team\";i:13;s:22:\"node_submitted_oa_team\";i:14;s:31:\"panelizer_defaults_node_oa_team\";}s:10:\"views_view\";a:1:{i:0;s:24:\"open_atrium_team_filters\";}}s:16:\"features_exclude\";a:2:{s:5:\"field\";a:3:{s:17:\"node-oa_team-body\";s:17:\"node-oa_team-body\";s:32:\"node-oa_team-field_oa_team_users\";s:32:\"node-oa_team-field_oa_team_users\";s:25:\"node-oa_team-og_group_ref\";s:25:\"node-oa_team-og_group_ref\";}s:10:\"field_base\";a:1:{s:4:\"body\";s:4:\"body\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_users/oa_users.module','oa_users','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:17:\"Open Atrium Users\";s:11:\"description\";s:12:\"User layouts\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:12:\"dependencies\";a:9:{i:0;s:6:\"ctools\";i:1;s:15:\"entityreference\";i:2;s:8:\"features\";i:3;s:17:\"oa_panopoly_users\";i:4;s:2:\"og\";i:5;s:5:\"og_ui\";i:6;s:12:\"page_manager\";i:7;s:9:\"strongarm\";i:8;s:4:\"text\";}s:8:\"features\";a:6:{s:6:\"ctools\";a:2:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:10:\"field_base\";a:2:{i:0;s:23:\"field_user_display_name\";i:1;s:12:\"og_user_node\";}s:14:\"field_instance\";a:4:{i:0;s:26:\"user-user-field_user_about\";i:1;s:33:\"user-user-field_user_display_name\";i:2;s:28:\"user-user-field_user_picture\";i:3;s:22:\"user-user-og_user_node\";}s:18:\"page_manager_pages\";a:1:{i:0;s:13:\"user_actitivy\";}s:8:\"variable\";a:1:{i:0;s:16:\"realname_pattern\";}}s:16:\"features_exclude\";a:2:{s:12:\"dependencies\";a:1:{s:5:\"image\";s:5:\"image\";}s:10:\"field_base\";a:2:{s:16:\"field_user_about\";s:16:\"field_user_about\";s:18:\"field_user_picture\";s:18:\"field_user_picture\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_variables/oa_variables.module','oa_variables','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:12:\"OA variables\";s:11:\"description\";s:36:\"Configure variables overrides for oa\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:3:{i:0;s:6:\"ctools\";i:1;s:12:\"og_variables\";i:2;s:9:\"strongarm\";}s:8:\"features\";a:3:{s:6:\"ctools\";a:1:{i:0;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:8:\"variable\";a:1:{i:0;s:22:\"variable_realm_list_og\";}}s:12:\"project path\";s:41:\"sites/all/modules/contrib/oa_core/modules\";s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_core/modules/oa_widgets/oa_widgets.module','oa_widgets','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Open Atrium Widgets\";s:11:\"description\";s:39:\"A collection of widgets for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:14:\"oa_widgets.css\";s:77:\"profiles/openatrium/modules/contrib/oa_core/modules/oa_widgets/oa_widgets.css\";}}s:12:\"dependencies\";a:3:{i:0;s:6:\"ctools\";i:1;s:7:\"oa_core\";i:2;s:11:\"oa_sections\";}s:7:\"version\";s:13:\"7.x-2.0-beta2\";s:7:\"project\";s:7:\"oa_core\";s:9:\"datestamp\";s:10:\"1374591069\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/oa_wiki/oa_wiki.module','oa_wiki','module','',0,0,-1,0,'a:15:{s:4:\"name\";s:16:\"Open Atrium Wiki\";s:11:\"description\";s:26:\"Wiki pages for Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:11:\"Open Atrium\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:13:\"7.x-2.0-beta1\";s:7:\"project\";s:7:\"oa_wiki\";s:12:\"dependencies\";a:18:{i:0;s:6:\"ctools\";i:1;s:10:\"dhtml_menu\";i:2;s:15:\"entityreference\";i:3;s:8:\"features\";i:4;s:11:\"field_group\";i:5;s:4:\"file\";i:6;s:5:\"media\";i:7;s:4:\"node\";i:8;s:7:\"oa_core\";i:9;s:2:\"og\";i:10;s:8:\"og_vocab\";i:11;s:7:\"options\";i:12;s:12:\"page_manager\";i:13;s:9:\"panelizer\";i:14;s:9:\"strongarm\";i:15;s:4:\"text\";i:16;s:5:\"views\";i:17;s:13:\"views_content\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:11:\"oa-wiki.css\";s:55:\"profiles/openatrium/modules/contrib/oa_wiki/oa-wiki.css\";}}s:8:\"features\";a:10:{s:6:\"ctools\";a:5:{i:0;s:25:\"field_group:field_group:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"panelizer:panelizer:1\";i:3;s:21:\"strongarm:strongarm:1\";i:4;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:2\";}s:11:\"field_group\";a:1:{i:0;s:38:\"group_oa_access|node|oa_wiki_page|form\";}s:14:\"field_instance\";a:5:{i:0;s:22:\"node-oa_wiki_page-body\";i:1;s:32:\"node-oa_wiki_page-field_oa_media\";i:2;s:32:\"node-oa_wiki_page-oa_section_ref\";i:3;s:30:\"node-oa_wiki_page-og_group_ref\";i:4;s:31:\"node-oa_wiki_page-og_vocabulary\";}s:4:\"node\";a:1:{i:0;s:12:\"oa_wiki_page\";}s:22:\"og_features_permission\";a:18:{i:0;s:41:\"node:oa_group:create oa_wiki_page content\";i:1;s:45:\"node:oa_group:delete any oa_wiki_page content\";i:2;s:45:\"node:oa_group:delete own oa_wiki_page content\";i:3;s:44:\"node:oa_group:trash any oa_wiki_page content\";i:4;s:44:\"node:oa_group:trash own oa_wiki_page content\";i:5;s:46:\"node:oa_group:untrash any oa_wiki_page content\";i:6;s:46:\"node:oa_group:untrash own oa_wiki_page content\";i:7;s:45:\"node:oa_group:update any oa_wiki_page content\";i:8;s:45:\"node:oa_group:update own oa_wiki_page content\";i:9;s:41:\"node:oa_space:create oa_wiki_page content\";i:10;s:45:\"node:oa_space:delete any oa_wiki_page content\";i:11;s:45:\"node:oa_space:delete own oa_wiki_page content\";i:12;s:44:\"node:oa_space:trash any oa_wiki_page content\";i:13;s:44:\"node:oa_space:trash own oa_wiki_page content\";i:14;s:46:\"node:oa_space:untrash any oa_wiki_page content\";i:15;s:46:\"node:oa_space:untrash own oa_wiki_page content\";i:16;s:45:\"node:oa_space:update any oa_wiki_page content\";i:17;s:45:\"node:oa_space:update own oa_wiki_page content\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:25:\"node_edit_panel_context_6\";}s:18:\"panelizer_defaults\";a:1:{i:0;s:25:\"node:oa_wiki_page:default\";}s:15:\"user_permission\";a:16:{i:0;s:50:\"administer panelizer node oa_wiki_page breadcrumbs\";i:1;s:46:\"administer panelizer node oa_wiki_page content\";i:2;s:46:\"administer panelizer node oa_wiki_page context\";i:3;s:47:\"administer panelizer node oa_wiki_page defaults\";i:4;s:45:\"administer panelizer node oa_wiki_page layout\";i:5;s:47:\"administer panelizer node oa_wiki_page overview\";i:6;s:47:\"administer panelizer node oa_wiki_page settings\";i:7;s:27:\"create oa_wiki_page content\";i:8;s:31:\"delete any oa_wiki_page content\";i:9;s:31:\"delete own oa_wiki_page content\";i:10;s:29:\"edit any oa_wiki_page content\";i:11;s:29:\"edit own oa_wiki_page content\";i:12;s:30:\"trash any oa_wiki_page content\";i:13;s:30:\"trash own oa_wiki_page content\";i:14;s:32:\"untrash any oa_wiki_page content\";i:15;s:32:\"untrash own oa_wiki_page content\";}s:8:\"variable\";a:18:{i:0;s:30:\"comment_anonymous_oa_wiki_page\";i:1;s:33:\"comment_default_mode_oa_wiki_page\";i:2;s:37:\"comment_default_per_page_oa_wiki_page\";i:3;s:34:\"comment_form_location_oa_wiki_page\";i:4;s:20:\"comment_oa_wiki_page\";i:5;s:28:\"comment_preview_oa_wiki_page\";i:6;s:34:\"comment_subject_field_oa_wiki_page\";i:7;s:19:\"dhtml_menu_settings\";i:8;s:40:\"field_bundle_settings_node__oa_wiki_page\";i:9;s:34:\"language_content_type_oa_wiki_page\";i:10;s:25:\"menu_options_oa_wiki_page\";i:11;s:24:\"menu_parent_oa_wiki_page\";i:12;s:25:\"node_options_oa_wiki_page\";i:13;s:25:\"node_preview_oa_wiki_page\";i:14;s:27:\"node_submitted_oa_wiki_page\";i:15;s:27:\"og_menu_enable_oa_wiki_page\";i:16;s:36:\"panelizer_defaults_node_oa_wiki_page\";i:17;s:35:\"panelizer_node:oa_wiki_page_default\";}}s:16:\"features_exclude\";a:2:{s:12:\"dependencies\";a:2:{s:5:\"og_ui\";s:5:\"og_ui\";s:10:\"trash_flag\";s:10:\"trash_flag\";}s:5:\"field\";a:5:{s:22:\"node-oa_wiki_page-body\";s:22:\"node-oa_wiki_page-body\";s:32:\"node-oa_wiki_page-field_oa_media\";s:32:\"node-oa_wiki_page-field_oa_media\";s:32:\"node-oa_wiki_page-oa_section_ref\";s:32:\"node-oa_wiki_page-oa_section_ref\";s:30:\"node-oa_wiki_page-og_group_ref\";s:30:\"node-oa_wiki_page-og_group_ref\";s:31:\"node-oa_wiki_page-og_vocabulary\";s:31:\"node-oa_wiki_page-og_vocabulary\";}}s:12:\"project path\";s:35:\"profiles/openatrium/modules/contrib\";s:9:\"datestamp\";s:10:\"1374351376\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og.module','og','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Organic groups\";s:11:\"description\";s:45:\"API to allow associating content with groups.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:5:{i:0;s:7:\"options\";i:1;s:4:\"list\";i:2;s:4:\"text\";i:3;s:6:\"entity\";i:4;s:15:\"entityreference\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:27:{i:0;s:11:\"og.info.inc\";i:1;s:21:\"includes/og.admin.inc\";i:2;s:25:\"includes/og.exception.inc\";i:3;s:26:\"includes/og.membership.inc\";i:4;s:31:\"includes/og.membership_type.inc\";i:5;s:27:\"includes/views/og.views.inc\";i:6;s:7:\"og.test\";i:7;s:61:\"includes/views/handlers/og_plugin_argument_validate_group.inc\";i:8;s:66:\"includes/views/handlers/og_plugin_argument_default_user_groups.inc\";i:9;s:63:\"includes/views/handlers/og_handler_field_group_member_count.inc\";i:10;s:65:\"includes/views/handlers/og_handler_field_group_audience_state.inc\";i:11;s:59:\"includes/views/handlers/og_handler_field_prerender_list.inc\";i:12;s:55:\"includes/views/handlers/og_handler_field_user_roles.inc\";i:13;s:62:\"includes/views/handlers/og_handler_field_group_permissions.inc\";i:14;s:68:\"includes/views/handlers/og_handler_field_og_membership_link_edit.inc\";i:15;s:66:\"includes/views/handlers/og_handler_filter_group_audience_state.inc\";i:16;s:56:\"includes/views/handlers/og_handler_filter_user_roles.inc\";i:17;s:51:\"includes/views/handlers/og_handler_relationship.inc\";i:18;s:55:\"includes/migrate/plugins/destinations/og_membership.inc\";i:19;s:39:\"includes/migrate/7000/og_add_fields.inc\";i:20;s:36:\"includes/migrate/7000/og_content.inc\";i:21;s:34:\"includes/migrate/7000/og_group.inc\";i:22;s:33:\"includes/migrate/7000/og_user.inc\";i:23;s:31:\"includes/migrate/og.migrate.inc\";i:24;s:50:\"includes/migrate/7200/og_og_membership.migrate.inc\";i:25;s:42:\"includes/migrate/7200/og_roles.migrate.inc\";i:26;s:47:\"includes/migrate/7200/og_user_roles.migrate.inc\";}s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_access/og_access.module','og_access','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:29:\"Organic groups access control\";s:11:\"description\";s:70:\"Enable access control for private and public groups and group content.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:5:\"files\";a:3:{i:0;s:16:\"og_access.module\";i:1;s:17:\"og_access.install\";i:2;s:14:\"og_access.test\";}s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_context/og_context.module','og_context','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:22:\"Organic groups context\";s:11:\"description\";s:31:\"Get a group from a viewed page.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:17:\"og_context.module\";i:1;s:18:\"og_context.install\";i:2;s:76:\"includes/views/handlers/og_context_plugin_argument_default_group_context.inc\";i:3;s:60:\"includes/views/handlers/og_context_plugin_access_og_perm.inc\";}s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_example/og_example.module','og_example','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:11:{i:0;s:6:\"ctools\";i:1;s:27:\"entityreference_prepopulate\";i:2;s:8:\"features\";i:3;s:4:\"list\";i:4;s:14:\"message_notify\";i:5;s:2:\"og\";i:6;s:5:\"og_ui\";i:7;s:12:\"page_manager\";i:8;s:6:\"panels\";i:9;s:5:\"rules\";i:10;s:13:\"views_content\";}s:11:\"description\";s:87:\"Example module to show Organic groups configuration that can be used as building block.\";s:8:\"features\";a:6:{s:6:\"ctools\";a:1:{i:0;s:28:\"page_manager:pages_default:1\";}s:5:\"field\";a:6:{i:0;s:43:\"message-og_new_content-field_node_reference\";i:1;s:15:\"node-group-body\";i:2;s:22:\"node-group-group_group\";i:3;s:14:\"node-post-body\";i:4;s:22:\"node-post-og_group_ref\";i:5;s:35:\"node-post-og_group_ref_other_groups\";}s:12:\"message_type\";a:1:{i:0;s:14:\"og_new_content\";}s:4:\"node\";a:2:{i:0;s:5:\"group\";i:1;s:4:\"post\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:23:\"node_view_panel_context\";}s:12:\"rules_config\";a:1:{i:0;s:28:\"rules_og_new_content_message\";}}s:4:\"name\";s:10:\"OG example\";s:7:\"package\";s:8:\"Features\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_field_access/og_field_access.module','og_field_access','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:27:\"Organic groups field access\";s:11:\"description\";s:36:\"Provide field access based on group.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:22:\"og_field_access.module\";i:1;s:20:\"og_field_access.test\";}s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_menu_single/og_menu_single.module','og_menu_single','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"OG Menu Single\";s:11:\"description\";s:47:\"Provides a single custom menu per organic group\";s:5:\"files\";a:2:{i:0;s:14:\"og_menu.module\";i:1;s:29:\"tests/og_menu_singleBase.test\";}s:12:\"dependencies\";a:3:{i:0;s:4:\"menu\";i:1;s:8:\"og (2.x)\";i:2;s:10:\"og_context\";}s:7:\"package\";s:14:\"Organic groups\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:0:\"\";s:7:\"project\";s:14:\"og_menu_single\";s:9:\"datestamp\";s:10:\"1374603380\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_register/og_register.module','og_register','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:23:\"Organic groups register\";s:11:\"description\";s:57:\"Allow subscribing to groups during the user registration.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:18:\"og_register.module\";i:1;s:19:\"og_register.install\";}s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_session_context/og_session_context.module','og_session_context','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Session Context\";s:11:\"description\";s:48:\"Provides og_context value from session variable.\";s:7:\"package\";s:11:\"Open Atrium\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.1\";s:12:\"dependencies\";a:2:{i:0;s:2:\"og\";i:1;s:10:\"og_context\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:18:\"og_session_context\";s:9:\"datestamp\";s:10:\"1374603380\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_subgroups/og_subgroups.module','og_subgroups','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:24:\"Organic groups subgroups\";s:11:\"description\";s:64:\"Enable the permission system to be aware of the group hierarchy.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:0:\"\";s:5:\"files\";a:2:{i:0;s:19:\"og_subgroups.module\";i:1;s:17:\"og_subgroups.test\";}s:7:\"project\";s:12:\"og_subgroups\";s:9:\"datestamp\";s:10:\"1374603375\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/tests/og_test.module','og_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"OG test module\";s:11:\"description\";s:35:\"Functionality to assist OG testing.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:2:\"og\";}s:6:\"hidden\";b:1;s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og/og_ui/og_ui.module','og_ui','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:17:\"Organic groups UI\";s:11:\"description\";s:18:\"Organic groups UI.\";s:7:\"package\";s:14:\"Organic groups\";s:12:\"dependencies\";a:2:{i:0;s:2:\"og\";i:1;s:21:\"views_bulk_operations\";}s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:14:\"7.x-2.2+29-dev\";s:5:\"files\";a:5:{i:0;s:10:\"og_ui.test\";i:1;s:69:\"includes/views/handlers/og_ui_handler_area_og_membership_overview.inc\";i:2;s:35:\"includes/migrate/7000/add_field.inc\";i:3;s:40:\"includes/migrate/7000/populate_field.inc\";i:4;s:35:\"includes/migrate/7000/set_roles.inc\";}s:9:\"configure\";s:18:\"admin/config/group\";s:7:\"project\";s:2:\"og\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_variables/og_variables.module','og_variables','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"OG Variables\";s:11:\"description\";s:30:\"Allows for per group variables\";s:7:\"package\";s:14:\"Organic Groups\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.1\";s:12:\"dependencies\";a:4:{i:0;s:24:\"variable_store (7.x-2.x)\";i:1;s:24:\"variable_realm (7.x-2.x)\";i:2;s:5:\"og_ui\";i:3;s:6:\"entity\";}s:5:\"files\";a:1:{i:0;s:22:\"og_variables.class.inc\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:12:\"og_variables\";s:9:\"datestamp\";s:10:\"1374603380\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_vocab/og_vocab.module','og_vocab','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:27:\"Organic groups vocabularies\";s:11:\"description\";s:49:\"Enable groups to maintain their own vocabularies.\";s:12:\"dependencies\";a:2:{i:0;s:2:\"og\";i:1;s:8:\"taxonomy\";}s:7:\"package\";s:14:\"Organic groups\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:4:{i:0;s:30:\"includes/og_vocab.og_vocab.inc\";i:1;s:31:\"includes/og_vocab.exception.inc\";i:2;s:13:\"og_vocab.test\";i:3;s:37:\"includes/migrate/og_vocab.migrate.inc\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"og_vocab\";s:9:\"datestamp\";s:10:\"1365061887\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/og_vocab/tests/og_vocab_test.module','og_vocab_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:25:\"OG vocabulary test module\";s:11:\"description\";s:46:\"Functionality to assist OG vocabulary testing.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:2:{i:0;s:8:\"og_vocab\";i:1;s:10:\"og_context\";}s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"og_vocab\";s:9:\"datestamp\";s:10:\"1365061887\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/openatrium.profile','openatrium','module','',0,0,-1,0,'a:16:{s:4:\"name\";s:10:\"OpenAtrium\";s:17:\"distribution_name\";s:13:\"Open Atrium 2\";s:11:\"description\";s:29:\"A team collaboration platform\";s:4:\"core\";s:3:\"7.x\";s:9:\"exclusive\";b:1;s:4:\"base\";a:1:{i:0;s:8:\"panopoly\";}s:5:\"files\";a:1:{i:0;s:18:\"openatrium.profile\";}s:12:\"dependencies\";a:90:{i:0;s:4:\"menu\";i:1;s:5:\"image\";i:2;s:4:\"list\";i:3;s:6:\"number\";i:4;s:7:\"options\";i:5;s:4:\"path\";i:6;s:8:\"taxonomy\";i:7;s:6:\"search\";i:8;s:8:\"shortcut\";i:9;s:5:\"field\";i:10;s:8:\"field_ui\";i:11;s:4:\"file\";i:12;s:6:\"update\";i:13;s:13:\"panopoly_core\";i:14;s:15:\"panopoly_images\";i:15;s:14:\"panopoly_theme\";i:16;s:14:\"panopoly_magic\";i:17;s:16:\"panopoly_widgets\";i:18;s:14:\"panopoly_admin\";i:19;s:14:\"panopoly_users\";i:20;s:14:\"panopoly_pages\";i:21;s:15:\"panopoly_search\";i:22;s:16:\"panopoly_wysiwyg\";i:23;s:6:\"navbar\";i:24;s:9:\"backports\";i:25;s:21:\"simplified_menu_admin\";i:26;s:10:\"save_draft\";i:27;s:13:\"module_filter\";i:28;s:19:\"date_popup_authored\";i:29;s:6:\"entity\";i:30;s:9:\"panelizer\";i:31;s:9:\"libraries\";i:32;s:7:\"message\";i:33;s:14:\"message_notify\";i:34;s:6:\"navbar\";i:35;s:13:\"module_filter\";i:36;s:6:\"chosen\";i:37;s:17:\"message_subscribe\";i:38;s:23:\"message_subscribe_email\";i:39;s:20:\"message_subscribe_ui\";i:40;s:4:\"flag\";i:41;s:8:\"realname\";i:42;s:17:\"features_override\";i:43;s:11:\"panels_mini\";i:44;s:13:\"job_scheduler\";i:45;s:5:\"feeds\";i:46;s:2:\"og\";i:47;s:9:\"og_access\";i:48;s:10:\"og_context\";i:49;s:11:\"og_register\";i:50;s:5:\"og_ui\";i:51;s:12:\"og_subgroups\";i:52;s:14:\"og_menu_single\";i:53;s:7:\"oa_core\";i:54;s:7:\"oa_date\";i:55;s:7:\"oa_diff\";i:56;s:12:\"oa_dashboard\";i:57;s:16:\"oa_notifications\";i:58;s:18:\"og_session_context\";i:59;s:18:\"oa_section_context\";i:60;s:9:\"oa_config\";i:61;s:10:\"oa_widgets\";i:62;s:8:\"oa_teams\";i:63;s:11:\"oa_sections\";i:64;s:12:\"oa_subspaces\";i:65;s:11:\"oa_messages\";i:66;s:10:\"oa_layouts\";i:67;s:7:\"oa_news\";i:68;s:12:\"oa_favorites\";i:69;s:8:\"oa_river\";i:70;s:8:\"oa_users\";i:71;s:17:\"oa_panopoly_users\";i:72;s:9:\"oa_styles\";i:73;s:8:\"oa_media\";i:74;s:14:\"oa_permissions\";i:75;s:8:\"oa_admin\";i:76;s:9:\"oa_search\";i:77;s:12:\"oa_variables\";i:78;s:10:\"oa_buttons\";i:79;s:15:\"contextual_tabs\";i:80;s:18:\"oa_contextual_tabs\";i:81;s:13:\"oa_discussion\";i:82;s:7:\"oa_wiki\";i:83;s:9:\"oa_events\";i:84;s:16:\"oa_events_import\";i:85;s:7:\"oa_home\";i:86;s:18:\"panels_customerror\";i:87;s:4:\"apps\";i:88;s:5:\"devel\";i:89;s:4:\"diff\";}s:7:\"version\";s:13:\"7.x-2.0-beta3\";s:7:\"project\";s:10:\"openatrium\";s:9:\"datestamp\";s:10:\"1374603367\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;s:6:\"hidden\";b:1;s:8:\"required\";b:1;}'),('modules/openid/openid.module','openid','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:6:\"OpenID\";s:11:\"description\";s:48:\"Allows users to log into your site using OpenID.\";s:7:\"version\";s:4:\"7.22\";s:7:\"package\";s:4:\"Core\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"openid.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/openid/tests/openid_test.module','openid_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"OpenID dummy provider\";s:11:\"description\";s:33:\"OpenID provider used for testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"openid\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/field/modules/options/options.module','options','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:7:\"Options\";s:11:\"description\";s:82:\"Defines selection, check box and radio button widgets for text and numeric fields.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:12:\"options.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/overlay/overlay.module','overlay','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:7:\"Overlay\";s:11:\"description\";s:59:\"Displays the Drupal administration interface in an overlay.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/page_manager/page_manager.module','page_manager','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Page manager\";s:11:\"description\";s:54:\"Provides a UI and API to manage pages within the site.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:7:\"package\";s:16:\"Chaos tool suite\";s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panelizer/panelizer.module','panelizer','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"Panelizer\";s:11:\"description\";s:82:\"Allow any node type to have custom panel displays, similar to the panel node type.\";s:7:\"package\";s:6:\"Panels\";s:12:\"dependencies\";a:3:{i:0;s:6:\"panels\";i:1;s:6:\"ctools\";i:2;s:12:\"page_manager\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:30:\"admin/config/content/panelizer\";s:5:\"files\";a:4:{i:0;s:46:\"plugins/views/panelizer_handler_field_link.inc\";i:1;s:52:\"plugins/views/panelizer_handler_panelizer_status.inc\";i:2;s:59:\"plugins/views/panelizer_handler_filter_panelizer_status.inc\";i:3;s:58:\"plugins/views/panelizer_plugin_row_panelizer_node_view.inc\";}s:7:\"version\";s:13:\"7.x-3.1+2-dev\";s:7:\"project\";s:9:\"panelizer\";s:9:\"datestamp\";s:10:\"1374603382\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels/panels.module','panels','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:6:\"Panels\";s:11:\"description\";s:107:\"Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Panels\";s:9:\"configure\";s:22:\"admin/structure/panels\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:5:{i:0;s:13:\"panels.module\";i:1;s:19:\"includes/common.inc\";i:2;s:19:\"includes/legacy.inc\";i:3;s:20:\"includes/plugins.inc\";i:4;s:48:\"plugins/views/panels_views_plugin_row_fields.inc\";}s:7:\"version\";s:14:\"7.x-3.3+39-dev\";s:7:\"project\";s:6:\"panels\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels_breadcrumbs/panels_breadcrumbs.module','panels_breadcrumbs','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:18:\"Panels Breadcrumbs\";s:11:\"description\";s:124:\"Adds the ability to set breadcrumbs directly from Panels and takes advantage of arguments and contexts as placeholder tokens\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Panels\";s:12:\"dependencies\";a:3:{i:0;s:6:\"ctools\";i:1;s:12:\"page_manager\";i:2;s:6:\"panels\";}s:7:\"version\";s:7:\"7.x-2.0\";s:7:\"project\";s:18:\"panels_breadcrumbs\";s:9:\"datestamp\";s:10:\"1358163197\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels_customerror/panels_customerror.module','panels_customerror','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:18:\"Panels Customerror\";s:11:\"description\";s:54:\"Replaces access denied/page not found with panel pages\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Panels\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:4:{i:0;s:6:\"ctools\";i:1;s:12:\"page_manager\";i:2;s:6:\"panels\";i:3;s:9:\"strongarm\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:2:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"strongarm:strongarm:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:18:\"page_manager_pages\";a:2:{i:0;s:22:\"panels_customerror_404\";i:1;s:22:\"panels_customerror_403\";}s:8:\"variable\";a:2:{i:0;s:8:\"site_403\";i:1;s:8:\"site_404\";}}s:12:\"project path\";s:18:\"sites/all/modules/\";s:7:\"version\";s:0:\"\";s:7:\"project\";s:18:\"panels_customerror\";s:9:\"datestamp\";s:10:\"1374603381\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels/panels_ipe/panels_ipe.module','panels_ipe','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:22:\"Panels In-Place Editor\";s:11:\"description\";s:101:\"Provide a UI for managing some Panels directly on the frontend, instead of having to use the backend.\";s:7:\"package\";s:6:\"Panels\";s:12:\"dependencies\";a:1:{i:0;s:6:\"panels\";}s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:22:\"admin/structure/panels\";s:5:\"files\";a:1:{i:0;s:17:\"panels_ipe.module\";}s:7:\"version\";s:14:\"7.x-3.3+39-dev\";s:7:\"project\";s:6:\"panels\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels/panels_mini/panels_mini.module','panels_mini','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Mini panels\";s:11:\"description\";s:89:\"Create mini panels that can be used as blocks by Drupal and panes by other panel modules.\";s:7:\"package\";s:6:\"Panels\";s:12:\"dependencies\";a:1:{i:0;s:6:\"panels\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:42:\"plugins/export_ui/panels_mini_ui.class.php\";}s:7:\"version\";s:14:\"7.x-3.3+39-dev\";s:7:\"project\";s:6:\"panels\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/panels/panels_node/panels_node.module','panels_node','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Panel nodes\";s:11:\"description\";s:65:\"Create nodes that are divided into areas with selectable content.\";s:7:\"package\";s:6:\"Panels\";s:12:\"dependencies\";a:1:{i:0;s:6:\"panels\";}s:9:\"configure\";s:22:\"admin/structure/panels\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:18:\"panels_node.module\";}s:7:\"version\";s:14:\"7.x-3.3+39-dev\";s:7:\"project\";s:6:\"panels\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_admin/panopoly_admin.module','panopoly_admin','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:14:\"Panopoly Admin\";s:11:\"description\";s:56:\"Administrative dashboard and related editing interfaces.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:14:\"panopoly_admin\";s:12:\"dependencies\";a:9:{i:0;s:11:\"admin_views\";i:1;s:6:\"ctools\";i:2;s:13:\"defaultconfig\";i:3;s:8:\"features\";i:4;s:13:\"jquery_update\";i:5;s:12:\"page_manager\";i:6;s:14:\"panopoly_theme\";i:7;s:9:\"strongarm\";i:8;s:21:\"views_bulk_operations\";}s:7:\"scripts\";a:1:{s:17:\"panopoly-admin.js\";s:69:\"profiles/openatrium/modules/panopoly/panopoly_admin/panopoly-admin.js\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:18:\"panopoly-admin.css\";s:70:\"profiles/openatrium/modules/panopoly/panopoly_admin/panopoly-admin.css\";}}s:8:\"features\";a:6:{s:6:\"ctools\";a:3:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"strongarm:strongarm:1\";i:2;s:23:\"views:views_default:3.0\";}s:13:\"defaultconfig\";a:23:{i:0;s:23:\"strongarm:admin_toolbar\";i:1;s:23:\"strongarm:user_register\";i:2;s:51:\"user_default_permissions:access administration menu\";i:3;s:52:\"user_default_permissions:access administration pages\";i:4;s:39:\"user_default_permissions:access content\";i:5;s:48:\"user_default_permissions:access content overview\";i:6;s:38:\"user_default_permissions:access navbar\";i:7;s:40:\"user_default_permissions:administer menu\";i:8;s:44:\"user_default_permissions:administer taxonomy\";i:9;s:37:\"user_default_permissions:create files\";i:10;s:41:\"user_default_permissions:delete any files\";i:11;s:41:\"user_default_permissions:delete own files\";i:12;s:41:\"user_default_permissions:delete revisions\";i:13;s:39:\"user_default_permissions:edit any files\";i:14;s:39:\"user_default_permissions:edit own files\";i:15;s:41:\"user_default_permissions:revert revisions\";i:16;s:35:\"user_default_permissions:save draft\";i:17;s:42:\"user_default_permissions:use admin toolbar\";i:18;s:35:\"user_default_permissions:view files\";i:19;s:39:\"user_default_permissions:view own files\";i:20;s:47:\"user_default_permissions:view own private files\";i:21;s:53:\"user_default_permissions:view own unpublished content\";i:22;s:39:\"user_default_permissions:view revisions\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:21:\"page_manager_handlers\";a:1:{i:0;s:23:\"node_edit_panel_context\";}s:18:\"page_manager_pages\";a:3:{i:0;s:29:\"panopoly_admin_layout_library\";i:1;s:27:\"panopoly_admin_page_library\";i:2;s:27:\"panopoly_admin_pane_library\";}s:8:\"variable\";a:2:{i:0;s:28:\"jquery_update_jquery_version\";i:1;s:15:\"user_admin_role\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_core/panopoly_core.module','panopoly_core','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:13:\"Panopoly Core\";s:11:\"description\";s:43:\"The magical core of the Panopoly framework.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:13:\"panopoly_core\";s:12:\"dependencies\";a:30:{i:0;s:6:\"ctools\";i:1;s:4:\"date\";i:2;s:8:\"date_api\";i:3;s:10:\"date_popup\";i:4;s:10:\"date_views\";i:5;s:13:\"defaultconfig\";i:6;s:6:\"entity\";i:7;s:15:\"entityreference\";i:8;s:8:\"features\";i:9;s:11:\"field_group\";i:10;s:17:\"field_sql_storage\";i:11;s:22:\"fieldable_panels_panes\";i:12;s:5:\"image\";i:13;s:9:\"libraries\";i:14;s:4:\"list\";i:15;s:4:\"menu\";i:16;s:12:\"page_manager\";i:17;s:9:\"panelizer\";i:18;s:6:\"panels\";i:19;s:18:\"panels_breadcrumbs\";i:20;s:10:\"panels_ipe\";i:21;s:8:\"pathauto\";i:22;s:17:\"pm_existing_pages\";i:23;s:9:\"strongarm\";i:24;s:8:\"taxonomy\";i:25;s:5:\"token\";i:26;s:5:\"views\";i:27;s:26:\"views_autocomplete_filters\";i:28;s:13:\"views_content\";i:29;s:8:\"views_ui\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:22:\"css/panopoly-fonts.css\";s:73:\"profiles/openatrium/modules/panopoly/panopoly_core/css/panopoly-fonts.css\";s:27:\"css/panopoly-dropbutton.css\";s:78:\"profiles/openatrium/modules/panopoly/panopoly_core/css/panopoly-dropbutton.css\";}}s:8:\"features\";a:8:{s:6:\"ctools\";a:3:{i:0;s:21:\"panelizer:panelizer:1\";i:1;s:21:\"strongarm:strongarm:1\";i:2;s:23:\"views:views_default:3.0\";}s:13:\"defaultconfig\";a:19:{i:0;s:27:\"strongarm:apps_allow_voting\";i:1;s:24:\"strongarm:date_first_day\";i:2;s:26:\"strongarm:date_format_long\";i:3;s:28:\"strongarm:date_format_medium\";i:4;s:34:\"strongarm:date_format_panopoly_day\";i:5;s:35:\"strongarm:date_format_panopoly_time\";i:6;s:27:\"strongarm:date_format_short\";i:7;s:66:\"strongarm:field_bundle_settings_taxonomy_term__panopoly_categories\";i:8;s:62:\"strongarm:panelizer_defaults_taxonomy_term_panopoly_categories\";i:9;s:37:\"strongarm:panels_page_allowed_layouts\";i:10;s:35:\"strongarm:panels_page_allowed_types\";i:11;s:29:\"strongarm:panels_page_default\";i:12;s:60:\"strongarm:pathauto_taxonomy_term_panopoly_categories_pattern\";i:13;s:49:\"user_default_permissions:administer panels styles\";i:14;s:56:\"user_default_permissions:change layouts in place editing\";i:15;s:41:\"user_default_permissions:use page manager\";i:16;s:52:\"user_default_permissions:use panels in place editing\";i:17;s:32:\"user_default_roles:administrator\";i:18;s:25:\"user_default_roles:editor\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:5:\"field\";a:1:{i:0;s:54:\"taxonomy_term-panopoly_categories-field_featured_image\";}s:18:\"panelizer_defaults\";a:3:{i:0;s:41:\"taxonomy_term:panopoly_categories:default\";i:1;s:49:\"taxonomy_term:panopoly_categories:default:default\";i:2;s:50:\"taxonomy_term:panopoly_categories:default:featured\";}s:8:\"taxonomy\";a:1:{i:0;s:19:\"panopoly_categories\";}s:8:\"variable\";a:6:{i:0;s:24:\"ctools_content_all_views\";i:1;s:31:\"page_manager_node_edit_disabled\";i:2;s:31:\"page_manager_node_view_disabled\";i:3;s:31:\"page_manager_term_view_disabled\";i:4;s:67:\"panelizer_taxonomy_term:panopoly_categories_allowed_layouts_default\";i:5;s:65:\"panelizer_taxonomy_term:panopoly_categories_allowed_types_default\";}s:10:\"views_view\";a:1:{i:0;s:17:\"panopoly_taxonomy\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+1-dev\";s:9:\"datestamp\";s:10:\"1374603373\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_images/panopoly_images.module','panopoly_images','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Panopoly Images\";s:11:\"description\";s:40:\"Provides scaling and cropping to images.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:15:\"panopoly_images\";s:12:\"dependencies\";a:5:{i:0;s:6:\"ctools\";i:1;s:8:\"features\";i:2;s:11:\"file_entity\";i:3;s:5:\"image\";i:4;s:5:\"media\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:1:{i:0;s:35:\"file_entity:file_default_displays:1\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:12:\"file_display\";a:25:{i:0;s:39:\"image__default__file_field_file_default\";i:1;s:40:\"image__default__file_field_file_rendered\";i:2;s:37:\"image__default__file_field_file_table\";i:3;s:41:\"image__default__file_field_file_url_plain\";i:4;s:43:\"image__default__file_field_media_large_icon\";i:5;s:26:\"image__default__file_image\";i:6;s:23:\"image__full__file_image\";i:7;s:36:\"image__link__file_field_file_default\";i:8;s:37:\"image__link__file_field_file_rendered\";i:9;s:34:\"image__link__file_field_file_table\";i:10;s:38:\"image__link__file_field_file_url_plain\";i:11;s:40:\"image__link__file_field_media_large_icon\";i:12;s:23:\"image__link__file_image\";i:13;s:39:\"image__preview__file_field_file_default\";i:14;s:40:\"image__preview__file_field_file_rendered\";i:15;s:37:\"image__preview__file_field_file_table\";i:16;s:41:\"image__preview__file_field_file_url_plain\";i:17;s:43:\"image__preview__file_field_media_large_icon\";i:18;s:26:\"image__preview__file_image\";i:19;s:38:\"image__teaser__file_field_file_default\";i:20;s:39:\"image__teaser__file_field_file_rendered\";i:21;s:36:\"image__teaser__file_field_file_table\";i:22;s:40:\"image__teaser__file_field_file_url_plain\";i:23;s:42:\"image__teaser__file_field_media_large_icon\";i:24;s:25:\"image__teaser__file_image\";}s:5:\"image\";a:8:{i:0;s:23:\"panopoly_image_featured\";i:1;s:19:\"panopoly_image_full\";i:2;s:19:\"panopoly_image_half\";i:3;s:22:\"panopoly_image_quarter\";i:4;s:24:\"panopoly_image_spotlight\";i:5;s:21:\"panopoly_image_square\";i:6;s:24:\"panopoly_image_thumbnail\";i:7;s:20:\"panopoly_image_video\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603372\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_magic/panopoly_magic.module','panopoly_magic','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:14:\"Panopoly Magic\";s:11:\"description\";s:32:\"Weaves together the chaos magic.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:14:\"panopoly_magic\";s:12:\"dependencies\";a:6:{i:0;s:6:\"ctools\";i:1;s:4:\"fape\";i:2;s:8:\"features\";i:3;s:12:\"page_manager\";i:4;s:10:\"panels_ipe\";i:5;s:5:\"views\";}s:7:\"scripts\";a:1:{s:17:\"panopoly-magic.js\";s:69:\"profiles/openatrium/modules/panopoly/panopoly_magic/panopoly-magic.js\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:22:\"css/panopoly-magic.css\";s:74:\"profiles/openatrium/modules/panopoly/panopoly_magic/css/panopoly-magic.css\";s:22:\"css/panopoly-modal.css\";s:74:\"profiles/openatrium/modules/panopoly/panopoly_magic/css/panopoly-modal.css\";}}s:8:\"features\";a:1:{s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+6-dev\";s:9:\"datestamp\";s:10:\"1374603372\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_pages/panopoly_pages.module','panopoly_pages','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Panopoly Pages\";s:11:\"description\";s:47:\"Provides a basic page, suitable for Panelizing.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:14:\"panopoly_pages\";s:12:\"dependencies\";a:10:{i:0;s:6:\"ctools\";i:1;s:13:\"defaultconfig\";i:2;s:8:\"features\";i:3;s:10:\"menu_block\";i:4;s:4:\"node\";i:5;s:12:\"page_manager\";i:6;s:9:\"panelizer\";i:7;s:13:\"panopoly_core\";i:8;s:8:\"taxonomy\";i:9;s:9:\"strongarm\";}s:8:\"features\";a:7:{s:6:\"ctools\";a:3:{i:0;s:28:\"page_manager:pages_default:1\";i:1;s:21:\"panelizer:panelizer:1\";i:2;s:21:\"strongarm:strongarm:1\";}s:13:\"defaultconfig\";a:5:{i:0;s:53:\"user_default_permissions:create panopoly_page content\";i:1;s:57:\"user_default_permissions:delete any panopoly_page content\";i:2;s:57:\"user_default_permissions:delete own panopoly_page content\";i:3;s:55:\"user_default_permissions:edit any panopoly_page content\";i:4;s:55:\"user_default_permissions:edit own panopoly_page content\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:5:\"field\";a:4:{i:0;s:23:\"node-panopoly_page-body\";i:1;s:44:\"node-panopoly_page-field_featured_categories\";i:2;s:39:\"node-panopoly_page-field_featured_image\";i:3;s:40:\"node-panopoly_page-field_featured_status\";}s:4:\"node\";a:1:{i:0;s:13:\"panopoly_page\";}s:18:\"panelizer_defaults\";a:4:{i:0;s:26:\"node:panopoly_page:default\";i:1;s:34:\"node:panopoly_page:default:default\";i:2;s:35:\"node:panopoly_page:default:featured\";i:3;s:33:\"node:panopoly_page:default:teaser\";}s:8:\"variable\";a:11:{i:0;s:45:\"additional_settings__active_tab_panopoly_page\";i:1;s:41:\"field_bundle_settings_node__panopoly_page\";i:2;s:26:\"menu_options_panopoly_page\";i:3;s:25:\"menu_parent_panopoly_page\";i:4;s:26:\"node_options_panopoly_page\";i:5;s:26:\"node_preview_panopoly_page\";i:6;s:28:\"node_submitted_panopoly_page\";i:7;s:37:\"panelizer_defaults_node_panopoly_page\";i:8;s:52:\"panelizer_node:panopoly_page_allowed_layouts_default\";i:9;s:50:\"panelizer_node:panopoly_page_allowed_types_default\";i:10;s:27:\"save_continue_panopoly_page\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_search/panopoly_search.module','panopoly_search','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Panopoly Search\";s:11:\"description\";s:53:\"Indexes and searches site content, Solr or otherwise.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:15:\"panopoly_search\";s:12:\"dependencies\";a:11:{i:0;s:8:\"facetapi\";i:1;s:12:\"page_manager\";i:2;s:6:\"search\";i:3;s:10:\"search_api\";i:4;s:13:\"search_api_db\";i:5;s:19:\"search_api_facetapi\";i:6;s:15:\"search_api_solr\";i:7;s:16:\"search_api_views\";i:8;s:9:\"strongarm\";i:9;s:5:\"views\";i:10;s:13:\"views_content\";}s:8:\"features\";a:8:{s:6:\"ctools\";a:4:{i:0;s:28:\"facetapi:facetapi_defaults:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"strongarm:strongarm:1\";i:3;s:23:\"views:views_default:3.0\";}s:8:\"facetapi\";a:22:{i:0;s:43:\"search_api@database_node_index:block:author\";i:1;s:44:\"search_api@database_node_index:block:created\";i:2;s:56:\"search_api@database_node_index:block:search_api_language\";i:3;s:51:\"search_api@database_node_index:block:search_api_url\";i:4;s:54:\"search_api@database_node_index:block:search_api_viewed\";i:5;s:43:\"search_api@database_node_index:block:status\";i:6;s:42:\"search_api@database_node_index:block:title\";i:7;s:41:\"search_api@database_node_index:block:type\";i:8;s:40:\"search_api@database_node_index:block:url\";i:9;s:34:\"search_api@node_index:block:author\";i:10;s:40:\"search_api@node_index:block:body:summary\";i:11;s:38:\"search_api@node_index:block:body:value\";i:12;s:35:\"search_api@node_index:block:created\";i:13;s:38:\"search_api@node_index:block:field_tags\";i:14;s:31:\"search_api@node_index:block:nid\";i:15;s:47:\"search_api@node_index:block:search_api_language\";i:16;s:42:\"search_api@node_index:block:search_api_url\";i:17;s:45:\"search_api@node_index:block:search_api_viewed\";i:18;s:34:\"search_api@node_index:block:status\";i:19;s:33:\"search_api@node_index:block:title\";i:20;s:32:\"search_api@node_index:block:type\";i:21;s:31:\"search_api@node_index:block:url\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:18:\"page_manager_pages\";a:1:{i:0;s:15:\"panopoly_search\";}s:16:\"search_api_index\";a:2:{i:0;s:19:\"database_node_index\";i:1;s:10:\"node_index\";}s:17:\"search_api_server\";a:2:{i:0;s:15:\"database_server\";i:1;s:11:\"solr_server\";}s:8:\"variable\";a:4:{i:0;s:51:\"facetapi:block_cache:search_api@database_node_index\";i:1;s:42:\"facetapi:block_cache:search_api@node_index\";i:2;s:21:\"search_active_modules\";i:3;s:28:\"search_api_facets_search_ids\";}s:10:\"views_view\";a:2:{i:0;s:24:\"panopoly_database_search\";i:1;s:15:\"panopoly_search\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_theme/panopoly_theme.module','panopoly_theme','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:14:\"Panopoly Theme\";s:11:\"description\";s:45:\"Helps with theming and provides many layouts.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:14:\"panopoly_theme\";s:12:\"dependencies\";a:1:{i:0;s:6:\"panels\";}s:7:\"scripts\";a:1:{s:24:\"js/panopoly-accordion.js\";s:76:\"profiles/openatrium/modules/panopoly/panopoly_theme/js/panopoly-accordion.js\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:25:\"css/panopoly-featured.css\";s:77:\"profiles/openatrium/modules/panopoly/panopoly_theme/css/panopoly-featured.css\";s:26:\"css/panopoly-accordian.css\";s:78:\"profiles/openatrium/modules/panopoly/panopoly_theme/css/panopoly-accordian.css\";}}s:8:\"features\";a:1:{s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603372\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_users/panopoly_users.module','panopoly_users','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Panopoly Users\";s:11:\"description\";s:43:\"Maintains user accounts and user workflows.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:14:\"panopoly_users\";s:12:\"dependencies\";a:9:{i:0;s:6:\"ctools\";i:1;s:13:\"defaultconfig\";i:2;s:8:\"features\";i:3;s:11:\"field_group\";i:4;s:5:\"image\";i:5;s:9:\"panelizer\";i:6;s:12:\"page_manager\";i:7;s:17:\"pm_existing_pages\";i:8;s:9:\"strongarm\";}s:8:\"features\";a:9:{s:6:\"ctools\";a:5:{i:0;s:25:\"field_group:field_group:1\";i:1;s:28:\"page_manager:pages_default:1\";i:2;s:21:\"panelizer:panelizer:1\";i:3;s:37:\"pm_existing_pages:pm_existing_pages:1\";i:4;s:21:\"strongarm:strongarm:1\";}s:13:\"defaultconfig\";a:8:{i:0;s:38:\"strongarm:panelizer_defaults_user_user\";i:1;s:67:\"user_default_permissions:administer panelizer user user breadcrumbs\";i:2;s:63:\"user_default_permissions:administer panelizer user user content\";i:3;s:63:\"user_default_permissions:administer panelizer user user context\";i:4;s:64:\"user_default_permissions:administer panelizer user user defaults\";i:5;s:62:\"user_default_permissions:administer panelizer user user layout\";i:6;s:64:\"user_default_permissions:administer panelizer user user overview\";i:7;s:64:\"user_default_permissions:administer panelizer user user settings\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:5:\"field\";a:2:{i:0;s:26:\"user-user-field_user_about\";i:1;s:28:\"user-user-field_user_picture\";}s:11:\"field_group\";a:1:{i:0;s:33:\"group_user_profile|user|user|form\";}s:27:\"page_manager_existing_pages\";a:3:{i:0;s:10:\"user_login\";i:1;s:13:\"user_password\";i:2;s:13:\"user_register\";}s:21:\"page_manager_handlers\";a:4:{i:0;s:42:\"pm_existing_pages_user_login_panel_context\";i:1;s:45:\"pm_existing_pages_user_password_panel_context\";i:2;s:45:\"pm_existing_pages_user_register_panel_context\";i:3;s:23:\"user_edit_panel_context\";}s:18:\"panelizer_defaults\";a:3:{i:0;s:17:\"user:user:default\";i:1;s:25:\"user:user:default:default\";i:2;s:26:\"user:user:default:featured\";}s:8:\"variable\";a:6:{i:0;s:31:\"page_manager_user_view_disabled\";i:1;s:43:\"panelizer_user:user_allowed_layouts_default\";i:2;s:41:\"panelizer_user:user_allowed_types_default\";i:3;s:37:\"pm_existing_pages_disabled_user_login\";i:4;s:40:\"pm_existing_pages_disabled_user_password\";i:5;s:40:\"pm_existing_pages_disabled_user_register\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_widgets/panopoly_widgets.module','panopoly_widgets','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:16:\"Panopoly Widgets\";s:11:\"description\";s:63:\"Creates generic widget functionality to customize wide and far.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:16:\"panopoly_widgets\";s:12:\"dependencies\";a:20:{i:0;s:6:\"ctools\";i:1;s:13:\"defaultconfig\";i:2;s:8:\"features\";i:3;s:22:\"fieldable_panels_panes\";i:4;s:4:\"file\";i:5;s:11:\"file_entity\";i:6;s:5:\"image\";i:7;s:4:\"link\";i:8;s:5:\"media\";i:9;s:11:\"media_vimeo\";i:10;s:13:\"media_youtube\";i:11;s:10:\"menu_block\";i:12;s:6:\"number\";i:13;s:12:\"page_manager\";i:14;s:11:\"simple_gmap\";i:15;s:10:\"tablefield\";i:16;s:4:\"text\";i:17;s:5:\"views\";i:18;s:26:\"views_autocomplete_filters\";i:19;s:13:\"views_content\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:20:\"panopoly-widgets.css\";s:74:\"profiles/openatrium/modules/panopoly/panopoly_widgets/panopoly-widgets.css\";}}s:8:\"features\";a:7:{s:6:\"ctools\";a:2:{i:0;s:35:\"file_entity:file_default_displays:1\";i:1;s:23:\"views:views_default:3.0\";}s:13:\"defaultconfig\";a:25:{i:0;s:54:\"user_default_permissions:add media from remote sources\";i:1;s:52:\"user_default_permissions:create fieldable basic_file\";i:2;s:47:\"user_default_permissions:create fieldable image\";i:3;s:45:\"user_default_permissions:create fieldable map\";i:4;s:53:\"user_default_permissions:create fieldable quick_links\";i:5;s:51:\"user_default_permissions:create fieldable spotlight\";i:6;s:47:\"user_default_permissions:create fieldable table\";i:7;s:46:\"user_default_permissions:create fieldable text\";i:8;s:47:\"user_default_permissions:create fieldable video\";i:9;s:52:\"user_default_permissions:delete fieldable basic_file\";i:10;s:47:\"user_default_permissions:delete fieldable image\";i:11;s:45:\"user_default_permissions:delete fieldable map\";i:12;s:53:\"user_default_permissions:delete fieldable quick_links\";i:13;s:51:\"user_default_permissions:delete fieldable spotlight\";i:14;s:47:\"user_default_permissions:delete fieldable table\";i:15;s:46:\"user_default_permissions:delete fieldable text\";i:16;s:47:\"user_default_permissions:delete fieldable video\";i:17;s:50:\"user_default_permissions:edit fieldable basic_file\";i:18;s:45:\"user_default_permissions:edit fieldable image\";i:19;s:43:\"user_default_permissions:edit fieldable map\";i:20;s:51:\"user_default_permissions:edit fieldable quick_links\";i:21;s:49:\"user_default_permissions:edit fieldable spotlight\";i:22;s:45:\"user_default_permissions:edit fieldable table\";i:23;s:44:\"user_default_permissions:edit fieldable text\";i:24;s:45:\"user_default_permissions:edit fieldable video\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:10:\"field_base\";a:11:{i:0;s:21:\"field_basic_file_file\";i:1;s:21:\"field_basic_file_text\";i:2;s:25:\"field_basic_image_caption\";i:3;s:23:\"field_basic_image_image\";i:4;s:27:\"field_basic_spotlight_items\";i:5;s:23:\"field_basic_table_table\";i:6;s:21:\"field_basic_text_text\";i:7;s:17:\"field_map_address\";i:8;s:21:\"field_map_information\";i:9;s:23:\"field_quick_links_links\";i:10;s:16:\"field_video_file\";}s:14:\"field_instance\";a:11:{i:0;s:54:\"fieldable_panels_pane-basic_file-field_basic_file_file\";i:1;s:54:\"fieldable_panels_pane-basic_file-field_basic_file_text\";i:2;s:53:\"fieldable_panels_pane-image-field_basic_image_caption\";i:3;s:51:\"fieldable_panels_pane-image-field_basic_image_image\";i:4;s:43:\"fieldable_panels_pane-map-field_map_address\";i:5;s:47:\"fieldable_panels_pane-map-field_map_information\";i:6;s:57:\"fieldable_panels_pane-quick_links-field_quick_links_links\";i:7;s:59:\"fieldable_panels_pane-spotlight-field_basic_spotlight_items\";i:8;s:51:\"fieldable_panels_pane-table-field_basic_table_table\";i:9;s:48:\"fieldable_panels_pane-text-field_basic_text_text\";i:10;s:44:\"fieldable_panels_pane-video-field_video_file\";}s:12:\"file_display\";a:1:{i:0;s:36:\"video__link__file_field_file_default\";}s:10:\"views_view\";a:1:{i:0;s:32:\"panopoly_widgets_general_content\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/panopoly/panopoly_wysiwyg/panopoly_wysiwyg.module','panopoly_wysiwyg','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:16:\"Panopoly WYSIWYG\";s:11:\"description\";s:33:\"Integrates a WYSIWYG into Drupal.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:8:\"Panopoly\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"project\";s:16:\"panopoly_wysiwyg\";s:12:\"dependencies\";a:13:{i:0;s:14:\"caption_filter\";i:1;s:6:\"ctools\";i:2;s:13:\"defaultconfig\";i:3;s:8:\"features\";i:4;s:19:\"image_resize_filter\";i:5;s:6:\"linkit\";i:6;s:5:\"media\";i:7;s:14:\"media_internet\";i:8;s:11:\"media_vimeo\";i:9;s:13:\"media_youtube\";i:10;s:9:\"strongarm\";i:11;s:7:\"wysiwyg\";i:12;s:14:\"wysiwyg_filter\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:20:\"panopoly-wysiwyg.css\";s:74:\"profiles/openatrium/modules/panopoly/panopoly_wysiwyg/panopoly-wysiwyg.css\";}}s:8:\"features\";a:7:{s:6:\"ctools\";a:2:{i:0;s:24:\"linkit:linkit_profiles:1\";i:1;s:21:\"strongarm:strongarm:1\";}s:13:\"defaultconfig\";a:2:{i:0;s:59:\"user_default_permissions:use text format panopoly_html_text\";i:1;s:62:\"user_default_permissions:use text format panopoly_wysiwyg_text\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:6:\"filter\";a:2:{i:0;s:18:\"panopoly_html_text\";i:1;s:21:\"panopoly_wysiwyg_text\";}s:15:\"linkit_profiles\";a:1:{i:0;s:15:\"content_editors\";}s:8:\"variable\";a:2:{i:0;s:28:\"media__wysiwyg_allowed_types\";i:1;s:30:\"media__wysiwyg_browser_plugins\";}s:7:\"wysiwyg\";a:2:{i:0;s:18:\"panopoly_html_text\";i:1;s:21:\"panopoly_wysiwyg_text\";}}s:7:\"version\";s:17:\"7.x-1.0-rc4+0-dev\";s:9:\"datestamp\";s:10:\"1374603370\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/path/path.module','path','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:4:\"Path\";s:11:\"description\";s:28:\"Allows users to rename URLs.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"path.test\";}s:9:\"configure\";s:24:\"admin/config/search/path\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/path_test.module','path_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Hook path tests\";s:11:\"description\";s:37:\"Support module for path hook testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/pathauto/pathauto.module','pathauto','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:8:\"Pathauto\";s:11:\"description\";s:95:\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\";s:12:\"dependencies\";a:2:{i:0;s:4:\"path\";i:1;s:5:\"token\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:13:\"pathauto.test\";}s:9:\"configure\";s:33:\"admin/config/search/path/patterns\";s:10:\"recommends\";a:1:{i:0;s:8:\"redirect\";}s:7:\"version\";s:7:\"7.x-1.2\";s:7:\"project\";s:8:\"pathauto\";s:9:\"datestamp\";s:10:\"1344525185\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/php/php.module','php','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"PHP filter\";s:11:\"description\";s:50:\"Allows embedded PHP code/snippets to be evaluated.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:8:\"php.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/pm_existing_pages/pm_existing_pages.module','pm_existing_pages','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:27:\"Page manager existing pages\";s:11:\"description\";s:69:\"Provides the ability to override existing pages through Page manager.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:12:\"page_manager\";}s:7:\"package\";s:16:\"Chaos tool suite\";s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:17:\"pm_existing_pages\";s:9:\"datestamp\";s:10:\"1337606183\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/poll/poll.module','poll','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:4:\"Poll\";s:11:\"description\";s:95:\"Allows your site to capture votes on different topics in the form of multiple choice questions.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:9:\"poll.test\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"poll.css\";s:21:\"modules/poll/poll.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/profile/profile.module','profile','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:7:\"Profile\";s:11:\"description\";s:36:\"Supports configurable user profiles.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:12:\"profile.test\";}s:9:\"configure\";s:27:\"admin/config/people/profile\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/psr_0_test/psr_0_test.module','psr_0_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:16:\"PSR-0 Test cases\";s:11:\"description\";s:44:\"Test classes to be discovered by simpletest.\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/rdf/rdf.module','rdf','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:3:\"RDF\";s:11:\"description\";s:148:\"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:8:\"rdf.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/rdf/tests/rdf_test.module','rdf_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:16:\"RDF module tests\";s:11:\"description\";s:38:\"Support module for RDF module testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/realname/realname.module','realname','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:9:\"Real name\";s:11:\"description\";s:45:\"Provides token-based name displays for users.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"token\";}s:5:\"files\";a:6:{i:0;s:15:\"realname.module\";i:1;s:18:\"realname.admin.inc\";i:2;s:18:\"realname.pages.inc\";i:3;s:19:\"realname.tokens.inc\";i:4;s:13:\"realname.test\";i:5;s:16:\"realname.install\";}s:9:\"configure\";s:28:\"admin/config/people/realname\";s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:8:\"realname\";s:9:\"datestamp\";s:10:\"1361820451\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/reference_option_limit/reference_option_limit.module','reference_option_limit','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:22:\"Reference option limit\";s:11:\"description\";s:116:\"Allows reference fields to have their available options limited by the values of other fields in the current entity.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"options\";}s:5:\"files\";a:3:{i:0;s:29:\"reference_option_limit.module\";i:1;s:32:\"reference_option_limit.views.inc\";i:2;s:72:\"reference_option_limit_handler_filter_limited_options_term_reference.inc\";}s:7:\"version\";s:13:\"7.x-1.3+2-dev\";s:7:\"project\";s:22:\"reference_option_limit\";s:9:\"datestamp\";s:10:\"1374603381\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/requirements1_test.module','requirements1_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Requirements 1 Test\";s:11:\"description\";s:80:\"Tests that a module is not installed when it fails hook_requirements(\'install\').\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/requirements2_test.module','requirements2_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:19:\"Requirements 2 Test\";s:11:\"description\";s:98:\"Tests that a module is not installed when the one it depends on fails hook_requirements(\'install).\";s:12:\"dependencies\";a:2:{i:0;s:18:\"requirements1_test\";i:1;s:7:\"comment\";}s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/respondjs/respondjs.module','respondjs','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"Respond.js\";s:11:\"description\";s:33:\"Respond.js integration for Drupal\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:10:\"Responsive\";s:5:\"files\";a:2:{i:0;s:16:\"respondjs.module\";i:1;s:19:\"respondjs.admin.inc\";}s:7:\"version\";s:7:\"7.x-1.1\";s:7:\"project\";s:9:\"respondjs\";s:9:\"datestamp\";s:10:\"1331953244\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/save_draft/save_draft.module','save_draft','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"Save Draft\";s:11:\"description\";s:46:\"Adds a \'Save as Draft\' button to content types\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:17:\"save_draft.module\";i:1;s:15:\"save_draft.test\";}s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:10:\"save_draft\";s:9:\"datestamp\";s:10:\"1303860116\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/search/search.module','search','module','',0,0,-1,0,'a:13:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:36:\"Enables site-wide keyword searching.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:19:\"search.extender.inc\";i:1;s:11:\"search.test\";}s:9:\"configure\";s:28:\"admin/config/search/settings\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"search.css\";s:25:\"modules/search/search.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api/search_api.module','search_api','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Search API\";s:11:\"description\";s:63:\"Provides a generic API for modules offering search capabilites.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"entity\";}s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:5:\"files\";a:23:{i:0;s:15:\"search_api.test\";i:1;s:21:\"includes/callback.inc\";i:2;s:37:\"includes/callback_add_aggregation.inc\";i:3;s:35:\"includes/callback_add_hierarchy.inc\";i:4;s:29:\"includes/callback_add_url.inc\";i:5;s:39:\"includes/callback_add_viewed_entity.inc\";i:6;s:35:\"includes/callback_bundle_filter.inc\";i:7;s:38:\"includes/callback_language_control.inc\";i:8;s:33:\"includes/callback_node_access.inc\";i:9;s:33:\"includes/callback_node_status.inc\";i:10;s:23:\"includes/datasource.inc\";i:11;s:30:\"includes/datasource_entity.inc\";i:12;s:32:\"includes/datasource_external.inc\";i:13;s:22:\"includes/exception.inc\";i:14;s:25:\"includes/index_entity.inc\";i:15;s:22:\"includes/processor.inc\";i:16;s:34:\"includes/processor_html_filter.inc\";i:17;s:34:\"includes/processor_ignore_case.inc\";i:18;s:32:\"includes/processor_stopwords.inc\";i:19;s:32:\"includes/processor_tokenizer.inc\";i:20;s:18:\"includes/query.inc\";i:21;s:26:\"includes/server_entity.inc\";i:22;s:20:\"includes/service.inc\";}s:9:\"configure\";s:30:\"admin/config/search/search_api\";s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:10:\"search_api\";s:9:\"datestamp\";s:10:\"1357726719\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api_db/search_api_db.module','search_api_db','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Database search\";s:11:\"description\";s:90:\"Offers an implementation of the Search API that uses database tables for indexing content.\";s:12:\"dependencies\";a:1:{i:0;s:10:\"search_api\";}s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:5:\"files\";a:2:{i:0;s:18:\"search_api_db.test\";i:1;s:11:\"service.inc\";}s:7:\"version\";s:13:\"7.x-1.0-beta4\";s:7:\"project\";s:13:\"search_api_db\";s:9:\"datestamp\";s:10:\"1351629735\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api/contrib/search_api_facetapi/search_api_facetapi.module','search_api_facetapi','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:13:\"Search facets\";s:11:\"description\";s:73:\"Integrate the Search API with the Facet API to provide facetted searches.\";s:12:\"dependencies\";a:2:{i:0;s:10:\"search_api\";i:1;s:8:\"facetapi\";}s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:5:\"files\";a:3:{i:0;s:28:\"plugins/facetapi/adapter.inc\";i:1;s:36:\"plugins/facetapi/query_type_term.inc\";i:2;s:36:\"plugins/facetapi/query_type_date.inc\";}s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:10:\"search_api\";s:9:\"datestamp\";s:10:\"1357726719\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api_solr/search_api_solr.module','search_api_solr','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:11:\"Solr search\";s:11:\"description\";s:96:\"Offers an implementation of the Search API that uses an Apache Solr server for indexing content.\";s:12:\"dependencies\";a:1:{i:0;s:10:\"search_api\";}s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:5:\"files\";a:5:{i:0;s:11:\"service.inc\";i:1;s:19:\"solr_connection.inc\";i:2;s:14:\"solr_field.inc\";i:3;s:31:\"includes/solr_httptransport.inc\";i:4;s:23:\"includes/spellcheck.inc\";}s:7:\"version\";s:11:\"7.x-1.0-rc3\";s:7:\"project\";s:15:\"search_api_solr\";s:9:\"datestamp\";s:10:\"1357517056\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api/tests/search_api_test.module','search_api_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Search API test\";s:11:\"description\";s:54:\"Some dummy implementations for testing the Search API.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:12:\"dependencies\";a:1:{i:0;s:10:\"search_api\";}s:5:\"files\";a:1:{i:0;s:22:\"search_api_test.module\";}s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:10:\"search_api\";s:9:\"datestamp\";s:10:\"1357726719\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/search_api/contrib/search_api_views/search_api_views.module','search_api_views','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:12:\"Search views\";s:11:\"description\";s:107:\"Integrates the Search API with Views, enabling users to create views with searches as filters or arguments.\";s:12:\"dependencies\";a:2:{i:0;s:10:\"search_api\";i:1;s:5:\"views\";}s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:6:\"Search\";s:5:\"files\";a:14:{i:0;s:32:\"includes/display_facet_block.inc\";i:1;s:29:\"includes/handler_argument.inc\";i:2;s:38:\"includes/handler_argument_fulltext.inc\";i:3;s:44:\"includes/handler_argument_more_like_this.inc\";i:4;s:34:\"includes/handler_argument_text.inc\";i:5;s:27:\"includes/handler_filter.inc\";i:6;s:35:\"includes/handler_filter_boolean.inc\";i:7;s:32:\"includes/handler_filter_date.inc\";i:8;s:36:\"includes/handler_filter_fulltext.inc\";i:9;s:36:\"includes/handler_filter_language.inc\";i:10;s:35:\"includes/handler_filter_options.inc\";i:11;s:32:\"includes/handler_filter_text.inc\";i:12;s:25:\"includes/handler_sort.inc\";i:13;s:18:\"includes/query.inc\";}s:7:\"version\";s:7:\"7.x-1.4\";s:7:\"project\";s:10:\"search_api\";s:9:\"datestamp\";s:10:\"1357726719\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/search/tests/search_embedded_form.module','search_embedded_form','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:20:\"Search embedded form\";s:11:\"description\";s:59:\"Support module for search module testing of embedded forms.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/search/tests/search_extra_type.module','search_extra_type','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:16:\"Test search type\";s:11:\"description\";s:41:\"Support module for search module testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/session_test.module','session_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"Session test\";s:11:\"description\";s:40:\"Support module for session data testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/shortcut/shortcut.module','shortcut','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:8:\"Shortcut\";s:11:\"description\";s:60:\"Allows users to manage customizable lists of shortcut links.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:13:\"shortcut.test\";}s:9:\"configure\";s:36:\"admin/config/user-interface/shortcut\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/simple_gmap/simple_gmap.module','simple_gmap','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:18:\"Simple Google Maps\";s:11:\"description\";s:64:\"Provides a Google Maps link/map formatter for simple Text fields\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:18:\"simple_gmap.module\";}s:7:\"version\";s:7:\"7.x-1.0\";s:7:\"project\";s:11:\"simple_gmap\";s:9:\"datestamp\";s:10:\"1348681791\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/simpletest.module','simpletest','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:7:\"Testing\";s:11:\"description\";s:53:\"Provides a framework for unit and functional testing.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:48:{i:0;s:15:\"simpletest.test\";i:1;s:24:\"drupal_web_test_case.php\";i:2;s:18:\"tests/actions.test\";i:3;s:15:\"tests/ajax.test\";i:4;s:16:\"tests/batch.test\";i:5;s:20:\"tests/bootstrap.test\";i:6;s:16:\"tests/cache.test\";i:7;s:17:\"tests/common.test\";i:8;s:24:\"tests/database_test.test\";i:9;s:32:\"tests/entity_crud_hook_test.test\";i:10;s:23:\"tests/entity_query.test\";i:11;s:16:\"tests/error.test\";i:12;s:15:\"tests/file.test\";i:13;s:23:\"tests/filetransfer.test\";i:14;s:15:\"tests/form.test\";i:15;s:16:\"tests/graph.test\";i:16;s:16:\"tests/image.test\";i:17;s:15:\"tests/lock.test\";i:18;s:15:\"tests/mail.test\";i:19;s:15:\"tests/menu.test\";i:20;s:17:\"tests/module.test\";i:21;s:16:\"tests/pager.test\";i:22;s:19:\"tests/password.test\";i:23;s:15:\"tests/path.test\";i:24;s:19:\"tests/registry.test\";i:25;s:17:\"tests/schema.test\";i:26;s:18:\"tests/session.test\";i:27;s:20:\"tests/tablesort.test\";i:28;s:16:\"tests/theme.test\";i:29;s:18:\"tests/unicode.test\";i:30;s:17:\"tests/update.test\";i:31;s:17:\"tests/xmlrpc.test\";i:32;s:26:\"tests/upgrade/upgrade.test\";i:33;s:34:\"tests/upgrade/upgrade.comment.test\";i:34;s:33:\"tests/upgrade/upgrade.filter.test\";i:35;s:32:\"tests/upgrade/upgrade.forum.test\";i:36;s:33:\"tests/upgrade/upgrade.locale.test\";i:37;s:31:\"tests/upgrade/upgrade.menu.test\";i:38;s:31:\"tests/upgrade/upgrade.node.test\";i:39;s:35:\"tests/upgrade/upgrade.taxonomy.test\";i:40;s:34:\"tests/upgrade/upgrade.trigger.test\";i:41;s:39:\"tests/upgrade/upgrade.translatable.test\";i:42;s:33:\"tests/upgrade/upgrade.upload.test\";i:43;s:31:\"tests/upgrade/upgrade.user.test\";i:44;s:36:\"tests/upgrade/update.aggregator.test\";i:45;s:33:\"tests/upgrade/update.trigger.test\";i:46;s:31:\"tests/upgrade/update.field.test\";i:47;s:30:\"tests/upgrade/update.user.test\";}s:9:\"configure\";s:41:\"admin/config/development/testing/settings\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/simplified_menu_admin/simplified_menu_admin.module','simplified_menu_admin','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:30:\"Simplified menu administration\";s:11:\"description\";s:115:\"Simplifies the Menu and Shortcut modules by merging \"List links\" and \"Edit menu\" into a single administration page.\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:13:\"7.x-1.0-beta2\";s:7:\"project\";s:21:\"simplified_menu_admin\";s:9:\"datestamp\";s:10:\"1308938520\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/statistics/statistics.module','statistics','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Statistics\";s:11:\"description\";s:37:\"Logs access statistics for your site.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:15:\"statistics.test\";}s:9:\"configure\";s:30:\"admin/config/system/statistics\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/strongarm/strongarm.module','strongarm','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"Strongarm\";s:11:\"description\";s:87:\"Enforces variable values defined by modules that need settings set to operate properly.\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:3:{i:0;s:19:\"strongarm.admin.inc\";i:1;s:17:\"strongarm.install\";i:2;s:16:\"strongarm.module\";}s:7:\"version\";s:7:\"7.x-2.0\";s:7:\"project\";s:9:\"strongarm\";s:9:\"datestamp\";s:10:\"1339604214\";s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/stylizer/stylizer.module','stylizer','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Stylizer\";s:11:\"description\";s:53:\"Create custom styles for applications such as Panels.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:5:\"color\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/syslog/syslog.module','syslog','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:6:\"Syslog\";s:11:\"description\";s:41:\"Logs and records system events to syslog.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"syslog.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_dependencies_test.module','system_dependencies_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:22:\"System dependency test\";s:11:\"description\";s:47:\"Support module for testing system dependencies.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:1:{i:0;s:19:\"_missing_dependency\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module','system_incompatible_core_version_dependencies_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:50:\"System incompatible core version dependencies test\";s:11:\"description\";s:47:\"Support module for testing system dependencies.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:1:{i:0;s:37:\"system_incompatible_core_version_test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_incompatible_core_version_test.module','system_incompatible_core_version_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:37:\"System incompatible core version test\";s:11:\"description\";s:47:\"Support module for testing system dependencies.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"5.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module','system_incompatible_module_version_dependencies_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:52:\"System incompatible module version dependencies test\";s:11:\"description\";s:47:\"Support module for testing system dependencies.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:1:{i:0;s:46:\"system_incompatible_module_version_test (>2.0)\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_incompatible_module_version_test.module','system_incompatible_module_version_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:39:\"System incompatible module version test\";s:11:\"description\";s:47:\"Support module for testing system dependencies.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/system_test.module','system_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"System test\";s:11:\"description\";s:34:\"Support module for system testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:18:\"system_test.module\";}s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/tablefield/tablefield.module','tablefield','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:10:\"TableField\";s:11:\"description\";s:38:\"Defines a generic tablular data field.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:14:\"tablefield.css\";i:1;s:17:\"tablefield.module\";i:2;s:18:\"tablefield.install\";}s:7:\"version\";s:7:\"7.x-2.1\";s:7:\"project\";s:10:\"tablefield\";s:9:\"datestamp\";s:10:\"1355435674\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/taxonomy/taxonomy.module','taxonomy','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:8:\"Taxonomy\";s:11:\"description\";s:38:\"Enables the categorization of content.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:7:\"options\";}s:5:\"files\";a:2:{i:0;s:15:\"taxonomy.module\";i:1;s:13:\"taxonomy.test\";}s:9:\"configure\";s:24:\"admin/structure/taxonomy\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/taxonomy_test.module','taxonomy_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:20:\"Taxonomy test module\";s:11:\"description\";s:45:\"\"Tests functions and hooks not used in core\".\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:1:{i:0;s:8:\"taxonomy\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/field/modules/text/text.module','text','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:4:\"Text\";s:11:\"description\";s:32:\"Defines simple text field types.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"field\";}s:5:\"files\";a:1:{i:0;s:9:\"text.test\";}s:8:\"required\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/theme_test.module','theme_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Theme test\";s:11:\"description\";s:40:\"Support module for theme system testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/token/token.module','token','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:5:\"Token\";s:11:\"description\";s:73:\"Provides a user interface for the Token API and some missing core tokens.\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:10:\"token.test\";}s:7:\"version\";s:13:\"7.x-1.5+0-dev\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1374603381\";s:12:\"dependencies\";a:0:{}s:7:\"package\";s:5:\"Other\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/token/tests/token_test.module','token_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Token Test\";s:11:\"description\";s:39:\"Testing module for token functionality.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:17:\"token_test.module\";}s:6:\"hidden\";b:1;s:7:\"version\";s:13:\"7.x-1.5+0-dev\";s:7:\"project\";s:5:\"token\";s:9:\"datestamp\";s:10:\"1374603381\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/toolbar/toolbar.module','toolbar','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:7:\"Toolbar\";s:11:\"description\";s:99:\"Provides a toolbar that shows the top-level administration menu items and links from other modules.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/tracker/tracker.module','tracker','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:7:\"Tracker\";s:11:\"description\";s:45:\"Enables tracking of recent content for users.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"comment\";}s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:12:\"tracker.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/translation/translation.module','translation','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:19:\"Content translation\";s:11:\"description\";s:57:\"Allows content to be translated into different languages.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"locale\";}s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:16:\"translation.test\";}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/translation/tests/translation_test.module','translation_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:24:\"Content Translation Test\";s:11:\"description\";s:49:\"Support module for the content translation tests.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/trash_flag/trash_flag.module','trash_flag','module','',0,0,-1,0,'a:14:{s:4:\"name\";s:10:\"Trash Flag\";s:11:\"description\";s:55:\"Provides a trashbin functionality using the flag module\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:5:\"Flags\";s:3:\"php\";s:5:\"5.2.4\";s:12:\"dependencies\";a:3:{i:0;s:4:\"flag\";i:1;s:10:\"og_context\";i:2;s:5:\"views\";}s:8:\"features\";a:4:{s:6:\"ctools\";a:1:{i:0;s:23:\"views:views_default:3.0\";}s:12:\"features_api\";a:1:{i:0;s:5:\"api:1\";}s:4:\"flag\";a:1:{i:0;s:5:\"trash\";}s:10:\"views_view\";a:1:{i:0;s:14:\"trash_flag_bin\";}}s:16:\"features_exclude\";a:1:{s:12:\"dependencies\";a:1:{s:6:\"ctools\";s:6:\"ctools\";}}s:5:\"files\";a:1:{i:0;s:15:\"trash_flag.test\";}s:12:\"project path\";s:17:\"sites/all/modules\";s:7:\"version\";s:0:\"\";s:7:\"project\";s:10:\"trash_flag\";s:9:\"datestamp\";s:10:\"1374603380\";s:9:\"bootstrap\";i:0;}'),('modules/trigger/trigger.module','trigger','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:7:\"Trigger\";s:11:\"description\";s:90:\"Enables actions to be fired on certain system events, such as when new content is created.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:12:\"trigger.test\";}s:9:\"configure\";s:23:\"admin/structure/trigger\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/trigger/tests/trigger_test.module','trigger_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"Trigger Test\";s:11:\"description\";s:33:\"Support module for Trigger tests.\";s:7:\"package\";s:7:\"Testing\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"version\";s:4:\"7.22\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/update/update.module','update','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:14:\"Update manager\";s:11:\"description\";s:104:\"Checks for available updates, and can securely install or update modules and themes via a web interface.\";s:7:\"version\";s:4:\"7.22\";s:7:\"package\";s:4:\"Core\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:11:\"update.test\";}s:9:\"configure\";s:30:\"admin/reports/updates/settings\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/update_script_test.module','update_script_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:18:\"Update script test\";s:11:\"description\";s:41:\"Support module for update script testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/update/tests/update_test.module','update_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Update test\";s:11:\"description\";s:41:\"Support module for update module testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/update_test_1.module','update_test_1','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Update test\";s:11:\"description\";s:34:\"Support module for update testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/update_test_2.module','update_test_2','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Update test\";s:11:\"description\";s:34:\"Support module for update testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/update_test_3.module','update_test_3','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:11:\"Update test\";s:11:\"description\";s:34:\"Support module for update testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/url_alter_test.module','url_alter_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Url_alter tests\";s:11:\"description\";s:45:\"A support modules for url_alter hook testing.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('modules/user/user.module','user','module','',1,0,-1,0,'a:14:{s:4:\"name\";s:4:\"User\";s:11:\"description\";s:47:\"Manages the user registration and login system.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:11:\"user.module\";i:1;s:9:\"user.test\";}s:8:\"required\";b:1;s:9:\"configure\";s:19:\"admin/config/people\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:8:\"user.css\";s:21:\"modules/user/user.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/user/tests/user_form_test.module','user_form_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:22:\"User module form tests\";s:11:\"description\";s:37:\"Support module for user form testing.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/uuid/uuid.module','uuid','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:21:\"Universally Unique ID\";s:11:\"description\";s:85:\"Extends the entity functionality and adds support for universally unique identifiers.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"UUID\";s:9:\"configure\";s:24:\"admin/config/system/uuid\";s:5:\"files\";a:1:{i:0;s:9:\"uuid.test\";}s:7:\"version\";s:21:\"7.x-1.0-alpha3+47-dev\";s:7:\"project\";s:4:\"uuid\";s:9:\"datestamp\";s:10:\"1374603374\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/uuid/uuid_default_entities_example/uuid_default_entities_example.module','uuid_default_entities_example','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:3:{i:0;s:6:\"entity\";i:1;s:8:\"features\";i:2;s:4:\"uuid\";}s:11:\"description\";s:40:\"Example feature mainly used for testing.\";s:8:\"features\";a:1:{s:13:\"uuid_entities\";a:1:{i:0;s:19:\"deploy_example_plan\";}}s:4:\"name\";s:29:\"UUID default entities example\";s:7:\"package\";s:8:\"Features\";s:7:\"version\";s:21:\"7.x-1.0-alpha3+47-dev\";s:7:\"project\";s:4:\"uuid\";s:9:\"datestamp\";s:10:\"1374603374\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/uuid/uuid_path/uuid_path.module','uuid_path','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:9:\"UUID Path\";s:11:\"description\";s:61:\"Provides export functionality for url aliases and menu links.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:4:\"UUID\";s:12:\"dependencies\";a:1:{i:0;s:4:\"uuid\";}s:7:\"version\";s:21:\"7.x-1.0-alpha3+47-dev\";s:7:\"project\";s:4:\"uuid\";s:9:\"datestamp\";s:10:\"1374603374\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/uuid/uuid_services/uuid_services.module','uuid_services','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:13:\"UUID Services\";s:11:\"description\";s:84:\"Provides integration with the Services module, like exposing a UUID entity resource.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:20:\"Services - resources\";s:12:\"dependencies\";a:3:{i:0;s:8:\"services\";i:1;s:4:\"uuid\";i:2;s:6:\"entity\";}s:7:\"version\";s:21:\"7.x-1.0-alpha3+47-dev\";s:7:\"project\";s:4:\"uuid\";s:9:\"datestamp\";s:10:\"1374603374\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/uuid/uuid_services_example/uuid_services_example.module','uuid_services_example','module','',0,0,-1,0,'a:12:{s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:4:{i:0;s:11:\"rest_server\";i:1;s:8:\"services\";i:2;s:4:\"uuid\";i:3;s:13:\"uuid_services\";}s:11:\"description\";s:90:\"Example feature of a UUID service. Works well with the Deploy Example feature as a client.\";s:8:\"features\";a:2:{s:6:\"ctools\";a:1:{i:0;s:19:\"services:services:3\";}s:17:\"services_endpoint\";a:1:{i:0;s:21:\"uuid_services_example\";}}s:4:\"name\";s:21:\"UUID Services Example\";s:7:\"package\";s:8:\"Features\";s:7:\"version\";s:21:\"7.x-1.0-alpha3+47-dev\";s:7:\"project\";s:4:\"uuid\";s:9:\"datestamp\";s:10:\"1374603374\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable.module','variable','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:8:\"Variable\";s:11:\"description\";s:43:\"Variable Information and basic variable API\";s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:9:{i:0;s:27:\"includes/forum.variable.inc\";i:1;s:28:\"includes/locale.variable.inc\";i:2;s:26:\"includes/menu.variable.inc\";i:3;s:26:\"includes/node.variable.inc\";i:4;s:28:\"includes/system.variable.inc\";i:5;s:30:\"includes/taxonomy.variable.inc\";i:6;s:33:\"includes/translation.variable.inc\";i:7;s:26:\"includes/user.variable.inc\";i:8;s:13:\"variable.test\";}s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_admin/variable_admin.module','variable_admin','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Variable admin\";s:11:\"description\";s:26:\"Variable Administration UI\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_advanced/variable_advanced.module','variable_advanced','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:17:\"Variable advanced\";s:11:\"description\";s:105:\"Provides access to advanced low level variables. By using this you will be able to break your site badly.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_example/variable_example.module','variable_example','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:16:\"Variable example\";s:11:\"description\";s:83:\"An example module showing how to use the Variable API and providing some variables.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"variable\";i:1;s:14:\"variable_store\";}s:7:\"package\";s:15:\"Example modules\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:1:{i:0;s:29:\"variable_example.variable.inc\";}s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_realm/variable_realm.module','variable_realm','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Variable realm\";s:11:\"description\";s:49:\"API to use variable realms from different modules\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.2\";s:5:\"files\";a:2:{i:0;s:24:\"variable_realm.class.inc\";i:1;s:30:\"variable_realm_union.class.inc\";}s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_store/variable_store.module','variable_store','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Variable store\";s:11:\"description\";s:60:\"Database storage for variable realms. This is an API module.\";s:12:\"dependencies\";a:1:{i:0;s:8:\"variable\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.2\";s:5:\"files\";a:2:{i:0;s:24:\"variable_store.class.inc\";i:1;s:19:\"variable_store.test\";}s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/variable/variable_views/variable_views.module','variable_views','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"Variable views\";s:11:\"description\";s:78:\"Provides views integration for variable, included a default variable argument.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"variable\";i:1;s:5:\"views\";}s:7:\"package\";s:8:\"Variable\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:51:\"includes/views_plugin_argument_default_variable.inc\";i:1;s:47:\"includes/views_handler_field_variable_title.inc\";i:2;s:47:\"includes/views_handler_field_variable_value.inc\";}s:7:\"version\";s:7:\"7.x-2.2\";s:7:\"project\";s:8:\"variable\";s:9:\"datestamp\";s:10:\"1358075138\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views/views.module','views','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:5:\"Views\";s:11:\"description\";s:55:\"Create customized lists and queries from your database.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:3:\"php\";s:3:\"5.2\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:13:\"css/views.css\";s:55:\"profiles/openatrium/modules/contrib/views/css/views.css\";}}s:12:\"dependencies\";a:1:{i:0;s:6:\"ctools\";}s:5:\"files\";a:297:{i:0;s:31:\"handlers/views_handler_area.inc\";i:1;s:38:\"handlers/views_handler_area_result.inc\";i:2;s:36:\"handlers/views_handler_area_text.inc\";i:3;s:43:\"handlers/views_handler_area_text_custom.inc\";i:4;s:36:\"handlers/views_handler_area_view.inc\";i:5;s:35:\"handlers/views_handler_argument.inc\";i:6;s:40:\"handlers/views_handler_argument_date.inc\";i:7;s:43:\"handlers/views_handler_argument_formula.inc\";i:8;s:47:\"handlers/views_handler_argument_many_to_one.inc\";i:9;s:40:\"handlers/views_handler_argument_null.inc\";i:10;s:43:\"handlers/views_handler_argument_numeric.inc\";i:11;s:42:\"handlers/views_handler_argument_string.inc\";i:12;s:52:\"handlers/views_handler_argument_group_by_numeric.inc\";i:13;s:32:\"handlers/views_handler_field.inc\";i:14;s:40:\"handlers/views_handler_field_counter.inc\";i:15;s:40:\"handlers/views_handler_field_boolean.inc\";i:16;s:49:\"handlers/views_handler_field_contextual_links.inc\";i:17;s:39:\"handlers/views_handler_field_custom.inc\";i:18;s:37:\"handlers/views_handler_field_date.inc\";i:19;s:39:\"handlers/views_handler_field_entity.inc\";i:20;s:39:\"handlers/views_handler_field_markup.inc\";i:21;s:37:\"handlers/views_handler_field_math.inc\";i:22;s:40:\"handlers/views_handler_field_numeric.inc\";i:23;s:47:\"handlers/views_handler_field_prerender_list.inc\";i:24;s:46:\"handlers/views_handler_field_time_interval.inc\";i:25;s:43:\"handlers/views_handler_field_serialized.inc\";i:26;s:45:\"handlers/views_handler_field_machine_name.inc\";i:27;s:36:\"handlers/views_handler_field_url.inc\";i:28;s:33:\"handlers/views_handler_filter.inc\";i:29;s:50:\"handlers/views_handler_filter_boolean_operator.inc\";i:30;s:57:\"handlers/views_handler_filter_boolean_operator_string.inc\";i:31;s:41:\"handlers/views_handler_filter_combine.inc\";i:32;s:38:\"handlers/views_handler_filter_date.inc\";i:33;s:42:\"handlers/views_handler_filter_equality.inc\";i:34;s:47:\"handlers/views_handler_filter_entity_bundle.inc\";i:35;s:50:\"handlers/views_handler_filter_group_by_numeric.inc\";i:36;s:45:\"handlers/views_handler_filter_in_operator.inc\";i:37;s:45:\"handlers/views_handler_filter_many_to_one.inc\";i:38;s:41:\"handlers/views_handler_filter_numeric.inc\";i:39;s:40:\"handlers/views_handler_filter_string.inc\";i:40;s:39:\"handlers/views_handler_relationship.inc\";i:41;s:53:\"handlers/views_handler_relationship_groupwise_max.inc\";i:42;s:31:\"handlers/views_handler_sort.inc\";i:43;s:36:\"handlers/views_handler_sort_date.inc\";i:44;s:39:\"handlers/views_handler_sort_formula.inc\";i:45;s:48:\"handlers/views_handler_sort_group_by_numeric.inc\";i:46;s:46:\"handlers/views_handler_sort_menu_hierarchy.inc\";i:47;s:38:\"handlers/views_handler_sort_random.inc\";i:48;s:17:\"includes/base.inc\";i:49;s:21:\"includes/handlers.inc\";i:50;s:20:\"includes/plugins.inc\";i:51;s:17:\"includes/view.inc\";i:52;s:60:\"modules/aggregator/views_handler_argument_aggregator_fid.inc\";i:53;s:60:\"modules/aggregator/views_handler_argument_aggregator_iid.inc\";i:54;s:69:\"modules/aggregator/views_handler_argument_aggregator_category_cid.inc\";i:55;s:64:\"modules/aggregator/views_handler_field_aggregator_title_link.inc\";i:56;s:62:\"modules/aggregator/views_handler_field_aggregator_category.inc\";i:57;s:70:\"modules/aggregator/views_handler_field_aggregator_item_description.inc\";i:58;s:57:\"modules/aggregator/views_handler_field_aggregator_xss.inc\";i:59;s:67:\"modules/aggregator/views_handler_filter_aggregator_category_cid.inc\";i:60;s:54:\"modules/aggregator/views_plugin_row_aggregator_rss.inc\";i:61;s:56:\"modules/book/views_plugin_argument_default_book_root.inc\";i:62;s:59:\"modules/comment/views_handler_argument_comment_user_uid.inc\";i:63;s:47:\"modules/comment/views_handler_field_comment.inc\";i:64;s:53:\"modules/comment/views_handler_field_comment_depth.inc\";i:65;s:52:\"modules/comment/views_handler_field_comment_link.inc\";i:66;s:60:\"modules/comment/views_handler_field_comment_link_approve.inc\";i:67;s:59:\"modules/comment/views_handler_field_comment_link_delete.inc\";i:68;s:57:\"modules/comment/views_handler_field_comment_link_edit.inc\";i:69;s:58:\"modules/comment/views_handler_field_comment_link_reply.inc\";i:70;s:57:\"modules/comment/views_handler_field_comment_node_link.inc\";i:71;s:56:\"modules/comment/views_handler_field_comment_username.inc\";i:72;s:61:\"modules/comment/views_handler_field_ncs_last_comment_name.inc\";i:73;s:56:\"modules/comment/views_handler_field_ncs_last_updated.inc\";i:74;s:52:\"modules/comment/views_handler_field_node_comment.inc\";i:75;s:57:\"modules/comment/views_handler_field_node_new_comments.inc\";i:76;s:62:\"modules/comment/views_handler_field_last_comment_timestamp.inc\";i:77;s:57:\"modules/comment/views_handler_filter_comment_user_uid.inc\";i:78;s:57:\"modules/comment/views_handler_filter_ncs_last_updated.inc\";i:79;s:53:\"modules/comment/views_handler_filter_node_comment.inc\";i:80;s:53:\"modules/comment/views_handler_sort_comment_thread.inc\";i:81;s:60:\"modules/comment/views_handler_sort_ncs_last_comment_name.inc\";i:82;s:55:\"modules/comment/views_handler_sort_ncs_last_updated.inc\";i:83;s:48:\"modules/comment/views_plugin_row_comment_rss.inc\";i:84;s:49:\"modules/comment/views_plugin_row_comment_view.inc\";i:85;s:52:\"modules/contact/views_handler_field_contact_link.inc\";i:86;s:43:\"modules/field/views_handler_field_field.inc\";i:87;s:59:\"modules/field/views_handler_relationship_entity_reverse.inc\";i:88;s:51:\"modules/field/views_handler_argument_field_list.inc\";i:89;s:58:\"modules/field/views_handler_argument_field_list_string.inc\";i:90;s:49:\"modules/field/views_handler_filter_field_list.inc\";i:91;s:57:\"modules/filter/views_handler_field_filter_format_name.inc\";i:92;s:52:\"modules/locale/views_handler_field_node_language.inc\";i:93;s:53:\"modules/locale/views_handler_filter_node_language.inc\";i:94;s:54:\"modules/locale/views_handler_argument_locale_group.inc\";i:95;s:57:\"modules/locale/views_handler_argument_locale_language.inc\";i:96;s:51:\"modules/locale/views_handler_field_locale_group.inc\";i:97;s:54:\"modules/locale/views_handler_field_locale_language.inc\";i:98;s:55:\"modules/locale/views_handler_field_locale_link_edit.inc\";i:99;s:52:\"modules/locale/views_handler_filter_locale_group.inc\";i:100;s:55:\"modules/locale/views_handler_filter_locale_language.inc\";i:101;s:54:\"modules/locale/views_handler_filter_locale_version.inc\";i:102;s:53:\"modules/node/views_handler_argument_dates_various.inc\";i:103;s:53:\"modules/node/views_handler_argument_node_language.inc\";i:104;s:48:\"modules/node/views_handler_argument_node_nid.inc\";i:105;s:49:\"modules/node/views_handler_argument_node_type.inc\";i:106;s:48:\"modules/node/views_handler_argument_node_vid.inc\";i:107;s:57:\"modules/node/views_handler_argument_node_uid_revision.inc\";i:108;s:59:\"modules/node/views_handler_field_history_user_timestamp.inc\";i:109;s:41:\"modules/node/views_handler_field_node.inc\";i:110;s:46:\"modules/node/views_handler_field_node_link.inc\";i:111;s:53:\"modules/node/views_handler_field_node_link_delete.inc\";i:112;s:51:\"modules/node/views_handler_field_node_link_edit.inc\";i:113;s:50:\"modules/node/views_handler_field_node_revision.inc\";i:114;s:55:\"modules/node/views_handler_field_node_revision_link.inc\";i:115;s:62:\"modules/node/views_handler_field_node_revision_link_delete.inc\";i:116;s:62:\"modules/node/views_handler_field_node_revision_link_revert.inc\";i:117;s:46:\"modules/node/views_handler_field_node_path.inc\";i:118;s:46:\"modules/node/views_handler_field_node_type.inc\";i:119;s:60:\"modules/node/views_handler_filter_history_user_timestamp.inc\";i:120;s:49:\"modules/node/views_handler_filter_node_access.inc\";i:121;s:49:\"modules/node/views_handler_filter_node_status.inc\";i:122;s:47:\"modules/node/views_handler_filter_node_type.inc\";i:123;s:55:\"modules/node/views_handler_filter_node_uid_revision.inc\";i:124;s:51:\"modules/node/views_plugin_argument_default_node.inc\";i:125;s:52:\"modules/node/views_plugin_argument_validate_node.inc\";i:126;s:42:\"modules/node/views_plugin_row_node_rss.inc\";i:127;s:43:\"modules/node/views_plugin_row_node_view.inc\";i:128;s:52:\"modules/profile/views_handler_field_profile_date.inc\";i:129;s:52:\"modules/profile/views_handler_field_profile_list.inc\";i:130;s:58:\"modules/profile/views_handler_filter_profile_selection.inc\";i:131;s:48:\"modules/search/views_handler_argument_search.inc\";i:132;s:51:\"modules/search/views_handler_field_search_score.inc\";i:133;s:46:\"modules/search/views_handler_filter_search.inc\";i:134;s:50:\"modules/search/views_handler_sort_search_score.inc\";i:135;s:47:\"modules/search/views_plugin_row_search_view.inc\";i:136;s:57:\"modules/statistics/views_handler_field_accesslog_path.inc\";i:137;s:50:\"modules/system/views_handler_argument_file_fid.inc\";i:138;s:43:\"modules/system/views_handler_field_file.inc\";i:139;s:53:\"modules/system/views_handler_field_file_extension.inc\";i:140;s:52:\"modules/system/views_handler_field_file_filemime.inc\";i:141;s:47:\"modules/system/views_handler_field_file_uri.inc\";i:142;s:50:\"modules/system/views_handler_field_file_status.inc\";i:143;s:51:\"modules/system/views_handler_filter_file_status.inc\";i:144;s:52:\"modules/taxonomy/views_handler_argument_taxonomy.inc\";i:145;s:57:\"modules/taxonomy/views_handler_argument_term_node_tid.inc\";i:146;s:63:\"modules/taxonomy/views_handler_argument_term_node_tid_depth.inc\";i:147;s:72:\"modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc\";i:148;s:58:\"modules/taxonomy/views_handler_argument_vocabulary_vid.inc\";i:149;s:67:\"modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc\";i:150;s:49:\"modules/taxonomy/views_handler_field_taxonomy.inc\";i:151;s:54:\"modules/taxonomy/views_handler_field_term_node_tid.inc\";i:152;s:55:\"modules/taxonomy/views_handler_field_term_link_edit.inc\";i:153;s:55:\"modules/taxonomy/views_handler_filter_term_node_tid.inc\";i:154;s:61:\"modules/taxonomy/views_handler_filter_term_node_tid_depth.inc\";i:155;s:56:\"modules/taxonomy/views_handler_filter_vocabulary_vid.inc\";i:156;s:65:\"modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc\";i:157;s:62:\"modules/taxonomy/views_handler_relationship_node_term_data.inc\";i:158;s:65:\"modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc\";i:159;s:63:\"modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc\";i:160;s:67:\"modules/tracker/views_handler_argument_tracker_comment_user_uid.inc\";i:161;s:65:\"modules/tracker/views_handler_filter_tracker_comment_user_uid.inc\";i:162;s:65:\"modules/tracker/views_handler_filter_tracker_boolean_operator.inc\";i:163;s:51:\"modules/system/views_handler_filter_system_type.inc\";i:164;s:56:\"modules/translation/views_handler_argument_node_tnid.inc\";i:165;s:63:\"modules/translation/views_handler_field_node_link_translate.inc\";i:166;s:65:\"modules/translation/views_handler_field_node_translation_link.inc\";i:167;s:54:\"modules/translation/views_handler_filter_node_tnid.inc\";i:168;s:60:\"modules/translation/views_handler_filter_node_tnid_child.inc\";i:169;s:62:\"modules/translation/views_handler_relationship_translation.inc\";i:170;s:48:\"modules/user/views_handler_argument_user_uid.inc\";i:171;s:55:\"modules/user/views_handler_argument_users_roles_rid.inc\";i:172;s:41:\"modules/user/views_handler_field_user.inc\";i:173;s:50:\"modules/user/views_handler_field_user_language.inc\";i:174;s:46:\"modules/user/views_handler_field_user_link.inc\";i:175;s:53:\"modules/user/views_handler_field_user_link_cancel.inc\";i:176;s:51:\"modules/user/views_handler_field_user_link_edit.inc\";i:177;s:46:\"modules/user/views_handler_field_user_mail.inc\";i:178;s:46:\"modules/user/views_handler_field_user_name.inc\";i:179;s:53:\"modules/user/views_handler_field_user_permissions.inc\";i:180;s:49:\"modules/user/views_handler_field_user_picture.inc\";i:181;s:47:\"modules/user/views_handler_field_user_roles.inc\";i:182;s:50:\"modules/user/views_handler_filter_user_current.inc\";i:183;s:47:\"modules/user/views_handler_filter_user_name.inc\";i:184;s:54:\"modules/user/views_handler_filter_user_permissions.inc\";i:185;s:48:\"modules/user/views_handler_filter_user_roles.inc\";i:186;s:59:\"modules/user/views_plugin_argument_default_current_user.inc\";i:187;s:51:\"modules/user/views_plugin_argument_default_user.inc\";i:188;s:52:\"modules/user/views_plugin_argument_validate_user.inc\";i:189;s:43:\"modules/user/views_plugin_row_user_view.inc\";i:190;s:31:\"plugins/views_plugin_access.inc\";i:191;s:36:\"plugins/views_plugin_access_none.inc\";i:192;s:36:\"plugins/views_plugin_access_perm.inc\";i:193;s:36:\"plugins/views_plugin_access_role.inc\";i:194;s:41:\"plugins/views_plugin_argument_default.inc\";i:195;s:45:\"plugins/views_plugin_argument_default_php.inc\";i:196;s:47:\"plugins/views_plugin_argument_default_fixed.inc\";i:197;s:45:\"plugins/views_plugin_argument_default_raw.inc\";i:198;s:42:\"plugins/views_plugin_argument_validate.inc\";i:199;s:50:\"plugins/views_plugin_argument_validate_numeric.inc\";i:200;s:46:\"plugins/views_plugin_argument_validate_php.inc\";i:201;s:30:\"plugins/views_plugin_cache.inc\";i:202;s:35:\"plugins/views_plugin_cache_none.inc\";i:203;s:35:\"plugins/views_plugin_cache_time.inc\";i:204;s:32:\"plugins/views_plugin_display.inc\";i:205;s:43:\"plugins/views_plugin_display_attachment.inc\";i:206;s:38:\"plugins/views_plugin_display_block.inc\";i:207;s:40:\"plugins/views_plugin_display_default.inc\";i:208;s:38:\"plugins/views_plugin_display_embed.inc\";i:209;s:41:\"plugins/views_plugin_display_extender.inc\";i:210;s:37:\"plugins/views_plugin_display_feed.inc\";i:211;s:37:\"plugins/views_plugin_display_page.inc\";i:212;s:43:\"plugins/views_plugin_exposed_form_basic.inc\";i:213;s:37:\"plugins/views_plugin_exposed_form.inc\";i:214;s:52:\"plugins/views_plugin_exposed_form_input_required.inc\";i:215;s:42:\"plugins/views_plugin_localization_core.inc\";i:216;s:37:\"plugins/views_plugin_localization.inc\";i:217;s:42:\"plugins/views_plugin_localization_none.inc\";i:218;s:30:\"plugins/views_plugin_pager.inc\";i:219;s:35:\"plugins/views_plugin_pager_full.inc\";i:220;s:35:\"plugins/views_plugin_pager_mini.inc\";i:221;s:35:\"plugins/views_plugin_pager_none.inc\";i:222;s:35:\"plugins/views_plugin_pager_some.inc\";i:223;s:30:\"plugins/views_plugin_query.inc\";i:224;s:38:\"plugins/views_plugin_query_default.inc\";i:225;s:28:\"plugins/views_plugin_row.inc\";i:226;s:35:\"plugins/views_plugin_row_fields.inc\";i:227;s:39:\"plugins/views_plugin_row_rss_fields.inc\";i:228;s:30:\"plugins/views_plugin_style.inc\";i:229;s:38:\"plugins/views_plugin_style_default.inc\";i:230;s:35:\"plugins/views_plugin_style_grid.inc\";i:231;s:35:\"plugins/views_plugin_style_list.inc\";i:232;s:40:\"plugins/views_plugin_style_jump_menu.inc\";i:233;s:38:\"plugins/views_plugin_style_mapping.inc\";i:234;s:34:\"plugins/views_plugin_style_rss.inc\";i:235;s:38:\"plugins/views_plugin_style_summary.inc\";i:236;s:48:\"plugins/views_plugin_style_summary_jump_menu.inc\";i:237;s:50:\"plugins/views_plugin_style_summary_unformatted.inc\";i:238;s:36:\"plugins/views_plugin_style_table.inc\";i:239;s:43:\"tests/handlers/views_handler_area_text.test\";i:240;s:47:\"tests/handlers/views_handler_argument_null.test\";i:241;s:49:\"tests/handlers/views_handler_argument_string.test\";i:242;s:39:\"tests/handlers/views_handler_field.test\";i:243;s:47:\"tests/handlers/views_handler_field_boolean.test\";i:244;s:46:\"tests/handlers/views_handler_field_custom.test\";i:245;s:47:\"tests/handlers/views_handler_field_counter.test\";i:246;s:44:\"tests/handlers/views_handler_field_date.test\";i:247;s:49:\"tests/handlers/views_handler_field_file_size.test\";i:248;s:44:\"tests/handlers/views_handler_field_math.test\";i:249;s:43:\"tests/handlers/views_handler_field_url.test\";i:250;s:43:\"tests/handlers/views_handler_field_xss.test\";i:251;s:48:\"tests/handlers/views_handler_filter_combine.test\";i:252;s:45:\"tests/handlers/views_handler_filter_date.test\";i:253;s:49:\"tests/handlers/views_handler_filter_equality.test\";i:254;s:52:\"tests/handlers/views_handler_filter_in_operator.test\";i:255;s:48:\"tests/handlers/views_handler_filter_numeric.test\";i:256;s:47:\"tests/handlers/views_handler_filter_string.test\";i:257;s:45:\"tests/handlers/views_handler_sort_random.test\";i:258;s:43:\"tests/handlers/views_handler_sort_date.test\";i:259;s:38:\"tests/handlers/views_handler_sort.test\";i:260;s:60:\"tests/test_plugins/views_test_plugin_access_test_dynamic.inc\";i:261;s:59:\"tests/test_plugins/views_test_plugin_access_test_static.inc\";i:262;s:59:\"tests/test_plugins/views_test_plugin_style_test_mapping.inc\";i:263;s:39:\"tests/plugins/views_plugin_display.test\";i:264;s:46:\"tests/styles/views_plugin_style_jump_menu.test\";i:265;s:36:\"tests/styles/views_plugin_style.test\";i:266;s:41:\"tests/styles/views_plugin_style_base.test\";i:267;s:44:\"tests/styles/views_plugin_style_mapping.test\";i:268;s:48:\"tests/styles/views_plugin_style_unformatted.test\";i:269;s:23:\"tests/views_access.test\";i:270;s:24:\"tests/views_analyze.test\";i:271;s:22:\"tests/views_basic.test\";i:272;s:33:\"tests/views_argument_default.test\";i:273;s:35:\"tests/views_argument_validator.test\";i:274;s:29:\"tests/views_exposed_form.test\";i:275;s:31:\"tests/field/views_fieldapi.test\";i:276;s:25:\"tests/views_glossary.test\";i:277;s:24:\"tests/views_groupby.test\";i:278;s:25:\"tests/views_handlers.test\";i:279;s:23:\"tests/views_module.test\";i:280;s:22:\"tests/views_pager.test\";i:281;s:40:\"tests/views_plugin_localization_test.inc\";i:282;s:29:\"tests/views_translatable.test\";i:283;s:22:\"tests/views_query.test\";i:284;s:24:\"tests/views_upgrade.test\";i:285;s:34:\"tests/views_test.views_default.inc\";i:286;s:58:\"tests/comment/views_handler_argument_comment_user_uid.test\";i:287;s:56:\"tests/comment/views_handler_filter_comment_user_uid.test\";i:288;s:45:\"tests/node/views_node_revision_relations.test\";i:289;s:61:\"tests/taxonomy/views_handler_relationship_node_term_data.test\";i:290;s:45:\"tests/user/views_handler_field_user_name.test\";i:291;s:43:\"tests/user/views_user_argument_default.test\";i:292;s:44:\"tests/user/views_user_argument_validate.test\";i:293;s:26:\"tests/user/views_user.test\";i:294;s:22:\"tests/views_cache.test\";i:295;s:21:\"tests/views_view.test\";i:296;s:19:\"tests/views_ui.test\";}s:7:\"version\";s:7:\"7.x-3.7\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1365499236\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views_autocomplete_filters/views_autocomplete_filters.module','views_autocomplete_filters','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:26:\"Views Autocomplete Filters\";s:11:\"description\";s:26:\"Views Autocomplete Filters\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:5:\"files\";a:3:{i:0;s:33:\"views_autocomplete_filters.module\";i:1;s:36:\"views_autocomplete_filters.views.inc\";i:2;s:52:\"views_autocomplete_filters_handler_filter_string.inc\";}s:7:\"version\";s:13:\"7.x-1.0-beta2\";s:7:\"project\";s:26:\"views_autocomplete_filters\";s:9:\"datestamp\";s:10:\"1357634964\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views_bulk_operations/views_bulk_operations.module','views_bulk_operations','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:21:\"Views Bulk Operations\";s:11:\"description\";s:74:\"Provides a way of selecting multiple rows and applying operations to them.\";s:12:\"dependencies\";a:2:{i:0;s:6:\"entity\";i:1;s:5:\"views\";}s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:2:{i:0;s:38:\"plugins/operation_types/base.class.php\";i:1;s:56:\"views/views_bulk_operations_handler_field_operations.inc\";}s:7:\"version\";s:7:\"7.x-3.1\";s:7:\"project\";s:21:\"views_bulk_operations\";s:9:\"datestamp\";s:10:\"1354500015\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/ctools/views_content/views_content.module','views_content','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:19:\"Views content panes\";s:11:\"description\";s:104:\"Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.\";s:7:\"package\";s:16:\"Chaos tool suite\";s:12:\"dependencies\";a:2:{i:0;s:6:\"ctools\";i:1;s:5:\"views\";}s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:3:{i:0;s:61:\"plugins/views/views_content_plugin_display_ctools_context.inc\";i:1;s:57:\"plugins/views/views_content_plugin_display_panel_pane.inc\";i:2;s:59:\"plugins/views/views_content_plugin_style_ctools_context.inc\";}s:7:\"version\";s:13:\"7.x-1.3+3-dev\";s:7:\"project\";s:6:\"ctools\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views_load_more/views_load_more.module','views_load_more','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:15:\"Views Load More\";s:11:\"description\";s:148:\"A pager plugin for views. Gives users the option to add a \'more\' button to a view and have the results appended to existing results being displayed.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:5:\"Views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:5:\"files\";a:2:{i:0;s:25:\"views_load_more.views.inc\";i:1;s:32:\"views_plugin_pager_load_more.inc\";}s:7:\"version\";s:14:\"7.x-1.1+23-dev\";s:7:\"project\";s:15:\"views_load_more\";s:9:\"datestamp\";s:10:\"1374603381\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views/tests/views_test.module','views_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:10:\"Views Test\";s:11:\"description\";s:22:\"Test module for Views.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:6:\"hidden\";b:1;s:7:\"version\";s:7:\"7.x-3.7\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1365499236\";s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/views/views_ui.module','views_ui','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:8:\"Views UI\";s:11:\"description\";s:93:\"Administrative interface to views. Without this module, you cannot create or edit your views.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:21:\"admin/structure/views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:5:\"files\";a:2:{i:0;s:15:\"views_ui.module\";i:1;s:57:\"plugins/views_wizard/views_ui_base_views_wizard.class.php\";}s:7:\"version\";s:7:\"7.x-3.7\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1365499236\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/wysiwyg/wysiwyg.module','wysiwyg','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:7:\"Wysiwyg\";s:11:\"description\";s:48:\"Allows to edit content with client-side editors.\";s:7:\"package\";s:14:\"User interface\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:28:\"admin/config/content/wysiwyg\";s:5:\"files\";a:2:{i:0;s:14:\"wysiwyg.module\";i:1;s:18:\"tests/wysiwyg.test\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1374603383\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/wysiwyg_filter/wysiwyg_filter.module','wysiwyg_filter','module','',0,0,-1,0,'a:11:{s:4:\"name\";s:14:\"WYSIWYG Filter\";s:11:\"description\";s:132:\"Provides an input filter that allows site administrators configure which HTML elements, attributes and style properties are allowed.\";s:7:\"package\";s:13:\"Input filters\";s:4:\"core\";s:3:\"7.x\";s:5:\"files\";a:5:{i:0;s:24:\"wysiwyg_filter.admin.inc\";i:1;s:18:\"wysiwyg_filter.inc\";i:2;s:22:\"wysiwyg_filter.install\";i:3;s:21:\"wysiwyg_filter.module\";i:4;s:24:\"wysiwyg_filter.pages.inc\";}s:7:\"version\";s:11:\"7.x-1.6-rc2\";s:7:\"project\";s:14:\"wysiwyg_filter\";s:9:\"datestamp\";s:10:\"1310326321\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('profiles/openatrium/modules/contrib/wysiwyg/tests/wysiwyg_test.module','wysiwyg_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:15:\"Wysiwyg testing\";s:11:\"description\";s:50:\"Tests Wysiwyg module functionality. Do not enable.\";s:4:\"core\";s:3:\"7.x\";s:7:\"package\";s:7:\"Testing\";s:6:\"hidden\";b:1;s:12:\"dependencies\";a:1:{i:0;s:7:\"wysiwyg\";}s:5:\"files\";a:1:{i:0;s:19:\"wysiwyg_test.module\";}s:7:\"version\";s:0:\"\";s:7:\"project\";s:7:\"wysiwyg\";s:9:\"datestamp\";s:10:\"1374603383\";s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}'),('modules/simpletest/tests/xmlrpc_test.module','xmlrpc_test','module','',0,0,-1,0,'a:12:{s:4:\"name\";s:12:\"XML-RPC Test\";s:11:\"description\";s:75:\"Support module for XML-RPC tests according to the validator1 specification.\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.22\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1365027012\";s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}'); /*!40000 ALTER TABLE `system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `system_errors` -- DROP TABLE IF EXISTS `system_errors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `system_errors` ( `ID` int(10) unsigned NOT NULL auto_increment, `Error` text NOT NULL, `Time` varchar(100) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `system_errors` -- LOCK TABLES `system_errors` WRITE; /*!40000 ALTER TABLE `system_errors` DISABLE KEYS */; /*!40000 ALTER TABLE `system_errors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `system_languages` -- DROP TABLE IF EXISTS `system_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `system_languages` ( `ID` int(10) unsigned NOT NULL auto_increment, `Title` varchar(255) NOT NULL, `Translation` varchar(255) NOT NULL, `Code` varchar(255) NOT NULL, `Dir` enum('LTR','RTL') NOT NULL default 'LTR', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `system_languages` -- LOCK TABLES `system_languages` WRITE; /*!40000 ALTER TABLE `system_languages` DISABLE KEYS */; INSERT INTO `system_languages` VALUES (1,'English','English','EN','LTR'),(2,'Arabic','Arabic','AR','RTL'); /*!40000 ALTER TABLE `system_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `system_settings` -- DROP TABLE IF EXISTS `system_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `system_settings` ( `SystemLive` enum('Y','N') NOT NULL, `SystemMessage` text NOT NULL, `RegistrationLive` enum('Y','N') NOT NULL, `SystemTitle` varchar(255) NOT NULL, `SystemDescription` text NOT NULL, `SystemDomain` varchar(255) NOT NULL, `SystemURL` varchar(255) NOT NULL, `RECAPTCHA_PUBLICKEY` text NOT NULL, `RECAPTCHA_PRIVATEKEY` text NOT NULL, `TW_APPID` text NOT NULL, `TW_SECRET` text NOT NULL, `FB_APPID` text NOT NULL, `FB_SECRET` text NOT NULL, `MaxResults` tinyint(1) NOT NULL default '10', `MaxFeeds` tinyint(1) NOT NULL default '10', `MaxMediaFeeds` tinyint(1) NOT NULL default '24', `MaxQComments` tinyint(1) NOT NULL default '10', `MaxQCommentsViewed` tinyint(1) NOT NULL default '3', `MaxComments` tinyint(1) NOT NULL default '10', `MaxReplies` tinyint(1) NOT NULL default '5', `MaxAnswers` tinyint(1) NOT NULL default '10', `MaxNotes` tinyint(1) NOT NULL default '5', `MaxWho` tinyint(1) NOT NULL default '100', `MaxPeople` tinyint(1) NOT NULL default '20', `MaxConversations` tinyint(1) NOT NULL default '10' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `system_settings` -- LOCK TABLES `system_settings` WRITE; /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */; INSERT INTO `system_settings` VALUES ('Y','We will back soon','Y','Convict Cartel','','convictcartel.com','convictcartel.com','6LcJMecSAAAAAEyWIrJSyfwdxo6Rj0NHGHXNy5k7','6LcJMecSAAAAALTbK7G02ggUTOlHi_VACHfwcToC','','','','',10,10,12,10,3,5,5,5,5,50,10,10); /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_class` -- DROP TABLE IF EXISTS `tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_class` ( `tax_class_id` int(11) NOT NULL auto_increment, `tax_class_title` varchar(32) NOT NULL, `tax_class_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`tax_class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tax_class` -- LOCK TABLES `tax_class` WRITE; /*!40000 ALTER TABLE `tax_class` DISABLE KEYS */; INSERT INTO `tax_class` VALUES (1,'Taxable Goods','The following types of products are included non-food, services, etc','2013-08-26 20:47:51','2013-08-26 20:47:51'); /*!40000 ALTER TABLE `tax_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_master_table` -- DROP TABLE IF EXISTS `tax_master_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_master_table` ( `id` int(11) NOT NULL, `description` varchar(200) NOT NULL, `status` int(11) NOT NULL, `based_on_address` varchar(200) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tax_master_table` -- LOCK TABLES `tax_master_table` WRITE; /*!40000 ALTER TABLE `tax_master_table` DISABLE KEYS */; INSERT INTO `tax_master_table` VALUES (1,'No Tax For Whole Site',0,''),(2,'Tax For Specific Countries',0,''),(3,'Same Tax For Whole Site',1,''); /*!40000 ALTER TABLE `tax_master_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_rates` -- DROP TABLE IF EXISTS `tax_rates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_rates` ( `tax_rates_id` int(11) NOT NULL auto_increment, `tax_zone_id` int(11) NOT NULL, `tax_class_id` int(11) NOT NULL, `tax_priority` int(5) default '1', `tax_rate` decimal(7,4) NOT NULL, `tax_description` varchar(255) NOT NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`tax_rates_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tax_rates` -- LOCK TABLES `tax_rates` WRITE; /*!40000 ALTER TABLE `tax_rates` DISABLE KEYS */; INSERT INTO `tax_rates` VALUES (1,1,1,1,'7.0000','FL TAX 7.0%','2013-08-26 20:47:51','2013-08-26 20:47:51'); /*!40000 ALTER TABLE `tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `termsconditions_table` -- DROP TABLE IF EXISTS `termsconditions_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `termsconditions_table` ( `termsid` int(4) NOT NULL auto_increment, `termscontent` mediumtext NOT NULL, PRIMARY KEY (`termsid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `termsconditions_table` -- LOCK TABLES `termsconditions_table` WRITE; /*!40000 ALTER TABLE `termsconditions_table` DISABLE KEYS */; INSERT INTO `termsconditions_table` VALUES (1,'<p>Terms & Conditions text comes here.....</p>'); /*!40000 ALTER TABLE `termsconditions_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timezone_table` -- DROP TABLE IF EXISTS `timezone_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `timezone_table` ( `tz_id` int(15) NOT NULL auto_increment, `tz_code` varchar(10) NOT NULL, `tz_coords` varchar(50) NOT NULL, `tz_timezone` varchar(50) NOT NULL, `tz_comments` mediumtext NOT NULL, PRIMARY KEY (`tz_id`) ) ENGINE=MyISAM AUTO_INCREMENT=356 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `timezone_table` -- LOCK TABLES `timezone_table` WRITE; /*!40000 ALTER TABLE `timezone_table` DISABLE KEYS */; INSERT INTO `timezone_table` VALUES (1,'AD','+4230+00131','Europe/Andorra',''),(2,'AE','+2518+05518','Asia/Dubai',''),(3,'AF','+3431+06912','Asia/Kabul',''),(4,'AG','+1703-06148','America/Antigua',''),(5,'AI','+1812-06304','America/Anguilla',''),(6,'AL','+4120+01950','Europe/Tirane',''),(7,'AM','+4011+04430','Asia/Yerevan',''),(8,'AN','+1211-06900','America/Curacao',''),(9,'AO','-0848+01314','Africa/Luanda',''),(10,'AQ','-7750+16636','Antarctica/McMurdo','McMurdo Station, Ross Island'),(11,'AQ','-9000+00000','Antarctica/South_Pole','Amundsen-Scott Station, South Pole'),(12,'AQ','-6448-06406','Antarctica/Palmer','Palmer Station, Anvers Island'),(13,'AQ','-6736+06253','Antarctica/Mawson','Mawson Station, Holme Bay'),(14,'AQ','-6835+07758','Antarctica/Davis','Davis Station, Vestfold Hills'),(15,'AQ','-6617+11031','Antarctica/Casey','Casey Station, Bailey Peninsula'),(16,'AQ','-6640+14001','Antarctica/DumontDUrville','Dumont-d Urville Base, Terre Adelie'),(17,'AR','-3436-05827','America/Buenos_Aires','E Argentina (BA, DF, SC, TF)'),(18,'AR','-3257-06040','America/Rosario','NE Argentina (SF, ER, CN, MN, CC, FM, LP, CH)'),(19,'AR','-3124-06411','America/Cordoba','W Argentina (CB, SA, TM, LR, SJ, SL, NQ, RN)'),(20,'AR','-2411-06518','America/Jujuy','Jujuy (JY)'),(21,'AR','-2828-06547','America/Catamarca','Catamarca (CT)'),(22,'AR','-3253-06849','America/Mendoza','Mendoza (MZ)'),(23,'AS','-1416-17042','Pacific/Pago_Pago',''),(24,'AT','+4813+01620','Europe/Vienna',''),(25,'AU','-3133+15905','Australia/Lord_Howe','Lord Howe Island'),(26,'AU','-4253+14719','Australia/Hobart','Tasmania'),(27,'AU','-3749+14458','Australia/Melbourne','Victoria'),(28,'AU','-3352+15113','Australia/Sydney','New South Wales - most locations'),(29,'AU','-3157+14127','Australia/Broken_Hill','New South Wales - Broken Hill'),(30,'AU','-2728+15302','Australia/Brisbane','Queensland - most locations'),(31,'AU','-2016+14900','Australia/Lindeman','Queensland - Holiday Islands'),(32,'AU','-3455+13835','Australia/Adelaide','South Australia'),(33,'AU','-1228+13050','Australia/Darwin','Northern Territory'),(34,'AU','-3157+11551','Australia/Perth','Western Australia'),(35,'AW','+1230-06858','America/Aruba',''),(36,'AZ','+4023+04951','Asia/Baku',''),(37,'BA','+4352+01825','Europe/Sarajevo',''),(38,'BB','+1306-05937','America/Barbados',''),(39,'BD','+2343+09025','Asia/Dacca',''),(40,'BE','+5050+00420','Europe/Brussels',''),(41,'BF','+1222-00131','Africa/Ouagadougou',''),(42,'BG','+4241+02319','Europe/Sofia',''),(43,'BH','+2623+05035','Asia/Bahrain',''),(44,'BI','-0323+02922','Africa/Bujumbura',''),(45,'BJ','+0629+00237','Africa/Porto-Novo',''),(46,'BM','+3217-06446','Atlantic/Bermuda',''),(47,'BN','+0456+11455','Asia/Brunei',''),(48,'BO','-1630-06809','America/La_Paz',''),(49,'BR','-0351-03225','America/Noronha','Fernando de Noronha'),(50,'BR','-0127-04829','America/Belem','Amapa, E Para'),(51,'BR','-0343-03830','America/Fortaleza','NE Brazil (MA, PI, CE, RN, PR, PE)'),(52,'BR','-0712-04812','America/Araguaina','Tocantins'),(53,'BR','-0940-03543','America/Maceio','Alagoas, Sergipe'),(54,'BR','-2332-04637','America/Sao_Paulo','S & SE Brazil (BA, GO, DF, MG, ES, RJ, SP, PR, SC, RS)'),(55,'BR','-1535-05605','America/Cuiaba','Mato Grosso, Mato Grosso do Sul'),(56,'BR','-0846-06354','America/Porto_Velho','W Para, Rondonia, Roraima'),(57,'BR','-0308-06001','America/Manaus','Amazonas'),(58,'BR','-0934-06731','America/Porto_Acre','Acre'),(59,'BS','+2505-07721','America/Nassau',''),(60,'BT','+2728+08939','Asia/Thimbu',''),(61,'BW','-2545+02555','Africa/Gaborone',''),(62,'BY','+5354+02734','Europe/Minsk',''),(63,'BZ','+1730-08812','America/Belize',''),(64,'CA','+4734-05243','America/St_Johns','Newfoundland Island'),(65,'CA','+4439-06336','America/Halifax','Atlantic Time - Nova Scotia (most places), NB, W Labrador, E Quebec & PEI'),(66,'CA','+4612-05957','America/Glace_Bay','Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971'),(67,'CA','+5320-06025','America/Goose_Bay','Atlantic Time - E Labrador'),(68,'CA','+6608-06544','America/Pangnirtung','Atlantic Time - Northwest Territories'),(69,'CA','+4531-07334','America/Montreal','Eastern Time - Ontario & Quebec - most locations'),(70,'CA','+4901-08816','America/Nipigon','Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973'),(71,'CA','+4823-08915','America/Thunder_Bay','Eastern Time - Thunder Bay, Ontario'),(72,'CA','+6344-06828','America/Iqaluit','Eastern Time - Northwest Territories'),(73,'CA','+4953-09709','America/Winnipeg','Central Time - Manitoba & west Ontario'),(74,'CA','+4843-09429','America/Rainy_River','Central Time - Rainy River & Fort Frances, Ontario'),(75,'CA','+6245-09210','America/Rankin_Inlet','Central Time - Northwest Territories'),(76,'CA','+5024-10439','America/Regina','Central Standard Time - Saskatchewan - most locations'),(77,'CA','+5017-10750','America/Swift_Current','Central Standard Time - Saskatchewan - midwest'),(78,'CA','+5333-11328','America/Edmonton','Mountain Time - Alberta, east British Columbia & west Saskatchewan'),(79,'CA','+6227-11421','America/Yellowknife','Mountain Time - central Northwest Territories'),(80,'CA','+6825-11330','America/Inuvik','Mountain Time - west Northwest Territories'),(81,'CA','+5946-12014','America/Dawson_Creek','Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia'),(82,'CA','+4916-12307','America/Vancouver','Pacific Time - west British Columbia'),(83,'CA','+6043-13503','America/Whitehorse','Pacific Time - south Yukon'),(84,'CA','+6404-13925','America/Dawson','Pacific Time - north Yukon'),(85,'CC','-1210+09655','Indian/Cocos',''),(86,'CD','-0418+01518','Africa/Kinshasa','west Dem. Rep. of Congo'),(87,'CD','-1140+02728','Africa/Lubumbashi','east Dem. Rep. of Congo'),(88,'CF','+0422+01835','Africa/Bangui',''),(89,'CG','-0416+01517','Africa/Brazzaville',''),(90,'CH','+4723+00832','Europe/Zurich',''),(91,'CI','+0519-00402','Africa/Abidjan',''),(92,'CK','-2114-15946','Pacific/Rarotonga',''),(93,'CL','-3327-07040','America/Santiago','mainland'),(94,'CL','-2710-10927','Pacific/Easter','Easter Island'),(95,'CM','+0403+00942','Africa/Douala',''),(96,'CN','+4545+12641','Asia/Harbin','north Manchuria'),(97,'CN','+3114+12128','Asia/Shanghai','China coast'),(98,'CN','+2217+11409','Asia/Hong_Kong','Hong Kong'),(99,'CN','+2934+10635','Asia/Chungking','China mountains'),(100,'CN','+4348+08735','Asia/Urumqi','Tibet & Xinjiang'),(101,'CN','+3929+07559','Asia/Kashgar','Eastern Turkestan'),(102,'CO','+0436-07405','America/Bogota',''),(103,'CR','+0956-08405','America/Costa_Rica',''),(104,'CU','+2308-08222','America/Havana',''),(105,'CV','+1455-02331','Atlantic/Cape_Verde',''),(106,'CX','-1025+10543','Indian/Christmas',''),(107,'CY','+3510+03322','Asia/Nicosia',''),(108,'CZ','+5005+01426','Europe/Prague',''),(109,'DE','+5230+01322','Europe/Berlin',''),(110,'DJ','+1136+04309','Africa/Djibouti',''),(111,'DK','+5540+01235','Europe/Copenhagen',''),(112,'DM','+1518-06124','America/Dominica',''),(113,'DO','+1828-06954','America/Santo_Domingo',''),(114,'DZ','+3647+00303','Africa/Algiers',''),(115,'EC','-0210-07950','America/Guayaquil','mainland'),(116,'EC','-0054-08936','Pacific/Galapagos','Galapagos Islands'),(117,'EE','+5925+02445','Europe/Tallinn',''),(118,'EG','+3003+03115','Africa/Cairo',''),(119,'EH','+2709-01312','Africa/El_Aaiun',''),(120,'ER','+1520+03853','Africa/Asmera',''),(121,'ES','+4024-00341','Europe/Madrid','mainland'),(122,'ES','+3553-00519','Africa/Ceuta','Ceuta & Melilla'),(123,'ES','+2806-01524','Atlantic/Canary','Canary Islands'),(124,'ET','+0902+03842','Africa/Addis_Ababa',''),(125,'FI','+6010+02458','Europe/Helsinki',''),(126,'FJ','-1808+17825','Pacific/Fiji',''),(127,'FK','-5142-05751','Atlantic/Stanley',''),(128,'FM','+0931+13808','Pacific/Yap','Yap'),(129,'FM','+0725+15147','Pacific/Truk','Truk (Chuuk)'),(130,'FM','+0658+15813','Pacific/Ponape','Ponape (Pohnpei)'),(131,'FM','+0519+16259','Pacific/Kosrae','Kosrae'),(132,'FO','+6201-00646','Atlantic/Faeroe',''),(133,'FR','+4852+00220','Europe/Paris',''),(134,'GA','+0023+00927','Africa/Libreville',''),(135,'GB','+512830-0001845','Europe/London','Great Britain'),(136,'GB','+5435-00555','Europe/Belfast','Northern Ireland'),(137,'GD','+1203-06145','America/Grenada',''),(138,'GE','+4143+04449','Asia/Tbilisi',''),(139,'GF','+0456-05220','America/Cayenne',''),(140,'GH','+0533-00013','Africa/Accra',''),(141,'GI','+3608-00521','Europe/Gibraltar',''),(142,'GL','+7030-02215','America/Scoresbysund','east Greenland'),(143,'GL','+6411-05144','America/Godthab','southwest Greenland'),(144,'GL','+7634-06847','America/Thule','northwest Greenland'),(145,'GM','+1328-01639','Africa/Banjul',''),(146,'GN','+0931-01343','Africa/Conakry',''),(147,'GP','+1614-06132','America/Guadeloupe',''),(148,'GQ','+0345+00847','Africa/Malabo',''),(149,'GR','+3758+02343','Europe/Athens',''),(150,'GS','-5416-03632','Atlantic/South_Georgia',''),(151,'GT','+1438-09031','America/Guatemala',''),(152,'GU','+1328+14445','Pacific/Guam',''),(153,'GW','+1151-01535','Africa/Bissau',''),(154,'GY','+0648-05810','America/Guyana',''),(155,'HN','+1406-08713','America/Tegucigalpa',''),(156,'HR','+4548+01558','Europe/Zagreb',''),(157,'HT','+1832-07220','America/Port-au-Prince',''),(158,'HU','+4730+01905','Europe/Budapest',''),(159,'ID','-0610+10648','Asia/Jakarta','Java & Sumatra'),(160,'ID','-0507+11924','Asia/Ujung_Pandang','Borneo & Celebes'),(161,'ID','-0232+14042','Asia/Jayapura','Irian Jaya & the Moluccas'),(162,'IE','+5320-00615','Europe/Dublin',''),(163,'IL','+3146+03514','Asia/Jerusalem',''),(164,'IN','+2232+08822','Asia/Calcutta',''),(165,'IO','-0720+07225','Indian/Chagos',''),(166,'IQ','+3321+04425','Asia/Baghdad',''),(167,'IR','+3540+05126','Asia/Tehran',''),(168,'IS','+6409-02151','Atlantic/Reykjavik',''),(169,'IT','+4154+01229','Europe/Rome',''),(170,'JM','+1800-07648','America/Jamaica',''),(171,'JO','+3157+03556','Asia/Amman',''),(172,'JP','+353916+1394441','Asia/Tokyo',''),(173,'KE','-0117+03649','Africa/Nairobi',''),(174,'KG','+4254+07436','Asia/Bishkek',''),(175,'KH','+1133+10455','Asia/Phnom_Penh',''),(176,'KI','+0125+17300','Pacific/Tarawa','Gilbert Islands'),(177,'KI','-0308-17105','Pacific/Enderbury','Phoenix Islands'),(178,'KI','+0152-15720','Pacific/Kiritimati','Line Islands'),(179,'KM','-1141+04316','Indian/Comoro',''),(180,'KN','+1718-06243','America/St_Kitts',''),(181,'KP','+3901+12545','Asia/Pyongyang',''),(182,'KR','+3733+12658','Asia/Seoul',''),(183,'KW','+2920+04759','Asia/Kuwait',''),(184,'KY','+1918-08123','America/Cayman',''),(185,'KZ','+4315+07657','Asia/Almaty','east Kazakhstan'),(186,'KZ','+5017+05710','Asia/Aqtobe','central Kazakhstan'),(187,'KZ','+4431+05016','Asia/Aqtau','west Kazakhstan'),(188,'LA','+1758+10236','Asia/Vientiane',''),(189,'LB','+3353+03530','Asia/Beirut',''),(190,'LC','+1401-06100','America/St_Lucia',''),(191,'LI','+4709+00931','Europe/Vaduz',''),(192,'LK','+0656+07951','Asia/Colombo',''),(193,'LR','+0618-01047','Africa/Monrovia',''),(194,'LS','-2928+02730','Africa/Maseru',''),(195,'LT','+5441+02519','Europe/Vilnius',''),(196,'LU','+4936+00609','Europe/Luxembourg',''),(197,'LV','+5657+02406','Europe/Riga',''),(198,'LY','+3254+01311','Africa/Tripoli',''),(199,'MA','+3339-00735','Africa/Casablanca',''),(200,'MC','+4342+00723','Europe/Monaco',''),(201,'MD','+4700+02850','Europe/Chisinau',''),(202,'MG','-1855+04731','Indian/Antananarivo',''),(203,'MH','+0709+17112','Pacific/Majuro','most locations'),(204,'MH','+0905+16720','Pacific/Kwajalein','Kwajalein'),(205,'MK','+4159+02126','Europe/Skopje',''),(206,'ML','+1239-00800','Africa/Bamako','southwest Mali'),(207,'ML','+1446-00301','Africa/Timbuktu','northeast Mali'),(208,'MM','+1647+09610','Asia/Rangoon',''),(209,'MN','+4755+10653','Asia/Ulan_Bator',''),(210,'MO','+2214+11335','Asia/Macao',''),(211,'MP','+1512+14545','Pacific/Saipan',''),(212,'MQ','+1436-06105','America/Martinique',''),(213,'MR','+1806-01557','Africa/Nouakchott',''),(214,'MS','+1644-06213','America/Montserrat',''),(215,'MT','+3554+01431','Europe/Malta',''),(216,'MU','-2010+05730','Indian/Mauritius',''),(217,'MV','+0410+07330','Indian/Maldives',''),(218,'MW','-1547+03500','Africa/Blantyre',''),(219,'MX','+2105-08646','America/Cancun','Eastern Time'),(220,'MX','+1924-09909','America/Mexico_City','Central Time'),(221,'MX','+2313-10625','America/Mazatlan','Mountain Time - most locations'),(222,'MX','+2838-10605','America/Chihuahua','Mountain Time - Chihuahua'),(223,'MX','+3152-11637','America/Ensenada','Pacific Time - most locations'),(224,'MX','+3232-11701','America/Tijuana','Pacific Time - north Baja California'),(225,'MY','+0310+10142','Asia/Kuala_Lumpur','peninsular Malaysia'),(226,'MY','+0133+11020','Asia/Kuching','Sabah & Sarawak'),(227,'MZ','-2558+03235','Africa/Maputo',''),(228,'NA','-2234+01706','Africa/Windhoek',''),(229,'NC','-2216+16530','Pacific/Noumea',''),(230,'NE','+1331+00207','Africa/Niamey',''),(231,'NF','-2903+16758','Pacific/Norfolk',''),(232,'NG','+0627+00324','Africa/Lagos',''),(233,'NI','+1209-08617','America/Managua',''),(234,'NL','+5222+00454','Europe/Amsterdam',''),(235,'NO','+5955+01045','Europe/Oslo',''),(236,'NP','+2743+08519','Asia/Katmandu',''),(237,'NR','-0031+16655','Pacific/Nauru',''),(238,'NU','-1901+16955','Pacific/Niue',''),(239,'NZ','-3652+17446','Pacific/Auckland','most locations'),(240,'NZ','-4355-17630','Pacific/Chatham','Chatham Islands'),(241,'OM','+2336+05835','Asia/Muscat',''),(242,'PA','+0858-07932','America/Panama',''),(243,'PE','-1203-07703','America/Lima',''),(244,'PF','-1732-14934','Pacific/Tahiti','Society Islands'),(245,'PF','-0900-13930','Pacific/Marquesas','Marquesas Islands'),(246,'PF','-2308-13457','Pacific/Gambier','Gambier Islands'),(247,'PG','-0930+14710','Pacific/Port_Moresby',''),(248,'PH','+1435+12100','Asia/Manila',''),(249,'PK','+2452+06703','Asia/Karachi',''),(250,'PL','+5215+02100','Europe/Warsaw',''),(251,'PM','+4703-05620','America/Miquelon',''),(252,'PN','-2504-13005','Pacific/Pitcairn',''),(253,'PR','+182806-0660622','America/Puerto_Rico',''),(254,'PS','+3130+03428','Asia/Gaza',''),(255,'PT','+3843-00908','Europe/Lisbon','mainland'),(256,'PT','+3238-01654','Atlantic/Madeira','Madeira Islands'),(257,'PT','+3744-02540','Atlantic/Azores','Azores'),(258,'PW','+0720+13429','Pacific/Palau',''),(259,'PY','-2516-05740','America/Asuncion',''),(260,'QA','+2517+05132','Asia/Qatar',''),(261,'RE','-2052+05528','Indian/Reunion',''),(262,'RO','+4426+02606','Europe/Bucharest',''),(263,'RU','+5443+02030','Europe/Kaliningrad','Moscow-01 - Kaliningrad'),(264,'RU','+5545+03735','Europe/Moscow','Moscow+00 - west Russia'),(265,'RU','+5312+05009','Europe/Samara','Moscow+01 - Caspian Sea'),(266,'RU','+5651+06036','Asia/Yekaterinburg','Moscow+02 - Urals'),(267,'RU','+5500+07324','Asia/Omsk','Moscow+03 - west Siberia'),(268,'RU','+5502+08255','Asia/Novosibirsk','Moscow+03 - Novosibirsk'),(269,'RU','+5601+09250','Asia/Krasnoyarsk','Moscow+04 - Yenisei River'),(270,'RU','+5216+10420','Asia/Irkutsk','Moscow+05 - Lake Baikal'),(271,'RU','+6200+12940','Asia/Yakutsk','Moscow+06 - Lena River'),(272,'RU','+4310+13156','Asia/Vladivostok','Moscow+07 - Amur River'),(273,'RU','+5934+15048','Asia/Magadan','Moscow+08 - Magadan & Sakhalin'),(274,'RU','+5301+15839','Asia/Kamchatka','Moscow+09 - Kamchatka'),(275,'RU','+6445+17729','Asia/Anadyr','Moscow+10 - Bering Sea'),(276,'RW','-0157+03004','Africa/Kigali',''),(277,'SA','+2438+04643','Asia/Riyadh',''),(278,'SB','-0932+16012','Pacific/Guadalcanal',''),(279,'SC','-0440+05528','Indian/Mahe',''),(280,'SD','+1536+03232','Africa/Khartoum',''),(281,'SE','+5920+01803','Europe/Stockholm',''),(282,'SG','+0117+10351','Asia/Singapore',''),(283,'SH','-1555-00542','Atlantic/St_Helena',''),(284,'SI','+4603+01431','Europe/Ljubljana',''),(285,'SJ','+7800+01600','Arctic/Longyearbyen','Svalbard'),(286,'SJ','+7059-00805','Atlantic/Jan_Mayen','Jan Mayen'),(287,'SK','+4809+01707','Europe/Bratislava',''),(288,'SL','+0830-01315','Africa/Freetown',''),(289,'SM','+4355+01228','Europe/San_Marino',''),(290,'SN','+1440-01726','Africa/Dakar',''),(291,'SO','+0204+04522','Africa/Mogadishu',''),(292,'SR','+0550-05510','America/Paramaribo',''),(293,'ST','+0020+00644','Africa/Sao_Tome',''),(294,'SV','+1342-08912','America/El_Salvador',''),(295,'SY','+3330+03618','Asia/Damascus',''),(296,'SZ','-2618+03106','Africa/Mbabane',''),(297,'TC','+2128-07108','America/Grand_Turk',''),(298,'TD','+1207+01503','Africa/Ndjamena',''),(299,'TF','-492110+0701303','Indian/Kerguelen',''),(300,'TG','+0608+00113','Africa/Lome',''),(301,'TH','+1345+10031','Asia/Bangkok',''),(302,'TJ','+3835+06848','Asia/Dushanbe',''),(303,'TK','-0922-17114','Pacific/Fakaofo',''),(304,'TM','+3757+05823','Asia/Ashkhabad',''),(305,'TN','+3648+01011','Africa/Tunis',''),(306,'TO','-2110+17510','Pacific/Tongatapu',''),(307,'TR','+4101+02858','Europe/Istanbul',''),(308,'TT','+1039-06131','America/Port_of_Spain',''),(309,'TV','-0831+17913','Pacific/Funafuti',''),(310,'TW','+2503+12130','Asia/Taipei',''),(311,'TZ','-0648+03917','Africa/Dar_es_Salaam',''),(312,'UA','+5026+03031','Europe/Kiev','most locations'),(313,'UA','+4457+03406','Europe/Simferopol','Crimea'),(314,'UG','+0019+03225','Africa/Kampala',''),(315,'UM','+1700-16830','Pacific/Johnston','Johnston Atoll'),(316,'UM','+2813-17722','Pacific/Midway','Midway Islands'),(317,'UM','+1917+16637','Pacific/Wake','Wake Island'),(318,'US','+404251-0740023','America/New_York','Eastern Time'),(319,'US','+421953-0830245','America/Detroit','Eastern Time - Michigan - most locations'),(320,'US','+381515-0854534','America/Louisville','Eastern Time - Louisville, Kentucky'),(321,'US','+394606-0860929','America/Indianapolis','Eastern Standard Time - Indiana - most locations'),(322,'US','+382232-0862041','America/Indiana/Marengo','Eastern Standard Time - Indiana - Crawford County'),(323,'US','+411745-0863730','America/Indiana/Knox','Eastern Standard Time - Indiana - Starke County'),(324,'US','+384452-0850402','America/Indiana/Vevay','Eastern Standard Time - Indiana - Switzerland County'),(325,'US','+415100-0873900','America/Chicago','Central Time'),(326,'US','+450628-0873651','America/Menominee','Central Time - Michigan - Wisconsin border'),(327,'US','+394421-1045903','America/Denver','Mountain Time'),(328,'US','+433649-1161209','America/Boise','Mountain Time - south Idaho & east Oregon'),(329,'US','+364708-1084111','America/Shiprock','Mountain Time - Navajo'),(330,'US','+332654-1120424','America/Phoenix','Mountain Standard Time - Arizona'),(331,'US','+340308-1181434','America/Los_Angeles','Pacific Time'),(332,'US','+611305-1495401','America/Anchorage','Alaska Time'),(333,'US','+581807-1342511','America/Juneau','Alaska Time - Alaska panhandle'),(334,'US','+593249-1394338','America/Yakutat','Alaska Time - Alaska panhandle neck'),(335,'US','+643004-1652423','America/Nome','Alaska Time - west Alaska'),(336,'US','+515248-1763929','America/Adak','Aleutian Islands'),(337,'US','+211825-1575130','Pacific/Honolulu','Hawaii'),(338,'UY','-3453-05611','America/Montevideo',''),(339,'UZ','+3940+06648','Asia/Samarkand','west Uzbekistan'),(340,'UZ','+4120+06918','Asia/Tashkent','east Uzbekistan'),(341,'VA','+4154+01227','Europe/Vatican',''),(342,'VC','+1309-06114','America/St_Vincent',''),(343,'VE','+1030-06656','America/Caracas',''),(344,'VG','+1827-06437','America/Tortola',''),(345,'VI','+1821-06456','America/St_Thomas',''),(346,'VN','+1045+10640','Asia/Saigon',''),(347,'VU','-1740+16825','Pacific/Efate',''),(348,'WF','-1318-17610','Pacific/Wallis',''),(349,'WS','-1350-17144','Pacific/Apia',''),(350,'YE','+1245+04512','Asia/Aden',''),(351,'YT','-1247+04514','Indian/Mayotte',''),(352,'YU','+4450+02030','Europe/Belgrade',''),(353,'ZA','-2615+02800','Africa/Johannesburg',''),(354,'ZM','-1525+02817','Africa/Lusaka',''),(355,'ZW','-1750+03103','Africa/Harare',''); /*!40000 ALTER TABLE `timezone_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transactions` -- DROP TABLE IF EXISTS `transactions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `transactions` ( `id` int(11) NOT NULL auto_increment, `user` text collate utf8_unicode_ci NOT NULL, `user_id` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', `money` decimal(5,2) NOT NULL default '0.00', `gateway` varchar(64) collate utf8_unicode_ci NOT NULL default 'paypal', `date` datetime NOT NULL default '0000-00-00 00:00:00', `paid` int(11) NOT NULL default '1', `payer_email` varchar(128) collate utf8_unicode_ci default NULL, `trans_id` varchar(128) collate utf8_unicode_ci NOT NULL, `user_ip` varchar(64) collate utf8_unicode_ci default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `transactions` -- LOCK TABLES `transactions` WRITE; /*!40000 ALTER TABLE `transactions` DISABLE KEYS */; /*!40000 ALTER TABLE `transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `twitter` -- DROP TABLE IF EXISTS `twitter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `twitter` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `t_id` int(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `active` int(11) NOT NULL default '0', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `twitter` -- LOCK TABLES `twitter` WRITE; /*!40000 ALTER TABLE `twitter` DISABLE KEYS */; /*!40000 ALTER TABLE `twitter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `types` -- DROP TABLE IF EXISTS `types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `types` ( `id` int(11) NOT NULL, `name` text NOT NULL, `space` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `types` -- LOCK TABLES `types` WRITE; /*!40000 ALTER TABLE `types` DISABLE KEYS */; INSERT INTO `types` VALUES (1,'Basic',100000000); /*!40000 ALTER TABLE `types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uniquetax_settings_table` -- DROP TABLE IF EXISTS `uniquetax_settings_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `uniquetax_settings_table` ( `tax_name` varchar(200) NOT NULL, `based_on_amount` varchar(200) NOT NULL, `tax_rate_percent` float NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `uniquetax_settings_table` -- LOCK TABLES `uniquetax_settings_table` WRITE; /*!40000 ALTER TABLE `uniquetax_settings_table` DISABLE KEYS */; INSERT INTO `uniquetax_settings_table` VALUES ('General','subtotal_and_shipping',0); /*!40000 ALTER TABLE `uniquetax_settings_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uploads` -- DROP TABLE IF EXISTS `uploads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `uploads` ( `id` int(11) NOT NULL auto_increment, `uploaded_by` varchar(255) collate latin1_general_ci NOT NULL, `string` varchar(255) collate latin1_general_ci NOT NULL, `file_title` varchar(255) collate latin1_general_ci NOT NULL, `file_size` varchar(255) collate latin1_general_ci NOT NULL, `file_path` varchar(255) collate latin1_general_ci NOT NULL, `created_date` datetime NOT NULL, `status` enum('0','1') collate latin1_general_ci NOT NULL, `ip_address` varchar(255) collate latin1_general_ci NOT NULL, `statistics` enum('0','1') collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `uploads` -- LOCK TABLES `uploads` WRITE; /*!40000 ALTER TABLE `uploads` DISABLE KEYS */; /*!40000 ALTER TABLE `uploads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `url_alias` -- DROP TABLE IF EXISTS `url_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `url_alias` ( `pid` int(10) unsigned NOT NULL auto_increment COMMENT 'A unique path alias identifier.', `source` varchar(255) NOT NULL default '' COMMENT 'The Drupal path this alias is for; e.g. node/12.', `alias` varchar(255) NOT NULL default '' COMMENT 'The alias for this path; e.g. title-of-the-story.', `language` varchar(12) NOT NULL default '' COMMENT 'The language this alias is for; if ’und’, the alias will be used for unknown languages. Each Drupal path can have an alias for each supported language.', PRIMARY KEY (`pid`), KEY `alias_language_pid` (`alias`,`language`,`pid`), KEY `source_language_pid` (`source`,`language`,`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='A list of URL aliases for Drupal paths; a user may visit...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `url_alias` -- LOCK TABLES `url_alias` WRITE; /*!40000 ALTER TABLE `url_alias` DISABLE KEYS */; /*!40000 ALTER TABLE `url_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `used_coupons` -- DROP TABLE IF EXISTS `used_coupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `used_coupons` ( `id` int(255) NOT NULL auto_increment, `user_id` int(255) NOT NULL default '0', `coupon_id` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `used_coupons` -- LOCK TABLES `used_coupons` WRITE; /*!40000 ALTER TABLE `used_coupons` DISABLE KEYS */; /*!40000 ALTER TABLE `used_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_clicks` -- DROP TABLE IF EXISTS `user_clicks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user_clicks` ( `uid` int(11) NOT NULL default '0', `module` varchar(64) NOT NULL, `total_clicks` int(255) NOT NULL default '0', `today_clicks` int(255) NOT NULL default '0', KEY `module` (`module`), KEY `uid` (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user_clicks` -- LOCK TABLES `user_clicks` WRITE; /*!40000 ALTER TABLE `user_clicks` DISABLE KEYS */; /*!40000 ALTER TABLE `user_clicks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_transactions` -- DROP TABLE IF EXISTS `user_transactions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user_transactions` ( `id` int(255) NOT NULL auto_increment, `user_id` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', `value` int(255) NOT NULL default '0', `cash` decimal(5,2) NOT NULL default '0.00', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user_transactions` -- LOCK TABLES `user_transactions` WRITE; /*!40000 ALTER TABLE `user_transactions` DISABLE KEYS */; /*!40000 ALTER TABLE `user_transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `id` int(11) NOT NULL auto_increment, `username` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `address` varchar(255) NOT NULL, `contact_number` varchar(255) NOT NULL, `country_iso` varchar(255) NOT NULL, `payout_email` varchar(1000) NOT NULL, `referrer_id` int(11) NOT NULL, `status` enum('-1','0','1') NOT NULL, `created_on` datetime NOT NULL, `random` varchar(255) NOT NULL, `banned` enum('0','1') NOT NULL, PRIMARY KEY (`id`), KEY `referrer_id` (`referrer_id`), KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'convictcartel','convictcartel@yahoo.com','f59d38525ae2f1b0fdbace295cb6c359','Isaac Shearer','1538 Placentia Ave E203','7146583457','US','',0,'0','2013-08-19 03:54:10','f59d38525ae2f1b0fdbace295cb6c359','0'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_answers_votes` -- DROP TABLE IF EXISTS `users_answers_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_answers_votes` ( `UserID` int(10) unsigned NOT NULL, `AnswerID` int(10) unsigned NOT NULL, `Voted` enum('U','D') NOT NULL, UNIQUE KEY `UserID_AnswerID` (`UserID`,`AnswerID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_answers_votes` -- LOCK TABLES `users_answers_votes` WRITE; /*!40000 ALTER TABLE `users_answers_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `users_answers_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_comments_likes` -- DROP TABLE IF EXISTS `users_comments_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_comments_likes` ( `UserID` int(10) unsigned NOT NULL, `CommentID` int(10) unsigned NOT NULL, `Liked` enum('Y','N') NOT NULL, UNIQUE KEY `UserID_CommentID` (`UserID`,`CommentID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_comments_likes` -- LOCK TABLES `users_comments_likes` WRITE; /*!40000 ALTER TABLE `users_comments_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `users_comments_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_comments_media_likes` -- DROP TABLE IF EXISTS `users_comments_media_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_comments_media_likes` ( `UserID` int(10) unsigned NOT NULL, `CommentID` int(10) unsigned NOT NULL, `Liked` enum('Y','N') NOT NULL, UNIQUE KEY `UserID_CommentID` (`UserID`,`CommentID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_comments_media_likes` -- LOCK TABLES `users_comments_media_likes` WRITE; /*!40000 ALTER TABLE `users_comments_media_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `users_comments_media_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_followings` -- DROP TABLE IF EXISTS `users_followings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_followings` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned NOT NULL, `FollowingID` int(10) unsigned NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `UserID_FollowingID` (`UserID`,`FollowingID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_followings` -- LOCK TABLES `users_followings` WRITE; /*!40000 ALTER TABLE `users_followings` DISABLE KEYS */; /*!40000 ALTER TABLE `users_followings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_hidden_posts` -- DROP TABLE IF EXISTS `users_hidden_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_hidden_posts` ( `UserID` int(10) unsigned NOT NULL, `ActivityID` int(10) unsigned NOT NULL, PRIMARY KEY (`UserID`,`ActivityID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_hidden_posts` -- LOCK TABLES `users_hidden_posts` WRITE; /*!40000 ALTER TABLE `users_hidden_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `users_hidden_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_hidden_users` -- DROP TABLE IF EXISTS `users_hidden_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_hidden_users` ( `UserID` int(10) unsigned NOT NULL, `HiddenID` int(10) unsigned NOT NULL, PRIMARY KEY (`UserID`,`HiddenID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_hidden_users` -- LOCK TABLES `users_hidden_users` WRITE; /*!40000 ALTER TABLE `users_hidden_users` DISABLE KEYS */; /*!40000 ALTER TABLE `users_hidden_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_media_favorites` -- DROP TABLE IF EXISTS `users_media_favorites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_media_favorites` ( `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) unsigned NOT NULL, `IsAlbum` enum('Y','N') NOT NULL, `MediaID` int(10) unsigned NOT NULL, `Favorited` enum('Y','N') NOT NULL default 'N', UNIQUE KEY `UserID_PostType_IsAlbum_MediaID` (`UserID`,`PostType`,`IsAlbum`,`MediaID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_media_favorites` -- LOCK TABLES `users_media_favorites` WRITE; /*!40000 ALTER TABLE `users_media_favorites` DISABLE KEYS */; /*!40000 ALTER TABLE `users_media_favorites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_media_likes` -- DROP TABLE IF EXISTS `users_media_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_media_likes` ( `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) unsigned NOT NULL, `IsAlbum` enum('Y','N') NOT NULL, `MediaID` int(10) unsigned NOT NULL, `Liked` enum('Y','N') NOT NULL, UNIQUE KEY `UserID_PostType_IsAlbum_MediaID` (`UserID`,`PostType`,`IsAlbum`,`MediaID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_media_likes` -- LOCK TABLES `users_media_likes` WRITE; /*!40000 ALTER TABLE `users_media_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `users_media_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_online` -- DROP TABLE IF EXISTS `users_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_online` ( `ID` int(10) unsigned NOT NULL auto_increment, `UserID` int(10) unsigned default NULL, `IP` varchar(255) default NULL, `Time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), UNIQUE KEY `UserID` (`UserID`), UNIQUE KEY `IP` (`IP`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_online` -- LOCK TABLES `users_online` WRITE; /*!40000 ALTER TABLE `users_online` DISABLE KEYS */; /*!40000 ALTER TABLE `users_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_polls_options` -- DROP TABLE IF EXISTS `users_polls_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_polls_options` ( `UserID` int(10) unsigned NOT NULL, `PollID` int(10) unsigned NOT NULL, `OptionID` int(10) unsigned NOT NULL, UNIQUE KEY `UserID_PollID` (`UserID`,`PollID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_polls_options` -- LOCK TABLES `users_polls_options` WRITE; /*!40000 ALTER TABLE `users_polls_options` DISABLE KEYS */; /*!40000 ALTER TABLE `users_polls_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_posts_favorites` -- DROP TABLE IF EXISTS `users_posts_favorites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_posts_favorites` ( `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) unsigned NOT NULL, `PostID` int(10) unsigned NOT NULL, `Favorited` enum('Y','N') NOT NULL default 'N', UNIQUE KEY `UserID_PostType_PostID` (`UserID`,`PostType`,`PostID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_posts_favorites` -- LOCK TABLES `users_posts_favorites` WRITE; /*!40000 ALTER TABLE `users_posts_favorites` DISABLE KEYS */; /*!40000 ALTER TABLE `users_posts_favorites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_posts_likes` -- DROP TABLE IF EXISTS `users_posts_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_posts_likes` ( `UserID` int(10) unsigned NOT NULL, `PostType` tinyint(1) unsigned NOT NULL, `PostID` int(10) unsigned NOT NULL, `Liked` enum('Y','N') NOT NULL, UNIQUE KEY `UserID_PostType_PostID` (`UserID`,`PostType`,`PostID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_posts_likes` -- LOCK TABLES `users_posts_likes` WRITE; /*!40000 ALTER TABLE `users_posts_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `users_posts_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_spammers` -- DROP TABLE IF EXISTS `users_spammers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_spammers` ( `UserID` int(10) unsigned NOT NULL, `SpammerID` int(10) unsigned NOT NULL, PRIMARY KEY (`UserID`,`SpammerID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_spammers` -- LOCK TABLES `users_spammers` WRITE; /*!40000 ALTER TABLE `users_spammers` DISABLE KEYS */; /*!40000 ALTER TABLE `users_spammers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users_table` -- DROP TABLE IF EXISTS `users_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users_table` ( `user_id` int(25) NOT NULL auto_increment, `user_display_name` varchar(50) NOT NULL, `user_fname` varchar(50) NOT NULL, `user_lname` varchar(50) NOT NULL, `user_email` varchar(50) NOT NULL, `user_pwd` varchar(150) NOT NULL, `user_country` varchar(100) NOT NULL, `user_status` int(2) NOT NULL, `user_doj` date NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users_table` -- LOCK TABLES `users_table` WRITE; /*!40000 ALTER TABLE `users_table` DISABLE KEYS */; /*!40000 ALTER TABLE `users_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `variable` -- DROP TABLE IF EXISTS `variable`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `variable` ( `name` varchar(128) NOT NULL default '' COMMENT 'The name of the variable.', `value` longblob NOT NULL COMMENT 'The value of the variable.', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Named variable/value pairs created by Drupal core or any...'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `variable` -- LOCK TABLES `variable` WRITE; /*!40000 ALTER TABLE `variable` DISABLE KEYS */; INSERT INTO `variable` VALUES ('theme_default','s:6:\"bartik\";'),('cron_key','s:43:\"h7sMrxIzqKyBHmdnJjOVShaSuV8CD-txaQpCSUdQwLg\";'); /*!40000 ALTER TABLE `variable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `viewed` -- DROP TABLE IF EXISTS `viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `viewed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `viewed` -- LOCK TABLES `viewed` WRITE; /*!40000 ALTER TABLE `viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visits` -- DROP TABLE IF EXISTS `visits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `visits` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `ip` varchar(64) collate utf8_unicode_ci NOT NULL default '0.0.0.0', `referer` text collate utf8_unicode_ci NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `visits` -- LOCK TABLES `visits` WRITE; /*!40000 ALTER TABLE `visits` DISABLE KEYS */; /*!40000 ALTER TABLE `visits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `web_stats` -- DROP TABLE IF EXISTS `web_stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `web_stats` ( `id` int(255) NOT NULL auto_increment, `module_id` varchar(64) NOT NULL, `module_name` varchar(64) NOT NULL, `value` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `web_stats` -- LOCK TABLES `web_stats` WRITE; /*!40000 ALTER TABLE `web_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `web_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `whos_online` -- DROP TABLE IF EXISTS `whos_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `whos_online` ( `customer_id` int(11) default NULL, `full_name` varchar(255) NOT NULL, `session_id` varchar(128) NOT NULL, `ip_address` varchar(15) NOT NULL, `time_entry` varchar(14) NOT NULL, `time_last_click` varchar(14) NOT NULL, `last_page_url` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `whos_online` -- LOCK TABLES `whos_online` WRITE; /*!40000 ALTER TABLE `whos_online` DISABLE KEYS */; INSERT INTO `whos_online` VALUES (0,'Guest','fpo33aj7s9bobesk1vt3i5a7a1','5.10.83.55','1378698677','1378698677','/oscommerce-2.3.3.1/catalog/product_reviews_write.php?products_id=36'); /*!40000 ALTER TABLE `whos_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wishlist_table` -- DROP TABLE IF EXISTS `wishlist_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wishlist_table` ( `wishlist_id` int(20) NOT NULL auto_increment, `user_id` int(20) NOT NULL, `product_id` int(20) NOT NULL, `date_added` date NOT NULL, `comments` mediumtext NOT NULL, PRIMARY KEY (`wishlist_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wishlist_table` -- LOCK TABLES `wishlist_table` WRITE; /*!40000 ALTER TABLE `wishlist_table` DISABLE KEYS */; /*!40000 ALTER TABLE `wishlist_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ylike` -- DROP TABLE IF EXISTS `ylike`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ylike` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ylike` -- LOCK TABLES `ylike` WRITE; /*!40000 ALTER TABLE `ylike` DISABLE KEYS */; /*!40000 ALTER TABLE `ylike` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yliked` -- DROP TABLE IF EXISTS `yliked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `yliked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `yliked` -- LOCK TABLES `yliked` WRITE; /*!40000 ALTER TABLE `yliked` DISABLE KEYS */; /*!40000 ALTER TABLE `yliked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `youtube` -- DROP TABLE IF EXISTS `youtube`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `youtube` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `youtube` -- LOCK TABLES `youtube` WRITE; /*!40000 ALTER TABLE `youtube` DISABLE KEYS */; /*!40000 ALTER TABLE `youtube` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ysub` -- DROP TABLE IF EXISTS `ysub`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ysub` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `y_av` varchar(255) NOT NULL, `clicks` int(255) NOT NULL, `cpc` int(11) NOT NULL default '2', `active` int(11) NOT NULL, `country` varchar(64) character set latin1 NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ysub` -- LOCK TABLES `ysub` WRITE; /*!40000 ALTER TABLE `ysub` DISABLE KEYS */; /*!40000 ALTER TABLE `ysub` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ysubed` -- DROP TABLE IF EXISTS `ysubed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ysubed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ysubed` -- LOCK TABLES `ysubed` WRITE; /*!40000 ALTER TABLE `ysubed` DISABLE KEYS */; /*!40000 ALTER TABLE `ysubed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `zones` -- DROP TABLE IF EXISTS `zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `zones` ( `zone_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL, `zone_code` varchar(32) NOT NULL, `zone_name` varchar(255) NOT NULL, PRIMARY KEY (`zone_id`), KEY `idx_zones_country_id` (`zone_country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=182 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `zones` -- LOCK TABLES `zones` WRITE; /*!40000 ALTER TABLE `zones` DISABLE KEYS */; INSERT INTO `zones` VALUES (1,223,'AL','Alabama'),(2,223,'AK','Alaska'),(3,223,'AS','American Samoa'),(4,223,'AZ','Arizona'),(5,223,'AR','Arkansas'),(6,223,'AF','Armed Forces Africa'),(7,223,'AA','Armed Forces Americas'),(8,223,'AC','Armed Forces Canada'),(9,223,'AE','Armed Forces Europe'),(10,223,'AM','Armed Forces Middle East'),(11,223,'AP','Armed Forces Pacific'),(12,223,'CA','California'),(13,223,'CO','Colorado'),(14,223,'CT','Connecticut'),(15,223,'DE','Delaware'),(16,223,'DC','District of Columbia'),(17,223,'FM','Federated States Of Micronesia'),(18,223,'FL','Florida'),(19,223,'GA','Georgia'),(20,223,'GU','Guam'),(21,223,'HI','Hawaii'),(22,223,'ID','Idaho'),(23,223,'IL','Illinois'),(24,223,'IN','Indiana'),(25,223,'IA','Iowa'),(26,223,'KS','Kansas'),(27,223,'KY','Kentucky'),(28,223,'LA','Louisiana'),(29,223,'ME','Maine'),(30,223,'MH','Marshall Islands'),(31,223,'MD','Maryland'),(32,223,'MA','Massachusetts'),(33,223,'MI','Michigan'),(34,223,'MN','Minnesota'),(35,223,'MS','Mississippi'),(36,223,'MO','Missouri'),(37,223,'MT','Montana'),(38,223,'NE','Nebraska'),(39,223,'NV','Nevada'),(40,223,'NH','New Hampshire'),(41,223,'NJ','New Jersey'),(42,223,'NM','New Mexico'),(43,223,'NY','New York'),(44,223,'NC','North Carolina'),(45,223,'ND','North Dakota'),(46,223,'MP','Northern Mariana Islands'),(47,223,'OH','Ohio'),(48,223,'OK','Oklahoma'),(49,223,'OR','Oregon'),(50,223,'PW','Palau'),(51,223,'PA','Pennsylvania'),(52,223,'PR','Puerto Rico'),(53,223,'RI','Rhode Island'),(54,223,'SC','South Carolina'),(55,223,'SD','South Dakota'),(56,223,'TN','Tennessee'),(57,223,'TX','Texas'),(58,223,'UT','Utah'),(59,223,'VT','Vermont'),(60,223,'VI','Virgin Islands'),(61,223,'VA','Virginia'),(62,223,'WA','Washington'),(63,223,'WV','West Virginia'),(64,223,'WI','Wisconsin'),(65,223,'WY','Wyoming'),(66,38,'AB','Alberta'),(67,38,'BC','British Columbia'),(68,38,'MB','Manitoba'),(69,38,'NF','Newfoundland'),(70,38,'NB','New Brunswick'),(71,38,'NS','Nova Scotia'),(72,38,'NT','Northwest Territories'),(73,38,'NU','Nunavut'),(74,38,'ON','Ontario'),(75,38,'PE','Prince Edward Island'),(76,38,'QC','Quebec'),(77,38,'SK','Saskatchewan'),(78,38,'YT','Yukon Territory'),(79,81,'NDS','Niedersachsen'),(80,81,'BAW','Baden-Württemberg'),(81,81,'BAY','Bayern'),(82,81,'BER','Berlin'),(83,81,'BRG','Brandenburg'),(84,81,'BRE','Bremen'),(85,81,'HAM','Hamburg'),(86,81,'HES','Hessen'),(87,81,'MEC','Mecklenburg-Vorpommern'),(88,81,'NRW','Nordrhein-Westfalen'),(89,81,'RHE','Rheinland-Pfalz'),(90,81,'SAR','Saarland'),(91,81,'SAS','Sachsen'),(92,81,'SAC','Sachsen-Anhalt'),(93,81,'SCN','Schleswig-Holstein'),(94,81,'THE','Thüringen'),(95,14,'WI','Wien'),(96,14,'NO','Niederösterreich'),(97,14,'OO','Oberösterreich'),(98,14,'SB','Salzburg'),(99,14,'KN','Kärnten'),(100,14,'ST','Steiermark'),(101,14,'TI','Tirol'),(102,14,'BL','Burgenland'),(103,14,'VB','Voralberg'),(104,204,'AG','Aargau'),(105,204,'AI','Appenzell Innerrhoden'),(106,204,'AR','Appenzell Ausserrhoden'),(107,204,'BE','Bern'),(108,204,'BL','Basel-Landschaft'),(109,204,'BS','Basel-Stadt'),(110,204,'FR','Freiburg'),(111,204,'GE','Genf'),(112,204,'GL','Glarus'),(113,204,'JU','Graubünden'),(114,204,'JU','Jura'),(115,204,'LU','Luzern'),(116,204,'NE','Neuenburg'),(117,204,'NW','Nidwalden'),(118,204,'OW','Obwalden'),(119,204,'SG','St. Gallen'),(120,204,'SH','Schaffhausen'),(121,204,'SO','Solothurn'),(122,204,'SZ','Schwyz'),(123,204,'TG','Thurgau'),(124,204,'TI','Tessin'),(125,204,'UR','Uri'),(126,204,'VD','Waadt'),(127,204,'VS','Wallis'),(128,204,'ZG','Zug'),(129,204,'ZH','Zürich'),(130,195,'A Coruña','A Coruña'),(131,195,'Alava','Alava'),(132,195,'Albacete','Albacete'),(133,195,'Alicante','Alicante'),(134,195,'Almeria','Almeria'),(135,195,'Asturias','Asturias'),(136,195,'Avila','Avila'),(137,195,'Badajoz','Badajoz'),(138,195,'Baleares','Baleares'),(139,195,'Barcelona','Barcelona'),(140,195,'Burgos','Burgos'),(141,195,'Caceres','Caceres'),(142,195,'Cadiz','Cadiz'),(143,195,'Cantabria','Cantabria'),(144,195,'Castellon','Castellon'),(145,195,'Ceuta','Ceuta'),(146,195,'Ciudad Real','Ciudad Real'),(147,195,'Cordoba','Cordoba'),(148,195,'Cuenca','Cuenca'),(149,195,'Girona','Girona'),(150,195,'Granada','Granada'),(151,195,'Guadalajara','Guadalajara'),(152,195,'Guipuzcoa','Guipuzcoa'),(153,195,'Huelva','Huelva'),(154,195,'Huesca','Huesca'),(155,195,'Jaen','Jaen'),(156,195,'La Rioja','La Rioja'),(157,195,'Las Palmas','Las Palmas'),(158,195,'Leon','Leon'),(159,195,'Lleida','Lleida'),(160,195,'Lugo','Lugo'),(161,195,'Madrid','Madrid'),(162,195,'Malaga','Malaga'),(163,195,'Melilla','Melilla'),(164,195,'Murcia','Murcia'),(165,195,'Navarra','Navarra'),(166,195,'Ourense','Ourense'),(167,195,'Palencia','Palencia'),(168,195,'Pontevedra','Pontevedra'),(169,195,'Salamanca','Salamanca'),(170,195,'Santa Cruz de Tenerife','Santa Cruz de Tenerife'),(171,195,'Segovia','Segovia'),(172,195,'Sevilla','Sevilla'),(173,195,'Soria','Soria'),(174,195,'Tarragona','Tarragona'),(175,195,'Teruel','Teruel'),(176,195,'Toledo','Toledo'),(177,195,'Valencia','Valencia'),(178,195,'Valladolid','Valladolid'),(179,195,'Vizcaya','Vizcaya'),(180,195,'Zamora','Zamora'),(181,195,'Zaragoza','Zaragoza'); /*!40000 ALTER TABLE `zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `zones_to_geo_zones` -- DROP TABLE IF EXISTS `zones_to_geo_zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `zones_to_geo_zones` ( `association_id` int(11) NOT NULL auto_increment, `zone_country_id` int(11) NOT NULL, `zone_id` int(11) default NULL, `geo_zone_id` int(11) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL, PRIMARY KEY (`association_id`), KEY `idx_zones_to_geo_zones_country_id` (`zone_country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `zones_to_geo_zones` -- LOCK TABLES `zones_to_geo_zones` WRITE; /*!40000 ALTER TABLE `zones_to_geo_zones` DISABLE KEYS */; INSERT INTO `zones_to_geo_zones` VALUES (1,223,18,1,NULL,'2013-08-26 20:47:51'); /*!40000 ALTER TABLE `zones_to_geo_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'convictcartel1' -- 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 2013-11-26 19:06:08